:root {
    --margin-left-contenu: auto;
    --margin-right-contenu: auto;
    --largeur-max-header: 1152px; /**Dimension du header**/
    --largeur-max-contenu: 825px;
    --largeur-max-contenu-sous-section: 650px;
    --minimum-margin: 16px;
    --couleur-h1-underline: #FF8E7A;
    --couleur-bleu-shadow: #0957973D;
    --couleur-bleu-fonce: #223654;
    --couleur-bleu-clair: #095797;
    --couleur-bleu-higlight: #1472BF;
    --couleur-bleu-shine: #4A98D9;
    --couleur-hightlight: #DAE6F0;
    --couleur-bordure: #C5CAD2;
    --couleur-bordure-fonce: #8893A2;
    --couleur-recherche: #6B778A;
    --couleur-fond-menu-ancre: #F7F7F7;
    --couleur-fond-accordeon: #F1F1F2;
    --font-family-texte: "Open Sans", sans-serif;
    --font-family-titre: Roboto, sans-serif;

    --legacy-couleur-fond: #F0F0F0;
    --couleur-fond: var(--legacy-couleur-fond, #FFF);
}

body {
    background-color: var(--couleur-fond, #FFF);
	margin: 0;
}

.h2{
    margin-top: 48px !important;
    margin-bottom:16px !important;
}

.h3 {
    margin-top: 24px !important;
    margin-bottom: 16px !important;
}

@media only screen and (max-width: 850px) {
    .premiere-section-conteneur .sous-section-premiere-section {
        margin-top: 0;
    }
}

p, ul, ol {
    color: var(--couleur-bleu-fonce, #223654);
}


.body-conteneur {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1296px;
    margin: 0 auto 0;
}

.largeur-bloc-main {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    font-family: "Open Sans", serif !important;
    font-size: 16px !important;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 4px;
    margin: 72px 0 120px;
}

.bloc-content-dimension {
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: "Open Sans", serif !important;
    font-size: 16px !important;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 0.25rem;
    background-color: #fff;
    padding: 72px;
}

@media only screen and (max-width: 1300px) {
    .largeur-bloc-main {
        margin: 0;
    }
    .bloc-content-dimension {
        margin: 0;
    }
}

@media only screen and (max-width: 1140px) {
    .body-conteneur {
        flex-direction: column;
    }
}
@media only screen and (max-width: 850px) {
    .largeur-bloc-main {
        margin: 0;
    }
    .bloc-content-dimension {
        padding: 48px 16px 16px 16px;
    }
}

.conteneur-pied-de-page{
    background-color: white !important;
}

.sqin-page-titre {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: var(--couleur-bleu-fonce, #223654);
    margin-bottom: 32px;
}

@media only screen and (max-width: 768px) {
    .sqin-page-titre {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 25px;
    }

    .h2{
        font-size: 28px !important;
    }

    .h3{
        font-size:25px !important;
    }
}

@media only screen and (max-width: 768px) {
    .en-tete-de-page {
        min-width: 375px;
    }
    .en-tete-de-page .conteneur-logo img {
        width: 202px;
        height: 63px;
    }
}