.hero{
    background-image: var(--degrade-violet-color2);
    display: flex;
    padding-left: 100px;
    padding-bottom: 200px;
    position: relative;
    height: 80vh;
}

.hero .titre-texte{
    width: 50%;
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.hero .titre-texte h1{
    font-size: var(--h1-font-size);
    color: var(--white-color);
}

.hero .titre-texte p{
    font-size: 1.4rem;
    color: var(--white-color);
}

.hero .photo-groupe{
    width: 39%;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
}

.hero .trait-hero{
    width: 30%;
    position: absolute;
    left: 0px;
    bottom: 0;
    opacity: 0.3;
}

.bandeau-container{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.bandeau-container .bandeau{
    background-color: var(--violet-clair-color);
    padding: 50px 100px;
    display: flex;
    gap: 50px;
    justify-content: space-between;
    width: 95%;
    border-radius: 50px;
    position: absolute;
    top: -25%;
    transform: translateY(-25%);
    z-index: 10;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    align-items: flex-end;
}

.bandeau-container .bandeau .ensemble{
    display: flex;
    gap: 20px;    
    align-items: flex-start;
}

.bandeau-container .bandeau .ensemble .col{
    width: 50%;
}

.bandeau-container .bandeau .col{
    width: 33%;
    display: flex;
    align-items: flex-end;
}


.bandeau-container .bandeau .col h2{
    font-size: var(--h1-font-size);
    color: var(--white-color);
}

.bandeau-container .bandeau .col p{
    font-size: 1.5rem;
    color: var(--white-color);
}

.demarche{
    display: flex;
    flex-direction: column;
    padding-top: 350px;
    padding-bottom: 50px;
    gap: 50px;
}

.demarche h2{
    font-size: var(--h1-font-size);
    color: var(--violet-fonce-color);
    margin: 0px;
    text-align: center;
}

.demarche .card-list{
    display: flex;
    gap: 20px;
    justify-content: center;
    width: 100%;
}

.demarche .card-list .card{
    width: 30%;
    display: flex;
    flex-direction: column;
    padding: 35px;
    border-radius: 50px;
    background-color: var(--violet-fonce-color);
    position: relative;
    height: 427px;
    overflow: hidden;
}

.demarche .card-list .card .texte{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 25%;
}

.demarche .card-list .card .texte h3{
    font-size: var(--h2-font-size);
    color: var(--white-color);
    margin: 0px;
    z-index: 10;
    text-align: left;
}

.demarche .card-list .card .texte p{
    font-size: 1.4rem;
    color: var(--white-color);
    z-index: 10;
}

.demarche .card-list .card svg{
    width: fit-content;
    object-fit: cover;
    position: absolute;
    bottom: 0%;
    right: 7%;
    z-index: 0;
    transform: translateX(-7%);
    transition: all 0.3s;
    transform-origin: bottom;
}

.demarche .card-list .card:hover svg{
    transform: scale(1.1) translateX(-7%);
}

.demarche .card-list .card:first-child svg{
    right: 10%;
    transform: translateX(0%);
    transition: all 0.3s;
    transform-origin: bottom;
}

.demarche .card-list .card:first-child:hover svg{
    transform: scale(1.1) translateX(0%);
}

.demarche h3{
    font-size: 1.5rem;
    color: var(--violet-fonce-color);
    margin: 0px;
    text-align: center;
}

.domaine{
    display: flex;
    padding: 100px 100px 50px 100px;
    gap: 20px;
}

.domaine h2{
    font-size: var(--h1-font-size);
    color: var(--violet-fonce-color);
    margin: 0px;
    width: 33%;
}

.domaine p{
    font-size: 1.5rem;
    color: var(--violet-fonce-color);
    width: 33%;
}

.actions{
    display: flex;
    gap: 50px;
    width: 100%;
}

.actions .medecin{
    height: fit-content;
}

.actions .list-action{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.actions .list-action .line-action{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;

}

.actions .list-action .line-action .action{
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 20px;
    background-color: #F6F6F6;
    border-radius: 50px;
}

.actions .list-action .line-action .action p{
    font-size: 1.5rem;
    color: var(--violet-fonce-color);
}

.actions .list-action .line-action:nth-child(2){
    padding-right: 10%;
    align-self: flex-end;
}

.padding{
    padding: 0px 100px;
    position: relative;
}

.padding .savoirplus{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
    width: fit-content;
    position: absolute;
    top: 0;
    right: 100px;
}

.padding .savoirplus p{
    color: var(--violet-fonce-color);
    font-size: 1.4rem;
    transition: font-size 0.1s ease-in-out, font-weight 0.1s ease-in-out;
    text-align: right;
}

.padding .savoirplus.active p{
    font-size: 1.45rem;
    font-weight: 600 !important;
}

.padding .savoirplus .btn{
    background-color: var(--violet-fonce-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    width: 63px;
    height: 63px;
    transition: transform 0.5s;
}

.padding .savoirplus.active .btn{
    transform: scale(1.1) translate(5px, -5px);
}

.confiance-carrousel{
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    padding: 150px 0px 50px 0px;
}

.confiance-carrousel h5{
    font-size: 1.5rem;
    color: var(--violet-clair-color);
    text-align: center;
}

.confiance-carrousel p{
    font-size: 1.4rem;
    color: var(--violet-fonce-color);
    text-align: center; 
}


.confiance-carrousel .carrousel-section{
    overflow: hidden;
    background-color: var(--violet-fonce-color);
    width: 95%;
    margin: auto;
    border-radius: 50px;
}


.confiance-carrousel .carrousel{
    display: flex;
    flex-direction: row;
    width: max-content;
    align-items: center;
    justify-content: flex-start;
}

.confiance-carrousel .carrousel .image-confiance{
    display: flex;
    align-items: center;
    justify-content: center;
}


.accompagnement{
    display: flex;
    flex-direction: column;
    padding: 100px;
    gap: 50px;
    align-items: center;
    position: relative;
    padding-bottom: 400px;
}

.accompagnement h5{
    font-size: 1.5rem;
    color: var(--violet-fonce-color);
}

.accompagnement h2{
    font-size: var(--h1-font-size);
    color: var(--violet-fonce-color);
}

.accompagnement .prestations {
    display: flex;
    gap: 20px;
    position: absolute;
    z-index: 1;
    bottom: -30%;
    width: 90%;
    justify-content: center;
    align-items: flex-end;
}

.accompagnement .prestations .card-presta{
    width: 33%;
    border-radius: 50px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    height: 493px;
    justify-content: space-between;
    border: 1px solid white;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
    position: relative;
}

.accompagnement .prestations .card-presta .trait{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 75%;
    border-bottom-left-radius: 50px;
    opacity: 0.5;
    transition: opacity 0.5s;
}


.accompagnement .prestations .card-presta:nth-child(1){
    background-color: var(--violet-clair-color);
}

.accompagnement .prestations .card-presta:nth-child(2){
    background-color: var(--rose-color);
}

.accompagnement .prestations .card-presta h2{
    font-size: clamp(1.5rem, 2.5vw, 10rem);
    color: var(--white-color);
}

.accompagnement .prestations .card-presta .fleche-text{
    display: none;
    gap: 75px;
    align-items: flex-end;
    opacity: 0;
    transition: opacity 0.5s;
}

.accompagnement .prestations .card-presta .fleche-text .flech-vers-le-haut{
    background-color: var(--white-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    height: 63px;
    transition: transform 0.5s;
    
}

.accompagnement .prestations .card-presta .fleche-text .flech-vers-le-haut:hover{
    transform: scale(1.1) translate(5px, -5px);

}

.accompagnement .prestations .card-presta:nth-child(1) .fleche-text .flech-vers-le-haut svg path{
    stroke: var(--violet-clair-color);
}

.accompagnement .prestations .card-presta:nth-child(2) .fleche-text .flech-vers-le-haut svg path{
    stroke: var(--rose-color);
}

.accompagnement .prestations .card-presta:nth-child(3) .fleche-text .flech-vers-le-haut svg path{
    stroke: var(--rose-color);
}

.accompagnement .prestations .card-presta .fleche-text #text{
    color: var(--white-color);
    font-size: 14px;
    width: 50%;
}

.mobile{
    display: none;
}

@media screen and (max-width:1250px) {
    
    .hero{
        padding-left: 50px;
    }

    
    .hero .titre-texte {
        margin-top: 100px;
    }

    .bandeau-container .bandeau {
        padding: 50px;
    }

    .demarche .card-list .card {
        height: auto;
    }

    .demarche .card-list .card svg {
        right: 0;
        transform: none;
    }

    .actions{
        flex-direction: column;
    }

    .actions .medecin{
        display: none;
    }

    .actions .list-action{
        align-items: center
    }

    .actions .list-action .line-action {
        flex-wrap: wrap;
    }

    .actions .list-action .line-action:nth-child(2) {
        padding-left: 0;
    }

    .accompagnement .prestations .card-presta {
        gap: 50px;
        justify-content: initial;
    }

    .accompagnement .prestations .card-presta .fleche-text {
        flex-direction: column-reverse;
        height: 100%;
        justify-content: space-between;
    }

    .accompagnement .prestations .card-presta .fleche-text #text {
        width: 100%;
    }

    .accompagnement .prestations .card-presta{
        width: 50%;
    }

}

@media screen and (max-width:1024px) {

    .hero{
        height: auto;
    }

    .bandeau-container .bandeau {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        transform: translateY(-5%);
        margin-bottom: -40%;
    }

    .bandeau-container .bandeau .col {
        width: 100%;
        align-items: flex-start;
    }

    .demarche .card-list {
        flex-direction: column;
        align-items: center;
    }

    .demarche .card-list .card {
        width: 80%;
    }

    .demarche .card-list .card .texte {
        margin-bottom: 25%;
        margin-top: 0;
    }

    .domaine{
        padding: 100px 50px;
    }

    .actions .list-action {
        padding: 0 50px;
    }

    .padding .savoirplus {
        right: 50px;
    }

    .accompagnement {
        position: relative;
        padding: 50px;
    }

    .accompagnement .bottom{
        margin-bottom: -250px;
    }

    .accompagnement .prestations {
        gap: 50px;
        height: auto;
        position: relative;
        bottom: 0;
        width: 100%;
        flex-direction: column;
        gap: 50px;
        top: 250px;
        align-items: center;
    }

    .accompagnement .prestations .card-presta {
        height: auto;
        width: 70%;
    }

    .accompagnement .prestations .card-presta .trait {
        display: none;
    }

    .accompagnement .prestations .card-presta .fleche-text {
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
        opacity: 1;
    }

    .accompagnement .prestations .card-presta .fleche-text .flech-vers-le-haut {
        margin-left: auto;
    }

}

@media screen and (max-width: 768px) {

    .mobile{
        display: inline;
    }

    .hero{
        flex-direction: column;
        padding-bottom: 0;
    }

    .hero .titre-texte {
        width: 100%;
        padding-right: 50px;
        padding-bottom: 135px;
    }

    .hero .titre-texte h1 {
        font-size: 30px;
    }

    .hero .photo-groupe {
        width: 100%;
        position: relative;
        transform: none;
        top: -75px;
    }

    .hero .trait-hero {
        width: 250px;
    }

    .bandeau-container .bandeau {
        width: 80%;
    }

    .bandeau-container .bandeau .col h2 {
        font-size: 30px;
    }

    .bandeau-container .bandeau .ensemble {
        flex-direction: column;
        gap: 20px;
    }

    .bandeau-container .bandeau .ensemble .col {
        width: 100%;
    }

    .bandeau-container .bandeau {
        padding: 30px;
    }

    .demarche {
        padding-top: 200px;
    }

    .demarche h3 {
        padding: 0px 50px;
    }

    .demarche h2 {
        font-size: 30px;
        padding: 0 50px;
    }

    .demarche .card-list .card {
        gap: 50px;
    }

    .demarche .card-list .card .texte h3 {
        font-size: 30px;
        padding: 0;
    }

    .domaine {
        flex-direction: column;
        padding: 50px;
    }

    .domaine h2 {
        width: 100%;
        font-size: 30px;
    }

    .domaine p {
        width: 100%;
    }

    .actions .list-action .line-action .action svg{
        width: 43px;
        height: 43px;
    }

    .actions .list-action .line-action:nth-child(2) {
        padding-right: 0;
    }

    .padding {
        padding: 25px 50px;
    }

    .padding .savoirplus {
        right: 0px;
        margin-left: 0;
        width: 100%;
        position: relative;
    }

    .confiance-carrousel {
        padding: 50px 0;
    }

    .confiance-carrousel p {
        padding: 0px 50px;
    }

    .accompagnement .prestations .card-presta {
        width: 100%;
    }

    .accompagnement .prestations .card-presta h2 {
        font-size: 30px;
        text-align: left;
    }

    .accompagnement h2 {
        font-size: 36px;
        text-align: center;
    }


}