@charset "UTF-8";
@import url("https://use.typekit.net/boe7krg.css");
.section1 {
  padding-top: 150px;
  background-color: #eff4f4;
  position: relative;
}
.section1 .content {
  max-width: 1210px;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
}
.section1 .content .titre {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .section1 .content .titre {
    padding-top: 50px;
  }
}
.section1 .content .texte {
  padding-top: 20px;
  padding-bottom: 119px;
  max-width: 473px;
}
@media screen and (max-width: 768px) {
  .section1 .content .texte {
    padding-bottom: 50px;
    max-width: 100%;
  }
}
.section1 .content .image {
  position: absolute;
  right: 50px;
  top: 196px;
  width: calc(100% - 610px);
  max-width: 665px;
}
@media screen and (max-width: 768px) {
  .section1 .content .image {
    position: relative;
    right: 0;
    top: 46px;
    width: 100%;
  }
}
.section1 .content .image img {
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .section1 .content .image img {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
  }
}

.section2 {
  position: relative;
}
.section2 .content {
  max-width: 1210px;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
}
.section2 .content .table {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 130px;
  padding-bottom: 146px;
}
@media screen and (max-width: 768px) {
  .section2 .content .table {
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }
}
.section2 .content .table .left .titre {
  position: relative;
  max-width: 389px;
  margin-left: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section2 .content .table .left .titre {
    max-width: 100%;
  }
}
.section2 .content .table .left .titre .location {
  position: absolute;
  top: -14px;
  z-index: -1;
  left: -15px;
}
.section2 .content .table .left .texte {
  max-width: 478px;
}
@media screen and (max-width: 768px) {
  .section2 .content .table .left .texte {
    max-width: 100%;
  }
}
.section2 .content .table .left .lien {
  margin-top: 30px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .section2 .content .table .left .lien {
    margin-top: 20px;
  }
}
.section2 .content .table .left .lien:hover a {
  color: #4DAEC3;
  background-color: #fff;
  border: 2px solid #4DAEC3;
}
.section2 .content .table .left .lien:hover a svg #Groupe_126 #Ligne_50 {
  stroke: #4DAEC3;
}
.section2 .content .table .left .lien:hover a svg #Groupe_126 #Ligne_51 {
  stroke: #4DAEC3;
}
.section2 .content .table .left .lien a {
  text-decoration: none;
  color: #fff;
  display: flex;
  font-family: "Sofia-Pro";
  align-items: center;
  border: 2px solid transparent;
  background-color: #4DAEC3;
  padding: 6px 20px;
  font-size: 15px;
  width: fit-content;
  border-radius: 22px;
}
.section2 .content .table .left .lien a svg {
  margin-left: 10px;
  position: relative;
  top: 2px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.section2 .content .table .right {
  max-width: 517px;
}
@media screen and (max-width: 768px) {
  .section2 .content .table .right {
    max-width: 100%;
    margin-top: 30px;
  }
}
.section2 .content .table .right img {
  width: 100%;
  height: 381px;
  object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section2 .content .table .right img {
    height: auto;
  }
}

.section3 {
  position: relative;
}
.section3 .content {
  max-width: 1210px;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
}
.section3 .content .titre {
  margin-bottom: 35px;
  position: relative;
  margin-left: 15px;
}
.section3 .content .titre .pin {
  position: absolute;
  top: -14px;
  z-index: -1;
  left: -15px;
}
.section3 .spots {
  padding-bottom: 167px;
}
.section3 .spots .spots-container {
  display: grid;
  padding-left: calc((100% + 35px - 1170px) / 2);
  grid-auto-flow: column;
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  .section3 .spots .spots-container {
    padding-left: 35px;
  }
}
.section3 .spots .spots-container .card {
  margin-right: 22px;
  width: 297px;
  height: 280px;
  position: relative;
}
.section3 .spots .spots-container .card .image {
  width: 100%;
  height: 100%;
}
.section3 .spots .spots-container .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.section3 .spots .spots-container .card .cont {
  border-top-right-radius: 30px;
  padding: 12px 20px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
}
.section3 .spots .spots-container .card .cont .titre {
  font-size: 16px;
  color: #2E4552;
  font-family: "MohrAlt-Black";
}
.section3 .spots .spots-container .card .cont .dist {
  font-size: 14px;
  color: #2C5A00;
  font-family: "Sofia-Pro";
}
.section3 .spots .spots-buttons {
  width: 100%;
  display: flex;
  max-width: 1210px;
  margin: 0 auto;
  margin-top: 10px;
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (max-width: 768px) {
  .section3 .spots .spots-buttons {
    padding-bottom: 50px;
  }
}
.section3 .spots .spots-buttons .button.active .other {
  display: none;
}
.section3 .spots .spots-buttons .button.active .actu {
  display: block;
  width: 28px;
  height: 10px;
  background-color: #4DAEC3;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  animation: goToActu 1s ease forwards;
}
@keyframes goToActu {
  from {
    width: 10px;
    height: 10px;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 50%;
  }
  to {
    width: 28px;
    height: 10px;
    background-color: #4DAEC3;
    border-radius: 30px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
}
.section3 .spots .spots-buttons .button {
  margin-left: 10px;
}
.section3 .spots .spots-buttons .button .other {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50%;
  animation: goToOther 1s ease forwards;
}
@keyframes goToOther {
  from {
    width: 28px;
    height: 10px;
    background-color: #4DAEC3;
    border-radius: 30px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  to {
    width: 10px;
    height: 10px;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 50%;
  }
}
.section3 .spots .spots-buttons .button .actu {
  display: none;
}

.section4 {
  position: relative;
}
.section4 .fond {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.section4 .fond img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .section4 .fond img {
    object-fit: cover;
  }
}
.section4 .content {
  max-width: 1210px;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
}
.section4 .content .table {
  padding-top: 106px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table {
    display: block;
  }
}
.section4 .content .table .top {
  margin-bottom: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .section4 .content .table .top {
    display: block;
  }
}
.section4 .content .table .top .titre {
  margin-bottom: 35px;
  position: relative;
  padding-top: 0px;
  margin-left: 15px;
  max-width: 394px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .top .titre {
    max-width: 100%;
  }
}
.section4 .content .table .top .titre .surf {
  position: absolute;
  top: -14px;
  z-index: -1;
  left: -15px;
}
.section4 .content .table .top .texte {
  max-width: 416px;
}
@media screen and (max-width: 1200px) {
  .section4 .content .table .top .texte {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.section4 .content .table .top .texte h4 {
  font-weight: bold;
}
.section4 .content .table .bottom {
  margin-bottom: 100px;
  display: grid;
  justify-content: space-between;
  grid-template-areas: "a a";
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .section4 .content .table .bottom {
    grid-template-areas: "a";
  }
}
.section4 .content .table .bottom .visit {
  max-height: 217px;
  width: 555px;
  height: 217px;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .bottom .visit {
    max-height: 100%;
    width: 100%;
    height: auto;
    padding: 30px;
    flex-direction: column;
    align-items: baseline;
    gap: 20px;
  }
}
.section4 .content .table .bottom .visit img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 217px;
}
.section4 .content .table .bottom .visit .right {
  color: #2E4552;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .bottom .visit .right {
    padding: 0;
  }
}
.section4 .content .table .bottom .visit .right h3 {
  margin-bottom: 7px;
  color: #2E4552;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .bottom .visit .right h3 {
    font-size: 16px;
  }
}

.section5 {
  position: relative;
}
.section5 .content {
  max-width: 1210px;
  padding: 147px 35px 160px;
  margin: 0 auto;
}
.section5 .content .content-top {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .section5 .content .content-top {
    flex-direction: column;
    gap: 30px;
  }
}
.section5 .content .content-top .left .titre {
  margin-bottom: 35px;
  position: relative;
  padding-top: 0px;
  margin-left: 15px;
  max-width: 406px;
}
@media screen and (max-width: 768px) {
  .section5 .content .content-top .left .titre {
    max-width: 100%;
  }
}
.section5 .content .content-top .left .titre .cerfvolant {
  position: absolute;
  top: -14px;
  z-index: -1;
  left: -15px;
}
.section5 .content .content-top .right {
  max-width: 479px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .section5 .content .content-top .right {
    max-width: 100%;
  }
}
.section5 .content .content-top .right .lien {
  margin-top: 20px;
  width: fit-content;
}
.section5 .content .content-top .right .lien a {
  position: relative;
  text-decoration: none;
  color: #fff;
  display: flex;
  font-family: "Sofia-Pro";
  align-items: center;
  background-color: #4DAEC3;
  padding: 10px 40px 10px 20px;
  font-size: 15px;
  width: fit-content;
  border: 2px solid transparent;
  border-radius: 22px;
  cursor: pointer;
}
.section5 .content .content-top .right .lien a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: solid 1px white;
  border-right: solid 1px white;
}
@media screen and (max-width: 768px) {
  .section5 .content .content-top .right .lien a {
    margin: 0 auto;
  }
}
.section5 .content .content-top .right .lien a:hover {
  color: #4DAEC3;
  background-color: #fff;
  border: 2px solid #4DAEC3;
}
.section5 .content .content-top .right .lien a:hover::after {
  border-color: #4DAEC3;
}
.section5 .content .photos {
  height: 621px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section5 .content .photos {
    height: auto;
    padding-bottom: 60px;
    display: block;
  }
}
.section5 .content .photos .card {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 185px;
  padding: 17px 20px 7px;
  border-start-end-radius: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  gap: 12px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .section5 .content .photos .card {
    display: none;
    margin-bottom: 20px;
    width: 100%;
    padding: 17px 20px 20px;
    border-radius: 0;
    gap: 8px;
  }
}
.section5 .content .photos .card h3 {
  color: #2E4552;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .section5 .content .photos .card h3 {
    font-size: 14px;
  }
}
.section5 .content .photos .card .wrapper {
  max-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section5 .content .photos .card .wrapper {
    overflow: visible;
    max-height: 100%;
  }
}
.section5 .content .photos .card .wrapper a {
  margin-top: 12px;
  position: relative;
  text-decoration: none;
  color: #fff;
  display: flex;
  font-family: "Sofia-Pro";
  align-items: center;
  background-color: #4DAEC3;
  padding: 10px 40px 10px 20px;
  font-size: 15px;
  width: fit-content;
  border: 2px solid transparent;
  border-radius: 22px;
  cursor: pointer;
}
.section5 .content .photos .card .wrapper a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: solid 1px white;
  border-right: solid 1px white;
}
@media screen and (max-width: 768px) {
  .section5 .content .photos .card .wrapper a {
    margin-top: 17px;
  }
}
.section5 .content .photos .card .wrapper a:hover {
  color: #4DAEC3;
  background-color: #fff;
  border: 2px solid #4DAEC3;
}
.section5 .content .photos .card .wrapper a:hover::after {
  border-color: #4DAEC3;
}
@media screen and (min-width: 768px) {
  .section5 .content .photos .card:hover {
    padding: 30px 20px 20px;
  }
  .section5 .content .photos .card:hover .wrapper {
    max-height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section5 .content .photos .card.selected {
    display: flex;
  }
}
.section5 .content .photos .left {
  width: 541px;
}
@media screen and (max-width: 768px) {
  .section5 .content .photos .left {
    width: 100%;
  }
}
.section5 .content .photos .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .section5 .content .photos .left img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.section5 .content .photos .left .image1 {
  position: relative;
  border-radius: 30px;
}
.section5 .content .photos .left .image1 img {
  width: 541px;
  height: 641px;
  object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section5 .content .photos .left .image1 img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.section5 .content .photos .right {
  width: 579px;
}
@media screen and (max-width: 768px) {
  .section5 .content .photos .right {
    width: 100%;
  }
}
.section5 .content .photos .right img {
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .section5 .content .photos .right img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.section5 .content .photos .right .top {
  margin: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section5 .content .photos .right .top {
    display: block;
  }
}
.section5 .content .photos .right .top .image2 {
  position: relative;
  border-radius: 30px;
}
.section5 .content .photos .right .top .image2 img {
  width: 384px;
  height: 311px;
  border-radius: 30px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .section5 .content .photos .right .top .image2 img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.section5 .content .photos .right .top .image3 {
  position: relative;
  border-radius: 30px;
}
.section5 .content .photos .right .top .image3 img {
  border-radius: 30px;
  width: 175px;
  height: 311px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .section5 .content .photos .right .top .image3 img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.section5 .content .photos .right .top .image3 .card {
  width: 175px;
}
@media screen and (max-width: 768px) {
  .section5 .content .photos .right .top .image3 .card {
    width: 100%;
  }
}
.section5 .content .photos .right .bot {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .section5 .content .photos .right .bot {
    display: block;
    margin-top: 0px;
  }
}
.section5 .content .photos .right .bot .image4 {
  position: relative;
  border-radius: 30px;
}
.section5 .content .photos .right .bot .image4 img {
  border-radius: 30px;
  object-fit: cover;
  width: 303px;
  height: 310px;
}
@media screen and (max-width: 768px) {
  .section5 .content .photos .right .bot .image4 img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.section5 .content .photos .right .bot .image5 {
  position: relative;
  border-radius: 30px;
}
.section5 .content .photos .right .bot .image5 img {
  border-radius: 30px;
  object-fit: cover;
  width: 256px;
  height: 310px;
}
@media screen and (max-width: 768px) {
  .section5 .content .photos .right .bot .image5 img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section5 .content .photos .right .bot .image5 {
    width: 100%;
  }
}

.section6 {
  position: relative;
}
.section6 .fond {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.section6 .fond img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .section6 .fond img {
    object-fit: cover;
  }
}
.section6 .content {
  max-width: 1210px;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
}
.section6 .content .ligne {
  display: flex;
  justify-content: space-between;
  padding-top: 112px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .section6 .content .ligne {
    display: block;
    padding-bottom: 50px;
  }
}
.section6 .content .ligne .titre {
  position: relative;
  max-width: 427px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .section6 .content .ligne .titre {
    max-width: 100%;
  }
}
.section6 .content .ligne .titre .phoques {
  position: absolute;
  top: -14px;
  z-index: -1;
  left: -15px;
}
.section6 .content .ligne .titre h2 {
  color: #fff;
}
.section6 .content .ligne .texte {
  max-width: 548px;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 108px;
}
@media screen and (max-width: 768px) {
  .section6 .content .ligne .texte {
    max-width: 100%;
    margin-top: 10px;
  }
}
.section6 .content .ligne .texte::-webkit-scrollbar {
  width: 3px; /* Epaisseur de la barre */
}
.section6 .content .ligne .texte::-webkit-scrollbar-track {
  background-color: white; /* Couleur de fond de la barre */
}
.section6 .content .ligne .texte::-webkit-scrollbar-thumb {
  background-color: gray; /* Couleur de la barre de défilement */
}
.section6 .content .ligne .texte h4 {
  color: #fff;
}
.section6 .content .images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 100px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .section6 .content .images {
    display: block;
  }
}
.section6 .content .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section6 .content .images img {
    margin-bottom: 10px;
  }
}

.section7 {
  position: relative;
  overflow: hidden;
  padding-bottom: 130px;
}
.section7 .content {
  padding-left: calc((100% - 1140px) / 2);
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 130px;
  overflow-x: hidden;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 768px) {
  .section7 .content {
    display: block;
    padding: 0 35px;
  }
}
.section7 .content .table {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .section7 .content .table {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .section7 .content .table {
    display: block;
    padding-top: 50px;
  }
}
.section7 .content .table .left {
  min-width: 580px;
  width: 478px;
}
@media screen and (max-width: 768px) {
  .section7 .content .table .left {
    min-width: 90vw;
    width: 90vw;
    margin: 0 auto;
  }
}
.section7 .content .table .left .titre {
  max-width: 404px;
  margin-left: 15px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section7 .content .table .left .titre {
    max-width: 100%;
  }
}
.section7 .content .table .left .titre .feu {
  position: absolute;
  top: -13px;
  z-index: -1;
  left: -15px;
}
.section7 .content .table .left .texte {
  margin-bottom: 30px;
  color: #fff;
  max-width: 478px;
  font-size: 15px;
  font-family: "Sofia-Pro";
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .section7 .content .table .left .texte {
    max-width: 100%;
  }
}
.section7 .content .table .left .lien {
  margin-top: 30px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .section7 .content .table .left .lien {
    margin-top: 20px;
  }
}
.section7 .content .table .left .lien:hover a {
  color: #4DAEC3;
  background-color: #fff;
  border: 2px solid #4DAEC3;
}
.section7 .content .table .left .lien:hover a svg #Groupe_126 #Ligne_50 {
  stroke: #4DAEC3;
}
.section7 .content .table .left .lien:hover a svg #Groupe_126 #Ligne_51 {
  stroke: #4DAEC3;
}
.section7 .content .table .left .lien a {
  text-decoration: none;
  color: #fff;
  font-family: "Sofia-Pro";
  display: flex;
  align-items: center;
  background-color: #4DAEC3;
  border: 2px solid #4DAEC3;
  padding: 10px 20px;
  font-size: 15px;
  width: fit-content;
  border-radius: 22px;
}
.section7 .content .table .left .lien a svg {
  margin-left: 10px;
  width: auto;
  position: relative;
  top: 2px;
  height: auto;
  object-fit: contain;
}
.section7 .content .table .right {
  scrollbar-width: none;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .section7 .content .table .right {
    margin-top: 50px;
  }
}
.section7 .content .table .right .scroll-container {
  position: absolute;
  width: 100%;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .section7 .content .table .right .scroll-container {
    display: none;
  }
}
.section7 .content .table .right .scroll-container .button-actual.active .other {
  display: none;
}
.section7 .content .table .right .scroll-container .button-actual.active .actu {
  display: block;
  width: 28px;
  height: 10px;
  background-color: #4DAEC3;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  animation: goToActu 1s ease forwards;
}
@keyframes goToActu {
  from {
    width: 10px;
    height: 10px;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 50%;
  }
  to {
    width: 28px;
    height: 10px;
    background-color: #4DAEC3;
    border-radius: 30px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
}
.section7 .content .table .right .scroll-container .button-actual {
  margin-left: 10px;
  padding-bottom: 5px;
}
.section7 .content .table .right .scroll-container .button-actual .other {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50%;
  animation: goToOther 1s ease forwards;
}
@keyframes goToOther {
  from {
    width: 28px;
    height: 10px;
    background-color: #4DAEC3;
    border-radius: 30px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  to {
    width: 10px;
    height: 10px;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 50%;
  }
}
.section7 .content .table .right .scroll-container .button-actual .actu {
  display: none;
}
.section7 .infos {
  max-width: 1210px;
  margin: 130px auto 0;
  padding-left: 35px;
  padding-right: 35px;
  width: 100%;
  height: 338px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section7 .infos {
    max-width: calc(100% - 70px);
    height: auto;
    padding: 20px 0;
  }
}
.section7 .infos::before {
  content: "";
  background: url(../images/fondendpage.svg);
  width: 100vw;
  height: 350px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.section7 .infos .titre {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 30px;
  position: relative;
  padding-top: 72px;
}
@media screen and (max-width: 768px) {
  .section7 .infos .titre {
    width: 90%;
    text-align: center;
    padding-top: 0px;
  }
}
.section7 .infos .titre h2 {
  position: relative;
  z-index: 2;
}
.section7 .infos .titre .info {
  position: absolute;
  top: 60px;
  z-index: 0;
  left: -18px;
}
@media screen and (max-width: 768px) {
  .section7 .infos .titre .info {
    left: -5px;
    top: -10px;
  }
}
.section7 .infos .texte {
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
  max-width: 623px;
}
@media screen and (max-width: 768px) {
  .section7 .infos .texte {
    max-width: 90%;
    text-align: center;
  }
}
.section7 .infos .lien {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: 30px;
  width: fit-content;
}
.section7 .infos .lien:hover a {
  color: #4DAEC3;
  background-color: #fff;
  border: 2px solid #4DAEC3;
}
.section7 .infos .lien:hover a svg #Groupe_126 #Ligne_50 {
  stroke: #4DAEC3;
}
.section7 .infos .lien:hover a svg #Groupe_126 #Ligne_51 {
  stroke: #4DAEC3;
}
.section7 .infos .lien a {
  color: #fff;
  font-size: 15px;
  font-family: "Sofia-Pro";
  background-color: #4DAEC3;
  padding: 6px 20px;
  border-radius: 22px;
  text-decoration: none;
  border: 2px solid transparent;
}
.section7 .infos .lien a svg {
  width: 8px;
  margin-left: 10px;
}
.section7 .fond {
  position: absolute;
  height: 493px;
  width: 100%;
  z-index: -1;
  bottom: -300px;
}
.section7 .fond img {
  width: 100%;
  height: 493px;
}

/*# sourceMappingURL=la-region.css.map */
