header{
	position:relative;
	background-color:transparent;
	z-index:2;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	height:65px;
}
header a{
	text-decoration:none;
}
header .logo{
	text-align:left;
}
header .logo img{
	height:55px;
	margin-top:7px;
}
header .logo_irdv_header_mobile{
	display:none;
}
header .connect{
	position:absolute;
	top:0px;
	right:0px;
	height:50px;
	padding-right:10px;
	display:block;
}
header .menu_mobile{
	display:none;
}
header .connect .compte{
	margin-top:10px;
	height:42px;
	padding-left:20px;
	padding-right:20px;
	line-height:42px;
	font-size:13px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	display:inline-block;
	font-weight:bold;
	background-color:rgba(0,162,232,1);
	color:white;
	box-shadow:2px 2px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.2);
	-moz-box-shadow:2px 2px 5px rgba(0,0,0,0.2);
}
header .connect .compte:hover{
	background-color:rgba(0,162,232,0.8);
}
header .connect .a_propos{
	display:inline-block;
	height:42px;
	line-height:42px;
	margin-right:10px;
	color:rgb(100,100,100);
	font-size:14px;
	background-color:rgb(240,240,240);
	padding-left:10px;
	padding-right:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
header .connect .a_propos img{
	height:30px;
	vertical-align:middle;
	margin-right:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-top:0px;
}
header .connect .a_propos:hover{
	opacity:0.8;
}
header .connect .ligne{
	display:inline-block;
	height:40px;
	border-left:1px solid rgb(230,230,230);
	vertical-align:middle;
	margin-right:20px;
}
.left{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	margin:0;
	width:500px;
	background-color:rgb(240,240,240);
}
.left h1{
	margin:0 auto;
	margin-top:100px;
	width:300px;
	font-weight:normal;
	font-size:22px;
	text-align:center;
}
.left h1 span{
	display:block;
	color:rgb(0,162,232);
	font-size:120px;
	margin-bottom:30px;
}
.left a{
	display:block;
	color:rgb(0,162,232);
	border:2px solid rgb(0,162,232);
	padding:20px;
	width:150px;
	margin:40px auto;
	text-align:center;
	font-weight:bold;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
}
.left ul{
	padding:40px;
}
.left li{
	margin-bottom:10px;
	color:rgb(100,100,100);
}
.right{
	margin-left:0px auto;
	overflow:auto;
	position:absolute;
	top:65px;
	left:500px;
	bottom:0px;
	right:0px;
}





body{
	margin:0;
	font-family:"Roboto",sans-serif;
}
h1{
	font-weight:normal;
	text-align:center;
	margin:0;
	color:rgb(100,100,100);
	margin-top:100px;
}
h2{
	font-weight:normal;
	text-align:center;
	margin:0;
	color:rgb(100,100,100);
	font-size:17px;
	margin-top:10px;
}
.button{
	margin:0px auto;
	padding:10px;
	background-color:rgb(0,162,232);
	color:white;
	width:230px;
	margin-top:20px;
	cursor:pointer;
	text-align:center;
}
.form_co{
	text-align:center;
	width:300px;
	margin:0px auto;
	margin-top:40px;
	padding:20px;
	padding-bottom:40px;
	margin-bottom:30px;
	box-shadow:1px 1px 30px rgba(0,0,0,0.1);
	-webkit-box-shadow:1px 1px 30px rgba(0,0,0,0.1);
	-moz-box-shadow:1px 1px 30px rgba(0,0,0,0.1);
	background-color:white;
	border-top:4px solid rgb(0,162,232);
}
.form_co .photo_profil{
	height:100px;
	width:100px;
	margin:0px auto;
	background-color:rgb(230,230,230);
	background-image:url(../../img/profil.png);
	background-position:center;
	background-size:cover;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border:3px solid rgb(0,162,232);
}
.form_co input{
	height:40px;
	width:250px;
	font-size:15px;
	margin-top:20px;
	border:none;
	border-bottom:2px solid rgb(200,200,200);
}
.form_co .loader{
	display:block;
	margin:0px auto;
	height:40px;
	margin-top:20px;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	display:none;
}
.form_co a{
	color:rgb(100,100,100);
	font-size:13px;
	margin-top:30px;
	display:inline-block;
	text-decoration:none;
}
#insc{
	margin-bottom:40px;
}
.body_compte{
	background-color:rgb(240,240,240);
}
.contenaire{
	background-color:white;
	margin:0px auto;
	margin-top:40px;
	width:800px;
	padding-bottom:20px;
	position:relative;
}
.contenaire .info{
	padding-top:20px;
	margin-left:60px;
}
.contenaire .info .photo_profil{
	height:120px;
	width:120px;
	border-radius:200px;
	-webkit-border-radius:200px;
	-moz-border-radius:200px;
	background-color:rgb(230,230,230);
	background-image:url(../../img/profil.png);
	background-position:center;
	background-size:cover;
	display:inline-block;
	vertical-align:top;
}
.contenaire .info .infos{
	display:inline-block;
	vertical-align:top;
	margin-left:20px;
}
.contenaire .info .infos strong{
	font-weight:normal;
}
.contenaire .info .infos nav{
	font-size:14px;
	margin-top:10px;
	color:rgb(100,100,100);
}
.contenaire .rdv_box{
	width:80%;
	margin:40px auto;
	margin-bottom:0px;
}
.contenaire .action{
	border:1px solid rgb(0,162,232);
	border-radius:200px;
	-webkit-border-radius:200px;
	-moz-border-radius:200px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:0px;
	text-align:center;
	width:500px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
}
.contenaire .action div{
	display:inline-block;
	width:250px;
	height:100%;
	font-size:14px;
	color:rgb(0,162,232);
	border-right:1px solid rgb(0,162,232);
	margin-left:-1px;
	cursor:pointer;
	position:relative;
	z-index:2;
}
.contenaire .action .active{
	color:white;
}
.contenaire .action .active_box{
	background-color:rgb(0,162,232);
	position:absolute;
	top:0px;
	left:0px;
	height:30px;
	width:250px;
}
.contenaire .rdv_box .title{
	background-color:rgb(230,230,230);
	padding:10px;
	border-radius:200px;
	-webkit-border-radius:200px;
	-moz-border-radius:200px;
	margin-top:30px;
	padding-left:20px;
}
.contenaire .content_rdv{
	margin-top:40px;
	font-size:0px;
}
.contenaire .content_rdv .block{
	background-color:rgba(0,162,232,0.075);
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dashed white;
}
.contenaire .content_rdv .title2{
	font-size:14px;
	padding-top:10px;
	padding-bottom:10px;
	color:rgb(100,100,100);
}
.contenaire .content_rdv .rdv:hover .block{
	background-color:rgba(0,162,232,0.2);
}
.contenaire .content_rdv .rdv div{
	padding:10px;
	font-size:13px;
	width:192px;
	display:inline-block;
	text-align:center;
	vertical-align:top;
}
.contenaire .content_rdv .rdv .name{
	font-size:15px;
	color:rgb(0,162,232);
}
.contenaire .content_rdv .rdv .annul{
	font-size:13px;
	color:rgb(0,162,232);
	height:0px;
	overflow:hidden;
	line-height:40px;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	cursor:pointer;
}
.contenaire .content_rdv .rdv:hover .annul{
	height:40px;
}
.contenaire .content_rdv .rdv .annul img{
	height:20px;
	vertical-align:middle;
	margin-right:10px;
	margin-left:10px;
}
.deco{
	position:absolute;
	top:20px;
	right:20px;
	text-decoration:none;
	background-color:rgb(235,0,0);
	color:white;
	padding:10px;
	border:1px solid rgb(235,0,0);
	border-radius:200px;
	-webkit-border-radius:200px;
	-moz-border-radius:200px;
	font-size:14px;
	opacity:0.5;
}
.deco:hover{
	opacity:0.7;
}