@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    background-image: url(ressources/fond.png);
    background-size: cover;
    background-repeat: no-repeat;  
}

#accueil{
    color: white;
}

#accueil:hover{
    color: red;
    transition: 0,5s;
}


.logo{
    height: 80px;
    width: auto;
    position: absolute;
    margin-top: 20px;
    margin-left: 20px;
    cursor: pointer;
}


.titre{
    position: relative;
    left: 5%;
    z-index: 9;
    top: 25%;
}

.titre h1{
    color: white;
    font-size: 70px;
    font-family: 'Roboto';
}

.titre p{
    color: white;
    font-size: 18px;
    font-family: 'Roboto' sans-serif;
    margin-left: 5px;
}



.rouge {
    display: inline-block;
    padding: .75rem 1.25rem;
    border-radius: 10rem;
    background-color: red;
    color: white;
    font-size: 1rem;
    letter-spacing: .10rem;
    transition: all .2s;
    position: relative;
    z-index: 1;
    border: none;
    top: 80px;
    cursor: pointer;
    text-decoration: none;
}

.rouge a{
    text-decoration: none;
    color: white;
}

.rouge:hover{
    background-color: black;
    transition: 0,8s;
    color: white; 
}

.rouge a:hover{
    color: white;
}

/*----------------------------------------------------------*/
.menu{
    z-index: 10;
    position: relative;
    top: -2px;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
}
  /* Navbar */
.navbar {  
    position: relative;
    align-items:center; 
    justify-content:space-between;   
    padding:10px;
    font-size:1.1rem;
}

.navbar__links {  
    padding: 0;
    text-align: center;
    margin: 0;
}

.navbar__link { 
    padding:0 10px;
    display: inline-block;
    padding: 30px;
}

.navbar__link > a { 
    text-decoration: none;
    font-size: 20px;
    font-family: 'Roboto';
    color: white;
    font-size: 1.1rem;
    letter-spacing: .15rem;
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid transparent;
}

.navbar__link > a:hover{
    color: red;
    transition: 0,5s;
    border-color: red;
    padding-bottom: 3px;
}

.burger{
    display: none;
    cursor: pointer;
}

.bar{
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: white;
}

.ancre{
    color: white;
    float: right;
    margin-top: 55vh;
    padding-right: 20px;
}

.ancre a{
    color: white;
    font-size: 50px;
}

.ancre a:hover{
    color: red;
    transition: 0.4s;
}




@media screen and (max-width: 851px) {
    .navbar__links { 
      overflow:hidden;
      display: flex;
      flex-direction:column;
      width: 0;
      height:calc(100vh - 65px);  
      position: absolute;
      top:65px;
      color: white;
      background:var(--navbar-bg-color);
      background-color: black;     
      transform: translateX(100%);
      transition: all .5s ease-in-out;
    }
    .show-nav .navbar__links { 
      width: 100vw; 
      margin-left: -20vh;
      transform: translateX(0);
    } 
    .navbar__link {    
      transform: translateX(100%);
      transition: all .5s ease-in-out;
    }
    
    .show-nav .navbar__link  {        
      transform: translateX(0);    
    }   
    .navbar__link > a {
      display:block;
      padding:1rem;
      font-size:1.6rem;
      color:var(--navbar-color);  
      transition: all .4s ease-in-out;
    }
    .navbar__link > a:hover {
      padding-left:2rem;
      letter-spacing:5px;
      color: red;
      transition: 0,5s;
      border-color: transparent;
    }
    
    /* Toggle menu */
    .burger {
      display: block;
      float: right;
      width:45px;
      height:45px;
      border:none;
      background: transparent;
      cursor:pointer;
      margin-right: 10px;
      margin-left: 10px;
    }
    .bar { 
      display: block;
      width: 35px;
      height:4px;  
      border-radius:3px;
      background-color: white; 
      transition: all .5s ease-in-out;   
    }

    .ancre{
        margin-top: 25vh;
    }

    .rouge{
        top: 60px;
    }

    /*.footer-basic {
        margin-top: 20%;
    }*/

    .footer-basic #social {
        margin-top: -20px;
    }
} 








    .footer-basic {
        padding:10px 0;
        background-color:#ffffff;
        color:black;
        margin-top: 70vh;
        font-family: 'Roboto';
        text-align: center;
      }
      
      .footer-basic ul {
        padding:0;
        list-style:none;
        text-align:center;
        font-size:15px;
        line-height:1.6;
        margin-bottom:0;
      }
      
      .footer-basic li {
        padding:0 10px;
      }
      
      .footer-basic ul a {
        color:inherit;
        text-decoration:none;
        opacity:0.8;
        cursor: pointer;
        font-size: 15px;
      }
      
      .footer-basic ul a:hover {
        opacity:1;
        cursor: pointer;
      }
      
      .footer-basic #social {
        text-align:center;
        padding-bottom:20px;
      }
      
      .footer-basic #social > a {
        font-size:24px;
        width:40px;
        height:40px;
        line-height:40px;
        display:inline-block;
        text-align:center;
        border-radius:50%;
        border:1px solid #ccc;
        margin:0 8px;
        color:inherit;
        opacity:0.75;
        color: blue;
      }
      
      .footer-basic #social > a:hover {
        opacity:0.9;
      }
      
      .footer-basic .copyright {
        margin-top:15px;
        text-align:center;
        font-size:13px;
        color:#aaa;
        margin-bottom:0;
      }