/* CSS Document */

 html, body {
	 margin:0px;
	 padding: 0px;
	 display: block !important;
	 position:relative !important;
	 height: 100%;
	 max-height: 100%;
}

.relative {
	position: relative;
}

#entete {
	padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 997;
	Background-color:#fff;
}

.main-menu {
	background-color: #FFFFFF;
}

.header-top-right{
	text-align: right;
}

.header-top-right a {
	padding : 0 5px;
}

.aire-banniere {
	background: url('../images/fond1.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
	height: 100%;
	min-height: 100%;
	display: flex;
  	align-items: center;
  	justify-content: center;
	
}


.aire-intro {
	background:#7f7f7f;
 	background:rgba(0,0,0,0.5);
	padding :25px ;
	text-align: center;
	border-radius: 5px;
	}

#intro h2,h5 {
	color: #FFFFFF;
}

h2 {
	font-weight: 700;
}

.aire-intro h5 {
	border-bottom: 1px solid #d1ab7f;
    border-top: 1px solid #d1ab7f;
	padding:2px 0 ;
	margin:20px 0;
	
}

.categorie {
	padding:60px 0;
	background-color: #FFFFFF;
	}

.risques-titre {
	display: block;
	padding : 20px 0;
	text-align: center;
}

#risques>div.row {
	display:flex;
	justify-content: center;
}

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

#risques h2,#risques h5 {
	color:black;
}

.simple-item .thumb img {
	border-radius:10px;
}

.simple-item h6 {
	padding-top:20px;
}

.contact {
	padding:40px 0;
	background-color: #109639;
	}

.prise-contact {
	display: block;
	text-align: center;
}

.prise-contact h5 {
	padding-bottom: 20px;
}

.colonne-contact {
	text-align: left;
	color:#FFFFFF;
	border-right : 1px white solid;
}

.contact-details {
	padding : 10px 0;
	
}

.icon i {
	font-size: 30px;
	float:left;
	padding:0 15px;
	margin : 10px;
}

.common-input {
	border:1px solid #FFFFFF;
	background:#fff;
 	background:rgba(0,0,0,0);
	padding:15px;
	margin-bottom : 20px;
	height:20%;
	min-height:20%;
	color:#fff;
}

.common-textarea {
	border:1px solid #FFFFFF;
	background:#fff;
 	background:rgba(0,0,0,0);
	padding:15px;
	resize:vertical;
	height: 100%;
	min-height: 100%;
	color:#fff;	
}

.bouton {
	border:1px solid #FFFFFF;
	border-radius: 10px;
	background:#fff;
 	background:rgba(0,0,0,0);
	color:#fff;
	padding:15px;
}

.pied {
	padding:60px;
	background-color:#fff;
	color:black;
}


.texte-pied {
	padding:20px 0;
	display:flex;
	//align-items: center;
  	justify-content: center;
}


.pied-contact2{
	text-align:right;
	padding:20px 0;
	width:50%;
	min-width: 50%;
}

.pied-icons i {
	padding-left:10px;
}

.pied-icons i,a {
	color:Black;
}

.copyright {
	text-align: center;
}