.header-dutch-event{
  height: 95vh;
  position: relative;
}

.title-header-dutch{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#eventdutch h2{
  font-size: calc(2.5 * (1vw + 1vh - 1vmin))!important;
  font-family: 'Raleway-ExtraBold',sans-serif!important;
}

#eventdutch h3{
  font-size: calc(2.5 * (1vw + 1vh - 1vmin))!important;
  font-family: 'Raleway-ExtraBold',sans-serif!important;
  color: #006bb2!important;
}

.content-dutch-event{
  margin-top: 2.5rem;
}

#eventdutch p{
  font-size: 18px!important;
}

#eventdutch ul{
  list-style: none;
  padding: 0;
  margin-left: 30px;
  font-size: 18px;
  line-height: 2;
  list-style-position: outside;
}

#eventdutch ul{
  padding-left: 20px;
}


#eventdutch ol li{
  font-size: 18px!important;
  padding-bottom: 0.75rem;
  line-height: 1.7;
}

#eventdutch li{
  line-height: 1.7;
}

#eventdutch ul li:before{
  content: "■";
  /* font-family: FontAwesome; */
  /* content: "\f082"; */
  color: #006bb2;
  font-size: 30px;
  padding-right: 10px;
  vertical-align: -6%;
  line-height: 25px;
}

.row-dutch-event{
  margin-top: 10rem;
  position: relative;
}

.title-content-event-dutch{
  position: absolute;
  z-index: 1;
  width: 85%;
  top: -10%;
  right: 0;
}

.alt-event{
  float: right;
}

.text-content-event-dutch{
  margin-top: 10%;
}

@media (max-width: 992px){
  .alt-event{
    float: left;
  }

  .row-dutch-event{
    margin-top: 2rem;
  }

  .content-dutch-event h2{
    position: relative;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
  }

  .text-content-event-dutch{
    margin-top: 0;
  }

  .content-dutch-event h1{
    font-size: calc(4.5 * (1vw + 1vh - 1vmin))!important;
  }

  .content-dutch-event h2{
    font-size: calc(3.5 * (1vw + 1vh - 1vmin))!important;
  }

  .content-dutch-event h3{
    font-size: calc(3 * (1vw + 1vh - 1vmin))!important;
  }

  .content-dutch-event p,
  .content-dutch-event ol li,
  .content-dutch-event ul li{
    font-size: 15px!important;
  }

}





.introduction-event-ducth{
  margin-top: 5rem;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}

.title-inro-dutch-event{
  font-size: calc(2.5 * (1vw + 1vh - 1vmin))!important;
  font-family: 'Raleway-ExtraBold',sans-serif!important;
}

@media (max-width: 992px){
  .title-inro-dutch-event{
    transform: translateX(0);

  }
}


#eventdutch form{
  display: flex;
  flex-direction: column;
}

#eventdutch input,
#eventdutch textarea{
  padding: 0.25rem 0.75rem;
  margin: 0.75rem;
  border: 1px solid #000000;
  font-size: 18px;
}

#eventdutch .btn-download {
    position: relative;
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 22px;
    padding: 0.45rem 0.7rem;
    background: transparent;
    text-transform: none;
    color: #006bb2;
    /* margin-top: 30px; */
    border: 1px solid #006bb2;
    transition: all ease-in .3s;
}

.img-intro-dutch{
  margin:auto;
  box-shadow: 7vh 6vh rgba(0,0,0,0.05);
}

.champ-obligatoire-event-dutch{
  color: red;
  margin: 0;
  padding: 0;
}

#eventdutch ul li,
#eventdutch ol li{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

#eventdutch ul li{
  text-indent: -30px;
}

#eventdutch .light-grey-box{
  background-color: #e4e3e3ad;
  padding: 3rem;
  margin: 5rem 0;
}

#eventdutch thead{
  background-color: #2f6bb1;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

#eventdutch tbody td:first-child {
  background-color: #e1edf9;
  color: #2f6bb1;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}

#eventdutch tbody td:last-child {
  background-color: #e4e2e2;
  color: #2f6bb1;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}

#eventdutch tbody td{
  border: 1px solid #a2a0a0;
  font-size: 16px!important;
}


#eventdutch tbody .nostyle{
  border: none;
  background-color: #ffffff!important;
}

#eventdutch .mouse{
  position: absolute;
  left: 50%;
  top: 50%;
  border: 0;
  z-index: 4;
  margin: 0;
  width: auto;
  transform: translate(-50%, -50%);
  height: auto;
}

#eventdutch .mouse-icon{
   /* width: 30px;
   height: 50px; */
   width: 35px;
   height: 60px;
   border: 2px solid #2f6bb1;
   border-radius: 15px;
   cursor: pointer;
   position: relative;
   text-align: center;
}

#eventdutch .mouse-wheel{
  height: 6px;
  margin: 2px auto 0;
  display: block;
  width: 3px;
  background-color: #2f6bb1;
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
 -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down;
}

@-webkit-keyframes wheel-up-down {
	0% {
	    margin-top: 2px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 20px;
	    opacity: 0;
	}
}@-moz-keyframes wheel-up-down {
	0% {
	    margin-top: 2px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 20px;
	    opacity: 0;
	}
}@keyframes wheel-up-down {
	0% {
	    margin-top: 2px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 20px;
	    opacity: 0;
	}
}

.table-responsive {
  min-height: 100%;
 overflow-x: unset;
 border: 0!important
}

@media (max-width: 768px){
  .table-responsive {
       min-height: .01%;
       overflow-x: auto;
  }
}

.separation-duch{
  margin-top: 5rem;
  margin-bottom: 5rem;
  background-color: #ececec;
  height: 10vh;
}

.separation-duch:after,
.separation-duch:before{
  content: none;
}

.radio-form-dutch{
  display: flex;
  flex-direction: row;
}

.radio-form-dutch label{
  flex: auto;
  font-weight: normal;
}

#eventdutch .sous-titre-partie{
  color: #2f6bb1;
  margin-top: 2rem;
  font-weight: bold;
}

#eventdutch #contact label{
  font-weight: normal;
}

#eventdutch .title-form{
  font-size: 24px!important;
  font-weight: bold;
  color: #2f6bb1;
}
