@font-face {
  font-family: IntroScript;
  src: url('/build/fonts/IntroScript-Bold.ttf');
}

.font-intro-script {
  font-family: IntroScript;
}

div.tooltip-langues {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
div.tooltip-langues .tooltiptext-langues {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
}

/* Show the tooltip text when you mouse over the tooltip container */
div.tooltip-langues:hover .tooltiptext-langues {
  visibility: visible;
}

.recherche-inscription input[type="checkbox"]{
  width: 28px;
}

#toast-container.toast-bottom-center>div, #toast-container.toast-top-center>div {
  opacity: 1;
  width: 500px;
  height: 90px;
  padding-top: 33px;
}

#toast-container {
  margin-top: 24rem;
}

form .wizard div.groupe-radio-inscription div.radio-inscription input[type="radio"], 
form .wizard div.groupe-radio-inscription div.radio-inscription label {    
  height: 2rem;
  padding: 0rem 1rem;
  margin: 0rem;
}

a.btn-inscription {
  border-radius: 3.5rem;
  background-color: #6eb144;
  color: #fff;
  font-size: 2rem;
}

label.placeholder {
    color: #6c757d;
    font-weight: 100;
}