/* debut css HEADER */
header div {
    width: 700px;
    padding: 35px 45px;
    margin-left: 80px;
    background: #ffffff98;
}

header h6 {
    font-size: clamp(23px, 3.5vw, 40px);
}

header h6 span {
    display: block;
}


header p {
    font-size: clamp(20px, 2vw, 25px);
    margin: 15px 0 30px;
}

header input {
    background: #3e7035;
    color: #fff;
    border: none;
    font-size: clamp(18px, 1.8vw, 23px);
    font-weight: normal;
    padding: 5px 25px;
    border-radius: 3px;
    transition: all .3s ease-in-out;
}

header input:hover {
    background: #3e7035d4;
}

@media (max-width:880px) {
    header div {
        width: 80%;
        margin: auto;
        padding: 25px 35px;
    }
}
@media (max-width:480px) {
    header div {
        width: 94%;
        padding: 25px 15px;
    }
}
/* fin css HEADER */









/* --------------------------------- */
#sectionWWA svg {
    width: 50px;
}
@media (min-width:500px) {
    #sectionWWA svg {
        width: 30px;
    }   
}

#whoWeAreTitle {
    color: #3e7035;
    font-size: clamp(40px, 3.5vw, 60px);
    font-weight: 700;
}


/* Services Home------------------------------------- */
#bestServices {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

#bestServices .service {
    position: relative;
    width: 100%;
    height: 170px;
    overflow: hidden;
}

@media (min-width: 768px) {
    #bestServices { justify-content: center; }
    #bestServices .service { width: 48%; }
}

@media (min-width: 1200px) {
    #bestServices .service { width: 32%; }
}

#bestServices .service a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#bestServices .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s;
}

#bestServices .service h6 {
    background: #ffffffbf;
    width: 80%;
    color: #525151;
    height: 60%;
    position: absolute;
    top: 20%;
    text-align: center;
    font-size: 18px;
    display: flex;
    align-items: center;
}

#bestServices .service:hover .image {
    transform: scale(1.2);
}


/* Le "view all industries. */
#bestServices #all h6 {
    background: #3e7035d4;
    width: 100%;
    color: #fff;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-transform: uppercase;
}

#bestServices #all:hover h6 {
    background: #3e7035c3;
}

#bestServices #all h6 span {
    border: 1px solid #ffffff7d;
    padding: 18% 25%;
    transition: all .3s ease-in-out;
}

#bestServices #all:hover h6 span {
    border: 1px solid #ffffff77;
    padding: 15% 22%;
    transition: all .3s ease-in-out;
}



/* ecsBenefits */
#ecsBenefits .bienfait {
    height: 400px;
    background: #fff;
    padding: 50px 30px;
    border-radius: 10px;
    box-shadow:0px 10px 50px rgba(0, 0, 0, 0.1);
}

@media (min-width:350px) {

    #ecsBenefits .bienfait {
        height: 350px;
    }
}

@media (min-width:991px) {

    #ecsBenefits .bienfait {
        height: 300px;
    }
}

@media (min-width:1200px) {

    #ecsBenefits .bienfait {
        height: 345px;
    }
}

#ecsBenefits .bienfait.premier {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


#ecsBenefits .bienfait div {
    background:#3e70351a;
    width:80px;
    height:80px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50px;
}

#ecsBenefits .bienfait h6 {
    font-size: 20px;
    margin-top: 22px;
    color:#32353a;
}

#ecsBenefits .bienfait p {
    margin-bottom: 0;
    color:#212529;
}



/* DEBUT Home - Process */

#process .process {
    background: #fff;
    height: 400px;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
}

@media (min-width:1200px) {

    #process .process {
        height: 450px;
    }

    #process .process .icon {
        margin-top: 30px;
    }
}


#process .container h2 {
    font-size: 32px;
    font-weight: 700;
    color: rgb(46, 49, 53);
    text-align: center;
    padding-top: 45px;
    margin-bottom: 25px;
}

#process .container h2:before {
    margin: 0px 15px 10px 0px;
    content: "";
    width: 50px;
    height: 2px;
    background: #3e7035;
    display: inline-block;
}

#process .container h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #3e7035;
    display: inline-block;
    margin: 0px 0px 10px 15px;
}

#process .process .icon {
    width: 48px;
    height: 48px;
    position: relative;
    margin-bottom: 50px;
}

#process .process .icon:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #f0f1f2;
    border-radius: 50px;
    z-index: 1;
    top: 10px;
    right: -15px;
    transition: 0.3s;
}

#process .process i {
    color: #3e7035;
    font-size: 40px;
    transition: ease-in-out 0.3s;
    z-index: 2;
    position: relative;
    line-height: 1.8;
}

#process .process h3 {
    color: #364d59;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding-bottom: 8px;
    font-size: 22px;
    position: relative;
    display: inline-block;
    border-bottom: 4px solid #ebebed;
    transition: 0.3s;
}

#process .process:hover h3 {
    border-bottom: 4px solid #3e7035;
}


#process .process p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    color: #364d59;
}
/* FIN Home - Process */


/* DEBUT TRICKS */
/* #tricks h2 {
    font-size: 32px;
    font-weight: 700;
    color: rgb(46, 49, 53);
    text-align: center;
    padding-top: 45px;
}

#tricks h2:before {
    margin: 0px 15px 10px 0px;
    content: "";
    width: 50px;
    height: 2px;
    background: #3e7035;
    display: inline-block;
}

#tricks h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #3e7035;
    display: inline-block;
    margin: 0px 0px 10px 15px;
} */
#tricks ul li .nav-link {
    padding: 15px 0;
    transition: 0.3s;
    color: #364d59;
    border-radius: 0;
    cursor: pointer;
    height: 100%;
    width: 92%;
    border-bottom: 4px solid #e2e4e6;
    font-size: 18px;
    font-weight: 600;
}
#tricks ul li .nav-link.active {
    background: none;
    color: #3e7035;
    border-bottom: 5px solid #3e7035;

}
/* FIN TRICKS */



/* DEBUT TEMOIGNAGES */
#temoignages .container h2 {
    font-size: 32px;
    font-weight: 700;
    color: rgb(46, 49, 53);
    text-align: center;
    padding-top: 45px;
    margin-bottom: 25px;
}

#temoignages .container h2:before {
    margin: 0px 15px 10px 0px;
    content: "";
    width: 50px;
    height: 2px;
    background: #3e7035;
    display: inline-block;
}

#temoignages .container h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #3e7035;
    display: inline-block;
    margin: 0px 0px 10px 15px;
}

#temoignages .profil {
    width: 70px;
    height: 70px;
    border-radius: 50px;
}

#temoignages .profil img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: none;
    background: gray;
}

.carousel-indicators .active { background: #3e7035; }