@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

html, body {
  overflow-x: hidden; }

body {
  font-family: "Lato", sans-serif;
  background-color: #ffffff;
  color: #2B2B2B; }

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.5); }
  .navbar a img {
    width: 200px; }
  .navbar .navbar-nav .nav-link {
    color: #2B2B2B !important;
    padding: 10px 20px; }
    .navbar .navbar-nav .nav-link:hover {
      color: #145DBA !important; }

.hero {
  position: relative;
  background-color: #000;
  height: 100vh; }
  .hero .background {
    z-index: 0;
    opacity: 0.45;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .hero .background div {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
  .hero .container {
    height: 100%;
    position: relative;
    z-index: 2; }
    .hero .container .box {
      text-align: right;
      position: absolute;
      right: 25px;
      bottom: 25px;
      background-color: #145DBA;
      color: #ffffff;
      width: 600px;
      padding: 30px 15px 15px 15px; }
      @media (max-width: 992px) {
        .hero .container .box {
          left: 20px;
          right: 20px;
          bottom: 30px;
          width: auto; } }
      .hero .container .box:before {
        position: absolute;
        right: 20px;
        top: -20px;
        transform: translate(0, -50%);
        content: '';
        display: block;
        width: 300px;
        height: 70px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../../images/logo-white.svg); }
        @media (max-width: 992px) {
          .hero .container .box:before {
            display: none; } }
      .hero .container .box p {
        font-size: 18px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.8); }
        .hero .container .box p b {
          font-weight: 900;
          color: #ffffff; }

.btn {
  border-radius: 200px;
  border: 0;
  padding: 10px 20px; }
  .btn.btn-primary {
    background-color: #145DBA !important; }

section {
  padding: 100px 0; }
  section.bg-white {
    background-color: #ffffff;
    color: #2B2B2B; }
    section.bg-white h2 {
      color: #145DBA; }
  section.bg-blue {
    background-color: transparent;
    background-image: linear-gradient(135deg, #2F96DE 0%, #155DBA 100%);
    color: #ffffff; }
    section.bg-blue h2 {
      color: white; }
    section.bg-blue .text p {
      color: white; }
  section.bg-grey {
    background-color: #F4F4F4;
    color: #ffffff;
    color: #2B2B2B; }
    section.bg-grey h2 {
      color: #145DBA; }
  section h2 {
    font-size: 38px;
    font-family: "Montserrat", sans-serif;
    padding: 0;
    margin: 0;
    font-weight: 800;
    padding-bottom: 50px; }
  section .text {
    font-size: 18px;
    line-height: 30px;
    color: #2B2B2B; }
    section .text a {
      text-decoration: none;
      color: #2B2B2B; }
    section .text p {
      margin-bottom: 1.3rem; }
  section .image {
    background-color: #145DBA;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 300px;
    height: 100%;
    border-radius: 10px;
    box-shadow: 30px 40px 80px 0 rgba(0, 0, 0, 0.25); }
  section .accordion-button {
    padding: 10px; }
    section .accordion-button:focus {
      box-shadow: none; }
  section table {
    width: 100%; }
    section table thead {
      background-color: #145DBA; }
      section table thead th {
        color: #ffffff;
        padding: 5px; }
    section table tbody td {
      padding: 5px; }
    section table tr, section table td, section table th {
      border: 1px solid #F4F4F4; }
  section .photos div.slide .items {
    display: flex;
    flex-wrap: wrap;
    /* Permet de retourner à la ligne après 5 éléments */
    gap: 20px;
    /* Espace entre les items */
    justify-content: space-between;
    /* Espace entre les items horizontalement */
    margin: 20px; }
    section .photos div.slide .items div {
      flex: 1 1 calc(12.5% - 20px);
      /* Chaque item occupe 20% de la largeur avec un espace */
      background-color: #f0f0f0;
      text-align: center;
      border-radius: 5px;
      position: relative;
      background-size: cover;
      background-position: center center;
      border-radius: 10px;
      overflow: hidden;
      cursor: pointer;
      transition: all 500ms;
      opacity: 0.8; }
      @media (max-width: 992px) {
        section .photos div.slide .items div {
          flex: 1 1 calc(25% - 20px);
          /* Chaque item occupe 20% de la largeur avec un espace */ } }
      section .photos div.slide .items div:before {
        content: '';
        display: block;
        padding-top: 80%; }
      section .photos div.slide .items div:hover {
        opacity: 1; }
  section .slick-dots {
    margin: 0;
    padding: 20px;
    text-align: right;
    list-style-type: none; }
    section .slick-dots li {
      display: inline-block;
      margin-left: 10px;
      opacity: 0.5; }
      section .slick-dots li.slick-active {
        opacity: 1; }
      section .slick-dots li button {
        width: 20px;
        height: 20px;
        font-size: 0;
        display: block;
        border-radius: 200px;
        backgorund-color: #ffffff;
        border: 0;
        text-indent: -9999px;
        overflow: hidden; }

#imageModal {
  background-color: rgba(0, 0, 0, 0.5); }
  #imageModal .btn-close {
    filter: invert(1);
    /* Change la couleur en blanc */ }
  #imageModal .modal-dialog {
    max-width: 80vw;
    max-height: 80vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #imageModal .modal-dialog .modal-content {
      border: 0;
      border-radius: 0;
      background: transparent; }
      #imageModal .modal-dialog .modal-content .modal-header {
        padding: 10px;
        border-radius: 0;
        border: 0; }
      #imageModal .modal-dialog .modal-content .modal-body {
        padding: 0; }
        #imageModal .modal-dialog .modal-content .modal-body .image {
          width: 80vw;
          height: 80vh;
          background-color: black;
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat; }

form {
  font-size: 18px;
  overflow: hidden; }
  form input[name="email"] {
    position: fixed;
    top: -99999px;
    left: -9999px; }
  form *:focus {
    box-shadow: none !important; }
  form * .required {
    color: red; }

footer {
  background-color: #2B2B2B;
  color: #ffffff;
  padding: 40px 0;
  font-size: 16px;
  line-height: 25px;
  text-align: center; }
  footer p {
    margin-bottom: 0; }
    footer p a {
      color: #ffffff;
      text-decoration: none; }

/*# sourceMappingURL=style.css.map */
