@charset "utf-8";

/*-----------------------
------- GENERAL ---------
-----------------------*/
*{
	margin : 0;
	padding : 0;
}
.bold{
	font-weight:bold;
}
p {
	margin:0px;	
	padding:0px 7px 2px 7px;
}
.blanc{
	color:#eaeaea;
}
.noir{
	color:#000;
}	

a {
	font-weight:normal;
	color:#b9b9b9;
	text-decoration:none;
}
a:hover{
	color:#b9b9b9;
	text-decoration:underline;
}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size : 12px;
	background-color:#fff;
	
}


textarea.textarea {
	width:98%;
	float:left;
	margin:1%;
	min-height:190px;
}

input[type="button"]
{
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
   color:#575757;
   width:50%;
   float:right;
   line-height:35px;
   margin-right:1%;
   cursor:pointer;
   margin-bottom:30px;
}

.content{
	position:relative;
	float:left;
	width:100%;
}

#content{
	/*background-image: url("../img/bandeau_style_rdv_apv2018.jpg");*/
    /*background-position: top left;*/
    background-repeat: no-repeat;
	/*padding-bottom:15px;*/
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#137cb5+0,479ecc+20,137cb5+41,479ecc+60,137cb5+81,479ecc+100 */
	background: #137cb5; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #137cb5 0%, #479ecc 20%, #137cb5 41%, #479ecc 60%, #137cb5 81%, #479ecc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #137cb5 0%,#479ecc 20%,#137cb5 41%,#479ecc 60%,#137cb5 81%,#479ecc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #137cb5 0%,#479ecc 20%,#137cb5 41%,#479ecc 60%,#137cb5 81%,#479ecc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#137cb5', endColorstr='#479ecc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.wrapper{
	width : 1024px;
	margin : auto;
	position:relative;
}

img{
	border:0px;
}
/*-----------------------
------- ENTETE ----------
-----------------------*/
#header{
	float:left;
	width:100%;
	height:auto;
	padding:39px 0px 20px 0px;
	margin:20px 0 0 0;
}

.espace_logo{
	float:left;
	position:relative;
	width:25%;
}


.espace_menu{
	float:right;
	position:relative;
	width:70%;
	margin-top:50px;
}

.menu{
	float:left;
	font-size:18px;
	font-weight:bold;
	list-style-type:none;
	width:100%;
	position:relative;
}

.menu li{
	position:relative;
	display:inline-block;
	/*background-color:#f9b700;*/
	width:24%;
	height:auto;
	line-height:35px;
	margin:0 0 0 1%; 
	border-bottom:1px solid #d9dadb;
	padding:0;
	float:left;
	text-align:center;
	
	border-radius: 0px 0px 0px 0;
    -moz-border-radius: 0px 0px 0px 0;
    -webkit-border-radius: 0px 0px 0px 0;
	
	-webkit-transition: all 0.7s ease 0s;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

.menu li:hover{
	border-radius: 30px 0px 30px 0;
    -moz-border-radius: 30px 0px 30px 0;
    -webkit-border-radius: 30px 0px 30px 0;
}

.menu li a{
	color:#575757;
	font-size:0.85em;
	text-decoration:none;
}

.menu li a:hover{
}




/*------------------------------------
------------ DIAPORAMA --------------
------------------------------------*/

#diaporama{
	clear:both;
	height:auto;
	width:100%;
	padding:0px;
}


h1{
	/*display:none;*/
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#FFF;
	font-size:14px;
}

.invitation{
	position:relative;
	z-index:20;
	left:10px;
	top:-100px;
	background-image:url(../img/supRdvApv.png);
	background-repeat:no-repeat;
	
	display:none;
}

.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}

.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:#000; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;

	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}




/*------------------------------------
------------ PARTENAIRES --------------
------------------------------------*/

#partenaires{
	clear:both;
	width:100%;
	height:auto;
	margin-top:15px;
	float:left;
}

.partenaires ul{
	float:left;
	list-style-type:none;
	width:100%;
	position:relative;

}

.partenaires li{
	position:relative;
	display:inline-block;
	width:100%;
	height:auto;
	padding:0;
	float:left;
}

.partenaires li img{
	width:100%;
}


.titre{
	font-size:18px;
	color:#868789;
	border-bottom:#868789 1px solid;
	margin:20px 0px;
}
#contenu{
	clear:both;
	width:100%;
	/*background-color:rgba(134,135,137,0.6);*/
	/*padding:20px;*/
	float:left;
	padding:15px 0;
}

#contenu img{
	
}


.right{
	float:right;
	padding-left:10px;
}
.left{
	float:left;
	padding-right:10px;
}


/*------------------------------------
------------ FOOTER --------------
------------------------------------*/

#footer{
	clear:both;
	width:100%;
	text-align:center;
	height:30px;
	font-size:10px;
	color:#111;
}

#footer_mobile{
	float:left;
	position:relative;
	clear:both;
	width:100%;
	text-align:center;
	height:auto;
	font-size:10px;
	line-height:30px;
	color:#111;
	display:none;
	border-top:1px solid #111;
	margin-top:10px;
	background:#111;
}

#footer_mobile p{
	text-align:center;
	margin-top:15px;
	color:#fff;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */
   
/*------------------ smartphone ---------------*/   
@media screen and (min-width: 200px) and (max-width: 475px) {
	
	#content{
		/*background-image: url("../img/bandeau_style_rdv_apv2018_mobile.jpg");*/
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#137cb5+0,479ecc+20,137cb5+41,479ecc+60,137cb5+81,479ecc+100 */
	background: #137cb5; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #137cb5 0%, #479ecc 20%, #137cb5 41%, #479ecc 60%, #137cb5 81%, #479ecc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #137cb5 0%,#479ecc 20%,#137cb5 41%,#479ecc 60%,#137cb5 81%,#479ecc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #137cb5 0%,#479ecc 20%,#137cb5 41%,#479ecc 60%,#137cb5 81%,#479ecc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#137cb5', endColorstr='#479ecc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	
	.espace_logo{
		float:left;
		position:relative;
		text-aign:center;
		width:100%;
	}
	
	.espace_logo img{
		float:left;
		position:relative;
		
		width:80%;
		margin-left:10%;
	}


	.espace_menu{
		float:left;
		position:relative;
		width:100%;
		margin-top:20px;
	}
	
	.menu li{
		width:98%;
		margin-top:2px;
	}
	
	
	.wrapper{
		width:100%;
	}
	
	#contenu img{
		float:left;
		width:96%;
		margin-left:2%;
		clear:both;
		margin-bottom:10px;
	}
	
	#contenu img.verif{
		width:50px;
		height:24px;
		float:left;
	}
	
	.right{
		float:right;
		padding-left:0px;
	}
	.left{
		float:left;
		padding-right:0px;
	}
	
	
	#partenaires{
		width:96%;
		margin-left:2%;
		height:auto;
	}
	
	input[type="button"]
	{
	   width:98%;
	   float:right; 
	}
	
	
	#footer{
		display:none;
	}

	#footer_mobile{
		display:inline;
	}

}


/*------------------  petite tablette ---------------*/   
@media screen and (min-width: 475px) and (max-width: 40em) {
	#content{
		/*background-image: url("../img/bandeau_style_rdv_apv2018_mobile.jpg");*/
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#137cb5+0,479ecc+20,137cb5+41,479ecc+60,137cb5+81,479ecc+100 */
	background: #137cb5; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #137cb5 0%, #479ecc 20%, #137cb5 41%, #479ecc 60%, #137cb5 81%, #479ecc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #137cb5 0%,#479ecc 20%,#137cb5 41%,#479ecc 60%,#137cb5 81%,#479ecc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #137cb5 0%,#479ecc 20%,#137cb5 41%,#479ecc 60%,#137cb5 81%,#479ecc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#137cb5', endColorstr='#479ecc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	
	.espace_logo{
		float:left;
		position:relative;
		text-aign:center;
		width:100%;
	}
	
	.espace_logo img{
		float:left;
		position:relative;
		
		width:80%;
		margin-left:10%;
	}


	.espace_menu{
		float:left;
		position:relative;
		width:100%;
		margin-top:20px;
	}
	
	.menu li{
		width:98%;
		margin-top:2px;
	}
	
	
	.wrapper{
		width:100%;
	}
	
	#contenu img{
		float:left;
		width:96%;
		margin-left:2%;
		clear:both;
		margin-bottom:10px;
	}
	
	#contenu img.verif{
		width:50px;
		height:24px;
		float:left;
	}
	
	.right{
		float:right;
		padding-left:0px;
	}
	.left{
		float:left;
		padding-right:0px;
	}
	
	#partenaires{
		width:96%;
		margin-left:2%;
		height:auto;
	}
	
	input[type="button"]
	{
	   width:98%;
	   float:right; 
	}
	
	
	#footer{
		display:none;
	}

	#footer_mobile{
		display:inline;
	}
}


/*------------------  tablette ---------------*/   
@media screen and (min-width: 40em) and (max-width: 900px) {
	#content{
		/*background-image: url("../img/bandeau_style_rdv_apv2018_mobile.jpg");*/
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#137cb5+0,479ecc+20,137cb5+41,479ecc+60,137cb5+81,479ecc+100 */
		background: #137cb5; /* Old browsers */
		background: -moz-linear-gradient(-45deg, #137cb5 0%, #479ecc 20%, #137cb5 41%, #479ecc 60%, #137cb5 81%, #479ecc 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg, #137cb5 0%,#479ecc 20%,#137cb5 41%,#479ecc 60%,#137cb5 81%,#479ecc 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg, #137cb5 0%,#479ecc 20%,#137cb5 41%,#479ecc 60%,#137cb5 81%,#479ecc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#137cb5', endColorstr='#479ecc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	
	.espace_logo{
		float:left;
		position:relative;
		text-aign:center;
		width:50%;
	}
	
	.espace_logo img{
		float:left;
		position:relative;
		width:80%;
		margin-left:10%;
	}


	.espace_menu{
		float:left;
		position:relative;
		width:50%;
		margin-top:20px;
	}
	
	.menu li{
		width:48%;
		margin-top:2px;
		margin-top:5px;
	}
	
	
	.wrapper{
		width:100%;
	}
	
	#contenu img{
		float:left;
		width:96%;
		margin-left:2%;
		clear:both;
		margin-bottom:10px;
	}
	
	#contenu img.verif{
		width:50px;
		height:24px;
		float:left;
	}
	
	.right{
		float:right;
		padding-left:0px;
	}
	.left{
		float:left;
		padding-right:0px;
	}
	
	#partenaires{
		width:96%;
		margin-left:2%;
		height:auto;
	}
	
	
	#footer{
		display:none;
	}

	#footer_mobile{
		display:inline;
	}
}