body, html{
  font-family: 'Quicksand';
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
h1, h2{
  margin: 0;
}
a{
  text-decoration: none;
}
.flex{
  display: flex;
}

.erreur{
  color: red;
}
.script{
  position: relative;
}
.script #noscript{
  position: absolute;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
/* noscript{
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(67, 198, 180, 0.7);
  z-index: 9999;
} */
.section{
  display: none;
}
.btn{
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.btnContact{
  background: rgba(255, 255, 255, 0.2);
  width: 188px;
  height: 39px;
  text-align: center;
  display: block;
  line-height: 39px;
}
.boxshadow{
  box-shadow: 0px 6px 20px 0px rgba(66, 193, 179, 0.2);
  border: #42c1b3 1px solid;
  color: #42c1b3;
  z-index: 4;
}
.script header{
  background: url('img/fdHeader.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
.script header #fdHeader{
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0,0,0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.script header .contentHeader{
  position: relative;
  z-index: 3;
  width: 750px;
  height: 570px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.script header .flex{
  margin-bottom: 120px;
}
.script header .flex #ecampus, .script header .flex #par, .script header .flex #logo{
  height: 110px;
}
.script header .flex #ecampus p{
  color: #ffffff;
  font-size: 80px;
  font-weight: 700;
  margin: 0;
}
.script header .flex #ecampus span{
  color: #45d6b8;
}
.script header .flex #par p{
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  line-height: 110px;
  margin-left: 68px;
  margin-right: 33px;
}
.script header h1{
  color: #ffffff;
  font-size: 38px;
  font-weight: 300;
  text-align: center;
}
.script header h1 span{
  font-size: 84px;
  font-weight: 400;
  margin-top: 25px;
  display: block;
}
.script header .btnContact{
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 3;
}
.script header .btnGreen{
  margin-top: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 228px;
  height: 58px;
  background: -webkit-linear-gradient(90deg, #42c0b3 0%, #46dab9 100%);
  background: -moz-linear-gradient(90deg, #42c0b3 0%, #46dab9 100%);
  background: -o-linear-gradient(90deg, #42c0b3 0%, #46dab9 100%);
  background: -ms-linear-gradient(90deg, #42c0b3 0%, #46dab9 100%);
  background: linear-gradient(0deg, #42c0b3 0%, #46dab9 100%);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.4);
  line-height: 58px;
  text-align: center;
  font-size: 20px;
}
.script section{
  width: 100%;
  height: 100%;
  /* position: relative; */
}

.script #sec1{
  background-image:url('img/fdEspacePedagogique.jpg');
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  background-blend-mode:soft-light;
  overflow: hidden;
  position: relative;
}
.script #sec1 img{
  position: absolute;
  /* bottom: 0; */
  left: 50%;
  /* bottom: 0px; */
  margin-top: 383px;
  /* top: 1500px; */
  transform: translateX(-50%);
}
.script #sec1 h2 span{
  color: #08031d;
  display: block;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}
.script #sec1 h2{
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 170px;
  top: 90px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.content{
  width: 1320px;
  display: block;
  margin: auto;
  position: relative;
  height: 100%;
}
.script #sec2 .btnContact{
  position: fixed;
  right: 30px;
  top: 30px;
  display: none;
}
.script #sec2 #iphone2{
  position: absolute;
  top: 50%;
  /* left: 50%; */
  transform: translate(-50%, -50%);
  /* max-height: 100%; */
  height: auto;
  width: 480px;
  left: 50%;
}
/* #slide2{
  display: block;
  position: fixed;
  width: 180px;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
} */
.script #slide2 .slick-prev, .script #slide2 .slick-next{
  display: none !important;
}
.script #slide2 img{
  max-width: 180px;
  /* margin-bottom: 05px; */
}
.script #sec2 #perso2{
  position: absolute;
  right: 0px;
  bottom: 285px;
}
.script #sec2 h3{
  text-align: right;
  top: 380px;
  left: 0;
}
.script #sec2 h3.titre, .script #sec5 h3.titre4{
  display: none;
}
.script #sec5 h3 strong{
  font-size: 36px;
  color: #45d5b8;
}
.script #sec5 h3 span{
  color: #08031d;
  font-size: 30px;
}
h3{
  font-size: 30px;
  font-weight: 700;
  color: #08031d;
  position: absolute;
}
h3 span{
  font-size: 36px;
  color: #45d5b8;
}
h3 span#petit{
  color: #08031d;
  font-weight: 400;
  font-size: 20px;
}
.script #sec3 #iphone3{
  position: absolute;
  top: 50%;
  /* left: 50%; */
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: 36%;
  left: 48.5%;
}
.script #sec3 #perso3{
  position: absolute;
  left: 92px;
  bottom: 306px;
}
.script #sec3 h3{
  right: 50px;
  top: 386px;
}
.script #sec4 #iphone4{
  position: absolute;
  top: 50%;
  /* left: 50%; */
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: 36%;
  left: 48.5%;
}
.script #sec4 #perso4{
  position: absolute;
  right: 90px;
  bottom: 305px;
}
.script #sec4 h3{
  left: 0;
  top: 385px;
  text-align: right;
}
.script #sec5 #iphone5{
  position: absolute;
  top: 50%;
  /* left: 50%; */
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: 36%;
  left: 48.5%;
}
.script #sec5 #perso5{
  position: absolute;
  left: 50px;
  bottom: 265px;
}
.script #sec5 h3{
  right: 45px;
  top: 385px;
}
.script #sec6 #iphone6{
  position: absolute;
  top: 50%;
  /* left: 50%; */
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: 36%;
  left: 48.5%;
}
.script #sec6 #perso6{
  position: absolute;
  right: 90px;
  bottom: 354px;
}
.script #sec6 h3{
  left: 0px;
  top: 380px;
  text-align: right;
}
.script #notif, #gestion, #securise{
  position: absolute;
top: 50%;
width: 285px;
max-width: 100%;
left: 50%;
transform: translate(-50%, -50%);
/* display: none; */
}
.script #notif{
  /* width: 23%; */
  left: 50%;
}
.script #securise{
  left: 50%;
  max-width: 200px;
}
.script #slide1{
  /* display: block;
  width: 15%;
  top: 50%;
  left: 49.8%;
  position: fixed;
  z-index: 9999;
  transform: translate(-50%, -50%); */
}
#ml{
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  display: block;
}
#slide1 img{
  margin-left: 10px;
  margin-right: 10px;
}
.script #slide1 .slick-prev, .script #slide1 .slick-next{
  display: none !important;
}
.script #sec7{
  background: url('img/fdContact.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  padding-top: 86px;
  padding-bottom: 70px;
}
.script #sec7 img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
.script #sec7 h4, .script #sec7 p, .script #sec7 label{
  color: #fff;
}
.script #sec7 h4{
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.script #sec7 h4:first-of-type{
  margin-bottom: 30px;
}
.script #sec7 p{
  font-size: 30px;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 60px;
}
.script #sec7 form{
  width: 429px;
  margin: auto;
}
.script #sec7 input, .script #sec7 textarea{
  background: rgba(0,0,0,0.3);
  display: block;
  margin: auto;
  border:none;
  width: calc(429px - 40px);
  padding: 0 20px;
  color: #fff;
  font-family: 'Quicksand';
  font-size: 16px;
  margin-top: 26px;
}
.script #sec7 input:first-of-type{
  margin-top: 0;
}
input::placeholder{
  opacity: 1;
  color: #fff;
}
input:-moz-placeholder{
  opacity: 1;
  color: #fff;
}
input::-webkit-input-placeholder{
  opacity: 1;
  color: #fff;
}
input::-moz-placeholder{
  opacity: 1;
  color: #fff;
}
input:-ms-input-placeholder{
  opacity: 1;
  color: #fff;
}
textarea::placeholder{
  opacity: 1;
  color: #fff;
}
textarea:-moz-placeholder{
  opacity: 1;
  color: #fff;
}
textarea::-webkit-input-placeholder{
  opacity: 1;
  color: #fff;
}
textarea::-moz-placeholder{
  opacity: 1;
  color: #fff;
}
textarea:-ms-input-placeholder{
  opacity: 1;
  color: #fff;
}
#messagePage{
  font-weight: 700;
}
#sec7 input{
  height: 48px;
}
#sec7 textarea{
  height: 161px;
  padding-top: 10px !important;
}
#sec7 label{
  font-size: 16px;
}
#sec7 p#obl{
  font-size: 12px;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
}
#sec7 form .flex{
  margin-top: 55px;
}
#sec7 input[type=checkbox]{
  width: 18px;
  height: 18px;
  background: rgba(0, 0, 0, 0.3);
  margin-right: 15px;
}
#sec7 input[type=submit]{
  background: -webkit-linear-gradient(90deg, #42c0b3 0%, #46dab9 100%);
  background: -moz-linear-gradient(90deg, #42c0b3 0%, #46dab9 100%);
  background: -o-linear-gradient(90deg, #42c0b3 0%, #46dab9 100%);
  background: -ms-linear-gradient(90deg, #42c0b3 0%, #46dab9 100%);
  background: linear-gradient(0deg, #42c0b3 0%, #46dab9 100%);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.4);
  width: 228px;
  height: 58px;
  font-size: 20px;
  font-weight: 700;
}
div.g-recaptcha{
  margin-top: 52px;
}
div.g-recaptcha > div{
  margin: auto;
}
@media screen and (max-width:1340px){
  .content{
    width: 1200px;
  }
}
@media screen and (max-width:1200px){
  .content{
    width: 900px;
  }
  .script #sec1 h2{
    font-size: 30px;
  }
  .script #sec1 h2 span{
    font-size: 34px;
  }
  .script #sec2 #perso2{
    width: 26%;
  }
  .script #sec3 #perso3{
    width: 13%;
  }
  .script #sec2 h3, .script #sec3 h3, .script #sec4 h3, .script #sec5 h3, .script #sec6 h3{
    text-align: left;
    z-index: 99999;
    font-weight: 400;
  }
  .script #sec2 h3, .script #sec4 h3, .script #sec6 h3{
    width: 250px;
  }
  .script #sec3 h3, .script #sec5 h3{
    width: 250px;
    right: 0;
  }
  .script #sec4 #perso4{
    width: 20%;
  }
  .script #sec5 #perso5{
    width: 20%;
  }
  .script #sec6 #perso6{
    width: 20%;
  }
  .script #sec6 h3{
    top: 200px;
  }
  .script #sec2 h3 strong, .script #sec3 h3 strong, .script #sec4 h3 strong, .script #sec5 h3 strong, .script #sec6 h3 strong{
    font-size: 24px;
    font-weight: 400;
    text-align: left;
  }
  .script #sec2 h3 span, .script #sec3 h3 span, .script #sec4 h3 span, .script #sec5 h3 span, .script #sec6 h3 span{
    font-size: 24px;
    font-weight: 400;
  }
}
