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

/**______________________TITRE ACTIVITES ________*/

.titreActivite {
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	margin-top : 3em;
}

.titre img {
	height:0.75em;
	width:0.75em;
	margin-left:0.1em;
}

.titreActivite img {
	margin: 1em 0 0 1em;
	height:80px;
	width:80px;
}

.titreActivite h2 {
	text-transform: uppercase;
	text-align: right;
}

.prestataire {
	margin:-0.5em 0 0 0;
	padding:0;
	line-height: 1em;
	text-align:right;
}

/**______________________PHOTOS ACTIVITES ________*/

.conteneurPhotos {
	margin : 2em 0;
	width:70%;
	display: flex;
	flex-flow : row nowrap;
	justify-content: space-around;
	align-items: center;
}

.btnPrec, .btnSuiv {
	position: relative;
	z-index: 200;
	width:50px;
	transition: all 0.5s;
	cursor:pointer;
/*	visibility:hidden;*/
}

.btnPrec {
	transform: rotate(180deg);
}

.btnSuiv:hover {
	transform:scale(1.3);
}

.btnPrec:hover {
	transform:scale(-1.3);
}

.photoActivite {
	border-radius : 50%;
	width:200px;
	height:200px;
/*	opacity: 0.5;*/
}

.itemPhotos {
	position:relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin:0 1em;
}
.itemPhotos p {
	text-align: center;
}

#photo2, #photo3 {
	position: relative;
	transition:all 0.5s;
	opacity: 0.3;
}

#photo2:hover, #photo3:hover  {
	opacity: 1;
	transform: scale(1.05);
}

.photoActivite.active {
	width : 400px;
	height:400px;
	opacity: 1;
}

.imageMap {
	position:absolute;
	z-index: 100;
	width:400px;
	top:0;
	margin:0 auto;
	border-radius : 50%;
	opacity: 0.5;
}

.captionActivite {
	position: relative;
	text-align: center;
	font-weight: 400;	
	letter-spacing: 0.01em;
	z-index: 150;
	width:200px;
	margin:0 auto;
}
#photo2,#photo3 {
	display:block;
}
#precSmart,#suivSmart {
	display: none;
}


/**______________________INFORMATIONS ACTIVITES ________*/

.conteneurInfo {
/*	background-color: #FFF;*/
/*	border: 0.1em solid #3e4041;*/
	width:60%;
	margin:0;
	padding:0.2em;
	display:flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	border-radius: 0.3em;
	transition: all 0.2s;
}

.conteneurInfoPlus {
	display: flex;
	flex-direction: row;
}

.itemTitreDescriptif {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width:100%;
	margin-bottom:2em;
}

.itemInfos {
	box-sizing: border-box;
/*	background-color: rgba(0,0,0,0.15);*/
	padding:0.5em;
	margin:0.2em 0.2em;
	box-shadow: 2px 2px 2px #BBB;
	
	background-color: rgba(255,255,255, 0.8);
	border-radius: 0.2em;
	border :0.1em #E3E3E3 solid;
/*	box-shadow: 0.2em 0.2em 2em 0.001em #000;*/
}

.row {
	display: flex;
}

.itemInfos.full {
	width: 100%;
}

.itemInfos.demi {
	width: 49%;
}
.itemInfos.tiers {
	width: 32.5%;
	
}

.titre {
	color:#3e4041;
	font-size:1.1em;
	font-weight:500;
	text-transform: uppercase;
}

.titre.eau {
	color:#00c5be;
}

.titre.neige {
	color:#00A19A;
}

.titre.terre {
	color:#473700;
}

.titre.air {
	color:#90daff;
}

.titre.decouv {
	color:#ffc800;
}

.itemIcone {
	height:25px;
	margin:0.1em 0.3em -0.3em 0;
	padding:0;
}

.boissonOfferte {
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius:1em;
	margin:1em;
	padding:0.5em;
}

.boissonOfferte::before,.boissonOfferte::after {
	content: '';
	width:50%;
	height:1px;
	margin: 0 1em;
	  border-color: #3e4041;
	  border-style: solid;
	  border-width: 0 0 0.1em 0;
	border-radius:0.5em;
}

.boissonOfferte .texte{
	text-align: center;
	color:#3e4041;
}

.boissonOfferte img {
	width:50px;
	margin-right: 0.5em;
}

/**________________________________ POPUP ___________________________________________*/

/*
.popConteneurFormActivite {
	width:60%;
}
*/

/**________________________________ FORMULAIRE _________________________________________*/

.itemTitreForm img {
	width:25px;
	margin-left: 0.2em;
}

.resaForm {
	font-family: 'Roboto', sans-serif;
	margin:1em 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.infosParticip {
	background-color: #D9D9D9;
	border-radius: 0.5em;
	border: solid 0.1em #CCC;
	padding:0.5em;
	margin-bottom:0.2em;
}
.tailleDemi {
	width:49%;
}

.tailleTiers {
	width:32%;
}
.tailleQuart {
	width:24%;
}

.comment {
	width:100%;
}

.confirmation {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.item-confirmation {
	position:relative;
	left:0;
	text-align:left;
}

/**________________________________ CONFIRMATION INSCRIPTION _________________________________________*/

.boiteConfirmation {
	background-color: rgba(255,255,255, 0.9);
	width: 60%;
	padding:2em;
	text-align: center;
	border-radius: 0.2em;
	box-shadow: 0.2em 0.2em 2em 0.001em #000;
	margin-top:4em;
}
.titreConfirmation {
	background-color: #438D8D;
	color:#FFF;
	padding:0.2em;
	font-weight:500;
	font-size:1.2em;
	border-radius:0.2em;
}

.boiteConfirmation h5 b {
	text-transform: uppercase;
	font-size:1.3em;
}

.elementConfirmation img {
	margin: 0 auto;
}

.elementConfirmation {
	margin:1em 0;
	display : flex;
	flex-direction: column;
	justify-content: center;
}