/*-----------------
PARALLAX
-----------------*/
.parallax-window{
  background-size:100% 200%;
  background-position: 50% 50%;
}

#head{
  min-height: 400px;
  background-image:url(../img/headBg1.jpeg);
}

/*-----------------
Tableau RDV en ligne
-----------------*/

.hiddenTest{
	display:none;
	visibility: hidden;
}

.dateTable {
	table-layout:fixed;
	border-collapse: collapse;
	width: 100%;
	margin: 5px;
	margin-top: 0;
	//font-family: "Open Sans",Helvetica,Arial,sans-serif;
}

.dateTable th > div{
	padding: 5px;
}

.dateTable th > div, .dateTable td > div{
    height : 25px;
}

.dateTable td{
    border: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
 }

 .dateTable th{
    background-color: rgba(0,0,0,0.07);
    //border: 1px solid rgba(255,255,255,0.3);
    text-align: center;
 }

#dateTopLeft{
	border-width: 0px;
	opacity:0;
}



.dateTable th.hours, .dateTable td.hours{
	width: 3.5em;
}

.dateTable .available.selected div div{
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #51ad51;
}

.dateTable .available div div{
	background-color: #51ad51;
	margin: 0px;
	width:100%;
	height: 100%;
	position: relative;
	border-radius:3px;
	border-color:transparent;
	transition: background 0.05s linear, border-color 0.05s linear;
}

.dateTable .available:hover{
	cursor:pointer;
}

.dateTable .available:hover div div{
	background-color: rgba(255,255,255,0.4);
	border: 1px solid #51ad51;
}

.dateTable .available:hover span.availText{
	display:none;
}

.dateTable .available img{
	display:none;
}

.dateTable .available.selected img{
position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	display: block;
	max-width: 100%;
}

.dateTable .available.selected span.availText{
	display:none;
}

.dateTable .available.online div div{
	background-color: #ebed45;
}
.dateTable .available.online:hover div div{
  background-color: rgba(255,255,255,0.4);
  border: 1px solid #ebed45;
}

.dateTable .available.online.selected div div{
  background-color: rgba(255,255,255,0.5);
  border: 1px solid #ebed45;
  line-height:50px;
}

div.legend{
  display: inline-block;
  margin-right : 10px;
  height: 25px;
  width: 48px;
  border-radius: 3px;
}

div.greenLegend{
  background-color: #51ad51;
}

div.yellowLegend{
  background-color: #ebed45;
}

.dateTable th.dates{
	width: 0%;
}

table.dateTable th.monthsCol{
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

th.firstHour{
	border-top-left-radius: 7px;
}
th.lastHour{
	border-bottom-left-radius: 7px;
}

table.dateTable span.availText{
	line-height:25px;
	color:white;
}

.btn-date {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
  color: white;
  padding: 3px 7px;
}

.btn-date:focus, .btn-date:active{
  outline: 0;
}

.btn-date.disabled, .btn-date.disabled.active, .btn-date.disabled.focus, .btn-date.disabled:active, .btn-date.disabled:focus, .btn-date.disabled:hover, .btn-date[disabled], .btn-date.active[disabled], .btn-date.focus[disabled], .btn-date[disabled]:active, .btn-date[disabled]:focus, .btn-date[disabled]:hover, fieldset[disabled] .btn-date, fieldset[disabled] .btn-date.active, fieldset[disabled] .btn-date.focus, fieldset[disabled] .btn-date:active, fieldset[disabled] .btn-date:focus, fieldset[disabled] .btn-date:hover {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: transparent;
}

.btn-date:hover {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: transparent;
  color: white;
}

.btn-date.focus, .btn-date:focus {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: transparent;
  color: white;
}

.btn.btn-date.disabled{
  opacity: 0.5;
}

.rdvLigneForm .form-group{
  margin-bottom: 10px;
}

.rdv h3{
  margin-top: 15px;
  margin-bottom: 25px;
}

.rdvLigneBtn{
  margin-top:20px;
}

.rdvLigne{
  margin-bottom: 30px;
  margin-top: 25px;
}

.availsLoader{
  position:relative;
  top:111px;
}

.contactBtn{
  margin-top: 20px;
}
/*-----------------
GENERAL
-----------------*/

body{
  color: #222257;
}

a{
  color: white;
}

a.externalLink p{
  padding: 10px;
  margin:15px 0;

}

a.externalLink{
  text-decoration: none;
  padding: 0px;
}

a.externalLink p:hover{
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.5);
}

img.externalLinkImg{
  margin-left: 10px;
}


.errorMsg{
	padding: 5px 15px;
}

.bg1, .bg2{
  position: relative;
}

.bg1 *, .bg2 *{
  position:relative;
  z-index:2;
}

.bg1:before, .bg2:before{
  content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.98;
    background-repeat: repeat;
}

.bg1:before{
    background-image: url('../img/mainBg.png');
}

.bg2:before{
    background-image: url('../img/mainBg2.png');
}


.loader{
	display: none;
}

.partContainer.bg1{
  color: white;
}

.partContainer.bg2{
  color: white;
}
.partContainer.bg1 .partContent{
  background-color: rgba(0, 0, 0, 0.08);
}

.partContainer.bg2 .partContent{
  background-color: rgba(255, 255, 255, 0.05);
}
.partContent{
  border-radius: 5px;
  padding: 15px 25px;
  margin: 25px 0px;
}

.partTitle h2{
  margin: 0 0 20px 0;
}

div.spacer{
  height:0px;
  background-color: rgba(254, 144, 4, 0.3);
}

.triangleDown{
	font-size: 11px;
	padding-left: 5px;
}

h3{
  margin:0;
}

h2,h3,h4{
  text-align: center;
}

.btn-orange {
  background-color: #e5a200;
  border-color: #d49600;
  color: #fff;
}

.btn-orange.disabled, .btn-orange.disabled.active, .btn-orange.disabled.focus, .btn-orange.disabled:active, .btn-orange.disabled:focus, .btn-orange.disabled:hover, .btn-orange[disabled], .btn-orange.active[disabled], .btn-orange.focus[disabled], .btn-orange[disabled]:active, .btn-orange[disabled]:focus, .btn-orange[disabled]:hover, fieldset[disabled] .btn-orange, fieldset[disabled] .btn-orange.active, fieldset[disabled] .btn-orange.focus, fieldset[disabled] .btn-orange:active, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange:hover {
  background-color: #e5a200;
  border-color: #d49600;
}

.btn-orange:hover {
  background-color: #d49600;
  border-color: #d57700;
  color: #fff;
}

.btn-orange.focus, .btn-orange:focus {
  background-color: #e88200;
  border-color: #c18800;
  color: #fff;
}

#scrollToTop{
  width:50px;
  height:50px;
  text-align:center;
  //font-weight: bold;
  font-size:30px;
  text-decoration: none;
  position:fixed;
  bottom:25px;
  right:25px;
  display:none;
  border-radius : 5px;
  box-sizing: content-box;
  z-index:50;
  transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear;
  background-color:transparent;
  color: rgba(229, 162, 0, 1);
  border : 1px solid rgba(229, 162, 0, 1);

}

#scrollToTop:hover{
  color:rgb(255,255,255);
  border : 1px solid transparent;
  background-color:rgba(229, 162, 0, 0.8);
}

.clearer{
  clear:both;
}

.subPartBg1, .subPartBg2{
  margin-top: 25px;
}

.subPartBg2 .subPartTitle{
  padding: 5px 10px;
  border-radius: 7px 7px 0 0;
  background-color: rgba(0, 0, 0, 0.07);
}

.subPartBg2 .subPartContent{
  padding: 5px 10px;
  border-radius: 0 0 7px 7px;
  background-color: rgba(0, 0, 0, 0.03);
}

.subPartBg2 .subPartText{
  padding: 10px 10px 0px 10;
  background-color: rgba(0, 0, 0, 0.03);
}

.subPartBg1 .subPartTitle{
  padding: 5px 10px;
  border-radius: 7px 7px 0 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.subPartBg1 .subPartContent{
  padding: 5px 10px;
  border-radius: 0 0 7px 7px;
  background-color: rgba(255, 255, 255, 0.1);
}

.subPartBg1 .subPartText{
  padding: 10px 10px;
  background-color: rgba(255, 255, 255, 0.1);
}

.subPartText p{
  margin: 0;
}

.subPartImg img{
  width:100%;
}

#ehypnoseImg{
  width: 70%;
}

.big-e{
  	color: #ffdc18;
  	font-size:140%;
}

#photo-simon{
  width: 40%;
}

#photo-contact{
  width:50%;
  border-radius: 5px;
  margin-bottom: 15px;
}
#mainTitle{
  margin: 0 10px;
}

#bioInfo{
  width: 70%;
}

#logoArche{
  float:left;
  margin-right:15px;
}
/*-----------------
HEADER
-----------------*/
#head{
  height: 50vh;
  position: relative;
}

#headTitle{
  padding: 10px;
  background-color: rgba(255,255,255,0.2);
  color: white;
}

#headTitle h1{
  margin: 0;
}

#headTitle small{
  color: white;
}

#mainLogo{
  margin-top: 5vh;
  height: 12vh;
}

#subTitle{
  margin-top: 6vh;
  color:white;
  font-variant: small-caps;
  font-size: 200%;
}

/*-----------------
MAINNAV
-----------------*/
#mainNav{
  position: absolute;
  bottom:0;
  left:0;
  right:0;
}

#mainNav .nav-tabs > li > a{
  border: none;
  color: #273b54;
}

#mainNav .nav-tabs > li.active > a{
  background-color: rgba(255,255,255,0.2);
  color: white;
}

#mainNav .nav-tabs > li:not(.active) > a{
  background-color: rgba(255,255,255,0.8);
}

#mainNav .nav-tabs > li:not(.active) > a:hover{
  background-color: rgba(255,255,255,0.2);
  color: white;
}

#mainNav .nav-tabs > li > a{
  padding: 10px 5px;
}

.darkerBg:hover{
  background-color: rgba(213, 99, 5, 0.5) !important;
}
/*-----------------
FOOTER
-----------------*/
#footer{
  background-color: #24364d;
  padding: 10px 0;
  color: white;
}


/*-----------------
ADMIN
-----------------*/
#admin table{
  width: 100%;
}

#admin textarea{
  width:100%;
}

#admin td{
  padding: 5px;
  font-size: small;
}

#admin tr{
  border: 1px solid black;
}
