/* Intro site */
.intro-site {
    max-width: 80%;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .img-davy{
        max-width: 60% !important;
        margin: auto;
    }  
}


.titre-h2 {
    font-family: 'Quicksand';
    font-weight: 400;
    color: #757E78;
    font-size: 18px;
    position: relative;
    padding: 1.5rem 3rem;
    display: inline-block;
    margin-left: 1rem;
    width: 100%;
}

.titre-h2-droite {
    font-family: 'Quicksand';
    font-weight: 400;
    color: #757E78;
    font-size: 18px;
    position: relative;
    padding: 1.5rem 3rem;
    display: inline-block;
    margin-left: 1rem;
    width: 100%;
}

@media screen and (max-width: 950px) {
    .titre-h2 {
        margin-left: 0;
        margin-right: 1rem;
        width: 80%;
    }

    .titre-h2-droite {
        margin-right: 0;
        margin-left: 1rem;
        width: 80%;
    }
}

.titre-h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -3rem;
    width: 100%;
    height: 100%;
    background-image: url('../img/vector-titre.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    z-index: -1;
}


/* .titre-h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 200%;
    height: 1px;
    border-bottom: 1px solid #F6D6CF;
    border-bottom-left-radius: 20px;
}

.titre-h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #F6D6CF;
    border-bottom: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
} */

.sous-titre {
    font-family: 'DM Serif Display';
    font-weight: 400;
    color: #757E78;
}

.kalam {
    font-family: 'Kalam';
    font-weight: 400;
    color: #757E78;
}

/* Bannière */

.banniere-texte {
    font-weight: 700;
}

.banniere-colonne {
    align-self: center;
}

.colonne-stck.stk-block.stk-block-column.stk-column>.stk-column-wrapper {
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .stk-block.stk-block-column.stk-column>.stk-column-wrapper {
        margin: 0 !important;
    }
}

/* .colonne-stck-img img {
    filter: brightness(60%);
} 
Inutile car plugin stack    
*/

/* 7 étapes */

/* bloc-desktop & bloc-mobile */

.seven-steps {
    display: block;
    width: 1079px;
    height: auto;
    justify-self: center;
}

.bloc-mobile {
    display: none;
}

@media screen and (max-width: 950px) {
    .bloc-desktop {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .seven-steps {
        display: none;
    }

    .bloc-mobile {
        display: block;
    }

    .titre-h2::before{
        display: none;
    }

    .titre-h2-droite::before{
        display: none;
    }

    .titre-h2, .titre-h2-droite  {
        text-decoration: underline;
        text-decoration-color: #F6D6CF;
        text-decoration-thickness: 3px;
        text-underline-offset: 0.5rem;
        font-weight: bold !important;
        font-size: 24px !important;
    }
}

/* Version avec trait à droite */
.titre-h2-droite {
    font-family: 'Quicksand';
    font-weight: 400;
    color: #757E78;
    font-size: 18px;
    position: relative;
    padding: 1.5rem 3rem;
    display: inline-block;
    margin-right: 1rem;
    width: 100%;
}

.titre-h2-droite::before {
    content: '';
    position: absolute;
    top: 0;
    right: -3rem;
    width: 100%;
    height: 100%;
    background-image: url('../img/vectore-titre2.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    z-index: -1;
}

