*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'poppins', sans-serif;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  background-color: #ffffff;
  margin: 0;
}

.layout_padding {
  padding: 50px 0;
  margin: 0 10px;
}


/* telechargements */
.telechargements{
  padding: 50px 0;
}
.telechargements .container h3{
  text-align: center;
}
/* telechargements end*/

/* icon servive communautaire */
.service-container {
  display: flex;
  align-items:center;
  background-color: #808B96;
  padding: 0 50%; /* Espacement interne du conteneur */
  
}

.icon-container {
  margin-right: 10px; /* Espacement entre l'icône et le texte */
}

.icon-container i {
  font-size: 18px;
  color: #ffffff; /* Couleur de l'icône */
  align-items:center;
}
.icon-container i:hover{
  color: #fc5d35; 
}
.text-container {
  display: flex;
  align-items: center;
  text-align: right;
 
}

.line {
  height: 15px; /* Hauteur du trait vertical */
  border-left: 2px solid #ffffff; /* Style du trait vertical */
  margin-right: 10px; /* Espacement entre le trait et le texte */
  align-items:center;
}

.text {
  font-size: 15px;
  color: #ffffff;
  white-space: nowrap;
  margin-right: 10px; /* Espacement entre le trait et le texte */
}

/* end */
.layout_padding2 {
  padding: 20px 0;
}
/*image nos produits*/
.layout_padding2, .card-deck, .card, .img-fluid{
  width: 100%;
}
 .card-deck, .card, h5{
  margin: 10px;
  position: relative;
  text-align: center;
}

/*#produit, .layout_padding2, .card-deck, .card, h5::after{
  content: '';
  position: absolute;
  left: 7%;
  bottom: -5px;
  transform: translateX(-50%);
  width: 100px;
  height: 5px;
  background: #fc5d35;
}*/
/*nos servives 2eme page*/

.containerService{
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%; 
  padding-bottom: 20px;
  margin-bottom: 600px;
}

.rowService {
  /* Styles pour .rowService */
  margin-top: 10px; /* Espace au-dessus de .rowService */
  padding-top: 0;   /* Espace à l'intérieur du haut de .rowService */
}
.containerService h1{
  position: relative;
  text-transform: uppercase;
  text-align: center;
  padding-top: 2%;
  margin-bottom: 20px;
}

.containerService h1::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  width: 100px;
  height: 5px;
  background: #fc5d35;
}
.containerService h3{
  position: relative;
  
  text-align: left;
  padding-top: 1%;
  margin-bottom: 30px;
  margin: 15px;
}
.containerService h3::after{
  content: '';
  position: absolute;
  left: 7%;
  bottom: -5px;
  transform: translateX(-50%);
  width: 100px;
  height: 5px;
  background: #fc5d35;
}

.containerService .rowService{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px, 1fr));
  grid-gap : 30px;
  margin-top: 10px; /* Espace au-dessus de .rowService */
  padding-top: 0; 
}
.serviceService{
  margin:5px;
}
.containerService .rowService .serviceService{
  background-color: #808B96;
  padding: 25px 10px;
  text-align: center;
  border-radius: 5px;
  transition: transform .5s;
  cursor: pointer;
  color: #000000;
  font-size: 14px;
}
.containerService .rowService .serviceService:hover{
  transform: scale(1.05);
  background: #FF5733;
  color: #ffffff;
}
.containerService .rowService .serviceService img{
  font-size: 20px;
  color: #292727;
  margin-bottom: 10px;
}
.containerService .rowService .serviceService:hover img{
  color: #ffffff;
}
.containerService .rowService .serviceService {
  margin-bottom: 8px;
}
@media only screen and (min-width: 701px) and (max-width:960px) {
  #service{
    padding-bottom: 2000px;
  }
}
@media only screen and (max-width:700px) {
  #service{
    padding-bottom: 2400px;
  }
}
/*end nos servives 2eme page*/
.layout_padding2-top {
  padding-top: 45px;
}


.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.custom_dark-btn,
.custom_orange-btn {
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  width: 170px;
  outline: none;
  color: #f7f7f7;
  border: 1px solid transparent;
}

.custom_dark-btn {
  background-color: #000000;
  width: 170px;
}

.custom_dark-btn:hover {
  border: 1px solid #000000;
  color: #000000;
  background-color: transparent;
}

.custom_orange-btn {
  background-color: #fc5d35;
}

.custom_orange-btn:hover {
  border: 1px solid #fc5d35;
  color: #fc5d35;
  background-color: transparent;
}

.custom_heading {
  text-align: center;
  font-weight: bold;
}

.custom_heading-text {
  text-align: center;
}


/*header section*/


.navbar {
  margin-left: 0;
  margin-right: 0;
}

.hero_area {
  height: 98vh;
  background-color: #f7f7f7;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section .container .navbar {
  margin: 0;
  padding: 0;
}

.header_section .container-fluid {
  padding-right: 10px;
  padding-left: 10px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 10px;
  color: #343434;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #fafcfd;
 
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);

  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand img {
  width: 45px;
  margin-right: 5px;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #2e2e2d;
  margin-top: 5px;
}
/* CSS pour le changement de couleur au survol */

.custom_nav-container .navbar-nav .nav-link {
  color: #333; /* Couleur du texte par défaut */
}

.custom_nav-container .navbar-nav .nav-link:hover {
  background-color: #fc5d35;
  color: #ffffff; /* Couleur du texte au survol */
}

.logo-img {
  width: 300px; /* Ajustez cette valeur selon vos besoins */
  height: auto;
}

.custom_nav-container {
  z-index: 500;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

.quote_btn-container a {
  display: inline-block;
  padding: 5px 15px;
  background-color: #fc5d35;
  color: #f7f7f7;
  font-size: 14px;
  text-transform: uppercase;
}

.dropdown .dropdown-menu .dropdown-item:hover{
  background-color: #fc5d35;
  color: #ffffff;
}

/*end header section*/

/* slider section */
.slider_section {
  padding-top: 5%;
}

.slider_item-box {
  width: 100%;
  height: 100%;
}

.slider_item-box .container {
  height: 100%;
}

.slider_img-box {
  width: 85%;
  margin: 0 auto;
}

.slider_img-box img {
  width: 70%;
}

.slider_item-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.slider_item-container .slider_item-detail {}

.slider_item-detail h1 {
  font-weight: 700;
  font-size: 60px;
  width: 95%;
}

.slider_item-detail p {
  margin: 45px 0;
}

.slider_call-btn {
  display: inline-block;
  padding: 8px 20px;
  background-color: #edb040;
  color: #fefdfd;
  border-radius: 20px;
}

.slider_section #carouselExampleControls,
.carousel-inner,
.carousel-item {
  height: 100%;
}

.slider_section .custom_carousel-control {
  position: absolute;
  top: 50%;
  left: 2%;
  width: 105px;
  transform: translateY(-50%);
}

.slider_section .custom_carousel-control .carousel-control-prev,
.slider_section .custom_carousel-control .carousel-control-next {
  margin: 10px 0;
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
}

.slider_section .custom_carousel-control .carousel-control-prev {
  background-image: url(../images/prev.png);
  background-color: #fc5d35;
}

.slider_section .custom_carousel-control .carousel-control-next {
  background-image: url(../images/next.png);
  background-color: #000000;
}

/* end slider section */


/* service section */
.service{
  padding: 60px;
}
.card .card-body .card-text{
  margin: 10px;
}
.service_section{
  background-color: #808B96;
}
.service_section .card .card-img-top {
  width: 50px;
  margin: 20px auto 5px auto;
  
}

.service_section .card {
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

.service_section .card .card-title {
  color: #fc5d35;

}

.service_section .card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  background-color: transparent;
}

.service_section .card:hover {
  cursor: pointer;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);

}

.service_section .card:hover::after {
  background-color: #fc5d35;
}
.card-text{
  text-align: justify;
  margin: 5px;
}
/* end service section */

/*fruits section */
.custom_heading{
  margin: 20px;
}

/*end fruits section */

/* tasty section */

.tasty_section {
  width: 100%;
  height: 600px;
  background-image: url(../images/oeufs.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;

}

.tasty_section h2 {
  font-size: 80px;
  text-align: center;
  font-weight: bold;
  color: #FF5733 ;
  text-transform: uppercase;
}

/* end tasty section */

/* client section */
.client_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.client_img-box {
  width: 350px;
}

.client_img-box img {
  width: 100%
}

.client_container h3 {
  text-align: center;
  margin-bottom: 25px;
}


.client_section .custom_carousel-control {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 105px;
  transform: translateX(-50%);
}

.client_section .custom_carousel-control .carousel-control-prev,
.client_section .custom_carousel-control .carousel-control-next {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #292727;
}

.client_section .custom_carousel-control .carousel-control-prev:hover,
.client_section .custom_carousel-control .carousel-control-next:hover {
  background-color: #fc5d35;
}

.client_section .custom_carousel-control .carousel-control-prev {
  background-image: url(../images/prev.png);
}

.client_section .custom_carousel-control .carousel-control-next {
  background-image: url(../images/next.png);
}

/* end client section */

/* contact section */

.contact_section {
  background-image: url(../images/orange-dish.png);
  background-repeat: no-repeat;
  background-size: 215px;
  background-position: right center;
}

.contact_section input {
  border: none;
  outline: none;
  border-bottom: .8px solid #252525;
  width: 90%;
  margin: 10px 0;
}

.contact_form-container {
  padding: 15px 0 15px 0;

}

.contact_form-container button {
  border: none;
  background-color: #fc5d35;
  color: #fff;
  padding: 8px 40px;
  text-transform: uppercase;
  font-size: 14px;
}


/* contact section */

/* map section */
.map_section {
  height: 500px;
}
.card-title{
  text-align: center;
  padding: 10px;
}

/* end map section */

/* info section */
.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 3px 0;

}

.info_section h5 {
  margin-bottom: 12px;
  font-size: 20px;
}
.info_section .container .row .col-md-3 h5 a{
  color:#2e2e2d;
}
.info_section .container .row .col-md-3 h5 a:hover{
  color:#fc5d35;
}
.info_section .social-box {
  margin: 25px 0;
}

.info_section .social-box img {
  width: 35px;
  margin-right: 5px;
}

.info_section .form_container input {
  width: 225px;
  height: 30px;
}

.info_section .form_container button {
  background-color: #fc5d35;
  border: none;
  outline: none;
  color: #fff;
  padding: 5px 30px;
  margin-top: 15px;
  font-size: 15px;
}

/* end info section */


/* footer section*/

.footer_section {
  background-color: #efeded;
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
}

.footer_section p {
  color: #191818;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #191818;
}
/* end footer section*/

/* debut du conteneur card de nos services*/
.card {
  display: flex;
  flex-direction: row;
  align-items: stretch; /* Alignement vertical au centre */
 
}

.card-img-top {
  max-width: 150px; /* Ajuster la largeur maximale de l'image */
  margin-right: 20px; /* Marge à droite pour séparer l'image du texte */
}

.card-body {
  flex: 1; /* Permettre à la partie texte de s'étendre pour remplir l'espace disponible */
  margin: 0; /* Réinitialiser les marges */
  padding: 0; /* Réinitialiser les paddings */
}

.card-title, .card-text {
  margin-bottom: 0; /* Réduire la marge inférieure */
}
.card-text {
  line-height: 1.2; /* Ajuster l'espacement entre les lignes */
}

/* affichage icone ou menu de connexion s'il y a une session */
.not-logged-in i{
  font-size: 15px;
  color: white;
}
/* styles.css */

/* Style pour le bouton du menu déroulant */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-button {
  background-color: transparent;
  color: #333;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  height: 20px;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  align-items: center;
  cursor: pointer; 
}
.dropdown-button:hover {
  color: white;
}
.dropdown-button i {
  margin-left: 5px;
}

/* Style pour le contenu du menu déroulant */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 5px;
  z-index: 1000;
}

.dropdown-content a {
  color: black;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
  background-color: #ffffff;
  
}

.dropdown-content a,i {
  padding: 8px 12px;
}


.dropdown-content a:hover {
  background-color: orangered;
  color: #efeded;
}

/* Affiche le menu déroulant lorsque la classe 'show' est ajoutée */
.dropdown.show .dropdown-content {
  display: block;
}

/* vidéos et gallery */
.heading{
  color: #444;
  font-size: 30px;
  text-align: center;
  padding: 10px;
}
.container-video{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
  align-items: flex-start;
  padding: 5px 5%;
}
.container-video .main-vedeo{
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}
.container-video .main-vedeo video{
  width: 100%;
  border-radius: 5px;
}
.container-video .main-vedeo .title{
  color: #333;
  font-size: 23px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.container-video .video-list{
  background: #fff;
  border-radius: 5px;
  height: 520px;
  overflow-y: scroll;
}
.container-video .video-list::-webkit-scrollbar{
  width: 7px;
}
.container-video .video-list::-webkit-scrollbar-track{
  background: #ccc;
  border-radius: 50px;
}
.container-video .video-list::-webkit-scrollbar-thumb{
  background: #666;
  border-radius: 50px;
}
.container-video .video-list .vid video{
  width: 100px;
  border-radius: 5px;
}
.container-video .video-list .vid{
  display: flex;
  align-items: center;
  gap: 15px;
  background: #f7f7f7;
  border-radius: 5px;
  margin: 10px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, .1);
  cursor: pointer;
}
.container-video .video-list .vid:hover{
  background: #eee;
}
.container-video .video-list .vid.active{
  background: #2980b9;
}
.container-video .video-list .vid.active .title{
  background: #fff;
}
.container-video .video-list .vid.active .title{
  color: #333;
  font-size: 17px;
}

@media (max-width:991px) {
  .container-video{
    grid-template-columns: 1.5fr 1fr;
    padding: 10px;
  }
}
@media (max-width:768px) {
  .container-video{
    grid-template-columns: 1fr;
    padding: 10px;
  }
}
/* vidéos et gallery end */

/* menu CSS nos produits */

.divlink{
  margin: auto 0;
  display: flex;
  justify-content: flex-end;
}
.link{
  margin: 20px;
  width: fit-content;
  position: relative;
  text-align: 0;
  background-color: #fc5d35;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
}

.link span{
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #273e60;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
}

#menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(0,0,0,0.05);
  padding: 40px 10px;
}
.mini_title {
  margin-top: 25px;
  font-size: 16px;
  color: #fc5d35;
  text-transform: capitalize;
}
.title {
  font-size: 20px;
  text-transform: uppercase;
  color: #273e60;
  margin-bottom: 25px;
  text-align: center;
}
.dishes {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  justify-content: space-around;
}
.dishes .dish {
  height: 280px;
  width: 30%;
  background-color: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 6px;
  margin-bottom: 25px;
  transition: 0.5s;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);

}
.dishes .dish  img {
  width: 150px;
  height: 140px;
  margin-bottom: 10px;
}
.dishes .dish p {
  text-align: center;
  font-size: 18px;

}
.dishes .dish a {
  margin-top: 10px;
  font-size: 14px;
  text-decoration: 0;
  background-color: #fc5d35;
  padding: 5px 25px;
  color: #fff;
  border-radius: 6px;
}

/* qui somme nous? CSS */

#about_us {
  display: flex;
  align-items: center;
  height: calc(100vh - 50px);
  flex-direction: column;
  padding: 40px 10%;
  width: 100%;
 padding-bottom: 1300px;
}
.about {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  height: 40vh;
}
.about .left {
   width: 40%;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100vh;
}
.about .left img {
  width: 60%;
}
.about .right {
  width: 60%;
}
.about .right h3 {
  font-size:35px;
  color: #273e60;
  margin: 10px 0;
}
.about .right p {
  font-size: 14px ;
  color: #999;
}
.about .right button {
  margin: 20px 0;
  padding: 5px 60px;
  background-color: #fc5d35;
  border: 0;
}
.about .right button a{
  color: #fff;
  text-decoration: 0;
  font-weight: bolder;
}
/* Pour les écrans moyens à larges (plus grands que 768px) */
@media only screen and (min-width: 834px) and (max-width: 1060px){
  #about_us{
    padding-bottom: 1400px;
  }
  #about_us .container{
    padding-bottom: 20px ;
  }
  .about {
    margin-bottom: 40px;
  }
}
/* Pour les tablettes (entre 577px et 768px) */
@media only screen and (min-width: 701px) and (max-width:833px) {
  #about_us{
    padding-bottom: 1500px;
  }
  #about_us .container{
    padding-bottom: 40px;
  }
  .about .right h3 {
    font-size:20px;
    color: #273e60;
    margin: 10px 0;
  }
  .about {
    margin-bottom: 60px;
  }
}
/* Pour les écrans moyens à larges (- 700px) */
@media only screen and (max-width:700px) {
  #about_us{
    padding-bottom: 1700px;
  }
  .container{
    padding-bottom: 25px;
  }
  .about {
    margin-bottom: 110px; /* Moins d'espace sur les petits écrans pour éviter que la page devienne trop espacée */
  } 
  .about .right h3{
    font-size: 20px;
  }
}
/* telechargement des documents CSS */
.containerDocument{
  margin: 10px;
  padding: 50px;
}
.containerDocument h3{
  text-align: center;
}
.containerDocument ul li{
  margin: 15px;
}
/* page panier  CSS */

    .divlink{
        margin: auto 0;
        display: flex;
        justify-content: flex-end;
    }
    .link{
        margin: 20px;
        width: fit-content;
        position: relative;
        text-align: 0;
        background-color: #fc5d35;
        color: #fff;
        padding: 10px 20px;
        border-radius: 6px;
     }
     .link img{
        width: 25px;
     }
     .paiement{
        margin: auto 0;
        display: flex;
        justify-content: center;
    }
    .btn_paiement{
        margin: 20px;
        width: fit-content;
        position: relative;
        text-align: 0;
        background-color: #fc5d35;
        color: #fff;
        padding: 10px 20px;
        border-radius: 6px;
     }
     .btn_paiement img{
        width: 25px;
     }
    #cart {
        margin: 30px;
        margin-top: 15px;
        border: 1px solid #ccc;
        padding-top: 5px;
    }
    #cart h2{
        text-align: center;
    }
    #cart img{
        width: 30px;
        padding: 8px 0;
    }
    table {
        width: 100%;
        border-collapse: collapse;
    }
    th, td {
        border: 1px solid #ccc;
        padding: 8px;
        text-align: center;
    }
    #total-price{
        margin: 10px;
    }
    
/* end page panier  CSS */
