/*body{

background: url('https://www.metronic.com/assistance-doc/front/img/fond3.jpg') no-repeat center center fixed;;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size:cover;
 }*/


 .header{
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: white;

}




.home-title{
  margin-left: 5%;
}


.recherche-form{
  margin-top: 5%;
  width: 50%;
  background-color: white;
}

.texte-info{
  margin-top: 50px;
}

.reseaux{
  position: absolute;
  right: 5%;
  top: 3%;
}

.result{
  margin-left: 5%;
  margin-top: 2%;
}

a:link{
  text-decoration: none;
  font-size: 14px;
}

a: hover{
  color: blue;
}

.logo{
  margin-left: 3%;
}

.text-resp{
	width: 100%;
	margin-bottom: 50px;
  }

@media screen and (max-width: 1200px ){ 

  .img-resp{
    width: 400px;
  }
  .text-resp{
    font-size: 18px;
  }

   }



.marge-img{
    margin-top: 50px;
   }

.notices{
  color: gray !important;
}

.texto{
  color: #284e7b !important;
  	text-align: justify;
}

#docs_table {
    width: 100%;
}

#docs_table tr.header {
    font-weight: bold;
}

#docs_table td {
    border: 1px solid #cccccc;
    padding: 5px;
}

#loader {
	margin-top: -150px;
    z-index: -1;
	position: relative;
	text-align: center;
}

#loader img {
	height: 25%;
    width: 25%;
}