body {
  overflow-x: hidden;
  color: #383738;
}
#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));
  color: #fff;
  height: 140px;
}
@media (max-width: 992px) {
  #header {
    height: 80px;
  }
}
#header a {
  color: #fff;
}
#header.header-transparent {
  height: 60px;
  padding: 30px;
  border-bottom: solid #13a6c2 2px;
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
}
#header.header-scrolled {
  background: rgba(26, 29, 35, 0.8);
  height: 60px;
  padding: 30px;
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
}
#header.header-scrolled a {
  color: #dbdbdb;
}
#header .logo img {
  padding: 10px;
  margin: 0;
  height: 70px;
  content: url(../../../img/logo/logo_rectangle.png);
}
@media (max-width: 992px) {
  #header .logo img {
    padding: 10px;
    margin: 0;
    height: 60px;
    content: url(../../../img/logo/logo_rectangle.png);
  }
}
#header.header-scrolled .logo img {
  padding: 10px;
  margin: 0;
  height: 60px;
  content: url(../../../img/logo/logo_rectangle.png);
}
@media (max-width: 992px) {
  #header.header-scrolled .logo img {
    padding: 10px;
    margin: 0;
    height: 60px;
    content: url(../../../img/logo/logo_rectangle_uni.png);
  }
}
.btnPage {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  border: 0;
  border-radius: 0;
  font-size: 16px !important;
  padding: 15px;
  margin-right: 10px;
  margin-top: 12px;
  transition: transform 0.2s;
}
@media (max-width: 992px) {
  .btnPage {
    font-size: 14px !important;
    padding: 5px;
    margin-right: 4px;
  }
}
.btnPage:hover {
  transform: scale(1.2);
}
.formPage h1,
.formPage h2,
.formPage h3,
.formPage h4 {
  font-stretch: 100%;
  line-height: 1;
}
.formPage h1 {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .formPage h1 {
    font-size: 30px;
    line-height: 33px;
  }
}
.formPage h2 {
  font-size: 35px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .formPage h2 {
    font-size: 22px;
    font-weight: 200;
  }
}
.formPage h2 p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 200;
}
@media (max-width: 992px) {
  .formPage h2 p {
    font-size: 15px;
    font-weight: 200;
  }
}
.formPage h3 {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .formPage h3 {
    font-size: 24px;
  }
}
.formPage h4 {
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .formPage h4 {
    font-size: 18px;
  }
}
.formPage h5 {
  font-size: 12px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .formPage h5 {
    font-size: 12px;
  }
}
.formPage li,
.formPage p {
  font-size: 14px;
  font-weight: 200;
}
@media (max-width: 992px) {
  .formPage li,
  .formPage p {
    font-size: 14px;
    font-weight: 100;
  }
}
.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 .blocContenu {
  padding: 10%;
}
.formPage .boxBlocImg img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: initial;
  margin: auto;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}
.formPage .boxBlocImg2 {
  border-radius: 5px;
  position: relative;
  height: 250px;
  width: 100%;
}
.formPage .boxBlocImg2 img {
  border-radius: 5px;
  display: initial;
  margin: auto;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}
.blocAvis {
  color: #000;
  text-align: center;
  height: 350px;
  text-align: center;
  background-image: url(../../../img/page/bulle_message.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
}
.contenuPaddingSection {
  padding: 10%;
}
@media (max-width: 992px) {
  .contenuPaddingSection {
    padding: 10px;
  }
}
.menuMobile {
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 10px;
  padding: 10px;
}
.iconService {
  width: 60px;
}
@media (max-width: 992px) {
  .iconService {
    width: 30px;
  }
}
.iconTriangleBas {
  position: absolute;
  right: 0;
  left: 0;
  width: 54px;
  z-index: 300;
}
.boxCounter {
  border-radius: 30px;
  border: 1px solid #000;
  font-weight: 600;
  font-size: 16px;
  padding: 10px;
}
@media (max-width: 992px) {
  .boxCounter {
    font-size: 14px;
    padding: 5px;
  }
}
.counter {
  font-size: 50px;
}
.iconEffect {
  padding-left: 5px !important;
  padding-right: 5px !important;
  transition: transform 0.1s;
  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);
  z-index: 1000;
}
@media (max-width: 992px) {
  .iconEffect {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    transition: transform 0.1s;
  }
  .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);
    z-index: 1000;
  }
}
.iconMenu {
  font-size: 30px;
  padding-left: 0;
  padding-right: 0;
}
.iconMenu {
  font-size: 30px;
  padding-left: 0;
  padding-right: 0;
  padding: 0;
  margin: 0;
  margin-top: -5px;
}
@media (max-width: 992px) {
  .iconMenu {
    font-size: 30px;
    color: #fff !important;
  }
}
.logoFooter {
  width: 50%;
  padding: auto;
}
@media (max-width: 992px) {
  .logoFooter {
    width: 40%;
  }
}
strong {
  font-weight: 800;
}
