@charset "UTF-8";

html, body{
    height:100%; /* important to vertically align the container */
    margin:0;
    padding:0;
}

body{
font-family: 'Montserrat', sans-serif;
padding-top: 0px; /*A changer si menu flottant*/
background-color: #333333;
}

h6, h2 {
  font-weight: bold;
}

a, a:hover {
  text-decoration: none;
}

.container-fluid {
  padding: 0;
  min-height: 100%;
  overflow: hidden;
}

html,body{height:100%;}

.waiting{
    width:100%;
    min-height: height:100%;
    min-height:100%;
    background-color:#333333;
    padding:10px;
    color:#ffffff;
}



.titre {
  color: white;
  line-height: 0;
  font-weight: normal;
}

.titre1 {
  color: white;
}

.titre2 {
  color: #009640;
  line-height: 0;
  font-weight: normal;
}

.titre3 {
  color: #009640;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one <img draggable="false" class="emoji" alt="🙂" src="https://s.w.org/images/core/emoji/72x72/1f642.png">       */
  display: flex;
  align-items: center;
}
