@font-face {
    font-family: 'Amatic-Bold';
    src: url('../fonts/Amatic-Bold.ttf');
}

@font-face {
    font-family: 'AmaticSC-Regular';
    src: url('../fonts/AmaticSC-Regular.ttf');
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
    margin:0;
}

.bodycolor {
  position: relative;
  width: 100%;
  background-image:linear-gradient(#5bc0de, white);
  background-repeat: no-repeat;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

article{
  min-height: 100%;
  background-color: #fff;
  padding: 4%;
  position: relative;
  display: inline-block;
}
@media (min-width: 480px){
  .list-nav{
    margin-left: 10%;
  }
  .article1{
    margin-right: 20%;
    margin-left: 20%;
    padding: 4%;
    width: 60%;
  }

  .article2, .footer{
    margin-right: 10%;
    margin-left: 10%;
    width: 80%;
  }
}
@media (max-width: 480px){
  article{
    width: 100%;
  }
}


.nav {
  margin:0;
  padding:0;
  display: table;
  width:100%;
  background-color: black;
}
            
.list-nav{
  display: table;
  width: 100%;
  float: left;
  margin:0;
  padding:0;
}
 
.list-nav li 
{
  display:inline;
}

.list-nav li a
{
  color:#9d9d9d;
  float:left;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}



.nav-header{
  font-family: 'Amatic-Bold', cursive;
  font-size: 40px; 
  margin-right: 20px;
  margin-left: 20px;
}

.nav-open{
  float: right;
  background-color: black;
  color: #9d9d9d;
  display: none;
  cursor: pointer;
  padding: 5px;
  margin : 5px;
  border: 1px solid rgba(157, 157, 157, 0.45);
}

.descr{
  font-size: 22px; 
  padding:14px 10px 14px 10px;
  float:left;
} 

.onglet{
  display : none;
  font-size: 19px;
}

.descr, .onglet, .btn-cont button {
  font-family: tahoma, cursive;
}

@media (max-width: 890px){
  .list-nav li{
    display : table;
  }  
  .li-header{
    width: 100%;
    font-size: 30px;
  }
  .nav-open{
    display: block;
  }
  .link, .btn-cont{
    font-size: 22px;
    padding:7px 10px 7px 10px;
  }
  .descr{
    display:none;
  }
  .onglet{
    display : inline;
  }
  #resp{
    border-top: 1px solid rgba(157, 157, 157, 0.45);
    padding-top: 15px;
  }
}

@media (min-width: 890px){
  #resp{
    display: block !important;
  }
  .link{
    font-size: 30px;
    padding:10px 10px 10px 10px;
  }
}

.link{
  border:none;
}

.nav a:before {
  margin-left: 15px;
  margin-right: 15px;
}

.nav-header:hover, .footer a:hover{
  color: #eee;
}

.nav-open:hover{
  color: #eee;
  border: 1px solid rgba(238, 238, 238, 0.57);
}

.lien-1:hover, #lien-1 {
  color:#fcad26;
}
.lien-1:active {
  color: #f58500;
  border: none;
}

.lien-2:hover, #lien-2{
  color:#A853C1;
}
.lien-2:active {
  color: #943AA4;
}

.lien-3:hover, #lien-3{
  color:#4BCD81;
}
.lien-3:active {
  color: #27ae60;
}

.lien-4:hover, #lien-4{
  color:#42ACE1;
}
.lien-4:active {
  color: #2980b9;
}

.list-nav .btn-cont{
  padding:10px 10px 10px 10px;
  float:right;
  width:auto;
}


.list-nav .btn-cont button{
  color:#9d9d9d;
  font-size: 17px;
  height: 36px;
  background-color: black;
  border: 2px solid #9d9d9d;
  float: right;
  cursor: pointer;
}
.list-nav .btn-cont button:hover{
  color:#fff;
  border: 2px solid #eee;
}

footer{
  background-color: black;
}

.footer{
  background-color:black;
  color: #9d9d9d;
  padding: 8px;
  line-height: 33px;
}

.footer a
{
  color:#9d9d9d;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.footer img{
  float:right;
}