/********** Template CSS **********/
:root {
    --primary: #28a745;
    --primary-gold: #d2ae23;
    --gold: #d2ae23;
    --white: #FFFFFF;
    --secondary: #FF9933;
    --light: #F6FFF2;
    --dark: #263A4F;
}
.bg {
    background: #d2ae23;
}

.bg-color{
    background-color: var(--primary);
}

.text-color{
    color: var(--primary);
}

.borde-color{
    border: 2px var(--primary) solid;
}


/*.carousel-item {*/
/*    height: 80vh;  Ajuste la hauteur à 80% de la hauteur de la fenêtre 
/*}*/
/*.carousel-item img {*/
/*    object-fit: cover;*/
/*    object-position: center;*/
/*    height: 100%;*/
/*}*/


/* Style pour les bordures arrondies */
.card {
    border-radius: 15px;
    border: var(--primary) 1px solidss;
}

/* Style pour les nombres */
.number {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    color: #28a745; /* Vert pour correspondre à la bordure */
}

/* Style pour les puces avec flèches */
.card-text ul {
    list-style-type: none;
    padding-left: 0;
}

.card-text ul li::before {
    content: "\2192"; /* Flèche vers la droite */
    color: #28a745;
    font-weight: bold;
    margin-right: 8px;
}

.option-box {
    display: flex;
    align-items: center;
}

.number {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: var(--primary-gold); /* Change for each option */
    border-radius: 10px;
}

.option-content {
    padding: 20px;
    border-radius: 8px;
    flex-grow: 1;
    position: relative;
    color: white;
}

.option-title {
    font-size: 24px;
    font-weight: bold;
}

.bg-gary {
    background-color: #e7e7e6; /* Custom orange for Option 4 */
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .number {
        font-size: 40px;
        width: 60px;
        height: 60px;
    }
}


#typewriter{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.color {
    background-color: var(--primary-gold);
    color: white;
}


 /* Styles personnalisés */
 .section-title {
    background-color: #d2ae23;
    text-align: center;
    color: black;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
}

.partner-section {
    background-color: #FFFFFF;
    padding: 20px 0;
}

.partner-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.product-item img {
    width: 200px; /* Largeur fixe */
    height: 150px; /* Hauteur fixe */
    /* object-fit: cover; Maintient le ratio d'aspect tout en remplissant la boîte */
    /* border-radius: 5px; Facultatif : arrondi des coins */
}


.partner-logo img {
    max-width: 150px;
    max-height: 100px;
}

.temoignages-section {
    font-family: Arial, sans-serif;
}
.temoignages-header {
    background-color: var(--primary-gold);
    color: black;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.bg-testimonial {
    background: url(../img/BANNIERE\ PEFF.jpg) top center no-repeat;
    /* background: var(--gold); */

    background-size: cover;
}

#multiStepForm{
    background: url(../img/logo.png) top center no-repeat;
    background-size: contain;
}

.testimonial-carousel {
    background: var(--primary);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}


.img-thumbnail { cursor: pointer; }
    .modal-footer img { width: 50px; height: 50px; object-fit: cover; cursor: pointer; 
}

.cta-button {
    background-color: #ffc107;
    color: #212529;
    font-weight: bold;
}
.cta-button:hover {
    background-color: #e0a800;
}



.testimonial-card {
    background-color: #f8f9fa;
    border-radius: 15px;
    padding: 30px;
    position: relative;
}
.testimonial-image {
    width: 100px;
    height: 150px;
    border-radius: 10%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.quote-marks {
    font-size: 6rem;
    color: #007bff;
    position: absolute;
    top: -20px;
    left: 20px;
    opacity: 0.3;
}
.testimonial-text {
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.6;
}
.testimonial-author {
    font-weight: bold;
    margin-bottom: 0;
}
.testimonial-position {
    color: #6c757d;
}




.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}

.Comment-form{
    background: #fff;
    margin-bottom: 5%;
    width: 100%;
}

.form-control{
    border-radius:1rem;
}

.Comment-image{
    text-align: center;
}

.Comment-form h2{
    margin-bottom: 5%;
    margin-top: 3%;
    text-align: center;
    color: #02295c;
}

.btnContact {
    border: none;
    background: #3c9b39;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.contact-section {
    font-family: Arial, sans-serif;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}
.contact-header {
    /* color: #FF7F50; */
    color: var(--primary-gold);
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    /* border: 1px solid #ddd;
    border-radius: 4px; */
}
.contact-form textarea {
    height: 100px;
}


.btn {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-outline-gold {
    background-color: var(--gold);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 30px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    background: var(--primary-gold);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.bg-hero {
    background: url(../img/carousel-1.jpg) top right no-repeat;
    background-size: cover;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.bg-vegetable {
    background: linear-gradient(rgba(52, 173, 84, .2), rgba(52, 173, 84, .2)), url(../img/vegetable.png) bottom right no-repeat;
    background-size: contain;
}

.bg-fruit {
    background: linear-gradient(rgba(255, 153, 51, .2), rgba(255, 153, 51, .2)), url(../img/fruit.png) bottom right no-repeat;
    background-size: contain;
}

.service-item {
    box-shadow: 0 0 45px #EDEDED;
    transition: .5s;
}

.about i,
.service-item i {
    background-image: linear-gradient(var(--primary), var(--primary-gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .5s;
}

.service-item:hover {
    color: var(--light);
    background: var(--primary) !important;
}

.service-item:hover i {
    background-image: linear-gradient(var(--light), var(--primary-gold));
}

.service-item:hover h4 {
    transition: .5s;
}

.service-item:hover h4 {
    color: var(--light);
}

.product-item {
    padding: 0 30px 30px 30px;
}

.product-item .btn-action {
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 0;
    opacity: 0;
    transition: .5s;
}

.product-item:hover .btn-action {
    bottom: 0;
    opacity: 1;
}

.product-item h5 {
    transition: .5s;
}

.product-item:hover h5 {
    opacity: 0;
}


.tof-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 55%;
    bottom: 0;
    left: 0;
    /* background: url(../img/bg-product-1.png) left bottom no-repeat, url(../img/bg-product-2.png) right bottom no-repeat; */
    /* background: url(../img/BANNIERE\ PEFF.jpg) no-repeat; */
    /* background-size: cover; */
    background-color: white;
    z-index: -1;
}

.tof-carousel .owl-nav {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.tof-carousel .owl-nav .owl-prev,
.tof-carousel .owl-nav .owl-next{
    position: relative;
    width: 55px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.tof-carousel .owl-nav .owl-prev:hover,
.tof-carousel .owl-nav .owl-next:hover {
    color: var(--primary-gold);
}


.product-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 55%;
    bottom: 0;
    left: 0;
    /* background: url(../img/bg-product-1.png) left bottom no-repeat, url(../img/bg-product-2.png) right bottom no-repeat; */
    /* background: url(../img/BANNIERE\ PEFF.jpg) no-repeat; */
    /* background-size: cover; */
    background-color: var(--primary);
    z-index: -1;
}

.product-carousel .owl-nav {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next{
    position: relative;
    width: 55px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    color: var(--primary-gold);
}


.temoinage-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 55%;
    bottom: 0;
    left: 0;
    /* background: url(../img/TROPHEE\ 300_300.jpg) left bottom no-repeat, url(../img/MME\ FONING\ 300_300.jpg) right bottom no-repeat;
    background-size: contain;
    background-color: var(--primary);
    z-index: -1; */
}

.temoinage-carousel .owl-nav {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.temoinage-carousel .owl-nav .owl-prev,
.temoinage-carousel .owl-nav .owl-next{
    position: relative;
    width: 55px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.temoinage-carousel .owl-nav .owl-prev:hover,
.temoinage-carousel .owl-nav .owl-next:hover {
    color: var(--primary-gold);
}






.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.2);
}

.blog-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(52, 173, 84, 0), rgba(52, 173, 84, 1));
    z-index: 1;
}

.bg-footer {
    background: linear-gradient(rgba(52, 173, 84, .7), rgba(52, 173, 84, .7)), url(../img/footer.png) center bottom no-repeat;
    background-size: contain;
}

@media (min-width: 991.98px) {
    .bg-footer {
        margin-top: 90px !important;
    }
}