@font-face {
    font-family: "futura";
    src: url(img/Futura/FuturaStd-Medium.otf)
}

@font-face {
    font-family: "futura_light";
    src: url(img/Futura/FuturaStd-Light.otf)
}

@font-face {
    font-family: "futura_bold";
    src: url(img/Futura/FuturaStd-Bold.otf)
}

html {
    padding: 0;
    margin: 0;
}

:root {
    --color-purple: #a8d1ee;
}

body {
    color: white;
    font-family: "futura";
    padding: 0;
    margin: 0;
    text-align: center;
    background-image: url("img/Fond_Hivernal.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.contenus {
    text-align: center;
    width: calc(100% - 40px);
    padding: 20px;
    min-height: 900px;
    z-index: 10;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.contenus p {
    word-break: break-word;
}

.texte {
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 15px;
}

.date {
    font-size: 25px;
    font-family: "futura_Bold";
    color: #000000;
}

.soon {
    letter-spacing: 3px;
    font-family: "futura_light";
    opacity: 60%;
    font-size: 20px;
    color: #FFFFF0;
}


.soon2 {
    letter-spacing: 3px;
    font-family: "futura_bold";
    opacity: 60%;
    font-size: 20px;
    color: #FFFFF0;
}

.contact {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
}

.contact a {
    color: white;
}

.contact a:hover {
    text-decoration: none;
    position: relative;
}

img {
    max-width: 100%;
    bottom: 0;
}



/* Règle pour que tous les liens soient blancs, adapter la règle (mettre un nom de classe) si besoin de prévoir différents états/couleurs de liens */
a, a:hover, a:visited {
    color: white;
}

/* Classe qui détermine la bordure ; adapter épaisseur et couleur en fonction des besoins */
.frame-border {
    border: 2px solid #fff;
}

#footerLinksRs .listRs {
    list-style-type: none;
    font-size: 18px;
    padding: 0;
}

#footerLinksRs .listRs svg {
    height:35px;
}
#footerLinksRs .listRs svg path {
    fill: #a8d1ee;
}

#footerLinksRs .listRs svg:hover path {
    fill: #FFF;
}

#footerLinksRs p {
    font-size: 24px;
    /*padding-bottom:30px;*/
}

#footerLinksRs .listRs li {
    margin: 0 5px;
    display: inline-block;
}
.logo {
    max-width: 350px;
}
@media screen and (max-width: 1500px) {
    .logo {
        max-width: 350px;
    }
}

@media screen and (min-width: 1500px) {

}

@media screen and (max-width: 1000px) {
    .contenus p {
    }
}

@media screen and (max-width: 600px) {
    .contenus {
        min-height: 600px;
    }
    .chapeau,  .chapeau.big strong {
        margin-top: 80px!important;
    }
    .chapeau,  .chapeau.big strong, #footerLinksRs p {
        font-size:20px!important;
    }


}

@media screen and (max-width: 400px) {
    .contenus p {
        margin-bottom: 30px;
    }
}

.chapeau {
    margin-top:100px;
    font-size: 1.5rem;
    font-family: "futura", Verdana, sans-serif;
}

.chapeau strong {
    color: var(--color-purple);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "futura_bold", Verdana, sans-serif;
}
.chapeau.big  {
    margin-top:140px;
}

.chapeau.big strong {
    font-size: 1.625rem;
}

.chapeau a {
    color: var(--color-purple);
}