/*
Theme Name: AVF 2021
Author: Céline, Fabien & troOn
Author URI:
Description:
Text Domain: avf
*/


/***************************************************************/
/*********************** HTML **********************************/
/***************************************************************/

@media screen and (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

*{
    font-family: 'Roboto', sans-serif;
}
body,html{
    padding:0;
    margin:0;
}
body{
    background:#FBFBFB;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Quicksand",sans-serif;
}
img{
    max-width: 100%;
    height:auto;
}
iframe{
    width:100%;
    max-width: 100%;
}
.buttons{
    display:flex;
    gap:15px;
    justify-content: space-between;
}
.button a, .acf-form-submit input{
    border-radius: 5px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.59px;
    box-sizing: border-box;
    padding:10px 35px;
    display: inline-block;
    text-decoration: none;
    transition:0.2s all;
    text-align:center ;
}
.button a:hover,
.acf-form-submit input:hover{
    text-decoration: none;
}
.button.green a,
.acf-form-submit input{
    background: #0B983A;
    color: #FFFFFF;
    border:1px solid #0B983A;
}
.button.green a:hover,
.acf-form-submit input:hover{
    border:1px solid #0B983A;
    color:#0B983A;
    background:transparent;
}
.button.white a{
    border:1px solid #0B983A;
    color:#0B983A;
    background:#fff;

}
.button.white a:hover{
    background: #0B983A;
    color: #FFFFFF;
}

button, .acf-image-uploader .acf-button{
    border-radius: 5px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.59px;
    box-sizing: border-box;
    padding:10px 35px;
    display: inline-block;
    text-decoration: none;
    transition:0.2s all;
    cursor:pointer;
    background: #0B983A;
    color: #FFFFFF;
    border:1px solid #0B983A;
}
.acf-image-uploader .acf-button{
    display: block;
    text-align: center;
    width: 50%;
    margin: 15px auto;
}
button[disabled]{
    background:#dedede;
    color:#fff;
    pointer-events: none;
}
button:hover, .acf-image-uploader .acf-button:hover{
    text-decoration: none;
    border:1px solid #0B983A;
    color:#0B983A;
    background:transparent;
}


.close{
    position:absolute;
    top:15px;
    right:15px;
}
.close::before{
    font-family: "Font Awesome 5 Free",sans-serif;
    content:"\f057";
    color:#fff;
    font-size:32px;
    font-weight: 300;
    cursor: pointer;
}
.close:hover::before{
    color:#0B983A
}

table{
    border:1px solid #dedede;
    margin:30px -75px;
    color:#282828;
    font-size: 16px;
    width: 800px;
    max-width:800px;
}
table caption{
    caption-side: bottom;
    font-size:14px;
    font-style: italic;
    width: 100%;
}
th{
    font-family: Quicksand, sans-serif;
    font-size:16px;
    padding:5px 15px;
    font-weight: normal;
    background:#0B983A;
    color:#fff;
    vertical-align: top;
}
table tr:nth-child(even){
    background:#ebfff2;
}
td{
    padding:12px;
    vertical-align: top;
}
td .label{
    display: none;
}
table a{
    color:#0B983A;
    text-decoration: none;
}
table a:hover{
    color: #333;
}
.show{
    display:block;
}
.hide{
    display:none;
}

.alignleft {
    float:left;
    margin: 0 30px 30px 0;
}
.alignright {
    float:right;
    margin: 0 0 30px 30px;
}
.aligncenter {
    display:block;
    margin: 30px auto;
    text-align: center;
}
.wp-caption{
    max-width:100%;
}
blockquote {
    font-weight: 100;
    font-size: 2rem;
    max-width: 600px;
    line-height: 1.4;
    position: relative;
    margin: 0;
    padding: .5rem;
}

blockquote:before,
blockquote:after {
    position: absolute;
    color: #0B983A;
    font-size: 8rem;
    width: 4rem;
    height: 4rem;
    font-family: "Arial",sans-serif;
}

blockquote:before {
    content: '“';
    left: -5rem;
    top: -2rem;
}

blockquote:after {
    content: '”';
    right: -5rem;
    bottom: 1rem;
}
.encadre, .gallery{
    margin: 30px -75px;
}
.gallery{
    display: grid;
    grid-gap: 10px;
}
.gallery.gallery-columns-2{
    grid-template-columns: repeat(2, 1fr);
}
.gallery.gallery-columns-3{
    grid-template-columns: repeat(3, 1fr);
}
.gallery.gallery-columns-4{
    grid-template-columns: repeat(4, 1fr);
}
.gallery.gallery-columns-5{
    grid-template-columns: repeat(5, 1fr);
}
.gallery.gallery-columns-6{
    grid-template-columns: repeat(6, 1fr);
}
.gallery figure{
    margin:0;
    text-align: center;
}
.disabled > a{
    pointer-events: none;
}

.img{
    position:relative;
}
.img .delimg{
    display:none;
    position:absolute;
    top:0;
    right:0;
    font-size:24px;
    color:#000;
    background:rgba(255,0,0,0.8);
    padding:12px;
}
.img:hover .delimg{
    display:block;
}
.loadajax{
    display:none;
    position:fixed;
    z-index: 10000;
    width:100%;
    height:100%;
    text-align: center;
    background:rgba(0,0,0,0.6) url(img/loading.svg) center center no-repeat;
    top:0;
    left:0;
}
ul.list li{
    margin-bottom:16px;
}

@keyframes spinner-c7wet2 {
    100% {
        transform: rotate(1turn);
    }
}
/***************************************************************/
/*********************** STRUCTURE *****************************/
/***************************************************************/

.reduit{
    max-width:1280px;
    margin:0 auto;
}
.reduitpt{
    margin:0 auto;
    max-width:830px;
}
header{
    background:#fff;
    box-shadow: 0 3px 6px #00000029;
    padding:18px 0;
    position:relative;
    z-index:10000;
    box-sizing: border-box;
    height:213px;
}
header .reduit{

}
#main{
    position:relative;
}
.sticky #main{
    margin-top:253px;
}
#backtop{
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1000;
    display:none;
    transition: all 0.5s;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 20px;
}
#backtop:hover{
    bottom: 45px;
}
.sticky #backtop{
    display:block;
}
#backtop a{
    height:60px;
    width:60px;
    line-height: 60px;
    text-align: center;
    color: #000;
    background-color: #ffffff;
    border-radius: 4px;
    font-size: 24px;
    display: block;
    transition:0.6s all;
    opacity:0.6;
}
#backtop a:hover{
    opacity:1;
}
/***************************************************************/
/*********************** HEADER *******************************/
/***************************************************************/
#header_wrapper{
    display: grid;
    grid-gap: 10px 20px;
    grid-template-columns: 250px auto 164px 164px;
    grid-template-rows: auto;
    grid-template-areas: "logo topmenu social basket" "logo baseline shortcuts shortcuts" "headlow headlow headlow headlow";
}
/*#hspace{
    grid-area:hspace;
}*/
/* ligne 1*/
#topmenu{
    font-size:14px;
    line-height:16px;
    font-family: 'Roboto', sans-serif;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    grid-area:topmenu
}
#topmenu a{
    color: #000000DE;
}
#topmenu a:hover{
    text-decoration: none;
}
#topmenu ul.menu{
    display:flex;
    list-style: none;
    padding:0;
    margin:0;
}
#topmenu li{
    margin-right:32px;
    position:relative;
}
#topmenu ul ul{
    display:none;
}
#topmenu .menu > .menu-item-has-children > a::after{
    content:"\f078";
    font-family: "Font Awesome 5 Free",sans-serif;
    font-weight: 900;
    color: #000000DE;
    margin-left:6px;
}
#topmenu .menu-item-has-children:hover .sub-menu{
    display:block;
    position:absolute;
    top:16px;
    left:0;
    border:1px solid #000000DE;
    background-color: #fff;
    margin:0;
    padding:0;
    list-style: none;
}
#topmenu .sub-menu li{
    margin:0;
    padding:0;
}
#topmenu .sub-menu a{
    text-decoration: none;
    display: block;
    padding:2px 15px;
    white-space: nowrap;
}
#topmenu .sub-menu a:hover{
    color:#0B983A;
}
#social{
    font-size: 16px;
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    width: 164px;
    justify-content: space-between;
    display: flex;
    grid-area:social
}
#social a{
    color: #000000DE;
}
#basket{
    grid-column: 5;
    grid-row: 1;
    align-self: center;
    text-align: center;
    grid-area:basket;
}
#basket a{
    color:#0B983A;
    text-decoration: none;
}

/* ligne 2*/
#logo{
    grid-area: logo;
}
#logo a{
    display: block;
}
#logo img{
    height:100px;
    width:auto;
}
#baseline{
    font-size:22px;
    line-height: 100%;
    font-weight: 300;
    letter-spacing: 0.73px;
    color: #000000DE;
    align-self: end;
    grid-column: 2;
    grid-row: 2;
    margin-bottom: 27px;
    grid-area:baseline;
}

.hbutton{
    grid-row: 2;
    margin-top: 27px;
    text-align: right;
}
.hbutton.button a{
    width:164px;
    text-align: center;
}
#h_sout_bout{
    grid-area: sout_bout;
}
#shortcuts{
    grid-area: shortcuts;
    display: flex;
    gap:0 15px;
}

#shortcuts div:nth-child(2){
    text-align: right;
    grid-area: boutique;
}
/* ligne 3*/

#headlow{
    grid-row: 3;
    grid-column: 1/6;
    display: flex;
    margin-top:18px;
    justify-content: space-between;
    grid-area: headlow;
}
#hamburger{
    font-size:20px;
    margin-right:20px;
}
#hamburger a{
    color:#000000DE;
    transition: 0.2s all;
}
#hamburger.on a{
    color:#0B983A;
}
#menu ul{
    display:flex;
    list-style: none;
    margin:0;
    padding:0;
}
#menu li{
    /*position:relative;*/
}
#menu a{
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.73px;
    color: #000000DE;
    font-weight: 600;
    text-decoration: none;
    margin-right:40px;
    font-family: Quicksand,sans-serif;
    text-transform: uppercase;
}
#menu .current-page-ancestor a, #menu .current-menu-item  a{
    color:#0B983A;
}
#menu #menu-menu-principal > li > a{
    padding-bottom:40px;
}
#menu a:hover{
    color:#0B983A;
}
#menu ul ul.sub-menu{
    display: none;
    position:absolute;
    top:214px;
    left:0;
    transition: 0.2s all;
    background: rgba(0,0,0,0.9);
    color:#fff;
    overflow: hidden;
    width:100%;
    padding:62px 0;
}
#menu .sub-menu li{
    width:1280px;
    margin:0 auto;
}
#menu li:hover .sub-menu{
    display: block;
}
#menu .sub-menu a{
    display:block;
    padding:4px 15px;
    font-size:25px;
    font-weight: normal;
    white-space: nowrap;
    color:#fff;
    margin:0;
}
#menu .sub-menu a:hover{
    background:rgba(255,255,255,0.9);
    color:#000;
}


/****** search */

#searchtrigger{
    font-size:22px;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    color: #0B983A;
    background: #00872F1F;
    transition: 0.2s;
}
#searchtrigger:hover{
    color:#666;
}
#searchtrigger i:hover{
    color:#0B983A;
}
#searchform{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
}
#searchform form{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    display: flex;
}
#searchform label{
    color:#fff;
    font-size:24px;
    text-transform: uppercase;
    display: block;
}
#searchform input, #searchform button{
    font-size:30px;
    padding:5px 15px;
}
#searchform #search_button{
    align-self: end;
}
#searchform button{
    color:#fff;
    border:0;
    background-color:transparent;
    margin-left:15px;
}
#searchform .close{
    position:absolute;
    top:5px;
    right:5px;
    font-size:30px;
    color:#fff;
    cursor:pointer;
}
#searchform .close:hover{
    color:#0B983A;
}
#searchform #searchplus{
}
#searchform #searchplus a{
    color:#fff;
    font-size: 18px;
    text-decoration: none;
}
#searchform #searchplus a:hover {
    color:#0B983A;
}

/*********** Header sticky ****************/

.sticky header{
    position:fixed;
    width: 100%;
    top:0;
    height:146px;
}
.logged-in.sticky header{
    top:32px;
}
.sticky #header_wrapper{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: auto 164px 164px;
    grid-template-rows: auto;
    grid-template-areas: "logo shortcuts shortcuts" "headlow headlow headlow";
}

.sticky #topmenu,
.sticky #social,
.sticky #basket,
.sticky #baseline,
.sticky #hspace1{
    display:none;
}
.sticky #logo img{
}
.sticky .hbutton{
    margin-top: 0;
}
.sticky #headlow{
    margin-top: 0;
}
.sticky #menu ul ul.sub-menu{
    top:145px;
}

/***************************************************************/
/*********************** MENU BURGER ***************************/
/***************************************************************/
.burger{
    background:rgba(0,0,0,0.9);
    padding:62px 46px;
    width: 100%;
    box-sizing: border-box;
}
#headerburger.burger{
    position: absolute;
    top: 244px;
    left: 0;
    z-index: 10000;
    display:none;
}
.logged-in #headerburger.burger{
    top:245px;
}
.sticky #headerburger.burger {
    /*position: fixed;*/
    top: 146px;
}
.logged-in.sticky #headerburger.burger{
    top:178px;
}
.burger ul{
    margin:0;
    padding:0;
    list-style: none;
}
.burger ul#menu-menu-hamburger,
.burger ul#menu-menu-hamburger-1{
    display:flex;
    flex-wrap: wrap;
    column-gap: 3%;
}
.burger ul#menu-menu-hamburger > li,
.burger ul#menu-menu-hamburger-1 > li{
    width:30.3333%;
    margin-bottom:60px;
}
.burger ul li a:hover{
    color:#0B983A;
}
.burger a{
    color:#fff;
    text-decoration: none;
}
.burger ul a{
    font-size:29px;
    line-height:38px;
    transition: 0.2s all;
}
.burger ul ul{
    margin:10px 0;
}
.burger ul ul li{
    margin-left:15px;

}
.burger ul ul li a{

}
.burger ul ul li a::before{
    content:"";
    border-left:2px solid #fff;
    margin-right:8px;
}
.burger ul ul li a{
    font-size:25px;
    line-height:inherit;
    display: block;
}
.burger ul ul ul li a::before{
    content:"";
    border-left:2px solid #fff;
    margin-right:15px;
    padding:2px 0;
}
.burger ul ul ul li a{
    font-size:16px;
    line-height: inherit;
    font-family: "Roboto", sans-serif;
    padding:2px 0;
}

/***************************************************************/
/*********************** COLONNES ******************************/
/***************************************************************/

.cols{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.col5 > .col{
    width:20%;
}
ul.col4 li,
.col4 > .col{
    width:25%;
}
ul.cols{
    margin:0;
    padding:0;
    list-style: none;
}

.col3 > .col{
    width:30%;
}
.col2 > .col{
    width:50%;
}
.col{
    justify-content: center;
}
.cols.list{
    gap:70px 5px;
}
#result_main .cols.list,
#result_others .cols.list{
    gap: 70px calc( (100% - 1035px) / 2);
    justify-content: inherit;
}
.list > .col{
    display:flex;
    width:auto;
}
.cols.col2.list{
    margin-bottom:60px;
}

.box{
    background: #FFFFFF;
    box-shadow: 0 3px 10px #00000029;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    box-sizing: border-box;
    max-width: 345px;
    transition:0.2s all;
    display:block;
    height:100%;
}
.box_int{
    padding:25px;
}
.single-partenaire article .box_int{
    background:#fff;
    height:364px;
    box-sizing: border-box;
    display:flex;
    align-content: center;
    justify-content: center;
    padding:0;
}
.single-partenaire article .box_int .img{
    max-width:650px;
    max-height:364px;
    justify-self: center;
    align-self: center;
}
.single-partenaire article .box_int .img img{
    max-height:364px;
    max-width:650px;
    height:auto;
    width:auto;
}
.root .box_int{
    padding:0;
}
.box.moyen{
    max-width:535px;
    width:535px;
}
.box.moyen .title{
    height:85px;
    font-size:24px;
    line-height: 26px;
    font-family:"Quicksand",sans-serif;
    font-weight: bold;
    color: #000000DE;
}
.box.petit{
    max-width:345px;
    width:345px;
}
.box.petit .title {
    font-family:"Quicksand",sans-serif;
    height:60px;
    font-size:16px;
    line-height: 18px;
    font-weight: bold;
    color: #000000DE;
}
.box.mini{
    max-width: 535px;
    width: 535px;
    display:flex;
    flex-flow: revert;
    column-gap: 30px;
}

.box:hover{
    background-color:#fbfbfb;
    box-shadow: 0 3px 6px #00000061;
}
.box a{
    text-decoration: none;
    color: #000000DE;
    display:block;
    height: 100%;
    box-sizing: border-box;
}
.box.mini a{
    display:block;
}
.box.mini a:nth-child(1){
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.53px;
    font-weight: bold;
    font-family:"Quicksand",sans-serif;
}
.box.mini a:nth-child(2){
    width:146px;
    max-width: 146px;
    flex-shrink: 0;
}
.box.mini .title{
    font-family:"Quicksand",sans-serif;
    width:305px;
}
.box .excerpt{
    font-size: 14px;
    line-height: 18px;
    font-family: "Roboto",sans-serif;
    margin:12px 0;
}
.infos{
    font-size: 10px;
    color:#000000B3;
    display: flex;
    justify-content: space-between;
}
.infos .date{
    text-align: center;
}
.infos .author{
    text-align: right;
}
.box.mini a{
    display: flex;
    flex-flow: revert;
    column-gap: 30px;
}

/***************************************************************/
/*********************** ARTICLE *******************************/
/***************************************************************/
article{
    max-width:650px;
    margin:0 auto 60px;
    font-size: 19px;
    line-height: 1.5em;
    font-weight: 400;
}
article a{
    color:#0B983A;
    text-decoration: none;
}
article a:hover{
    text-decoration: underline;
}
article li{
    margin-bottom:8px;
}
.meta{
    font-size:12px;
    /*margin-bottom: 20px;*/
}
.meta .col{
    text-align: center;
    display: inline-block;
    line-height: 1.4em;
}
.meta .col:nth-child(1){
    text-align: left;
}
.meta  .col:last-child{
    text-align: right;
}
.meta .col:only-child{
    text-align: center;
    width:100%;
}
.meta i{
    vertical-align: middle;
    margin-right:5px;
}
.moyen .meta,
.petit .meta{
    font-size:12px;
}
article h1{
    font-size: 29px;
    line-height: 38px;
    letter-spacing: -0.23px;
    color: #000000DE;
    font-family: Quicksand,sans-serif;
    margin:0;
    padding:30px 0 15px;
}
article.root  h1{
    color:#fff;
}
article h2{
    font-size: 24px;
    line-height: 32px;
    color: #000000DE;
    font-weight: bold;
    font-family: Quicksand,sans-serif;
}
article h3{
    font-size: 20px;
    line-height: 28px;
    color: #000000DE;
    font-weight: bold;
    font-family: Quicksand,sans-serif;
}
article .intro{
    font-size:14px;
    margin-bottom:20px;
}
article .chapo{
    font-size:22px;
    line-height:1.4em;
    font-family: "Quicksand",sans-serif;
    margin-bottom: 20px;
    font-weight: 500;
}

/***************************************************************/
/*********************** ACCUEIL *******************************/
/***************************************************************/
#slider{
    position:relative;
    background: #fff;
    box-shadow: 0 12px 12px #bbb;
    padding-bottom: 16px;
}
#slider .slide{
    position:relative;
}
#slider img{
    display: block;
}
.slide_fond{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow: hidden;
}
#slider .img{
    position:relative;
    width: 100%;
    height:100%;
}
.slide_fond img{
    width: 200%;
    height: 200%;
    filter: blur(1.5rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#slider .reduit{
    position:relative;
    z-index:100;
}
.slide_txt{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4em;
    letter-spacing: 0.74px;
    color: #000000DE;
}
.slide_txt a{
    color:#0B983A;
    text-decoration: none;
}
.slide_txt a:hover{
    text-decoration: underline;
}
#home_news > .cols{
    margin:64px auto;
    justify-content: space-between;
    max-width:1160px;
}
#home_news > .col2 > .col{
    flex-basis: auto;
}

.video.video_gd{
    width:1280px;
    height:670px;
}
.video.video_mobile{
    display:none;
}

.video iframe{
    height:100%;
}
/***************************************************************/
/*********************** BREADCRUMBS ***************************/
/***************************************************************/

.post_tools{
    position:relative;
    display:flex;
    padding:32px 0;
}
/***************************************************************/
/*********************** BREADCRUMBS ***************************/
/***************************************************************/

#breadcrumbs{
    list-style:none;
    overflow:hidden;
    margin:0;
    width:50%;
    padding:0;
}
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
}
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#8F9CB6;
}
#breadcrumbs a{
    font-size: 14px;
    line-height: 170%;
    color: #8F9CB6;
    text-decoration: none;
}

#breadcrumbs .bread-current,
#breadcrumbs strong{
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: #07335E;
}
.root #breadcrumbs .bread-current,
.root #breadcrumbs strong{
    color: #fff;
}
.root #breadcrumbs a,
.root #breadcrumbs,
.root #breadcrumbs .bread-current,
.root #breadcrumbs strong,
.root #breadcrumbs .separator{
    color:#fff;
}
/***************************************************************/
/*********************** SOCIAL ********************************/
/***************************************************************/
.social{
    font-size:14px;
    display:flex;
    align-content: center;
    justify-content: right;
    width:50%;
}
.root .social{
    color:#fff;
}
.wp-socializer.wpsr-share-icons{
    margin:0;
}
.social span{
    align-self: center;
    margin-right: 12px;
}
.socializer a,
.socializer .sr-facebook a,
.socializer .sr-twitter a,
.socializer .sr-linkedin a,
.socializer .sr-email a{
    background:#fff;
    color:#000000BD;
    border:1px solid #000000BD;
    font-size: 16px;
}
.socializer .sr-facebook a:hover{
    background:#1977f3;
    color:#fff;
    border:1px solid #1977f3;
}
.socializer .sr-twitter a:hover{
    background:#00acee;
    color:#fff;
    border:1px solid #00acee;
}
.socializer .sr-linkedin a:hover{
    background:#0e76a8;
    color:#fff;
    border:1px solid #0e76a8;
}
.socializer .sr-email a:hover{
    background:#0B983A;
    color:#fff;
    border:1px solid #0B983A;
}
.socializer .sr-share-menu{
    display:none;
}
/***************************************************************/
/*********************** REVUE *********************************/
/***************************************************************/

#revueabo_container{
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(244,226,202,1) 100%);
    background-position: 0 65px;
    margin: 60px 0;
}

.revues.cols{
    text-align: center;
    justify-content: left;
}
.revues.cols .col{
    margin-bottom:75px;
}
.revues.cols .col .revue{
    position:relative;
    display: inline-block;
    /*border: 0.5px solid #00000099;
    border-radius: 8px;*/
    padding-bottom:36px;
}
.revues.cols img{
    width:187px;
    display: block;
    box-shadow: 0 3px 6px #00000029;

}
.revues.cols .title{
    display:none;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    box-sizing: border-box;
    color:#333;
    font-weight: normal;
    font-size:14px;
}
.revues.cols .col:hover .title{
    display: block;
}
.revueabo .revue_title{
    font-family: "Quicksand",sans-serif;
    font-size:30px;
    text-align: center;
}
.revueabo .revue_title span{
    font-family: "Quicksand",sans-serif;
    display: block;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}
.revueabo .revue_img{
    text-align: center;
}
.revueabo .revue_banner {
    padding: 8px 0;
    text-align: center;
    margin: -4px -25px 0;
}
.revueabo .revue_illimite .revue_banner{
    font-size:32px;
    color:#000;
    background:#a4e2b9;
}
.revueabo .revue_2ans .revue_banner{
    font-size:48px;
    color:#fff;
    background:#4bb16f;
}
.revueabo .revue_1an .revue_banner{
    font-size:32px;
    color:#a4e2b9;
}
.revueabo .revue_tarif{
    text-align: center;
    padding:8px 0;
    font-size: 18px;
    color:#282828
}
/***************************************************************/
/*********************** FAQ ***********************************/
/***************************************************************/
.faq{
    border:1px solid #dedede;
    padding:15px 45px 15px 15px;
    margin-bottom:8px;
    position:relative;
}
.faq .question{
    font-size:20px;
    font-weight: bold;
    cursor: pointer;
    font-family: "Quicksand",sans-serif;
}
.faq .question::before{
    content:"\f078";
    font-family: "Font Awesome 5 Free",sans-serif;
    position:absolute;
    top: 15px;
    right:15px;
}
.faq.on .question::before{
    content:"\f077";
}
.faq .reponse{
    display:none;
    opacity:1;
}

/***************************************************************/
/*********************** ARTICLES ******************************/
/***************************************************************/
.alignleft{
    float:left;
    max-width:50%;
    margin:0 30px 15px 0;
}
.alignright{
    float:right;
    max-width:50%;
    margin:0 0 15px 30px;
}

.wp-caption-text{
    font-size:12px;
    color:#666;
    text-align: center;
}

/***************************************************************************************************************************/
/************************************ QUI SOMMES NOUS **********************************************************************/
/***************************************************************************************************************************/

.qui_groupe{
    justify-content: center;
}
.qui_groupe .col{
    text-align: center;
    margin-bottom: 30px;
}
.qui_groupe img{
    object-fit: cover;
    width:220px;
    height:220px;
    overflow: hidden;
    border-radius: 50%;
}
.qui_groupe .nom{
    font-weight: bold;
}
.qui_groupe a{
    color: #666;
    font-size: 14px;
    font-weight:normal;
    text-decoration: none;
}

/***************************************************************/
/*********************** MEGASEARCH ****************************/
/***************************************************************/
#megasearch{
    padding:24px;
    background: #FFFFFF;
    border: 1px solid #00000061;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 32px;
    margin-bottom: 32px;
}
#home_news #megasearch{
    margin-top: 64px;
    margin-bottom: 64px;
}
#ms_plus,#ms_plus_toggle_minus{
    display: none;
    margin-bottom: 24px;
}
#ms_plus.show,#ms_plus_toggle_minus.show{
    display: block;
}
#ms_plus_toggle{
    margin:0;
    text-align: right;
    font-size: 20px;
    cursor: pointer;
    color: #0B983A;
}
#megasearch .srow{
    margin-bottom:24px;
}
#megasearch .overtitle{
    font-size: 12px;
    color: #666;
    background:#dedede;
    padding:4px 8px;
}

#megasearch .stitle{
    font-size: 25px;
    line-height:32px;
    font-weight: 400;
    font-family: "Quicksand",sans-serif;
    letter-spacing: 0;
    color: #000000DE;
    margin-bottom: 24px;
}
#megasearch .checkbox,
#megasearch .radio{
    margin-bottom:8px;
}
#s1 .col{
    flex-basis: auto;
    display: flex;
}
#s1 > .cols{
    column-gap: 24px;
    flex-wrap: nowrap;
}
#s1 > .cols > .col:nth-child(1){
    column-gap: 24px;
    flex-wrap: nowrap;
}
#s1 > .cols > .col:nth-child(2){
    flex-grow: 1;
}
#s2 > .cols{
    column-gap: 15px;
}
#s2 > .cols .col{
    width:auto;
}
#megasearch #search_text{
    gap:8px;
}
#megasearch #search_text input{
    font-size: 18px;
    padding:26px;
    background: #FFFFFF;
    border: 1px solid #00000061;
    color: #00000099;
    font-family: "Roboto",sans-serif;
    box-sizing: border-box;
    width: 100%;
    height:70px;
    border-radius: 4px;
}
#spictos{
    height:100px;
}
#spictos label{
    position:relative;
    text-align: center;
    width:70px;
    height:70px;
    display: block;
    background:#fff;
    border: 1px solid #00872F1F;
    border-radius:4px;
    color:#00872F;
    box-sizing: border-box;
    font-size:14px;
    padding:0;
}
#spictos label span{
    margin-top:4px;
    display: block;
}
#spictos label::before{
    content:"";
    font-family: "Font Awesome 5 Free",sans-serif;
    font-size:36px;
    text-align: center;
    cursor:pointer;
    display: block;
    width:70px;
    height:70px;
    padding-top:12px;
    box-sizing: border-box;
    position:relative;
    top:auto;
    left:auto;
    background:transparent;
    border:0;
    border-radius: 0;
}
#spictos [type="checkbox"]:checked + label::after{
    display:none;
}
#spictos .col label[for=sart]::before{
    content:"\f5ad";
}
#spictos .col label[for=sevt]::before{
    content:"\f073";
}
#spictos .col label[for=sgrp]::before{
    content:"\f0c0";
    font-weight: 600;
}
#spictos .col label[for=spa]::before{
    content:"\f1ea";
}
#spictos .col label[for=sprj]::before{
    content:"\f135";
    font-weight: 600;
}
#spictos input:checked ~ label{
    border: 1px solid #00872F;
    background: #00872F1F;
}
#spictos input:hover ~ label{
    border: 1px solid #00872F;
}
.evt_not_display{
    display:none;
}
#s3 .cols{
    justify-content: space-around;
}
#s3 .col.hide{
    display:none;
}

.oudep, .oulocal{
    display:none;
}
.oudep.on, .oulocal.on{
    display:block;
    margin-bottom:30px;
}
#megasearch .submit button{
    height:68px;
}

/****** checkboxes & radios buttons *******/

/* Cachons la case à cocher */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked{
    position: absolute;
    left: -9999px;
}

/* on prépare le label */
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
    position: relative;
    cursor: pointer;
    padding:0 0 0 30px;
}
.row [type="checkbox"]:not(:checked) + label,
.row [type="checkbox"]:checked + label,
.row [type="radio"]:not(:checked) + label,
.row [type="radio"]:checked + label {
    margin-right:15px;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:-1px;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    box-sizing: border-box;
    text-indent: 0;
}
[type="checkbox"]:not(:checked) + label:before{
    border: 1px solid #039900;
    background: #fff;
}

[type="checkbox"]:checked + label:before{
    content:"\f14a";
    font-family: "Font Awesome 5 Free",sans-serif;
    color:#039900;
    font-size: 19px;
    font-weight: 900;
}
.wpcf7-radio label{
    position:relative;
    padding-left:30px;
    display: flex;
}
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before,
.wpcf7 label [type="radio"]{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    border: 2px solid #039900;
    background: #fff;
    border-radius: 18px;
    box-sizing: border-box;
}
[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    transition: all .2s;
    background: #00872F;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    box-sizing: border-box;
}
[type="radio"]:disabled + label:before {
    border: 1px solid #f00;
}
/* Aspect si "pas cochée" */
[type="checkbox"]:not(:checked) + label:after, [type="radio"]:not(:checked) + label:after {
    opacity: 0; /* coche invisible */
    transform: scale(0); /* mise à l'échelle à 0 */
}
/* Aspect si "cochée" */
[type="checkbox"]:checked + label:after, [type="radio"]:checked + label:after {
    opacity: 1; /* coche opaque */
    transform: scale(1); /* mise à l'échelle 1:1 */
}

[type="range"] {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 4px; /* Specified height */
    background: #00872F;
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
    box-sizing: border-box;
    position:relative;
}

/* Mouse-over effects */
[type="range"]:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 14px; /* Set a specific slider handle width */
    height: 14px; /* Slider handle height */
    background: #00872F;
    cursor: pointer; /* Cursor on hover */
    border-radius: 50%;
    border:1px solid #000;
}

[type="range"]::-moz-range-thumb {
    width: 14px; /* Set a specific slider handle width */
    height: 14px; /* Slider handle height */
    background: #00872F;
    cursor: pointer; /* Cursor on hover */
    border-radius: 50%;
    border:1px solid #000;
}

.fax{
    display:none!important;
}
#showmap{
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 20px;
    vertical-align: middle;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    right: 26px;
    bottom: -4px;
    background-color: #0B983A;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #00872FAD;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


.sdate_dist output{
    display:block;
    font-size: 14px;
    margin-top: 10px;
}

.submit input,
.submit button {
    background: #0B983A;
    border:1px solid #0B983A;
    border-radius: 5px;
    color:#fff;
    font-size:18px;
    font-family: "Quicksand",sans-serif;
    text-align: center;
    padding:10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    cursor:pointer;
}
.submit input:hover,
.submit button:hover {
    background: #fff;
    color: #0B983A;
    border: 1px solid #0B983A;
}
.button.white input,
.button.white button{
    border: 1px solid #0B983A;
    color: #0B983A;
    background: #fff;
}
.button.white input:hover,
.button.white button:hover{
    background: #0B983A;
    color: #FFFFFF;
}
.mail{
    border:1px solid #333;
    padding:15px;
    border-radius:12px;
    background:#dedede;
}
.mail .headers{
    display:flex;
    justify-content: space-between;
    font-size:14px;
}
.mail .subject{
    margin:30px 0;
    font-weight: bold;
}
.mail .message{
    font-size:16px;
    line-height: 1.4em;
}
.mail span.label{
    font-size:12px;
    font-weight: normal;
    text-transform:uppercase;
    display:block;
}
form#contact[name="step2"] .submit{
    display:flex;
    gap:30px;
    justify-content: space-between;
    margin-top:15px;
}

#t_ancien, #t_evts{
    display:none;
}
#t_ancien.show, #t_evts.show{
    display:block;
}

/*********************** ACF FORM *******************************/

.acf-form{
    margin-bottom:30px;
}
.ui-datepicker th{
    font-size: inherit;
}
.acf-field p.description {
    font-size: 14px;
}
.acf-taxonomy-field .categorychecklist-holder {
    max-height: inherit;
    overflow: visible ;
}
/***************************************************************/
/*********************** RESULTS *******************************/
/***************************************************************/
#result{
    margin-top:60px;
}
#result_main{
    padding-bottom: 60px;
}
.found_posts{
    font-size:25px;
    line-height:32px;
    font-family: "Quicksand",sans-serif;
    font-weight: 600;
    margin-bottom:40px;
}
.found_posts span{
    font-size:14px;
    font-weight: normal;
}
/***************************************************************/
/*********************** PAGINATION ****************************/
/***************************************************************/
.pagination_cont{
    text-align: center;
    padding: 30px 0 60px;
    font-size:15px;
    line-height: 22px;
    font-family: Roboto,sans-serif;
    color: #000000DE;
}

.pagination ul {
    display: flex;
    list-style: none;
    margin:0;
    padding:0;
    gap: 30px;
    justify-content: center;
}
.pagination li {
    background: #dde1e7;
    border-radius: 3px;
    box-shadow: -3px -3px 7px #ffffff73, 3px 3px 5px rgba(94, 104, 121, 0.288);
    overflow: hidden;
}
.pagination li a, .pagination li > span {
    font-size: 14px;
    text-decoration: none;
    display: block;
    line-height: 40px;
    width:40px;
    height:40px;
    text-align: center;
    border: 1px solid #0B983A;
    color: #0B983A;
    background: #fff;
    border-radius: 5px;
}
.pagination li a:hover {
    background: #0B983A;
    color: #FFFFFF;
}
.pagination li:first-child {
    margin: 0 15px 0 0;
}
.pagination li:last-child {
    margin: 0 0 0 15px;
}
.pagination .current{
    background:#F2FBF6;
    color:#0B983A;
}


/***************************************************************/
/*********************** NOTES *********************************/
/***************************************************************/
.easy-footnote-title{
    position:relative;
    border-top:1px solid #dedede;
    border-bottom:1px solid #dedede;
    padding:12px 0;
    cursor: pointer;
}
.easy-footnote-title h4{
    margin:0;
    position:relative;
    display:inline-block;
    padding-right:32px;
}
.easy-footnote-title h4::after{
    position:absolute;
    top:0;
    right:0;
    font-family: "Font Awesome 5 Free",sans-serif;
    content:"\f054";
}
.easy-footnote-title.on h4::after {
    content:"\f078";
}
.easy-footnotes-wrapper{
    margin-top: 15px;
    padding-top: 30px;
    position:relative;
    display:none;
}
.easy-footnote-single{
    margin-bottom:15px;
    font-size:14px;
}

/***************************************************************/
/*********************** RELATED *******************************/
/***************************************************************/
.related{
    background:#fff;
}
.yarpp-related {
    padding: 60px 0;
    background: #fff;
}
.yarpp-related .related h2{
    padding:0 0 30px;
    /*font-size: 29px;
    font-family: "Quicksand",sans-serif;
    text-transform: inherit;*/
}
/***************************************************************/
/*********************** SUBMIT EDIT ***********************************/
/***************************************************************/
.submit_edit_button{
    text-align: center;
}
.submit_edit{
    display: none;
}
/***************************************************************/
/*********************** MAP ***********************************/
/***************************************************************/
#mapbig{
    width:100%;
    height:600px;
    margin-bottom: 60px;
}
.map.leaflet-container a{
    color:#0B983A;
    text-decoration: none;
}
.map.leaflet-container a:hover{
    text-decoration: underline;
}
/***************************************************************/
/*********************** SINGLE ********************************/
/***************************************************************/
.evt_info{
    margin:15px auto;
    padding:15px;
    border-radius: 12px;
    background: #0B983A;
    color: #fff;
    font-weight: normal;
    justify-content: space-between;
    gap: 15px 4%;
}
.evt_info.col2 .col{
    width:48%;
}
.evt_info.delegue{
    grid-template-columns: repeat(2, 1fr);
}
.evt_info span{
    font-size:12px;
    display:block;
    margin-bottom:8px;
    white-space: nowrap;
    border-bottom: 1px solid #fff;
}
.evt_info a{
    color:#fff;
    text-decoration: none;
}
.evt_info a:hover{
    text-decoration: underline;
}
.evt_info .social a{
    border-radius: 50%;
    background: transparent;
    padding: 2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.evt_info .social a:hover{
    color:#0B983A;
    background:#fff;
}
.annule,.complet{
    color:#f00;
    font-size:20px;
    text-align: center;
    margin:15px auto;
    font-weight: bold;
}
.evt_info .reservation{
    text-align: center;
}
.evt_info .button{
    text-align: center;
    display:block;
    margin-top: 12px;
}
.evt_info .button a {
    display: inline-block;
    background: #fff;
    color: #0B983A;
    border-radius: 12px;
    text-decoration: none;
    padding: 2px 15px;
}
.evt_info .button a:hover{
    color:#fff;
    background:transparent;
}
#map{
    width:100%;
    height:400px;
    margin: 30px auto;
    border-radius: 12px;
}
#map.big{
    height:600px;
}
#rootimage{
    width:100%;
    height:400px;
    position:absolute;
    top:0;
    left:0;
    z-index: -1;
    background: rgb(0,0,0,0.3);
    /*background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(1,135,48,0.4) 0%, rgba(1,135,48,1) 100%);*/
    /*filter: blur(10px);*/
    border-bottom:2px solid #dedede;
    overflow: hidden;
}
#rootimage.green{
    background:#018730;
}
#rootimage img{
    object-fit: cover;
    width:100%;
    height:400px;
    opacity:0.6;
    filter: blur(1.5rem);
}
.modalites{
    font-size:16px;
    font-style: italic;
}
.gallery img{
    border:0!important;
}


/***************************************************************/
/*********************** ADD POST ******************************/
/***************************************************************/
.add_post_container{
    box-sizing: border-box;
    margin-bottom:32px;
}
.add_post_container.large{
    background:#0B983A;
    padding:30px;
    margin-bottom:0;
}

.add_post_container .button_container{
    display: flex;
    justify-content: center;
    gap:60px;
}
.add_post_form{
    display:none;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    margin-top:30px;
    text-align: left;
}
.add_post_container #form_container > div{
    display:none;
}
.add_post_form .acf-form-submit{
    text-align: center;
}
.edit_post_form{
    padding:30px;
    margin-top: 30px;
    background:#fff;
}
/***************************************************************/
/*********************** PARTENAIRES ***************************/
/***************************************************************/
#partners .col3{
    gap: 0 calc( (100% - 1200px) / 3);
    justify-content: inherit;
}
#partners .col{
    height:300px;
    width:300px;
    position:relative;
    margin-bottom:60px;
}
#partners .partner{
    position:absolute;
    top:0;
    left:0;
    width:300px;
    height:300px;
    overflow: hidden;
    border: 1px solid #00000061;
    padding:20px;
    box-sizing: border-box;
    background: #fff;
    transition:0.2s all;
}
#partners .partner a{
    color:#0B983A;
    text-decoration: none;
}
#partners .partner a:hover{
    text-decoration: underline;
}
#partners .partner .image{
    height:80px;
    width:auto;
    text-align: center;
    margin-bottom:20px;
}
#partners .partner .image img{
    max-height:100%;
    width:auto;
}
#partners .partner:hover{
    overflow:visible;
    height:auto;
    min-height:300px;
}
#partners .partner .partner_title{
    font-size: 20px;
    line-height:1.4em;
    font-family: Quicksand,sans-serif;
    text-align: center;
    color:#000000DE;
    margin-bottom:20px;
}
.reduc_header{
    padding:20px 20px 20px 90px;
    background:#00872F14;
    border:1px solid #00872F;
    display:flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    margin-bottom:20px;
    cursor:pointer;
}
.reduc_header img{
    height:60px;
    width:auto;
}
.reduc_header h3{
    font-size:29px;
    line-height: 38px;
    color:#000000DE;
    font-family:  Quicksand,sans-serif;
    font-weight: normal;
    margin:0;
}
.reduc_picto{
    margin-right:60px;
}
.reduc_title{
    flex-grow: 1;
    margin:0;
}
.partner_reduc{
    color:#DB8413;
    margin-bottom:16px;
    text-align: center;
}
.partner .desc_court{
    text-align: center;
}
.reduc_toggle{
    margin-left:60px;
}
.reduc_toggle::before{
    font-family: "Font Awesome 5 Free",sans-serif;
    content:"\f054";
    font-size:30px;
    color:#00872F;
    font-weight: 600;
}
.reduc_header.on .reduc_toggle::before{
    content:"\f078";
}

.reduc_body{
    display:none;
}
.partner .radiant{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:30px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
}
.partner:hover .radiant{
    display:none;
}


/***************************************************************/
/*********************** DÉLÉGATIONS ***************************/
/***************************************************************/
.authors .author{
    margin-bottom:30px;
    padding-bottom:30px;
    position:relative;
}
.authors .author_content{
    height:300px;
    overflow: hidden;
}
.author_name h2{
    font-size:24px;
    font-weight: normal;
    margin:0 0 15px;
}
.author_pic{
    float:left;
    width:250px;
    height:250px;
    margin: 0 30px 30px 0;
    overflow: hidden;
    border-radius: 50%;
}
.author_pic img{
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.authors .author_more {
    margin-top: 15px;
}
.authors .author_more::after{
    font-family: "Font Awesome 5 Free",sans-serif;
    content:"\f078";
    text-align: center;
    position:absolute;
    bottom:0;
    border-top:1px solid #dedede;
    border-bottom:1px solid #dedede;
    width:100%;
    cursor:pointer;
    font-weight: 600;
}
.authors .author.on .author_more::after{
    content:"\f077";
}
.authors .author_more:hover::after{
    color: #0B983A;
    border-top:1px solid #0B983A;
    border-bottom:1px solid #0B983A;
}
table#deleg{
    width:100%;
    max-width: 100%;
    margin:30px auto;
}
table#deleg th{
    padding:24px;
}
table#deleg tr:hover, table#deleg tr:nth-child(even):hover {
    box-shadow: 0 10px 10px #e9e9e9,
    0 -10px 10px #e9e9e9;
}
table#deleg td{
    vertical-align: center;
}
table#deleg .deleg a{
    display: block;
    width:100%;
    box-sizing: border-box;
    color: #282828;
}
table#deleg .deleg a:hover{
    color: #0B983A;

}
table#deleg .contact{
    text-align: center;
}
table#deleg .contact a{
    padding:8px 32px;
    color:#0b983a;
    text-decoration: none;
    border:1px solid #0b983a;
    border-radius: 8px;
    font-size: 18px;
    background:#fff;
    display: inline-block;
    margin:0 9px;

}
table#deleg .contact a:hover{
    background:#0B983A;
    text-decoration: none;
    color:#fff;
}
table#deleg .social{
    display: flex;
    gap:15px;
    justify-content: center;
}
.leaflet-popup-content{
    font-size:16px;
    line-height: 1.4em;
}
.leaflet-popup-content .desc{
    font-size:14px;
    margin-top:8px;
    display:block;
}
.leaflet-popup-content .nom{
    font-size:14px;
    margin-bottom: 15px;
}
.leaflet-popup-content .dep{
    font-weight:bold;
    font-size:16px;
}
.leaflet-popup-content .message{
    font-size:13px;
}
.leaflet-popup-content .button{
    text-align: center;
    margin-top:15px;
}
.leaflet-popup-content .button a{
    font-size:14px;
    padding:5px 15px;
}
/***************************************************************/
/*********************** FORM **********************************/
/***************************************************************/
#contact{
    width:100%;
}
input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
textarea,
select,
input[type='number']{
    width:100%;
    border:1px solid #dedede;
    box-sizing: border-box;
    padding:5px 15px;
    font-size:18px;
    color:#666;
    background:#fff;
}
.form_line{
    margin-bottom:30px;
}
label{
    font-size:16px;
    color:#666
}
textarea{
    /*height:300px;*/
}
.required{
}
.required::before{
    content:"*";
    color:#f00;
    font-size:14px;
    margin-left:4px;
}
textarea#acf-field_530fdee7359e5{
    height:90px;
}

/***************************************************************/
/*********************** WOOCOMMERCE ***************************/
/***************************************************************/

#main .product{
    display:flex;
    flex-wrap: wrap;
}
#main .product .woocommerce-product-gallery {
    width:30%;
    float:none;
}
#main .product .summary{
    width:60%;
    margin-left:10%;
    float:none;
}
#main .product th{
    padding: 0;
    background: inherit;
    color: inherit;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    background: #0B983A;
    color: #FFFFFF;
    border: 1px solid #0B983A;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    border: 1px solid #0B983A;
    color: #0B983A;
    background: transparent;
}
.woocommerce ul.products li.product .button{
    border: 1px solid #0B983A;
    color: #0B983A;
    background: #fff;
}
.woocommerce ul.products li.product .button:hover{
    background: #0B983A;
    color: #FFFFFF;
}
.woofc-count.woofc-count-bottom-right{
    right:120px;
    opacity:0.6;
    transition: 0.6s all;
}
.woofc-count.woofc-count-bottom-right:hover{
    opacity:1;
}
.woofc-cart-link .woofc-cart-link-inner[data-count='0']::after {
    display:none;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    width:100%;
    float:none;
}

#related_products{
    background: #fff;
    padding: 60px 0;
}
#related_products h2{
    margin: 0 0 30px
}
/***************************************************************/
/********************* Dons & Adhésions ************************/
/***************************************************************/
.form{
    margin-bottom:60px;
}
.form .row{
/*    padding:5px 15px;*/
}
.form a{
    color:#0B983A;
    text-decoration: none;
}
.form a:hover{
    text-decoration: underline;
}
.form .error{
    color:#f00;
}
.form fieldset:not(:first-of-type){
    display:none;
}

/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
    overflow: hidden;
    padding:0;
    margin:0;
    /*CSS counters to number the steps*/
    counter-reset: step;
    display:flex;
}
#progressbar li {
    font-family:"Roboto",sans-serif;
    font-weight:400;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 18px;
    width: 33.33%;
    display:block;
    position: relative;
    background:#d4f9d3;
    color:#282828;
    padding:12px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active{
    background: #039900;
    color: #fff;
}
#row_freq_choix{
    display:none;
}
.form fieldset{
    padding:0;
    border: 1px solid #dedede;
    margin: 0 auto;
}
.form h3 {
    text-transform: uppercase;
    margin: 0 30px 12px -30px;
    font-weight: 400;
    font-size: 16px;
    font-family: Quicksand, sans-serif;
    background: #0B983A;
    padding: 2px 10px;
    color: #fff;
    /*display: inline-block;*/
    width: 160px;
    text-align: center;
}
.form .row input, .form .row label {
    display:inline;
}

#bloc_montant_autre h3 {
    margin-top:15px;
}
#bloc_montant_autre input{
    width:auto;
}

.form input[type=radio],.form input[type=checkbox],
.wpcf7-form input[type=radio], .wpcf7-form input[type=checkbox]  {
    width:auto;
    margin:0 5px 0 10px;
}
.form #bloc_montant_autre, .form #adh_plus, .form #readh_plus, #calcul, #row_freq_p, #row_freq_am, #row_freq_at, #row_freq_aa, #freq_choix, #step1  {
    display:none;
}
.form .form_nav {
    text-align: center;
    clear:both;
    margin:20px auto;
}
.form [type="radio"]:checked+label {
    font-weight:bold;
}
.form .i {
    display:inline;
    position:relative;
    cursor:pointer;

}
.form .i::before {
    font-family: "Font Awesome 5 Free",sans-serif;
    content:"\f05a";
    color:#666;
    margin-left:5px;
    font-size:18px;
    font-weight: 900;
}
.form .i::before:hover {
    color:#0f0;
}
.form .i span {
    display:none;
    position:absolute;
    border:1px solid #333;
    background:#dedede;
    padding:15px;
    border-radius:5px;
    top:18px;
    left:0;
    min-width:250px;
    font-size:14px;
    z-index: 1000;
    line-height: 1.4em;
}
.form .i a{
    color:#039900;
    text-decoration: none;
}
.form .encadre {
    background:#039900;
    padding:30px;
    color:#fff;
    width:80%;
    margin:30px auto;
    text-align: center;
    font-size:16px;
    line-height: 1.4em;
}
.form .encadre_clair {
    background:#a2d9a1;
    padding:30px;
    color:#333;
    margin:30px auto;
    text-align: center;
    font-size:16px;
    line-height: 1.4em;
}
#affmontantred {
    font-size:24px;
    font-weight:bold;
}
#affmontant_container {
    font-size:14px;
}
#deduc {
    font-style: italic;
    font-size:14px;
}

/* mise en forme du formulaire */
fieldset .ligne {
    padding:15px 30px;
}
fieldset .line {
    margin-bottom:15px;
}
fieldset .ligne:nth-child(odd) {
    background:#a2d9a1;
}
fieldset.blanc .ligne{
    background:#fff;
}

.form .ok::before {
    color:#339000;
    font-size:20px;
    margin-right:5px;
}
.form .nok::before {
    color:#f00;
    font-size:20px;
    margin-right:5px;
}
.form .o::before {
    color:#f00;
    content: "*";
    font-size:12px;
}

.form button{
    background: #0B983A;
    color: #FFFFFF;
    border: 1px solid #0B983A;
    border-radius: 5px;
    font-size: 18px;
    line-height: 22px;
    box-sizing: border-box;
    padding: 10px 35px;
    display: inline-block;
    text-decoration: none;
    transition: 0.2s all;
    cursor: pointer;
}
.form button.white{
    border: 1px solid #0B983A;
    color: #0B983A;
    background: #fff;
}
.form button:hover{
    background: #FFFFFF;
    color: #0B983A;
}
.form button.white:hover{
    background: #0B983A;
    color: #FFFFFF;
}
.form button.disabled{
    background:#dedede;
    color:#fff;
}
.form .cols{
    flex-wrap: nowrap;
    gap:30px;
}
.form #mag .col:nth-child(1){
    width:30%;
}
.form #mag .col:nth-child(2){
    width:70%;
}

.form .form-error{
    color:#f00;
}

/***************************************************************/
/*********************** NEWSLETTER ****************************/
/***************************************************************/
#newsletter{
    background: #006633;
    padding:60px 0;
    text-align: center;
    position:relative;
}
#newsletter .title{
    font-size:24px;
    color:#fff;
    margin-bottom:40px;
}
#nl_illu{
    position:absolute;
    right:15px;
    top: 50%;
    transform: translate(0, -50%);
    width:300px;
}
.sib-form{
    padding:0;
    margin-bottom: 60px;
}

/***************************************************************/
/*********************** FOOTER ********************************/
/***************************************************************/

footer{
    padding:100px 0;
    border-bottom:12px solid #00872F;
    position:relative;
    margin-top: 50px;
}
footer::after{
    content:"";
    background-image:url('img/logoAVF_bas.png');
    width:91px;
    height:85px;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translate(-50%);
}
footer h2{
    font-size: 29px;
    line-height: 38px;
    letter-spacing: -0.23px;
    color: #000000DE;
    text-align: center;
    margin:0 0 40px;
    padding:0;
}
footer .cols li{
    margin-bottom:30px;
    text-align: center;
}
footer .cols a{
    font-size:25px;
    line-height: 32px;
    color: #000000DE;
    text-decoration: none;
    white-space: nowrap;
}
footer .cols a:hover{
    text-decoration: underline;
}
/***************************************************************/
/*********************** FOOTER2 *******************************/
/***************************************************************/

#footer{
    background:#282828;
    font-size:24px;
    color:#c7c8c7;
}
#footer #footer_menu{
    padding:80px 0;
}
#footer #menu-menu-footer{
    flex-wrap: wrap;
    justify-content: start;
    gap: 60px 4%;
}
#footer #menu-menu-footer  li{
    list-style: none;
}
#footer #menu-menu-footer > li{
    width:22%;
}
#footer #menu-menu-footer > li > ul {
    padding-left: 20px;
}
#footer a{
    color:#c7c8c7;
    text-decoration: none;
    font-size:24px;
    line-height: 1.4em;
}
#footer a.ml{
    font-size: 18px;
}
#footer a:hover{
    text-decoration: underline;
}
#footer ul ul a{
    font-size: 18px;
}
#footer #social_footer{
    text-align: center;
}
#footer #social_footer div{
    margin-bottom:12px;
}

#footer #footer_other{
    background:#181818;
    padding:40px 0;
    font-size:24px;
    text-align: center;
    color:#c7c8c7;
}
#footer #footer_other div.title{
    margin-bottom:40px;
    font-family: "Quicksand",sans-serif;
}


/**********************************************************************************************************************/
/******************************************** RESPONSIVE **************************************************************/
/**********************************************************************************************************************/
@media screen and (max-width: 1350px) {
    #nl_illu{
        display: none;
    }
}


@media screen and (max-width: 1280px) {
    .reduit, .reduitpt{
        max-width:100%;
        padding:0 5%;
        box-sizing: border-box;
        /*word-break: break-all;*/
    }
    .post_tools{
        padding:32px 5% 0;
    }
    .video.video_gd{
        display:none;
    }
    .video.video_mobile{
        display:block;
        height: auto;
        width: 100%;
        aspect-ratio: 5/10;
    }
    #partners .col3 {
        gap: 0 calc( (100% - 900px) / 2);
    }
}
@media screen and (max-width: 1100px) {
    #logo img{
        height:60px;
    }
    .hbutton {
        margin-top: 0;
    }
    #baseline{
        font-size: 20px;
    }
    #menu a{
        font-size: 18px;
        margin-right: 20px;
    }
    #headlow{
    }
    header{
        height:auto;
    }
    #header_wrapper {
        display: grid;
        grid-gap: 10px 20px;
        grid-template-columns: 180px auto 140px 120px;
        grid-template-rows: auto;
        grid-template-areas: "logo baseline social basket" "topmenu topmenu shortcuts shortcuts" "headlow headlow headlow headlow";
        box-sizing: border-box;
    }
    .hbutton, .hbutton.button a{
        width:100%;
    }
    .hbutton.button a{
        padding: 5px 15px;
        font-size: 16px;
    }
    footer .cols a{
        font-size: 18px;
    }
    footer ul.cols li{
        text-align: center;
    }
}

@media screen and (max-width: 1000px) {
    #partners .col3 {
        gap: 0 calc((100% - 600px));
    }
}

@media screen and (max-width: 880px) {
    .encadre, table, .gallery{
        margin:30px 0;
        max-width: 100%;
    }
    .gallery.gallery-columns-2,
    .gallery.gallery-columns-3,
    .gallery.gallery-columns-4,
    .gallery.gallery-columns-5,
    .gallery.gallery-columns-6
    {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 800px) {
    #menu{
        display:none;
    }
    #baseline{
        font-size: 16px;
        word-break: initial;
    }
    .slide_txt{
        font-size: 16px;
    }
    #header_wrapper {
        grid-template-columns: 45% 45%;
        grid-gap: 0 10%;
        grid-template-rows: auto;
        grid-template-areas: "logo baseline" "social shortcuts" "headlow headlow";
    }
    #social{
        width:auto;
    }
    .hbutton{
        margin:0;
    }
    #topmenu, #basket{
        display:none;
    }
    article{
        max-width:100%;
        padding:0 5%;
        font-size: 16px;
    }
    .burger{
        padding:30px 0;
    }
    .burger ul#menu-menu-hamburger > li, .burger ul#menu-menu-hamburger-1 > li{
        width:100%;
        margin-bottom:15px;
    }
    .burger ul a{
        font-size: 20px;
    }
    .burger ul ul li a{
        font-size: 16px;
    }
    #breadcrumbs, .social{
        width:100%;
    }
    #breadcrumbs{
        margin-bottom:24px;
    }
    .post_tools{
        flex-wrap: wrap;
    }
    footer h2{
        font-size:22px;
    }
    ul.col4 li, .col4 > .col, .col3 > .col {
        width:50%;
    }
    #spictos {
        width: 100%;
        gap: 0;
    }
    #s1 > .cols{
        flex-wrap: wrap;
    }
    #searchform{
        margin-top:24px;
    }
    #searchform, #searchform form{
        position:relative;
        top: auto;
        left:auto;
        height:auto;
        transform:none;
        background:#fff;
    }
    #searchform button{
        background:#0B983A;
    }
    #searchform .close{
        display:none;
    }
    #searchform label{
        font-size:16px;
        color:#242424;
    }
    #searchform input, #searchform button{
        font-size:16px;
    }
    fieldset .ligne {
        padding: 15px;
    }
    .form h3 {
        margin: 0 30px 12px -15px;
    }
    #progressbar{
        flex-wrap: wrap;
    }
    #progressbar li{
        width:100%;
    }
    .form .cols{
        flex-wrap: wrap;
        gap:12px 0;
    }
    .form #mag .col:nth-child(2){
        width:60%;
    }
    #bloc_montant_autre input{
        width: 100%;
    }

    /* responsive table */
    .responsive{
        overflow-x:auto
    }
    .responsive table{
        /*max-width: none;*/
    }

    .root .box_int {
        text-align: center;
    }
    .cols {
        justify-content: center;
    }
/*
    table,
    thead,
    tbody,
    tr,
    th,
    td {
        display: block;
    }

    table{
        border:0;
    }
    thead {
        display: none;
    }

    tr{
        border:1px solid #dedede;
    }
    td {
        padding: 0;
        position: relative;
        background: #FFF;
        min-height: 32px;
        box-sizing: border-box;
        max-width: 100%;
        width: 100%;
        overflow: hidden;
        display:flex;
        gap: 0 12px;
    }

    td:nth-child(odd) {
        background-color: #ebfff2;
    }

    td .label {
        display:block;
        padding: 6px 10px;
        content: attr(data-label);
        position: relative;
        width: 130px;
        background-color: #0B983A;
        color: #FFF;
        align-items: center;
        font-weight: normal;
        flex-shrink: 0;
    }
    td .content{
        padding: 6px 10px;
    }

    tr {
        margin-bottom: 1rem;
    }

    th + td {
        padding-left: 10px;
    }
*/
    #map.big, #map{
        height:300px;
    }
    table#deleg .contact a{
        padding: 4px 10px;
        font-size: 16px;
        border:0;
        margin: 0 8px;
    }
    .reduc_header{
        padding:15px;
    }
    .reduc_picto{
        margin-right: 20px;
        flex-shrink: 0;
    }
    .reduc_header img{
        height:30px;
    }
    .reduc_header h3{
        font-size: 20px;
    }

    #footer #menu-menu-footer {
        gap: 60px 10%;
    }
    #footer #menu-menu-footer > li {
        width: 45%;
    }

    .meta{
        flex-wrap: nowrap;
    }
    .list > .col{
        width:100%;
    }
    #s1 .col {
        margin-bottom: 32px;
    }
    .box.mini .title{
        width:auto;
    }
    .pagination ul{
        gap:5px;
    }
    .pagination li a, .pagination li > span {
        font-size: 12px;
        line-height: 26px;
        width: 26px;
        height: 26px;
    }
}
@media screen and (max-width: 540px) {
    .col4 li, .cols > .col{
        width:100%;
    }
    .alignright, .alignleft{
        max-width: 30%;
    }
    #shortcuts{
        flex-wrap: wrap;
        gap:0 15px;
    }
    .hbutton{
        margin:0 0 6px 0;
    }
    .gallery.gallery-columns-2,
    .gallery.gallery-columns-3,
    .gallery.gallery-columns-4,
    .gallery.gallery-columns-5,
    .gallery.gallery-columns-6
    {
        grid-template-columns: repeat(1, 1fr);
    }
    footer ul.col4 li{
        width:100%;
    }

}