/* EXAMPLE FONT IMPORT */
/*
@font-face {
  font-family: 'FONT';
  src: url('../fonts/FONT.eot');
  src: url('../fonts/FONT.eot?#iefix') format('embedded-opentype'),
  url('../fonts/FONT.woff2') format('woff2'),
  url('../fonts/FONT.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

*/
/*
################
################
################
@GENERAL
################
################
################
*/
html,
html.h-100,
body,
body.h-100 {
  min-height: 100%;
  height: auto !important;
  overflow-x: hidden;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #46664c;
  font-size : 14px;
  line-height: 1.2;
  font-weight: 600;
  background: url(../img/bg.jpg) no-repeat center center / cover;
}

a {
  
}
a:hover {
  
}

h1 {
  
}
h2 {
  
}
h3 {
  
}

.section {
  padding: 40px 0;
  font-size: 16px;
}
.section-header {
  background: #19a700;
  color: #fff;
  font-size: 25px;
  padding: 20px 0 40px;
  position: relative;
  text-align: center;
}
  .section-header:before {
    background: url(../img/section-header-round.png) no-repeat left -280px bottom -250px / 400px 400px;
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 150px;
    display: block;
  }

  .section-header:after {
    background: url(../img/section-header-round.png) no-repeat top -150px right -160px / 240px 240px;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    display: block;
  }
  .section-header .container {
    padding-top: 60px;
    background:  url(../img/section-header.png) no-repeat center 0;
    z-index: 9;
  }
  .step-green .section-header {
    background-color: #518023;
  }
  .step-turquoise .section-header {
    background-color: #326c88;
  }
  .step-marine .section-header {
    background-color: #323f86;
  }
  .step-blue .section-header {
    background-color: #397abe;
  }
  .step-orange .section-header {
    background-color: #b8552c;
  }
  .step-red .section-header {
    background-color: #a52b33;
  }
  .step-pink .section-header {
    background-color: #b63572;
  }
  .step-purple .section-header {
    background-color: #76297e;
  }

  .section-header-img {
    text-align: center;
    max-height: 120px;
  }
  .section-header-img img {
    max-width: 300px;
    width: 100%;
  }

.btn {
  border-radius: 20px;
  padding: 5px 50px;
  text-transform: uppercase;
  font-weight: 900;
}

.btn-primary {
  background: #3b87db;
  border-color: #3b87db;
  color: #fff !important;
}

.home-intro {
  font-size: 20px;
  text-align: center;
  margin-top: 80px;
}

/*
################
################
################
@HEADER
################
################
################
*/
#header {
  background: #fff;
}
.navbar {
  padding: 10px 0 20px;
  position: relative;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover {
  font-size: 75px;
  line-height: 65px;

  font-size: 65px;
  line-height: 55px;
  font-weight: bold;
  text-transform: uppercase;
  color: #00ac00;
  white-space: inherit;
}

body[data-currentlang='nl'] .navbar-light .navbar-brand,
body[data-currentlang='nl'] .navbar-light .navbar-brand:hover {
  /*font-size: 60px;
  line-height: 55px;*/
}

.navbar ul.navbar-lang {
  position: absolute;
  top: 5px;
  right: 0;
  height: 40px;
  overflow: hidden;
  width: 70px;
  text-align: right;
  text-transform: uppercase;
  color: #3b87db;
  transition: all 200ms ease;
  background: #fff;
  border: 1px solid #fff;  
  padding-bottom: 10px;
  border-radius: 5px;
  display: block !important;
  z-index: 999;
  font-size: 18px;
}
  .navbar ul.navbar-lang li {
    height: 30px;
    width: 70px;
    text-align: right;
    line-height: 40px;
    padding-right: 25px;
    font-weight: 900;
  }
  .navbar ul.navbar-lang li i {
    margin-right: -15px;
  }
  .navbar ul.navbar-lang li a,
  .navbar ul.navbar-lang li span {
    color: #3b87db;
    display: block;
    line-height: 40px;
    width: 45px;
    padding: 0 !important;
    margin: 0;
  }
  .navbar ul.navbar-lang li a:hover,
  .navbar ul.navbar-lang li a.active {
  
  }

  .navbar ul.navbar-lang:hover {
    height: auto;
    border: 1px solid #3b87db;
    background: #3b87db;    
  }
  .navbar ul.navbar-lang:hover * {
    color: #fff;
  }

/*
################
################
################
@FORM
################
################
################
*/
.form-control {
  height: auto;
  font-size: 1rem;
}
.has-error .form-control {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.has-error select.form-control {
  background-position: right calc(.375em + .5rem) center;
}

.form-check-custom {
  margin: 0 10px 20px 0;
  padding: 0;
  position: relative;    
}
.form-check-custom label {
  padding: 10px 50px 10px 10px;
  border-radius: 8px;
  background: #ccc;
  display: block;
  text-align: left;
  color: #fff;
  cursor: pointer;
}
.form-check-custom input[type=checkbox],
.form-check-custom input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;

  border-radius: 50%;
  height: 50px;
  width: 50px;
  background: #fff;
  border: 6px solid #ccc;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}
.form-check-custom:hover input[type="checkbox"]:not(:checked):before,
.form-check-custom:hover input[type=radio]:not(:checked):before {
  font-family: FontAwesome;
  content: '\f00c';
  color: #ccc;
  font-size: 23px;
  position: absolute;
  left: 8px;
  top: 5px;
}

.form-check-custom input[type=checkbox]:checked+label,
.form-check-custom input[type=radio]:checked+label {
  background: #3b87db;
  z-index: 1;
}

.form-check-custom input[type="checkbox"]:checked,
.form-check-custom input[type=radio]:checked {
  border: 6px solid #3b87db;
  z-index: 2;
  
  animation-duration: .2s;
  animation-name: tryanimate;
  animation-iteration-count: 1;
}
.form-check-custom input[type="checkbox"]:checked:before,
.form-check-custom input[type=radio]:checked:before {
  font-family: FontAwesome;
  content: '\f00c';
  color: #3b87db;
  font-size: 23px;
  position: absolute;
  left: 8px;
  top: 5px;
  z-index: 3;

  animation-duration: .2s;
  animation-name: tryanimate;
  animation-iteration-count: 1;
}
@keyframes tryanimate {
  0%   { transform: scale(.9); }
  80%   { transform: scale(1.1); }
  100% { transform: scale(1); }
}

/* LOGOS CHECKBOX */
.form-check-custom-logos {
  margin: 0 auto 50px;
  padding: 0;
  width: 160px;
  position: relative;    
}
.form-check-custom-logos label {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #fff;
  border: 10px solid #ccc;
  display: block;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  vertical-align: bottom;
}
.form-check-custom-logos label span {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
}
.form-check-custom-logos label img {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  top: 12px;
  border-radius: 50%;
  width: calc(100% - 24px);
}
.form-check-custom-logos input[type=checkbox],
.form-check-custom-logos input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;

  border-radius: 50%;
  height: 50px;
  width: 50px;
  background: #fff;
  border: 6px solid #ccc;
  position: absolute;
  bottom: 0px;
  right: 0;
  cursor: pointer;
  z-index: 9;
}
.form-check-custom-logos:hover input[type="checkbox"]:not(:checked):before,
.form-check-custom-logos:hover input[type=radio]:not(:checked):before {
  font-family: FontAwesome;
  content: '\f00c';
  color: #ccc;
  font-size: 23px;
  position: absolute;
  left: 8px;
  top: 5px;
}

.form-check-custom-logos input[type=checkbox]:checked+label,
.form-check-custom-logos input[type=radio]:checked+label {
  border-color: #3b87db;
  z-index: 1;
}

.form-check-custom-logos input[type="checkbox"]:checked,
.form-check-custom-logos input[type=radio]:checked {
  border: 6px solid #3b87db;
  z-index: 2;
  
  animation-duration: .2s;
  animation-name: tryanimate;
  animation-iteration-count: 1;
}
.form-check-custom-logos input[type="checkbox"]:checked:before,
.form-check-custom-logos input[type=radio]:checked:before {
  font-family: FontAwesome;
  content: '\f00c';
  color: #3b87db;
  font-size: 23px;
  position: absolute;
  left: 8px;
  top: 5px;
  z-index: 3;

  animation-duration: .2s;
  animation-name: tryanimate;
  animation-iteration-count: 1;
}
/**/

/*
#quizz_participation .form-check-input.is-invalid ~ .form-check-label, 
#quizz_participation .was-validated .form-check-input:invalid ~ .form-check-label {
  background: #dc3545;
  color: #fff;
}
.was-validated .form-check-custom input[type=checkbox]:invalid,
.was-validated .form-check-custom input[type=radio]:invalid {
  border-color: #dc3545;
}
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #fff;
}
*/

#quizz_participation .form-check-custom .form-check-input.is-invalid ~ .form-check-label, 
#quizz_participation.was-validated .form-check-custom .form-check-input:invalid ~ .form-check-label {
  background: #dc3545;
  color: #fff;
}
#quizz_participation .form-check-custom .form-check-input.is-valid ~ .form-check-label, 
#quizz_participation.was-validated .form-check-custom .form-check-input:valid ~ .form-check-label {
  color: #fff;
}

#quizz_participation .form-check-custom-logos .form-check-input.is-invalid ~ .form-check-label, 
#quizz_participation.was-validated .form-check-custom-logos .form-check-input:invalid ~ .form-check-label {
  border-color: #dc3545;
  color: #fff;
}
#quizz_participation .form-check-custom-logos .form-check-input.is-valid ~ .form-check-label, 
#quizz_participation.was-validated .form-check-custom-logos .form-check-input:valid ~ .form-check-label {
  color: #fff;
}

.has-error .invalid-feedback {
  display: block;
}

.question-explain {
  font-size: 18px;
  margin: 25px 0;
}


.currentstep {
  background: #19a700;
  color: #fff;
  font-size: 24px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  margin: 60px auto 30px;
}

.alert {
  font-size: 18px;
  display: inline-block;
  text-align: center;
  max-width: 80%;
}
  .alert img {
    max-width: 400px;
    width: 100%;
  }
  main .logos {
    margin: 40px 0;
  }
  main .logos img {
    background: #fff;
    border-radius: 50%;
    border: 5px solid #3b87db;
    margin: 5px;
    width: 80px;
  }

#validation_participation .form-group label {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 900;
}

.score-out {
  margin: 20px auto 0;
  height: 70px;
  text-align: center;
}

.score {
  background: #fff;
  padding: 6px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0 20px 20px;
}
.score-container {
  background: #fff;
  border: 10px solid #19a700;
  border-radius: 50%;
  position: relative;
  color: #19a700;
  width: 180px;
  height: 180px;
}
  .score-container strong {
    position: absolute;
    bottom: 47%;
    right: 47%;
    font-size: 80px;
    line-height: 50px;
    font-weight: 900;
    letter-spacing: -10px;
    width: 70px;
  }
  .score-container em {
    position: absolute;
    bottom: 25%;
    right: 37%;
    font-size: 50px;
  }
  .score-container span {
    position: absolute;
    top: 55%;
    left: 60%;
    font-size: 40px;
    line-height: 30px;
    font-weight: 900;
  }

/*
################
################
################
@FOOTER
################
################
################
*/
#page {
  /* equal to footer height */
  
}
#page:after {
  content: "";
  display: block;
}
#footer,
#page:after {
  /*height: 305px;*/
}

/*
################
################
################
@SPLASH
################
################
################
*/
.page-splash {

}
.splash-link {
  text-align: center;
  margin: 15px 0;
}
.splash-link a {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 10px;
}

/*
################
################
################
@LOGIN
################
################
################
*/
.login-page {
  background-color: #cdcdcd;
}
.login-page .main-footer {
  display: none;
}
.login-page .login-box {
  width: 540px;
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);        
  text-align: center;
}
.login-page .login-box-body {
  background:#fff;
  border-radius: 10px;
  text-align: left;
}
.login-page .login-box form {
  padding: 60px 40px;
}

/*
################
################
################
@MAINTENANCE/CLOSE/...
################
################
################
*/
.maintenance .jumbotron {
  font-family: 'Advent Pro', sans-serif;
  font-size: 30px;
  background: #fff;
  border: 1px double #ccc;
  padding: 15px 30px;
  text-align: center;
  box-shadow: 30px 20px 0;
}
.maintenance .jumbotron h1 {
  font-weight: bold;
  font-size: 60px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.maintenance .jumbotron p {
  margin: 0;
}

/*
################
################
################
@RESPONSIVE
################
################
################
*/
@media only screen and (max-width: 1199.98px) {
  

}
@media only screen and (max-width: 991.98px) {
  .section {
    text-align: center;
  }  
  .alert {
    max-width: 100%;
  }
  .navbar-light .navbar-brand,
  .navbar-light .navbar-brand:hover {
    font-size: 45px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767.98px) {

  
}
@media only screen and (max-width: 575.98px) {

  
}