/*@import url('css/boots-bones.css');*/
@import url('css/fonts-styles.css');
@import url('css/variables.css');
@import url('css/common.css');
@import url('css/grid-flex.css');
@import url('css/header-footer.css');
@import url('css/single.css');
@import url('css/archives.css');

/*------------------------------------------------*/
/* BREADCRUMB */
/*------------------------------------------------*/
#ariane{
  
}
#ariane a{
  
}
#ariane a:hover{
   
}
/*------------------------------------------------*/
/* FORMS */
/*------------------------------------------------*/
input[type="submit"]{
    cursor:pointer;
    -webkit-transition:all .3s ease-in;
    transition:all .3s ease-in;
}
input,
textarea,
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius:unset;
    outline:none;
}
input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder
{ /* Chrome/Opera/Safari */
  font-weight:500;
    font-size:1.8rem;
    color:var(--alpha-text-color);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{ /* IE 10+ */
  font-weight:500;
    font-size:1.8rem;
    color:var(--alpha-text-color);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    font-weight:500;
    font-size:1.8rem;
    color:var(--alpha-text-color);
    opacity: 1;
}
input::placeholder,
textarea::placeholder{
    font-weight:500;
    font-size:1.8rem;
    color:var(--alpha-text-color);
    opacity: 1;
}
/*gravity*/
.gform_wrapper{
 
}
.gform_wrapper form{
 
}
.gform_wrapper .gform_body{
 
}
.gform_wrapper ul.gform_fields{
  
}
.gform_wrapper ul.gform_fields li.gfield{
 
}
.gform_wrapper label.gfield_label{
    color: var(--alpha-text-color)!important;
}
.gform_body .ginput_container_consent input,
.gform_body .ginput_container_consent label,
.gform_body .ginput_container_consent label a{
  color: var(--alpha-text-color)!important;
}
.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius:unset;
    outline:none;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper select,
.gform_wrapper textarea{
  font-family:var(--base-font);
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus{
    
}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper div.ginput_container.ginput_container_consent{
  
}
.formulaire .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]{
    
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked{
   
}
.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html{
    
}
.gform_wrapper .gform_footer{
 
}

.gform_wrapper .gform_footer input[type="submit"]{
    cursor:pointer;
    border:1px solid transparent;
    background-color:var(--alpha-bg-color);
    color:#fff;
    padding:.5em 1.5em .5em 1em;
    font-weight:600;
    font-size:1.8rem;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.gform_wrapper .gform_footer input[type="submit"]:hover{
    border:1px solid var(--alpha-bg-color);
    background-color:transparent;
    color:var(--alpha-text-color);
}
.gform_wrapper div.validation_error{
  
}
.gform_wrapper.gform_validation_error ul.gform_fields li.gfield{
   
}
.formulaire .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
  
}
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.formulaire .gform_wrapper li.gfield_error textarea{
    
}
.gform_wrapper div.validation_error {
    color: #f41934!important;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    border:none!important;
    border-top:none!important;
    border-bottom:none!important;
    padding: 0!important;
    clear: both;
    width: 100%;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
    border-radius: 0!important;
    text-align: center
}
.gform_legacy_markup_wrapper li.gfield.gfield_error,.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: none!important;
    margin-bottom: 6px!important;
    border-top: none!important;
    border-bottom: none!important;
    padding-bottom: 6px;
    padding-top: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.gform_wrapper ol.validation_list {
    clear: both;
    width: 100%;
    margin-bottom: 25px;
    color: #f41934!important;
}
.gform_confirmation_message{
        font-size: 1.9rem;
    color: var(--alpha-text-color);
    text-align: center;
}
#sec5 .gform_confirmation_message{
    padding-bottom: 13rem;
}
.gform_wrapper ol.validation_list li {
    list-style-type: decimal!important
}

.gform_wrapper ol.validation_list li a {
    color: #f41934!important;
}
.gform_wrapper div.gfield_description.validation_error {
    color: #f41934!important;
    font-weight: 700;
    font-size: .875em;
    line-height: 1.2;
    margin-bottom: 16px
}
.gform_wrapper .gform_validation_errors {
    background: transparent!important;
    border-radius: 0!important;
    border: none!important;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding: 0!important;
    position: relative;
    width: 100%
}
.gform-icon--close:before {
    content: unset!important;
}
.gform_wrapper .validation_message {
    color: #f41934!important;
    font-weight: 500!important;
    letter-spacing: normal!important;
    padding:0!important;
    font-size: 1em!important;
    background: transparent!important;
    border: none!important;
}

.gform_validation_errors>h2{
     color: #f41934!important;
    font-weight: 600!important;
    font-size: 1.2em!important;
    line-height: 1.2!important;
}
.gform_validation_errors>h2:before{
   display:none!important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.gform_wrapper li.gfield_error textarea {
    border: 1px solid #f41934!important;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,.gform_wrapper li.gfield_error ul.gfield_checkbox,.gform_wrapper li.gfield_error ul.gfield_radio {
    color:#f41934!important;
}

/* ----------------------------- */

/* == SLICK                      */

/* ----------------------------- */
.slider-wrapper{
    position:relative;
    margin:var(--gutter) 0;
    padding:0;
}
.slick-slide {
    margin: 0 2rem;
}

.slick-list {
    margin: 0;
    overflow: hidden;
}
.slick-track{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slick-slide {
    display: inline-block;
    outline: none;
}

ul.slick-dots{

      >li:only-child {
		display:none;
	}
}
.navigation_diaporama{
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 3;
    -webkit-transform:translateY(-50%);
            transform:translateY(-50%);
}
.navigation_diaporama .prev,
.navigation_diaporama .next{
    display: block;
    text-decoration: none;
    width:6rem;
    height:6rem;
    line-height: 6rem;
    background-color:transparent;
    border-radius:50%;
    border:1px solid var(--beta-bg-color);
    opacity: 1;
    position:absolute;
    background-size:auto 50%;
    background-repeat:no-repeat;
    background-position:center;
    overflow:hidden;
    text-indent:-9999px;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.navigation_diaporama .prev{
    background-image: url(img/carret-left.svg);
    left:0;
    -webkit-transform:translate(0,-50%);
            transform:translate(0,-50%);
}
.navigation_diaporama .next{
    background-image: url(img/carret-right.svg);
    right:0;
    -webkit-transform:translate(0,-50%);
            transform:translate(0,-50%);
}
.navigation_diaporama .prev:hover,
.navigation_diaporama .next:hover{
    opacity:.5;
}

/*****si dark color bg **/
.dark_bg .navigation_diaporama .prev,
.dark_bg .navigation_diaporama .next{
    -webkit-filter:brightness(100);
            filter:brightness(100);
}



/*------------------------------------------------*/
/* PAGES */
/*------------------------------------------------*/
.haut_de_page{
  padding: 5rem 0;
  margin:0;
}
.haut_de_page.avec_bg{
  padding: 10rem 0; 
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.haut_de_page.avec_vid{
    padding: 10rem 0; 
}

/*------------------------------------------------*/
/* 404 */
/*------------------------------------------------*/
body.error404{
    
}

/*------------------------------------------------*/
/* RGPD */
/*------------------------------------------------*/
#ct-ultimate-gdpr-cookie-popup {
    line-height: 20px;
    -webkit-box-shadow: #000 0 0 8px;
    box-shadow: #000 0 0 8px;
    border-radius: 5px;
    z-index: 999999;
    opacity: 1;
    position: fixed;
    padding: 15px 15px 0;
    width: 510px;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
}
#ct-ultimate-gdpr-cookie-popup .close-modal-icon{left: 0;
    top: 5px; }
#ct-ultimate-gdpr-cookie-popup {
padding: 40px 22px 15px !important;
}
.ct-ultimate-gdpr-cookie-modal-content ul li{
    list-style-type: none !important;
}
.ct-ultimate-gdpr-cookie-modal-btn a {

}
.ct-ultimate-gdpr-cookie-modal-btn.save a:hover {

}
ul.ct-ultimate-gdpr-cookie-modal-slider{

}
.ct-ultimate-gdpr-slider{

}
.ct-ultimate-gdpr-cookie-modal-slider li.ct-ultimate-gdpr-cookie-modal-slider-item--active label:after{

}
.ct-ultimate-gdpr-cookie-modal-slider-not-able li:before{

}
.ct-ultimate-gdpr-cookie-modal-slider-able li:before {

}
.ct-ultimate-gdpr-cookie-modal-content ul li div{

}
.ct-ultimate-gdpr-cookie-modal-content ul li:first-child div{

}
.ct-ultimate-gdpr-cookie-modal-content ul li:nth-child(2) div{

}
.ct-ultimate-gdpr-cookie-modal-content ul li:nth-child(3) div{

}
.ct-ultimate-gdpr-cookie-modal-content ul li:nth-child(4) div{

}

.ct-ultimate-gdpr-slider-not-block .ct-ultimate-gdpr-slider{border: 3px solid rgb(0, 70, 128) !important;}
.ct-ultimate-gdpr-cookie-modal-slider li div svg path{fill: rgb(0, 70, 128) !important; }

#ct-ultimate-gdpr-cookie-open{
    width: 5rem!important;
    height: 5rem!important;
    z-index:19;
}
#ct-ultimate-gdpr-cookie-open .fa{
    vertical-align:top!important; 
}
.ct-ultimate-gdpr-cookie-modal-btn a {
    border: 1px solid transparent!important;
    background-color: var(--alpha-bg-color)!important;
    color: #fff!important;
    padding: .5em 1.5em .5em 1em!important;
    font-weight: 600!important;
    font-size: 1.8rem!important;
    border-radius:0!important;
    text-decoration:none!important;
    text-transform:none!important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ct-ultimate-gdpr-cookie-modal-content  .ct-ultimate-gdpr-cookie-modal-btn a:hover {
    border: 1px solid var(--alpha-bg-color)!important;
    background-color: transparent!important;
    color: var(--alpha-text-color)!important;
}
.ct-ultimate-gdpr-slider-not-block .ct-ultimate-gdpr-slider{border: 3px solid var(--beta-text-color) !important;}
.ct-ultimate-gdpr-cookie-modal-slider li div svg path{fill: var(--beta-text-color) !important; }
/*------------------------------------------------*/
/* ARCHIVES */
/*------------------------------------------------*/
.tax-menu{
    
}
.tax-menu li{
    cursor:pointer;
}
.posts-container{
    
}
.posts-container article{
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    opacity:1;
}
.posts-container article.unselected{
    width:0;
    height:0;
    padding:0;
    margin:0;
    opacity:0;
}


main section{
    margin-bottom:6rem;
}
/*------------------------------------------------*/
/* HOME */
/*------------------------------------------------*/
#sec1{
    border:1px solid var(--alpha-bg-color);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
#sec1 #alaune{
    width:40%;
    padding:3.5rem 3.5rem 0;
}
#sec1 #alaune .content{
    padding-right:10%;
    padding-top:3rem;
        font-size: 1.9rem;
}
#sec1 #alaune .category{
    text-transform:uppercase;
    color:var(--beta-text-color);
    font-weight:600;
    font-size:1.8rem;
    display:inline-block;
    margin:2.5rem 0;
}
#sec1 #alaune h3{
    margin-bottom:4rem;
}
#sec1 #alaune h3 a{
    /*color:var(--alpha-text-color);*/
    font-weight:bold;
    font-family: var(--title-font);
    font-size:4rem;
    line-height:4.5rem;
    text-transform:none;
    text-decoration:none;
}
#sec1 #alaune h3 a:hover{
    /*color:var(--gama-text-color);*/
}
#sec1 #alaune p{
   font-size:1.9rem;
}
#sec1 #agenda{
   width:30%;
    border-left:1px solid var(--alpha-bg-color);
    padding:3.5rem 0 0 0;
}
#sec1 #agenda .yellow-title{
   -webkit-transform: translateX(-0.8rem);
           transform: translateX(-0.8rem);
}
#sec1 #agenda .list-agenda{
    margin-top:2.5rem;
}
#sec1 #agenda .list-agenda li{
    list-style-type: none;
    padding-left:2.5rem;
    position:relative;
    margin-bottom: 2rem;
}
#sec1 #agenda .list-agenda li::before{
    content:url(img/puce-agenda.svg);
    width:1.6rem;
    height:1.6rem;
    display:inline-block;
    position:absolute;
    top: .3rem;
    left:0;
    -webkit-transform:translateX(-50%);
            transform:translateX(-50%);
}
#sec1 #agenda .list-agenda li .content{
    margin-bottom:2rem;
    width:85%;
}
#sec1 #agenda .list-agenda li .content .date{
    font-weight:500;
    color:var(--alpha-text-color);
    text-transform:uppercase;
    margin-bottom: .5em;
}
#sec1 #agenda .list-agenda li .content .date .cat-title{
    margin-bottom:0;
}
#sec1 #agenda .list-agenda li .content .date .cat{
    color:var(--beta-text-color);
    text-transform:none;
    display:inline-block;
    margin-left:.7em;
    text-decoration:none;
    
}
#sec1 #agenda .list-agenda li .content h3{
    margin-bottom:1.9rem;
}
#sec1 #agenda .list-agenda li .content h3 a{
    font-size: 1.9rem;
    line-height: 1.3;
    font-weight: 600;
}
#sec1 #agenda .list-agenda li .content h3 a:hover{
    /*color:var(--gama-text-color);*/
}
#sec1 #agenda .more{
    display:inline-block;
    -webkit-transform:translate(-50%, -50%);
            transform:translate(-50%, -50%);
}
#sec1 #agenda .more a{
    font-family: var(--alt-font2);
    font-size:1.7rem;
    color: #fff;
    text-decoration: none;
    line-height: 3.6rem;
    font-weight:900;
    text-align: center;
    vertical-align:middle;
    background-color: var(--alpha-bg-color);
    border-radius:50%;
    display: inline-block;
    width:3.6rem;
    height:3.6rem;
    -webkit-transform:rotate(0);
            transform:rotate(0);
}
#sec1 #agenda .more a:hover{
    -webkit-transform:rotate(90deg);
            transform:rotate(90deg);
}
#sec1 #choix_redac{
    width:30%;
    border-left:1px solid var(--alpha-bg-color);
    padding:3.5rem 4.5rem 0 0;
}
#sec1 #choix_redac .yellow-title{
   -webkit-transform: translateX(-0.8rem);
           transform: translateX(-0.8rem);
}
#sec1 #choix_redac .list-redac{
    list-style: none;
    counter-reset: my-awesome-counter;
    margin-top:1.5rem;
}
#sec1 #choix_redac .list-redac li{
    list-style: none;
    counter-increment: my-awesome-counter;
    position:relative;
}
#sec1 #choix_redac .list-redac li::before {
  content: counter(my-awesome-counter);
  display:inline-block;
    position:absolute;
  color: #fff;
  text-align:center;
  font-size:2.4rem;
  font-family:var(--alt-font3);
  font-weight:900;
  background-color:var(--beta-bg-color);
  width:5.5rem;
  height:5.5rem;
  line-height:5.5rem;
  border-radius:50%;
    -webkit-transform:translateX(-50%);
            transform:translateX(-50%);
}
#sec1 #choix_redac .list-redac li .content{
    margin-left:7.5rem;
    margin-bottom: 4rem;
}
#sec1 #choix_redac .list-redac li .content .category {
    display:inline-block;
    color:var(--beta-text-color);
    text-transform:uppercase;
    font-weight:600;
    font-size:1.8rem;
    margin-bottom:1.5rem;
}
#sec1 #choix_redac .list-redac li .content h3 a{
    font-weight:bold;
    font-size:2.4rem;
}
#sec1 #choix_redac .list-redac li .content h3 a:hover{
    /*color:var(--gama-text-color);*/
}


#sec2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#sec2 .posts{
    width:50%;
}
#sec2 .posts .col{
    margin:0;
}

#sec2 .posts .col{
   width:calc(50% - 8rem);
    float:right;
     
    margin-right:2rem;
}
#sec2 .posts .col li{
    list-style-type:none;
       margin-bottom: 0;
}
#sec2 .posts .col li .content{
    margin-bottom: 3rem;
}
#sec2 .posts .col li .content .cat-title{
    text-transform:uppercase;
    color:var(--beta-text-color);
    font-size:1.4rem;
    font-weight:600;
    display:inline-block;
    margin-bottom:1rem;
}
#sec2 .posts .col li .content h3{
    
}
#sec2 .posts .col li .content h3 a{
    font-weight:bold;
    font-size: 1.9rem; 
}
#sec2 .posts .list-posts{
    width:50%;
    float:left;
    margin: 0 6rem 0 0;
}
#sec2 .posts .list-posts  li{
    list-style-type:none;
}
#sec2 .posts .list-posts > li img{
    width:100%;
    display:block;
    margin-bottom:3.5rem;
}
#sec2 .posts .list-posts > li .content{
    
}
#sec2 .posts .list-posts > li .content .category{
    font-size:1.5rem;
    margin-bottom: 2.5rem;
}
#sec2 .posts .list-posts > li .content  h3{
    margin-bottom:2.5rem;
}
#sec2 .posts .list-posts > li .content  h3 a{
    font-size:3.3rem;
    font-weight: bold;
    line-height: 1.2;
}
#sec2 .posts .list-posts > li .content  p{
    font-size:1.7rem;
}

#sec2 #pub{
    width: 50%;
    padding-left: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 4rem;
}
#sec2 #pub > div{
    width: calc(50% - 3rem );
    /*background-color: #ededed;*/
}



#sec3 .list-contributeurs{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border:1px solid var(--alpha-bg-color);
}
#sec3 .list-contributeurs li{
    list-style-type:none;
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1;
    margin:0;
}
#sec3 .list-contributeurs li:not(:first-child){
    border-left:1px solid var(--alpha-bg-color);
    padding: 1.6rem;
    display:block;
}
#sec3 .list-contributeurs li:not(:first-child) .top{
    border-bottom:1px solid var(--alpha-bg-color);
    margin-bottom:3rem;
    margin-left:0;
}
#sec3 .list-contributeurs li:not(:first-child) .top img{
    width:15rem;
    display:block;
    margin-bottom:1.5rem;
}
#sec3 .list-contributeurs li:not(:first-child) .top .name{
    font-size:1.9rem;
    text-transform:uppercase;
    color:var(--beta-text-color);
    font-weight:500;
    margin-bottom:1.5rem;
     display:inline-block;
}
#sec3 .list-contributeurs li:not(:first-child) .top .name .function{
    color:#000;
}
#sec3 .list-contributeurs li:not(:first-child) .bottom{
    margin-left:0;
}
#sec3 .list-contributeurs li:not(:first-child) .bottom .date{
    font-weight:500;
    font-size:1.6rem;
    text-transform:uppercase;
    margin-bottom:2rem;
    display:inline-block;
    color:var(--alpha-text-color);
    font-weight:500;
}
#sec3 .list-contributeurs li:not(:first-child) .bottom h3{
    font-weight:bold;
    font-size:1.9rem;
    margin-bottom:2rem;
}
#sec3 .list-contributeurs li:not(:first-child) .bottom p{
    font-size:1.5rem;
}

#sec3 .list-contributeurs li:first-child{
    padding:4rem 5rem 6.6rem 3rem;
    background-color:var(--alpha-bg-color);
    color:#fff;
    position:relative;
}
#sec3 .list-contributeurs li:first-child p{
    font-size:1.8rem;
}
#sec3 .list-contributeurs li:first-child p:first-of-type{
    line-height:2.5rem;
    margin-bottom:5rem;
    max-width: 80%;
}
#sec3 .list-contributeurs li:first-child p a{
    font-size:2.1rem;
    line-height:3.1rem;
    text-transform:uppercase;
    font-weight:500;
    border:1px solid #fff;
    background-color:transparent;
    padding:0 1rem 0 .5rem;
    color:#fff;
    text-decoration: none;
    display:inline-block;
    margin-top:1rem;
}
#sec3 .list-contributeurs li:first-child p a:hover{
    border:1px solid transparent;
    background-color:#fff;
    color:var(--alpha-text-color);
}
#sec3 .more{
    position: absolute;
    bottom: 3rem;
}

#sec4{
    background-color:var(--alpha-bg-color);
    position:relative;
}
#sec4 h2.yellow-title{
    position:absolute;
    top:3rem;
    left:3rem;
}
#sec4 .list-video{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
#sec4 .list-video li{
    margin-bottom:0;
    list-style-type: none;
}
#sec4 .list-video > li{
    width:50%;
}
#sec4 .list-video > li:first-child{
    border-right:1px solid #fff;
    padding:10rem 7rem 6rem 6.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#sec4 .list-video > li:first-child a{
    text-decoration:none;
}
#sec4 .list-video > li:first-child a .cover_video{
    position:relative;
    background-size: cover;
    padding: 2rem;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    
}
#sec4 .list-video > li:first-child a:hover .cover_video{
    background-size:105% auto;
}
#sec4 .list-video > li:first-child .cover_video:before {
  content: "";
  display: block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
    background-color:rgba(0,0,0,.5);
}
#sec4 .list-video > li:first-child .cover_video::after {
  content: "";
  display: block;
  padding-top: 55%;
}
#sec4 .list-video > li:first-child .cover_video .play{
    position:relative;
    top:0;
    left:50%;
    -webkit-transform:translate(-50%,0);
            transform:translate(-50%,0);
}
#sec4 .list-video > li:first-child .cover_video .content{
   position:relative;
   /*left:50%;
   bottom:0;
   width:90%;
   -webkit-transform:translateX(-50%);
           transform:translateX(-50%);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
#sec4 .list-video > li:first-child .cover_video .content .time-name{
   margin-bottom:1.5rem;
    text-transform:uppercase;
    font-size:1.2rem;
    font-weight:500;
    color:#fff;
}
#sec4 .list-video > li:first-child .cover_video .content .time-name .time{
   
}
#sec4 .list-video > li:first-child .cover_video .content .time-name .time::before{
   content:url('img/picto-chrono.svg');
   display:inline-block;
   width:1.2rem;
   height:auto;
   margin-right:.5em;
}
#sec4 .list-video > li:first-child .cover_video .content .time-name .name{
   
}
#sec4 .list-video > li:first-child .cover_video .content .yellow-cat{
   margin-bottom:2rem;
}
#sec4 .list-video > li:first-child a .cover_video .content h3{
   font-size:3rem;
    font-weight:bold;
    color:#fff;
    line-height:1.2;
    opacity:1;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
#sec4 .list-video > li:first-child a:hover .cover_video .content h3{
    opacity:.75;
}
#sec4 .list-video > li:nth-child(2){
    position:relative;
}
#sec4 .list-video > li:nth-child(2) ul{
    /*position:absolute;*/
    width:100%;
    height:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin:0;
    top: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    
}
#sec4 .list-video > li:nth-child(2) ul li a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration:none;
    padding: 1rem 1rem ;
}
#sec4 .list-video > li:nth-child(2) ul li .left{
    
}
#sec4 .list-video > li:nth-child(2) ul li .right .content{
    padding-right:4rem;
}
#sec4 .list-video > li:nth-child(2) ul li a h3{
    font-size:2.5rem;
    font-weight:bold;
    color:#fff;
    line-height: 1.2;
    opacity:1;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
#sec4 .list-video > li:nth-child(2) ul li a:hover h3{
     opacity:.75;
}
#sec4 .list-video > li:nth-child(2) ul li .time-name{
    margin-bottom:1.5rem;
    color:#fff;
    text-transform:uppercase;
    font-weight:1.2rem;
    font-weight:500;
}
#sec4 .list-video > li:nth-child(2) ul li .time-name .time::before{
   content:url('img/picto-chrono.svg');
   display:inline-block;
   width:1.2rem;
   height:auto;
    margin-right:.5em;
     margin-left:.5em;
}
#sec4 .list-video > li:nth-child(2) ul li .yellow-cat::after{
    content:' - ';
    display:inline-block;
    margin-left:.5em;
}
#sec4 .list-video > li:nth-child(2) ul li .play{
    margin:5rem 3.5rem 5rem 4.5rem
}
#sec4 .list-video > li:nth-child(2) ul li:not(:last-child){
    border-bottom: 1px solid #fff;
}


#posts-tabs{
   /*display:none; */
}
#posts-tabs ul#tabs-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    
}
#posts-tabs ul#tabs-title li,
#posts-tabs .tabacc{
    list-style-type: none;
    display: inline-block;
    background-color:transparent;
    border: 1px solid var(--alpha-bg-color);
    padding: .7em .3em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.6rem;
    color: var(--alpha-text-color);
    margin: 0 .2rem;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    cursor:pointer;
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
#posts-tabs ul#tabs-title li.active,
#posts-tabs .tabacc.active{
    background-color:var(--gama-bg-color);
    border: 1px solid var(--gama-bg-color);
    color:#fff;
}
#posts-tabs .tabacc.active{
    margin-bottom: 2rem;
}
#posts-tabs .tabacc{
    display:none;
}

#posts-tabs .contents{
    margin-top:4rem;
}
#posts-tabs .contents .tabs-content{
    max-height: 0;
    height: auto;
    overflow: hidden;
    opacity:0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
}
#posts-tabs .contents .tabs-content > div{
   /* max-width:16%;*/
    margin-bottom: 4rem;
}
#posts-tabs .contents .tabs-content > div:not(:last-child){
   /* margin-right:6rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;*/
}
#posts-tabs .contents .tabs-content div .img{
    margin-bottom:2rem;
}
.home #posts-tabs .contents .tabs-content div .img{
    display:none;
}
#posts-tabs .contents .tabs-content div .date{
    display: inline-block;
    font-size:1.6rem;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom:2rem;
    color:var(--alpha-text-color);
}
#posts-tabs .contents .tabs-content div h3{
    font-size:1.9rem;
    font-weight:bold;
    margin-bottom:1.5rem;
}
#posts-tabs .contents .tabs-content div p{
    font-size:1.5rem;
}
#posts-tabs .contents .tabs-content.active{
    opacity: 1;
    max-height: none;
}
#sec5{
    background-color: var(--beta-bg-color);
    background-image:url(img/bg1-newsletter.png) , url(img/bg2-newsletter.png);
    background-size:auto 100%, auto 100%;
    background-position:2rem 0, calc(100% - 5rem) 0;
    background-repeat: no-repeat, no-repeat;
}
#sec5 .newsletter{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4rem 4rem 2rem 4rem;
}
#sec5 .newsletter .left{
    /*width:25%;*/
}
#sec5 .newsletter .left h2{
    font-size: 3.7rem;
    font-weight: normal;
    max-width: 28rem;
    line-height: 1.4;
}
main.en #sec5 .newsletter .left h2{
    max-width: 22rem;
}
#sec5 .newsletter .left h2 b{
    font-weight:600;
}
#sec5 .newsletter .right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 75%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#sec5 .newsletter .right > div:first-child{
    width:60%;
    padding:0 4rem;
}
#sec5 .newsletter .right > div:nth-child(2){
    width:40%;
    padding:0 4rem;
}
#sec5 .newsletter .right .intro{
    font-weight:500;
    font-size:1.8rem;
    color:var(--alpha-text-color);
    max-width: 38rem;
    margin-bottom: 2rem;
}

#sec5 .newsletter .right .list-themes{
    margin:0 0 3rem 0;
    -webkit-column-count: 2;
            column-count: 2;
}
#sec5 .newsletter .right .list-themes li{
    margin-bottom:1rem;
    list-style-type:none;
    padding:0;
}
#sec5 .newsletter .right .list-themes li input{
    background-color:transparent;
    width:1.3rem;
    height:1.3rem;
    border-radius:50%;
    border:1px solid var(--gama-bg-color);
    display:inline-block;
    margin-right: 1rem;
    vertical-align:top;
    cursor:pointer;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
#sec5 .newsletter .right .list-themes li input:checked{
     background-color:var(--gama-bg-color);
}
#sec5 .newsletter .right .list-themes li label{
    display:inline-block;
    font-size:1.6rem;
    font-weight:600;
    max-width: calc(100% - 3rem);
    text-transform: uppercase;
    color:var(--beta-text-color);
    cursor:pointer;
}

#sec5 .newsletter .right .gform_body input[type="text"]{
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:1px solid var(--alpha-bg-color);
    background-color: transparent;
    font-weight:500;
    font-size:1.8rem;
}
#sec5 .newsletter .right .gform_body input[type="checkbox"] {
    border: 1px solid #000;
    width: 1em;
    height: 1em;
    vertical-align: sub;
    cursor: pointer;
    position:relative;
}
#sec5 .newsletter .right .gform_body input[type="checkbox"] + label {
    font-weight: 400;
    font-size:16px!important;
    color:#000;
}
#sec5 .newsletter .right .gform_body input[type="checkbox"]::after {
    content:'';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #000
}

#sec5 .newsletter .right .gform_body input[type="checkbox"]:checked::after {
    opacity: 1
}
#sec5 .newsletter .right .gform_body input[type="checkbox"]:checked + label {
    font-weight: 400;
    color:#000;
}

#sec5 .newsletter .right .gform_wrapper .gform_footer {
    padding: 0!important;
    margin:0!important;
    text-align:right;
}
#sec5 .newsletter .right .gform_body input[type="submit"]{
    display:inline-block;
    margin:2rem 0 0 0;
}

#sec6{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between; 
}
#sec6 ul li{
    list-style-type:none;
}
#sec6 .left{
    width: 50%;
    margin: 0 4rem 0 0;
}
#sec6 .left .top{
    position:relative;
}
#sec6 .left .top img{
    display: block;
    width: 100%;
}
#sec6 .left .top .content{
    background-color: #fff;
   padding: 3rem 0 0 2rem;
    position: relative;
    margin: -18rem 0 0 auto;
    width: 75%;
}
#sec6 .left .top .content .category{
    
}
#sec6 .left .top .content h3{
    font-size:3.7rem;
    font-weight:bold;
    line-height:4.1rem;
    margin-bottom:3rem;
}
#sec6 .left .top .content p{
    font-size: 1.8rem;
    /*line-height: 2.2rem;*/
}
#sec6 .left .bottom{
    border-top:1px solid var(--alpha-bg-color);
    padding-top:10rem;
    position:relative;
    text-align:center;
}
#sec6 .left .bottom .yellow-title{
    position:absolute;
    top:5rem;
    left:0;
}
#sec6 .middle{
     width: 30%;
    margin: 0 4rem;
}
#sec6 .middle .list-posts li{
    padding-bottom:3rem;
    margin-bottom:0;
}
#sec6 .middle .list-posts li:not(:first-child){
    padding-top:4rem;
    border-top: 1px solid var(--alpha-bg-color);
}
#sec6 .middle .list-posts li .category{
    font-size:1.3rem;
}
#sec6 .middle .list-posts li img{
    display:block;
    margin-bottom:3rem;
}
#sec6 .middle .list-posts li h3{
    font-size:2rem;
    font-weight:bold;
    margin-bottom: 3rem;
    line-height: 1.1;
}
#sec6 .middle .list-posts li p{
    /*font-size: 2rem;
    line-height: 2.5rem;*/
}
#sec6 .right{
   margin: 0 0 0 4rem;
    width: 25%;
    background-color: var(--alpha-bg-color);
    color: #fff; 
    padding:3rem 4rem;
    position:relative;
}

#sec6 .right .list-tribune li{
    display:table;
}
#sec6 .right .list-tribune li .img{
    width:10rem;
   display:table-cell;
    vertical-align: top;
    max-width: 20%;
}
#sec6 .right .list-tribune li .img img{
    min-width:10rem;
}
#sec6 .right .list-tribune li .content{
   display:table-cell;
    vertical-align: top;
   padding: 0 0 0 2rem;
}
#sec6 .right .list-tribune li .content h3{
    margin-bottom:2rem;
}
#sec6 .right .list-tribune li .content h3 a{
    font-size: 1.6rem;
    line-height: 1.2;
    color:#fff;
}
#sec6 .right .list-tribune li .content .yellow-cat{
    margin-bottom:2rem;
    font-size:1.3rem;
}
#sec6 .right .list-tribune li .content .time{
    text-transform:uppercase;
    font-size:1.3rem;
}

#sec6 .right .list-tribune li .content .name{
    text-transform:uppercase;
    font-size:1.3rem;
}
#sec6 .right .list-tribune li .content .name a{
    text-transform:uppercase;
    text-decoration:none;
    color:#fff;
}
#sec6 span.more{
    position: absolute;
    bottom: 2rem;
    left: 3rem;
}
#sec6 span.more a{
    font-size: 3.5rem;
}

#partenaires{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
#partenaires .left{
    width:25%;
    border:1px solid var(--alpha-bg-color);
    padding:4rem 5rem 5rem 5rem;
    position:relative;
}
#partenaires .left h2{
    font-size:2.4rem;
    font-weight:bold;
    margin-bottom:2rem;
    line-height: 2.8rem;
}
#partenaires .left p{
    color: var(--alpha-text-color);
    font-size:1.7rem;
}
#partenaires .left .more{
    position:absolute;
    bottom:2rem;
}
#partenaires .right{
    width:75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#partenaires .right .slider{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    margin:0;
}
#partenaires .right .slick-list{
     border-right:1px solid var(--alpha-bg-color);
   /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    width: 100%;
}
#partenaires .right  .slick-track{
    display:table;
    width: 100%;
    height:100%;
}

#partenaires .right .slick-slide{
     border:1px solid var(--alpha-bg-color);
    /*padding:4rem 5rem 5rem 5rem;*/
    padding:2rem 5rem 2rem 5rem;
    margin:0;
    display:table-cell;
    text-align:center;
    vertical-align: middle;
}
/*****************************/
/* PAGE FULL & NEWSLETTER*/
/****************************/
.page-template-newsletter h1,
.page-template-full-texte h1{
    font-weight: bold;
    font-size: 5rem;
    line-height: 6rem;
    margin-bottom: 4rem;
    text-align: center;
}
.page-template-newsletter h2,
.page-template-full-texte h2{
    font-size: 3.7rem;
    font-weight: 600;
    line-height:1.5;
    
    /*font-weight: bold;
    font-size: 5rem;
    line-height: 6rem;
    margin-bottom: 4rem;
    text-align: center;*/
}
.page-template-newsletter p,
.page-template-full-texte p{
    font-size: 1.9rem;
}
.page-template-full-texte main *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){
     font-size: 1.9rem;
}
.page-template-full-texte main h3,
.page-template-full-texte main h4,
.page-template-full-texte main h5,
.page-template-full-texte main h6{
    margin-bottom: 1em;
}
.page-template-full-texte main ul{
     margin: 0 auto 3rem;
    padding-left: 2em;
}
.page-template-full-texte main ul li{
    margin-bottom: 1em;
}
.page-template-full-texte main ul li ul{
    padding-left:2em;
}
.page-template-full-texte main ul li ul li{
    list-style-type: circle;
}
.page-template-full-texte main a{
    color: var(--alpha-text-color);
    -webkit-text-decoration-color: var(--gama-bg-color);
    text-decoration-color: var(--gama-bg-color);
}
.page-template-full-texte main a:hover{
    -webkit-text-decoration-color: var(--alpha-bg-color);
    text-decoration-color: var(--alpha-bg-color);
}
/*****************************/
/* PAGE CONTRIBUTEURS*/
/****************************/
.page-template-contributeurs{
    
}
.page-template-contributeurs .liste-contributeurs{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    
}
.page-template-contributeurs .liste-contributeurs .contributeur{
    list-style-type:none;
    /*width:calc(20% - 4rem);
    margin:2rem;*/
    padding: 2.5rem 2.5rem 8rem;
    border:1px solid var(--alpha-bg-color);
    position:relative;
    margin-bottom: 4rem;
}
.page-template-contributeurs .liste-contributeurs .contributeur:not(:first-child){
   
}
.page-template-contributeurs .liste-contributeurs .contributeur .infos-users{
    
}
.page-template-contributeurs .liste-contributeurs .contributeur .infos-users .img{
    margin-bottom:2rem;
}
.page-template-contributeurs .liste-contributeurs .contributeur .infos-users .img img{
    
}
.page-template-contributeurs .liste-contributeurs .contributeur .infos-users .name{
    font-size: 1.9rem;
    line-height: 2rem;
    min-height: 2.2rem;
    text-transform: uppercase;
    color: var(--beta-text-color);
    font-weight: 500;
    margin-bottom:0;
    display: block;
}
.page-template-contributeurs .liste-contributeurs .contributeur .infos-users .fonction{
    font-size: 1.9rem;
    line-height: 1.9rem;
    min-height: 2.2rem;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    margin-bottom: 1.5rem;
    display: block;
}
.page-template-contributeurs .liste-contributeurs .contributeur .bio{
    border-top: 1px solid var(--alpha-bg-color);
    padding-top:1em;
}
.page-template-contributeurs .liste-contributeurs .contributeur .bio p{
    font-size: 1.5rem;
}
.page-template-contributeurs .liste-contributeurs .contributeur a.linkprofil{
    font-size: 1.3rem;
    font-weight: 600;
    display: inline-block;
    padding: 1.1em 2em;
    background-color: var(--alpha-bg-color);
    border: 1px solid transparent;
    color: var(--gama-text-color);
    text-decoration: none;
    position:absolute;
    white-space:nowrap;
    bottom:2.5rem;
    left:50%;
    -webkit-transform:translateX(-50%);
            transform:translateX(-50%);
}
.page-template-contributeurs .liste-contributeurs .contributeur a.linkprofil:hover{
    background-color: #fff;
    border: 1px solid var(--alpha-bg-color);
    color: var(--alpha-bg-color);
}
/*****************************/
/* SINGLE CONTRIBUTEUR*/
/****************************/
#authorpage{
    
}
#authorpage .profil{
    padding: 1em;
    border: 1px solid var(--alpha-bg-color);
    /* display: flex; */
    /* align-items: stretch; */
    /* justify-content: space-between; */
    margin-bottom: 4rem;
    vertical-align: middle;
display: inline-block;
width: 100%;
}
#authorpage .profil p{margin: 0;}
#authorpage .profil .infos{
    margin-bottom: 2rem;
}
#authorpage .profil .infos .imgprofil{
    margin-bottom: 2rem;
    max-width:200px;
}
#authorpage .profil .infos .name{
    font-size: 1.9rem;
    line-height: 2.2rem;
    /* min-height: 2.4rem; */
    text-transform: uppercase;
    color: var(--beta-text-color);
    font-weight: 500;
    margin-bottom: 0;
    display: block;
}
#authorpage .profil .infos .name .fonction {
    font-size: 1.9rem;
    line-height: 1.9rem;
    min-height: 2.2rem;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    margin-bottom: 1.5rem;
    display: block
}
#authorpage .profil .bio{
    /* width: 80%; */
}
#authorpage .profil .bio p{
    font-size: 1.9rem;
}

#authorpage .col2{
    margin-top: 4rem
}
#authorpage .col2 li{
    list-style-type: none;
}
#authorpage .col2 li .img{
    position: relative;
}
#authorpage .col2 li .img img{
    display: block;
    width: 100%;
    margin-bottom: 3rem;
aspect-ratio: 326/210;
object-fit: cover;
}
#authorpage .col2 li .content{
    
}
#authorpage .col2 li .content .cat-title{
    
}
#authorpage .col2 li .content .cat-title a{
    
}
#authorpage .col2 li .content h3{
    font-size: 2.9rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 2.5rem;
}
#authorpage .col2 li .content .Texte{
    
}
#authorpage .col2 li .content .Texte p{
    
}
/*****************************/
/* PAGE RESULTATS DE RECHERCHE*/
/****************************/
.search-results{
    
}
.search h1{
    margin-top:2em;
}
.search h1 span{
    display: block;
    font-size: .8em;
}
.search-results .filterbox{
    background-color: var(--alpha-bg-color);
    padding: 1em;
}
.search-no-results .filterbox{
    display:none;   
}
.search-results .filterbox h2{
    
}
.search-results .filterbox #inner-filtre{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.search-results .filterbox #inner-filtre .btnfilter{
    
}
.search-results .filterbox #inner-filtre .btnfilter input[type="checkbox"]{
    width: 1em;
    height: 1em;
    background-color: #fff;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: .5em;
    position:relative;
    cursor:pointer;
}
.search-results .filterbox #inner-filtre .btnfilter input[type="checkbox"]::after{
    content:'';
    width:60%;
    height:60%;
    background-color: var(--beta-bg-color);
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%) scale(0);
            transform:translate(-50%,-50%) scale(0);
    -webkit-transition:all .3s ease-in;
    transition:all .3s ease-in;
}
.search-results .filterbox #inner-filtre .btnfilter input[type="checkbox"]:checked::after{
    -webkit-transform:translate(-50%,-50%) scale(1);
            transform:translate(-50%,-50%) scale(1);
}
.search-results .filterbox #inner-filtre .btnfilter label{
    color:#fff;
    cursor:pointer;
}
.search-results .filterbox #inner-filtre .btnfilter input[type="checkbox"]:checked + label{
    color:var(--gama-text-color);
}
.search-results .filterbox #inner-filtre .btvalidfilter{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 1.6rem;
    padding: .5em 1.5em .5em 1.5em;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    background-color: var(--alpha-text-color);
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.search-results .filterbox #inner-filtre .btvalidfilter:hover{
    background-color: #fff;
    color: var(--alpha-text-color);
}

.search .searchform-wrapper{
    padding: 4em 0 2em 0;
    border-top: 1px solid var(--alpha-bg-color);
    text-align:center;
    margin-top: 4rem;
}
.search .searchform-wrapper p{
    font-size:1.9rem;   
}
.search .searchform-wrapper #searchform{
    
}
.search .searchform-wrapper #searchform label{
    display:none;
}
.search .searchform-wrapper #searchform input[type="text"]{
    width: calc(100% - 11rem);
    max-width:50rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid var(--alpha-bg-color);
    font-size: 1.6rem;
    padding: .2em .5em;
    display: inline-block;
    margin: 0;
    text-align:left;
}
.search .searchform-wrapper #searchform input[type="submit"]{
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin: 0;
    padding: .2em .5em;
    border: none;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: var(--alpha-bg-color);
    color: #fff;
    font-weight: 600;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.search .searchform-wrapper #searchform input[type="submit"]:hover{
    border: 1px solid var(--alpha-bg-color);
    background-color: transparent;
    color: var(--alpha-text-color);
}
.search-results #resultat{
    margin-top:6rem;
}
.search .nopost{
    color: var(--beta-text-color);
    font-size: 2rem;
    font-weight:600;
    text-align:center;
    margin-top:4rem;
}
.search-results #resultat .col4{
    
}
.search-results #resultat .col4 li{
    list-style-type:none;
}
.search-results #resultat .col4 li .img{
   position:relative;
}
.search-results #resultat .col4 li .img img{
    display: block;
    width: 100%;
    margin-bottom: 3rem;
}
.search-results #resultat .col4 li .content{
    
}
.search-results #resultat .col4 li .category{
    
}
.search-results #resultat .col4 li .category a{
    
}
.search-results #resultat .col4 li h3{
    font-size: 2.9rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 2.5rem;
}
.search-results #resultat .col4 li .Texte{
    
}
.search-results #resultat .col4 li .Texte p{
    
}


/*****************************/
/* PAGE CONTACT*/
/****************************/

.page-template-contact .form-wrapper{
   margin: 8rem auto;
    width: 60%;
}

.page-template-contact .form-wrapper .gform_body input:not([type="checkbox"]),
.page-template-contact .form-wrapper .gform_body textarea,
.page-template-contact .form-wrapper .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea{
    border:none!important;
    border-bottom:1px solid var(--alpha-bg-color)!important;
    display:block!important;
    font-weight:normal!important;
    font-size: 1.9rem!important;
    padding: 0.4em 0 .2em 0!important;
    width: 100%!important;
    margin-top: 1em!important;
}
.page-template-contact .form-wrapper .gform_body textarea.g-recaptcha-response{
    border:none!important;
    padding: 0!important;
     margin-top: 0!important;
}
/*.page-template-contact .form-wrapper .gform_body .ginput_container_consent input,*/
.page-template-contact .form-wrapper .gform_body .ginput_container_consent label,
.page-template-contact .form-wrapper .gform_body .ginput_container_consent label a,
.page-template-contact .form-wrapper .gform_body .gfield-choice-input+label{
    cursor:pointer;
    font-size: 1.9rem!important;
    color: #000;
}
.page-template-contact .form-wrapper .gform_body input[type="checkbox"]{
    border:1px solid var(--alpha-bg-color);
    display:inline-block;
    font-weight:normal;
    width: 1em;
    height: 1em;
    background-color: #fff;
    vertical-align: text-bottom;
    position:relative;
    cursor:pointer;
}
.page-template-contact .form-wrapper .gform_body input[type="checkbox"]::after{
    content: '';
    position:absolute;
    top:50%;
    left:50%;
    width:60%;
    height:60%;
    background-color:var(--alpha-bg-color);
    opacity:0;
    -webkit-transform:translate(-50%,-50%) scale(0);
            transform:translate(-50%,-50%) scale(0);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}
.page-template-contact .form-wrapper .gform_body input[type="checkbox"]:checked{
    /*background-color:var(--alpha-bg-color);*/
}
.page-template-contact .form-wrapper .gform_body input[type="checkbox"]:checked::after{
    -webkit-transform:translate(-50%,-50%) scale(1);
            transform:translate(-50%,-50%) scale(1);
    opacity:1;
}
.page-template-contact .form-wrapper .gform_body input:-webkit-input-placeholder,
.page-template-contact .form-wrapper .gform_body textarea:-webkit-input-placeholder{ /* Chrome/Opera/Safari */
    font-weight:normal;
    font-size:1.9rem;
    color:#666666;
}
.page-template-contact .form-wrapper .gform_body input:-ms-input-placeholder,
.page-template-contact .form-wrapper .gform_body textarea:-ms-input-placeholder{ /* IE 10+ */
  font-weight:normal;
    font-size:1.9rem;
    color:#666666;
}
.page-template-contact .form-wrapper .gform_body input::-webkit-input-placeholder,
.page-template-contact .form-wrapper .gform_body textarea::-webkit-input-placeholder{
    font-weight:normal;
    font-size:1.9rem;
    color:#666666;
    opacity: 1;
}
.page-template-contact .form-wrapper .gform_body input::placeholder,
.page-template-contact .form-wrapper .gform_body textarea::placeholder{
    font-weight:normal;
    font-size:1.9rem;
    color:#666666;
    opacity: 1;
}

.page-template-contact .form-wrapper .gform_wrapper .gform_footer{
    margin:0;
    padding:0;
    text-align: right;
}


.page-template-contact .form-wrapper .gform_wrapper .gform_footer input[type="submit"]{
    color:#fff;
    margin-top:3.5rem;
    font-family:var(--title-font)!important;
    font-weight:bold;
    font-size:1.6rem!important;
    padding:.5em 1em;
    background-color:var(--alpha-bg-color);
    border:1px solid transparent;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    border-radius:0;
}
.page-template-contact .form-wrapper .gform_wrapper .gform_footer input[type="submit"]:hover{
    color:var(--alpha-text-color);
    background-color:#fff;
    border:1px solid var(--alpha-bg-color);
}


.page-template-contact .form-wrapper .gform_legacy_markup_wrapper li.gfield.gfield_error,
.page-template-contact .form-wrapper .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.page-template-contact .form-wrapper .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
    width:100%!important;
    max-width:100%!important;
    background-color: transparent!important;
    margin-bottom: 0!important;
    border-top: none!important;
    border-bottom:none!important;
}


.page-template-contact .form-wrapper .gform_confirmation_message{
    font-size: 2rem;
    color: var(--alpha-text-color);
    text-align: center;
}

.page-template-contact .container{
    font-size:1.9rem;
}




/*-----plan du site ----*/
.page-template-plan-du-site h1{
    margin-bottom: 8rem;
}
.page-template-plan-du-site .sitemap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.page-template-plan-du-site .sitemap h4{
    font-size: 2rem;
    font-weight: bold;
    color: var(--alpha-text-color);
    min-height: 2.5em;
    margin-bottom: 2rem;
    max-width: 25rem;
}
.page-template-plan-du-site .sitemap .menu{
   /* padding-left:2em;*/
}
.page-template-plan-du-site .sitemap .menu li{
    margin-bottom: 1.5rem;
}
.page-template-plan-du-site .sitemap .menu li a {
    color: var(--alpha-text-color);
    text-decoration: none;
    font-size: 2rem;
    opacity: 1;
    line-height: 1.2;
}
.page-template-plan-du-site .sitemap .menu li a:hover {
    text-decoration: underline;
}
.page-template-plan-du-site .sitemap .menu li ul{
    padding-left: 1.5rem;
    margin-top: 1rem;
}
.page-template-plan-du-site .sitemap .menu li ul li a{
    color:var(--base-text-color);
}

.page-template-partenaires #partenaires ul{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.page-template-partenaires #partenaires ul li{
    list-style-type:none;
    margin-bottom:var(--gutter);
}




/******************************
MAINTENANCE
*********************************/

body{
    /*background-color: #404040 !important;*/
}
.aiowps-site-lockout-body{
    background-color:#000;
    width:100vw;
    min-height: 100vh;
    overflow: hidden;
}

.aiowps-site-lockout-body-content{
    
}

.aiowps-site-lockout-box{
    margin-right: auto!important;
    margin-left: auto!important;
    max-width: none!important;
    margin-top: 0!important;
    padding: 0!important;
    border: none!important;
    display: table-cell;
    min-height: 100vh;
    width: 100vw;
    vertical-align: middle;
}

.aiowps-site-lockout-msg{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 5vh 10vw;
    text-align: center;
    
}
.aiowps-site-lockout-msg img.screens{
   /* margin-top: -10%;
    margin-bottom: -8%;*/
    /*transform:translateY(-10%);*/
}
.aiowps-site-lockout-msg p{
    font-weight:normal;
}
.aiowps-site-lockout-msg p strong{
    display: block;
    margin-top: 1.5em;
    font-size: .9em;
    color:#fcd035;
}
.aiowps-site-lockout-msg p strong::before,
.aiowps-site-lockout-msg p strong::after{
    content:' - ';
    display:inline-block;
    margin:0 1em;
    color:inherit;
}
#ads{
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    text-align: center;
    max-width: 100%;
}
.a-single{
   display: inline-block;
    width: auto;
}
.a-single a{
    width: 100%;
display: inline-block;
}
.copyright a{
    text-decoration: none;
    color: #fff;
}

/* MODIF MATHIEU */
#pubs .pub{text-align: center;}

#archives .category-intro{display: none;}
.timeline_item_content .rightcontent .date {font-weight:500 !important;}