/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* JEANTIL */
#site-footer section {
    /*! background-color: black !important; */
    /*! padding-top: 0; */
}
.footer-top ul li {
    color: #C93F49;
}
.footer-marque ul li {
    color: black;
}
/* FIN JEANTIL */



header li a {
	font-size: var(--fs-base);

	font-weight: var(--normal);
	text-transform: uppercase;
}
footer li a {
	font-size:var(--fs-xs);
}

#site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	background: none;
	height: var(--header-height);
	overflow: visible;
}
#site-header.open {
    height:var(--open-header-height);
}
.scrolled #site-header {
   background:var(--noir);
}
.hide_header #site-header {
   transform:translateY(-100%);
}
.scrollingUp #site-header {
    transform:translateY(0);
}

#wpadminbar {
	position: fixed;
	overflow:hidden!important;
	height: var(--admin-bar-height)!important;
}
#wp-admin-bar-customize {
    display:none;
}
.admin-bar #site-header{
	top: var(--admin-bar-height);
}





#head_base {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-box-align:stretch;
        -ms-flex-align:stretch;
            align-items:stretch;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;

    max-width: 100%;
    margin: 0 auto;
    width: 1622px;
    position: relative;
    z-index: 2;
  
}

#site-header.open #zone_logo {
    display:none;
}

#zone_menus,
#clients_et_lang{
    width:auto;
  
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:stretch;
        -ms-flex-align:stretch;
            align-items:stretch;

}

#lang {
    display:flex;
    align-items:center;
}

#lang .wpml-ls ul li a img {
    display:none;
}

#lang .wpml-ls ul {
    display:flex!important
}
.wpml-ls-item-fr {
    order: 1;
}
.wpml-ls-item-en {
    order:2
}

#site-header .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 0;
  }

#site-header .wpml-ls-legacy-list-horizontal a {
    padding:0;
}
#site-header .wpml-ls-legacy-list-horizontal .wpml-ls-flag + span {
    margin:0;
}
#lang .wpml-ls ul li a {

    font-weight:var(--black);
    padding:5px 0;
    transition:var(--ease);
}/*
#lang .wpml-ls ul li a:hover {
    opacity:1;
}*/

#lang .wpml-ls ul li a span{
    opacity:0.36;

    transition:var(--ease);
}
#lang .wpml-ls ul li.wpml-ls-current-language a span{
    position:relative;
    opacity:1;
    border-bottom:1px solid;
}
#lang .wpml-ls ul li a:hover span {
    opacity:1;
}

#lang .wpml-ls ul li.wpml-ls-item-en a:before {
    content:" / ";
    margin-left:5px;
}
#acces_espace_client a {
    text-decoration: none;
    display: block;
    padding: 10px 10px 10px 45px;
    background: url('../images/jeantil/icone_extranet.webp') no-repeat 8px center;
    font-weight: var(--normal);
    background-size:auto 55% ;
    
}
#acces_espace_client a span {
    display:block;
    font-weight:var(--semi-bold);
    text-transform:uppercase;
}

@media(min-width:390px) {
    #acces_espace_client a {
        padding: 10px 25px 10px 50px;
        background: url('../images/jeantil/icone_extranet.webp') no-repeat 12px center;
        background-size:auto 55% ;
        letter-spacing:2px;
    }

}
@media(min-width:640px) {
    .wpml-ls-legacy-list-horizontal {
        padding:0 12px;
    }
}

#menu_principal {
    position:absolute;
    top:0;
    right:0;
    width:var(--mobile-nav-width);
    overflow:hidden;
    overflow-y:auto;
    z-index:1;
    background:none;
    height: 0;
}
body.open {
    overflow: hidden;
}    
#site-header.open #menu_principal {
    background:var(--noir);
    padding-top: 75px;
    border-radius: var(--box-radius);
    height: 100vh;
}
.admin-bar #site-header.open #menu_principal {
    height:calc(100vh - var(--admin-bar-height))
}


#text_burger {
    display:none;
}
#togMenu {
    position:relative;
    display:flex;
    align-items:stretch;
    flex-direction:row;
    background:var(--noir);
    padding:0;
    cursor: pointer;
    display: block;
    background:var(--noir) url('../images/jeantil/burger.webp') no-repeat center;
    background-size:100%;
}


.burger {
    display:none;
}
#togMenu.open  {
    background:var(--gris-1);
    width:auto;
}

#togMenu.open .burger {
    display:block;
    height: 100%;
    width: var(--header-height);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
}

.burger span {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    position: absolute;
    left: 30%;
    top:calc(50% - 1px);
    width: 40%;
    height:2px;
    background:var(--blanc);
    border:0px solid;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;

}
#burger span#t1 {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    }
#burger span#t2 {
    display:none;
}
#burger span#t3 {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    }


#menu_principal {
    margin-top: 0;
    z-index: 1;
    opacity: 0;
    height: auto;
    width: 0;
    padding-bottom: 3rem;
    -webkit-transition: opacity .3s , left 0 ease 0.4s, width 0 ease .4s;
    -o-transition: opacity .3s , left 0 ease 0.4s, width 0 ease .4s;
    transition: opacity .3s , left 0 ease 0.4s, width 0 ease .4s
}
#menu_principal.open {
    right: 0;
    width: 100%;
    opacity: 1;
    -webkit-transition: left 0.4s, width 0s, opacity .4s;
    -o-transition: left 0.4s, width 0s, opacity .4s;
    transition: left 0.4s, width 0s, opacity .4s;
    background:var(--noir);
    padding:75px 50px;
    height: 100vh;
}
@media(max-width:479px) {
    #menu_principal.open {
        padding: 75px calc((100vw - 280px) / 2);
    }
}
#site-header.open #menu_principal:after {
    content:'';
    display:block;
    background:var(--noir);
    position:fixed;
    top:0;
    right:0;
    width:100vw;
    height:100vw;
    z-index:-1;
}

.tog {
   display:none;
}

/* top Menu ---------------------------- */    
ul.top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: visible;
    width: 100%;
} 
.top-menu  li {
    list-style-type: none;
    position:relative;
}  
.top-menu > li {
    font-size: inherit;
    overflow: visible;
    list-style-type: none;
    margin: 0;     
    padding-bottom: 6px;
}
.top-menu ul li a {
    display: block;
    text-align: left;
} 
.top-menu > li > a {
   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position:relative;
    z-index:1;
    font-weight: var(--black);
    color: var(--rouge-3);
    font-size:var(--fs-xl-cat-home);
    text-transform:uppercase;
    padding:0.5em 0 1em 0px;
    text-decoration: none;
    -webkit-transition: var(--ease);
    -o-transition: var(--ease);
    transition: var(--ease);
    
}   

 
/*SUBMENU*/
.top-menu > li > ul {
    padding-left: 0;
}

.top-menu > li > ul > li a {
    display:flex;
    flex-direction:row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content:flex-start;
    text-decoration: none;
    /*! font-size: 0; */
    position: relative;
    -webkit-transition:var(--ease);
    -o-transition:var(--ease);
    transition:var(--ease);
    padding:0em 0 1em 0em;
    text-transform: uppercase;
    font-weight: var(--normal);
    color: var(--blanc);
}
.top-menu > li > ul > li a:before {
    content:'/';
    display:inline-block;
    position:relative;
    top:-0.1em;
    font-size:1.2em;
    font-weight:var(--black);
    margin-right:0.5em;
}
.top-menu  > li > ul > li > a:hover{       
    
    color:var(--rouge)
}
.top-menu > li > a:hover,
.top-menu  li.current_page_ancestor > a,
.top-menu  li.current_page_item > a,
.top-menu  li.current_menu_item > a,
.top-menu  li.current-menu-item > a,
.top-menu > li > ul > li.current_page_ancestor:nth-child(2n) > a,
.top-menu > li > ul > li.current_page_item:nth-child(2n) > a,
.top-menu > li > ul > li.current_page_item:nth-child(2n) a,
.top-menu > li > ul > li.current-menu-item:nth-child(2n) a,
.top-menu  li.current-menu-item > a:hover {
    color: var(--rouge);
}







#box_menu_marque {
    background:var(--gris-3);
    padding:22px 0 12px 0;
}
#textmenuMarque {
    color:var(--gris-2);
    text-transform:uppercase;
    font-weight:var(--bold);
    padding:0 22px 12px 22px ; 
}
#menu_marque > ul {
    padding-left: 0;
    margin-top:0;
}
#menu_marque  ul li {
    list-style-type: none;
}
#menu_marque > ul > li > a { 
    padding:0.5em 0;
    margin-top:0.2em;
    font-size:var(--fs-xl-h1);
    font-weight:var(--semi-bold);
    text-decoration: none;
    display:block;
    text-transform:none;
} 
#menu_marque > ul > li.current_page_parent > a,
#menu_marque > ul > li.current_page_item > a,
#menu_marque > ul > li > a:hover {
    color:var(--rouge-2);   
} 
#menu_marque > ul > li >ul {
    display:none;
}
.reseaux_header {
    display:flex;
    flex-wrap:wrap;
    justify-content: flex-start;
}
.entete_reseaux {
    width: 100%;
    text-transform: uppercase;
    font-weight: var(--semi-bold);
    font-size: var(--fs-base-plus);
    letter-spacing: 0.15em;
    padding-top:1em;
}
.reseaux_header .entete_reseaux {
    margin-top: 55px;
}
.un_reseau_header {
    width: 30px;
    height: 30px;
    margin-right: 30px;
    margin-top: 30px;
    
}
.un_reseau_header a {
    display:block;
    width:100%;
    height:100%;
    filter:invert(100%);
    transition:var(--ease);
}
.un_reseau_header a:hover {
    filter:invert(50%);
}
.un_reseau_header img {
    max-height:100%;
    width:auto;
}

#acces_contact a {
    border:1px solid var(--blanc);
    background:var(--rouge) url('../images/jeantil/contact-blanc.webp') no-repeat center;
    background-size:38px auto;
}
#site-header.open #acces_contact a{
    border:1px solid var(--rouge);
    background:url('../images/jeantil/contact-rouge.webp') no-repeat center;
    background-size:38px auto;
}


#site-header.open #lang,
#site-header.open #acces_espace_client a{
    border:1px solid var(--blanc);
    border-left:0px solid;
}


@media(max-width:979px) {
    /*
    #site-header.open {
		height: 100vh;
	}*/
    #togMenu {
        width:var(--header-height);
    }
    #zone_logo img{
        display:block;
        width:auto;
        height:100%;
        position:relative;
        z-index:2;
		padding: 0;

        height:var(--header-height);
	}
     
    #acces_contact,
    #acces_espace_client{
        display:none;
    }
    #acces_contact a {
        font-size:0;
        width:var(--header-height);
    }
    
    #zone_menus {
        justify-content:flex-end;
        align-items:stretch;
    }
    #site-header.open #zone_menus {
        width:100%;
        justify-content:space-between;
        max-width:100%;
        background:var(--gris-1);
    }
    #site-header.open #clients_et_lang {
        background:var(--noir);
    }
    #site-header.open #acces_contact,
    #site-header.open #acces_espace_client{
        display:flex;
    }
    #acces_espace_client {
        order:3;
    }

}




@media(min-width:980px) {
    #site-header #head_base{
        width:1622px;
       
        max-width:90%;
        height:var(--header-height);
        align-items:center;
    }

    #site-header.open #head_base:after{
        content:"";
        display:block;
        position:absolute;
        top:0;
        left:50%;
        width:100vw;
        height:100%;
        transform:translateX(-50vw);   
        z-index:-1;
        background:var(--noir);
        transition:all 0.3s ease 0.6s;
    }

    #zone_logo {
        width:250px;
    }/*
    .scrolled.scrollingUp #zone_logo {
        width: 250px;
      }*/
    #zone_logo img {
        height:100%;
        width:auto;
    }
    #zone_menus {
        height:66px;
    }
    #acces_contact,
    #acces_espace_client {
        display:flex;
        align-items:stretch;
    }
    #acces_contact a {
        border: 1px solid var(--blanc);
        background: var(--rouge) url('../images/jeantil/contact-blanc.webp') no-repeat 20px center;
        background-size: 38px auto;
        padding: 0 25px 0 75px;
        display: flex;
        align-items: center;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: var(--bold);
        transition:var(--ease);
    }
    
    #acces_espace_client a{
        border: 1px solid var(--gris-1);
        border-left: 0px solid;
        transition:var(--ease);
    }
    #acces_espace_client span {
        font-weight:var(--bold);
      }
      #acces_contact a:hover,
      #acces_espace_client a:hover{
          background-color:rgba(0,0,0,0.3);
          border-color:var(--noir);
      }
    #lang {
        border: 1px solid var(--noir);
        border-left: 0px solid;
    }
   
    #togMenu {
        position: relative;
        display: flex;
        align-items: stretch;
        flex-direction: row;
        cursor: pointer;
        background: var(--noir) url('../images/jeantil/burger.webp') no-repeat 100% center;
        background-size: 73px;
        padding: 0 70px 0 20px;
        font-weight: var(--bold);
        text-transform: uppercase;
        transition:all 0.2s ease;
    }
    #togMenu:hover {
        background-position:110% center;
        padding: 0 65px 0 25px;
    }

    #text_burger {
        display:flex;
        align-items:center;
        justify-content:center;
    }
    #site-header.open .closeIt,
    .openIt {
        display:block;
    } 
    #site-header.open .openIt,
    .closeIt {
        display:none;
    }

    #site-header.open #zone_menus {
        width:1120px;
        justify-content:space-between;
        max-width:100%;
        background:none;
        margin:0 auto;
    }
    #site-header.open #acces_espace_client a{
        border-left:1px solid var(--blanc);
    }
    #acces_espace_client a {
        padding-left:60px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
      
    }

    #site-header.open #acces_contact a {
        border: 1px solid var(--rouge);
        background: url('../images/jeantil/contact-rouge.webp') no-repeat 10px center;
          background-size: auto;
        background-size: 38px auto;
        color: var(--rouge);
      }
      #site-header.open #acces_contact a:hover {

        background-color:var(--blanc);
        border-color:var(--blanc);
    }
    #site-header.open #clients_et_lang {
        background:var(--noir);
        width:auto;
        
    }
    #site-header.open #lang {
        width:auto;
        padding:0 10px;
    }
    #site-header.open #acces_contact,
    #site-header.open #acces_espace_client{
        display:flex;
    }
    #site-header.open #acces_espace_client a:hover {
        background-color:var(--rouge);
        border-color:var(--rouge)
    }
    
    #togMenu.open {
        padding:0 0 0 20px
    }

    #togMenu.open .burger {
        width: 50px;
        position: relative;
    }

    .burger span {
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .1s;
        -o-transition: all .1s;
        transition: all .1s;
        position: absolute;
        left: 20%;
        top:calc(50% - 1px);
        width: 60%;
        height:1px;
    }

    #site-header.open #menu_principal {
        padding-top:175px;
    }
    #box_menu_top {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #menu_principal {
        display:flex;
        justify-content:space-between;
        align-items:flex-start;
    }
    #box_menu_top {
        width:63%;
    }
    #marque_et_reseau {
        width:33%;
	}

    /* top Menu ---------------------------- */    

    nav#menu_top {
        margin:0 auto;
    }
    ul.top-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        position: relative;
        z-index: 1;
        padding: 0;
        margin: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        overflow: visible;
        width: 100%;
        height: auto;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }   
    .top-menu > li {
        font-size: inherit;
        overflow: visible;
        list-style-type: none;
        margin: 0;     
        padding-bottom: 0;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        width:50%;
    }
    .top-menu > li > a {
        font-size:40px;
        position:relative;
        padding-top:1em;
       
    }
    .top-menu > li > a:before {
        content:"";
        background: url('../images/jeantil/croix_blanche.webp') no-repeat center;
        background-size: 32px auto;
        display: block;
        height: 32px;
        width: 1em;
        position: absolute;
        bottom: calc(100% - 1.125em);
        right: calc(100% - 0.33em);
        z-index: 1;
    }
    #marque_et_reseau {
        padding:40px;
        position:relative;
    }
    #marque_et_reseau:before {
        content:'';
        position:absolute;
        top:0;
        left:0;
        height:100%;
        width:100%;
        z-index:0;
        pointer-events:none;
        border:1px solid var(--blanc);
        transform:skew(-5deg) translateX(-20px);
    }
    #menu_marque ul li a {
        font-size:var(--fs-l);
    }
	.admin-bar #site-header {
		top:var(--admin-bar-height);
	}
	.scrolled .top-menu-wrapper, 
	.scrolled  ul.top-menu {
		/* height: var(--scrolled-header-height); */
		min-height:0;
		margin-top:0;
	}
	#desktop_header_container {
		width:100%;
	}
	

}

@media(min-width:1122px) {
    #menu_principal.open {
        padding:75px calc((100vw - 1122px) / 2);
    }
}


@media(min-width:1280px) {
    #zone_logo {
        width:372px;
    }

}

@media(min-width:1600px) {
    #site-header.open #zone_menus {
        width:1400px;
    }
    #menu_principal.open {
        padding: 75px calc((100vw - 1400px) / 2);
    }
    .top-menu > li > a {
        font-size: 50px;
    }
    #marque_et_reseau {
        width: 348px;
      }
    
}


#site-footer {
	position: relative;
	z-index: 1;
    background:var(--blanc);
    color:var(--noir);
}
#site-footer .container {
    padding:0 25px;
}
#sub_footer{
    background:var(--blanc);
    color:var(--noir);
} 
#sub_footer .container {
    padding:10px;
    border-top:2px solid var(--rouge-2);
    
}
#sub_footer_menu {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:row;
    flex-wrap:wrap;
    margin:0;
    padding-left:0;
}
#sub_footer_menu li {
    list-style-type:none;

}
#sub_footer_menu li:before {
    display:inline-block;
    margin:0 0.3em;
    content:'-'; 
    color:var(--gris-2)
}
#sub_footer_menu li:first-child:before {
    display:none;
}
#sub_footer_menu li a {
    padding:8px 5px;
    text-decoration:none;
    color:var(--gris-2);
    transition:var(--ease);
}
#sub_footer_menu li a:hover {

    color:var(--gris-1);
}
#footer_nav_and_reseaux {
    display:flex;
    flex-direction:row;
    justify-content:space-between;

    background: white;
}
footer ul {
    padding-left:0;
    margin:0;
}
footer li {
    list-style-type:none;
}
footer li a {
    text-decoration:none;
    display:block;
}
.footer_menus {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }

#menu_footer_1 li a {
    color:var(--rouge-3);
    font-size:var(--fs-xl);
    padding:5px 5px 5px 40px;
    background:url('../images/jeantil/croix_rouge.webp') no-repeat 0.1em center;
    background-size:auto 0.6em;
    font-weight:var(--semi-bold);
}
#menu_footer_2 li a {
    color:var(--noir);
    font-size:var(--fs-m-moins);
    padding:5px;
    margin:5px 0;
}

.bouton_contact_footer {
    color: var(--blanc) !important;
    background: var(--rouge) url('../images/jeantil/icone_contact.webp') no-repeat 20px center;
    background-size: auto 2.5em;
    padding: 1.5em 1.8em 1.5em 80px !important;
    display: block;
    text-transform: uppercase;
    font-weight: var(--bold);
    font-size: var(--fs-base) !important;
}
@media(max-width:979px) {
    .bouton_contact_footer {
        margin-top:1em;

    }
}
@media(min-width:980px) {
    .bouton_contact_footer {
    padding: 0.9em 1.8em 0.9em 80px !important;

    }
}
footer .reseaux {
    border:1px solid var(--noir);
    padding:0 10px;
    display:flex;
    /*! flex-direction:column; */
    /*! align-items:center; */
    /*! justify-content:space-between; */
    text-align:center;
    /*! width:135px; */
    /*! max-width:60%; */
}
footer .entete_reseaux {
    padding:1em 0;
    font-weight:var(--bold);
}
.un_reseau {
    margin:10px;
}
.un_reseau img {
    max-width: 40px;
    max-height: 40px;
    width: auto;
}


footer a {
    transition:var(--ease);
}

#menu_footer_1 li a:hover,
#menu_footer_1 li.current-menu-item a {
    filter:grayscale(100%);
}

#menu_footer_2 ul li.current-menu-item a,
#menu_footer_2 li a:hover,
.li_contact_footer a:hover{
    color:var(--blanc)!important;
    background-color:var(--noir)!important;
}
.un_reseau a:hover {
    filter:contrast(0.666);
}

@media(max-width:639px) {
    footer .reseaux {
        padding:0 10px;
        width:100%;
        gap: 15px;
    }
    .un_reseau {
        margin:10px 0;
    }
    #menu_footer_2 ul {
        position:relative;
        top:10px;
    }
    #menu_footer_1 li a {

        font-size: var(--fs-l);
        padding: 5px 0 5px 25px;
        background: url('../images/jeantil/croix-menu.webp') no-repeat left center;
          background-size: auto;
        background-size: auto 0.7em;
      } 
    

}
@media(min-width:980px) {
    #site-footer section {
        padding:0
    }
    #site-footer .container {
        display: flex;
        align-items: center;
        gap: 20px;
    }    
    footer .logo {
        /*! display:none; *//*! width:268px; */
        /*! max-width:22.3%; */
    }

    #footer_nav_and_reseaux {
        width: 100%;
      }

    .footer_menus {
        display:flex;
        flex-direction:row;
        align-items:stretch;
        justify-content:space-between;
       
        flex-wrap:wrap;
        padding:0 40px;
    }
    .footer_menu {
        display:flex;
        align-items:stretch;
        flex-direction:row;
        justify-content:flex-start;
        flex-wrap:wrap;
    } 
    .footer_menu ul {
        margin:0;
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        flex-wrap:wrap;
        justify-content:space-between;
    }
}

@media(min-width:980px) and (max-width:1239px) { 
    #site-footer .container {
        /*! width:900px; */
    }
     .footer_menus {
        width:900px;
    }
}
@media(min-width:1240px) {

    #menu_footer_2 {
        padding-left:142px;
        background:url('../images/jeantil/oblique.webp') no-repeat 10px center;
        background-size:104px 100%;
    }
    #menu_footer_2 li a {
        font-size:var(--fs-l);
    }
}
