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

@font-face {
font-family: 'roboto';
src: url('typo/Roboto-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'roboto';
src: url('typo/Roboto-Bold.ttf') format('truetype');
font-weight:bold;
font-style: normal;
}
@font-face {
font-family: 'roboto';
src: url('typo/Roboto-Light.ttf') format('truetype');
font-weight:300;
font-style: normal;
}

body, html{
margin:0;
padding:0;
font-size:20px;
line-height:26px;
font-family:'roboto';
font-weight:300;
color: #ffffff;
width:100%;
height:100%;
background-color:#000000;
}


/* TYPO ------------------------- */
a{text-decoration: none;}
.coulOr{ color: #d2ad55; }
.mini{ font-size:0.8em; }




/* FORMUL ------------------------- */
.formStd{
	width:calc(95% - 2px);
	font-size: 1em;
	font-family: 'roboto';
	font-weight: 300;
	color: #000000;
	border-radius: 8px;
	border:1px solid #d2ad55;
	text-align: center;
	padding: 0.2em;
	margin: 8px 0;
}
.subStd{
	width:80%;
	max-width: 250px;
	font-size: 1em;
	font-family: 'roboto';
	font-weight: 300;
	color: #ffffff;
	background-color: #d2ad55;
	border-radius: 8px;
	border:1px solid #d2ad55;
	text-align: center;
	padding: 0.2em;
	margin: 8px 0;
	cursor: pointer;
}


/* ---------------------- */
#Debut{
	width:100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin-bottom: 60px;
}
.colConn{
	width:400px;
	text-align: center;
	position: relative;
	float: left;
}
.colAccroche{
	width:1000px;
	text-align: center;
	position: relative;
	float: left;
	background-image: url("img/fdIndex.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 0 0 20px;
}
.accrocheTxt{
	width:calc(90% - 40px);
	font-size: 0.95em;
	position: absolute;
	float: left;
	bottom: 0;
	left: 50%;
	transform:translateX(-50%);
}
.accrocheTxt::before{
	width:20px;
	height: 20px;
	position: absolute;
	left: -20px;
	content:url("img/guillement.png");
}
.accrocheTxt::after{
	width:20px;
	height: 20px;
	position: absolute;
	content:url("img/guillement.png");
	right: -20px;
}
.txtAuteur{
	font-size: 0.8em;
	font-style: italic;
	color: #d2ad55;
}

.imgMW{ max-width:100%; }


#secNewMembre{
	width:100%;
	border-top:1px solid #d2ad55;
	border-bottom:1px solid #d2ad55;
	margin: 30px 0 30px 0;
	padding: 10px 0 10px 0;
	text-align: center;
	color: #d2ad55;
	font-weight: normal;
}
#secNewMembre a{ color:#d2ad55;  }
#secNewMembre span::before{
	content:'●'; 
	margin-right: 20px;
}
#secNewMembre span::after{
	content:'●'; 
	margin-left: 20px;
}


/* VIDEO -------------------- */
#secVideo{
	width:calc(100% - 2px);
	position: relative;
	float: left;
}
.flexVidInd{
	width:90%;
	display: flex;
	float: left;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin: 0 5%;
}
.zoneMEA{
width:65%;
background-color:#000000;
position:relative;
float:left;
}
    .visuMEA img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    }
.txtMEA{
width:32%;
position:relative;
float:left;
margin-left:2%;
color:#FFFFFF;
}

.ligneInfos{
width:100%;
display: flex;
position: relative;
float: left;
justify-content: center;
margin: 30px 0;
}
.caseInfos{
width:365px;
height:200px;
border:1px solid #d2ad55;
position:relative;
float:left;
margin:5px;
}
    .caseInfos img{
    max-width:100%;
    position:absolute;
    float:left;
    left:50%;
    transform:translateX(-50%);
    }

/* COPYF --------------------- */
#CopyFin{
	width:100%;
	border-top: 1px solid #d2ad55;
	position: relative;
	float: left;
	margin-top: 60px;
}
.copyReseau{
	width:100%;
	height: 50px;
	text-align: center;
	position: relative;
	float: left;
}
.copyInfo{
	width:100%;
	height: 30px;
	background-color: #d2ad55;
	position: relative;
	float: left;
}
.copyInfoTriangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 30px 30px;
	border-color: transparent transparent #fff transparent;
	position: relative;
	float: right;

}
.copyInfoTxt{
	height: 100%;
	line-height: 30px;
	background-color:#ffffff;
	color: #000000;
	font-style: italic;
	position: relative;
	float: right;
	padding: 0 10px;
}
.copyInfoTxt a{
	color: #000000;
	text-decoration: none;
}


/* INSCRIPTION ------------- */
.pageINSC{
	width: 100%;
	position: relative;
	float: left;
	border-top: 1px solid #d2ad55;
	padding: 30px 0;
	text-align: center;
}

.formINSC{
	width:95%;
	max-width: 1200px;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	text-align: left;
}

.formINSC label{
	width:280px;
	display: inline-block;
	text-align: left;
}

.formStdI{
	width:calc(95% - 310px);
	font-size: 1em;
	font-family: 'roboto';
	font-weight: 300;
	color: #000000;
	border-radius: 8px;
	border:1px solid #d2ad55;
	text-align: left;
	padding: 0.2em;
	margin: 8px 0;
}

.formTxtI{
	width:calc(95% - 310px);
	font-size: 1em;
	font-family: 'roboto';
	font-weight: 300;
	color: #000000;
	border-radius: 8px;
	border:1px solid #d2ad55;
	text-align: left;
	padding: 0.2em;
	/*margin: 8px 0;*/
}

.formMiniI{
	width:200px;
	font-size: 1em;
	font-family: 'roboto';
	font-weight: 300;
	color: #000000;
	border-radius: 8px;
	border:1px solid #d2ad55;
	text-align: left;
	padding: 0.2em;
	margin: 8px 0;
}

.formINSC .subStd{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 20px;
}

.txtCentrer{ text-align: center; }


/* POP -------------------------- */
#Trame{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
}
#MessMDP{
width:auto;
height:auto;
min-width: 400px;
padding:40px 10px 10px 10px;
border:1px solid #d2ad55;
border-radius:8px 8px 8px 8px;
background-color:#000000;
text-align: center;
position:fixed;
top:50%;
left:50%;
transform:translate(-50%, -50%);
z-index:21;
}
	#MessMDP .close{
	width:80px;
	height:24px;
	background-color:#d2ad55;
	border-radius:0px 0px 0px 8px;
	color:#FFFFFF;
	font-size:0.8em;
	text-align:center;
	line-height:24px;
	vertical-align:middle;
	position:absolute;
	float:left;
	right:0;
	top:0;
	}
		#MessMDP .close a{
		text-decoration:none;
		color:#FFFFFF;
		}

.alerte{
	padding: 10px;
	background-color: #333333;
	border-radius: 8px;
	border: 1px dashed #ffffff;
	display: inline-block;
	font-size: 0.8em;
}