/*
Theme Name: Thème personnalisé pour IBSP
Description: Theme enfant
Author: PeekSee - Marion Wojcieszak
Author URI: https://www.peeksee.fr
Template: twentytwenty
Version: 0.1.618
*/
/*********************** FONT ***************************/

@font-face {
    font-family: 'Poppins Bold';
    src: url('font/Poppins-Bold.eot');
    src: url('font/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/Poppins-Bold.woff2') format('woff2'),
        url('font/Poppins-Bold.woff') format('woff'),
        url('font/Poppins-Bold.ttf') format('truetype'),
        url('font/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins Semi Bold';
    src: url('font/Poppins-SemiBold.eot');
    src: url('font/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('font/Poppins-SemiBold.woff2') format('woff2'),
        url('font/Poppins-SemiBold.woff') format('woff'),
        url('font/Poppins-SemiBold.ttf') format('truetype'),
        url('font/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins Italic';
    src: url('font/Poppins-Italic.eot');
    src: url('font/Poppins-Italic.eot?#iefix') format('embedded-opentype'),
        url('font/Poppins-Italic.woff2') format('woff2'),
        url('font/Poppins-Italic.woff') format('woff'),
        url('font/Poppins-Italic.ttf') format('truetype'),
        url('font/Poppins-Italic.svg#Poppins-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-Regular.eot');
    src: url('font/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/Poppins-Regular.woff2') format('woff2'),
        url('font/Poppins-Regular.woff') format('woff'),
        url('font/Poppins-Regular.ttf') format('truetype'),
        url('font/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/************************ GENERAL *************************/
body{
    font-family: 'Poppins';
    letter-spacing: 0;
    color:#383838;
    letter-spacing: 1px;
}
.post-meta-edit-link-wrapper{
    display: none;
}
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){
    max-width: none;
}
.site-main{
    width: 95%;
    max-width: 1500px; 
    margin:auto;
}
strong{
    font-weight: normal;
    font-family: 'Poppins Bold'; 
}
em{
    font-weight: normal;
    font-family: 'Poppins Italic';   
}
h1, h2, h3, h4{
    font-weight: normal;
    letter-spacing: 0;
    font-size:initial;
}
li{
    margin:0;
}
.privacy-policy{
    margin:0 !important;
}
.bouton{
    text-align: center;
    text-transform: uppercase;
}
.bouton a,
input[type="submit"]{
    color: #1E1E1E;
    font-family: 'Poppins Bold';
    padding:10px !important;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    width:100%;
    border-radius: 0;
    background-color: #cbb8f3;
    display:block;
    max-width: 290px;
    margin:20px auto;
    transition: background-color 0.3s ease;
    clip-path: polygon(7% 0%, 93% 0%, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
}
input[type="submit"]{
    background: #C6F21F !important;
    color:#1E1E1E !important;
}
input[type="submit"]:hover{
    text-decoration: none !important;
    background: #00D37F !important;
}
.bouton a:hover{
    background-color: #C6F21F !important;
    color:#1E1E1E !important;
}
.alignleft {
    margin: -7px 14px 0 0;
}
.e-con > .e-con-inner{
    width: 95% !important;
}
.bouton a:hover, bouton a:focus{
    background: #f2a516;
}
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){
    width:100%;
}
.textebanniere p{
    font-size: 22px !important;
}
.texte-blanc p{
    color: #fff !important;
}
.entry-content a{
    color:#1E1E1E;
    font-family: 'Poppins Bold';
    text-decoration: underline;
}
.page .entry-title, .page header.entry-header {
    display: none;
}
.entry-content a:hover, .entry-content a:focus{
    color:#1E1E1E;
    font-family: 'Poppins Bold';
    text-decoration: underline;    
}

.entry-content h1, h1.entry-title, h2.entry-title,
.tribe-events-single-event-title,
.tribe-events-before-html  h1{
    text-align: left;
    font-family: 'Poppins Bold';
    font-size: 30px;
    line-height: 42px;
    width: 100%;
    padding: 0;
    margin:30px 0;
}
.entry-content h2,
.entry-content h3{  
    font-family: 'Poppins Bold';
    width: 100%;
    margin:0;
    font-size: 20px;
    line-height: 23px;
    width: 100% !important;
    color: #014751;
}
.entry-content, .entry-content p, .entry-content li,
.tribe-common p{
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    color: #1E1E1E;
    font-family: 'Poppins';
    width: 100% !important;
}
.entry-content{
    padding:0;
}
.section-inner.medium{
    width: 95%;
    max-width: 1500px;
    margin:15px auto;
    padding:0;
}
.toggle{
    background-color: transparent !important;
}
#titrepage{
    margin-top:-100px;
    z-index: 99;
}
#titrepage p{
    color:#014751 !important;
}

/************** COOKIES ********************/
#cookie-notice{
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: 'Poppins' !important;
}
#cookie-notice .cn-button{
    border-radius: 0px !important;
    font-family: 'Poppins Bold' !important;
    font-size: 15px !important;
    line-height: 20px !important;
    padding:5px 20px !important;
    border-radius: 20px !important;
    color:#fff !important;
}
#cookie-notice .cn-close-icon{
    display:none;
}
#cookie-notice .cookie-notice-container{
    padding:30px;
}


/************************* HEADER **************************/
.header-inner{
    padding:0;
}
#site-header{
    z-index: 99;
    background: transparent !important;
}
#recherches p{
    color:#014751 !important;
}
#recherches .texteblanc p, .texteblanc p{
    color:#fff !important;
}
#enseignement .bouton a, #publication .bouton a{
    margin-left:0;
}
#enseignement .bouton a:hover, 
#enseignement .bouton a:focus,
#membres .bouton a:hover,
#membres .bouton a:focus{
    background: #C5B7F2 !important;
}
#site-header .section-inner{
    width: 100% !important;
    display: block;
    margin: 0 auto !important; 
    box-sizing: border-box;
    max-width: 100% !important;
    background:none !important;
    z-index: 0;
}
.header-navigation-wrapper{
    width: 100%;
    display: block;
    margin:0;
    background: #C6F21F;
    position:fixed;
    z-index:9;
}
body:not(.enable-search-modal) .header-titles-wrapper{
    display: block;
}
.header-titles-wrapper{
    display: block;
    margin:0 auto;
    padding:0;
    width: 95%;
    max-width: 1460px;
    position:relative;
    height:200px;
    z-index: 3;
}
.header-titles-wrapper .header-titles{
    position:absolute;
    top: 95px;
    left:0;
    
}
.site-logo img{
    max-height: 200px;
}
.primary-menu-wrapper{
    max-width: 1460px;
    margin:0 auto;
    position:relative;
}
.primary-menu-wrapper .reseaux{
    position: absolute;
    top:24px;
    right:10px;
}
ul.primary-menu{
    justify-content: center;
}
.primary-menu > li{
    margin:0;
}
.primary-menu a{
    font-family: "Poppins Bold";    
    color:#014751 !important;
    text-decoration: none !important;
    font-weight: normal;
    text-transform: uppercase;
    padding:30px 5px 5px 5px;
    margin: 0 15px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 15px;
}
.primary-menu li.current-menu-item a, .primary-menu a:hover, .primary-menu a:focus{
    border-bottom: 4px solid #014751; 
    margin-bottom: 15px;
}

/************************ FOOTER **************************/
#site-footer{ 
    font-family: "Poppins";
    font-size:14px;
    line-height: 20px;
    color:#fff;
    background-color: #014751 !important;
    padding:0 0 40px 0;
    font-size:15px;
    margin-top:-1px !important;
    border-top-width:0 !important;  
    position:relative;
    box-sizing: border-box;
}
#site-footer .pictos{
    position: absolute;
    top:-200px;
    right:0;
}
#site-footer .contenu{
    max-width: 1460px;
    margin:0px auto;
    padding:50px 0 10px 0;
}
#site-footer .colonne{
    display:inline-block;
    width:40%;
    vertical-align: bottom;
    padding:10px;
    text-align: left;
}
#site-footer .colonne:nth-of-type(2){width: 15%;padding-bottom: 45px;}
#site-footer .colonne:nth-of-type(3){width: 15%;padding-bottom: 45px;}
#site-footer .colonne:nth-of-type(4){width: 30%; text-align: center;padding-bottom: 45px;}
#site-footer li{
    list-style: none;
    padding:0;
    margin:0;  
}
#site-footer .col-logo .custom-logo{
    margin:0 auto;
}
#site-footer .linkedin{
    margin-top:10px;
    display: block;
}
#site-footer a{
    color:#FFF;
    text-transform: uppercase;
    font-size:15px;
    font-family: "Poppins Bold";
}
#site-footer .menu a:hover, #site-footer .menu a:focus{
    color:#fff;
    text-decoration: underline;
}
#site-footer ul{
    padding:0;
    margin:0;
}
#site-footer .logo{
    width:230px;
}
#site-footer .partenaire a{
    display: inline-block;
    vertical-align: middle;
    padding:5px 3%;
    
}
#site-footer .logos .widget_media_image figure{
    margin:0;
}
#site-footer .partenaire a img{
    max-height: 95px !important;
    width:auto !important;
}


/***************** HOMEPAGE ************************/
#banniere p{
    color:#014751 !important;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated{
    padding:0 !important;
}
.elementor-heading-title{
    margin:0 !important;
}
.elementor-2187 .elementor-button{
    width:100% !important;
}
.elementor-widget-image-carousel{
    position:relative;
}
.elementor-icon-box-content .elementor-icon-box-title{
    text-align: center !important;
}
#site-content{
    overflow: visible;
    z-index:2;
    position:relative;
}

/****************** ACTUALITES *******************/
.section-inner.thin {
    max-width: 60rem;
}
.wp-video{
    width: 100% !important;
}
.mejs-container {
    width: 100% !important;
    height: 500px !important;
}
.blog #site-content, .archive #site-content, .liste_articles{
    max-width:1480px;
    width:90%;
    margin:0 auto 50px auto;
}
.liste_articles{
    width: 100%;
}
.elementor-widget-container .liste_articles h3{
    margin-top:0 !important;
}
.single #site-content, .archive #site-content{
    max-width: 1480px;
    width:90%;
    margin:0 auto 100px auto;
}
.single .banniere-actu, .archive .archive-header{
    width: 70%;
    margin-top: -70px;
    margin-left:30%;
    margin-bottom: 50px !important;
}
.single .banniere-actu{
    margin-top:-90px;
    margin-bottom: 110px !important;
}
.archive .archive-header{
    margin-bottom: 10px;    
}
.section-inner.medium{
    max-width: 100%;
}
.blog .post-separator, .blog .post-meta-wrapper, .blog .entry-categories,
.archive .post-separator, .archive .post-meta-wrapper, .archive .entry-categories{
    display:none;
}
.category article, .archive article, .liste_articles article{
    display:inline-block;
    width:22.5%;
    margin:15px 1%;
    box-sizing: border-box;
    vertical-align: top;
}
.blog h2, .archive h2, .liste_articles h3{
    margin:0 0 5px 0;
    font-family: "Poppins Semi Bold", Sans-serif;
}
.liste_articles h2{
    padding-left:12px;
    font-family: "Poppins Semi Bold", Sans-serif;
}
.archive article h2 a,
.liste_articles h3 a, .liste_articles h3 a:hover, .liste_articles h3 a:focus{
    font-family: "Poppins Semi Bold", Sans-serif !important;
    font-weight: 600;
    text-decoration: none !important;
    font-size: 25px;
    line-height: 30px;
    color:#1E1E1E;
}
.blog .attachment-post-thumbnail, .archive .attachment-post-thumbnail, .liste_articles .attachment-post-thumbnail{
    margin:10px 0;
    transition: opacity 0.5s;
    display:block;
    overflow:hidden;
}
.blog .attachment-post-thumbnail:hover, .archive .attachment-post-thumbnail:hover{
    opacity:0.8;
}
.blog .featured-media, .blog .post-inner, .blog .entry-content, .blog .section-inner.medium,
.archive .featured-media, .archive .post-inner, .archive .entry-content, .archive .section-inner.medium{
    margin:0;
    padding:0;
}
.archive-title .color-accent{
    display:none;
}


.section-inner.medium{
    width:100%;
}
body:not(.singular) main > article:first-of-type{
    padding:0;
}
.single .wp-post-image{
    margin:20px auto;
    width:100%;
}
.single .post{
    margin:auto;
    width: 90%;
    max-width: 800px;
}
.elementor_library-template-default .single .post{
    max-width: 100% !important;
}
.single h1, .archive-title, .color-accent, .blog h1, .archive-title span{
    color: #014751;
    font-family: "Poppins Semi Bold", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin:0 !important;
    padding:0 !important;
}
.section-inner.thin {
  max-width: 90%;
  color:#014751 !important;
}
.archive-subtitle{
    margin-top:10px;
    font-size: 16px;
    line-height: 24px;
}
.single .post-content p, .single .post-content{
    font-size: 16px;
    line-height: 24px;
}
.single .post-content a{
    color:#1E1E1E;
    font-weight: 700;
}
.single .post-content a:hover, .single .post-content a:focus{
    text-decoration: underline;
    color:#8DC6C2;
}
.single .post-content h2{
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
    font-size:30px;
    line-height: 34px;
    color:#1E1E1E;
}
.archive-title{
    padding:30px 0;
}
.single h1, .blog h1{
    padding-top:40px;
    text-align: center; 
}
.blog h1{
    padding-bottom: 20px;
}
.reduced-spacing .archive-header{
    padding:20px 0 0 0;
    background: transparent;
}
.single .post-content{
    color:#383838;
}
.single .post-info a, .single .post-info{ 
    color:#1E1E1E !important;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 18px !important;
    margin-top:5px;    
}
.liste_articles{
    margin-bottom: 60px !important;
}
.archive article, .liste_articles article{
    min-height: 430px;
    position:relative;
}
.archive article p{
    letter-spacing:1px;    
}
.liste_articles article:hover .attachment-post-thumbnail{
    opacity: 0.8;
}
.liste_articles .attachment-post-thumbnail,
.archive article .attachment-post-thumbnail{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}
.liste_articles h2,
.archive article h2,
.liste_articles h3 a,
.archive article h3 a{
    color: #1E1E1E;
    font-family: "Poppins", Sans-serif;
    font-size: 25px !important;
    line-height: 30px !important;
    font-weight: 700;
    text-align: left;
    margin-bottom:0;
}
.liste_articles article a:first-of-type{ 
    display: block;
    overflow: hidden;
}
.archive article h2, .liste_articles article h2, .liste_articles article h3{
    display: block;
    height: 150px;
}
.liste_articles .texte,
.archive article .texte{
    cursor:pointer;
    padding:20px !important;
    background: #D3FFB4;
}
.archive article a.lirelasuite, .liste_articles article a.lirelasuite{
    text-decoration: none;
    text-align: right;
    margin-top:20px;
    display:block;
}
.archive article a.lirelasuite:hover, .liste_articles article a.lirelasuite:hover{
    text-decoration: underline;
}
.archive article .entry-header{
    padding: 20px 20px 10px 20px;
    background: #D3FFB4;
}
.archive article .post-inner{
    background: #D3FFB4;    
    padding: 0 20px 20px 20px;
    cursor:pointer;
}
.archive article:nth-of-type(5n+2) .post-inner, .archive article:nth-of-type(5n+2) .entry-header, .liste_articles article:nth-of-type(5n+2) .texte{
    background: #C6F21F;
}
.archive article:nth-of-type(5n+3) .post-inner, .archive article:nth-of-type(5n+3) .entry-header, .liste_articles article:nth-of-type(5n+3) .texte{
    background: #00D37F;
}
.archive article:nth-of-type(5n+4) .post-inner, .archive article:nth-of-type(5n+4) .entry-header, .liste_articles article:nth-of-type(5n+4) .texte{
    background: #C5B7F2;
}
.archive article:nth-of-type(5n+5) .post-inner, .archive article:nth-of-type(5n+5) .entry-header, .liste_articles article:nth-of-type(5n+5) .texte{
    background: #014751;
    color:#fff !important;    
}
.archive article:nth-of-type(5n+5) p,
.archive article:nth-of-type(5n+5) a{
    color:#fff !important;
}
.liste_articles .texte p{
    padding: 0;
    margin:0;
    font-size: 16px;
    line-height: 24px;
    color: #1E1E1E;
    font-family: "Poppins", Sans-serif;
    width: 100% !important; 
    text-align: left;   
}
.home .liste_articles p{
    min-height: 145px;
}
.liste_articles .texte a{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color:#1E1E1E;
}
.pagination-separator{
    display: none !important;
}
.pagination-wrapper{
    margin:20px 0 !important;
    max-width: 1535px;
}
.pagination .nav-links{
    font-family: "Poppins Semi Bold", Sans-serif;
    font-size:20px !important;
}
.pagination-wrapper a{
    color:#1E1E1E;
    text-decoration: underline;
}
.pagination-wrapper .current, .pagination-wrapper a:hover{
    color:#00D37F;
}
.actu-sousmenucat{
    margin:-10px 0 10px 0;
    background: #F2F2F2;
}
.actu-sousmenucat ul{
    max-width: 96%;
    width:1000px;
    margin:10px auto;
    padding:10px 0;
    text-align: center;
}
.actu-sousmenucat li{
    display: inline-block;
    background-color: #FFF;
    text-align: center;
    padding:8px 15px;
    margin:5px;
    transition: background-color 0.2s;
    border-radius: 50px;
}
.actu-sousmenucat li a{
    color:#1E1E1E;
    text-decoration: none;    
    font-family: "Poppins Bold", Sans-serif;
    font-size: 16px;
}
.actu-sousmenucat li:hover, .actu-sousmenucat li:focus, .actu-sousmenucat li:first-of-type{
    background-color: #F9D200;
}



/***************** 404 ************************/
.error-404{    
    font-family: 'Poppins Bold';  
    color:#1E1E1E !important;
    text-align: center !important;
}
.error-404 .page-title{
    font-size:60px;
    line-height: 65px;
}


/************** PAGES ELEMENTOR *****************/

.elementor-widget-container h1{
    margin-top:0;
}
.elementor-widget-container h2 {
    font-family: 'Poppins Bold'; 
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top:5px;
    margin-bottom: 20px;
    color:#1E1E1E;
    font-weight: 700 !important;
}
.elementor-widget-container h3 {
    font-family: 'Poppins Bold'; 
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    margin:10px 0;
    text-align: left;
    color:#1E1E1E;
}
.expertises .elementor-widget-container h3{
    margin:0 !important;
}
.expertises .elementor-widget-container .alignleft{
    margin: 25px 25px 25px 15px; 
    width:150px;
}
.pourcentage .elementor-widget-container p{
    color:#fff !important;
    font-family: 'Poppins Bold' !important; 
    line-height: 18px !important;
}
.pourcentage .elementor-widget-container strong{
    font-size:35px !important;
    display: block;
}
.elementor-widget-container a{
    text-decoration: underline !important;
}
.elementor-image-box-title{
    text-align: center !important;
}
.lienagenda .elementor-widget-container a{
    color:#fff !important;
}
.bloc-vert-agenda{
    width: 18% !important;
}
.module .elementor-widget-container p{
    margin-bottom: 0 !important;
}
.banniere-page .elementor-widget-container h1{
    font-family: 'Poppins Bold' !important; 
    text-align: center !important;
}



/***************** OFFRE EMPLOI FOND BLEU ************************/
.offreemploifondbleu p{
    color:#fff !important;
}
.offreemploifondbleu h2, offreemploifondvert h2{
    color:#D3FFB4 !important;
    padding-bottom: 3px;
}
.offreemploifondbleu img, .offreemploifondvert img{
    margin: 7px 20px 20px 0 !important;
}
.offreemploifondvert .bouton a{
    color: #1E1E1E !important;
}
.offreemploifondvert .bouton a:hover{
    background-color: #00D37F !important;
}

/************* FORMS ********************/
::-webkit-input-placeholder {
    color: #fff !important;
    opacity:1 !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #fff !important;
    opacity:1 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #fff !important;
    opacity:1 !important;
}
:-ms-input-placeholder {
    color: #fff !important;
    opacity:1 !important;
}

input[type="email"],
input[type="tel"],
input[type="text"],
input[type="file"],
label,
textarea,
.elementor-upload-field{
    background: #014751 !important;
    border:0 !important;
    text-align: center;
    color:#fff !important;
    line-height:20px;
    font-size:16px !important;    
    font-family: 'Poppins Semi Bold';
    padding:10px !important;
}
textarea{
    margin-bottom:30px !important;
}
.bouton a, .elementor-button-wrapper a{
    text-decoration: none !important;
}
form .colonnes label{
    display: inline-block;
    width: 50%;
}





.elementor-widget-video .elementor-wrapper iframe, .elementor-widget-video .elementor-wrapper video{
    height: 400px;
}
.clr{
    clear:both;
}

/**************** MEDIA QUERIES *****************/
@media screen and (max-width:1585px){
    .primary-menu #menu-item-64 ul{
        right:auto !important; 
        left:0 !important!;
    }
}

@media screen and (max-width:1400px){
    .liste_articles article h2, .liste_articles article h3{
        height:auto;
    }
}

@media screen and (max-width:1300px){
    .primary-menu li{
        margin-left: 0 !important;
    }
}

@media screen and (max-width:1222px){
    .wpml-ls-display{
        margin:0 auto;
    }
    #site-footer .colonne{
        width: 50% !important;
        margin-bottom: 20px;
        text-align: center;
    }
    #site-footer img{
        margin:10px auto;
        text-align: center;
    }
    .home .home-stiky{
        margin-bottom: 90px;
    }
}
@media screen and (max-width:1185px){
    .primary-menu-wrapper{
        height:122px;
    }
}

@media screen and (max-width:1090px){
    #site-footer{
        margin-top: 130px !important;
    }
}

@media screen and (max-width:1024px){    
    .bloc-vert-agenda{
        width: 100% !important;
    }
    .bloc-vert-agenda .elementor-widget-wrap{
        padding-top:20px !important;
    }
}

@media screen and (max-width:999px){
    .primary-menu-wrapper{
        display: none;
    }
    .header-navigation-wrapper{
        width: 100%;
    }
    .header-titles-wrapper .header-titles{
        top: 35px;
    }
    .nav-toggle{
        width: 15px;
    }
    .nav-toggle .toggle-inner{
        padding-top:30px;
    }
    .nav-toggle .toggle-icon, .nav-toggle svg{
        width:50px;
        height:50px;
    }
    .nav-toggle{
        margin-right: 5%;
    }
    .toggle-inner{
        height:30px;
    }
    .header-inner .toggle{
        padding:0;
        height:50px;
    }
    .toggle-inner .toggle-text, button.close-nav-toggle .toggle-text{
        color:#1E1E1E !important;
        font-family: "Poppins", Sans-serif;
        font-size:20px;
        line-height: 27px;
        font-weight: normal;
    }
    button.close-nav-toggle{
        position:absolute;
        top:25px;
        right:0;        
    }
    .mobile-menu{
        margin-top:150px;
    }
    .menu-modal .toggle{
        color:#1E1E1E !important;
        height:50px;
        width: 50px;
    }
    .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle{
        padding: 0;
        position: absolute;
        right: 10%;
        top: 0;
    }
    button.close-nav-toggle .toggle-text{
        margin-right: 10px;
    }
    .modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a{
        color:#014751 !important;
        font-family: "Poppins Bold", Sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 30px;
        letter-spacing: 0;
        line-height: 35px;
        padding:10px;
        text-align: center;        
    }
    .modal-menu a{
        color:#1E1E1E !important;
        font-family: "Poppins Bold", Sans-serif;
        font-weight: 400;
        font-size: 17px;
        letter-spacing: 0;
        line-height: 23px;
        text-align: center;        
    }
    .menu-modal nav *{
        border:none;
    }    
    form .colonnes label{
        width: 100%;
    }
    .category article, .archive article, .liste_articles article{
        width: 47.5% !important;
    }
}




@media screen and (max-width:922px){
    .elementor-image-carousel-caption{
        font-size:20px;
        line-height: 23px;    
        bottom:50px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom:20px !important;
    }
    .elementor-swiper-button-prev{
        left:20px !important;
    }
    .elementor-swiper-button-next{
        right:20px !important;
    }
    .category article, .liste_articles article{
        width:30.5%;
    }
}

@media screen and (max-width:768px){
    #titrepage{
        margin-top:30px;
    }
    .single .banniere-actu, .archive .archive-header{
         width: 90%;
         margin:80px auto 20px auto !important;
         padding:0 !important;
    }
}

@media screen and (max-width:699px){
    .nav-toggle {
        margin-right: 9%;
    }    
    .pagination-wrapper{
        width: 90%;
    }
}


@media screen and (max-width:650px){
    #site-footer .colonne{
        width: 100% !important;
    }    
    .creations .calendrier .colonne{
        width: 100%;
    }
    .form .evf-field{
        width: 100% !important;
    }
    .category article, .liste_articles article{
        width:97%;
    }
    
    .category article, .archive article, .liste_articles article{
        width: 100% !important;
    }
}

@media screen and (max-width:520px){
    #menu-secondaire-header li{
        display: none;
    }
    #menu-secondaire-header li:last-of-type{
        display: inline-block;
    }
}