/*

Theme Name: SITE Artisan Traiteur
Theme URI: https://nono.design/
Author: Nono.Design
Author URI: https://nono.design/
Description : Thème Artisan Traiteur
Version: 1.0

*/

/* =============================
================================ */

@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@300;600&display=swap');

/* =============================

--- X - ROOT - ARTISAN TRAITEUR

================================ */

:root {

  --AT_Blanc:  #FFFFFF;
  --AT_Dore:   #E3AE4A;
  --AT_Gris:   #F3F3F3;
  --AT_Texte:  #5C5C5C;
  --AT_Vert:   #102C00;

  /* SPACE */
  --ht_nav:   90px;
  --space:    120px;

}

/* =============================

--- X - CONSTRUCTION - ARTISAN TRAITEUR

================================ */

body {
font-family: "Urbanist", sans-serif;
background: var(--AT_Blanc);
color: var(--AT_Texte);
line-height: 1.5;
font-weight: 400;
letter-spacing: 1px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
}

#wrapper {
width: 100%;
overflow: hidden;
background: var(--AT_Blanc);
}

a {
position: relative;
text-decoration:none;
cursor:pointer;
color:var(--AT_Dore);
transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}

button,
a:hover,a:focus,a:visited {
text-decoration:none;
outline:none !important;
}

a:hover {
color:var(--AT_Dore);
text-decoration: underline;
}

*,
*:focus,
*:active {
outline: none !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

p, h1, h2, h3, h4, li, span {
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important;
}

b, strong {font-weight: 600;}

h1, h2, h3 {
position: relative;
margin-bottom: 30px;
line-height: 1.20em;
letter-spacing: -1px;
font-family: "Fraunces", serif;
font-weight: 300;
color: var(--AT_Vert);
letter-spacing: normal;
}

h4 {
position:relative;
text-transform: uppercase;
font-size: 16px;
font-weight: 400;
color: var(--AT_Dore);
letter-spacing: 0.20em;
}

ul {-webkit-padding-start: 15px;padding-inline-start: 15px;}

blockquote {
display: block;
margin: 0;
margin-top: 25px;
margin-bottom: 25px;
background: #F1F1F1;
border-radius: 6px;
border: none;
border-right: none;
padding: 20px;
}

img{
display:inline-block;
max-width:100%;
height:auto;    
}

[class*="col-"] p:last-child,
.zonetxt *:last-child {margin-bottom: 0;}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

/* ===== CONTAINER ===== */

.container {
padding-left: 30px;
padding-right: 30px;
}

.container-fluid {
padding-left: 5%;
padding-right: 5%;
}

.container-fluid.init { padding: 0 30px; }
@media (min-width: 1920px) {
  .container-fluid.init { padding: 0 5%; }
}

.container {
max-width: 1250px;
padding-left: 30px;
padding-right: 30px;
} 

@media (max-width: 1250px) {
  .container { padding: 0 50px; }
}

@media (max-width: 767px) {
  .container { padding: 0 30px; }
  .container-fluid,
  .container-fluid.init { padding: 0 30px; }
}

/* =============================

--- X - SIZE - ARTISAN TRAITEUR

================================ */

body {font-size: 16px;}
h1 {font-size: 65px;}
h2 {font-size: 50px;}
h3 {font-size: 35px;}
h4 {font-size: 16px;}

/* Responsive */

@media only screen and (max-width: 1339px) {
  h1 { font-size: 60px;}
  h2 { font-size: 45px;}
  h3 {font-size: 26px;}
}

@media only screen and (max-width: 767px) {
  h1 { font-size: 48px;}
  h2 { font-size: 38px;}
  h3 {font-size: 26px;}
}

@media only screen and (max-width: 500px) {
  h1 { font-size: 38px;}
  h2 { font-size: 30px;}
  h4 { font-size: 13px;}
}

/* =============================

--- X - BOUTONS - ARTISAN TRAITEUR

================================ */

.btn-style {
position: relative;
display: inline-block;
text-transform: uppercase;
color: var(--AT_Dore);
letter-spacing: 3px;
margin: 30px 0;
padding: 10px 35px;
font-size: 19px;
font-weight: 600;
border: 1px solid var(--AT_Dore);
border-radius: 0px;
overflow: hidden;
-webkit-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
}

.btn-style:before {
-webkit-transition-duration: 800ms;
-o-transition-duration: 800ms;
   transition-duration: 800ms;
position: absolute;
width: 200%;
height: 200%;
content: "";
top: -200%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
    transform: translateX(-50%);
border-radius: 50%;
z-index: 1;
background: var(--AT_Dore);
}

.btn-style:hover:before,
.btn-style.current:before{
top: -40%;
}

.btn-style .btn-wrap {
position:relative;
z-index:1;
float:left;
overflow: hidden;
display: inline-block;
}

.btn-style .btn-wrap .text-one {
position: relative;
display: block;
color: var(--AT_Dore);
transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}

.btn-style:hover .btn-wrap .text-one:first-child {
-webkit-transform: translateY(-150%);
-ms-transform: translateY(-150%);
transform: translateY(-150%);
}

.btn-style .btn-wrap .text-two {
position: absolute;
top: 100%;
display: block;
color: var(--AT_Blanc);
width: 100%;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.btn-style:hover .btn-wrap .text-two {
top: 50%;
-webkit-transform: translateY(-50%); 
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.btn-style:hover .btn-wrap .text-two,
.btn-style.current .btn-wrap .text-one,
.btn-style.current .btn-wrap .text-two {
color: var(--AT_Blanc);
}

.btn-style:hover:before{
top: -40%;
}

/* =============================

--- X - COMMUNS - ARTISAN TRAITEUR

================================ */

/* ===== Fond Foncé ===== */

.pattern {
background: url(images/pattern.jpg);
background-size: cover;
background-position: center;
}

.fondfonce h1,
.fondfonce h2,
.fondfonce h3,
.fondfonce p,
.fondfonce li {
color: var(--AT_Blanc);
}

/* ===== Entrance ===== */

#entrance  {
max-width: 1050px;
margin: 0 auto;
margin-bottom: 50px;
text-align: center;
}

#entrance h4 {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
gap: 8px;
margin-bottom: 10px;
}

#entrance h4::before,
#entrance h4::after {
content: "";
width: 12px;
height: 12px;
background: url(images/star.svg);
background-size: contain;
background-repeat: no-repeat;
display: inline-block;
}

#entrance .inside {
padding: 0 10%;
}

/* ===== End ===== */

#end  {
margin-top: 50px;
}

/* ===== BackToTop ===== */

.scrolltop {
position:fixed;
right:20px;
bottom:20px;
width:35px;
height:35px;
color: var(--AT_Blanc);
font-size: 30px;
line-height: 30px;
text-indent: 1px;
text-align:center;
border: 1px solid var(--AT_Dore);
z-index:100;
cursor:pointer;
background: var(--AT_Dore);
border-radius: 50%;
opacity: 0;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}

.scrolltop.show {
opacity: 1;
}

.scrolltop:hover {
background: var(--AT_Blanc);
color: var(--AT_Dore);
}

/* =============================

--- X - HEADER - ARTISAN TRAITEUR

================================ */

.main-header{
position: fixed;
left: 0;
top: 0;
width: 100%;
padding: 0;
background: none;
min-height: 0;
z-index: 999;
transition: all .5s ease;
-moz-transition: all .5s ease;
-webkit-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
}

.main-header .auto-container{
max-width: 1780px;
padding: 0 20px;
}

.main-header .header-upper{
position: relative;
left: 0;
top: 0;
width: 100%;
background: none;
padding: 0 0;
border-bottom: 1px solid rgba(0,0,0,0.0);
transition: all .5s ease;
-moz-transition: all .5s ease;
-webkit-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
}

.main-header:hover .header-upper,
.fixed-header .header-upper {
position: relative;
background-color: var(--AT_Vert);
}

.header-two.fixed-header .header-upper{
background: var(--AT_Blanc);
}

.main-header ul, .main-header ul li {
list-style: none;
margin: 0;
padding: 0;
}

.main-header .main-box{
position: relative;
padding: 0px;
}

.main-header .main-box .logo-box{
position: relative;
display: block;
float: left;
padding: 15px 0px;
transition: all .5s ease;
-moz-transition: all .5s ease;
-webkit-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
z-index: 5;
}

.fixed-header .main-box .logo-box{

}

.fixed-header .main-menu .navigation > li{

}

.main-header.fixed-header .main-menu .navigation > li > ul{
top: 100%;
}

.main-header.fixed-header .header-upper .links-box{
padding:15px 0px;
}

.main-header .main-box .logo-box .logo{
position: relative;
display: block;
}

.main-header .main-box .logo-box .logo svg {
position: relative;
display: block;
height: 60px;
z-index: 1;
fill: var(--AT_Blanc);
transition: all .5s ease;
-moz-transition: all .5s ease;
-webkit-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
}

.main-header .main-box .logo-box .logo:hover svg {
fill: var(--AT_Dore);
}

.main-header .nav-box{
position: static;
float: right;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

.main-header .header-upper .links-box {
position: relative;
float: right;
padding-top: 0;
padding-bottom: 0;
margin-left: 70px;
}

.main-header .header-upper .links-box a {
margin: 0;
padding: 10px 25px;
display: block;
}

.main-header .nav-toggler{
position: initial;
margin-left: 40px;
display: none;
}

.fixed-header .nav-toggler{

}

.main-header .nav-toggler button {
position: relative;
width: 35px;
height: 35px;
background: none;
padding: 0;
margin: 0px;
border-radius: 0px;
outline: none !important;
border: none;
}

.main-header .nav-outer{
position: static;
float: left;
}

.main-menu{
position:static;
display: block;
padding: 0px 0px;
}

.main-menu .navbar-collapse{
padding:0px;
margin:0px;
border:none;
-webkit-box-shadow:none;
        box-shadow:none;
}

.main-menu .navigation{
position:static;
z-index: 1;
}

.main-menu .navigation > li{
position:static;
display: block;
float: left;
padding: 30px 0;
margin-left: 45px;
}

.main-menu .navigation > li > a{
position:relative;
display:block;
font-size: 14px;
color: var(--AT_Blanc);
font-weight:400;
line-height:30px;
letter-spacing: 0.15em;
text-transform: uppercase;
opacity:1;
-webkit-transition: color .5s ease;
-o-transition: color .5s ease;
transition: color .5s ease;
}

.main-menu .navigation > li.dropdown{
position: relative;
}

.main-menu .navigation > li.dropdown.has-mega-menu{
position: static;
}

.main-menu .navigation > li.dropdown > a{
padding-right: 20px;
}

.main-menu .navigation > li.dropdown > a:after{
font-family: 'FontAwesome';
content: "\f107";
position:absolute;
right: 0px;
top: 0;
display:block;
line-height:30px;
font-size: 12px;
font-weight:400;
z-index:5;
}

.main-menu .navigation > li > a:before{
content: "";
position:absolute;
left: 0;
right: 0;
bottom: 0;
display:block;
height: 5px;
border-top: 1px solid var(--AT_Dore);
-ms-transform: scaleX(0);
-webkit-transform: scaleX(0);
        transform: scaleX(0);
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}

.main-menu .navigation > li.dropdown > a:before{
right: 20px;
}

.main-menu .navigation > li > a:hover:before,
.main-menu .navigation > li.dropdown:hover > a:before,
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li.current-menu-item > a:before{
-ms-transform: scale(1);
-webkit-transform: scale(1);
        transform: scale(1);
opacity: 1;
visibility: visible;
}

.main-menu .navigation > li > a:hover,
.main-menu .navigation > li.dropdown:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
color: var(--AT_Dore);
text-decoration: none;
opacity:1;
}

.main-menu .navigation > li > ul{
position:absolute;
left:-35px;
top:100%;
width:280px;
padding-top: 30px;
padding-bottom: 30px;
z-index:100;
opacity: 1;
text-align:left;
background: var(--AT_Vert);
border: none;
border-radius:0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition:all 100ms ease;
-o-transition:all 100ms ease;
transition:all 100ms ease;
}

.main-menu .navigation > li.dropdown.has-mega-menu > ul{
left: 0;
width: 100%;
padding: 40px 0;
}

.main-menu .navigation > li.dropdown.has-mega-menu > ul .auto-container{
max-width: 1200px;
}

.main-menu .navigation > li .mega-menu{
position: relative;
}

.main-menu .navigation > li.dropdown.has-mega-menu > ul:before{
content: '';
position: absolute;
top: 0;
right: 100%;
width: 2000px;
height: 100%;
background: var(--AT_Vert);
}

.main-menu .navigation > li.dropdown.has-mega-menu > ul:after{
content: '';
position: absolute;
top: 0;
left: 100%;
width: 2000px;
height: 100%;
background: var(--AT_Vert);
}

.main-menu .navigation > li .mega-menu .menu-inner{
position: relative;
}

.main-menu .navigation > li .mega-menu .row{
margin: 0 -25px;
}

.main-menu .navigation > li .mega-menu .menu-block{
position: relative;
padding: 0 25px;
text-align: center;
}

.main-menu .navigation > li .mega-menu .menu-block .image{
position: relative;
display: block;
width: 100%;
margin-bottom: 15px;
overflow: hidden;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}

.main-menu .navigation > li .mega-menu .menu-block:hover .image{
border-radius: 300px 300px 0 0;
}

.main-menu .navigation > li .mega-menu .menu-block .image img{
display: block;
width: 100%;
width: 100%;
height: 290px;
-o-object-fit: cover;
   object-fit: cover;
-o-object-position: center;
   object-position: center;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}

.main-menu .navigation > li .mega-menu .menu-block:hover .image img{
-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
        transform: scale(1.05);
border-radius: 300px 300px 0 0;
}

.main-menu .navigation > li .mega-menu .menu-block .title{
position: relative;
display: block;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.15em;
text-transform: uppercase;
}

.main-menu .navigation > li .mega-menu .menu-block .title a{
position: relative;
color: var(--AT_Blanc);
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}

.main-menu .navigation > li .mega-menu .menu-block:hover .title a{
color: var(--AT_Dore);
}

.main-menu .navigation > li > ul > li{
position:relative;
margin-bottom: 10px;
}

.main-menu .navigation > li > ul > li:last-child{
margin-bottom: 0;
}

.main-menu .navigation > li > ul > li > a{
position:relative;
display:block;
padding-left: 35px;
padding-right: 35px;
font-size: 15px;
line-height:30px;
font-weight: 400;
color: var(--AT_Blanc);
text-transform: capitalize;
-webkit-transition:all 300ms ease;
-o-transition:all 300ms ease;
transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
font-family: 'FontAwesome';
content: "\f105";
position:absolute;
right: 30px;
top: 0px;
display:block;
line-height:30px;
font-size: 12px;
font-weight:400;
z-index:5;
}

.main-menu .navigation > li > ul > li > a:before{
content: '';
position: absolute;
left: 35px;
top: 50%;
margin-top: -4px;
height: 12px;
width: 12px;
/*background-color: var(--AT_Dore);*/
background: url(images/star.svg);
background-size: contain;
background-repeat: no-repeat;
opacity: 0;
visibility: hidden;
-webkit-transition:all 300ms ease;
-o-transition:all 300ms ease;
transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a:before,
.main-menu .navigation > li > ul > li.current > a:before{
opacity: 1;
visibility: visible;
}

.main-menu .navigation > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li.current > a{
color: var(--AT_Dore);
padding-left: 55px;
}


.main-menu .navigation > li.dropdown:hover > ul{
visibility:visible;
opacity:1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul{
position:absolute;
left: 100%;
top: 0;
margin-left: 2px;
width:280px;
padding-top: 30px;
padding-bottom: 30px;
z-index:100;
opacity: 1;
text-align:left;
background: var(--AT_Gris);
border: none;
border-radius:0;
-webkit-box-shadow:2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
-ms-box-shadow:2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
-o-box-shadow:2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
box-shadow:2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition:all 100ms ease;
-o-transition:all 100ms ease;
transition:all 100ms ease;
}

.main-menu .navigation > li > ul > li > ul:before{
content: '';
position: absolute;
left: -2px;
top: 0;
width: 2px;
height: 100%;
}

.main-menu .navigation > li > ul > li > ul > li{
position:relative;
margin-bottom: 10px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
margin-bottom: 0;
}

.main-menu .navigation > li > ul > li > ul > li > a{
position:relative;
display:block;
padding-left: 35px;
padding-right: 35px;
font-size: 15px;
line-height:30px;
font-weight: 400;
color: var(--AT_Blanc);
text-transform: capitalize;
-webkit-transition:all 300ms ease;
-o-transition:all 300ms ease;
transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:before{
content: '';
position: absolute;
left: 35px;
top: 50%;
margin-top: -4px;
height: 8px;
width: 8px;
border: 1px solid var(--AT_Dore);
opacity: 0;
visibility: hidden;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
-webkit-transition:all 300ms ease;
-o-transition:all 300ms ease;
transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a:before,
.main-menu .navigation > li > ul > li > ul > li.current > a:before{
opacity: 1;
visibility: visible;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
font-family: 'FontAwesome';
content: "\f105";
position:absolute;
right: 30px;
top: 0px;
display:block;
line-height:30px;
font-size: 12px;
font-weight:400;
z-index:5;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li > ul > li.current > a{
color: var(--AT_Dore);
padding-left: 55px;
}

.main-menu .navigation > li > ul > li.dropdown:hover > ul{
visibility:visible;
opacity:1;  
top: 0;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
-webkit-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease;
}

/* //// */

@media only screen and (min-width: 768px) {
    .main-menu .navigation > li > ul,
    .main-menu .navigation > li > ul > li > ul{
    display:block !important;
    visibility:hidden;
    opacity:0;
    }
}

/* =============================

--- X - HEADER (MOBILE) - ARTISAN TRAITEUR

================================ */

body.visible-sidebar{
overflow-y: hidden;
}

.menu-backdrop{
position: fixed;
right: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 9990;
background: var(--AT_Vert);
cursor: pointer;
opacity:0;
visibility:hidden;
transition: all .5s ease;
-moz-transition: all .5s ease;
-webkit-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
}

.visible-sidebar .menu-backdrop {
opacity: 0.8;
visibility: visible;
}

.hidden-bar{
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 100%;
max-width: 360px;
background: var(--AT_Vert);
height: 100%;
overflow-y: auto;
z-index: 9999;
visibility: hidden;
-ms-transform: translateX(-400px);
-webkit-transform: translateX(-400px);
        transform: translateX(-400px);
-webkit-transition: all 500ms ease-in;
-o-transition: all 500ms ease-in;
transition: all 500ms ease-in;
-webkit-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
}

.hidden-bar.visible-sidebar{
opacity: 1;
visibility: visible;
-ms-transform: translateX(0px);
-webkit-transform: translateX(0px);
        transform: translateX(0px); 
}

.hidden-bar ol,
.hidden-bar ol li,
.hidden-bar ul,
.hidden-bar ul li{
list-style-type:none;
margin:0px;
}

.hidden-bar .inner-box{
position:relative;
padding-top: 75px;
padding-bottom: 50px;
}

.hidden-bar .inner-box .cross-icon{
position: absolute;
right: 30px;
top: 20px;
width: 30px;
height: 30px;
color: var(--AT_Blanc);
font-size: 16px;
line-height: 27px;
text-indent: .5px;
text-align: center;
border: 1px solid var(--AT_Blanc);
z-index: 100;
cursor: pointer;
background: transparent;
border-radius: 50%;
}

.hidden-bar .inner-box .logo-box{
position:relative;
line-height: 50px;
margin-bottom: 60px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}

.hidden-bar .inner-box .logo-box svg {
position:relative;
width: 220px;
fill: var(--AT_Blanc);
}

.hidden-bar h5{
position: relative;
text-transform: capitalize;
margin-bottom: 15px;
text-align: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
gap:10px; 
}

.hidden-bar h5::before,
.hidden-bar h5::after {
content: "";
width: 12px;
height: 12px;
background: url(images/star.svg);
background-size: contain;
background-repeat: no-repeat;
display: inline-block;
}

.hidden-bar .info{
position: relative;
text-align: center;
padding-left: 20px;
padding-right: 20px;
}

.hidden-bar .info li{
position: relative;
line-height: 1.6em;
color: var(--AT_Gris);
margin-bottom: 10px;
}

.hidden-bar .info li:last-child{
margin-bottom: 0;
}

.hidden-bar .info li a{
color: var(--AT_Gris);
}

.hidden-bar .info li a:hover{
color: var(--AT_Dore);
}

.hidden-bar .separator{
position: relative;
margin-top: 30px;
margin-bottom: 30px;
}

.hidden-bar .separator span{
position: relative;
display: block;
height: 8px;
width: 8px;
border: 1px solid var(--AT_Dore);
margin: 0 auto;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

.hidden-bar .booking-info{
position: relative;
text-align: center;
padding-left: 20px;
padding-right: 20px;
}

.hidden-bar .booking-info .bk-title{
position: relative;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 5px;
}

.hidden-bar .booking-info .bk-no{
position: relative;
font-size: 30px;
color: var(--AT_Dore);
line-height: 1em;
}

.hidden-bar .booking-info .bk-no a{
position: relative;
display: inline-block;
color: var(--AT_Dore);
}

.hidden-bar .booking-info .bk-no a:before{
position:absolute;
content:'';
left:5px;
right:5px;
bottom:-7px;
height:5px;
opacity:0;
-webkit-transform:scale(0.2,1);
    -ms-transform:scale(0.2,1);
        transform:scale(0.2,1);
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
border-top:1px solid var(--AT_Dore);
border-bottom:1px solid var(--AT_Dore);
}

.hidden-bar .booking-info .bk-no a:hover::before{
opacity:1;
-webkit-transform:scale(1,1);
    -ms-transform:scale(1,1);
        transform:scale(1,1);
}

.hidden-bar .side-menu{
position: relative;
display: block;
padding-left: 50px;
padding-right: 50px;
margin-bottom: 100px;
}

.hidden-bar .side-menu ul{
position: relative;
border-top: 1px solid rgb(255 255 255 / 10%);
}

.hidden-bar .side-menu ul li{
position: relative;
display: block;
border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.hidden-bar .side-menu ul li a{
position: relative;
color: var(--AT_Blanc);
display: block;
font-weight: 400;
font-size: 15px;
text-transform: uppercase;
text-decoration: none;
padding-top: 15px;
padding-bottom: 15px;
letter-spacing: 0.15em;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li ul {
margin-bottom: 25px;
}

.hidden-bar .side-menu ul li ul li a {
padding-top: 10px;
padding-bottom: 10px;
font-size: 12px;
}

.hidden-bar .side-menu ul li:hover > a,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
color: var(--AT_Dore);
}

.hidden-bar .side-menu ul li > a:before{
content: '';
position: absolute;
left: 0px;
top: 50%;
margin-top: -7px;
height: 12px;
width: 12px;
background: url(images/star.svg);
background-size: contain;
background-repeat: no-repeat;
opacity: 0;
visibility: hidden;
-webkit-transition:all 300ms ease;
-o-transition:all 300ms ease;
transition:all 300ms ease;
}

.hidden-bar .side-menu ul li:hover > a:before,
.hidden-bar .side-menu ul li.current > a:before{
opacity: 1;
visibility: visible;
}

.hidden-bar .side-menu ul li:hover > a,
.hidden-bar .side-menu ul li.current > a{
color: var(--AT_Dore);
padding-left: 20px;
}

.hidden-bar .side-menu ul li ul li:last-child{
border-bottom: none;
}

.hidden-bar .side-menu ul li .btn-expander{
position: absolute;
right: 0px;
background: none;
color: var(--AT_Blanc);
border: transparent;
font-size: 16px;
text-align: right;
outline: none;
cursor: pointer;
z-index: 1;
}

.hidden-bar .side-menu ul li .btn-expander i{
font-weight: 700;
}

/* =============================

--- X - HALBURGER - ARTISAN TRAITEUR

================================ */

.hamburger {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
width: 30px;
height: 24px;
cursor: pointer;
padding-top: 5px;
padding-bottom: 5px;
}

.hamburger span {
/* align-self: flex-end; */
height: 2px;
width: 83.33333333%;
background: var(--AT_Blanc);
-webkit-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}

.hamburger .meat {
width: 100%;
-webkit-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}

.hamburger .bottom-bun {
width: 58.33333333%;
-webkit-transition: all 100ms ease-in-out;
-o-transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out;
}

.hamburger:hover span {
width: 100%;
}


html:not(.body-menu-opened) .hamburger .top-bun {
  -webkit-animation: burger-hover 2s infinite ease-in-out alternate forwards 200ms;
          animation: burger-hover 2s infinite ease-in-out alternate forwards 200ms;
}

html:not(.body-menu-opened) .hamburger .meat {
  -webkit-animation: burger-hover 2s infinite ease-in-out alternate forwards 400ms;
          animation: burger-hover 2s infinite ease-in-out alternate forwards 400ms;
}

html:not(.body-menu-opened) .hamburger .bottom-bun {
  -webkit-animation: burger-hover 2s infinite ease-in-out alternate forwards 600ms;
          animation: burger-hover 2s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

@keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

/* =============================

--- X - ENTRANCE - ARTISAN TRAITEUR

================================ */

#banner {
position: relative;
padding-top: calc(var(--space) + var(--ht_nav));
padding-bottom: var(--space);
}

#banner img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
-webkit-filter: grayscale(1);
        filter: grayscale(1);
-o-object-position: center;
   object-position: center;
opacity: 0.5;
}

#banner .zonetxt {
position: relative;
display: block;
max-width: 800px;
width: 100%;
margin: 0 auto;
margin-top: -40px;
text-align: center;
z-index: 5;
}

/* =============================

--- X - INDEX - ARTISAN TRAITEUR

================================ */

/* ====== Z1 ====== */

#index_z1 {
position: relative;
padding-top: calc( var(--space) * 1.3 );
}

#index_z1 img.background{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
z-index: 0;
opacity: .3;
}

/* Slider */

#index_z1 .swiper.rolling {
position: relative;
z-index: 2;
pointer-events: none;
}

#index_z1 .swiper.rolling .swiper-wrapper {
-webkit-transition-timing-function: linear;
     -o-transition-timing-function: linear;
        transition-timing-function: linear;
}

#index_z1 .swiper.rolling .swiper-slide {
width: 300px;
height: 370px;
}

#index_z1 .swiper.rolling img {
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
-o-object-position: center;
   object-position: center;
display: block;
border-radius: 100% 100% 0 0;
}

#index_z1 #entrance {
position: relative;
padding-top: var(--space);
padding-bottom: var(--space);
margin: 0 auto;
}

#index_z1 h1 img {
border-radius: 300px;
margin: 10px;
width: 170px;
height: 70px;
-o-object-fit: cover;
   object-fit: cover;
-o-object-position: center;
   object-position: center;
}

/* ====== Z2 ====== */

#index_z2 {
position: relative;
padding-top: var(--space);
padding-bottom: var(--space);
}

#index_z2 .inside {
position: relative;
margin-bottom: 30px;
}

#index_z2 .inside .zoneimg {
position: relative;
display: block;
text-align: center;
width: 100%;
height: 360px;
}

/* Images */

#index_z2 .zoneimg::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 150px;
opacity: .5;
/* background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); */
z-index: 1;
}

#index_z2 .zoneimg img {
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
-o-object-position: center;
   object-position: center;
border-radius: 200px 200px 0 0;
}

#index_z2 .overlay {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: 0 30px 30px 30px;
z-index: 3;
}

#index_z2 .overlay h3 {
color: var(--AT_Blanc);
font-size: 30px;
margin: 0;
}

/* Counter */

#index_z2 .zonenumb {
position: relative;
padding-top: 20px;
}

#index_z2 .zonenumb .count-box {
font-family: "Fraunces", serif;
color: var(--AT_Dore);
font-size: 50px;
font-weight: 300;
padding-bottom: 0;
}

#index_z2 .zonenumb .count-box h3 {

}

/* ====== Z3 ====== */

#index_z3 {
position: relative;
background: url(images/pattern2.jpg);
background-size: cover;
background-position: center;
padding-top: var(--space);
padding-bottom: var(--space);
}

#index_z3 #entrance h4::before,
#index_z3 #entrance h4::after {
background: url(images/star-blanc.svg);
}

#index_z3 h2,
#index_z3 #entrance h4 {
color: var(--AT_Blanc);
}

#index_z3 .avis .inside {
position: relative;
padding: 40px;
background: var(--AT_Blanc);
text-align: center;
}

#index_z3 .avis .inside .rating {
position: relative;
font-size: 10px;
color: var(--AT_Dore);
letter-spacing: 2px;
margin-bottom: 20px;
}

#index_z3 .avis .inside img {
width: 85px;
height: 85px;
-o-object-fit: cover;
   object-fit: cover;
border-radius: 50%;
overflow: hidden;
margin: 25px 0;
}

#index_z3 .avis .inside h4 {
font-weight: 600;
}

#index_z3 .avis .swiper-pagination {
position: initial;
margin: 50px auto 0;
-webkit-transform: none;
    -ms-transform: none;
        transform: none;
}

#index_z3 .avis .swiper-pagination-bullet {
width: 10px;
height: 10px;
background: var(--AT_Blanc);
opacity: 1;
}

#index_z3 .avis .swiper-pagination-bullet-active {
background: var(--AT_Blanc);
}

/* ====== Z3 ====== */

#index_z4 {
padding-top: var(--space);
padding-bottom: var(--space);
}

#index_z4 .feed {
background: #F1F1F1;
height: 800px;
}

/* =============================

--- X - QUI SOMMES-NOUS ? - ARTISAN TRAITEUR

================================ */

/* ====== Z2 ====== */

#qsn_z1 {
position: relative;
padding-top: calc( var(--space) * 1.3 );
padding-bottom: var(--space);
}

#qsn_z1 #entrance {

}

/* G */

#qsn_z1 .zonepictos {
position: relative;
padding: 70px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 50px;
}

#qsn_z1 .zonepictos .box {
position: relative;
width: 50%;
padding-right: 20px;
}

#qsn_z1 .zonepictos .box img {
width: 50px;
margin-bottom: 20px;
}

#qsn_z1 .zonepictos .box:hover .title img {
-webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
-webkit-transition: -webkit-transform 0.4s ease;
transition: -webkit-transform 0.4s ease;
-o-transition: transform 0.4s ease;
transition: transform 0.4s ease;
transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

#qsn_z1 .zonetxt a.btn-style {
margin: 0;
}

/* D */

#qsn_z1 .inside {
position: relative;
}

#qsn_z1 .inside {
position: relative;
z-index: 1;
display: block;
width: 100%;
height: 650px;
border-radius: 100% 100% 0 0;
overflow: hidden;
}

#qsn_z1 .inside img {
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
-o-object-position: center;
   object-position: center;
}

/* ====== Z3 ====== */

#qsn_z3 {
position: relative;
padding-top: var(--space);
padding-bottom: var(--space);
background: var(--AT_Gris);
}

#qsn_z3 #entrance {

}

/* Txt */

#qsn_z3 .nb01,
#qsn_z3 .nb03 {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

#qsn_z3 .box {
position: relative;
display: block;
}

#qsn_z3 .box .icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
gap: 30px;
margin-bottom: 20px;
}

#qsn_z3 .box .icon img {
width: 50px;
}

#qsn_z3 .box:hover .icon img {
-webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
-webkit-transition: -webkit-transform 0.4s ease;
transition: -webkit-transform 0.4s ease;
-o-transition: transform 0.4s ease;
transition: transform 0.4s ease;
transition: transform 0.4s ease, -webkit-transform 0.4s ease; 
}

/* Img */

#qsn_z3 .box .icon h4 {

}

#qsn_z3 .inside {
position: relative;
}

#qsn_z3 .inside {
position: relative;
z-index: 1;
display: block;
width: 100%;
height: 450px;
border-radius: 100% 100% 0 0;
overflow: hidden;
}

#qsn_z3 .inside img {
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
-o-object-position: center;
   object-position: center;
}

/* ====== Z5 ====== */

#qsn_z5 {
position: relative;
padding-top: var(--space);
padding-bottom: var(--space);
}

#qsn_z5 .swiper-slide {
width: 400px;
height: 300px;
}

#qsn_z5 img {
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
-o-object-position: center;
   object-position: center;
}

#qsn_z5 .swiper-next,
#qsn_z5 .swiper-prev {
background: var(--AT_Dore);
border: 1px solid var(--AT_Dore);
z-index: 100;
width: 35px;
height: 35px;
font-size: 30px;
line-height: 30px;
text-align: center;
border-radius: 50%;
color: var(--AT_Blanc);
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
cursor: pointer;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}

#qsn_z5 .swiper-next:hover,
#qsn_z5 .swiper-prev:hover {
background: var(--AT_Blanc);
color: var(--AT_Dore);
}

#qsn_z5 .swiper-prev {
left: 20px;
}

#qsn_z5 .swiper-next {
right: 20px;
text-indent: 1px;
}

/* =============================

--- X - EVENEMENTS - ARTISAN TRAITEUR

================================ */

/* ====== Z2 ====== */

.bloc_IMGTXT100 {

}

.bloc_IMGTXT100 .row {
margin: 0;
-webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
}

.bloc_IMGTXT100 .zonetxt {
padding: 7%;
min-height: 600px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

.bloc_IMGTXT100 .zonetxt *:last-child{
margin-bottom: 0;
}

.bloc_IMGTXT100 .img100 {
position: relative;
padding: 0;
}

.bloc_IMGTXT100 .swiperimgtxt,
.bloc_IMGTXT100 .swiperimgtxt .swiper-wrapper,
.bloc_IMGTXT100 .swiperimgtxt .swiper-slide {
height: 100%;
}

.bloc_IMGTXT100 .img100 .swiper-slide img {
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
-o-object-position: center;
   object-position: center;
}

.bloc_IMGTXT100 .swiper-pagination {
position: relative;
bottom: 50px;
left: initial;
right: initial;
width: auto;
}

.bloc_IMGTXT100 .swiper-pagination-bullet {
width: 10px;
height: 10px;
background: var(--AT_Dore);
opacity: 1;
}

.bloc_IMGTXT100 .swiper-pagination-bullet-active {
background: var(--AT_Dore);
}

/* Responsive */

@media (max-width: 991px) {
  .bloc_IMGTXT100 .zonetxt {
  padding: 70px 30px;
  min-height: auto;
  }
}

@media (max-width: 767px) {
  .bloc_IMGTXT100 .zonetxt {
  padding: 70px 30px;
  }
  .bloc_IMGTXT100 .img100 {
  height: 400px;  
  }
}

/* ====== Z4 ====== */

.bloc_ACCORDION {
position: relative;
padding-top: var(--space);
}

/* Accordeon */

.bloc_ACCORDION .item:not(:last-child) {
margin-bottom: 40px;
}

.bloc_ACCORDION .item:first-child button {
padding-top: 0;
}

.bloc_ACCORDION button {
width: 100%;
border: none;
position: relative;
border-bottom: 1px solid var(--AT_Gris);
background: transparent;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
gap: 30px;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}

.bloc_ACCORDION button:hover,
.bloc_ACCORDION button[aria-expanded="true"] {
border-color: var(--AT_Dore);
}

.bloc_ACCORDION button[aria-expanded="true"] {
pointer-events: none;
}

.bloc_ACCORDION button:hover {
cursor: pointer;
}

.bloc_ACCORDION span {
display: inline-block;
text-align: center;
color: var(--AT_Vert);
font-size: 20px;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}

.bloc_ACCORDION button:hover span,
.bloc_ACCORDION button[aria-expanded="true"] span {
color: var(--AT_Dore);
}

.bloc_ACCORDION button[aria-expanded="true"] span {
-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}

.bloc_ACCORDION button h3 {
margin: 0;
font-size: 25px;
text-align: left;
width: 100%;
padding: 20px 0;
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
-o-user-select: none !important;
user-select: none !important;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}

.bloc_ACCORDION button:hover h3,
.bloc_ACCORDION button[aria-expanded="true"] h3 {
color: var(--AT_Dore);
padding-left: 40px;
}

.bloc_ACCORDION .card-body.zonetxt {
background: transparent;
padding: 25px 45px;
}

.bloc_ACCORDION .card-body.zonetxt * {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
-o-user-select: none !important;
user-select: none !important;
}

@media (max-width: 991px) {
    .bloc_ACCORDION button:hover h4,
    .bloc_ACCORDION button[aria-expanded="true"] h3 {
    padding-left: 20px;
    }
    .bloc_ACCORDION button h3 {
    font-size: 20px;
    padding: 15px 0;
    }
    .bloc_ACCORDION .card-body.zonetxt {
    padding: 25px;
    }
}

/* =============================

--- X - PROS - ARTISAN TRAITEUR

================================ */

/* ====== Z1 ====== */

#pros_z1 {
position: relative;
padding-top: calc(var(--space) + var(--ht_nav));
padding-bottom: var(--space);
}

#pros_z1 #entrance {
max-width: 100%;
margin: 0;
text-align: left;
}

#pros_z1 .inside {
position: relative;
}

#pros_z1 .inside {
position: relative;
z-index: 1;
display: block;
width: 100%;
height: 500px;
border-radius: 100% 100% 0 0;
overflow: hidden;
}

#pros_z1 .inside img {
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
-o-object-position: center;
   object-position: center;
}

/* ====== Z2 ====== */

#pros_z2 {
position: relative;
padding-top: var(--space);
padding-bottom: var(--space);
}

#pros_z2 .inside {
margin: 30px 0;
padding: 0 20px;
}

#pros_z2 .zoneimg {
position: relative;
z-index: 1;
display: block;
width: 100%;
height: 350px;
border-radius: 100% 100% 0 0;
overflow: hidden;
}

#pros_z2 .zoneimg img {
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
-o-object-position: center;
   object-position: center;
}

#pros_z2 .zonetxt {
margin-top: 30px;
text-align: center;
}

#pros_z2 .zonetxt h3 {
margin-bottom: 15px;
}

/* =============================

--- X - GALERIE - ARTISAN TRAITEUR

================================ */

/* ====== Z2 ====== */

.gal_z2 {

}

/* =============================

--- X - CONTACT - ARTISAN TRAITEUR

================================ */

/* ====== Z1 ====== */

#ct_z1 {
position: relative;
padding-top: calc(var(--space) + var(--ht_nav));
padding-bottom: var(--space);
}

#ct_z1 .inside {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
height: 100%;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

#ct_z1 .zoneimg {
position: relative;
z-index: 1;
display: block;
width: 100%;
height: 400px;
border-radius: 100% 100% 0 0;
overflow: hidden;
margin-bottom: 30px;
}

#ct_z1 .zoneimg img {
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
-o-object-position: center;
   object-position: center;
}

#ct_z1 .zonetxt {
text-align: center;
}

#ct_z1 .zonetxt h1 {
color: var(--AT_Dore);
margin-bottom: 15px;
font-size: 40px;
}

#ct_z1 .zonetxt h1::before,
#ct_z1 .zonetxt h1::after {
content: "";
width: 12px;
height: 12px;
margin: 3px 10px;
background: url(images/star.svg);
background-size: contain;
background-repeat: no-repeat;
display: inline-block;
}

/* Line */

#ct_z1 .middle-line-wrapper {
-webkit-box-align: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
position: relative;
}

#ct_z1 .middle-line-container {
position: relative;
width: 1px;
background-color: transparent;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
height: 100%;
}

#ct_z1 .dot {
width: 13px;
height: 13px;
background: url(images/star.svg);
background-size: contain;
background-repeat: no-repeat;
margin-bottom: -1px;
}

#ct_z1 .v-line {
-webkit-box-flex: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
width: 1px;
background-color: var(--AT_Dore);
}

#ct_z1 .dot.bottom-dot {
margin-top: -1px;
}

/* Form */

#ct_z1 .form {
width: 100%;
height: 700px;
background: var(--AT_Blanc);
border-radius: 30px;
}

/* ====== Z2 ====== */

#ct_z2 {
padding-bottom: 80px;
}

#ct_z2 #maps {
width: 100%;
height: 600px;
}

#ct_z2 #maps .marker {
background-image: url(images/pointer.svg);
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center !important;
width: 80px !important;
height: 100px !important;
}

/* =============================

--- X - FOOTER - ARTISAN TRAITEUR

================================ */

footer{
position: relative;
}

/* Img */

footer .zone01 {
padding-bottom: 70px;
}

footer .zone01 .zoneimg {
position: relative;
display: inline-block;
border-radius: 200px;
width: 100%;
height: 385px;
overflow: hidden;
}

footer .zone01 .zoneimg img {
width: 100%;
height: 100%;
border-radius: 200px;
-o-object-fit: cover;
   object-fit: cover;
-o-object-position: center;
   object-position: center;
position: relative;
z-index: 1;
}

/* Inside */

footer .zone01 .inside {
position: relative;
max-width: 460px;
margin: 0 auto;
text-align: center;
}

footer .zone01 .inside .coord {
display: block;
margin-bottom: 40px;
}

footer .zone01 .inside .coord h4 {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
gap: 10px;
margin-bottom: 10px;
font-size: 20px;
}

footer .zone01 .coord h4::before,
footer .zone01 .coord h4::after {
content: "";
width: 12px;
height: 12px;
background: url(images/star.svg);
background-size: contain;
background-repeat: no-repeat;
display: inline-block;
}

footer .zone01 .inside ul {
list-style-type: none;
padding: 0;
margin: 0;
}

footer .zone01 .inside ul li a {
color: var(--AT_Texte);
}

footer .zone01 .separator {
position: relative;
text-align: center;
margin-top: 50px;
margin-bottom: 50px;
}

footer .zone01 .separator span {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 1px;
height: 14px;
width: 14px;
background: url(images/star.svg) no-repeat;
}

footer .zone01 .separator span:before,
footer .zone01 .separator span:after {
content: '';
position: absolute;
left: auto;
right: auto;
width: 1px;
height: 18px;
background-color: var(--AT_Dore);
}

footer .zone01 .separator span:before {
top: -25px;
}

footer .zone01 .separator span:after {
bottom: -25px;
}

footer .zone01 .contact h4 {
font-family: "Fraunces", serif;
font-size: 25px;
font-weight: 300;
color: var(--AT_Vert);
text-transform: initial;
letter-spacing: 0;
}

footer .zone01 .contact a.btn-style {
margin: 10px 0 0;
}

/* Zone 2 */

footer .zone02 {
padding-bottom: 30px;
} 

footer .zone02 p {
padding-top: 5px;
margin-bottom: 0;
font-size: 14px;
letter-spacing: normal;
}

footer .zone02 .social_media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
padding: 0;
list-style-type: none;
}

footer .zone02 .social_media li a {
display: block;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
font-size: 25px;
text-indent: 1px;
color: var(--AT_Blanc);
background: var(--AT_Dore);
border: 1px solid var(--AT_Dore);
border-radius: 50px;
margin: 10px;
-webkit-transition: .4s all;
-o-transition: .4s all;
transition: .4s all;
}

footer .zone02 .social_media li a:hover {
background-color: var(--AT_blanc);
color: var(--AT_Dore);
}

footer .zone02 div:last-child {
text-align: right;
}

/* =============================

--- X - RESPONSIVE - ARTISAN TRAITEUR

================================ */

@media only screen and (max-width: 1499px) {
    
    /* ===== NAVIGATION ===== */

    .main-header .header-upper .links-box,
    .main-menu .navigation > li {
    margin-left: 35px;
    }
    .main-header .header-upper .links-box a {
    padding: 10px 15px;
    font-size: 16px;
    }

    /* ===== /// ===== */

}

@media only screen and (max-width: 1400px) {
    
    /* ===== NAVIGATION ===== */

    .main-header .main-box .logo-box {
    padding: 18px 0px;
    }
    .main-header .main-box .logo-box .logo svg {
    height: 55px;
    }
    .main-header .header-upper .links-box,
    .main-menu .navigation > li {
    margin-left: 30px;
    }
    .main-menu .navigation > li > a {
    font-size: 13px;
    }
    .main-header .header-upper .links-box a {
    padding: 10px 15px;
    }

    /* ===== /// ===== */

}

@media only screen and (max-width: 1300px) {
    
    /* ===== CONTACT ===== */

    #ct_z1 .zonetxt h1 {
    font-size: 30px;
    }
    
    /* ===== /// ===== */

}

@media only screen and (max-width: 1199px) {
    
    /* ===== NAVIGATION ===== */

    .main-header .nav-outer {
    display: none;
    }
    .main-header .nav-toggler{
    display: block;
    }
    .main-header .main-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    }
    .main-header .main-box:after {
    display: none;
    }
    .main-header .main-box .logo-box,
    .main-header.fixed-header .header-upper .links-box {
    padding: 15px 0px;
    }
    .main-header .main-box .logo-box .logo svg {
    height: 40px;
    top: -2px;
    }

    /* ===== INDEX ===== */

    #index_z1 .swiper.rolling .swiper-slide {
    width: 250px;
    height: 300px;
    }

    /* ===== /// ===== */

}

@media only screen and (max-width: 991px) {
    
    /* ===== ROOT ===== */
    :root {
    --ht_nav:   70px;
    --space:    70px;
    }

    /* ===== INDEX ===== */

    /* Z2 */
    #index_z2 .inside {
    margin: 30px 0;
    }
    #index_z2 .zonenumb {
    text-align: center;
    }

    /* ===== QSN ===== */

    /* Z1 */

    #qsn_z1 {
    padding-top: calc(var(--space) * 1.6);
    }

    #qsn_z1 .zonepictos {
    padding: 35px 0;
    }
    #qsn_z1 .inside {
    height: 300px;
    border-radius: 0;
    margin-top: var(--space);
    }

    /* Z3 */

    #qsn_z3 {
    padding-bottom: calc( var(--space) - 30px);
    }
    #qsn_z3 .col-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    }
    #qsn_z3 .inside {
    height: 300px;
    border-radius: 0;
    margin-bottom: 50px;
    }
    #qsn_z3 .box {
    margin: 30px 0;
    text-align: center;
    }
    #qsn_z3 .box .icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    }
    #qsn_z3 .box .icon img {
    width: 80px;
    }

    /* ===== PROS ===== */

    #pros_z1 .inside {
    height: 300px;
    border-radius: 0;
    margin-top: var(--space);
    }

    /* Z2 */

    #pros_z2 .inside {
    padding: 0;
    }
    #pros_z2 .zoneimg,
    #pros_z2 .zonetxt {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    }
    #pros_z2 .zonetxt {
    margin-top: 20px;
    }

    /* ===== CONTACT ===== */

    #ct_z1 .zoneimg {
    height: 300px;
    border-radius: 0;
    margin-bottom: var(--space);
    }
    #ct_z1 .middle-line-wrapper {
    display: none;
    }
    #ct_z1 .form {
    margin-top: var(--space);
    }
    #ct_z1 .zonetxt h1 {
    font-size: 36px;
    }

    /* ===== FOOTER ===== */

    footer .zone01 {
    padding-bottom: 30px;
    }
    footer .zone01 .zoneimg {
    display: none;
    }
    footer .zone01 .inside .coord h4 {
    font-size: 18px;
    }
    footer .zone02,
    footer .zone02 div:last-child {
    text-align: center;
    }
    footer .zone02 div[class*="col-"]:not(:nth-child(2)) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    }

    /* ===== /// ===== */

}

@media only screen and (max-width: 767px) {

    /* ===== INDEX ===== */

    #index_z1 {
    padding-top: calc(var(--space) * 1.5);
    }

    #index_z1 .swiper.rolling .swiper-slide {
    height: 260px;
    }

    #index_z1 h1 img {
    width: 80px;
    height: 40px;
    margin: 5px;
    position: relative;
    top: -5px;
    }

    /* Z2 */

    #index_z2 .inside .zoneimg,
    #index_z2 .inside .zonenumb {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    }

    /* ===== CONTACT ===== */

    #ct_z1 .zonetxt h1 {
    font-size: 30px;
    }

    #ct_z2 #maps {
    height: 300px;
    }

    /* ===== /// ===== */

}

@media only screen and (max-width: 550px) {

    /* ===== NAVIGATION ===== */

    .main-header .link.link-btn {
    display: none;
    }

    /* ===== QSN ===== */

    /* Z1 */
    
    #qsn_z1 .zonepictos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
    }
    #qsn_z1 .zonepictos .box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    }
    #qsn_z1 .zonepictos .box img {
    margin: 0;
    }

    /* ===== /// ===== */

}