@charset "utf-8";
/* CSS Document */

.colorOut {
/*	color:#a9c5d7!important;*/
	color:#00c5be!important;
}
.bgOut {background-color: #00c5be!important;}

.titreOut h1 {
	margin-right:0.5em;
}


.conteneurMenu {
	background-color: rgba(0,197,190,0.5);
}

.btnContact {
	background-color:#00c5be;
}

.menuListe a:hover {
	color:#FFF;
	border-bottom: 0.2em solid #00c5be;
}

.introOut {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
/*	background-color: salmon;*/
	width:80%;
	max-width:1366px;
	text-align: justify;
}

.logoOut img {
	width:200px;
	margin:0 0 0 2em;
}

#eau img, #air img, #terre img, #decouverte img, #neige img
{
	display: block;
	margin:0 1em 1em;
	width:240px;
	
}

.listeActiv {
	border-left : #3e4041 solid 0.15em;
	padding-left : 1em;
	list-style-type : none;
	margin : 1em 0 0 2.5em;
	line-height:1.3em;
}
.listeActiv a {
	color:#3e4041;
	transition-duration: 0.3s;
}
.listeActiv a:hover {
	color:#3e4041;
	text-decoration: none;
	padding:0.15em;
	margin-left:0.1em;
	border-radius:0.2em;
}

#decouverte>.listeActiv a:hover {
	border-left:0.5em solid #ffc800;
}

#terre>.listeActiv a:hover {
	border-left:0.5em solid #473700;
}

#air>.listeActiv a:hover {
	border-left:0.5em solid #90daff;
}

#eau>.listeActiv a:hover {
	border-left:0.5em solid #00c5be;
}

#neige>.listeActiv a:hover {
	border-left:0.5em solid #00A19A;
}