/*Titre Accueil de couleur Blanche */

.s-home-section-title-white {
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 38px;
    line-height: 50px;
    text-transform: uppercase;
    color: #000;
}


/*Titre Accueil de couleur Noir */

.s-home-section-title-black {
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 38px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
}


/*La description de temoignage */

.s-section-descriptions-temoignage {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 34px;
    color: #FFFFFF;
    /* position: relative;*/
    /* width: 420px;*/
    /* left: 139px;*/
    display: flex;
    flex-direction: column;
    text-align: justify;
    /*padding: 56px;*/
}


/*Les description disponible sur la plateforme */

.s-section-description {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    /*padding: 36px;*/
    /*padding-left: 21px;*/
    padding-bottom: 0px;
    text-align: justify;
}


/*Le trait vertical au niveau de chaque description */

.s-section-vertical {
    position: absolute;
    height: 69.5px;
    top: 134.5px;
    border: 1px solid #FFFFFF;
}


/*le cercle et le numero du  titre 1  de l'accueil */

.s-section-num1 {
    height: 70px;
    width: 70px;
    border: 0px solid#FFFFFF;
    box-sizing: border-box;
    text-align: center;
    border-radius: 70px;
    background: #FFFFFF;
}

.s-section-number1 {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 70px;
    color: #F79646;
}


/*le cercle et le numero du  titre 2  de l'accueil */

.s-section-num2 {
    height: 70px;
    width: 70px;
    border: 0px solid#FFFFFF;
    box-sizing: border-box;
    text-align: center;
    border-radius: 70px;
    background: #006E5F;
}

.s-section-number2 {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 70px;
}


/*le cercle et le numero du  titre 3  de l'accueil */

.s-section-num3 {
    height: 70px;
    width: 70px;
    border: 0px solid#FFFFFF;
    box-sizing: border-box;
    text-align: center;
    border-radius: 70px;
    background: #FFFFFF;
}

.s-section-number3 {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 70px;
    color: #FFA17A;
}


/*le cercle et le numero du  titre 4  de l'accueil */

.s-section-num4 {
    height: 70px;
    width: 70px;
    border: 0px solid#FFFFFF;
    box-sizing: border-box;
    text-align: center;
    border-radius: 70px;
    background: #00C9A6;
}

.s-section-number4 {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 70px;
    color: #FFFFFF;
}


/*le cercle et le numero du  titre 5  de l'accueil */

.s-section-num5 {
    height: 70px;
    width: 70px;
    border: 0px solid#FFFFFF;
    box-sizing: border-box;
    text-align: center;
    border-radius: 70px;
    background: #0066AB;
}

.s-section-number5 {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 70px;
    color: #FFFF;
}


/*le titre des  partenaires et clients */

.s-section-title-partnership {
    /*  top: 55px;*/
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
    /*text-align: center;*/
    color: #000000;
    /* position: absolute;*/
}


/*le titre banque */

.s-section-title-banque {
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #FFFFFF;
    /* position: relative;*/
    /* display: flex;*/
    /* justify-content: center;*/
    /*  padding: 30px;
padding-bottom: 0px;*/
    /*padding-left: 50px;*/
}


/*Titre des différentes solutions */

.s-section-satis-title-solutions {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    text-transform: capitalize;
    color: #000000;
    justify-content: space-around;
}


/*Titre des différentes solutions lorsque ça passe à active le font-size change  */

.s-section-satis-title-solutions .active {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    padding: 20px;
    text-transform: capitalize;
    color: #000000;
    display: flex;
    justify-content: space-around;
}


/*Titre Debuter une nouvelle aventure avec nous  */

.s-section-title-nous-contactez {
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    /*line-height: 64px;*/
    /* text-align: center;*/
    font-feature-settings: 'liga' off;
    color: #18191F;
    /* padding: 50px;*/
}

.s-section-description-nous-contactez {
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 35px;
    color: #686868;
}


/*Resultats des recherches titres */

.s-section-title-search-results {
    top: 100px;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    color: #000000;
    padding-bottom: 30px;
    position: absolute;
    left: 60px;
}


/*Button essaie */

.s-section-btn-home {
    background: #FFFFFF;
    height: 39px;
    width: 165px;
    border: 5px solid#FFFFFF;
    box-sizing: border-box;
    text-align: center;
    border-radius: 65px;
    padding: 4px;
}

.s-section-btn-home-title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.s-section-btn-home-title a {
    text-decoration: none;
    color: #F79646;
}


/*Description qui sommes nous */

.s-section-description-qui-sommes-nous {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 37px;
}

.s-section-title-qui-sommes-nous {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 37px;
}

.s-section-form-group {
    margin-top: 60px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 25px;
    color: #000000;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.s-section-form-group input {
    width: 506.5px;
    left: 767px;
    border: 1px solid #000000;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.s-section-form-group select {
    width: 506.5px;
    appearance: none;
    border: none;
    border-bottom: 1px solid #000000;
}

.s-section-form-group textarea {
    width: 508px;
    height: 195px;
    left: 767px;
    top: 557px;
    border: 1px solid #000000;
    box-sizing: border-box;
}

.s-section-form-group input:focus {
    border: 1px solid #000000;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.s-section-form-btn {
    width: 172px;
    height: 47px;
    left: 767px;
    top: 791px;
    background: #F79646;
    border-radius: 90px;
    color: #ffffff;
    margin-top: 30px;
}

button {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}
.s-btn{
    height: 39px;
    line-height: 37px !important;
    border: 1px solid#FFFFFF;
    box-sizing: border-box;
    text-align: center;
    border-radius: 65px;
    width: auto;
    min-width: 160px;
    background-color: #fff;
    color:#F79646;
    padding: 0 15px;
    cursor: pointer;
}
