* {
    font-family: roboto;
}

ul li {
    list-style-type: none;
}
 
form span { 
    text-decoration: line-through;
}
 
#validation {
    margin-bottom: 50px;
}
 
#resultat {
    display: none;
}
 

#resultat.show {
    display: block;
    width: 100px;
    height: 20px;
    margin-bottom: 100px;
}

#icone {
    width: 200px;
    text-align: center;
    margin:auto;
    display:flex;
}

#image{
    width:250px;
    vertical-align:middle;
}
figure{
    background:#c0c0c0;
    width:1750px;
    height:130px;
}

#f1{
    background: lightgrey;
    width: 1290px;
    height: 250px;
    border-color: orangered;
}
#f2{
    background: whitesmoke;
    width: 850px;
    height: 140px;
    padding: 20px;
    float: left;
    margin: 30px;
}
#image1{
    width: 280px;
    padding: 30px;
    float: right;
    position: relative;
    margin-left: -400px;
}  

#f3{
    background: lightgrey;
    width: 1290px;
    height: 250px;
}
#f4{
    background: whitesmoke;
    width: 850px;
    height: 140px;
    padding: 20px;
    float: left;
    margin: 30px;
    position: absolute;
}

#f5{
    background: lightgrey;
    width: 1290px;
    height: 250px;
}
#f6{
    background: whitesmoke;
    width: 850px;
    height: 140px;
    padding: 20px;
    float: left;
    margin: 30px;
}

form{
  background-color: #7accff;
  width: 600px;
  height: 400px;
  
}

/********************************
* Header
*********************************/
#image{
  width:150px;
  vertical-align:middle;
  float: left;
}

a {
  color: #7accff;
}


body {
  font-size: 10px;
}

.test {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  background-color: #7accff;
  top: 0;
  font-size:30px;
  text-align: center;
  float:none;
  margin-left: 100px;
}

#section{
  list-style-type: none;
  background-color: #7accff;
  font-size:30px;
}

.active {
  float: left;
}

.active {
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.active:hover {
  background-color: #FFB860;
}

.a{

  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;

}
.active {
  background-color: #7accff;
}
figure{
  background:#ffffff;
  height: 128px;
  width: auto;
  margin: 0 0 0 -1px;

}