@import url('https://fonts.googleapis.com/css?family=Poppins');
/* BASIC */

html {
  background-color: #4d9df7;
  margin :0px;
  padding:0px;

}

body {
  font-family: "Poppins", sans-serif;
  height: 100vh;
  margin:0px;
  padding:0px;
}

a {
  color: #92badd;
  display:inline-block;
  text-decoration: none;
  font-weight: 400;
}

h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display:inline-block;
  margin: 40px 8px 10px 8px; 
  color: #cccccc;
}
h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display:inline-block;
  margin: 10px 8px 10px 8px; 
  color: #cccccc;
}

.boutonPrimary{
    background-color: #4d9df7;
    border: none;
    color: white;
    padding: 5px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(95,186,233,0.4);
    box-shadow: 0 5px 10px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 15px 25px 15px;
}
.boutonPrimary:hover{
    background-color: #77b2f4;
    cursor: pointer;
}
.boutonSecond{
  background-color: #4d9df7;
  border: none;
  color: white;
  padding: 5px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(95,186,233,0.4);
  box-shadow: 0 5px 10px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 30px 15px 25px 0px;
}
.boutonSecond:hover{
  background-color: #77b2f4;
  cursor: pointer;
}

/* HEADER */

.header-container{
  height:60px;
  padding:0px 40px;
  max-width: 2450px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin :auto;
  margin-top:10px;
}
li a {
  color:white;
}

.navigation{
  display:flex;
  justify-content: space-between;
  list-style:none;
}

nav{
    width : 450px;
}

#iconHeader{
  height :80%;
}


/* STRUCTURE */

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; 
  width: 100%;
  min-height: 100%;
  padding: 20px;
}

#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 100%;
  max-width: 2450px;
  position: relative;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}

#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

/* FOOTER */

.footer-basic {
  padding:10px 0;
  background-color:#ffffff;
  color:#4b4c4d;
}

.footer-basic ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size:14px;
  line-height:1.6;
  margin-bottom:0;
  display: flex;
  justify-content: center;
}

.footer-basic li {
  padding:0 10px;
}

.footer-basic ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-basic ul a:hover {
  opacity:1;
}

.footer-basic .social {
  text-align:center;
  padding-bottom:25px;
}

.footer-basic .social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin:0 8px;
  color:inherit;
  opacity:0.75;
}

.footer-basic .social > a:hover {
  opacity:0.9;
}

.footer-basic .copyright {
  margin-top:15px;
  text-align:center;
  font-size:13px;
  color:#aaa;
  margin-bottom:0;
}


/* OTHERS */

*:focus {
  outline: none;
} 

* {
box-sizing: border-box;
}


/* MENTIONS LEGALES */

.paragraphe{
  width:50%;
  margin:auto;
  padding:0 60px 40px 60px;
}
.paragraphe p{
  text-align: justify;
}
.paragraphe .identite{
  text-align: center;
}
.paragraphe_flex{
  display:flex;
  flex-wrap: wrap;
}
/* Message Erreur */
.messageErreur{
  font-size:10px;
  color: red;
}

/* INPUT STYLE */
.labelInput{
  font-size: 10px;
  color: #7b7162;
  position: absolute;
  margin-top: 2px;
  background-color: white;
  margin-left: 10px;
  padding: 0px 10px;
}
.inputText{
  height: 37px;
  border: .1px solid grey;
  width: 100%;
  font-size: 13px;
  padding-left: 10px;
  margin:10px 0px;
}
.inputSelect{
  height: 37px;
  width: 100%;
  font-size: 13px;
  padding-left: 10px;
  margin:10px 0px;
  border: .1px solid grey;
  -webkit-appearance:none;
}
.labelDateInput{
  font-size: 10px;
  color: #7b7162;
  position: absolute;
  margin-top: -6px;
  background-color: white;
  margin-left: 10px;
  padding: 0px 10px;
}
.dateInput{
  height: 37px;
  border: .1px solid grey;
  width: 49%;
  font-size: 13px;
  padding-left: 10px;
}

.messageErreurDate{
  font-size:10px;
  color: red;
}