@font-face {
  font-family: 'Ballare';
  src: url('../ballare.tff') format('tff'),
       url('../ballare.woff') format('woff');
}
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

*{
    margin:0;
    padding: 0;
}

html{
    font-size: 62.5%;
}

body{
    background-color: #ffffff;
    color:rgb(49,44,81);
    font-family: 'Lato',sans-serif;
}

h2{
    font-family: 'ballare',sans-serif;
    font-size: 4.8rem;
    color: white;
}

.reservation{  /******  BUTTON   ********/
    background-color:#CD8A5E ;
    border: none;
    border-radius: 30px;
    font-size: 1.6rem;
    padding:1em;
    width: 50%;
    margin:auto auto 3em auto;

}
.reservation a{
    color:white;
    text-decoration: none;
}
/***** HEADER ******/

header{
    background-color: rgb(49,44,81);
    padding:3em;
    
}

/*.navbar{
    position: fixed;
}*/

header img{
    max-height: 84px;
}

.icone{display:none;}

.navbar-toggler-icon{
    font-size:3.2rem;
    
}

.navbar-toggler-icon,
.navbar-toggler{
    border:none;
    text-transform: none;
}

#page{
    padding:4em 0 4em 0;
}

.nav-item{
    margin:auto;
    text-align: center;
}

.nav-link {
    font-size:3.6rem ;
    color:white;
    margin-bottom: 0.5em;
}

#acc{
    border-bottom: 1px solid white;
    margin: auto auto 0.5em auto;
    padding:0;
}

@media screen and (min-width:990px) {
    .nav-link{
        font-size: 18px;
    }
    #acc,
    .nav-item{
        width: auto;
    }
    .nav-item{
        margin-left: 1em;
        margin-right: 1em;
    }
    .nav-item:first-child{
        margin-left: 5em;
    }
    
    
}

@media screen and (min-width:1100px) {
    .icone{
        display: flex;
        font-size: 16px;
    }
    .icone div{
        margin:auto 0.5em 0.5em 0.5em;
    }
    i{
        color:white;
    }
    header{
        padding: 1em;
    }
}

@media screen and (min-width:1250px) {
  .nav-link{
      font-size: 24px;
  }    
  
}

/***** FIN HEADER ****/

/***** DEBUT MAIN ****/

main{
    text-align: center;
}

#mention{
    padding: 5em;
}

#mention h1{
    font-size: 5.6rem;
    font-family: 'Ballare',sans-serif;
    margin-bottom: 1em;
}

#mention p{
    font-size: 2.6rem;
    line-height: 2;
}

#mention a {
    color:rgb(49,44,81)
}


/****** FIN MAIN *********/
/*******DEBUT FOOTER*******/

footer{
    background-color: rgb(49,44,81);
    padding-top: 5em;
    padding-bottom: 5em;

}

#foot{
    width: 90%;
    margin: auto;
}

#reserve_foot{
     display: flex;
     flex-direction: column;
}

footer a {
    font-size: 2.4rem;
    color:#CD8A5E;
    text-decoration: underline;
    margin-top: 0.5em;
}

footer address{
    font-size: 1.8rem;
    margin-top: 2em;
    color: white;
}

footer address p:first-child{
    font-weight: 600;
}

footer address p:first-child,
footer address p:nth-child(3),
footer address p:last-child{
    margin-bottom: 1.5em;
}

footer #ico{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 40%;
}
#ico i{
    color:white;
}
#logo_foot{
    display: none;
}

@media screen and (min-width:780px) {
    #foot{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: flex-start;
        padding-bottom: 1em;
    }
    footer address{
        margin-top: 1em;
    }

    footer #ico{
        width:100%
    }
}

@media screen and (min-width:1100px) {
    #logo_foot{
        display: block;
    }

    #logo_foot img{
        max-height: 120px;
        margin-top: 2em;
    }
}

/******* FIN FOOTER ********/