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: #ededee;
  padding-top: 70px;
}

.body_esec{
  background: #ededee;
  border-left: 15px solid #d9000d;
  min-height: 100vh;  
}

.navbar-center-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
}

.container{
    margin-top: 80px;
    background-color: #ededee;
    padding-top: 20px;
}

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

.border-danger{
    border-color : rgba(217, 0, 13,var(--bs-border-opacity)) !important;    
}

.btn-esec{
 background-color: black;
 border-color: black;
 color: white; 
}

.btn-esec:hover{
 background-color: #d9000d;
 border-color: #d9000d;
 color: white;
}


.wizard-step {
    cursor: pointer;
}

.wizard-step.active a {
    font-weight: bold;
    color: white !important;
    background-color: black;
    border-color: #d9000d;
}

.list-group-item.active {
    background-color: black;
    border-color: #d9000d;
}

.logo-esec {
    background-image: url("../img/logo_esec.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 147px;
    height: 70px;
    display: inline-block;
}

.bouton-lang.fr {
    background-image: url("../img/drapeau_fr_FR.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 35px;
    border: none;
    cursor: pointer;
}

.bouton-lang.en {
    background-image: url("../img/drapeau_en_US.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 35px;
    border: none;
    cursor: pointer;
}


.form-check-input:checked {
  background-color: #000 !important;   /* Fond noir */
  border-color: #000 !important;       /* Bordure noire */
}


.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;
}

.grille-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    padding: 2rem;
}

.grille-scrollable {
    max-height: 90vh;
    overflow-y: auto;
    width: 100%;
    //max-width: 600px;
}



.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: 5px;
    padding-bottom: 5px;
    /*background-color: #eee;
    border: 1px solid #ddd;*/
    /*background-color: rgba(86,61,124,.15);
    border: 1px solid rgba(86,61,124,.2);*/
}

#menu {
  position: sticky;
  top: 100px; /* Décalage par rapport au haut de la fenêtre lors du scroll */
  align-self: start; /* Pour éviter que Bootstrap force le stretch */
  max-height: calc(100vh - 40px); /* pour limiter la hauteur du menu */
  overflow-y: auto; /* Scroll interne si le menu dépasse la hauteur */
}

.file-input{
    width: 100%;
}

.btn-browse-custom {
   background-color: black;
   border-color: black;
   color: white; 
}


.btn-browse-custom:hover{
 background-color: #d9000d;
 border-color: #d9000d;
 color: white;
}

.fileinput-upload-button {
  background-color: #28a745 !important; /* vert */
  color: white !important;
}

.fileinput-remove-button {
  background-color: #dc3545 !important; /* rouge */
  color: white !important;
}

 /*
.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; }



mopa-title{
  color: #e8426d;
}
 
.alert-mopa-text{
  text-align:left;
  color: black;
  border-color: white; /*#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: #c61063;
 border-color: #c61063;
}

.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:  #c61063; /*#fde500;*/
 border-color:   #c61063; /*#fde500;*/
 color: white; 
}

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

.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{
  flÿ t: ﱚ翴 t;
  //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;
}

.upload_none{display:none;}
.upload_inline{display:inline;}

.img-25{ width: 25px; height: 25 px;}


@keyframes clignoter {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fileinput-upload-button{
    background-color: #f91717;
    animation: clignoter 2s ;
}

.fileinput-upload-button:active{
    background-color: #5a6268;
}
