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

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                           CONTACT                                                  ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* CONFIRMATION */
#background_overlay {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background-color: rgba(255,255,255,0.8);
	z-index: 1000;
	display: none;
}

#confirmation {
	position: absolute;
	z-index: 10000;
	margin: 10vh 35%;
	width: 30%;
	padding: 50px;
	background-color: #FFF;
	border-radius: 3px;	
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	display: none;
	text-align: center;
}

#confirmation p {
	color: #444;	
	font-family: vodafone, arial;
	letter-spacing: 0.08em;
	font-size: 16px;
	text-align: justify;
	
}

#confirmation p#nom_confirmation {
	color: #31A7D2;
	display : block;
	margin: 30px 0 40px 60px;
}

#nom_confirmation img {
	margin-right: 15px;
	height: 30px;
	vertical-align: middle;
	float: left;
}

#confirmation button {
	border: none;
	background-color: #D31;
	color: #FFF;
	padding: 15px 60px;
	font-size: 16px;	
	margin-right: 15px;
	cursor: pointer;
}

#confirmation button.annuler {
	background-color: #444;
}

#confirmation button:hover {
	transform: scale(1.02);
}

/* Mise en page */

#page_contact #full_width1 {padding-bottom: 0;}
#page_contact #site_location{ position: relative; left: 140px; }

/* Adresse postale */

#page_telechargement #content {
	background-color: #fff;
	border-radius: 0 0 12px 12px;
	overflow: visible;
	height: 365px;
	border-top: solid 5px rgba(0,0,0,0.7);
	min-height: 1600px;
	position: relative;
	padding: 40px 50px 80px 160px;
}

/* Mise en page */

.sideTitle {
	background-color: #333;
	padding: 10px 20px;
	overflow: hidden;
	width: 130px;
	min-height: 100%;
	position: absolute;
	left: 0px;
	bottom: 0; 
	top: -20px;
	margin: 0;
	border-bottom: solid 10px #666;
}

.sideTitle .titleTransform {
	transform: rotate(-90deg);
	position: absolute;
	bottom: 30px;
	width: 420px;
	left: -240px;
	top: 1700px;
	text-align: left;
}

.sideTitle  h1 {
	font-size: 240px;
	font-family: eurostyle, arial;
	letter-spacing: 0.07em;
	text-align: left;
}

.sideTitle  h1,
.sideTitle  h3 {
	color: #FFF;
}

.sideTitle  h3 {
	margin-top: 8px;
}

/* CONTENU ¨*/

#content h3 {
	color: #D31;
	font-family: eurostyle, arial;
	letter-spacing: 0.07em;
	font-size: 42px;
	position: relative;
	z-index: 2;
}

#content p {
	color: #444;	
	font-family: vodafone, arial;
	letter-spacing: 0.07em;
	font-size: 15px;
	position: relative;
	z-index: 2;
}

form {
	background-color: #eaeaea;
	padding: 25px;
	margin: 20px 0;
	position: relative;
	z-index: 2;
}

form ul {
	display: table;
	width: 100%;
}

form ul li {
	display: table-cell;
	width: 30%;
}

form ul li input[type=text] {
	background-color: #FFF;
	border: none;
	height: 40px;
	width: 90%;
	margin-top: 5px;
}

form label {
	font-size: 12px;
	font-family: vodafone, arial;
	letter-spacing: 0.07em;
	font-weight: bold;
}

input[type=submit] {
	border: none;
	padding: 15px 20px;
	background-color: #eaeaea;
	float: right;
	border-radius: 0;
	
	font-family: eurostyle, arial;
	letter-spacing: 0.07em;
	font-size: 22px;
}

#content p#error {
	margin-top: 15px;
	color: #D31;
}

/* ////// LISTE ////// */

#liste {
	position: relative;
	width: 100%;
	margin: 120px 80px 40px 0px;
	padding-top: 30px;
	border-top: solid 10px #CCC;
	overflow: hidden;
}


#liste h3 {
	color: #D31;
	font-family: eurostyle, arial;
	letter-spacing: 0.07em;
	font-size: 42px;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
}

#liste #whiteOverlay {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	z-index: 100;

	
	background-color: rgba(255,255,255,0.8);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out; 

}

#liste ul {
	width: 100%;
}

#liste ul li {
	color: #31A7D2;
	width: 100%;
	padding: 4px 0 4px 50px;
	margin-bottom: 10px;
	cursor: pointer;
}

#liste ul li:hover {
	text-decoration: underline;
}

#liste li img {
	height: 30px;
	margin-right: 15px;
	vertical-align: middle;
	float: left;
}

#liste > img {
	position: absolute;
	right: -40px;
	top: -40px;
	z-index: 1;
	opacity: 0.1;
}