body{
    font-family: "Montserrat", sans-serif;
    margin: 0px;
    padding: 0px;
}

header{
    padding: 20px;
    padding-bottom: 0px;
    color: white;
    background-color: #5E0F80;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    background-color: white;
    border-radius: 6px;
}

.logo{
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #5E0F80;
}

.buton_connexion{
    width: 100px;
    height: 25px;
    color: white;
    border: none;
    background-color: #D46FFF;
    border-radius: 5px;
}

.onglets{
    width: 300px;
    margin-right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
}

.onglet{
    color: #744A85;
    text-decoration: none;
}

.onglet :hover{
    color: rgba(68, 28, 75, 0.92);
}

.titre_img{
    margin-top: 30px;
    
    display: flex;
    justify-content: space-between;
}

#partie_1{
    margin-top: 30px;
}

.titre_accueil{
    flex-shrink: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 80px;
    margin-bottom: 0px;
    width: 98.8%;
}

.container_caousel_titre{
    margin-left: -20px;
    padding: 5px;
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
}

.carousel_titre{
    max-width: 640px;
    display: flex;
    flex-direction: row-reverse;
    flex-shrink: 0;
    animation: carousel_titre 12s infinite;
}

@keyframes carousel_titre {

    0%,
    5%{
        opacity: 0;
        transform: translateX(-50%);
    }
    5%,
    25%{
        opacity: 100;
        transform: translateX(0);
    }
    30%,
    35%
    {
        opacity: 0;
    }
    35%,
    60%{
        opacity: 100;
        transform: translateX(100%);
    }
    65%,
    70%
    {
        opacity: 0;
    }
    70%,
    100%{
        opacity: 100;
        transform: translateX(200%);
    }

}

.txt_fort{
    font-weight: 600;
    color: #E9B5FF;
}

.buton_primaire{
    margin-top: 10px;
    width: 200px;
    height: 33px;
    color: #5E0F80;
    border: none;
    background-color: #ffffff;
    border-radius: 5px;
}

.buton_secondaire{
    margin-top: 10px;
    width: 200px;
    height: 33px;
    margin-left: 20px;
    color: white;
    background: transparent;
    border: 1.3px solid white;
    border-radius: 5px;
}

.icones_header{
    display: flex;
    flex-direction: column;
    margin-top: 65px;
}

.icone1{
    margin-bottom: 30px;
    width: 20px;
}

.icone2, .icone3{
    margin-bottom: 30px;
    width: 16px;
}

.partie_2{
    width: 500px;
}

.container_caousel_img{
    padding: 5px;
    display: flex;
    overflow: hidden;
    padding-bottom: 0px;
}

.carousel_img{
    max-width: 530px;
    display: flex;
    flex-shrink: 0;
    animation: carousel_img 12s infinite;
}

@keyframes carousel_img {

    0%,
    5%{
        opacity: 0;
        transform: translateX(50%);
    }
    5%,
    25%{
        opacity: 1001;
        transform: translateX(0);
    }
    30%,
    35%{
        opacity: 0;
    }
    35%,
    60%{
        opacity: 100;
        transform: translateX(-100%);
    }
    65%,
    70%{
        opacity: 0;
    }
    70%,
    100%{
        opacity: 100;
        transform: translateX(-200%);
    }

}

.corps{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.comment_marche{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.titre_comment_marche{
    font-size: 30px;
    font-weight: 600;
}

.trois_etapes{
    margin-top: 30px;
   
    display: flex;
    justify-content: space-between;
    align-items: start;
    font-size: 14px;
}

.icone_etape{
    width: 50px;
}

.etape1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 300px;
    animation: apparition 1s;
    animation-timeline: view();
    animation-range: entry 0% cover 50%;
}

.etape3{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 300px;
    animation: apparition 2.2s;
    animation-timeline: view();
    animation-range: entry 0% cover 50%;
}

.etape2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 300px;
    animation: apparition;
    animation-duration: 1.6s;
    animation-timeline: view();
    animation-range: entry 0% cover 50%;
}

@keyframes apparition {
    from{
        opacity: 0;
        transform: translateY(200px);
    }
    to{
        place-items: 1;
        transform: translateY(0px);
    }
}

.a_propos{
    margin-top: 80px;
    display: flex;
    animation: apparition;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: entry 0% cover 50%;
}

.img_apropos{
    width: 280px;
}

.txt_apropos{
    margin-top: 0px;
    margin-left: 80px;
}

.titre_apropos{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
}

.sous_titre_apropos{
    font: 10px;
}

.buton_primaire_corps{
    margin-top: 10px;
    width: 200px;
    height: 33px;
    margin-right: 20px;
    color: white;
    border: none;
    background-color: #D46FFF;
    border-radius: 5px;
}

.buton_secondaire_corps{
    margin-top: 10px;
    width: 200px;
    height: 33px;
    color: black;
    background: transparent;
    border: 1.3px solid black;
    border-radius: 5px;
}

.txt_objectif{
    margin-top: 0px;
    margin-right: 80px;
    animation: apparition;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: entry 0% cover 50%;
}

.fond_nuance{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    padding-top: 40px;
    background-color: #FCF4FF;
    animation: apparition;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: entry 0% cover 50%;
}

.client_ou_prestataire{
    display: flex;
    margin-bottom: 80px;
    animation: apparition;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: entry 0% cover 50%;
}

.client{
    width: 548px;
    padding-left: 50px;
    padding-top: 50px;
    color: white;
    background-color: #9B76AB;
}

.prestataire{
    width: 518px;
    padding: 50px;
    color: black;
    background-color: #F6E1FF;
}

.titre_fin{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    animation: apparition;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: entry 0% cover 50%;
}

.temoignage{
    width: 900px;
    display: flex;
    overflow: hidden;
}

.carousel_temoins{
    width: 2700px;
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    animation: carousel_temoins  12s infinite;
}

@keyframes carousel_temoins {

    0%,
    5%{
        opacity: 0;
        transform: translateX(50%);
    }
    5%,
    25%{
        opacity: 1001;
        transform: translateX(0);
    }
    30%,
    35%{
        opacity: 0;
    }
    35%,
    60%{
        opacity: 100;
        transform: translateX(-900px);
    }
    65%,
    70%{
        opacity: 0;
    }
    70%,
    100%{
        opacity: 100;
        transform: translateX(-1800px);
    }

}

.temoignage_client{
    width: 430px;
}

.see_more_left{
    position: absolute;
    width: 35px;
    height: 35px;
    margin-top: 100px;
    margin-left: -25px;
}


.see_more_right{
    position: absolute;
    width: 35px;
    height: 35px;
    margin-top: 100px;
    margin-left: 890px;
}