<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Style MLBW 2 */
#header {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: top 0.3s;
  left: 0;
}

#header.nav-up,
#header.nav-down {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

#header.nav-up {
  top: -5000px !important;
}

#header.nav-down {
  top: 0;
}

/* LisibilitÃ© du menu principal */
#menu_principal .level_1 ul &gt; li {
  padding-top: 5px;
  padding-bottom: 5px;
}

#menu_principal .level_1 ul &gt; li a {
  line-height: 14px;
}

.the_content {
  overflow: hidden;
  width: 100%;
}

.alignleft {
  float: left;
  margin: 0 20px 10px 0;
  max-width: 300px;
}

.alignleft img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Remove the content-wrapper div and its styles */
/* Remove any margin collapse */
.the_content &gt; p:first-child {
  margin-top: 0;
}

/* Force text to wrap */
.the_content p {
  display: block;
}

@media (max-width: 767px) {
  #header #menu_principal {
    max-height: calc(100vh - 89px);
    max-height: calc(100dvh - 89px);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #header #menu_principal::-webkit-scrollbar {
    display: none;
  }
  body.menu-open {
    overflow: hidden;
  }
  #header
    #menu_principal
    .item_principal_menu
    .comportement1
    .level:first-of-type
    &gt; ul
    &gt; li
    &gt; a {
    padding: 5px 20px 5px 30px;
  }
  #header
    #menu_principal
    .item_principal_menu
    .comportement1
    .level:first-of-type
    &gt; ul
    &gt; li
    &gt; a::before {
    content: "\f054";
    font-size: 10px;
    font-family: fontAwesome;
    position: absolute;
    left: 20px;
    top: 5px;
    color: #fff;
  }
  body
    #menu_principal
    ul.menu_principal_container
    li.item_principal_menu
    &gt; div
    .level.level_1
    &gt; ul
    li:before {
    top: initial;
  }
}
body {
  margin-top: 239px;
}

@media (max-width: 1199px) {
  body {
    margin-top: 233px;
  }
}

@media (max-width: 991px) {
  body {
    margin-top: 253px;
  }
}

@media (max-width: 767px) {
  body {
    margin-top: 89px;
  }
}

@media (max-width: 991px) {
  body {
    margin-top: 254px;
  }
}

@media (max-width: 767px) {
  body {
    margin-top: 89px;
  }
  #menu_principal {
    background: transparent !important;
    border-bottom: 1px solid #e5e5e5;
  }
}

/* visit us bloc */
.visit-us {
  padding: 50px 20px !important;
  margin: 0 !important;
  max-width: 100%;
  background: linear-gradient(
    0deg,
    #cfe7f5 0%,
    rgba(255, 255, 255, 1) 43%
  ) !important;
}
.visit-us h2 {
  text-align: center;
  margin-bottom: 30px;
}
.visit-us-bloc-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.visit-us-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: white;
  text-decoration: none;
  aspect-ratio: 15/10;
  transition: background-size 0.3s;
  overflow: hidden;
  text-decoration: none !important;
}

.visit-us-item::after {
  content: "";
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 1;
  opacity: 0;
}

.visit-us-item::before {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 0;
  height: 75px;
  width: 100%;
  background: #003e7e;
  z-index: 2;
  transform: scale(1.2) rotate(6deg);
}

.visit-us-item span {
  font-size: 1.15rem;
  font-weight: 500;
  z-index: 3;
  color: white;
  text-decoration: none;
  letter-spacing: 0.4px;
}

.visit-us-item span span {
  transition: all 0.3s;
  display: inline-block;
}

.visit-us-item:hover span {
  color: white;
  text-decoration: none;
}

.visit-us-item:hover::after {
  opacity: 0.15;
}

.visit-us-item:hover span span {
  transform: translateX(5px);
}

@media (max-width: 1200px) {
  .visit-us-bloc-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 979px) {
  .visit-us-bloc-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .visit-us-bloc-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Banner v2 */
.banner-v2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  min-height: 550px;
}
.banner-v2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.banner-v2 .banner-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.banner-v2 .banner-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}

.banner-v2 .banner-text {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  color: white;
  margin-bottom: 30px;
  display: block;
  width: 100%;
  text-align: center;
}

.banner-v2 .btn {
  background-color: #0079c2;
  color: #fff;
  font-size: 20px;
  padding: 15px 25px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: "latoheavy", sans-serif;
  background-image: none;
  border: none;
  transition: background-color 0.3s ease;
}

.banner-v2 .btn:hover {
  background-color: #003e7e;
}

@media (max-width: 1024px) {
  .banner-v2 {
    padding: 10px 30px;
    min-height: 500px;
  }
  .banner-v2 .banner-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .banner-v2 {
    padding: 40px 10px;
    min-height: 300px;
  }
  .banner-v2 .banner-title {
    font-size: 27px;
  }
}

/* Animations */
.fade-in-scale {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.5s;
}

.fade-in-scale.active {
  opacity: 1;
  transform: scale(1);
}

.fade-in-bottom {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s;
}

.fade-in-bottom.active {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-top {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.5s;
}

.fade-in-top.active {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.5s;
}

.fade-in-left.active {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-right {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.5s;
}

.fade-in-right.active {
  opacity: 1;
  transform: translateX(0);
}

.fade-in {
  opacity: 0;
  transition: all 0.5s;
}

.fade-in.active {
  opacity: 1;
}

/* Menu accordion */

.menu_programme .level_id_9164 ul &gt; li &gt; ul {
  display: none;
}

.menu_programme .level_id_9164 ul &gt; li &gt; ul &gt; li {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.menu_programme .level_id_9164 ul &gt; li.active &gt; ul {
  display: block;
}

.menu_programme .level_id_9164 ul &gt; li &gt; a {
  text-decoration: none !important;
}
.menu_programme .level_id_9164 &gt; ul &gt; li &gt; a {
  display: flex !important;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 0 !important;
}

.menu_programme .level_id_9164 &gt; ul &gt; li &gt; a:hover {
  color: white !important;
}

.menu_programme .level_id_9164 &gt; ul &gt; li &gt; a &gt; *:hover {
  color: #99d7db !important;
}

.menu_programme .level_id_9164 &gt; ul &gt; li &gt; a::after {
  display: none;
}

.menu_programme .level_id_9164 &gt; ul &gt; li &gt; a &gt; span {
  padding-right: 20px;
  padding-left: 20px;
  display: inline-block;
}
.menu_programme .level_id_9164 &gt; ul &gt; li &gt; a &gt; i {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}
.menu_programme .level_id_9164 ul &gt; li.active &gt; a::after {
  content: "\f068";
}

.menu_programme .level_id_9164 ul &gt; li.active &gt; ul {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 3px !important;
}

@media (max-width: 767px) {
  .menu_programme .level_id_9164 &gt; ul {
    padding-left: 0 !important;
  }

  .menu_programme .level_id_9164 &gt; ul span {
    padding-left: 0 !important;
  }

  .menu_programme .level_id_9164 &gt; ul &gt; li &gt; a::after,
  .menu_programme .level_id_9164 ul &gt; li::before {
    display: none;
  }
  .menu_programme .level_id_9164 ul &gt; li.active &gt; ul {
    margin-left: 0 !important;
  }

  .menu_programme .level_id_9164 ul &gt; li.active &gt; ul &gt; li {
    padding-left: 10px !important;
  }
}
a.no-after::after {
  display: none;
}
</pre></body></html>