html,body {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;

  background: #ffc90e;

  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #000000;
}

.toLeft{float:left;}
.mLeft30{ margin-left:30px; } 
.mTop40{ margin-top:40px; } 
.aRight{text-align:right;}
.mLeftLarge { margin-left: 200px; }




.social_medias { 
  position: fixed;
  bottom: 20px;
  right: 20px;  
 }

.img_fluid {
  max-width: 100%;
  height: auto;
}

.content {
  max-width: 700px;
  margin: 0 auto;
  /*min-height: calc(100vh - 70px);*/
  position: relative;
}

.bottom_left_image {
	position:fixed;
	bottom: 0;
	left: 0;
}

.container {
	max-width: 1366px;
	margin: 0 auto;
	position: absolute;
	top: 100px;
	left: 0;
}

.form {
	position: relative;
	top: 75px;
  margin-bottom: 500px;
}

.txtField1 {
  color:#000000;
  border:none;
  border-bottom : 1px solid #000000;
  font-size:14px;
  font-family: 'Roboto Thin', sans-serif;
  height:30px;
  background-color: #ffc90e;
  padding: 0 0 5px 0;
}

.input_1_error {
  color:#000000;
  border:none;
  border-bottom : 1px solid #d2064a;
  font-size:14px;
  font-family: Arial;
  height:30px;
  background-color: #ffc90e;
  padding: 0 0 5px 0;
}

.info_error {
  font-size: 13px;
}


@media (max-width:700px){

  .container { top: 50px; }

  .mLeft{ margin-left: 15px; margin-right: 15px; }

  .mLeftLarge { margin-left: 170px; }  

  .mLeft30{ margin-left:0px; } 

  .faux_fond { height: 300px; }
}


@media (min-width:400px) and (max-width:670px){

  .container { top: 50px; }

  .mLeft{ margin-left: 15px; margin-right: 15px; }

  .mLeft30{ margin-left:0px; margin-top: 40px; } 
}

@media (max-width:500px){

  .container { top: 50px; }

  .mLeft{ margin-left: 15px; margin-right: 15px; }

  .mLeft30{ margin-left:0px; margin-top: 40px; } 

}