@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
html {
  margin-top: 0px !important;
}

.topbar {
  background-color: #4793ee;
  text-align: center;
  padding: 10px 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.topbar p {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  margin: 0px;
  font-size: 15px;
}
@media screen and (max-width: 992px) {
  .topbar p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .topbar p {
    font-size: 13px;
  }
}
.topbar p:hover {
  cursor: pointer;
}

.scrolled .topbar {
  display: none;
}

.bg-modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(27, 27, 29, 0.95);
  position: fixed;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100000;
}
.bg-modal .close {
  z-index: 30;
  position: absolute;
  top: 30px;
  right: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  float: right;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .bg-modal .close {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .bg-modal .close {
    right: 20px;
    top: 20px;
  }
}
.bg-modal .close:hover {
  cursor: pointer;
}
.bg-modal .modal-contents {
  text-align: center;
  position: relative;
  width: 1000px;
}
@media screen and (max-width: 1200px) {
  .bg-modal .modal-contents {
    width: 800px;
  }
}
@media screen and (max-width: 992px) {
  .bg-modal .modal-contents {
    width: 70%;
    overflow-y: scroll;
  }
}
.bg-modal .modal-contents .image {
  background-color: #18235E;
  padding: 80px 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 992px) {
  .bg-modal .modal-contents .image {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    padding: 60px 0px;
  }
}
@media screen and (max-width: 576px) {
  .bg-modal .modal-contents .image {
    padding: 40px 0px;
  }
}
.bg-modal .modal-contents .image img {
  width: 80%;
  display: block;
  margin: 0px auto;
}
@media screen and (max-width: 992px) {
  .bg-modal .modal-contents .image img {
    width: 70%;
  }
}
.bg-modal .modal-contents .texte {
  height: 100%;
  background-color: #E7EAF7;
  position: relative;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 992px) {
  .bg-modal .modal-contents .texte {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px;
    height: auto;
  }
}
.bg-modal .modal-contents .texte .position {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  padding: 0px 80px 0px 100px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .bg-modal .modal-contents .texte .position {
    padding: 0px 60px 0px 80px;
  }
}
@media screen and (max-width: 992px) {
  .bg-modal .modal-contents .texte .position {
    padding: 60px 80px;
    position: relative;
    top: 0;
    transform: none;
  }
}
@media screen and (max-width: 576px) {
  .bg-modal .modal-contents .texte .position {
    padding: 30px;
  }
}
.bg-modal .modal-contents .texte .position .titre {
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .bg-modal .modal-contents .texte .position .titre {
    margin-bottom: 20px;
  }
}
.bg-modal .modal-contents .texte .position .titre h1,
.bg-modal .modal-contents .texte .position .titre h2,
.bg-modal .modal-contents .texte .position .titre h3,
.bg-modal .modal-contents .texte .position .titre p {
  text-transform: uppercase;
  font-size: 35px;
  line-height: 35px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #18235E;
  margin-bottom: 0px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .bg-modal .modal-contents .texte .position .titre h1,
  .bg-modal .modal-contents .texte .position .titre h2,
  .bg-modal .modal-contents .texte .position .titre h3,
  .bg-modal .modal-contents .texte .position .titre p {
    font-size: 33px;
    line-height: 33px;
  }
}
@media screen and (max-width: 576px) {
  .bg-modal .modal-contents .texte .position .titre h1,
  .bg-modal .modal-contents .texte .position .titre h2,
  .bg-modal .modal-contents .texte .position .titre h3,
  .bg-modal .modal-contents .texte .position .titre p {
    font-size: 28px;
    line-height: 28px;
  }
}
.bg-modal .modal-contents .texte .position .contenu {
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .bg-modal .modal-contents .texte .position .contenu {
    margin-bottom: 30px;
  }
}
.bg-modal .modal-contents .texte .position .contenu p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #18235E;
  margin-bottom: 0px;
}
@media screen and (max-width: 992px) {
  .bg-modal .modal-contents .texte .position .bouton {
    margin-bottom: 20px;
  }
}
.bg-modal .modal-contents .texte .position .bouton a {
  text-decoration: none;
  display: table;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  border-radius: 7px;
  padding: 14px 30px;
  background-color: #18235E;
  border: 1px solid #18235E;
  color: #ffffff;
  transition: all 0.2s ease;
}
.bg-modal .modal-contents .texte .position .bouton a:hover {
  background-color: transparent;
  color: #18235E;
  transition: all 0.2s ease;
}

.row-perso {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
@media (min-width: 992px) {
  .row-perso .col-left {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .row-perso .col-right {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}/*# sourceMappingURL=martin.css.map */