    @font-face {
    font-family: 'DIN';
    src: url(../fonts/DIN-Light.woff2) format('woff2'),
        url(../fonts/DIN-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url(../fonts/DIN-Medium.woff2) format('woff2'),
        url(../fonts/DIN-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url(../fonts/DIN-Bold.woff2) format('woff2'),
        url(../fonts/DIN-Bold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url(../fonts/DIN-BlackAlternate.woff2) format('woff2'),
        url(../fonts/DIN-BlackAlternate.woff) format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url(../fonts/DIN-RegularAlternate.woff2) format('woff2'),
        url(../fonts/DIN-RegularAlternate.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url(../fonts/DIN-Regular.woff2) format('woff2'),
        url(DIN-Regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* font-poppins */
@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins-Thin.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins-Black.ttf);
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins-Medium.ttf);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Archer';
    src: url(../fonts/ArcherMediumPro.otf);
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: 'DIN';
    font-weight: 400;
}

.loading {
    width: 100%;
    height: 100vh;
    background: #fcfafa url(../images/gif/comp_1.gif) no-repeat center center;
    background-size: 30%;
    z-index: 9999;
    position: fixed;
}

a:hover,
.nav-link:focus,
.nav-link:hover {
    color: #de3e17;
}

/* main-heder  */

.main-header {
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.navbar-toggler {
    color: #ffffff !important;
    border: #ffffff solid;
}
.navbar-toggler-icon  {
    border-color: white;
    background-image: url('../images/svg/menu-svgrepo-com.svg');
}
.main-header .top-navbar {
    transition: all ease 0.2s;
}

/* START navbar transparent can't click behind*/
nav.scrolled .container {
    pointer-events: none;

}

nav.scrolled .container .navbar-collapse {
    pointer-events: visible;
}

.top-logo {
    pointer-events: visible;
}
nav button {
    pointer-events: visible;
}

/* END  navbar transparent can't click behind*/

.main-header.scrolled .top-navbar {
    margin-top: -36px;

}

.main-header.scrolled .logo {
    margin-top: 0;
    pointer-events: visible;

}

.main-header.scrolled .top-logo {
    margin-top: 36px;
    pointer-events: visible;
}

.main-header.scrolled .navbar {
    height: 70px;
    background-color: #412020;
    background-image: none;
    pointer-events: visible;
}

@media (max-width: 992px){
    .main-header.scrolled .top-navbar {
        margin-top: -36px;
    
    }
    
    .main-header.scrolled .logo {
        margin-top: 0;
        pointer-events: visible;
    
    }
    
    .main-header.scrolled .top-logo {
        margin-top: 0;
        pointer-events: visible;
    }
    
    .main-header.scrolled .navbar {
        height: 70px;
        background-color: #412020;
        background-image: none;
        pointer-events: visible;
    }
    .main-header.scrolled .navbar-toggler{
        margin-top: -50px;
    }
}

/* top-navbar */
.top-navbar {
    background-color: #fbb900;
    height: 35px;
}

.menu li a {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 22px;
    color: #412020;
    font-weight: bold;
    font-family: "Archer";
}

.top-navbar .titre {
    padDINg-left: 215px;
    font-size: 15px;
    /* letter-spacing: 2px; */
    line-height: 29px;
    color: #412020;
    font-weight: 800;
    font-family: "Archer";
    text-transform: uppercase;
}

.bottom-navbar .titre {
    padding-left: 215px;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 27px;
    color: #412020;
    font-weight: 500;
    font-family: "DIN";
    text-transform: uppercase;
}

.bottom-navbar {
    background-color: #fbb900;
}


.top-logo {
    margin-top: -50px;
}

.top-logo img {
    width: 200px;
    height: 140px;
}

@media (max-width: 1200px){
    .top-navbar .container, .container-lg, .container-md, .container-sm {
     max-width: 1000px;
    }
  
}

@media (max-width: 992px){
   
    .top-navbar .titre {
        padding-left: 130px;
        padding: 0;

    }
}
@media (max-width: 1200px){
    .top-logo img {
        width: 160px;
        height: 140px;
    }
    .top-logo {
        margin-top: -70px;
    }
    .top-navbar .titre {
        padding-left: 195px;
     
    }
}
/* navbar */
.nav-header {
    background-image: linear-gradient(to bottom, #000000, transparent);
}
.nav-header-mobile{
    background-color: #412020;
}

.icon-color-mobile{
    color:  #ffffff;
}

nav .link {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 27px;
    color: #ffffff;
    font-weight: bold;
    font-family: "DIN";
    text-align: right;
    text-transform: uppercase;
}

@media (max-width: 992px){
    .nav-header {
        padding: 0;
    }
    .top-logo{
        height: auto;
        padding: 0;
        margin-top: 0px;
    }
    .top-logo img {
        padding: 0;
        height: auto;
    }
   
}
@media (max-width: 576px){
    .top-logo img {
        width: 160px;
    }
    .top-navbar .titre {
        font-size: 14px;
        letter-spacing: 1px;
        padding: 0;

    }
    
    .carousel-item img {
        height: 420px;
    object-fit: cover;
    }
 
    .main-header.scrolled .navbar-toggler {
        margin-top: -35px;
    }
    .main-banner .logo::before{
        height: 100px;
        width: 100px;
    }
}
@media (max-width: 440px){
    .top-logo img {
        width: 140px;
    }
    .top-navbar .titre {
        font-size: 12px;
        letter-spacing: 1px;
        padding: 0;

    }
    .main-banner .logo::before{
        height: 100px;
        width: 100px;
    }
    
}
/* navbar-2 */

.navbar-2 {
    background-image: none;
    background-color: #3c1f1f;
    height: 70px;
}

/* banner */

.main-banner {
    /* width: 100%;
    height: 100vh;
    background-image: url(../images/slider1.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
    position: relative;
}


.main-banner .logo::before {
    content: "";
    position: absolute;
    height: 230px;
    width: 220px;
    background-image: url(../images/logo/center-logo.png);
    background-size: cover;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 200;
}

@media (max-width: 992px){C:\xampp\htdocs\pommedepain-main\public\css\bootstrap.min.css
   
    .main-banner .logo::before{
        height: 150px;
        width: 150px;
    }
}
@media (max-width: 576px){
   
    .main-banner .logo::before{
        height: 120px;
        width: 120px;
    }
}

/* menu de la semain */

.titre {
    font-size: 35px;
    color: #de3e17;
    font-weight: bold;
    font-family: "Archer";
    text-align: center;
    padDINg-bottom: 14px;
}

.titre.-white {
    color: white;
}

.titre.-brown {
    color: #412020;
}

.titre.-orange {
    color: #de3e17;
}

.titre.-yellow {
    color: #fbb900;
}

.sous-titre {
    text-transform: uppercase;
    line-height: 42px;
    color: #412020;
    font-family: "DIN";
    text-align: center;
    padDINg-bottom: 60px;
}
@media(max-width: 792px){
    .titre.-white {
        padding: 0;
        color: white;
    }
    .titre.-brown {
        color: #412020;
        padding: 0;
    }
}

@media (max-width : 576px){
    .titre {
        font-size: 24px;
        color: #de3e17;
        font-weight: bold;
        font-family: "Archer";
        text-align: center;
        padding-bottom: 14px;
        
        
@media(max-width: 768px){
    .insta-fb{
        height: 400px;
        background-size: cover;
    }
    .rejoinder .titre {
        font-size: 26px;
        line-height: 1;
        color: #ffffff;
        padding: 0;
        font-weight: bold;
        font-family: "Archer";
    }
    .rejoinder .description {
        font-size: 14px;
        line-height: 1.8;
        color: #ffffff;
        font-weight: 300;
        font-family: "DIN";
        text-align: center;
    }
   
}

    }
    .sous-titre {
        font-size: 20px;
        text-transform: uppercase;
        line-height: 22px;
        color: #412020;
        font-family: "DIN";
        text-align: center;
        padding-bottom: 60px;

      }
}

.apres-midi,
.midi-soire,
.junior {
    box-shadow: -40px 0px 37px -40px #0000000f;

}



.matin strong,
.midi-soire strong,
.apres-midi strong,
.junior strong {
    font-size: 30px;
    line-height: 2px;
    font-weight: bold;
    font-family: "Archer";
    text-align: center;
}
.shadow-menu {
    box-shadow: -40px 0px 37px -40px rgb(0, 0, 0, 0.06);

}

.matin strong {
    color: #fbb900;

}

.midi-soire strong {
    color: #de3e17;
}

.apres-midi strong {
    color: #3c1f1f;

}

.junior strong {
    color: #45ac01;

}

.matin ul,
.midi-soire ul,
.apres-midi ul,
.junior ul {
    margin-left: 0;
    padDINg: 0;
    margin-top: 30px;
}

.matin ul li,
.midi-soire ul li,
.apres-midi ul li,
.junior ul li {
    text-decoration: none;
    list-style: none;
    margin: 10px;

}

.matin ul li a {
    text-decoration: none;
    list-style: none;
    margin: 10px;
    font-family: "Archer";
    font-style: italic;
    color: #412020;
}

.matin ul li a:hover {
    color: #de3e17;
}

.matin span,
.midi-soire span,
.apres-midi span,
.junior span {
    font-size: 60px;
    position: absolute;
    margin: 5px;
}
@media (max-width : 576px){
    .matin ul, .midi-soire ul, .apres-midi ul, .junior ul {
        margin-top: 10px;
        margin-bottom: 30px;
      }
    }

/* description */

.livraison {
    background-color: #fbb900;
    margin-right: 0;
}

/* .livraison .titre {
    width: 300px;
    font-size: 49px;
    line-height: 50px;
    color: #412020;
    font-weight: bold;
    font-family: "Archer";
    text-align: center;
} */

.livraison .description p {
    font-size: 18px;
    line-height: 30px;
    color: #412020;
    font-weight: 300;
    font-family: "DIN";
    text-align: center;
    /* padDINg: 20px 40px; */

}

.livraison .description a {
    font-size: 18px;
    line-height: 30px;
    color: #412020;
    font-weight: 300;
    font-family: "DIN";
    text-align: center;
    display: block;

}

@media(max-width: 768px){
    .titre {
        font-size: 26px;
       
    }
    .livraison .description p {
        font-size: 18px;
        line-height: 1.5;
    }
}

.localisation {
    background-image: url(../images/background-blocks/img-local.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

}

.telecharge-index {
    position: absolute;
    right: 20px;
    top: 120vh;
    width: 100px;
}

.telecharge-index img {
    height: 80px;
}

.telecharge-index .link {
    font-size: 10px;
    color: #412020;
    font-weight: 500;
    font-family: "Poppins";
}

.telecharge-index.scrolled {
    position: fixed;
    z-index: 1000;
    top: 70%;
    bottom: auto;
    width: 100px;
    transform: translate((-50%, -50%));
}

 .telecharge {
    position: absolute;
    right: 20px;
    top: 55vh;
    width: 100px;
}

.telecharge img {
    height: 80px;
}

@media (max-width: 992px){
 
    .telecharge-index {

        top: 310px;
        width: 100px;
        padding: 10px;
    }

}
@media (max-width: 615px){
    .telecharge-index {
        top: 310px;
    }
}
@media (max-width: 576px){
    .telecharge-index .link {
        font-size: 8px;
        color: #412020;
        font-weight: 500;
        font-family: "Poppins";
    }
    .telecharge-index {
        position: absolute;
        right: 0;
        top: 380px;
        width: 100px;
        padding: 10px;
    }
    .telecharge-index img {
        height: 50px;
    }
}
/* first block*/
.localisation strong {
    font-size: 43px;
    line-height: 64px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Archer";
    text-align: center;
    padDINg: 0;
    margin: 0;
}

.localisation p {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
    font-family: "DIN";

}

.localisation .rechercher {
    padDINg: 1% 4%;
    border-radius: 38px;
    font-size: 24px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 500;
    font-family: "DIN";
    text-transform: uppercase;
    text-decoration: none;
    background-color: #fbb900;
    text-align: center;
}

.localisation .rechercher span {
    color: #412020;
    padDINg-left: 12px;

}


.localisation .sous-lien {
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 500;
    font-family: "DIN";
    text-transform: uppercase;
}

.telecharge .link {
    font-size: 10px;
    color: #412020;
    font-weight: 500;
    font-family: "Poppins";
}

.telecharge.scrolled {
    position: fixed;
    z-index: 1000;
    top: 70%;
    bottom: auto;
    width: 100px;
    transform: translate((-50%, -50%));
}

.group-white img {
    z-index: 101;
    margin-bottom: 10px;
    margin-left: 10px;
}

.group-yellow,
.group-white {
    position: relative;
}

.group-white::before {
    content: "";
    background-image: url(../images/Groupe-lg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    margin-left: -60px;
}

.y-g-container{
    width: 500px;
}
.group-yellow::before {
    content: "";
    background-image: url(../images/Groupe-sm.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -8px;
    margin-top: -15px;
}

.group-yellow::after {
    content: "";
    background-image: url(../images/Groupe-sm.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 24px;
    position: absolute;
    left: -36px;
    margin-top: -25px;
}

@media (max-width: 900px){
    .group-yellow {
        margin-top: 15px;
      }
    .localisation .rechercher {
        font-size: 18px;
 
      }
    .group-yellow::before {
        left: 36px;
        margin-top: -15px;
      }
    .localisation .sous-lien {
        font-size: 13px;
      }
    .group-yellow::after {
        left: 8px;
        margin-top: -25px;
      }
}

@media (max-width: 600px){
    .y-g-container {
        width: 400px;
      }
      .localisation .rechercher {
        padding: 1% 2%;
        font-size: 14px;

      }
      .group-white::before {
        width: 36px;
        height: 36px;
        margin-left: -40px;
      }
      .group-white img {
        margin-bottom: 5px;
        margin-left: 3px;
        width: 16px;
      }
      .group-yellow {
        margin-top: 0px;
      }
      .group-yellow::before {
        width: 26px;
        height: 26px;
        left: 40px;
        margin-top: -7px;
      }
      .localisation .sous-lien {
        font-size: 10px;
        line-height: 23px;
      }
      .group-yellow::after {
        width: 17px;
        height: 24px;
        left: 20px;
        margin-top: -26px;
      }
}


@media (max-width: 420px){
    .y-g-container {
        width: 284px;
      }
      .localisation .rechercher {
        padding: 1% 2%;
        font-size: 12px;
      }
      .localisation .rechercher span {
        padding-left: 3px;
      }
      .group-white img {
        margin-bottom: 5px;
        margin-left: 1px;
        width: 12px;
      }
      .group-white::before {
        width: 26px;
        height: 28px;
        margin-left: -35px;
        margin-top: 6px;
      }
     
      .group-yellow {
        margin-top: -3px;
      } 
      .group-yellow::before {
        width: 18px;
        height: 19px;
        left: 12px;
        margin-top: -6px;
      }
      .localisation .sous-lien {
        font-size: 8px;
        line-height: 23px;
      }
      .group-yellow::after {
        width: 13px;
        height: 15px;
        left: -3px;
        margin-top: -29px;
      }
}

/* engagement bloc */
.engagement-bloc {
    background-image: url(../images/background-blocks/img-engagement.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.engagement-titre {
    font-size: 43px;
    line-height: 64px;
    color: #fbb900;
    font-weight: bold;
    font-family: "Archer";
}

.engagement-card .titre-white {
    color: #ffffff;

}

.engagement-card .titre-orange {
    color: #de3e17;

}

.engagement-card {
    background-color: transparent;
    border: none;
}

.engagement-card .titre {
    font-size: 23px;
    line-height: 37px;
    font-weight: 400;
    font-family: "Archer";
    text-transform: uppercase;
}

.engagement-card .card-title {
    margin-bottom: 40px;
    padDINg-bottom: 0;
}

.engagement-card .description.-white {
    color: #ffffff;

}

.engagement-card .description.-orange {
    color: #de3e17;

}

.engagement-card .description.-brown {
    color: #412020;

}

.engagement-card .description {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    font-family: "DIN";
    position: relative;
}

.engagement-card-body {
    position: relative;
}

.engagement-card-body .card-text::after {
    content: "";
    width: 90px;
    height: 10px;
    border-radius: 4px;
    background-color: #fbb900;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.engagement-card .description.-style {
    font-size: 15px;
    line-height: 30px;
    font-family: "Archer";
    font-weight: 500;
    text-align: center;

}

.shadow-engagement {
    box-shadow: -40px 0px 37px -40px #0000000f;
}

.savez-vous {
    background-color: #fbb900;
}

.savez-vous .titre {
    font-size: 37px;
    line-height: 64px;
    font-weight: bold;
    font-family: "Archer";
    color: #412020;
    text-transform: uppercase;
}

.savez-vous p {
    font-size: 25px;
    line-height: 37px;
    font-weight: bold;
    font-family: "Archer";
    color: #412020;
}

.rejoinder {
    background-color: #de3e17;
}

.rejoinder .titre {
    font-size: 43px;
    line-height: 64px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Archer";
}

.rejoinder .description {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
    font-family: "DIN";
    text-align: center;
}


.rejoinder .link {
    color: #ffffff;
}


@media(max-width: 768px){
    .insta-fb{
        height: 400px;
        background-size: cover;
    }
    .rejoinder .titre {
        font-size: 26px;
        line-height: 1;
        color: #ffffff;
        padding: 0;
        font-weight: bold;
        font-family: "Archer";
    }
    .rejoinder .description {
        font-size: 14px;
        line-height: 2;
        color: #ffffff;
        font-weight: 300;
        font-family: "DIN";
        text-align: center;
    }
   
}


.insta-fb {
    background-image: url(../images/background-blocks/Rectangle16.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.insta-fb::after {
    content: "FACEBOOK INSTAGRAM";
    position: absolute;
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Archer";
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media(max-width: 768px){
    .insta-fb{
        height: 350px;
        background-size: cover;
    }
}

.informe {
    background-color: #412020;
}

.informe .titre {
    font-size: 43px;
    line-height: 64px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Archer";
}

.informe .description {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
    font-family: "DIN";
    text-align: center;
}


.informe .link {
    color: #ffffff;
}

@media(max-width: 768px){
    .informe .titre {
        font-size: 26px;
        line-height: 1;
        padding: 0;
        color: #ffffff;
        font-weight: bold;
        font-family: "Archer";
    }
    .informe .description {
        font-size: 15px;
        line-height: 1.5;
        color: #ffffff;
        font-weight: 300;
        font-family: "DIN";
        text-align: center;
    }
}

.suivez-nous h3 {
    font-size: 49px;
    line-height: 50px;
    color: #412020;
    font-weight: bold;
    font-family: "Archer";
}

.img-s {
    margin-top: 15px;
}

.img-s img{
    height: auto;
    width: 100%;
    
}


/* pagination */

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #de3e17;
    border-color: #de3e17;
}

.page-link:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #de3e17;
    border-color: #de3e17;
}

.page-link {
    color: #ffffff;
    background-color: #3c1f1f;
    border: #3c1f1f;
}

.disabled>.page-link,
.page-link.disabled {
    color: white;
    pointer-events: none;
    background-color: gray;
    border-color: gray;
}

/* accordion-cart */
.accordion-button {
    text-align: center;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 30px;
    line-height: 2px;
    font-weight: bold;
    font-family: "Archer";
}

.list ul {
    text-align: start;
    margin-left: 0;
    padDINg: 0;
}

.list ul li {
    text-decoration: none;
    list-style: none;
    margin: 5px;
    font-family: "Archer";
    font-style: italic
}

.list ul li a {
    text-decoration: none;
    color: #412020;
}

.accordion-button::before {

  content: "\2212";
    font-size: 35px;
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-right: 14px;
    padDINg-top: 6px;
    background-image: none;

}

.accordion-button.collapsed::before {
    content: "\002B";
    font-size: 40px;
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-right: 10px;
    padDINg-top: 10px;
    background-image: none;
}

.accordion-button::after {
    content: none;
}

.accordion-button.collapsed::after {
    content: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item {
    border: none;
}

.accordion-button.-brown {
    color: #412020;
}

.accordion-button.-orange {
    color: #de3e17;
}

.accordion-button.-yellow {
    color: #fbb900;
}

.accordion-button.-green {
    color: #45ac01;
}
.filter{
    background-color: #de3e17;
    border-color: #de3e17;
    margin-left: 25px;
}
@media (max-width: 767px) {
    
    #accordionExample {
        display: none;
    }
    #accordionExample.show {
        display: block;
        position: fixed;
        padding-top: 60px;
        top: 60px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 60px);
        overflow-y: auto;
        background: #fff;
        z-index: 999;
    }
    #accordionExample .close {
        position: absolute;
        right: 10px;
        z-index: 999;
        top: 60px;
        padding: 5px 10px;
        color: #412020;
        font-size: 20px;
        font-weight: bold;
        background-color: white;
        border: none;
    }
}
@media(max-width: 992px){
    .accordion-button.titre{
        font-size: 25px;
    }
}

/* header image */

.banner-size {
    width: 100%;
    height: 60vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-img {
    background-image: url(../images/header-images/slider-2.jpg);

}

.header-img-services {
    background-image: url(../images/header-images/services-header-img.jpg);

}

.header-img-histoire {
    width: 100%;
    height: 60vh;
    background-image: url(../images/header-images/histoire-img-header.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-img-engagement {
    background-image: url(../images/header-images/engagement-img-header.jpg);

}

.accordion-button:not(.collapsed) {
    /* color: none !important; */
    background-color: white;
    box-shadow: none;
}

/* card produit */
.cart-produits .card {
    background-color: #f6f6f69c;
    border: none;
    height: 100%;
    overflow: hidden;


}

.image-produit {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}
.image-produit img {
    cursor: pointer;
}
.produit-img {
    height: 160px;
    width: 100%;
    object-fit: contain;
}

.cart-produits .card-title {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #de3e17;
    font-weight: bold;
    font-family: "Archer";
    text-align: center;
}

.cart-produits .card-title-category {
    font-size: 19px;
    line-height: 32px;
    text-transform: uppercase;
    color: #412020;
    font-family: "DIN";
    text-align: center;
}

.cart-produits .card-text {
    /*width: 200px;*/
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    font-size: 13px;
    color: #040404;
    font-family: "DIN";
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rvb {
    width: 75px;
    height: 40;

}

.background {
    background-image: linear-gradient(103deg, #fefefe 43%, #f0efee 50%, #f0efee 50%, #fefefe 50%)

}

.card-price span {
    font-size: 37px;
    line-height: 20px;
    text-transform: uppercase;
    color: #de3e17;
    font-weight: bold;
    font-family: "DIN";
    text-align: center;
    position: relative;
}
.card-price span::after {
    content: 'dhs';
    font-size: 12px;
    position: absolute;
    line-height: -2px;
    text-transform: uppercase;
    color: #de3e17;
    font-weight: bold;
    font-family: "DIN";
    top: 9px;
    text-align: center;
}

.card-price .solo-price::before {
    content: 'solo';
    font-size: 10px;
    line-height: 26px;
    text-transform: uppercase;
    color: #412020;
    font-weight: 500;
    font-family: "DIN";
    text-align: center;
    right: -25px;
    top: 18px;
    position: absolute;
}

.card-price .menu-price::before {
    content: 'menu';

    font-size: 10px;
    line-height: 26px;
    text-transform: uppercase;
    color: #412020;
    font-weight: 500;
    font-family: "DIN";
    text-align: center;
    right: -27px;
    top: 18px;
    position: absolute;
}


/* product new flag*/
.new-flag {
    width: 100px;
    height: 25px;
    top: 12px;
    left: -25px;
    background-color: #de3e17;
    transform: rotate(-45deg);

}

.new-flag span {
    font-size: 13px;
    font-weight: bold;
    font-family: "Archer";
    color: #ffffff;
    text-transform: uppercase;
}


/* services */
ul.services-list {
    list-style: none;
}

.services-list li::before {
    content: "-";
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.services-p {
    font-size: 20px;
    line-height: 32px;
    font-family: "DIN";
}


.services-p.-white {
    color: #ffffff;
}

.services-p.-brown {
    color: #412020;
}

.service-img-line1 {
    width: 100%;
    height: 100%;
    background-image: url(../images/background-blocks/service-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.service-img-line1 h6 a {
    color: #ffffff;
}

.service-img-line1 h6 a:hover {
    color: #fbb900;
}

/* Histoire */
.histoire-p {
    font-size: 20px;
    line-height: 32px;
    color: #412020;
    font-family: "DIN";
    margin-bottom: 20px;
    font-weight: 300;
}

.bold-p {
    font-size: 20px;
    line-height: 32px;
    color: #412020;
    font-family: "DIN";
    margin-bottom: 20px;
    font-weight: 500;
}

.img-meilleur-franchises {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

/* Restaurant */

/* Map Window Info */
.gm-style .gm-style-iw-tc::after {
    background: #de3e17;

}

.gm-style .gm-style-iw-c {
    background-color: #de3e17;
    width: 215px;
    height: 250px;
}

.mapit-bubble-title {
    font-weight: bold;
    font-size: 18px;
    color: yellow;
}

.mapit-bubble-address,
.mapit-bubble-directions {
    font-size: 13px;
    color: white;
}

.custom-map-info.gm-style-iw.gm-style-iw-c {
    height: 250px !important;
    width: 215px !important;
}

.gm-style .gm-style-iw-d {
    box-sizing: border-box;
    overflow: auto !important;
    height: 250px !important;
}

.mapit .mapit-embed .mapit-embed-bubble {
    height: 143px;
    text-align: center;
    display: grid;
}

.address-bebbel {
    font-size: 18px;
    font-family: 'DIN';
    font-weight: 500;
}

.horaires {
    font-size: 15px;
    font-family: 'DIN';
    font-weight: 500;
}


/* selector  */

.select2-container .select2-results__option--highlighted,
.select2-container .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
    background: #412020 !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    background-color: #412020 !important;

}

.select2-container--bootstrap4 .select2-results__option {
    font-size: 15px;
    font-weight: 500 !important;
    font-family: 'Poppins';
}

/* select-drop */
.select2-container .select2-selection {
    border-radius: 0;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}

.select2-container--bootstrap4 .select2-results__group {
    color: var(--text-color);
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
}

.select2-container--bootstrap4 .select2-results__option {
    font-size: 15px;
    font-weight: 300;
    font-family: 'Poppins';
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    background-color: #333333;
    height: 100%;
    top: 0;
    right: 0;
    width: 40px;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    border-color: white transparent transparent;
    top: 50%;
    border-width: 8px 7px 0;
    margin-left: -6px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padDINg-right: 40px;
}

.select2-container .select2-search__field {
    border-radius: 0;
}

.select2-container .select2-results__option--highlighted,
.select2-container .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
    background: #7d7d7d;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.pointsDeVente .title,
.pointsDeVente .nbr {
    font-family: var(--second-font);
    margin-bottom: 0;
}

.pointsDeVente .title {
    line-height: 1;
}

.pointsDeVente .sub-title {
    font-family: 'Poppins';
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}

.pointsDeVente .nbr {
    font-size: 4rem;
    line-height: 0.9;
    margin-bottom: 0;
}

/*
    pointVenteMap
*/
.bestSellers-area.logo-sign::before {
    top: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
}

#pointVenteMap .ville-title a {
    color: #de3e17;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
}

#pointVenteMap .ville-place {
    font-family: 'Poppins';
    font-weight: 500;
    color: #412020;
    font-size: 16px;
}

#pointVenteMap .plase-list {
    border-top: 1px solid #e3e3e3;
}

#pointVenteMap .plase-list:last-child {
    margin-bottom: 50px;
}

#pointVenteMap .plase-list .vill-desc {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: italic;
    font-size: 13px;
    display: block;
}

#pointVenteMap .plase-list .ville-phone {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 13px;
}

#pointVenteMap .cat_visible {
    display: inline-block;
}

#pointVenteMap .cat_invisible {
    display: none;
}

#pointVenteMap .mapit-accordion.js-scrollbar-accordion {
    height: 500px;
}


.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}

@media screen and (max-width: 768px){

    #pointVenteMap .mapit-content {
        height: auto;
    }
    #pointVenteMap .mapit-content .mapit-navigation {
        height: 250px;
        width: 500px !important;
        overflow: hidden;
    }
    #pointVenteMap .mapit-accordion.js-scrollbar-accordion {
        height: 220px;
        overflow: scroll;
        scrollbar-color: rebeccapurple green;
        scrollbar-width: thin;
    }
    
    #pointVenteMap .mapit-content .mapit-map-content {
        height: 500px;
    }
    
}

/*
    cube
*/
.cbp-height-max {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 520px;
}

.h40_h60 .slide-img:nth-child(1),
.h60_h40 .slide-img:nth-child(2) {
    width: 100%;
    height: 45%;
}

.h40_h60 .slide-img:nth-child(2),
.h60_h40 .slide-img:nth-child(1) {
    width: 100%;
    height: 55%;
}


/* costum form recrutement and contact */
.recrutement-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.7em + 1.5rem + 2px);
    padding: 0.75rem 1rem;

    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #151b26;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.25rem;
    transition: all .2s ease-in-out;
}

.recrutement-form .btn-envoyer {
    display: inline-block;
    font-weight: 500;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fbb900;
    border: 0.1rem solid transparent;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.7;
    border-radius: 0.25rem;
    transition: all .2s ease-in-out;
}

.contact-form {
    background-color: #412020;
    color: #fff;
}

.contact-form .form-control {
    background-color: transparent;
    color: #ffffff;
    outline: 0;
    border-width: 0 0 2px !important;
    border-color: #7d7d7d;
    border-radius: 0 !important;
}

.contact-form .form-control:focus {
    border-color: #fbb900;
    box-shadow: none;
    color: #ffffff;
}
#hidden_div {
    display: none;

}
.gfield_required {
    color: #de3e17;
    font-size: 20px;
}

.contact-select {
    display: block;
    background-color: transparent;
    color: #ffffff;
    outline: 0;
    border-width: 0px 0px 2px !important;
    border-color: #7d7d7d;
    width: 80%;
    height: calc(1.7em + 1.5rem + 2px);
    /* padding: 0.75rem 1rem; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
}
.contact-select:focus {
    background-color: #412020;
    box-shadow: none;
    color: #fff;
    border-color: #fbb900;
}
.btn-envoyer:hover {
    color: #fff;
    background-color: #de3e17;
    border-color: #de3e17;
}

.contact-form label {
    color: #ffffff;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.contact-form textarea {
    display: block;
    width: 100%;
    /* height: calc(1.7em + 1.5rem + 2px); */
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #ffffff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.25rem;
    transition: all .2s ease-in-out;

}

.contact-form textarea:focus {
    outline: none !important;
    border-color: #fbb900;
    box-shadow: none;
    color: #ffffff;
}

.news {
    display: none;
}

.contact-index {
    z-index: 10001;
}

/* FAQ */
.faq .accordion-button {

    font-size: 20px;
    font-weight: bold;
    font-family: "DIN";
    color: #de3e17;
}


.accordion-body {
    color: #412020;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    font-family: "DIN";
}

.faq {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

/* Error */
.error {
    color: #de3e17;
}

/* popup image */
.popup-image {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    height: 100%;
    width: 100%;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
}

.popup-image.active {
    opacity: 1;
    visibility: visible;
}

.popup-image span {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    z-index: 99999;
}

.popup-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    border-radius: 5px;
    width: 750px;
    object-fit: contain;
    transition: all ease 0.3s;
}

.popup-image.active img {
    transform: translate(-50%, -50%) scale(1);
}

@media (max-width:768px) {
    .popup-image img {
        width: 95%;
    }
}


/* footer  */

footer {
    overflow: hidden;
}