/*  ================= CSS pour des pages simples ========== 
*
* error404.php
* politique-confidentialite.php
*
*/
h2{
    font-size: 1.2em;
}

#error-page .section-2 p {
    font-size: 2.2em;
}

main#error-page{
}

main#politique-page {
}


.section-1 {
    margin-top: 4%;
}
.section-1  .logo{
    max-width: max-content;
    width: 70%;
}

.section-2 {
    margin-top: 36px;
    margin-bottom: 69px;
}

.section-2 div{
    margin-top: 27px;
}

.section-2 p{
    margin-top: 8px;
}

#error-page .section-2 {
    padding-bottom: 114px;
}

/*  =============== SECTION - 6 =============== */
.section-6{
    justify-content: space-between;
}

.section-6 .col-1 h3{
    margin-bottom: 33px;
    font-weight: normal;
    max-width: 484px;
}

.section-6 .container {
    margin-bottom: 10px;
}

.section-6 .col-2{
    width: 100%;
    position: relative;
    background-color: var(--gris);
    color: white;
}




.section-6 .row-1, .section-6 .row-2, .section-6 img, .section-6 .row-4, .section-6 .row-5,.section-6 .row-6{
    margin-bottom: 22px;
}


footer.marge{
    margin-top: 67px;
}

footer a{
    color: black;
}

@media only screen and (min-width: 1024px) {

    main#error-page{
    }
    
    main#politique-page {
    }

    h1{
        font-size: 2.2em;
    }

    h2{
        font-size: 1.4em;
    }
    
    .section-6 .col-2{
        padding-top: 32px;
    }
}

@media only screen and (min-width: 1500px) {
    .marge{
        margin: 4%  126px 69px 126px;
    }
}