/*///////////////////////////////////////*/
/*///////////////////////////////////////*/
/*/////////Modifier le 24/09/2017/////////*/
/*///////////////////////////////////////*/
/*///////////////////////////////////////*/
html, body{
	background: #e7e7e7;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #595959;
}
img{
	border: none;
}
a{
	text-decoration: none;
 }
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #e7e7e7;
}
::-webkit-scrollbar{
	width:8px;
	height:8px
}
::-webkit-scrollbar-thumb
{
	background-color: #0098a8;
	width: 8px;
	height: 8px;
}
#header{
	position: relative;
	background: #FFF;
	width: 100%;
	height: 65px;
	z-index: 2;
}
.header_containe{
	width: 720px;
	margin: auto;
	padding: 0;
}
.mainNav{
	height: 45px;
	float: right;
	padding: 0;
	clear: both;
}
.mainNav li{
	height: 53px;
	float: left;
	margin: 0;
	list-style: none;
	display: block;
}
.mainNav li:hover{
	border-bottom: 5px solid #006f7a;
}
.mainNav a {
	height: 35px;
	display: block;
	padding: 16px 16px 0 16px;
	color: #9a9c9b;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}
.degra{
	background: #0098a8; /* Old browsers */
	background: -moz-linear-gradient(left,  #0098a8 0%, #30b4c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0098a8), color-stop(100%,#30b4c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #0098a8 0%,#30b4c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #0098a8 0%,#30b4c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #0098a8 0%,#30b4c8 100%); /* IE10+ */
	background: linear-gradient(to right,  #0098a8 0%,#30b4c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098a8', endColorstr='#30b4c8',GradientType=1 ); /* IE6-9 */
	height: 5px;
}

#page_wrap{
	width: 720px;
	margin: auto;
	position: relative;
	overflow: hidden;
	min-height: 100%;
	padding-bottom: 55px;
}
#roll{
	background: url('/data/img/voyance.jpg');
	position:relative;
	width: 720px;
	height: 243px;
	overflow: hidden;
}
#roll p {
	position:absolute;
	left:0;
	top:0;
}
#loe{
	background: #FFF;
	width: 132px;
	height: 100px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 390px;
	border-radius: 10px;
	position: absolute;
	margin-top: 52px;
	margin-left: 65px;
	overflow: hidden;
	padding: 0 15px 0 25px;
}
.serg{
	color: #01927A;
	font-size: 65px;
	font-weight: bold;
}
.desc{
	color: #494848;
	font-size: 15px;
	font-style: italic;
	margin: -17px 0 0 20px;
	display: block;
}
.bouton{
	display: inline-block;
	position: absolute;
	margin: 172px 0 0 72px;
	padding: 5px 25px 5px 25px;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #181820;
	border: 2px solid #0E0E16;
	cursor: pointer;
	text-align: center;
}
.year{
	width: 275px;
	color: #181820;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.relative{
	position: relative;
	width: 30px;
}
.months{
	color: #D90000;
	float: left;
	margin: -1px;
	padding: 0px 15px 0px 0px;
	text-decoration: none;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
}
.month{
	margin: 12px 0 0 33px;
}
.clear{
	clear: both;
}
table{
	border-collapse: collapse;
	width: 234px;
}
table td{
	border: 1px solid #DDDDDD;
	width: 0px;
	height: 30px;
}
table td.today{
	border: 2px solid #ff6445;
	width: 80px;
	height: 80px;
}
table td.padding{
	border: none;
}
table td.jd{
	background: #FFF;
	cursor: pointer;
}
table td.jd:hover{
	background: #D6EDF7;
	cursor: pointer;
}
table th{
	font-weight: 700;
	color: #181820;
}
table td .day{
	position: absolute;
	color: #17a6b8;
	bottom: -18px;
	right: 0px;
	font-weight: bold;
	font-size: 16px;
}
table td .dayP{
	position: absolute;
	color: #CACACA;
	bottom: -18px;
	right: 0px;
	font-weight: bold;
	font-size: 16px;
}
table td .dayno{
	position: absolute;
	color: #B93434;
	bottom: -18px;
	right: 0px;
	font-weight: bold;
	font-size: 16px;
}
.legend {
	position: relative;
	width: 230px;
	height: 0px;
	margin: 6px 0px 5px 10px;
	padding: 0px;
}
.legend li {
	width: 10px;
	height: 10px;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	margin-left: 26px;
	list-style: none;
	text-indent: 15px;
	margin-right: 65px;
}.comp {
	background: #B93434;
}
.dispo {
	background: #17a6b8;
}

#rdv{
	background: #ff6445;
	width: 366px;
	height: 235px;
	overflow: hidden;
	padding: 12px;
	float: left;
	text-align: center;
}
.bandea{
	background: #F18768;
	width: 20px;
	height: 259px;
	position: absolute;
	margin: -12px 0 0 -12px;
}
.hidden{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#prise{
	background: #FFFFFF;
	width: 306px;
	height: 233px;
	margin: 20px 0 0 54%;
	padding: 12px;
	border: 1px solid #ff6445;
	text-align: center;
}
#prise p{
	margin: 62px 0 0 0;
	display: block;
	font-size: 17px;
	color: #e33e0e;
	line-height: 30px;
}

#present{
	background-color: #ebebeb;
	border: 1px solid #d9d9d9;
	text-align: center;
	padding: 25px;
	margin: 23px 0 23px 0;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
#present p{
	font-family: Times New Roman, Times, serif;
	font-size: 17px;
	font-style: italic;
	line-height: 24px;
	color: #3c3f41;
	letter-spacing: 0.15px;
	margin-bottom: 0.8em;
	/* text-align: justify; */
}
#present h3{
	font-size: 16px;
	font-weight: 700;
	color: #ff7105;
	text-transform: uppercase;
}
#mtnlg p{
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    font-style: normal;
    line-height: 15px;
}
#mtnlg a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ff7105;
    text-decoration: none;
    font-weight: bold;
}
.avat{
	display: inline-block;
	width: 116px;
	height: 116px;
	border-radius: 50%;
	background: #fff;
}
.avat img{
	width: 116px;
	height: 116px;
	display: inline-block;
	border-radius: 50%;
}

#temoin{
	width: 720px;
	padding-top: 20px;
	display: none;
}
#Prox{
	width: 720px;
	padding-top: 20px;
	text-align: center;
}
#tarf{
	font-family: Helvetica,Arial,sans-serif;
	position: relative;
	display: inline-block;
	margin-left: -4px;
	margin-top: -1px;
	width: 30%;
	border: 1px solid #cfcfcf;
	background-color: #fff;
	text-align: center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#tarf:hover{
	z-index: 11;
	border-color: transparent;
	background-color: #181820;
	-webkit-transform: scale(1.1) translateZ(0);
	-moz-transform: scale(1.1) translateZ(0);
	-o-transform: scale(1.1) translateZ(0);
	transform: scale(1.1) translateZ(0);
	opacity: 1;
}
#tarf h5{
	margin: 0;
	padding: 27px 5px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
}
#tarf ul{
	list-style: none outside;
}
#tarf li {
	position: relative;
	padding: 9px 20px;
	border-top: 1px solid #ebebeb;
	font-weight: 300;
	font-size: 15px;
	margin-left: -40px;
}
.price {
	padding: 28px 0 15px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.cost {
	margin: 0;
	font-weight: 300;
	font-size: 44px;
	line-height: .7em;
}
.description {
	color: #a8a8a8;
	text-transform: uppercase;
	font-size: 10px;
}
#tarf:hover .price {
	border-color: #0E0E16;
	background-color: #181820;
	color: #FFF;
}
#tarf:hover h5{
	color: #FFF;
}
#tarf:hover .description{
	color: #FFF;
}
#tarf:hover .cost{
	color: #FFF;
}
.list li:first-child { 
	border: none; 
}

#tarf:hover .list li{
border-top-color: #0E0E16;
color: #fff;
}
.temoin_bloc{
	width: 220px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.temoin_bloc h3{
	font-size: 16px;
	font-weight: 700;
	color: #1a1a1a;
	text-transform: uppercase;
}
.temoin_bloc h4{
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
	color: #ff7105;
	margin-top: -1.4em;
}
.temoin_bloc img{
	width: 90px;
	height: 90px;
	display: inline-block;
	border-radius: 50%;
}
.temoin_bloc p{
	font-size: 14px;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
}
.t_title{
	font-family: Times New Roman, Times, serif;
	font-size: 30px;
	font-style: italic;
	margin-bottom: 1.4em;
}
.t_title span{
	font-weight: bold;
	color: #17a6b8;
}

#cont{
	background: #fff url('/data/img/map.jpg') no-repeat;
	position: relative;
	width: 700px;
	height: 350px;
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#cont ul{
	list-style: none outside;
	margin: 10px 0 0 14px;
}
#cont li {
	position: relative;
	padding: 7px 60px;
	font-weight: 400;
	margin-left: 290px;
	width: 270px;
}
#video-container { 
	position: absolute; 
	top: 0%;
	left: 0%;
	height: 350px;
	width: 350px;
	overflow: hidden;
}
video {
	position: absolute;
	z-index: 0;
}
video.fillWidth {
	width: 350px;
	height: 350px;
}
.lihome{
	background: url('/data/img/home.png') no-repeat 26px 10px;
}
.liphone{
	background: url('/data/img/phone.png') no-repeat 26px 15px;
}
.lirev{
	background: url('/data/img/rev.png') no-repeat 26px 15px;
}
.limail{
	background: url('/data/img/at.png') no-repeat 26px 15px;
}
.lititle{
	font-weight: 800;
	font-size: 15px;
	color: #ff7105;
}
.bton{
	display: inline-block;
	padding: 5px 40px 5px 40px;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #181820;
	border: 2px solid #0E0E16;
	cursor: pointer;
}
.opacity{
	opacity: 0.5;
}
.opacity:hover{
	opacity: 1;
}

#contedd{
	padding-top: 35px;
}
.m_title{
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-style: italic;
}
.m_title span{
	font-weight: bold;
	color: #17a6b8;
}
.htitre{
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-style: italic;
}

#calander{
	width: 650px;
	background: #fff url('/data/img/cal.svg') no-repeat 300px 0px;;
	border: 1px solid #cfcfcf;
	padding: 20px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#flrved{
	width: 300px;
	height: 200px;
	color: #fff;
	float: left;
	margin: -225px 0 0 360px;
}
#myThing{
	margin: -20px 0 0 20px;
	font-size: 25px;
	font-weight: 700;
	color: #FFF;;
}
#hday{
	margin-left: 55px;
}
.radio ul{
	list-style-type:none;
}
.radio ul li{
	cursor:pointer;
	display:inline-block;
	width:100px;
	padding:5px;
	margin-right:5px;
	text-align:center;
	font-weight: 700;
}
.over{
	background: #eee;
	color:#39D2B4;
}
.selected{
	background: #34495E;
	color:#39D2B4;
}

#Mok5_2114{
	width: 615px;
	background: #181820;
	border: 1px solid #cfcfcf;
	padding: 20px;
	text-align: center;
	margin-left: 30px;
}
#card{
	width: 420px;
	margin-left: 100px;
	color: #fff;
	font-size: 10px;
	text-align: justify;
}
#free{
	width: 420px;
	margin-left: 100px;
	color: #fff;
	font-size: 10px;
	text-align: center;
}
#free h3{
	font-size: 20px;
	font-style: oblique;
	font-family: Times New Roman, Times, serif;
	color: #17a6b8;
	text-align: center;
}
#inmane_454{
	width: 650px;
	background: #181820;
	border: 1px solid #cfcfcf;
	padding: 20px;
}
#Win_454{
	background: #F74242;
	width: 620px;
	padding: 10px;
	color: #FFF;
	border: 2px dashed #6B0606;
	font-size: 0.79em;
	text-align: center;
}
.put_45_d_3:first-child {
	margin-left: 0;
}
.span_45_d_3 {
	width:49.7%;
}
.put_45_d_3 {
	display: block;
	float: left;
	margin:0 0 0 -22%;
}
span.term a{
	color: #1888A8;
	font-weight: bold;
}
span.term a:hover{
	color:#fff;
}
#active {
	color:#0E0E16;
	border-left:6px solid #0098a8;
}
#cheked input[type="text"] {
	color:#0E0E16;
	border-left:6px solid #0098a8;
}
.lable input[type="text"] {
	padding: 15px;
	font-size: 1.1em;
	margin: 18px 0px;
	color: #666666;
	width: 40%;
	cursor: pointer;
	font-family: 'Oxygen', sans-serif;
	outline: none;
	font-weight: 600;
	margin-left: 3px;
	background: #FFFFFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border-left: 6px solid #fff;
	border-bottom: none;
	border-right: none;
	border-top: none;
}
.lable-2 input[type="text"] { 
	padding: 14px;
	width: 48.6%;
	font-size: 1em;
	margin: 4px 0px;
	border:none;
	color: #666666;
	cursor: pointer;
	background: none;
	float: left;
	outline: none;
	font-weight: 700;
	font-family: 'Oxygen', sans-serif;
	background: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border-left: 6px solid #fff;
	border-bottom: none;
	border-right: none;
	border-top: none;
}
.lable-3 textarea {
	width: 316px; 
	min-width: 316px; 
	max-width: 316px; 
	height: 120px; 
	min-height: 120px;  
	max-height: 200px;
	padding: 14px;
	font-size: 1em;
	margin: 18px 0px;
	border:none;
	color: #666666;
	cursor: pointer;
	background: none;
	float: left;
	outline: none;
	font-weight: 700;
	font-family: 'Oxygen', sans-serif;
	background: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border-left: 6px solid #fff;
	border-bottom: none;
	border-right: none;
	border-top: none;
}
.error{
	display: none;
	position: absolute;
	margin: -35px 0 8px 22px;
	color: #A20000;
	font-weight: 700;
}
.droppix{
	width: 263px;
	height: 324px;
	float: right;
	margin-top: -348px;
	border: dashed 3px #C1C3C5;
	text-align: center;
	color: #b1b3b7;
	overflow: hidden;
    cursor: pointer;
}
.droppix:hover{
	border: dashed 3px #0E0E16;
	color: #0E0E16;
}
.image-text {
	font-weight: 700;
	font-size: 18px;
	margin-top: 130px;
}
.img-text {
	font-weight: 300;
	font-size: 12px;
	font-style: italic;
    cursor: pointer;
}
/* styles de base si JS est activé */  
.js .input-file-container {  
  position: relative;  
}  
.js .input-file-trigger {  
  display: block;  
  color: #fff;  
  font-size: 1em;  
  height: 170px;
  cursor: pointer;  
}  
.js .input-file {  
  position: absolute;  
  top: 0; left: 0;  
  width: 225px;  
  padding: 14px 0;  
  opacity: 0;  
  cursor: pointer;  
}  
   
/* quelques styles d'interactions */  
.js .input-file:hover + .input-file-trigger,  
.js .input-file:focus + .input-file-trigger,  
.js .input-file-trigger:hover,  
.js .input-file-trigger:focus {  
  color: #0E0E16;  
}  
   
/* styles du retour visuel */  
.file-return {  
  margin: 0;  
}  
.file-return:not(:empty) {  
  margin: 1em 0;  
}  
.js .file-return {  
  font-style: italic;  
  font-size: .9em;  
  font-weight: bold;  
}  
/* on complète l'information d'un contenu textuel 
   uniquement lorsque le paragraphe n'est pas vide */  
.js .file-return:not(:empty):before {  
  content: "Selected file: ";  
  font-style: normal;  
  font-weight: normal;  
}
.preview{
	margin-top: 12px;
	height: 300px;
}
.preview img{
	max-width: 263px;
	max-height: 300px;
}
.submit{
	padding:5px 4px;
	text-align: center;
}
.submit input[type=submit] {
	padding: 17px 30px;
	color: #fff;
	float: right;
	font-family: 'Oxygen', sans-serif;
	background: #30b4c8;
	border: 1px solid #30b4c8;
	cursor: pointer;
	font-size: 18px;
	text-transform: uppercase;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	outline:none;
	width: 100%;
	-webkit-appearance: none;
}
.submit input[type=submit]:hover {
	 background:#0098a8;
	 border:1px solid #0098a8;
}

#FOOTER{
	background-color: #181820;
	min-height: 205px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#FOOTER_CUT {
height: 5px;
	background: #0098a8; /* Old browsers */
	background: -moz-linear-gradient(left,  #0098a8 0%, #30b4c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0098a8), color-stop(100%,#30b4c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #0098a8 0%,#30b4c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #0098a8 0%,#30b4c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #0098a8 0%,#30b4c8 100%); /* IE10+ */
	background: linear-gradient(to right,  #0098a8 0%,#30b4c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098a8', endColorstr='#30b4c8',GradientType=1 ); /* IE6-9 */
border-top: 1px solid #c0c0c0;
}
#FOOTER_CONTENT {
	width: 780px;
	margin: auto;
	padding-top: 35px;
	font-size: 10px;
	color: #FFF;
}
.foot_bloc{
	width: 200px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.foot_bloc h5{
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-top: -0.3em;
	margin-bottom: 0.8em;
}
.foot_bloc a{
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
	padding-bottom: 8px;
	display: inline-block;
}
.foot_bloc2{
	width: 320px;
	float: left;
	padding-left: 10px;
	padding-right: 50px;
	margin-left: -45px;
}
.foot_bloc2 h5{
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-top: -0.3em;
	margin-bottom: 0.8em;
}
.foot_bloc2 p{
	font-size: 12px;
	font-style: italic;
	font-family: Times New Roman, Times, serif;
	line-height: 21px;
	color: #fff;
	padding-bottom: 8px;
}