html,
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;

  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ffffff;
}

.body_index{
  background: #ffffff;
}

.form-signin {
  width: 100%;
  max-width: 400px /*330px*/;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}



.row {
    margin-bottom: 15px;
}

.row-footer {
    position: absolute;
    bottom: 0;
    display:flex;
  margin-top: 10px;
	background-color: #363839;
	border-color: #e8426d;
	border-top-width: 12px;
	padding-top: 70px;
	padding-bottom: 70px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #FFFFFF;
}

.container_footer{
	max-width:1300px;
	margin:auto;
  padding:15px 0 0 0;
  display:flex;
  justify-content: space-between;
  font-size: 14px;
}

.row [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    /*background-color: #eee;
    border: 1px solid #ddd;*/
    /*background-color: rgba(86,61,124,.15);
    border: 1px solid rgba(86,61,124,.2);*/
}
 /*
.fieldset {
    border:2px solid green;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;	
    border-radius:8px;	
} */

.fieldset {

    margin-top: 12px;
    border: 1px solid #535353 /*#39c bleu clair*/ /*#ed6d98 rose mopa*/;
    padding: 12px;
    -moz-border-radius: 8px;
    border-radius: 8px;

}

.legend {
    width:inherit;
    color: #535353 /*#ed6d98 rose mopa*/ /*#39c; bleu clair*/;
    font-style: italic;
    padding-left: 12px;
    padding-right: 12px;
}

.form-inscript {
  width: 100%;
  max-width: 630px;
  padding: 15px;
  margin: 0 auto;
}

.bouton-lang {
  width: 20%;
  background-color: transparent;
  border: 0px solid #ced4da;
}

.bouton-lang:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.form-control-lang {
    /*display: block;*/
    width: 20%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative; background: #f5f5f5; border:none;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #e9ecef;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }


.titre_accueil{
  color: #c61063;
  font-size: 2.5rem;
  /*background-color: #ffe73e;*/ /*#fde500;*/
}

mopa-title{
  color: #e8426d;
}
 
.alert-mopa-text{
  text-align:left;
  color: black;
  border-color: #ffe73e; /*#fde500;*/ 
  background-color: white;  
 /*color: #535353; 
 border-color: rgba(86,61,124,.15); 
 background-color: rgba(86,61,124,.15);*/
}

.alert-mopa-text-center{
 color: #535353;
 border-color: rgba(86,61,124,.15);
 text-align:center;
 background-color: rgba(86,61,124,.15);
}

.alert-mopa-text-RGPD{
 color: #535353;
 border-color: rgba(86,61,124,.15);
 text-align:center;
 background-color: rgba(86,61,124,.15);
 font-size: 12px;
}

.alert-mopa{
 color: white;
 background-color: black;
 border-color: black;
}

.alert-mopa-info{
 color:  #535353;
 background-color: #fde3b7;
}

.btn-mopa-old{
 background-color:  #ffe73e; /*#fde500;*/
 border-color:   #ffe73e; /*#fde500;*/
 color: black; 
}

.btn-mopa{
 background-color:  black; /*#fde500;*/
 border-color:   black; /*#fde500;*/
 color: white; 
}

.btn-mopa:hover{
 background-color: #ffe73e;
 border-color:  black;
 color: black;
}

.btn-mopa-field{
 background-color: #535353;
 border-color:  #535353;
}

.btn-mopafield:hover{
 background-color: #535353;
 border-color:  #535353;
}


.conteneur_global_semainier{
border-radius: 8px;
border: 1px solid #cdcdcd;
}

@media screen and (min-width: 1200px)
{
  .conteneur_global_semainier{
    border-radius: 8px;
    border: 1px solid #cdcdcd;
    width: 50%;
    margin:0 auto;
  }

}

#conteneur_semainier{
width: 1310px;
float: left;
}

#semainier{
table-layout: fixed;
overflow: hidden;
margin-left: 0px;
width: 100%;
}

.last_semainier{
  float:left;
  //height:50px;
  //width:30px;
  cursor:pointer;
}

.next_semainier{
  float:right;
  //height:50px;
  //width:30px;
  cursor:pointer;
}


.btn-mopa_rdv{
 background-color: #e8426d;
 border-color:  #e8426d;
}

.btn-mopa_rdv:hover{
 background-color: #da325e;
 border-color:  #e8426d;
}


.coche_valider_none{display:none;}
.coche_valider_inline{display:inline;}


.alert-brassart{
 color: black;
 background-color: white;
 border-color: #c61063;
}

.contener {
    background-color: #ffffff;
    border-color: #c61063;
    border-radius: 8px;
    border: 1px solid #c61063;    
    color: black;
    z-index:100;
    text-align: center;
}

nav {
    padding: 10px;
    position: fixed;
    top: 20px;
    width: 400px;
}


.btn-brassart{
 background-color:  #c61063; /*#fde500;*/
 border-color:   #c61063; /*#fde500;*/
 color: white; 
}

.btn-brassart:hover{
 background-color: black;
 border-color:  #c61063;
 color: white;
}

