.u-section-1 .u-sheet-1 {
  min-height: 1038px;
}

.u-section-1 .u-text-1 {
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}

.u-section-1 .u-image-1 {
  width: 137px;
  height: 300px;
  margin: -333px auto 33px 0;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1039px;
  }

  .u-section-1 .u-image-1 {
    height: 301px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    margin-top: 60px;
  }
}
/* Hover et lien actif menu */
#header .u-nav-link {
  transition: color 0.25s ease;
}
#header .u-nav-link:hover {
  color: #6FA8DC !important;
}
#header .u-popupmenu-items .u-nav-link:hover {
  color: #6FA8DC !important;
}
#header .u-nav-link[style*="6FA8DC"],
#header .u-nav-link[style*="6FA8DC"]:hover {
  color: #6FA8DC !important;
}

