/* bleu ciel:  #1B9EDD*/
/* bleu encore plus ciel #d1ecf8 */
/* gris:  #818C8E*/

/*menu*/
.navbar .navbar-nav .nav-item>.nav-link {
    font-size: 1rem;
    font-weight: 600;
    font-family: revert;
}
/*page produit*/
#middle-content h1{
    color: #1096d5;
}
.card-title {
    color: #212529;
}
.custom-control-label .img-fluid {
    border-radius:6px;
}
.carousel-item .img-fluid {
    border-radius:6px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    display:inline-block;
}
/*voir plus*/
.seo {display:none;}
.voirplus {color:#1B9EDD;}
/*4 logos svg*/
.st0{fill:#FFFFFF;}
.our_clients {
    background-color: #1B9EDD !important;
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
}
/*Titre de la page 404 */
.titre-404{ 
    font-size:3.5rem;
}
/*Sous titre de la page 404 */
.sous-titre-404{
    font-size:2rem;
    color: #555555;
}
/*Texte(p) de la page 404 */
.texte-404{
    font-size:1.5rem;
    color: #555555;
}
/*bouton de suivi livraison*/
.fa-truck:before {content:"";}
/*lien home page*/
body > div.middle-header.py-0.py-md-3 > div.middle-footer-content > div.description.bg-light.py-md-5.py-4 > div > div > div.col-lg-4.col-md-6.mb-lg-0.mb-3 > div > div.d-flex.justify-content-center.align-items-center.mt-lg-5.mt-3.flex-column.contact-details > div.contact-data.mb-md-3.whatsapp-hover.d-flex.align-items-start.flex-column.position-relative.justify-content-md-start.justify-content-center > div > div > h5 > a {color:white !important;}
body > div.middle-header.py-0.py-md-3 > div.middle-footer-content > div.description.bg-light.py-md-5.py-4 > div > div > div.col-lg-4.col-md-6.mb-lg-0.mb-3 > div > div.d-flex.justify-content-center.align-items-center.mt-lg-5.mt-3.flex-column.contact-details > div.contact-data.mb-md-3.whatsapp-hover.d-flex.align-items-start.flex-column.position-relative.justify-content-md-start.justify-content-center > div > div > h5 > a:hover {color:#52CE5E !important;}
.description .card .contact-data a {color: #1096d5 !important;}

@media only screen and (max-width: 768px) {
   .nav-link {
    font-size: 10pt !important;
  }
  
      /*Titre de la page 404 */
    .titre-404{ 
        font-size:2.7rem;
    }
    /*Sous titre de la page 404 */
    .sous-titre-404{
        font-size:1rem;
    }
    /*Texte(p) de la page 404 */
    .texte-404{
        font-size:0.8rem;
    }
  
}

/* for zakeke button style */
.zakeke_design {
    background: #777777;
    border-color: #777777 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-width: 2px !important;
}
.zakeke_design a {
    padding: 1rem !important;
    color: #ffffff !important;
}
.zakeke_design a i {
    background: transparent !important;
}
.zakeke_design a span {
    color: #ffffff !important;
}
.zakeke_design .h4 {
    text-transform: uppercase;
}
.zakeke_design:hover {
    background: transparent;
}
.zakeke_design:hover a {
    color: #777777 !important;
}
.zakeke_design:hover a span {
    color: #777777 !important;
}