body {
    background-color: #4f511d;
    font-family: "Inter", sans-serif;
    color: white;
    margin: 0;
    position: relative;
}

body header {
    text-align: center;
    max-width: 1440px;
    margin: 40px auto 40px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 30px;
}

body header h1 {
    font-weight: 500;
    font-size: 34px;
    line-height: 34px;
    margin: 0;
}

body header a img {
    max-width: 75%;
    height: auto;
}

body section {
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 250px;
}

body section video {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}

body footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
    row-gap: 30px;
    padding: 25px 20px;
    flex-wrap: wrap;
}

body footer a {
    display: flex;
    align-items: center;
    justify-content: center;
}

body footer a img {
    height: 20px;
    width: auto;
}

body footer a img.logo_armstrong,
body footer a img.logo_leherpeurparis {
    height: 15px;
    width: auto;
}

body footer a img.logo_calypso_design,
body footer a img.logo_newview,
body footer a img.logo_quais_de_limage {
    height: 30px;
    width: auto;
}

body .copyright {
    text-decoration: none;
    box-shadow: 0 10px 20px #00000030, 0 6px 6px #0000003b;
    position: fixed;
    left: 10px;
    bottom: -40px;
    z-index: 50;
    padding: 16px;
    background-color: white;
    color: black;
    transition: all 0.3s ease;
}

body .copyright:hover {
    bottom: 0;
}

@media screen and (max-width: 1440px) {
    body {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1100px) {
    body header h1 {
        font-size: 28px;
        line-height: 28px;
    }

    body header a img {
        max-width: 80%;
    }

    body footer {
        position: fixed;
        column-gap: 75px;
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    body header h1 {
        font-size: 24px;
        line-height: 24px;
    }

    body footer {
        position: fixed;
        column-gap: 30px;
        row-gap: 15px;
        padding: 15px 10px;
    }

    body footer a img {
        height: 15px;
        width: auto;
    }

    body footer a img.logo_armstrong,
    body footer a img.logo_leherpeurparis {
        height: 10px;
        width: auto;
    }

    body footer a img.logo_calypso_design,
    body footer a img.logo_newview,
    body footer a img.logo_quais_de_limage {
        height: 25px;
        width: auto;
    }

    body .copyright {
        display: none;
    }
}

.termsfeed-com---nb-interstitial-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
}

.termsfeed-com---nb-interstitial-overlay.termsfeed-com---is-hidden {
    display: none;
}

.termsfeed-com---is-visible {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cc-nb-main-container,
.termsfeed-com---pc-dialog {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
}

.termsfeed-com---nb-interstitial {
    position: initial;
    max-width: 950px;
}

.termsfeed-com---pc-dialog {
    width: 950px !important;
}

.termsfeed-com---nb .cc-nb-okagree,
.termsfeed-com---palette-light .cc-cp-foot-save {
    background-color: #3872F0 !important;
}

.termsfeed-com---nb .cc-nb-reject {
    background-color: #000000 !important;
}

.termsfeed-com---nb .cc-nb-okagree:focus,
.termsfeed-com---nb .cc-nb-reject:focus,
.termsfeed-com---nb .cc-nb-changep:focus {
    box-shadow: 0 0 0 2px #000000 !important;
}

.termsfeed-com---palette-light .cc-cp-body-content-entry-text {
    font-size: 14px !important;
}

.cc-cp-body-tabs li {
    font-family: Arial, sans-serif !important;
}

.cc-cp-body-tabs li:nth-child(3),
.cc-cp-body-tabs li:nth-child(5) {
    display: none;
}

.cc-pc-head-lang-select {
    display: none;
}

.termsfeed-com---pc-dialog .cc-cp-foot-byline {
    opacity: 0;
}