/*
Theme Name: Lunet
Author: Fair Agence Web*
Author URI: 
*/

/* Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=swap');

/* General */
body,html{
    color: #2B2B26;
    font-size: 16px;
    line-height: 20px;
    font-family: "Inter";
    font-weight: 400;
    overflow-x: hidden;
}
h1{
    font-family: "League Gothic";
    color: #161615;
    font-size: 70px;
    line-height: 80px;
    text-transform: uppercase;
}
h2{
    font-family: "League Gothic";
    color: #161615;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
}
h3{
    font-family: "League Gothic";
    color: #161615;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
}
h4{
    font-family: "League Gothic";
    color: #161615;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
}
#primaryNav li a,#primaryNav li li a{
    color: #FFFFFF;
    font-family: 500;
    font-size: 14px;
    line-height: 14px;
    box-shadow: none;
    padding: 15px 20px;
    background: #B08143;
    border: 1px solid #B08143;
    border-radius: 69px;
    transition: all .5s ease-in-out;
    text-align: center;
}
#primaryNav li a:hover,#primaryNav li li a:hover{
    color: #fff;
    background: #936426;
    border-color: #936426;
}

.liste-lien-cta {
    display: flex;
    column-gap: 20px;
}
.liste-lien-cta li{
    list-style: none !important;
}
.btn-custom, #gdrf-submit-button{
    color: #FFFFFF;
    font-family: 500;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    padding: 20px 40px;
    background: #B08143;
    border: 1px solid #B08143;
    border-radius: 69px;
    transition: all .5s ease-in-out;
    text-align: center;
    font-family: "Inter";
    cursor: pointer;
}
.liste-lien-cta li a{
    color: #FFFFFF;
    font-family: 500;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    padding: 20px 25px;
    background: #B08143;
    border: 1px solid #B08143;
    border-radius: 69px;
    transition: all .5s ease-in-out;
    text-align: center;
    font-family: "Inter";
    cursor: pointer;
}
.btn-custom, #gdrf-submit-button,.liste-lien-cta li a{
    color: #FFFFFF;
   
}
.btn-custom:hover, #gdrf-submit-button:hover,.liste-lien-cta li a:hover{
    color: #fff;
    background: #936426;
    border-color: #936426;
}

.btn-custom, #gdrf-submit-button{
    color: #FFFFFF;
    font-family: 500;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    padding: 20px 40px;
    background: #B08143;
    border: 1px solid #B08143;
    border-radius: 69px;
    transition: all .5s ease-in-out;
    text-align: center;
    font-family: "Inter";
}
.btn-custom:hover, #gdrf-submit-button:hover{
    color: #fff;
    background: #936426;
    border-color: #936426;
}
#utilityNav li a{
    color: #B08143;
    font-family: 500;
    font-size: 14px;
    line-height: 14px;
    box-shadow: none;
    padding: 10px 20px;
    background: transparent;
    border-radius: 69px;
    border: 1px solid #B08143;
    transition: all .5s ease-in-out;
    text-align: center; 
}
#utilityNav li a:hover{
    color: #fff;
    border-color: #B08143;
    background: #B08143;
}
.btn-custom2{
    color: #FFFFFF;
    font-family: 500;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    padding: 20px 40px;
    background: transparent;
    border-radius: 69px;
    border: 1px solid #fff;
    transition: all .5s ease-in-out;
    text-align: center;
    font-family: "Inter";
}
.btn-custom2.marron{
    color: #B08143;
    border-color: #B08143;
    background: transparent;
}
.btn-custom2.marron:hover{
    background: #B08143;
    color: #fff;
}
.btn-custom2:hover{
    color: #161615;
    background: #fff;
}
.btn-custom.green{
    background: #2F4D3B;
    border-color: #2F4D3B;
}
.btn-custom.green:hover{
    background: #23382B;
    border-color: #23382B;
    color: #fff;
}
.btn-custom.white{
    background: #FFFFFF;
    border-color: #fff;
    color: #161615;
}
.btn-custom.white:hover{
    background: transparent;
    border-color: #fff;
    color: #fff;
}
a{
    text-decoration: none;
    color: #B08143;
}
a:hover{
    color: #2B2B26;
}
.noborder{
    padding-bottom: 0;
}
.noborder .container::after{
    display: none !important;
}

/* Upline */
.upline{
    padding: 15px 0;
}
.upline.float-header{ margin-bottom: 100px; }
.upline .left{
    align-items: center;
    display: flex;
}
.upline p{
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 15px;
}
.upline p b{
    display: inline-block;
    padding-right: 10px;
}
.upline .menu-upline{
    margin: 0;
    padding: 0;
    display: flex;
}
.upline .right{
    display: flex;
    justify-content: flex-end;
}
.upline .menu-upline li {
    margin-left: 25px;
}
.upline .menu-upline li:first-child{
    margin-left: 0;
}
.upline .menu-upline li:last-child{
    margin-right: 10px;
}
.upline .menu-upline li a{
    color: #2B2B26;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
    font-weight: 500;
    transition: all .5s ease-in-out;
    /* display: block; */
}
.upline .menu-upline li a:hover,.upline .menu-upline li.show a{
    color: #B08143;
}
.upline .right p{
    color: rgba(22, 22, 21, .3);
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    padding-top:4px;
    text-transform: uppercase;
    margin-left: 25px;
}
.upline .left img{
    margin-right: 8px;
    margin-top: -2px;
}
.upline .social{
    margin: 0 0 0;
    padding: 0;
    display: flex;
}
.upline .social li{
    list-style: none;
    margin-left: 17px;
    line-height: 14px;
   
}
.upline .social li img{
    transition: all .5s ease-in-out;
}
.upline .social li:hover img{
    transform: scale(1.1);
}

/* Header */
header{
    position: relative;
    z-index: 15;
}
.site-header.fixed {
	background-color: #2a4d3b;
	position: fixed;
	top: 0;
	width: 100%;
}
header.site-header.fixed::after{ background-image: none; }
header::after{
    content: "";
    background: transparent linear-gradient(0deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    border-radius: 20px 20px 0px 0px;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 0;
    height: 100%;
    width: calc(100% - 30px);
}
header nav{
    position: relative;
    z-index: 1;
}
header .navbar-collapse{
    justify-content: flex-end;
}
header .navbar{
    padding: 15px 0;
}
header .navbar-nav > li a{
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    text-transform: uppercase;
}
header .navbar-nav > li a:hover{
    color: #fff;
}
header .navbar-nav > li{
    margin-right: 30px;
    padding: 15px 0;
}
header .btn{
    color: #161615;
    font-family: 500;
    font-size: 13px;
    line-height: 13px;
    display: inline-flex;
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #fff;
    border-radius: 85px;
    transition: all .5s ease-in-out;
    align-items: center;
    position: relative;
}
header .btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: transparent;
  position: absolute;
  top: 100%;
  left: 0;
}
header .btn .sub-menu{
    margin: 0;
    padding: 20px 15px 5px 15px;
    position: absolute;
    top: 100%;
    right: 0;
    width: 255px;
    border-radius: 5px;
    background: #fff;
    display: none;
    margin-top: 15px;
}
header .btn a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
header .btn.active .sub-menu{
    display: block;
}
header .btn img{
    margin-right: 11px;
    margin-top: -3px;
}
header .btn:hover,header .btn:focus,header .btn.active{
    background: #fff;
    color: #161615;
    border-color: #fff;
}
.site-header.fixed .btn,
.site-header.fixed .btn:hover,
.site-header.fixed .btn:focus,
.site-header.fixed .btn.active{
	background-color: #936426;
	border-color: #936426;
	color: #fff;
	transition: none;
}
.site-header.model2.fixed .navbar-brand img,
.site-header.fixed .btn img,
.site-header.fixed.model2 .navbar-nav > .menu-item-has-children > a::after{
	-webkit-filter: saturate(0) brightness(0) invert(1);
	   -moz-filter: saturate(0) brightness(0) invert(1);
		-ms-filter: saturate(0) brightness(0) invert(1);
		 -o-filter: saturate(0) brightness(0) invert(1);
			filter: saturate(0) brightness(0) invert(1);
}
header .btn .arrow{
    margin: 0 0 0 20px;
    transition: all .5s ease-in-out;
}
header .btn.active .arrow{
    transform: rotate(180deg);
}
header .btn.active .sub-menu a{
    text-align: left;
    color: #2B2B26;
    font-size: 14px;
    line-height: 17px;
    transition: all .5s ease-in-out;
    display: block;
  width: 100%;
  position: relative;
  z-index: 10;
}
header .btn.active .sub-menu li{
    text-align: left;
    margin-bottom: 15px;
}
header .btn.active .sub-menu a:hover{
    color: #B08143;
}
header.model2::after {
    display: none;
}
header.model2 .navbar-nav > li a{
    color: #161615;
}
.site-header.model2.fixed .navbar-nav > li > a{ color: #fff; }

header.model2 .navbar-nav > .menu-item-has-children > a::after {
    background: url(img/arrow.png) no-repeat center;
    background-size: contain;
}
header.model2{
    border-top: 1px solid rgba(112, 112, 112, .2);
    margin-bottom: 45px;
}
header.model2 .btn{
    background: rgba(176, 129, 67, 1);
    border-color: rgba(176, 129, 67, 1);
    color: #fff;
}
header .navbar-nav .menu-item-has-children{
    position: relative;
}
header .navbar-nav .menu-item-has-children .sub-menu{
    margin: 0;
    padding: 20px 15px 5px 15px;
    position: absolute;
    top: 100%;
    right: 0;
    width: 255px;
    border-radius: 5px;
    background: #fff;
    display: none;
}
header .navbar-nav .menu-item-has-children .sub-menu a{
    text-align: left;
    color: #2B2B26;
    font-size: 14px;
    line-height: 17px;
    transition: all .5s ease-in-out;
    display: block;
}
header .navbar-nav .menu-item-has-children .sub-menu li{
    margin-bottom: 15px;
}
header .navbar-nav .menu-item-has-children .sub-menu a:hover,header .navbar-nav .menu-item-has-children .sub-menu a.current-menu-item{
    color: #B08143;
}
header .navbar-nav .menu-item-has-children:hover .sub-menu{
    display: block;
}

/* Banniere */
.banniere{
	/*-webkit-filter: brightness(0.8);
	   -moz-filter: brightness(0.8);
		-ms-filter: brightness(0.8);
		 -o-filter: brightness(0.8);
			filter: brightness(0.8);*/
    margin: -100px 15px 0 15px;
    height: calc(100vh - 45px);
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 70px;
    position: relative;
    margin-bottom: 50px;
}
.banniere .container{
    position: relative;
    z-index: 11;
}
.home .banniere .container .col-sm-12{
    width: 75%;
    margin: 0 auto;
}
.banniere::after{
    content: "";
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    border-radius: 0 0 20px 20px;
    opacity: 0.8;
    position: absolute;
    z-index: 0;
    height: 70%;
    width: 100%;
    bottom: 0;
    left: 0;
}
.banniere .titre{
    color: #FFFFFF;
    text-align: center;
    font-family: "League Gothic";
    font-size: 140px;
    line-height: 168px;
    text-transform: uppercase;
}
.banniere p{
    color: #FFFFFF;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 40px;
}
.banniere .btn-banniere{
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.banniere .btn-banniere li{
    list-style: none;
    margin: 0 6px;
}

/* Footer */
footer{
    background: #B08143 url(img/lnt_mono_logo_footer.svg) no-repeat calc(100% + 100px) 50%;
    border-radius: 20px;
    margin: 0 15px;
    padding: 80px 0;
    /* overflow: hidden; */
}
footer .container{
    position: relative;
}
footer .container::after{
    content: "";
    background: url(img/lnt_logo_eyelike_footer.svg) no-repeat center;
    width: 342px;
    height: 37px;
    position: absolute;
    bottom: -85px;
    left: 0;
    z-index: 0;
    opacity: .2;
}
footer .logo img{
    width: 160px;
    object-fit: contain;
}
footer .btn-footer{
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 240px;
}
footer .btn-footer li{
    list-style: none;
    margin: 0 0 13px 0;
    width: calc(50% - 10px);
}
footer .btn-footer li a{
    width: 100%;
}
footer .btn-footer li:first-child{
    width: 100%;
    margin-top: 13px;
}
footer .btn-footer .btn-custom{
    padding: 15px 0;
}
footer .footcol1{
    align-items: center;
    position: relative;
    margin-bottom: 65px;
}
footer .footcol1::after{
    content: "";
    background: rgba(255, 255, 255, .5);
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    bottom: -20px;
    left: 15px;
}
footer .titre{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}
footer .footer-menu{
    margin: 0;
    padding: 0;
}
footer .footer-menu li{
    list-style: none;
    margin-bottom: 7px;
}
footer .footer-menu li a{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 17px;
}
footer .footcol2{
    display: flex;
    justify-content: space-between;
}
footer .liste-adresse{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin-left: auto;
    height: 390px;
    overflow-y: auto;
}
footer .liste-adresse .btn-custom{
    padding: 8px 15px 9px 15px;
}
footer .liste-adresse .box{
    width: 50%;
    padding-right: 2rem;
    margin-bottom: 40px;
}
footer .liste-adresse .box .nom{
    font-family: "League Gothic";
    color: #FFFFFF;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
footer .liste-adresse .box .etiquette{
    color: #FFFFFF;
    font-size: 9px;
    line-height: 11px;
    background: #2F4D3B;
    border-radius: 3px;
    padding: 3px 15px;
    margin-bottom: 20px;
    display: inline-block;
}
footer .liste-adresse .box p,footer .liste-adresse .box p a{
    font-size: 14Px;
    line-height: 17px;
    color: #fff;
}
footer .liste-adresse .box p a:hover{
    text-decoration: underline;
}
.popup-content form.wpcf7-form .wpcf7-response-output{ color: #fff; }
.copyright{
    padding: 20px 0;
}
.copyright p{
    margin: 0;
    padding: 0;
    color: #2B2B26;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
}
.copyright p img{
    margin: 0 3px;
}
.copyright .footer-menu2{
    margin: 0;
    padding: 0;
    display: flex;
}
.copyright .footer-menu2 li {
    margin-right: 25px;
}
.copyright .footer-menu2 li a{
    color: #2B2B26;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
    font-weight: 500;
    transition: all .5s ease-in-out;
    display: block;
}
.copyright .footer-menu2 li a:hover{
    color: #B08143;
}
.copyright .titre {
    color: rgba(22, 22, 21, .3);
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.copyright .social{
    margin: 0;
    padding: 0;
    display: flex;
}
.copyright .social li{
    list-style: none;
    margin-left: 17px;
    line-height: 14px;
}
.copyright .social li img{
    transition: all .5s ease-in-out;
}
.copyright .social li:hover img{
    transform: scale(1.1);
}
.copyright .right-foot{
    display: flex;
    justify-content: flex-end;
}

/* Marque */
.marque{
    margin-bottom: 45px;
}
.marque .liste-marque{
    border-bottom: 1px solid rgba(112, 112, 112, .3);
    margin: 0;
    padding: 0 0 40px 0;
    position: relative;
}
.marque .liste-marque li{
    padding: 0 1.5rem;
    position: relative;
    max-width: 200px;
}
.marque .liste-marque li a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.marque .liste-marque li img{
    width: 100%;
    height: 50px;
    object-fit: contain;
}
.marque .liste-marque::after{
    content: "";
    width: 50Px;
    height: 45px;
    position: absolute;
    right: 0;
    top: -3px;
    background: transparent linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%) 0% 0% no-repeat padding-box;
    z-index: 1;
}
.marque .liste-marque::before{
    content: "";
    width: 50Px;
    height: 45px;
    position: absolute;
    left: 0;
    top: -3px;
    background: transparent linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%) 0% 0% no-repeat padding-box;
    z-index: 1;
}

/* Contenu / Titre */
.contenu-titre{
    margin-bottom: 50px;
}
.contenu-titre .row > div:last-child{
    padding-top: .5rem;
}
.contenu-titre h1{
    padding-right: 1rem;
}

/* Grid / Page */
.grid-page{
    margin-bottom: 60px;
}
.grid-page .box.fix{
    height: 640px;
}
.grid-page .box{
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.grid-page .box > a{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.grid-page .box > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all .5s ease-in-out;
}
.grid-page .box .content{
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 40px 40px 40px;

}
.grid-page .box .content .btn-custom2{
    padding: 15px 35px;
    transition: all .5s ease-in-out;
}
.grid-page .box:hover .content span.btn-custom2{
    color: #161615;
    background: #fff;
}
.grid-page .box .content a:hover.btn-custom2{
    color: #161615;
    background: #fff;
}
.grid-page .box .content h2{
    color: #fff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.grid-page .box .content h2 img{
    width: 39px;
    height: 39px;
    object-fit: contain;
    margin-right: 14px;
}
.grid-page .box .content p{
    color: #fff;
    margin-bottom: 40px;
}
.grid-page .box.model{
    min-height: 570px;
    position: relative;
}
.grid-page .box:hover > img{
    transform: scale(1.1);
}
.grid-page .box.model .content{
    text-align: center;
    z-index: 2;
}
.grid-page .box.model h2{
    justify-content: center;
}
.grid-page .box.model .btn-grid{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.grid-page .box.model .btn-grid li{
    margin: 0 6px;
}
.grid-page .box.model::after{
    content: "";
    width: 100%;
    height: 60%;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 20px 20px;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.grid-page .box.fix::after{
    content: "";
    width: 100%;
    height: 60%;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 20px 20px;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

/* Liste Marque */
.marque-section{
    margin-bottom: 60px;
}
.marque-section h2{
    margin: 0;
    padding: 0;
}
.marque-section .btn-custom2{
    color: #B08143;
    border-color: #B08143;
    padding: 15px 40px;
}
.marque-section .btn-custom2:hover{
    color: #fff;
    background: #B08143;
    border-color: #B08143;
}
.marque-section .top{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.marque-section .lien-marque{
    margin: 0 0 50px 0;
    padding: 0 1rem 0 0;
    display: flex;
    flex-wrap:  wrap;
}
.marque-section .lien-marque li{
    list-style: none;
}
.marque-section .lien-marque li a{
    font-size: 34px;
    line-height: 46px;
    color: #161615;
    transition: all .5s ease-in-out;
}
.marque-section .lien-marque li a br{
    display: none;
}
.marque-section .lien-marque li a:hover,.marque-section .lien-marque li a.active{
    color: #B08143;
    font-weight: 500;
}
.marque-section .lien-marque li::after{
    content: ",";
    font-size: 34px;
    line-height: 46px;
    color: #161615;
    display: inline-block;
    margin-right: 7px;
    left: -4px;
    position: relative;
}
.marque-section .lien-marque a:last-child:after{
    content: "...";
    font-size: 34px;
    line-height: 46px;
    color: #161615;
    display: inline-block;
    margin-right: 7px;
    left: -2px;
    position: relative;
}

.marque-section .lien-marque{
	display: -webkit-box;
	font-size: 34px;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 6;
	line-height: 1.35em;
	margin-bottom: 50px;
	max-height: calc(1.35em * 6);
}
.marque-section .lien-marque a{
	color: #161615;
	transition: all .5s ease-in-out;
}
.marque-section .lien-marque a:hover,.marque-section .lien-marque a.active{
	color: #B08143;
	font-weight: 500;
}

.marque-section .box{
    width: 361px;
    height: 421px;
    margin-left: auto;
    position: relative;
}
.marque-section .box .img1{
    transform: matrix(1, 0.02, -0.02, 1, 0, 0);
    width: 298px;
    height: 386px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.marque-section .box .img2{
    transform: matrix(0.99, 0.1, -0.1, 0.99, 0, 0);
    width: 235px;
    height: 379px;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 40px;
}
.marque-section .box::after{
    content: "";
    background: url(img/lnt_mono_logo_or.svg) no-repeat center;
    display: block;
    width: 121px;
    height: 121px;
    background-size: contain;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
}
.marque-section .right-img{
    position: relative;
    min-height: 420px;
}
.marque-section .right-img .box .icn{
    position: absolute;
    bottom: -15px;
    left: -5px;
}
.marque-section .right-img .box .icn img{
    width: auto;
    max-width: 190px;
    height: 50px;
    object-fit: contain;
}
.marque-section .right-img .box{
    transition: all 1s ease-in-out;
    z-index: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.marque-section .right-img .box.active{
    opacity: 1;
    z-index: 1;
}
.marque-section .grid-foot p{
    font-size: 14px;
    line-height: 17px;
}
.marque-section .grid-foot h3{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.marque-section .grid-foot {
    margin-top: 110px;
    position: relative;
}
.marque-section .grid-foot::after{
    content: "";
    background: rgba(112, 112, 112, .3);
    width: calc(100% - 26px);
    left: 13px;
    top: -50px;
    position: absolute;
    display: block;
    height: 1px;
}

/* Boutique */
.boutique{
    padding: 80px 0;
    position: relative;
    margin-bottom: 70px;
}
.boutique .box{
    width: calc(100svw - 50px);
    position: absolute;
    left: 15px;
    top: 0;
    height: 100%;
    z-index: 0;
    border-radius: 20px;
    overflow: hidden;
    transition: all 1s ease-in-out;
    opacity: 0;
    z-index: 0;
}
.boutique .box.active{
    opacity: 1;
    z-index: 1;
}
.boutique .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.boutique .container{
    position: relative;
    z-index: 1;
}
.boutique .box-content{
    background: rgba(176, 129, 67, .9);
    border-radius: 20px;
    padding: 70px 60px;
}
.boutique .box-content h2{
    color: #fff;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}
.boutique .box-content h2 img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 15px;
}
.boutique .box-content p{
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    margin-bottom: 35px;
}
.boutique .box-content ul{
    margin: 0;
    padding: 0;
}
.boutique .box-content ul li a{
    font-family: "League Gothic";
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding-bottom: 10px;
    margin-bottom: 10px;
    transition: all 1s ease-in-out;
    position: relative;
}
.boutique .box-content ul li a::after{
    content: "";
    background: url(img/arrow-b.png) no-repeat center;
    width: 5px;
    height: 9px;    
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: .5;
}
.boutique .box-content ul li a.active::after{
    opacity: 1;
}
.boutique .box-content ul li a span{
    color: rgba(255, 255, 255, .5);
    text-transform: initial;
    font-size: 9px;
    line-height: 11px;
    display: inline-block;
    background: rgba(47, 77, 59, .5);
    border-radius: 3px;
    padding: 5px 11px;
    margin-left: 10px;
    transition: all 1s ease-in-out;
    font-family: "Inter";
}
.boutique .box-content ul li:last-child a{
    border: none;
}
.boutique .box-content ul li a.active,.boutique .box-content ul li a:hover{
    color: #fff;
    border-color: #fff;
}
.boutique .box-content ul li a.active span,.boutique .box-content ul li a:hover span{
    color: rgba(255, 255, 255, 1);
    background: rgba(47, 77, 59, 1);
}
.boutique .container{
    position: relative;
    z-index: 2;
}

/* Services */
.services{
    margin-bottom: 70px;
}
.services h2{
    text-align: center;
    margin-bottom: 20px;
}
.services p{
    text-align: center;
}
.services .services-block{
    margin-top: 60px;
}
.services .box-services .icn{
    width: 20px;
    height: 20px;
    margin: 0 auto 15px auto;
}
.services .box-services .icn img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.services .box-services{
    text-align: center;
    margin-bottom: 65px;
}
.services .box-services h3{
    color: rgba(22, 22, 21, 1);
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
.services .box-services p{
    text-align: center;
    font-size: 14px;
    line-height: 17px;
}
.services .box-services .btn-custom2{
    color: rgba(176, 129, 67, 1);
    border-color: rgba(176, 129, 67, 1);
    padding: 15px 45px;
    margin-top: 10px;
}
.services .box-services .btn-custom2:hover{
    color: #fff;
    background: #B08143;
    border-color: #B08143;
}
.services .img-services{
    margin:  0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 460px;
    height: 460px;
    background: url(img/fond-services.png) no-repeat center;
    background-size: contain;
}
.services .img-services li{
    list-style: none;
    width: 50%;
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services .img-services li img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 100%;
}

/* CTA */
.cta{
    margin-bottom: 70px;
}
.cta .cta-content{
    background: rgba(47, 77, 59, 1);
    border-radius: 20px;
    padding: 55px 60px;
}
.cta .logo img{
    width: 200px;
    height: 144px;
}
.cta .titre{
    font-family: "League Gothic";
    color: #fff;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.cta p{
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
}
.cta .btn-custom{
    padding: 15px 40px;
    margin-right: 10px;
}

/* Actus */
.actus{
    margin-bottom: 70px;
}
.actus .btn-custom2{
    padding: 15px 30px;
    color: #B08143;
    border-color: #B08143;
}
.actus .btn-custom2:hover{
    color: #fff;
    background: #B08143;
    border-color: #B08143;
}
.actus .top-actus{
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.actus .box{
    position: relative;    
    overflow: hidden;
    margin-bottom: 2rem;
}
.actus .box .img-box{
    width: 100%;
    height: 223px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}
.actus .box > a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.actus .box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}
.actus .box:hover img{
    transform: scale(1.1);
}
.actus .box h3{
    color: rgba(22, 22, 21, 1);
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    min-height: 50px;
    font-family: "Inter";
    text-transform: initial;
}
.actus .box p{
    color: rgba(22, 22, 21, 1);
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
}
.actus .box .btn-custom2{
    padding: 15px 30px;
}
.actus .box:hover .btn-custom2{
    color: #fff;
    background: #B08143;
    border-color: #B08143;
}   

/* POPUP */
#modalRDV .modal-content{
    background: transparent;
    border: none;
    box-shadow: none;
}
#modalRDV .btn-close{
    position: absolute;
    top: 1rem;
    right: 1rem;
    opacity: 1;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
}
#modalRDV .btn-close:focus{
    outline: none;
    box-shadow: none;
}
#modalRDV .modal-dialog {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
#modalRDV .popup-content{
    width: 350px;
    background: #374C3D;
    border-radius: 24px;
    padding: 25px 20px;
    z-index: 20;
    margin: 0 auto;
    position: relative;
}
#modalRDV .popup-content form p{
    margin: 0;
    padding: 0;
}
#modalRDV.gold .popup-content{
    background: #A9824D;
}
#modalRDV.gold form .btn-custom{
    background: #374C3D;
}
/* #modalRDV.show .popup-content {
    display: block;
} */
#modalRDV .popup-content .titre{
    font-family: "League Gothic";
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
#modalRDV .popup-content .titre img{
    width: 50px;
    height: 50Px;
    object-fit: contain;
    /* margin-right: 25px; */
}
#modalRDV form .form-control,#modalRDV form .form-select{
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    border-radius: 33px;
    background-color: #fff;
    text-align: left;
    border: none;
    height: auto;
    padding: 10px 15px 10px 2rem;
    margin-bottom: 10px;

}
#modalRDV form .form-control::placeholder{
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    opacity: 1;
}
#modalRDV form .form-control:focus{
    outline: none;
    border: none;
    box-shadow: none;
}
#modalRDV form .btn-custom{
    padding: 13px 40px;
    font-size: 15px;
    line-height: 20px;
    width: 50%;
    text-align: center;
}
#modalRDV form .form-select{
    background-image: url(img/arrow2.png) no-repeat ;
}
#modalRDV .col-12.text-center{ position: relative; }
#modalRDV .col-12.text-center .wpcf7-spinner{
	position: absolute;
	top: 0;
	bottom: 0;
	margin-bottom: auto;
	margin-top: auto;
}
form.wpcf7-form.init:not(.submited) .wpcf7-not-valid-tip{ display: none; }
.popup-content .wpcf7-not-valid-tip{
	font-size: 10px;
	line-height: normal;
	text-transform: uppercase;
}

/* Boutique Single */
.single-boutique .banniere{
    height: auto;
    padding-top: 25vh;
    padding-bottom: 55px;
    margin-bottom: 20px;
}
.single-boutique .banniere .titre {
    color: #FFFFFF;
    text-align: left;
    font-family: "League Gothic";
    font-size: 120px;
    line-height: 120px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.single-boutique .banniere p {
    text-align: left;
    margin-bottom: 0;
}
.single-boutique .banniere .flag{
    background: #D10022;
    border-radius: 3px;
    padding: 7px 10px;
    display: inline-block;
    line-height: 0;
    margin-bottom: 20px;
}
#breadcrumbs{
    margin-bottom: 50px;
}
#breadcrumbs span a,#breadcrumbs span{
    color: #161615;
    font-size: 11px;
    line-height: 14px;
}
#breadcrumbs span.breadcrumb_last{
    color: #161615;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
}

/* Intro */
.intro{
    margin-bottom: 50px;
}
.intro .box{
    width: 100%;
    height: 517px;
    border-radius: 20px;
    overflow: hidden;
}
.intro .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}
.intro .box.contain-img img{
    object-fit: contain;
}
.intro .box:hover img{
    transform: scale(1.1);
}
.intro .content{
    padding-left: 100px;
    padding-top: 30px;
}
.intro h1{
    margin-bottom: 25px;
}
.intro p{
    font-size: 14px;
    line-height: 17px;
}
.intro .social{
    display: flex;
    align-items: center;
    margin: 30px 0 0 0;
    padding: 0;
}
.intro .social li{
    font-size: 14px;
    line-height: 17px;
    margin-right: 10px;
    transition: all .5s ease-in-out;
}
.intro .social li:hover{
    transform: scale(1.08);
}
.intro .social li:first-child{
    margin-right: 15px;
}

/* Maps */
.map{
    padding-bottom: 55px;
    margin-bottom: 55px;
}
.map .container{
    position: relative;
}
.map .container::after{
    content: "";
    width: calc(100% - 30px);
    bottom: -55px;
    height: 1px;
    background: rgba(112, 112, 112, .3);
    position: absolute;
    left: 15px;
}
.map iframe{
    overflow: hidden;
    border-radius: 20px;
}
.map .content{
    padding: 30px 100px 0 15px;
}
.map h2{
    margin-bottom: 40px;
}
.map p{
    font-size: 14px;
    line-height: 17px;
}
.map .infos{
    margin: 40px 0 0 0;
    padding: 0;
}
.map .infos li{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.map .infos li:first-child{
    align-items: flex-start;
}
.map .infos li span{
    display: block;
    font-size: 19px;
    line-height: 23px;
    font-weight: 500;
}
.map .infos li p,.map .infos li{
    font-size: 16px;
    line-height: 20px;
}
.map .infos li a.tel{
    font-size: 19px;
    line-height: 23px;
    font-weight: 500;
    color: #2B2B26;
    text-decoration: none;
}
.map .infos li a{
    color: rgba(176, 129, 67, 1);
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    text-decoration: underline;
}
footer .liste-adresse .box .link{
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    text-decoration: underline;
}
.map .infos li svg{
    margin-right: 15px;
}

/* Listing carousel */
.carousel-listing{
    padding-bottom: 55px;
    margin-bottom: 55px;
}
.carousel-listing h2{
    margin-bottom: 10px;
}
.carousel-listing .container{
    position: relative;
}
.carousel-listing .container::after{
    content: "";
    width: calc(100% - 30px);
    bottom: -55px;
    height: 1px;
    background: rgba(112, 112, 112, .3);
    position: absolute;
    left: 15px;
}
.carousel-listing .listing-C{
    margin: 40px 0 0 0;
    padding: 0;
    position: relative;
}
.carousel-listing .listing-C .img-box{
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 25px;
    position: relative;
}
.carousel-listing .listing-C .icn{
    width: 41px;
    height: 41px;
    position: absolute;
    top: 18px;
    left: 20px;
    object-fit: contain;
    z-index: 1;
}
.carousel-listing .listing-C .img-box .img,.carousel-listing .listing-C .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}
.carousel-listing .listing-C .slick-slide:hover .img-box .img{
    transform: scale(1.1);
}
.carousel-listing .listing-C .slick-slide {
    margin: 0 20px;
    position: relative;
}
.carousel-listing .listing-C .slick-slide > a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
}
.carousel-listing .listing-C .slick-slide:hover  .btn-custom2.marron{
    background: #B08143;
    color: #fff;
}
.carousel-listing .listing-C .slick-list {
    margin: 0 -20px;
}
.carousel-listing .slick-prev{
    right: 67px;
    background: url(img/arrow3.svg) no-repeat center;
    width: 56px;
    height: 56px;
    background-size: contain;
    position: absolute;
    top: -100px;
    z-index: 1;
    left: inherit;
    font-size: 0;
    border: none;
}
.carousel-listing .slick-next{
    right: 0;
    background: url(img/arrow3.svg) no-repeat center;
    width: 56px;
    height: 56px;
    background-size: contain;
    position: absolute;
    top: -100px;
    z-index: 1;
    left: inherit;
    font-size: 0;
    border: none;
    transform: rotate(180deg);
}
.carousel-listing h3{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
.carousel-listing .listing-C p{
    font-size: 14px;
    line-height: 17px;
}

/* Accordion section */
.accordion-section{
    margin-bottom: 70px;
}
.accordion-section .box{
    padding: 75px 70px;
    position: relative;
}
.accordion-section .box > div{
    position: relative;
    z-index: 1;
}
.accordion-section .box::after{
    content: "";
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 0;
    border-radius: 20px;
    background: rgba(176, 129, 67, .2);
}
.accordion-section .box h2{
    margin-bottom: 20px;
}
.accordion-section .accordion-list{
    margin: 0 0 0 50px;
    padding: 0;
}
.accordion-section .accordion-list h3{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 20px 0;
    position: relative;
    cursor: pointer;
    font-family: "Inter";
    padding-right: 1.5rem;
    text-transform: initial;
}
.accordion-section .accordion-list .answer{
    padding-bottom: 30px;
}
.accordion-section .accordion-list p{
    font-size: 14px;
    line-height: 17px;
}
.accordion-section .accordion-list li{
    border-bottom: 1px solid rgba(176, 129, 67, .3);
    margin-bottom: 20px;
}
.accordion-section .accordion-list li:last-child{
    border: none;
}
.accordion-section .accordion-list h3 .more{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease-in-out;
}
.accordion-section .accordion-list h3 .more::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #161615;
    position: absolute;
    margin-top: 8px;
}
.accordion-section .accordion-list h3 .more::before{
    content: "";
    width: 1px;
    height: 100%;
    background: #161615;
    position: absolute;
    margin-left: 8px;
}
.accordion-section .accordion-list li.active h3 .more{
    transform: rotate(45deg);
}

/* Grid content */
.grid-content{
    margin-bottom: 100px;
}
.grid-content .container{
    position: relative;
}
.grid-content .container::after{
    content: "";
    width: calc(100% - 30px);
    bottom: -10px;
    height: 1px;
    background: rgba(112, 112, 112, .3);
    position: absolute;
    left: 15px;
}
.grid-content h2.titre{
    font-size: 50px;
    line-height: 60px;
    font-family: "League Gothic";
    text-transform: uppercase;
}
.grid-content h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: initial;
    font-family: "Inter";
}
.grid-content p{
    font-size: 14px;
    line-height: 17px;
}
.grid-content .row > div{
    margin-bottom: 50px;
}
.grid-content .box{
    width: 100%;
    height: 396px;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 0 15px 0;
}
.grid-content .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}
.grid-content .box:hover img{
    transform: scale(1.1);
}

/* Marque listing */
.marque-listing{
    padding-bottom: 55px;
    margin-bottom: 55px;
}
.marque-listing .container{
    position: relative;
}
.marque-listing .container::after{
    content: "";
    width: calc(100% - 30px);
    bottom: -55px;
    height: 1px;
    background: rgba(112, 112, 112, .3);
    position: absolute;
    left: 15px;
}
.marque-listing .grid-marque{
    margin: 60px 0 50px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.marque-listing .grid-marque li{
    list-style: none;
    width: 14.666%;
    height: 97px;
    border: 1px solid rgba(112, 112, 112, .2);
    margin: 0 30px 23px 0;
    padding: 0;
    position: relative;
    transition: all .5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.marque-listing .visible {
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}
.marque-listing .grid-marque li:hover{
    border: 1px solid rgba(112, 112, 112, 1);
}
.marque-listing .grid-marque li a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.marque-listing .grid-marque li img{
    width: 70%;
    height: 65%;
    object-fit: contain;
}
.marque-listing .grid-marque li:nth-child(6n){
    margin-right: 0;
}
.marque-listing .btn-custom2{
    padding: 15px 40px;
}
.carousel-listing .btn-custom2{
    padding: 15px 40px;
    margin-top: 15px;
}

/* Intro marque */
.intro_marque .titre{
    color: #161615;
    font-size: 120px;
    line-height: 120px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "League Gothic";
}
.intro_marque p{
    font-size: 18px;
    line-height: 20px;
}
.intro_marque{
    padding-bottom: 55px;
    margin-bottom: 10px;
}
.intro_marque .container{
    position: relative;
}
.intro_marque .container::after{
    content: "";
    width: calc(100% - 30px);
    bottom: -50px;
    height: 1px;
    background: rgba(112, 112, 112, .3);
    position: absolute;
    left: 15px;
}
.intro_marque .icn{
    width: 100%;
    height: 154px;
    border-radius: 3px;
    border: 1px solid rgba(112, 112, 112, .2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro_marque .icn img{
    width: 155px;
    height: 77px;
    object-fit: contain;
}
.intro_marque .content{
    padding-right: 65px;
}
.intro_marque .type{
    margin: 22px 0 0 0;
    padding: 0;
}
.intro_marque .type li{
    list-style: none;
    background-color: #efe7db;
    color: #161615;
    font-size: 28px;
    line-height: 30px;
    font-family: "League Gothic";
    text-transform: uppercase;
    margin-bottom: 5px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px 24px;
}
/* .intro_marque .type li.Solaire{
    background-image: url(img/type1.png);
}
.intro_marque .type li.Optique{
    background-image: url(img/type2.png);
}
.intro_marque .type li.Sport{
    background-image: url(img/type3.png);
} */
.intro_marque li.brand-item2{
	background-color: #b08143;
	/* line-height: 25px; */
	
}
.intro_marque li.brand-item2 a{
	color: #fff;
	display: block;
	/* font-size: 1.6rem; */
	/* line-height: 1.1rem; */
	background-image: url('img/lnt_ico_boutiques_blanc2.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto;
	padding-right: 34px;
}
.intro_marque li.brand-item2 a:hover{
	
}

/* Contenu / texte */
.contenu-texte{
    margin-bottom: 65px;
}
.contenu-texte .box-img{
    width: 415px;
    height: 510px;
    position: relative;
}
.contenu-texte .box-img .icn img{
    width: 100px;
    height: 55px;
    object-fit: contain;
}
.contenu-texte .box-img .icn{
    margin-top: 1rem;
}
.contenu-texte .box-img .img1{
    transform: matrix(1, 0.02, -0.02, 1, 0, 0);
    width: 352px;
    height: 456px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.contenu-texte .box-img .img2{
    transform: matrix(0.99, 0.1, -0.1, 0.99, 0, 0);
    width: 277px;
    height: 448px;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 40px;
}
.contenu-texte .box-img::after{
    content: "";
    background: url(img/lnt_mono_logo_or.svg) no-repeat center;
    display: block;
    width: 121px;
    height: 121px;
    background-size: contain;
    position: absolute;
    z-index: 2;
    right: 12px;
    bottom: 18px;
}
.contenu-texte h1{
    margin-bottom: 30px;
}
.contenu-texte p{
    font-size: 14px;
    line-height: 17px;
}

/* Galerie */
.galerie .box-img{
    width: 100%;
    overflow: hidden;  
    border-radius: 20px; 
    margin-bottom: 30px;
}
.galerie .box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}
.galerie .box-img:hover img{
    transform: scale(1.1);
}
.galerie .grid1 .box-img{
    height: 570px;
}
.galerie .grid2 .box-img{
    height: 640px;
}
.galerie .grid3 .box-img{
    height: 461px;
}
.galerie{
    padding-bottom: 55px;
    margin-bottom: 60px;
}
.galerie .container{
    position: relative;
}
.galerie .container::after{
    content: "";
    width: calc(100% - 30px);
    bottom: -50px;
    height: 1px;
    background: rgba(112, 112, 112, .3);
    position: absolute;
    left: 15px;
}
.galerie .titre br{
    display: none;
}
.galerie .titre{
    color: #161615;
    font-family: "League Gothic";
    font-size: 50px;
    line-height: 80px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.wpcf7-spinner{
    position: absolute;
}

/* Flexible */
.banniere.page,
.banniere.page-default{
    height: auto;
    padding-top: 30vh;
    padding-bottom: 55px;
    margin-bottom: 15px;
}
.banniere.page .titre,
.banniere.page-default .titre{
    color: #FFFFFF;
    text-align: left;
    font-family: "League Gothic";
    font-size: 120px;
    line-height: 144px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.banniere.page p,
.banniere.page-default p {
    text-align: left;
    margin-bottom: 0;
}
.intro.page-default{
    min-height: 400px;
}
.intro.page .content h2,
.intro.page-default .content h2{
    margin-bottom: 30px;
}
.intro.page-default ul li{
    list-style: disc;
}
.intro.page .content ul,
.intro.-default .content ul{
    margin: 20px 0 15px 14px;
    padding: 0;
}
.intro.page .content ul li,
.intro.-default .content ul li{
    list-style: disc;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
}
.intro.page .content ul li b,
.intro.page .content ul li strong,
.intro.page-default .content ul li b,
.intro.page-default .content ul li strong{
    color: #B08143;
}
.intro.page-default p{
    font-size: 16px;
    line-height: 20px;
}
.intro.page .content .btn-custom,
.intro.page-default .content .btn-custom{
    padding: 15px 40px;
}
.intro.page .content #modalRDV,
.intro.page-default .content #modalRDV{
    display: inline-block;
    margin-top: 30px;
}
.intro.page .inverser,
.intro.page-default .inverser{
    display: flex;
    flex-direction: row-reverse;
}
.intro.page .inverser .content,
.intro.page-default .inverser .content{
    padding-right: 100px;
    padding-left: 15px;
    padding-top: 30px;
}
.intro.page,
.intro.page-default{
    margin-bottom: 60px;
}
.carousel-listing.services-pages .listing-C p br{
    display: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #fff;
}
.wpcf7-not-valid-tip{
    margin-bottom: 10px;
}


/* Contact */
.contenu-titre.gridimage{
    margin-bottom: 40px;
}
.intro.contact form{
    width: 50%;
    margin: 0 auto;
}
.intro.contact .content{
    margin-bottom: 2rem;
    padding: 0 13px;
}
.intro.contact form .form-control,.intro.contact form .form-select , #gdrf_data_email, #gdrf_data_human{
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    border-radius: 33px;
    background-color: transparent;
    border: 1px solid #b08143;
    height: auto;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.intro.contact form .form-control::placeholder{
    color: #000000;
    font-size: 15px;
    line-height: 20px;
}
.intro.contact form .form-control:focus,.intro.contact form .form-select:focus, #gdrf_data_email:focus, #gdrf_data_human:focus{
    outline: none;
    box-shadow: none;
}
.intro.contact .wpcf7 form.invalid .wpcf7-response-output,.intro.contact .wpcf7 form.unaccepted .wpcf7-response-output,.intro.contact .wpcf7 form.payment-required .wpcf7-response-output{
    color: #000000;
}
.intro.contact .maps{
    margin-top: 50px;
}
.intro.contact .maps h2{
    margin-bottom: 25px;
}
#gdrf-form{
	background: #F4F4F6;
	border-radius: 10px;
	padding: 25px 30px 10px 30px;
	margin: 25px 0;
	text-align: center;
}
#gdrf-form .gdrf-field-action{ margin-bottom: .5rem; }
.gdrf-data-type-label{ margin-bottom: .5rem; }

/* Archive */
.post-type-archive-marque .marque-listing .grid-marque{
    margin: 0;
}
.post-type-archive-marque .marque-listing{
    padding-bottom: 0;
}

/* Actus */
.page-template-tpl-actus .actus .box{
    margin-bottom: 50px;
}
.mobile,.mobiles{
    display: none !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    background-color: #161615;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{
    background: #B08143 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover{
    background: #936426 !important;
    color: #fff !important;
}
.banniere .actus-box{
    position: absolute;
    bottom: 18Px;
    right: 18px;
    width: 314px;
    border-radius: 10px;
    background: rgba(47, 77, 58, .9);
    padding: 15px;
    display: flex;
    z-index: 1;
}
.banniere .actus-box .box-img{
    width: 30%;
    height: 205px;
    border-radius: 5px;
    overflow: hidden;
}
.banniere .actus-box .box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banniere .actus-box .box-right{
    width: 70%;
    padding-left: 15px;
}
.banniere .actus-box .box-right .top{
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    line-height: 20px;
    font-family: "Inter";
    font-weight: 500;
    margin-bottom: 5px;
}
.banniere .actus-box .box-right .titre{
    font-size: 28px;
    line-height: 30px;
    font-family: "League Gothic";
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}
.banniere .actus-box .box-right p{
    font-size: 11px;
    line-height: 14px;
    color: #fff;
    font-family: "Inter";
    margin: 0 0 15px 0;
    text-align: left;
}
.banniere .actus-box .box-right a{
    color: rgba(176, 129, 67, 1);
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    text-decoration: underline;
    font-family: "Inter";
    display: inline-flex;
    align-items: center;
}
.banniere .actus-box .box-right a::before{
    content: "";
    width: 6px;
    height: 9px;
    background: url(img/arrowf.png) no-repeat center;
    background-size: contain;
    margin: 0 8px 0 0;
}
.intro.contact h3{
    font-size: 25px;
  line-height: 30px;
}
.liste-adresse .btn-custom{
    padding: 15px 20px;
}

  /* Firefox */
 
  footer ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  footer ::-webkit-scrollbar-track {
    background: transparent; 
    border-radius: 10px; 
  }
  footer ::-webkit-scrollbar-thumb {
    background: #f2f2f2;
    border-radius: 10px; 
    border: 2px solid transparent; 
  }
  footer ::-webkit-scrollbar-thumb:hover {
    background: #f3f3f3; 
  }
  @supports (-moz-appearance: none) {
    footer {
        scrollbar-width: thin; /* Makes the scrollbar thin */
        scrollbar-color: #f2f2f2 transparent; /* Thumb color and transparent track */
      }
  }
header .navbar-nav > .menu-item-has-children a{
    position: relative;
}
header .navbar-nav > .menu-item-has-children > a::after{
    content: "";
    background: url(img/arrow3.png) no-repeat center;
    background-size: contain;
    width: 10px;
    height: 5px;
    position: absolute;
    display: block;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease-in-out;
}
header .navbar-nav > .menu-item-has-children:hover > a::after{
    transform: translateY(-50%) rotate(180deg);
}
.grid-img-flexible{
    margin-bottom: 60px;
}
.grid-img-flexible img{
    height: 640px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}
.flex-content section:last-of-type .container::after {
    content: none !important;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    padding: 30px 0;
}
.pagination span.current, .pagination a.current, .pagination a:hover, .pagination span:hover {
    background-color: #B08143;
    border: 1px solid #B08143;
    color: white !important;
}
.pagination a, .pagination span {
    margin-left: 10px;
    margin-right: 10px;
    padding: 7px 10px;
    background-color: transparent;
    border: 1px solid #B08143;
    color: #B08143;
    border-radius: 20px;
    width: auto;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
}
.pagination a:not(.prev):not(.next), .pagination span:not(.prev):not(.next) {
    width: 41px;
}
.pagination span.current, .pagination a.current, .pagination a:hover, .pagination span:hover {
    background-color: #B08143;
    border: 1px solid #B08143;
    color: white !important;
}
/* Google review */
.rplg .rplg-badge-fixed {
    top: 200px !important;
}
.rplg .rplg-badge-fixed {
    z-index: 999 !important;
}
.rplg[data-id="908"] .rplg-badge-fixed,
.rplg[data-id="1996"] .rplg-badge-fixed,
.rplg[data-id="2007"] .rplg-badge-fixed,
.rplg[data-id="2009"] .rplg-badge-fixed,
.rplg .rplg-badge-fixed{
    bottom: inherit !important;
    right: 0 !important;
}
.rplg .rplg-badge2 {
    border-radius: 6px 0 0 6px !important;
    overflow: hidden;
}
.rplg-badge-fixed .rplg-badge2, .rplg-badge_left-fixed .rplg-badge2 {
    margin: 0 !important;
}
body .rplg-badge2 .rplg-badge2-border {
    background: #B08143 !important;
}
.rplg[data-id="908"] .rplg-badge2 .rplg-badge2-close,
.rplg[data-id="1996"] .rplg-badge2 .rplg-badge2-close,
.rplg[data-id="2007"] .rplg-badge2 .rplg-badge2-close,
.rplg[data-id="2009"] .rplg-badge2 .rplg-badge2-close,
.rplg-badge2 .rplg-badge2-close{
    display: block !important;
    right: 10px !important;
    top: 1px !important;
    z-index: 999 !important;
}
.page-template-default .contenu-titre ul li{
    list-style: disc;
}
.btn-custom_single {
    color: #B08143;
    background: transparent;
    font-family: 500;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    padding: 20px 40px;
    border-radius: 69px;
    border: 1px solid #B08143;
    transition: all .5s ease-in-out;
    text-align: center;
    font-family: "Inter";
}
.btn-custom_single:hover {
    background: #B08143;
    color: #fff;
}
.banniere-no header .btn .sub-menu{
    border: 1px solid #b08143;
    width: 257px;
}
.banniere-no header .navbar-nav .menu-item-has-children .sub-menu{
    border: 1px solid #b08143;
}
.grecaptcha-badge{
    z-index: 999999;
}