body {
  overflow-x: hidden;
}
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 30px;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
  color: #fff;
  height: 140px;
}
#header a {
  color: #fff;
}
#header.header-transparent {
  background: rgba(0, 0, 0, 0.6);
  height: 60px;
  padding: 30px;
  border-bottom: solid #13a6c2 2px;
}
#header.header-scrolled {
  background: rgba(255, 255, 255, 1);
  height: 60px;
  padding: 30px;
}
#header.header-scrolled a {
  color: #89868d;
}
#header .logo img {
  padding: 10px;
  margin: 0;
  height: 90px;
  content: url(../../../img/logo/logo_rectangle.png);
}
#header.header-scrolled .logo img {
  padding: 10px;
  margin: 0;
  height: 70px;
  content: url(../../../img/logo/logo_rectangle_uni.png);
}
.formPage .boxBlocContenu {
  background-color: #fff;
  padding: 30px;
  color: #000;
  padding-top: 15px;
  text-align: center;
  min-height: 150px;
  margin-bottom: 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: #efefef 1px solid;
  border-left: #efefef 1px solid;
  border-bottom: #efefef 1px solid;
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
}
.formPage h1 {
  font-size: 32px;
}
.formPage h2 {
  font-size: 24px;
}
.formPage h3 {
  font-size: 18px;
  font-weight: 300;
}
.formPage h4 {
  font-size: 16px;
  font-weight: 400;
}
.formPage h5 {
  font-size: 14px;
  font-weight: 300;
}
.formPage .boxBloc {
  padding: 10px;
}
.formPage .boxBlocBtn {
  padding: 5px;
  border: 1px #fff solid;
  position: absolute;
  bottom: 50px;
  left: 30%;
  right: 30%;
}
.formPage .boxBlocImg {
  position: relative;
  height: 250px;
  width: 100%;
}
.formPage .boxBlocImg img {
  display: initial;
  margin: auto;
  object-fit: cover;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  object-position: center center;
  height: 100%;
  width: 100%;
}
.formPage .boxContact {
  background-color: #fff;
  text-align: center;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
}
.linkMenu {
  color: #000;
}
.invalid-feedback {
  font-size: 12px;
}
.btnShare {
  text-align: left;
}
.bandeauContenu h1 {
  font-size: 40px !important;
  font-weight: 900 !important;
}
.bandeauContenu h2 {
  font-size: 24px !important;
  font-weight: 400 !important;
}
.iconMenu {
  font-size: 30px;
  padding-left: 0;
  padding-right: 0;
  padding: 0;
  margin: 0;
  margin-top: -5px;
}
.iconEffect {
  padding-left: 5px !important;
  padding-right: 5px !important;
  transition: transform 0.1s;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.iconEffect:hover {
  transition: transform 0.1;
  -ms-transform: scale(1.2) translate(0);
  -webkit-transform: scale(1.2) translate(0);
  transform: scale(1.2) translate(0);
  cursor: pointer;
  z-index: 1000;
}
.menuMobile {
  font-size: 14px !important;
}
@media (max-width: 1200px) {
  .menuMobile {
    padding: 0;
    font-size: 13px;
  }
  #header .logo img {
    height: 80px !important;
  }
}
@media (max-width: 992px) {
  #header {
    height: 80px;
  }
  #header .logo img {
    padding: 0;
    margin: 0;
    padding-top: 10px;
    height: 70px;
  }
  .iconMenu {
    font-size: 30px;
    color: #fff !important;
  }
  .iconEffect {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    transition: transform 0.1s;
    cursor: pointer;
  }
  .iconEffect:hover {
    transition: transform 0.1;
    -ms-transform: scale(1.2) translate(0);
    -webkit-transform: scale(1.2) translate(0);
    transform: scale(1.2) translate(0);
    cursor: pointer;
    z-index: 1000;
  }
  .btnShare {
    text-align: right;
  }
  .menuMobile {
    font-size: 20px !important;
  }
  .linkMenu {
    color: #fff;
  }
  .formPage .boxBloc {
    padding: 4px;
  }
  .formPage .boxBlocBtn {
    left: 10%;
    right: 10%;
  }
  .formPage .boxBlocImg {
    height: 180px;
    width: 100%;
  }
  .formPage h1 {
    font-size: 26px;
  }
  .formPage h2 {
    font-size: 21px;
  }
  .formPage h3 {
    font-size: 16px;
  }
}
