body {
  opacity: 0;
  animation: fadeIn 0.5s forwards ease-in;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

header {
  /* padding-bottom: 2px; */
  border-bottom: 2px solid rgb(0 0 0 / 10%);
}


.activeOnglet{
  /* border-bottom: 4px solid #478ac9; */
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: #478ac9;
  text-underline-offset: 9px;
}
.titleUnderline {
  text-decoration: underline;
  text-decoration-color: rgb(71 138 201 / 70%);
  text-decoration-thickness: 5px;
}


.u-section-1 {
  background-image: none;
}

.u-section-1 .u-sheet-1 {
  min-height: 331px;
}

.u-section-1 .u-icon-1 {
  font-size: 3.7223em;
  vertical-align: 0px;
  height: 65px;
  width: 803px;
  transition-duration: 0.5s;
  box-shadow: 2px 0 0 0 rgba(0,0,0,0);
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  text-shadow: 0px 0px 0px rgba(0,0,0,0);
  margin: 90px auto 0;
  padding: 0;
}

.u-section-1 .u-text-1 {
  font-size: 1.125rem;
  width: 803px;
  margin: 25px auto 60px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-icon-1 {
    font-size: 3.7223rem;
    margin-left: 57px;
  }

  .u-section-1 .u-text-1 {
    margin-left: 57px;
    margin-right: 81px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 324px;
  }

  .u-section-1 .u-icon-1 {
    height: 58px;
    width: 720px;
    margin-left: 0;
  }

  .u-section-1 .u-text-1 {
    width: 720px;
    margin-left: 0;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 310px;
  }

  .u-section-1 .u-icon-1 {
    height: 44px;
    width: 540px;
  }

  .u-section-1 .u-text-1 {
    width: 540px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 294px;
  }

  .u-section-1 .u-icon-1 {
    height: 28px;
    width: 340px;
  }

  .u-section-1 .u-text-1 {
    width: 340px;
  }
}

.u-section-1 .u-icon-1,
.u-section-1 .u-icon-1:before,
.u-section-1 .u-icon-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-1 .u-container-layout:hover .u-icon-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-1 .u-icon-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
} .u-section-2 {
  background-image: none;
}

.u-section-2 .u-sheet-1 {
  min-height: 502px;
}

.u-section-2 .u-text-1 {
  font-weight: 700;
  margin: 60px auto 0;
}

.u-section-2 .u-form-1 {
  width: 570px;
  margin: 30px auto 60px;
}

.u-section-2 .u-input-1 {
  /* text-transform: uppercase; */
}

.u-section-2 .u-input-2 {
  /* text-transform: uppercase; */
}

.u-section-2 .u-form-group-3 {
  margin-left: 0;
}

.u-section-2 .u-input-3 {
  /* text-transform: uppercase; */
}

.u-section-2 .u-input-4 {
  /* text-transform: uppercase; */
}

.u-section-2 .u-btn-1 {
  letter-spacing: 2px;
  border-style: solid;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .u-section-2 .u-form-1 {
    width: 540px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-form-1 {
    width: 340px;
  }
}