:root {
  --main-bg-color: #344f8e;
}


div.top-container { display: flex; min-height: 100vh; flex-direction: column; }

body {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top:0;
}

.min-height { min-height: 70vh;}
footer {
    font-size: 90%;
    background-color: #616060;
    color: white;
    width: 100%;
    margin-top: 50px;
}

.footer-title {color:white; text-decoration:underline;}
.footer-link {color:white;}
.footer-link:hover {color:white; font-weight:bold;}


a { text-decoration:none; }

.page-title {
    font-name: 'Verdana';
    font-size: 150%; /* 30px/16=1.875em */
    margin-top: 2em;
    margin-bottom: 1em;
    padding-left: 15px;
    background: var(--main-bg-color);
    color: #fff;
}

.text-justify {
  text-align: justify;
}

.thumbnail {
    width: 100px;
    height: auto;
}

.belle-prise {
    width: 250px;
    height: 150px;
}

.card-header-blue { background: var(--main-bg-color); color:#fff;}

/*div .card-header-blue { font-size: h3; }*/

.card-header-link { font-size: 100%; color: #fff; }

.card-header-link:hover {
    text-decoration: underline;
    color: #fff;
}

.nav-active {
    font-weight: bold;
    background-color:red;

}

#user-tools, #user-tools a {
    color: white;
}

.errorlist {
    color: red;
    background-color: #f8d7da;
    padding: 3px;
    padding-left: 10px;
    list-style: None;
}

img > .icon { height:30px; width:30px;}
form.inline { display: inline-block; }
label { padding-bottom: 5px; }
.icon { height:26px; width:26px;}
.icon-sm { height:18px; width:18px; }

.list-group .active {
    background-color: #f9e79f;
    color: black;
}
.datepicker {
  z-index: 1600 !important; /* has to be larger than 1050 */
}

#id_date_debut { z-index: 1600 !important; }

.immediate-submit { margin-bottom: 1em; }
.immediate-submit input {
  /* Bootstrap method to hide visually and show for screen readers */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}

form[id='reservation'] > button[type='submit'] { width: 100%; }
form[id="reservation"] > p > label { font-size: 1.5em; margin-top: 1.5em;}
.back_img { height: 1em; vertical-align: sub; padding-right: 0.5em; }


.immediate-submit label, form[id='reservation'] > button[type='submit'] {
  cursor: pointer;
  padding: 8px 12px 2px 12px;
  display: block;
  border: 1px solid #ccc;
  margin: 5px;
  color: #333;
  background-color: #eee;
  text-align: center;
  font-size: inherit;
}
.immediate-submit label:hover, button.wizard_goto_step:hover, form[id='reservation'] > button[type='submit']:hover {
background-color: #ccc;
}





@media only screen and (max-width: 30em) {
    .h5 {font-size: 1rem;}
    .h3 { font-size: 1rem;}
    .min-height { min-height: 2vh;}
}

label.required::after {
    content: ' *';
    color: red;
}

.planning {
    width: 250px;

}

@media only screen and (max-width: 300px) {
    .h5 {font-size: 1.2rem;}
    .h3 {font-size: 1.8rem;}
}