* {box-sizing: border-box;}

html,body {
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: 'normale';
    src: url('TambaSansDemo-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titre';
    src: url('KuchenHollow.ttf');
    font-weight: normal;
    font-style: normal;
}

/* BARRE DE MENU */

#navbar {
  overflow: hidden;
  background-color: #2D2D2D;
  padding: 40px 10px;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  border: 3px solid #5E5E5E;
}

#navbar a {
  float: left;
  color: white;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 20px; 
  line-height: 20px;
  border-radius: 4px;
  font-family: normale;
}

#navbar #logo {
  font-size: 40px;
  font-weight: bold;
  transition: 0.4s;
}

#navbar a:hover {
  background-color: #444444;
  color: white;
  transition: all .3s;
}

#navbar a.actuel {
  background-color: #5E5E5E;
  color: #F8D545;
}

#navbar-right {
  float: right;
}

@media screen and (max-width: 580px) {
  #navbar {
    padding: 40px 10px !important;
  }
  #navbar a {
    float: none;
    display: block;
    text-align: left;
  }
  #navbar-right {
    float: none;
  }
}

#navbar-right a {
  display:inline-block;
  margin: 0 15px;
}
a, a:visited {
  text-decoration: none;
  position: relative;
  color: : white;
  font-family:arial, sans-serif;
}
a.line:after, a.line:visited:after {
  content: '';
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  background: #F8D545;
  transition: 0.3s;
}
a:hover:after, a:visited:hover:after {
  width: 100%;
}
a.block, a:visited.block {
  display: block;
  padding: 0.5em;
}
a.block:hover, a:visited.block:hover {
  background: #eee;
}
ul {
  font-family: "Times New Roman", Times, sans-serif;
}

body {
  margin: 0;
  font-size: 28px;
  font-family: Arial, Helvetica, sans-serif;
  margin:0;
  padding:0;
  height:100%;
  background: #6EC8C7;
}

/* PIED DE PAGE */

footer{
   background: #2D2D2D;
   font-family: normale
   z-index: 90;
}

footer .logo-text {
  text-align: left;
  color: #F8D545;
}

footer p {  
  color: white;
}

footer i{
  font-size: 16px;
  color: white;
}

footer button i{
  font-size: 16px;
  color: black;
}

footer .infos span {
  display: block;
  font-size: 1.1em;
  margin-bottom: 15px;
  font-family: normale;
  color: white;
}

footer .infos a {
  border: 1px solid #5E5E5E;
  width: 150px;
  height: 30px;
  padding-top: 0.2vw;
  margin-right: 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-size: 1.3em;
  color: white;
}

footer .infos a:hover{
  background-color: #5E5E5E;
  color: white;
  transition: all 0.4s;
}

footer h2 {
  font-size: 1.6vw;
  color: #F8D545;
}

footer h3 {
  font-size: 1.6vw;
  color: #F8D545;
}

footer .contact-input {
  margin-bottom: 8px;
  line-height: 1.5rem;
  padding: .3rem 1.2rem;
  border-radius: 5px;
  border-color: #5E5E5E;
  font-size: 1.1vw;
}

textarea {
  width: 100%;
  height: 125px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}

footer button {
  border-radius: 4px;
  border-color: #5E5E5E;
  text-align: center;
  height: 2.5vw;
  cursor: pointer;
  font-size: 1.2vw;
}

footer img {
  width: 20vw;
}

footer .container{
   display:grid;
   padding:1rem;
   grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
   border: 5px solid #5E5E5E;
   z-index: 91;
}

.row{
   padding:1rem;
}
.col{
   background-color: #2D2D2D;
   color:rgba(0,0,0,.7);
   text-align: left;
   padding:.7rem;
   font-size: 1.1vw;
}

/* BOUTON TOP*/

#myBtn {
  position: fixed;
  bottom: 5vw;
  right: 2vw;
  z-index: 99;
  font-size: 1.3vw;
  border: none;
  outline: none;
  background-color: #5E5E5E;
  color: black;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  opacity: .75;
}

#myBtn:hover {
  opacity: 1;
  color: #F8D545;
  transition: .4s;
}

#haut {
  position: relative;
  top: -100000vw;
}

/* BOUTON CONTACT */

#mySidenav a {
  position: fixed;
  left: -127px;
  transition: 0.4s;
  padding: 10px;
  width: 165px;
  height: 45px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 0 5px 5px 0;
  z-index: 95;
  font-family: normale;
}

#mySidenav a:hover {
  left: 0;
}

#contact {
  top: 150px;
  background-color: #2D2D2D;
}

/* MINI BARRE DE MENU */

.topnav {
  overflow: hidden;
  background-color: #333;
  z-index: 98;
  position: fixed;
  width: 100%;
  padding: 10px 10px;
  border: 3px solid #5E5E5E;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 17px;
  border-radius: 4px;
  font-size: 20px; 
  font-family: normale;
}

.topnav .icon {
  display: none;
}

.topnav .actuel {
  background-color: #5E5E5E;
  color: #F8D545;
}

.topnav .line:hover {
background-color: #444444;
transition: all .3s;
}

.topnav #minilogo:hover {
  background-color: #444444;
  transition: all .3s;
}

.topnav .icon:hover {
  background-color: #444444;
  transition: all .3s;
}

@media screen and (max-width: 1160px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1160px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  #navbar {
    display: none;
  }
}

@media screen and (min-width: 1161px) {
  .topnav {
    display: none;
  }
}