@import url("https://use.typekit.net/boe7krg.css");
.section1 {
  padding-top: 150px;
  background-color: #eff4f4;
  position: relative;
}
.section1 .content {
  max-width: 1210px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
  padding-bottom: 57px;
}
.section1 .content .titre {
  padding-top: 70px;
  max-width: 591px;
}
@media screen and (max-width: 768px) {
  .section1 .content .titre {
    max-width: 100%;
  }
}
.section1 .content .texte {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 458px;
  font-size: 15px;
  font-family: "Sofia-Pro";
  color: #000000;
  font-weight: lighter;
}
@media screen and (max-width: 768px) {
  .section1 .content .texte {
    max-width: 100%;
  }
}
.section1 .content .lien {
  width: fit-content;
}
.section1 .content .lien:hover a {
  color: #4DAEC3;
  background-color: #fff;
}
.section1 .content .lien:hover a svg #Groupe_126 #Ligne_50 {
  stroke: #4DAEC3;
}
.section1 .content .lien:hover a svg #Groupe_126 #Ligne_51 {
  stroke: #4DAEC3;
}
.section1 .content .lien a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  border: 2px solid #4DAEC3;
  font-family: "Sofia-Pro";
  font-size: 15px;
  background-color: #4DAEC3;
  padding: 10px 20px;
  width: fit-content;
  border-radius: 22px;
}
.section1 .content .lien a svg {
  margin-left: 10px;
  position: relative;
  top: 2px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.section1 .image {
  position: absolute;
  right: 37px;
  top: 183px;
  width: calc(100% - 610px);
  max-width: 741px;
}
@media screen and (max-width: 768px) {
  .section1 .image {
    position: relative;
    padding: 0 35px;
    right: 0;
    top: 33px;
    width: 100%;
  }
}
.section1 .image img {
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .section1 .image img {
    height: auto;
  }
}

.section2 .content {
  max-width: 1210px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .section2 .content {
    padding-bottom: 80px;
  }
}
.section2 .content .titre {
  position: relative;
  padding-bottom: 22px;
  padding-top: 137px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .section2 .content .titre {
    padding-top: 60px;
    text-align: center;
  }
}
.section2 .content .titre img {
  position: absolute;
  top: 125px;
  z-index: -1;
  left: -15px;
}
@media screen and (max-width: 768px) {
  .section2 .content .titre img {
    top: 50px;
  }
}
.section2 .content .titre img img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.section2 .content .card {
  width: 100%;
  height: 366px;
  border-radius: 30px;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background-color: #fff;
  padding: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section2 .content .card {
    height: auto;
    display: block;
    padding: 20px;
  }
}
.section2 .content .card .imagemain {
  width: 455px;
  position: relative;
  height: 100%;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section2 .content .card .imagemain {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.section2 .content .card .imagemain img {
  display: none;
}
.section2 .content .card .imagemain .repeteurimage .images {
  width: 455px;
  height: 286px;
}
@media screen and (max-width: 768px) {
  .section2 .content .card .imagemain .repeteurimage .images {
    width: 100%;
    height: auto;
  }
}
.section2 .content .card .imagemain .repeteurimage .images .repeteur-image.active {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  display: block;
}
.section2 .content .card .imagemain .repeteurimage .images .repeteur-image.inactive {
  display: none;
}
.section2 .content .card .imagemain .repeteurimage .bouttons {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 50;
  top: 240px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .section2 .content .card .imagemain .repeteurimage .bouttons {
    top: 140px;
  }
}
.section2 .content .card .imagemain .repeteurimage .bouttons .button.active .other {
  display: none;
}
.section2 .content .card .imagemain .repeteurimage .bouttons .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);
  }
}
.section2 .content .card .imagemain .repeteurimage .bouttons .button {
  margin-left: 10px;
}
.section2 .content .card .imagemain .repeteurimage .bouttons .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%;
  }
}
.section2 .content .card .imagemain .repeteurimage .bouttons .button .actu {
  display: none;
}
.section2 .content .card .imagemain .repeteurimage .bouttons img {
  width: auto;
  height: auto;
}
.section2 .content .card .hide {
  position: relative;
  margin-left: 40px;
  max-width: 565px;
}
@media screen and (max-width: 768px) {
  .section2 .content .card .hide {
    margin-left: 0;
  }
}
.section2 .content .card .hide .titre {
  font-size: 25px;
  font-family: "MohrAlt-Black";
  color: #2E4552;
  padding-top: 0;
  padding-bottom: 20px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .section2 .content .card .hide .titre {
    font-size: 18px;
  }
}
.section2 .content .card .hide .texte {
  display: block;
  height: 42px;
  overflow: hidden;
  font-family: "Sofia-Pro";
  font-size: 15px;
  font-weight: lighter;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .section2 .content .card .hide .texte {
    height: 65px;
    text-align: center;
  }
}
.section2 .content .card .hide .description {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .section2 .content .card .hide .description {
    flex-wrap: wrap;
  }
}
.section2 .content .card .hide .description .line {
  display: flex;
  align-items: center;
  margin-right: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .section2 .content .card .hide .description .line {
    margin-bottom: 10px;
  }
}
.section2 .content .card .hide .description .line .txt {
  font-family: "Sofia-Pro";
  color: #000000;
  font-size: 15px;
  font-weight: lighter;
}
.section2 .content .card .hide .description .line img {
  margin-right: 10px;
  width: 35px;
  height: 35px;
}
.section2 .content .card .hide 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 #fff;
  border-radius: 22px;
  cursor: pointer;
}
.section2 .content .card .hide 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) {
  .section2 .content .card .hide a {
    margin: 0 auto;
  }
}
.section2 .content .card .hide a svg {
  margin-left: 10px;
  width: auto;
  height: auto;
  object-fit: contain;
  position: relative;
  top: 2px;
}
.section2 .content .card .hide a:hover {
  color: #4DAEC3;
  background-color: #fff;
  border: 2px solid #4DAEC3;
}
.section2 .content .card .hide a:hover::after {
  color: #4DAEC3;
}
.section2 .content .card .hide a:hover::after {
  border-color: #4DAEC3;
}

.section3-1 {
  margin-bottom: -4rem;
  padding-bottom: 4rem;
  position: relative;
}
.section3-1 .fond {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.section3-1 .fond img {
  width: 100%;
  height: 100%;
}
.section3-1 .content:has(.titre) {
  max-width: 1210px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
  padding-top: 129px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section3-1 .content:has(.titre) {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.section3-1 .content:has(.titre) .titre {
  position: relative;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .section3-1 .content:has(.titre) .titre {
    width: 100%;
  }
}
.section3-1 .content:has(.titre) .titre h3 {
  color: #2C5A00;
}
.section3-1 .content:has(.titre) .titre h3 span {
  color: #2E4552;
}
.section3-1 .content:has(.titre) .titre .plan {
  position: absolute;
  top: -4px;
  z-index: -1;
  left: -15px;
}
@media screen and (max-width: 768px) {
  .section3-1 .content:has(.titre) .titre .plan {
    top: -12px;
  }
}
.section3-1 .content:has(.titre) .titre .plan img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.section3-1 .content {
  max-width: 1210px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
}
.section3-1 .content .table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding-bottom: 84px;
}
@media screen and (max-width: 1200px) {
  .section3-1 .content .table {
    display: block;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .section3-1 .content .table .left {
    margin-bottom: 50px;
  }
}
.section3-1 .content .table .left img {
  width: 517px;
  height: 351px;
  object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section3-1 .content .table .left img {
    width: 100%;
    height: auto;
  }
}
.section3-1 .content .table .right .infos {
  margin-top: 39px;
  margin-bottom: 27px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 40px;
}
.section3-1 .content .table .right .infos .info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section3-1 .content .table .right .infos .info img {
  width: 35px;
  height: 35px;
}
.section3-1 .content .table .right .lien {
  width: fit-content;
}
.section3-1 .content .table .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;
}
.section3-1 .content .table .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) {
  .section3-1 .content .table .right .lien a {
    margin: 0 auto;
  }
}
.section3-1 .content .table .right .lien a:hover {
  color: #4DAEC3;
  background-color: #fff;
  border: 2px solid #4DAEC3;
}
.section3-1 .content .table .right .lien a:hover::after {
  border-color: #4DAEC3;
}

.section3 {
  z-index: 1;
  position: relative;
}
.section3 .fond {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.section3 .fond img {
  width: 100%;
  height: 100%;
}
.section3 .content {
  max-width: 1210px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
}
.section3 .content .table {
  display: flex;
  justify-content: space-between;
  padding-top: 129px;
  padding-bottom: 84px;
}
@media screen and (max-width: 1200px) {
  .section3 .content .table {
    display: block;
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.section3 .content .table .left .titre {
  position: relative;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .section3 .content .table .left .titre {
    width: 100%;
  }
}
.section3 .content .table .left .titre .plan {
  position: absolute;
  top: -4px;
  z-index: -1;
  left: -15px;
}
@media screen and (max-width: 768px) {
  .section3 .content .table .left .titre .plan {
    top: -12px;
  }
}
.section3 .content .table .left .titre .plan img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.section3 .content .table .left .texte {
  padding-top: 30px;
  padding-bottom: 37px;
  max-width: 437px;
}
@media screen and (max-width: 1200px) {
  .section3 .content .table .left .texte {
    padding-bottom: 20px;
    max-width: 100%;
  }
}
.section3 .content .table .left .texte h4 {
  color: #fff;
}
.section3 .content .table .left .buttons {
  width: fit-content;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 1200px) {
  .section3 .content .table .left .buttons {
    margin-bottom: 40px;
  }
}
.section3 .content .table .left .buttons .pdf, .section3 .content .table .left .buttons a {
  position: relative;
  text-decoration: none;
  color: #658748;
  display: flex;
  font-family: "Sofia-Pro";
  align-items: center;
  background-color: #fff;
  padding: 10px 40px 10px 20px;
  font-size: 15px;
  width: fit-content;
  border: 2px solid transparent;
  border-radius: 22px;
  cursor: pointer;
}
.section3 .content .table .left .buttons .pdf::after, .section3 .content .table .left .buttons a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: solid 1px #658748;
  border-right: solid 1px #658748;
}
@media screen and (max-width: 768px) {
  .section3 .content .table .left .buttons .pdf, .section3 .content .table .left .buttons a {
    margin: 0 auto;
  }
}
.section3 .content .table .left .buttons .pdf:hover, .section3 .content .table .left .buttons a:hover {
  color: #fff;
  background-color: #658748;
  border: 2px solid #fff;
}
.section3 .content .table .left .buttons .pdf:hover::after, .section3 .content .table .left .buttons a:hover::after {
  border-color: #fff;
}
.section3 .content .table .left .buttons .pdf-viewer {
  display: none;
}
.section3 .content .table .left .buttons .pdf-viewer-actif {
  position: fixed;
  top: 50px;
  max-width: 1140px;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: block;
}
.section3 .content .table .left .buttons .pdf-viewer-actif .close-button {
  width: 100%;
  background-color: #2C5A00;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  font-family: "Sofia-Pro";
  font-weight: bold;
  position: relative;
  top: -5px;
}
.section3 .content .table .left .buttons .pdf-viewer-actif .close-button:hover {
  cursor: pointer;
}
.section3 .content .table .left .buttons .pdf-viewer-actif iframe {
  height: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .section3 .content .table .left .buttons .pdf-viewer-actif iframe {
    height: 500px;
  }
}
.section3 .content .table .right img {
  width: 506px;
  height: 312px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .section3 .content .table .right img {
    width: 100%;
    height: auto;
  }
}

.section4 {
  position: relative;
  overflow: hidden;
}
.section4 .content {
  max-width: 1210px;
  padding: 0 35px 130px;
  margin: 0 auto;
}
.section4 .content .ligne {
  padding-top: 174px;
  margin-bottom: 62px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section4 .content .ligne {
    display: block;
    padding-top: 60px;
  }
}
.section4 .content .ligne .titre {
  position: relative;
  margin-left: 15px;
  max-width: 456px;
}
@media screen and (max-width: 768px) {
  .section4 .content .ligne .titre {
    max-width: 100%;
    padding-bottom: 40px;
  }
}
.section4 .content .ligne .titre .maison {
  position: absolute;
  top: -4px;
  z-index: -1;
  left: -15px;
}
@media screen and (max-width: 768px) {
  .section4 .content .ligne .titre .maison {
    top: -12px;
  }
}
.section4 .content .ligne .titre .maison img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.section4 .content .ligne .texte {
  max-width: 548px;
}
@media screen and (max-width: 768px) {
  .section4 .content .ligne .texte {
    max-width: 100%;
  }
}
.section4 .content .photos {
  --grid-gap: 20px;
  display: flex;
  justify-content: space-between;
  gap: var(--grid-gap);
}
@media screen and (max-width: 768px) {
  .section4 .content .photos {
    flex-direction: column;
    margin-bottom: 60px;
  }
}
.section4 .content .photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section4 .content .photos .left {
  width: 47.4561403509%;
}
@media screen and (max-width: 768px) {
  .section4 .content .photos .left {
    width: 100%;
  }
}
.section4 .content .photos .left .image1 {
  display: flex;
  border-radius: 30px;
  width: 100%;
  aspect-ratio: 541/641;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section4 .content .photos .left .image1 {
    width: 100%;
    height: auto;
    aspect-ratio: unset;
  }
}
.section4 .content .photos .right {
  width: 50.7894736842%;
  display: flex;
  gap: var(--grid-gap);
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  .section4 .content .photos .right {
    width: 100%;
  }
}
.section4 .content .photos .right .top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: var(--grid-gap);
}
@media screen and (max-width: 768px) {
  .section4 .content .photos .right .top {
    flex-direction: column;
  }
}
.section4 .content .photos .right .top .image2 {
  display: flex;
  border-radius: 30px;
  width: 66.3212435233%;
  height: 100%;
  aspect-ratio: 384/311;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section4 .content .photos .right .top .image2 {
    width: 100%;
    height: auto;
    aspect-ratio: unset;
  }
}
.section4 .content .photos .right .top .image3 {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  width: 30.2245250432%;
  height: 100%;
  aspect-ratio: 175/311;
}
@media screen and (max-width: 768px) {
  .section4 .content .photos .right .top .image3 {
    width: 100%;
    height: auto;
  }
}
.section4 .content .photos .right .bot {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: var(--grid-gap);
}
@media screen and (max-width: 768px) {
  .section4 .content .photos .right .bot {
    flex-direction: column;
  }
}
.section4 .content .photos .right .bot .image4 {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  width: 52.3316062176%;
  height: 100%;
  aspect-ratio: 303/310;
}
@media screen and (max-width: 768px) {
  .section4 .content .photos .right .bot .image4 {
    width: 100%;
    height: auto;
  }
}
.section4 .content .photos .right .bot .image5 {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  width: 44.2141623489%;
  height: 100%;
  aspect-ratio: 256/310;
}
@media screen and (max-width: 768px) {
  .section4 .content .photos .right .bot .image5 {
    width: 100%;
    height: auto;
  }
}
.section4 .content .paiement {
  margin-top: 140px;
  background-color: #fff;
  width: 100%;
  padding-top: 67px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding-bottom: 60px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section4 .content .paiement {
    margin-bottom: 30px;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-top: 0;
  }
}
.section4 .content .paiement::before {
  content: "";
  background: url(../images/fondendpage.svg);
  width: 100vw;
  height: 350px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.section4 .content .paiement .titre {
  max-width: 478px;
  text-align: center;
  padding-bottom: 22px;
  padding-top: 0;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section4 .content .paiement .titre {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section4 .content .paiement .titre h2 {
  z-index: 2;
  position: relative;
}
.section4 .content .paiement .titre .paiementimg {
  position: absolute;
  top: -8px;
  z-index: 1;
  left: -18px;
}
@media screen and (max-width: 768px) {
  .section4 .content .paiement .titre .paiementimg {
    left: 3px;
  }
}
.section4 .content .paiement .titre .paiementimg img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.section4 .content .paiement .texte {
  max-width: 623px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section4 .content .paiement .texte {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

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