.accueil {
    width: 100%;
    height: 88vh;
    /* margin-bottom: calc(var(--unite-base)*2); */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



/* ÉCRAN PRINCIPAL ---------------- */

.main {
    height: 100%;
    max-height: 100%;
    width: 100%;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* background: radial-gradient(100% 456.85% at 100% 46.56%, #8369B3 0%, #C4C4C4 0%, #50499B 0.01%, #A692CF 47.4%, #50499B 100%); */
    /* background: radial-gradient(#8369B3, #50499B); */
    /* background-image: url('../images/visuel1.png');
    background-repeat: no-repeat;
    background-position:center;
    background-size: auto 60%;
    color: white; */
    box-sizing: border-box;
}

.main p {
    font-size: 28px;
    font-weight: lighter;
    margin: 3px;
    color: var(--gris-fonce);
    font-family: 'Raleway', sans-serif;
}

.main div {
    text-align: center;
    flex-basis: 100%;
}

.soustitre p {
    font-size: 16px;
}

strong {
    font-weight: 600;
}

.titreplus {
    color: var(--bleu-selecteur);
    font-weight: 600;
    font-size: 28px;
}

.visuelrachis {
    max-height: 60%;
    background-image: url('../img/doublerachis.jpg');
    background-repeat: no-repeat;
    background-size: auto 30%;
    background-position: center;
    /* background-color: yellow; */
    /* flex: 1; */

}

.visuelrachis img {
    height: 100%;
}

/* --------------------------------------- */

.baseline {
    height: calc(var(--unite-base)*2);
    min-height: 32px;
}

.edito {
    background-color: transparent;
}

.editotexte {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    max-width: 800px;
}

.edito h6 {
    font-size: 16px;
    color: var(--bleu-selecteur);
    text-align: right;
}

.edito p {
    margin-bottom: 10px;
    color: var(--gris-fonce);
}

.flechenav {
    padding-top: 32px;
}

.flechenav img {
    max-width: 50px;
}



/* Smartphones HD OLD */
@media screen and (max-width: 480px) and (orientation: Portrait) {

    .titreplus, .main p {
        font-size: 21px;
    }

    .soustitre p {
        font-size: 16px;
    }
    

}