* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "book";
  src: url("../fontBook/Uni-Sans-Book.otf");
}

body {
  background: white;
  font-family: book;
  width: 100%;
}

#imgOff {
  width: 150px;
  height: 150px;
  margin-left: 45%;
}
/* header*/
header#menuTop {
  width: 100%;
  height: 120px; /* 120px */
  margin: 0 auto;
  text-align: center;
  position: fixed;
  background-color: white;
  border-bottom: 10px #2c4271 solid;
}

header p {
  float: right;
}
#userProfil {
  float: left;
  padding-bottom: 0px;
  color: #046380;
  font-family: book;
  font-weight: bold;
}

#userProfil img {
  vertical-align: bottom;
}

/****************************************************************************************/

section#content {
  overflow: hidden;
}

div#mainContainer {
  position: relative;
  top: 120px;
}

.logo {
  background: url(../images/ys.png) 40% 0 no-repeat;

  background-size: 100% 100%; /*220px 180px */
  position: absolute;
  left: 50%;
}

/* article*/

#carousel {
  width: 100%;
  background: white;
  padding-top: 0px;
  background-size: cover;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
/*******************************************Pour COntact *******************************************/

#planAccessSection {
  margin-top: 5%;
  float: left;
  width: 45% !important;
  margin-right: 2%;
  text-align: center;
}
#contactSection {
  margin-top: 5%;
  font-family: book;
  width: 45% !important;
  font-size: 16px;
  margin-right: 6%;
  margin-left: 2%;
  float: left;
  background-color: white !important;
  border-style: none;
}

#googleMap {
  margin-bottom: 1% !important;
  margin: auto;
}
#contactSection {
  text-align: center;
}

#adress {
  color: #db0266;
}
#contactSection h1 {
  font-weight: bold;
}
/********************************************yogaInfo *******************************************/

#yoga div h1,
#naturopathie div h1 {
  text-align: left;
  font-weight: bold;
  color: #337ab7;
  margin-top: 0px;
}
.textYoga p,
.textNaturo p {
  text-align: left;
}

#yoga {
  width: 100%;
}

#naturopathie {
  padding-bottom: 2%;
  width: 100%;
  margin-top: 10px;
}

th {
  text-align: center;
  color: #337ab7;
  padding: 5px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#myCarousel {
  width: 100%;
  /* margin-top: -40px; */
}

footer#mainFooter {
  height: 200px;
  width: 100%;
  background: #fff;
}

/******************************************** Inscription ********************************************/
.formInscrip {
  font-size: 14px;
  font-family: book;
}
#contenuInLab {
  margin-right: 4%;
  margin-left: auto;
}

.formInscrip label {
  text-align: right;
  color: #046380;
  margin-right: 5px;
}
.formInscrip input {
  height: 30px;
}

.formInscrip button {
  background: #49c0eb;
  background-image: -webkit-linear-gradient(top, #49c0eb, #020d45);
  background-image: -moz-linear-gradient(top, #49c0eb, #020d45);
  background-image: -ms-linear-gradient(top, #49c0eb, #020d45);
  background-image: -o-linear-gradient(top, #49c0eb, #020d45);
  background-image: linear-gradient(to bottom, #49c0eb, #020d45);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 7px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  border: solid #1f628d 0px;
  text-decoration: none;
}

#genre input {
  width: 10%;
  margin: auto;
  height: 15px;
}

#messageDouleur label {
  vertical-align: top;
}

#messageDouleur textarea {
  width: 50%;
}

#obliga {
  color: red;
}

#erreurInscription {
  margin-top: 10%;
  text-align: center;
}
/******************************************** login ********************************************/
/* ne sert a rien pour l'instant*/ /*
.btn-sign {
    width:900px;
    margin-bottom:20px;
    margin:0 auto;
    padding:20px;
    border-radius:5px;
    background: -moz-linear-gradient(center top, #00c6ff, #018eb6);
    background: -webkit-gradient(linear, left top, left bottom, from(#00c6ff), to(#018eb6));
    background:  -o-linear-gradient(top, #00c6ff, #018eb6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#018eb6');
    text-align:center;
    font-size:36px;
    color:#fff;
    text-transform:uppercase;
}
 .post { margin: 0 auto; padding-bottom: 50px; float: left; width: 960px; }


*/

/* Mask for background, by default is not display */
#mask,
#maskAjoutSeance,
#maskAnnulSeance,
#maskModifSeance {
  display: none;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

/*fenetre login */
.login-popup {
  display: none;
  background: #fff;
  padding: 10px;
  border: 2px solid #ddd;
  float: left;
  font-size: 1.2em;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  box-shadow: 0px 0px 20px #999;
  /* CSS3 */
  -moz-box-shadow: 0px 0px 20px #999;
  /* Firefox */
  -webkit-box-shadow: 0px 0px 20px #999;
  /* Safari, Chrome */
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;
  /* Safari, Chrome */
}

img.btn_close {
  float: right;
  margin: -41px -39px 0 0;
}
fieldset {
  border: none;
  margin-top: 2%;
  margin-left: 10%;
  margin-right: 10%;
}
.formSeance3 fieldset {
  width: 90%;
  margin-right: 3%;
  margin-left: 3%;
}

form.signin .textbox label {
  display: block;
  padding-bottom: 7px;
}

form.signin .textbox span {
  display: block;
}

form.signin p,
form.signin span {
  color: #0c3559;
  font-size: 18px;
  font-family: arial;
  margin-bottom: 5px;
  line-height: 18px;
}

form.signin .textbox input {
  background: #e0e0e0;
  border-bottom: 1px solid #333;
  border-left: 1px solid #000;
  border-right: 1px solid #333;
  border-top: 1px solid #000;
  color: #111;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font: 13px Arial, Helvetica, sans-serif;
  padding: 6px 6px 4px;
  width: 250px;
  height: 40px;
}

form.signin input:-moz-placeholder {
  color: #bbb;
  text-shadow: 0 0 2px #000;
}

form.signin input::-webkit-input-placeholder {
  color: #424242;
}
.button {
  background: #00e676;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
  border-color: #00e676;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 6px 6px 4px;
  margin-top: 10px;
  font: 12px;
}

.button:hover {
  background: #00c853;
}
label {
  margin-bottom: 20px;
}
.user {
  width: 40%;
}

/****************bar de recherche**********************************************************/
#barRecherche {
  width: 420px;
  font-family: book;
  font-size: 18px;
  font-weight: bold;
  margin-top: 7%;
  margin-left: 35%;
}
#nom {
  width: 290px;
  height: 35px;
}

.adherent_preview {
  padding: 10px;
  background-color: rgb(245, 245, 245);
}
.adherent_preview:hover {
  cursor: pointer;
  background-color: rgb(240, 240, 240);
}
#selectionner {
  width: 120px;
  height: 35px;
}
#output {
  width: 290px;
  margin-left: 35%;
  font-size: 18px;
}
/**********************************fiche adherent*************************************************************************/

.fiche {
  width: 100%;
  margin: auto;
}

.fiche label {
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 16px;
}
.titre {
  text-align: center;
  font-size: 30px;
}
#abonnement {
  float: right;
  margin-right: 5%;
  width: 50%;
  margin-top: 2%;
}
#modifSaved {
  margin-left: 35%;
  font-size: 26px;
  color: #2c4271;
}

/******************************************************Ajouter seance ****************************************************************/

.ajoutSeance-popup {
  display: none;
  background: #fff;
  padding: 10px;
  border: 2px solid #ddd;
  float: left;
  font-size: 1.2em;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999999;
  box-shadow: 0px 0px 20px #999;
  /* CSS3 */
  -moz-box-shadow: 0px 0px 20px #999;
  /* Firefox */
  -webkit-box-shadow: 0px 0px 20px #999;
  /* Safari, Chrome */
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;
  /* Safari, Chrome */
}

#titreSeance {
  text-align: center;
  font-size: 22px;
  color: #337ab7;
  font-style: bold;
}

form.formSeance .textboxSeance label {
  display: block;
  padding-bottom: 7px;
}

form.formSeance .textboxSeance span {
  display: block;
}

form.formSeance p,
form.formSeance span {
  color: #0c3559;
  font-size: 18px;
  font-family: arial;
  margin-bottom: 5px;
  line-height: 18px;
}

form.formSeance .textboxSeance input,
form.formSeance .textboxSeance select {
  background: #e0e0e0;
  border-bottom: 1px solid #333;
  border-left: 1px solid #000;
  border-right: 1px solid #333;
  border-top: 1px solid #000;
  color: #111;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font: 13px Arial, Helvetica, sans-serif;
  padding: 6px 6px 4px;
  width: 250px;
  height: 40px;
  float: right;
}

form.formSeance input:-moz-placeholder,
form.formSeance select :-moz-placeholder {
  color: #bbb;
  text-shadow: 0 0 2px #000;
}

form.formSeance input::-webkit-input-placeholder,
form.formSeance select::-webkit-select-placeholder {
  color: #424242;
}

.buttonSubmit {
  background: #00e676;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
  border-color: #00e676;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 6px 6px 4px;
  margin-top: 10px;
  font: 12px;
}

.ajoutButton {
  background: #49c0eb;
  background-image: -webkit-linear-gradient(top, #49c0eb, #020d45);
  background-image: -moz-linear-gradient(top, #49c0eb, #020d45);
  background-image: -ms-linear-gradient(top, #49c0eb, #020d45);
  background-image: -o-linear-gradient(top, #49c0eb, #020d45);
  background-image: linear-gradient(to bottom, #49c0eb, #020d45);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 7px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 5px 5px 5px;
  border: solid #1f628d 0px;
  text-decoration: none;
  width: 135px;
  float: none;
  /*  margin-right: 40%;
  margin-left: 40%;*/
  margin-top: 10%;
}

#ajoutSeance_error {
  font-weight: bold;
  text-align: center;
}
/******************************************************Annuler seance ****************************************************************/

.annulSeance-popup,
.inscrireSeance-popup2 {
  display: none;
  background: #fff;
  padding: 10px;
  border: 2px solid #ddd;
  float: left;
  font-size: 1.2em;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999999;
  box-shadow: 0px 0px 20px #999;
  /* CSS3 */
  -moz-box-shadow: 0px 0px 20px #999;
  /* Firefox */
  -webkit-box-shadow: 0px 0px 20px #999;
  /* Safari, Chrome */
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;
  /* Safari, Chrome */
}

#titreSeanceAnnul {
  text-align: center;
  font-size: 22px;
  color: #337ab7;
  font-style: bold;
}

form.formSeance2 .textboxSeance2 label {
  display: block;
  padding-bottom: 15px;
}

form.formSeance2 .textboxSeance2 span {
  display: block;
}

form.formSeance2 p,
form.formSeance2 span {
  color: #0c3559;
  font-size: 18px;
  font-family: arial;
  margin-bottom: 5px;
  line-height: 18px;
}

form.formSeance2 .textboxSeance2 input {
  background: #e0e0e0;
  border-bottom: 1px solid #333;
  border-left: 1px solid #000;
  border-right: 1px solid #333;
  border-top: 1px solid #000;
  color: #111;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font: 13px Arial, Helvetica, sans-serif;
  padding: 6px 6px 4px;
  width: 300px;
  height: 40px;
}

form.formSeance2 input:-moz-placeholder {
  color: #bbb;
  text-shadow: 0 0 2px #000;
}

form.formSeance2 input::-webkit-input-placeholder {
  color: #424242;
}

.buttonSubmit2 {
  background: #f35e5e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
  border-color: #f35e5e;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 6px 6px 4px;
  margin-top: 0px;
  font: 12px;
}

.annulButton {
  background: #bd2e2e;

  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 7px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 5px 5px 5px;
  border: solid #1f628d 0px;
  text-decoration: none;
  width: 140px;
  float: none;
  margin-left: 290px;
  /* margin-right: 40%;
  margin-left: 40%;*/
  margin-top: -40px;
}
#buttonCalendrier a {
  color: #ffffff;
}

#buttonCalendrier {
  margin-left: 35%;
}

#annulSeance_error,
#annulSeance_error2 {
  font-weight: bold;
}

/******************************************************Modifier seance ****************************************************************/
.modifSeance-popup {
  display: none;
  background: #fff;
  padding: 10px;
  border: 2px solid #ddd;
  float: left;
  font-size: 1.2em;
  position: fixed;
  top: 55%;
  left: 50%;
  z-index: 99999999;
  box-shadow: 0px 0px 20px #999;
  /* CSS3 */
  -moz-box-shadow: 0px 0px 20px #999;
  /* Firefox */
  -webkit-box-shadow: 0px 0px 20px #999;
  /* Safari, Chrome */
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;
  /* Safari, Chrome */
}

#titreSeanceModif {
  text-align: center;
  font-size: 22px;
  color: #337ab7;
  font-style: bold;
}

form.formSeance3 .textboxSeance3 label {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

form.formSeance3 .textboxSeance3 span {
  display: block;
}

form.formSeance3 p,
form.formSeance3 span {
  color: #0c3559;
  font-size: 18px;
  font-family: arial;
  margin-bottom: 5px;
  line-height: 18px;
}

form.formSeance3 .textboxSeance3 input {
  background: #e0e0e0;
  border-bottom: 1px solid #333;
  border-left: 1px solid #000;
  border-right: 1px solid #333;
  border-top: 1px solid #000;
  color: #111;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font: 13px Arial, Helvetica, sans-serif;
  padding: 6px 6px 4px;
  width: 150px;
  height: 35px;
}

form.formSeance3 input:-moz-placeholder {
  color: #bbb;
  text-shadow: 0 0 2px #000;
}

form.formSeance3 input::-webkit-input-placeholder {
  color: #424242;
}

.buttonSubmit3 {
  background: #f35e5e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
  border-color: #f35e5e;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 6px 6px 4px;
  margin-top: 5px;
  font: 12px;
}

.modifButton {
  background: #2eafbd;

  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 7px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 5px 5px 5px;
  border: solid #1f628d 0px;
  text-decoration: none;
  width: 140px;
  float: none;
  margin-left: 140px;
  margin-top: -40px;
}

#modifSeance_error,
#modifSeance_error2 {
  font-weight: bold;
}

.textboxSeance3 label {
  margin-bottom: 5px;
}

.wc-toolbar {
  font-size: 12px;
  padding: 2px 5px;
  margin: 0;
}
.wc-toolbar h1 {
  font-size: 14px;
  font-weight: bold;
}
.wc-toolbar .ui-buttonset {
  font-size: 0.8em;
}
.wc-toolbar .wc-title {
  text-align: left;
}
.wc-header {
  font-size: 11px;
}
.wc-grid-timeslot-header,
.wc-header .wc-time-column-header {
  width: 45px;
}
.wc-time-header-cell {
  font-size: 11px;
}
.wc-business-hours .wc-time-header-cell {
  font-weight: bold;
}
.wc-am-pm,
.wc-business-hours .wc-am-pm {
  font-size: 1em;
}
.wc-header .wc-today {
  font-weight: bold;
}
/* colors */
.wc-container {
  border-left: 5px solid #bbccff;
}
.wc-toolbar {
  background: #bbccff;
  border: none;
}
.wc-header {
  background: #e3e9ff;
  border: none;
}
.wc-header {
  border-bottom: 2px solid #bbccff;
}
.wc-hour-end,
.wc-hour-header {
  color: #666666;
  border-color: #ccc;
}
.wc-hour-header,
.wc-grid-timeslot-header,
.wc-business-hours {
  background: #f6f9fc;
}
.wc-column-odd {
  background: transparent;
}
.wc-column-even {
  background: #ddddbe;
}
.wc-time-slots .wc-today {
  background-color: #ffffcc;
}
.wc-scrollable-grid .wc-day-column-last,
.wc-scrollable-grid .wc-day-column-middle,
.wc-scrollable-grid .wc-day-column-first {
  border-color: #ddd;
}
/*calendar*/
.wc-day-column-first,
.wc-day-column-last,
.wc-day-column-middle,
.wc-time-slot {
  border-color: #ccc;
}
.wc-header .wc-day-column-header.wc-today {
  background-color: #fad163;
  border-color: #fad163;
}
.wc-header .wc-today.wc-user-header {
  font-weight: normal;
}
.wc-today.wc-day-column-last {
  border-right: 3px double #fad163;
}
.wc-today.wc-day-column-first {
  border-left: 3px double #fad163;
}
.wc-time-slots * {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}

/* couleur client event*/

.calendar-subscribe-input {
  font-size: 22px;
  border-radius: 5px;
  border: 1px solid #51cb20;
  padding: 4px;
  margin-top: 10px;
}
.wc-cal-event.eventSubscribed {
  background-color: #51cb20;
}
.wc-cal-event.eventNotSubscribed .calendar-subscribe-input {
  background-color: #51cb20;
}

.wc-cal-event.eventSubscribed .calendar-subscribe-input {
  background-color: rgb(244, 6, 6);
}

.wc-cal-event.eventSubscribed .time {
  background-color: "#999";
  border: 1px solid #888;
}

/**************************************************************************************************/
#secYogishop {
  width: 100%;
  margin-top: 20px;
  height: 250px;
  margin-bottom: 30px;
}
#imagePrint {
  width: 30%;
  margin-top: 30px;
  float: left;
}
#imagePrint img {
  width: 70%;
  float: left;
}
#YogiS {
  width: 30%;
  float: right;
  text-align: center;
  margin-top: -10px;
}
#YogiS h1 {
  font-size: 20px;
}
#infoContrat {
  margin-left: 20px;
  width: 100%;
}
#infoContrat label {
  margin-top: 5px;
  margin-bottom: 10px;
}
#infoPerso {
  width: 40%;
  float: left;
}
#detailAbo {
  width: 40%;
  float: right;
  margin-right: 30px;
}
#titreContrat {
  width: 30%;
  float: right;
  text-align: center;
  margin-top: 100px;
  margin-right: 45px;
  border: solid;
}
#titreContrat h1 {
  font-size: 24px;
}

#tout {
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 20px;
  height: 930px;
  border: solid;
}
#imprimer {
  margin-top: 10%;
}

/***********************************Impression fini ****************************************************/

#calendar2 {
  margin-top: 70px;
}

/***********************************Gestion seance**************************************************/

.gestionSeance {
  width: 80%;
  margin: auto;
}

.gestionSeance label {
  margin-bottom: 5px;
  margin-top: 15px;
  font-size: 16px;
}

#gestionSeanceAdmin {
  margin-left: 25%;
  margin-right: 25%;
  width: 50%;
  margin-top: 8%;
}
.gestionSeance button {
  margin-top: 20px;
  margin-left: 25%;
}

/*************************ReservationClient***********************************/
.calenda .ajoutSeance-popup {
  width: 400px;
  height: 400px;
}
.calenda form.formSeance .textboxSeance input {
  width: 150px;
}
.calenda .buttonSubmit2 {
  margin-right: 45px;
}
.buttonSubmitGestionSeance {
  background: #f35e5e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
  border-color: #f35e5e;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 6px 6px 4px;
  margin-top: 10px;
  font: 12px;
}

/********************************inscription Seances ***************************************************/
.inscrireBoutton {
  margin-top: 30px;
}

/*****************************Banniere Accueil******************************/

.banniereInfo {
  margin-top: 30px;
  color: #333;
  font-size: 22px;
  text-align: center;
}

#editeur {
  width: 500px;
  height: 200px;
  border: 1px solid black;
  padding: 5px;
  overflow: auto;
}
