.titrePrincipal {
    color: #3e7035;
}


h6.sousTitre {
    font-size: clamp(23px, 3.5vw, 35px);
    text-wrap: balance;
    line-height: 30px;
}



#whatWeOffer .mainTitle {
    font-size: 32px;
    font-weight: 700;
    color: #4f4f4f;
    text-align: center;
    padding-top: 45px;
}

#whatWeOffer .mainTitle:before {
    margin: 0px 15px 10px 0px;
    content: "";
    width: 50px;
    height: 2px;
    background: #3e7035;
    display: inline-block;
}

#whatWeOffer .mainTitle:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #3e7035;
    display: inline-block;
    margin: 0px 0px 10px 15px;
}


#whatWeOffer .offre {
    height: 215px;
    box-shadow: 2px 2px 7px -2px #00000085;
    margin-bottom: 3rem;
    border-radius: 8px;
    background: #fff;
    padding: 2rem 1.5rem;
}

#whatWeOffer .offre .icone {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 1rem;
}

#whatWeOffer .offre .icone svg {
    width: 26px;
    color: #000;
}


#whatWeOffer .offre h5 {
    color: #615c5c;
}

#whatWeOffer .offre p {
    color: #7a7c7e;
}










#whoThrivesHere .mainTitle {
    font-size: 32px;
    font-weight: 700;
    color: #4f4f4f;
    text-align: center;
    padding-top: 45px;
}

#whoThrivesHere .mainTitle:before {
    margin: 0px 15px 10px 0px;
    content: "";
    width: 50px;
    height: 2px;
    background: #3e7035;
    display: inline-block;
}

#whoThrivesHere .mainTitle:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #3e7035;
    display: inline-block;
    margin: 0px 0px 10px 15px;
}


#whoThrivesHere .raison {
    margin-bottom: 2.5rem;
}

#whoThrivesHere .raison:last-child {
    margin-bottom: 0;
}

#whoThrivesHere .raison .header {
    display: flex;
    align-items: center;
    gap: .5rem;
}

#whoThrivesHere .raison .icone {
    width: 32px;
    height: 32px;
    background: #3e7035;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

#whoThrivesHere .raison .icone svg {
    width: 16px;
    color: #fff;
}

#whoThrivesHere .raison h6 {
    margin-bottom: 0;
    font-size: 1.25rem;
}

#whoThrivesHere .raison p {
    font-size: 1.10rem;
}


#readyToApply {
    background: #3e70352e;
}

#readyToApply a {
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 300;
    padding: .5rem 1.5rem .3rem;
    border-radius: 8px;
    transition: all .3s ease-in-out;
}

#readyToApply .contactFormLink {
    background: #3e7035;
    color: #fff;
}

#readyToApply .contactFormLink:hover {
    border-radius: 50px;
}

#readyToApply .emailUsLink {
    border: 2px solid #3e7035;
    color: #3e7035;
}

#readyToApply .emailUsLink:hover {
    border-radius: 50px;
}