* {
    font-family:Roboto;
}

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

  a {
    color: #7accff;
    text-decoration: none;
  }

 

  

  .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;
  }
  header li{
    float: left;
  }
  footer li{
    float: left
  }
  li a {
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

  li a: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;

  }




  
 /**
  * Footer
  */

  footer{
    margin:30px 0 0 0;
  }


  h2{
    font-size: 5rem;
    font-weight: bold;
    padding: 3rem;
}






.coming-soon{
    min-height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: -230px;

}
.countdown{
    display: flex;
    justify-content: space-around;
   text-align: center;
}

.day,.hour,.minute,.seconde{
font-size: 3rem;

}

.planning {

    height: 60vh;
}

nav h1 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 32px;
    text-align: center;
    margin-top: -260px;

}

.titre {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 25px;
    margin-left: 10px;
}

.text{
    padding: -5px;}






article {
  
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}







 article p {
  font-size: 1.125rem;
}

 article h1,
p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

label {
 
  align-items: center;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}


.container {
  width: 75%;
  margin: 3.125rem auto 0 auto;
}


.header {
  padding: 0 0.625rem;
  margin-bottom: 1.875rem;
}






.text-center {
  text-align: center;
}

/* form */

form {

  padding: 2.5rem 0.625rem;
  border-radius: 0.25rem;
}



.form-group {
  margin: 0 auto 1.25rem auto;
  padding: 0.25rem;
}

.form-control {
  display: block;
  width: 100%;
  height: 2.375rem;
  padding: 0.375rem 0.75rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



.input-radio,
.input-checkbox {
  display: inline-block;
  margin-right: 0.625rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
}

.input-textarea {
  min-height: 120px;
  width: 100%;
  padding: 0.625rem;
  resize: vertical;
}

.submit-button {
  display: block;
  width: 30%;
  padding: 0.75rem;
border-radius: 2px;
  cursor: pointer;
  background-color: #FFB860;
  margin-left:auto;
  margin-right:auto

}
