@font-face {
    font-family: "1942";
    src: url("polices/1942-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    padding:0 100px;
    margin:0 0;
    background-color: #70eded;
}
.banniere{
    width: 100%;
    height: 180px;

    display: flex;
}
.banniere  img {
    height: 100%;
}
.banniere a{
    height: 100%;
}
.banniere .titre{
    font-family: "1942";
    font-size: 35px;
    font-weight: 600;
    height: 100%;

    display:flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;

    background-image: url("../ui/images/plage.jpg");
    background-size: cover;
    background-position: center;

}

.conteneur{
    display: flex;
    width: 100%;
    color: #111514;
    gap: 60px;
}
.conteneur nav{
    display: flex;
    flex-direction: column;
    font-size: 60px;
}
.conteneur nav ul{
    list-style: none;
    font-weight: 100;
    padding:0 0;
    text-align: center;
}
.conteneur nav a{
    text-decoration: none;
    color: #706a3a;
}
.conteneur main{

}
.conteneur .contenu{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
}

.conteneur .contenu a{
    width: 33%;
}
.conteneur .contenu a figure{
     width: 100%;
 }
.conteneur .contenu figure{
    width: 33%;
    margin:0 0;
  }
.conteneur .contenu figure img{
    width: 100%;
}
footer{
    display: flex;
    justify-content: center;
    width: 100%;
    border: 2px solid black;
    padding: 7px 0;
}

@media (max-width: 1000px){
    body{
        padding: 0 0;
    }
    .conteneur{
        padding: 0 3%;
    }
    .conteneur .contenu{
         display: flex;
         flex-direction: column;
         align-items: stretch;
     }
    .conteneur .contenu a {
        width: 95%;
    }
    .conteneur .contenu figure {
        width: 95%;
    }
}
@media (max-width: 800px){
    .banniere{
        height: 150px;
    }
    .conteneur nav{
        font-size: 50px;
    }

}
@media (max-width: 700px){
    .banniere{
        height: 130px;
    }
    .conteneur nav{
        font-size: 40px;
    }
}
@media (max-width: 600px){
    .banniere{
        height: 100px;
    }
    .conteneur nav{
        font-size: 30px;
    }
}
@media (max-width: 540px){
    .banniere .titre{
        font-size: 33px;
    }
    .conteneur {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;

    }
    .conteneur nav{
        font-size: 70px;
    }
    .conteneur nav ul{
        margin:10%;
        background-color: #009886;
    }
    .conteneur nav ul li{
        border: 1px solid #b5b5b8;
    }
}
@media (max-width: 520px){
    .banniere .titre{
        font-size: 25px;
    }

}