/* CSS Document */
/* DEBUT LOADER DESIGN*/
.media_preview {
    height: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 500px;
}
#preloader {
    position: fixed;
	background-color: #ffffff70;
	display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #b8c617;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #eb7f08;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ff3712;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}/* FIN LOADER DESIGN*/

#wpfooter {
	display:none !important;
}
#parametres-club-metabox .inside {
	background-color: #C3C3C3;
	padding-top:20px;
}
#parametres-club-metabox h2 {
	text-transform: uppercase;
	font-size:20px;
}
.arx_container_onglets_club {
	display:flex;
	
}

.arx_container_onglets_club .onglet_nav {
	padding:15px;
	font-size:18px;
	border-left:solid 1px #000;
	border-top:solid 1px #000;
	border-right:solid 1px #000;
	cursor:pointer;
	position:relative;
	background-color:#F4F4F4;
	margin-right:5px;
}
.arx_container_onglets_club .onglet_nav:last-child {
	border-right:solid 1px #000;
}

.arx_container_onglets_club .onglet_nav.active {
	border-bottom:solid 1px #fff;
	font-weight:600;
	background-color: #fff;
	
}
.arx_container_onglets_club .onglet_nav.active:before {
	display:block;
	content:"";
	height:3px;
	width:100%;
	background-color: #fff;
	position:absolute;
	bottom:-3px;
	left:0px;
}


.arx_onglet_club {
	padding:15px;
	border:solid 1px #000;
	display:none;
	background-color: #fff;
}
.arx_onglet_club.active {
	display:block;
}

.arx_onglet_club label {
	color: #3c434a;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size:15px;
}

.arx_onglet_club input, .arx_onglet_club textarea, .arx_onglet_club select, .arx_onglet_club date {
	padding:10px;
	font-size:14px;
	width:100% !important;
}
.arx_onglet_club input[type=checkbox]{
	width:auto !important;
}

.arx_admin_liste_custom_posts_check {
	display:flex;
}
.arx_admin_liste_custom_posts_check label {
	display:block;
	padding:10px;
	margin:0px 10px 10px 0px;
	background-color: #EFEFEF;
	border:solid 2px #fff;
}
.arx_admin_liste_custom_posts_check label.active {
	border:solid 2px #000;
}

.content_list_json .container_img_preview {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 300px;
}
.content_list_json {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
	column-gap: 20px;
    row-gap: 20px;
}
.content_list_json .single_loop {
    flex: 0 1 40%;
    background-color: #f6f6f6;
    border-radius: 25px;
    border: solid 3px #b5b5b5;
    padding: 30px;
}

.arx_container_add_json .error, .error {
    border: 1px solid #E85252 !important;
    box-shadow: 0px 0px 6px rgb(232 82 82 / 50%);

}
.arx_container_add_json span.error, span.error {
    border: 0px solid #E85252 !important;
    box-shadow: none;
	color: #E85252;
}
textarea.json_content{
	display: none;
}
.arx_container_add_json button#add {
    padding: 10px;
    font-size: 14px;
}
/*STYLE ARX CPC BDD - DEBUT*/
.arx_container_modify_json.arx_container_modify_pmc_sous_membre, .arx_cpc_form_modify .arx_container_modify_json {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	width: 40%;
}
.arx_container_modify_json.arx_container_modify_pmc_sous_membre p, .arx_cpc_form_modify .arx_container_modify_json p{
    padding: 5px;
	flex: 1 1 45%;
/*	flex: 0 0 45%;*/
}
.arx_cpc_form_modify{
	background-color: #ededed;
}

.arx_cpc_form_modify div, .div_add_occurence {
/*    display: block;*/
    height: 0px;
    overflow: hidden;
	transition: height 0.5s ease-in;
}
.container_btn_show_div_add {
    margin-top: 30px;
}
.arx_cpc_form_modify.show div, .div_add_occurence.show{
    height: 600px;
}
.container_btn_modify, .container_btn_add{
	flex-basis: 100%;
}
.arx_container_add_json.arx_container_add_pmc_sous_membre, .arx_container_add_json{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	width: 40%;
/*    text-align: center;*/
/*    margin: auto;*/
}
.arx_container_add_json.arx_container_add_pmc_sous_membre p, .arx_container_add_json p{
    padding: 5px;
	flex: 1 1 45%;
}
/*STYLE ARX CPC BDD - FIN*/

