body {
    background-image: url(/images/background-ombrage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

main {
    padding-top: 160px;
    color: white;
}

section {
    padding: 25px 50px;
}

h1 {
    text-transform: uppercase;
    font-size: 30px;
}

h2 {
    margin: 0;
    font-size: 24px;
}

#politique-confidentialite .responsable{
    margin-top: 20px;
}

#politique-confidentialite .responsable h2 {
    font-size: 1.3em;
    margin-bottom: 10px;
}

#politique-confidentialite .responsable a {
    text-decoration: none;
    color: black;
}

.politique_confidentialite_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}
.politique_confidentialite_wrapper footer {
    height: min-content;
}

.politique_confidentialite_wrapper footer a {
    margin-bottom: 10px;
}

#loom-companion-mv3,
.politique_confidentialite_wrapper header button,
.politique_confidentialite_wrapper footer img {
    display: none;
}

@media only screen and (max-width: 1114px) {
    main {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 801px) {
    h1 {
        padding-bottom: 10px;
        font-size: 24px;
    }
    h2 {
        padding-bottom: 10px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 801px) {
    h1 {
        padding-bottom: 10px;
        font-size: 24px;
    }
    h2 {
        padding-bottom: 10px;
        font-size: 18px;
    }
}
