@font-face {
    font-family: "raleway";
    src: url("fonts/Raleway-Black.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

section,
p {
    font-family: "Verdana";
}

/* your styles go here */
.slick-next:before {
    display: none;
}

.slick-next:after {
    display: none;
}

.swiper-slide {
    cursor: pointer;
    background: transparent;
}

.bg-row-p {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #fff;
    box-shadow: 2px 2px 4px #e5f9ff;
}

.bg-header-p {
    /*background-color: #007aff;*/
    font-family: "relaway";
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #FF3C02;
    margin-bottom: 5px;
    margin-top: 5px;
    /* border-radius: 10px;*/
}

.bg-header-p .h5 {
    padding: 10px;
    font-size: 15px;
   
}

.reset-anchor {
    font-family: "relaway";
    font-size: 12px;
}

.bg-header-p h2 {
    padding: 10px;
}

.zone-relief {
    border: 1px solid #ccc; /* Ajoute une bordure grise */
    box-shadow: 2px 2px 4px #999; /* Ajoute une boîte d'ombre pour donner du relief */
}

.product img {
    border: 1px solid hsla(215, 90%, 16%, 0.174);
  /*  box-shadow: 2px 2px 4px #e5f9ff;*/
}

.product-row {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e5f9ff;
    box-shadow: 2px 2px 4px #e5f9ff;
}

.clignote {
    animation: clignoter 1s ease-in-out infinite;
}

@keyframes clignoter {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.tb {
    color: #000;
    font-size: 14px;
}

/***  input search  ***/

.search-box {
    width: fit-content;
    height: fit-content;
    position: relative;
}
.input-search {
    height: 50px;
    width: 50px;
    border-style: none;
    padding: 10px;
    font-size: 13px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all 0.5s ease-in-out;
    background-color: #FF3C02;
    padding-right: 40px;
    color: rgba(0, 0, 0, 0.9);
}
.input-search::placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 100;
}
.btn-search {
    width: 50px;
    height: 50px;
    border-style: none;
    font-size: 18px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    color: #ffffff;
    background-color: transparent;
    pointer-events: painted;
}
.btn-search:focus ~ .input-search {
    width: 250px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(29, 95, 148, 0.5);
    transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}
.input-search:focus {
    width: 250px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(29, 95, 148, 0.5);
    transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}

.bg-blues {
    background-color: #FF3C02;
}

#btn-loading {
    font-size: 1.2rem;
    padding: 10px 20px;
}

.small {
    font-weight: 700;
}
del{
    font-weight: normal;
}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {
    .reset-anchor {
        font-size: 8px;
    }

    .small {
        font-size: 9px;
    }
    .bg-row-p {
        padding: 1px;
    }
    .py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .bg-header-p h2 {
        font-size: 15px;
    }
    .bg-header-p .h5 {
        padding: 7px;
        font-size: 11px;
    }
}

.slick-prev,
.slick-arrow,
.slick-next {
    display: none;
}

.bn53 {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #25D366;
    padding: 7px;
    width: 150px;
    font-family: "raleway";
    animation: bn53bounce 4s infinite;
    cursor: pointer;
    color:#fff;
    border: none;
}

@keyframes bn53bounce {
    5%,
    50% {
        transform: scale(1);
    }

    10% {
        transform: scale(1);
    }

    15% {
        transform: scale(1);
    }

    20% {
        transform: scale(1) rotate(-5deg);
    }

    25% {
        transform: scale(1) rotate(5deg);
    }

    30% {
        transform: scale(1) rotate(-3deg);
    }

    35% {
        transform: scale(1) rotate(2deg);
    }

    40% {
        transform: scale(1) rotate(0);
    }
}

#footer-mob {
    background-color: #fff;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 988;
    font-weight: 400;
    color: #000;
}
#footer-mob .bttn i {
    color: #fff;
}

.bttn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 3px;
    border: 2px solid transparent;
    height: 40px;
    padding: 0 10px;
    background-color: #FF3C02;

    color: #fff;
    font-weight: 700;
    border-radius: 40px;
    transition: 0.2s all;
    outline: none;
}
.bttn:hover {
    border: 3px solid#53a2aa;
    text-decoration: none;
}
.bttn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem #FF3C02;
}

.bttn-white {
    display: inline-block;
    font-weight: 400;
    color: #FF3C02;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 3px;
    border: 2px solid transparent;
    height: 40px;
    padding: 20px;
    background-color: #fff;
    color: #000;
    font-weight: 700;
    border-radius: 40px;
    transition: 0.2s all;
    outline: none;
}
.bttn-white:hover {
    border: 3px solid #5ba7ae;
    text-decoration: none;
}
.bttn-white:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem #FF3C02;
}

.nav-link {
    padding: 0rem 1rem;
}


.bn54 {
    position: relative;
    background-color: #FF3C02;
    color: #fff;
    padding: 6px;
    border: none;
    font-size: 10px;
}

@media only screen and (max-width: 767px) {
    .bn53 {
        right: 20px;
        bottom: 80px;
        padding: 4px;
        width: 150px;
        font-size: 10px;
    }
    .list-inline-item {
        display: none;
    }
}


.dis-right {
    float: right;
}

.category-item-title {
    font-family: "relaway";
    background: #ffffffd4;
    font-size: 12px;
}

.imgbanner{
    max-width: 100%;
    max-height: 140px;
}

.text-org{
    color:#FF3C02;
    
}

.newsletter-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}


/* Définir le curseur sur pointer pour les liens <a> */
    .navbar-nav-pointer a {
        cursor: pointer;
    }


.navbar-nav-pointer li a {
        color: white; /* Texte en blanc */
        text-decoration: none; /* Supprimer le soulignement des liens si nécessaire */
   
    }

    /* Définir le style pour les <li> */
    .navbar-nav-pointer li {
        background-color: navy; /* Fond en bleu marine */
        margin: 5px; /* Marge autour des éléments <li> */
        border: none; /* Supprimer les bordures */
      
    }

 

