@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Oswald:wght@600&family=Young+Serif&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
 
li a {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: edf0f1;
    text-decoration: none;
}
 
header
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

header h1
{
    font-family: 'Oswald';
    color: white;
    size: 10 em;
}
 
.logo
{
    cursor: pointer;
    width: 4%;
    height: 4%;
}
 
.nav__links {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
}
 
.nav__links li {
 
    display: inline-block;
    padding: 0px 40px;
}
 
.nav__links li a {
    transition: all 0.3s ease 0s;
    color: white;
 
}
 
.nav__links li a:hover {
    color: #0088a9;
}

.banderole_navbar{
    display: flex;
    flex-direction: column;
    width: 60%;
    background-color: #24252A;

    border-style: solid;
    border-color: white white green white;
    border-width: 0.5px;

    margin-top: -1%;
}

.bandeau_titre{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
    padding-top: 0.8%;
    padding-bottom: 1.8%;
    background-color: #24252A;
    width: 100% ;
}

#menu{
    padding-top: 1%;
    padding-bottom: 1%;
}

.drapeau_band{
    height: 3px;
    background: linear-gradient(to right ,#00c300 0% ,#00c300 15% , yellow 35% ,yellow 65% , red 85% , red 100%);
}


#img_bas_de_page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#text_bas_page {
  z-index: 100;
  position: absolute;
  
  font-family: 'Oswald';
  color: white;
  font-size: 3em;

  left: 420px;
  top: 230px;

}

.bandeau_top{
    background-color:black;
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 55px;
    justify-content: center;
    align-items: center;
}

.info{
    display: flex;
    flex-direction: row;
    padding-right: 1%;
    padding-left: 1%;
    max-width: 35%;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.titre{
    font-family: 'Oswald';
    color: #ffffcc;
    font-size: 2em;
    font-weight: bold;
    text-align: left;
}

.sous_titre{
    font-family: 'Oswald';
    color: white;
    font-size: 1.1em;
    overflow-wrap: break-word;
    font-weight: bold;
}

.info div img{
    width: 50px;
    height: 50px;
    align-self: center;
}

#container {
  height: 350px;
  width: 100%;
  position: relative;
  background-image: url("bas_de_page.png");
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
}

#container p{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 2em;
    color: white;
}

.reseaux_sociaux{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    width: 50%; 
    border-color: red;
    margin-top: 1.7%;

}
.reseaux_sociaux div {
     display: flex;
    flex-direction: row;
    align-items: center;
}

.reseaux_sociaux img{
    width: 100px;
    
}

.reseaux_sociaux img{
    width: 50px;
}

.reseaux_sociaux a {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: white;
    text-decoration: none;
    padding-left: 15%;
}

.reseaux_sociaux a:hover {
    color: greenyellow;
}
