#landing .grid {
  box-sizing: border-box;
  padding-top: 160px;
  padding-bottom: 60px;
  position: relative;
}
#landing figure {
  grid-row: 1/span 3;
  grid-column: 1/span 11;
  margin: 10px 0 0 0;
  border-radius: 5px;
  overflow: hidden;
  max-height: 450px;
}
#landing figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.2);
}
#landing .title-primary {
  grid-row: 1;
  grid-column: 14/span end;
}
#landing .text {
  grid-row: 2;
  grid-column: 14/span end;
  letter-spacing: 0.9px;
  line-height: 40px;
  font-size: 24px;
  margin-top: 30px;
}
#landing .container-cta {
  grid-row: 3;
  grid-column: 14/span end;
  text-align: right;
  display: block;
  margin-top: 70px;
}
#landing .container-cta .cta {
  margin-left: auto;
  transform: translateX(15px);
}
#landing .container-cta .cta:hover {
  transform: translateX(0);
}
@media (max-width: 767px) {
  #landing .container-cta .cta {
    font-family: "Ashes-regular";
    letter-spacing: 0.8px;
    display: flex;
    margin-top: 30px;
  }
  #landing .container-cta .cta a {
    padding: 6px 12px 8px;
    background-color: rgba(140, 230, 200, 0.3);
    border-radius: 5px;
  }
}
#landing .approche {
  grid-row: 4;
  grid-column: 4/span 11;
  margin-top: 40px;
}
#landing .approche .approche-text {
  line-height: 36px;
  margin: 15px 0;
  font-size: 20px;
  letter-spacing: 1.2px;
  font-family: "Ashes-normal";
}
#landing .mobile-approche,
#landing .cta-mobile {
  display: none;
}
#landing .cta-bottom {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: flex;
  cursor: pointer;
  border-radius: 10px;
}
#landing .cta-bottom svg {
  width: 60px;
  height: 60px;
}
#landing .cta-bottom:hover {
  background-color: rgba(140, 230, 200, 0.3);
}
#landing .cta-bottom-mobile {
  display: none;
}
@media (max-width: 1439px) {
  #landing .grid {
    padding-top: 150px;
  }
  #landing .text {
    font-size: 20px;
    line-height: 34px;
  }
  #landing .container-cta {
    margin-top: 40px;
  }
  #landing .approche .approche-text {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (max-width: 1194px) {
  #landing .approche {
    grid-column: 4/span 17;
  }
}
@media (max-width: 1024px) {
  #landing .title-primary {
    grid-row: 1;
    grid-column: 1/span end;
    margin-bottom: 20px;
  }
  #landing figure {
    grid-row: 2;
    grid-column: 1/span end;
  }
  #landing .text {
    grid-row: 3;
    grid-column: 1/span end;
  }
  #landing .container-cta {
    grid-row: 4;
    grid-column: 1/span end;
  }
  #landing .approche {
    display: none;
  }
}
@media (max-width: 767px) {
  #landing .container-section {
    height: 100vh;
  }
  #landing .grid {
    padding-top: 100px;
    padding-bottom: 30px;
    grid-template-rows: 0fr auto 0fr 0fr 0fr;
  }
  #landing .title-primary {
    margin-bottom: 35px;
  }
  #landing .text {
    font-size: 16px;
    line-height: 24px;
    margin: 35px 0;
  }
  #landing .container-cta {
    margin-top: 0;
    margin-bottom: 20px;
  }
  #landing figure {
    margin: 0;
    max-height: none;
  }
  #landing .cta-mobile {
    display: flex;
    grid-row: 5;
    grid-column: 1/span end;
    justify-content: space-between;
    align-items: center;
  }
  #landing .cta-mobile .cta-mobile-rdv {
    display: flex;
    width: 60px;
    height: 60px;
    background-color: rgba(140, 230, 200, 0.3);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
  }
  #landing .mobile-approche {
    display: block;
  }
  #landing .mobile-approche .grid {
    padding-top: 30px;
    padding-bottom: 30px;
    grid-template-rows: auto;
  }
  #landing .mobile-approche .container {
    grid-row: 1;
    grid-column: 1/span end;
  }
  #landing .mobile-approche .container .approche-text {
    font-family: "Ashes-normal";
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
  }
  #landing .mobile-approche .quick-access {
    grid-row: 2;
    grid-column: 1/span end;
  }
  #landing .mobile-approche .quick-access ul {
    list-style-type: none;
    display: grid;
    gap: 30px;
    margin: 30px 0;
    padding: 0;
  }
  #landing .mobile-approche .quick-access ul li {
    display: flex;
    position: relative;
    font-family: "Ashes-regular";
    padding: 10px;
    margin: -10px;
  }
  #landing .mobile-approche .quick-access ul li:hover {
    background-color: rgba(140, 230, 200, 0.2);
  }
  #landing .mobile-approche .quick-access ul li::before {
    content: "";
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border: 1px solid currentColor;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    transition: 0.2s transform;
  }
  #landing .mobile-approche .quick-access ul li::after {
    content: "";
    height: 1px;
    background-color: currentColor;
    width: 15px;
    position: absolute;
    right: 12px;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  #landing .mobile-approche .quick-access ul li a {
    width: 100%;
  }
  #landing .cta-bottom {
    display: none;
    right: 25px;
    bottom: 25px;
  }
  #landing .cta-bottom svg {
    width: 45px;
    height: 45px;
  }
  #landing .cta-bottom-mobile {
    display: block;
  }
}

.text p:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .figure-2 img {
    -o-object-position: top !important;
       object-position: top !important;
  }
}

.text p:not(:last-child) {
  margin-bottom: 12px;
}

.text p:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .figure-parcours img {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }
}

#contact .container-section .info {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
#contact .container-section .info .access {
  margin-top: 34px;
}
#contact .container-section .info p {
  gap: 20px;
  margin: 10px 0 0 0;
}
#contact .container-section .info .ibook {
  padding-bottom: 17px;
  margin: 20px 0;
}
@media (max-width: 767px) {
  #contact .container-section .info {
    margin: 0;
  }
  #contact .container-section .info p {
    gap: 10px;
    margin: 15px 0 0 0;
  }
  #contact .container-section .info p img {
    width: 25px;
    height: 25px;
  }
}

#modal-rdv {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 101;
  background-color: rgba(50, 90, 100, 0.9);
  top: 0;
  display: none;
}
#modal-rdv .container {
  background-color: #fff;
  margin: auto;
  padding: 25px;
  border-radius: 15px;
  border: 2px solid rgba(140, 230, 200, 0.5);
  overflow: hidden;
  width: -moz-min-content;
  width: min-content;
}
@media (max-width: 767px) {
  #modal-rdv .container {
    padding: 15px;
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}
#modal-rdv .container .go-back {
  transform: rotate(90deg);
  display: flex;
}
#modal-rdv .container .go-back svg {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #modal-rdv .container .go-back svg {
    width: 40px;
    height: 40px;
  }
}
#modal-rdv .container .content {
  padding: 0 60px 50px;
}
@media (max-width: 767px) {
  #modal-rdv .container .content {
    padding: 0 40px 40px;
  }
}
#modal-rdv .container .content .text {
  font-family: "Ashes-normal";
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1.5px;
  margin-top: 30px;
}
#modal-rdv .container .content .actions {
  margin-top: 50px;
}
#modal-rdv .container .content .actions button {
  white-space: nowrap;
}
@media (max-width: 767px) {
  #modal-rdv .container .content .actions button {
    white-space: wrap;
  }
}
#modal-rdv .container .content .actions .mail {
  padding-bottom: 17px;
}
#modal-rdv .container .content .actions .ibook {
  width: 100%;
  padding-bottom: 17px;
}
#modal-rdv .container .content .actions .actions-bottom {
  margin-top: 50px;
  display: flex;
  gap: 50px;
}
@media (max-width: 767px) {
  #modal-rdv .container .content .actions .actions-bottom {
    flex-direction: column;
  }
}
@media (max-width: 507px) {
  #modal-rdv .container .content .actions .actions-bottom {
    align-items: normal;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

#modal-infos {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 101;
  background-color: rgba(50, 90, 100, 0.9);
  top: 0;
  display: none;
}
#modal-infos .container {
  background-color: #fff;
  max-width: 750px;
  margin: auto;
  padding: 25px;
  border-radius: 15px;
  border: 2px solid rgba(140, 230, 200, 0.5);
}
@media (max-width: 767px) {
  #modal-infos .container {
    padding: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
#modal-infos .container .go-back {
  transform: rotate(90deg);
  display: flex;
}
#modal-infos .container .go-back svg {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #modal-infos .container .go-back svg {
    width: 40px;
    height: 40px;
  }
}
#modal-infos .container .content {
  padding: 0 60px 50px;
}
@media (max-width: 767px) {
  #modal-infos .container .content {
    padding: 0 40px 40px;
  }
}
#modal-infos .container .content .title {
  font-family: "Ashes-regular";
}
#modal-infos .container .content .text {
  font-family: "Ashes-normal";
  line-height: 38px;
  letter-spacing: 1.7px;
}
@media (max-width: 767px) {
  #modal-infos .container .content .text {
    line-height: 30px;
    letter-spacing: 1.7px;
  }
}
#modal-infos .container .content .actions {
  margin-top: 50px;
  display: flex;
  gap: 50px;
}
#modal-infos .container .content hr {
  background-color: #8ce6c8;
  background-color: rgb(140, 230, 200);
  height: 2px;
  border: none;
  margin: 50px 0;
}
@media (max-width: 767px) {
  #modal-infos .container .content hr {
    margin: 40px 0;
  }
}

#navbar {
  position: fixed;
  width: 100%;
  z-index: 100;
}
#navbar.hidden:not(:hover) .container {
  transform: translateY(-100%);
}
#navbar .container {
  background-color: rgba(255, 255, 255, 0.8);
  transition: transform 0.3s ease-in-out;
}
#navbar .content {
  justify-content: space-between;
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  max-width: 1720px;
  margin: auto;
}
#navbar .content .navbar-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 40px;
}
#navbar .content .navbar-nav .nav-item {
  font-family: "Ashes-normal";
}
#navbar .content .cta {
  margin: 0;
  font-family: "Ashes-regular";
  white-space: nowrap;
  padding: 6px 15px 8px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  transform: translateX(0);
}
#navbar .content .cta:hover {
  background-color: rgba(140, 230, 200, 0.3);
}
#navbar .content .menu {
  display: none;
}
@media (max-width: 1439px) {
  #navbar .content .navbar-nav {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  #navbar .content {
    padding: 15px 25px;
  }
  #navbar .content .navbar-nav,
  #navbar .content .cta {
    display: none;
  }
  #navbar .content .menu {
    display: block;
  }
  #navbar .content .menu .menu-text {
    margin: 0 15px;
  }
}

.home {
  font-family: "Ashes-medium";
  letter-spacing: 0.5px;
  position: relative;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
  line-height: 40px;
}

.underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #8ce6c8;
  border-radius: 1px;
}

.nav-mobile {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  background-color: #325a64;
  color: #fff;
  z-index: 100;
  padding: 15px 25px;
  box-sizing: border-box;
}
.nav-mobile.disabled {
  display: none;
}
.nav-mobile .menu-items {
  margin: auto;
  list-style: none;
  padding: 0;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 12%;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  gap: 40px;
  font-family: "Ashes-normal";
  padding: 35px;
}
.nav-mobile .cta-mobile-rdv {
  display: flex;
  width: 60px;
  height: 60px;
  background-color: rgba(140, 230, 200, 0.5);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.nav-mobile svg * {
  stroke: #fff;
}
.nav-mobile svg * circle {
  fill: #fff;
  stroke: none;
}

#footer {
  display: grid;
  grid-template-columns: repeat(22, minmax(0px, 1fr));
  gap: 0 1.2%;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px;
  background: linear-gradient(to left, rgba(140, 230, 200, 0.3) 60%, #325a64 60%);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 1439px) {
  #footer {
    padding: 100px;
  }
}
@media (max-width: 1024px) {
  #footer {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 30px;
  }
}
@media (max-width: 1439px) {
  #footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  #footer {
    background: #325a64;
  }
}
#footer .info {
  grid-row: 1;
  grid-column: 1/span 8;
  color: #fff;
  display: flex;
  flex-direction: column;
}
#footer .info .home {
  font-family: "Ashes-medium";
  position: relative;
  letter-spacing: 0.5px;
}
#footer .info .home::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background-color: #8ce6c8;
  border-radius: 1px;
}
#footer .info .slogan {
  margin-top: 20px;
}
#footer .info .slogan p {
  font-family: "Ashes-normal";
}
#footer .nav {
  grid-row: 1;
  grid-column: 11/span end;
}
#footer .nav .footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
#footer .nav .footer-nav .nav-item {
  font-family: "Ashes-regular";
}
#footer .nav .footer-nav .nav-item .nav-sub-item {
  list-style: none;
  padding-bottom: 15px;
}
#footer .nav .footer-nav .nav-item .nav-sub-item .nav-item {
  font-family: "Ashes-normal";
}
#footer .cta-rdv {
  position: absolute;
  right: 55px;
  font-family: "Ashes-normal";
  top: 55px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 15px 12px 20px;
  gap: 10px;
  cursor: pointer;
}
#footer .cta-rdv:hover {
  background-color: rgba(140, 230, 200, 0.3);
}
#footer .cta-top {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: flex;
  cursor: pointer;
}
#footer .cta-top svg {
  width: 42px;
  height: 42px;
}
#footer .infos-btn {
  margin-top: auto;
  display: flex;
  color: #8ce6c8;
  cursor: pointer;
}
#footer .infos-btn .text {
  margin: 0;
  margin-top: -2px;
  font-size: 16px;
}
#footer .infos-btn svg * {
  stroke: #8ce6c8;
}
@media (max-width: 1024px) {
  #footer .laptop {
    display: none;
  }
}
#footer .mobile {
  color: #fff;
  grid-column: 1/span end;
}
@media (min-width: 1025px) {
  #footer .mobile {
    display: none;
  }
}
#footer .mobile .infos-btn {
  justify-content: start;
  margin-top: 30px;
}
#footer .mobile .infos-btn svg {
  width: 30px;
  height: 30px;
}

@font-face {
  font-family: "Ashes-bold";
  src: url("../assets/fonts/Ashes-Bold.woff2");
}
@font-face {
  font-family: "Ashes-light";
  src: url("../assets/fonts/Ashes-Light.woff2");
}
@font-face {
  font-family: "Ashes-medium";
  src: url("../assets/fonts/Ashes-Medium.woff2");
}
@font-face {
  font-family: "Ashes-normal";
  src: url("../assets/fonts/Ashes-Normal.woff2");
}
@font-face {
  font-family: "Ashes-regular";
  src: url("../assets/fonts/Ashes-Regular.woff2");
}
@font-face {
  font-family: "Ashes-thin";
  src: url("../assets/fonts/Ashes-Thin.woff2");
}
html {
  color: #325a64;
  font-family: "Ashes-light";
  letter-spacing: 1px;
  scroll-behavior: smooth;
  line-height: 30px;
  font-size: 18px;
}
html body {
  margin: 0;
}
@media (max-width: 767px) {
  html {
    line-height: 28px;
    font-size: 16px;
  }
}

p {
  margin: 0;
}

.title-primary {
  font-family: "Ashes-regular";
  font-size: 32px;
}
@media (max-width: 1439px) {
  .title-primary {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .title-primary {
    font-size: 22px;
  }
}

.title-secondary {
  font-family: "Ashes-medium";
  font-size: 24px;
  letter-spacing: 1.2px;
}
@media (max-width: 1439px) {
  .title-secondary {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .title-secondary {
    font-size: 18px;
  }
}

.title-section {
  font-family: "Ashes-regular";
  margin-bottom: 20px;
}
@media (max-width: 1194px) {
  .title-section {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .title-section {
    margin: 25px 0;
  }
}

.flex {
  display: flex;
}

.std-aligned {
  display: flex;
  align-items: center;
}

.gap-10 {
  gap: 10px;
}

.space-between {
  justify-content: space-between;
}

.bg-secondary-10 {
  background-color: rgba(140, 230, 200, 0.1);
}

.btn-secondary {
  border: 1px solid #8ce6c8;
  background-color: rgba(140, 230, 200, 0.2);
  color: #325a64;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Ashes-regular";
  letter-spacing: 1.3px;
}

a {
  text-decoration: none;
  color: currentColor;
}

.font-ashes-light {
  font-family: "Ashes-light";
}

.font-ashes-regular {
  font-family: "Ashes-regular";
}

.cta {
  font-family: "Ashes-normal";
  letter-spacing: 1.5px;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  white-space: nowrap;
  padding: 6px 15px 8px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transform: translateX(-15px);
}
.cta:hover {
  transform: translateX(0);
  background-color: rgba(140, 230, 200, 0.3);
}

::-moz-selection {
  color: #fff;
  background-color: #325a64;
}

::selection {
  color: #fff;
  background-color: #325a64;
}

::-webkit-scrollbar {
  width: 6px;
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #325a64;
  cursor: pointer;
}
::-webkit-scrollbar-thumb:hover {
  background: #8ce6c8;
}

.container-section {
  height: 100vh;
}
@media (max-width: 767px) {
  .container-section {
    height: 100%;
  }
}

.grid {
  height: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(22, minmax(0px, 1fr));
  gap: 0 1.2%;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px;
}
@media (max-width: 1439px) {
  .grid {
    padding: 100px;
  }
}
@media (max-width: 1024px) {
  .grid {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .grid {
    padding: 30px;
  }
}
.grid figure {
  grid-row: 1;
  grid-column: 14/span end;
  margin: 0;
  overflow: hidden;
  border-radius: 5px;
}
.grid figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.grid .content {
  grid-row: 1;
  grid-column: 1/span 11;
  display: flex;
  flex-direction: column;
}
.grid .content .cta {
  margin-top: auto;
}
.grid.reverse figure {
  grid-column: 1/span 9;
}
.grid.reverse .content {
  grid-column: 12/span end;
}
@media (max-width: 1194px) {
  .grid figure {
    grid-row: 1;
    grid-column: 1/span end;
  }
  .grid figure img {
    -o-object-position: center;
       object-position: center;
  }
  .grid .content {
    grid-row: 2;
    grid-column: 1/span end;
  }
  .grid .content .cta {
    margin-top: 20px;
  }
  .grid.reverse figure {
    grid-column: 1/span end;
  }
  .grid.reverse .content {
    grid-column: 1/span end;
  }
}
@media (max-width: 767px) {
  .grid figure {
    max-height: 35vh;
  }
  .grid .content .cta {
    font-family: "Ashes-regular";
    letter-spacing: 0.8px;
    display: flex;
    margin-top: 30px;
  }
  .grid .content .cta a {
    padding: 6px 12px 8px;
    background-color: rgba(140, 230, 200, 0.3);
    border-radius: 5px;
  }
}

#screensaver-overlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}
#screensaver-overlay img {
  position: absolute;
  pointer-events: none;
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=maps/style.css.map */
