@import url("https://use.typekit.net/boe7krg.css");
body {
  overflow-x: hidden;
}

.section1 {
  position: relative;
  height: 818px;
}
@media screen and (max-width: 1200px) {
  .section1 {
    height: auto;
  }
}
.section1 .fond {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.section1 .fond::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
}
.section1 .fond img, .section1 .fond video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: brightness(0.6) contrast(1.4);
}
.section1 .content {
  max-width: 1210px;
  margin: 0 auto;
  position: relative;
  padding: 90px 35px 50px;
}
@media screen and (max-width: 768px) {
  .section1 .content {
    padding-bottom: 30px;
  }
}
.section1 .content .caravane {
  position: absolute;
  margin-top: 120px;
  z-index: -1;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .section1 .content .caravane {
    left: 10px;
    margin-top: 66px;
  }
}
.section1 .content .titre {
  padding-top: 127px;
  max-width: 591px;
}
@media screen and (max-width: 768px) {
  .section1 .content .titre {
    padding-top: 80px;
  }
}
.section1 .content .texte {
  padding-top: 21px;
  max-width: 473px;
}
.section1 .content .texte h4 {
  text-shadow: 1px 1px 1px #fff;
}
.section1 .content #videoPopup {
  position: absolute;
  display: none;
  align-items: center;
  top: 200px;
  left: 25%;
  justify-content: center;
  background-color: #fff;
  padding: 20px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .section1 .content #videoPopup {
    left: 0;
    top: 200px;
  }
}
.section1 .content #videoPopup .modal-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .section1 .content #videoPopup .modal-content {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .section1 .content #videoPopup .modal-content iframe {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section1 .content #videoPopup .modal-content button {
  border: 2px solid #4DAEC3;
  background-color: #4DAEC3;
  border-radius: 14px;
  color: #fff;
  margin-left: 20px;
  padding: 10px 20px;
  font-size: 18px;
  font-family: "MohrAlt-Medium";
}
.section1 .content #videoPopup .modal-content:hover {
  background-color: #fff;
  color: #4DAEC3;
  cursor: pointer;
}
.section1 .content .lienytb {
  margin-top: 45px;
  color: #000000;
  text-decoration: none;
  font-family: "Sofia-Pro";
  font-size: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: fit-content;
}
@media screen and (max-width: 768px) {
  .section1 .content .lienytb {
    padding-top: 30px;
  }
}
.section1 .content .lienytb img {
  margin-left: 10px;
  width: 46px;
  height: 46px;
}
.section1 .content .lienytb:hover {
  text-decoration: underline;
  cursor: pointer;
}
.section1 .content .wd_id {
  margin-top: 90px;
}

.section2 .content {
  max-width: 1210px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
  padding-top: 125px;
  display: flex;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .section2 .content {
    padding-top: 80px;
    padding-bottom: 40px;
    display: block;
  }
}
.section2 .content .left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .section2 .content .left {
    width: 100%;
  }
}
.section2 .content .left .titre {
  max-width: 355px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section2 .content .left .titre {
    max-width: 100%;
  }
}
.section2 .content .left .titre .caravane {
  position: absolute;
  top: -14px;
  z-index: -1;
  left: -15px;
}
@media screen and (max-width: 768px) {
  .section2 .content .left .titre .caravane {
    left: 10px;
  }
}
.section2 .content .left .texte {
  padding-top: 22px;
  max-width: 413px;
}
@media screen and (max-width: 768px) {
  .section2 .content .left .texte {
    max-width: 100%;
  }
}
.section2 .content .left .lien {
  padding-top: 30px;
  display: flex;
  max-width: 413px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section2 .content .left .lien {
    display: block;
  }
}
.section2 .content .left .lien a:first-child {
  font-family: "Sofia-Pro";
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 15px;
  background-color: #4DAEC3;
  border: 2px solid #fff;
  padding: 10px 20px;
  border-radius: 22px;
}
@media screen and (max-width: 768px) {
  .section2 .content .left .lien a:first-child {
    width: fit-content;
    margin-bottom: 10px;
  }
}
.section2 .content .left .lien a:first-child svg {
  margin-left: 10px;
  height: auto;
  width: auto;
}
.section2 .content .left .lien a:first-child:hover {
  color: #4DAEC3;
  background-color: #fff;
  border: 2px solid #4DAEC3;
}
.section2 .content .left .lien a:first-child:hover svg #Groupe_126 #Ligne_50 {
  stroke: #4DAEC3;
}
.section2 .content .left .lien a:first-child:hover svg #Groupe_126 #Ligne_51 {
  stroke: #4DAEC3;
}
.section2 .content .left .lien a {
  font-family: "Sofia-Pro";
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  background-color: #4DAEC3;
  padding: 10px 20px;
  border: 2px solid #fff;
  border-radius: 22px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section2 .content .left .lien a {
    width: fit-content;
    margin-bottom: 10px;
  }
}
.section2 .content .left .lien a svg {
  margin-left: 10px;
  height: 17px;
  width: 17px;
}
.section2 .content .left .lien a:hover {
  color: #4DAEC3;
  background-color: #fff;
  border: 2px solid #4DAEC3;
}
.section2 .content .left .lien a:hover svg #Groupe_322 #Rectangle_109 {
  fill: #4DAEC3;
}
.section2 .content .left .lien a:hover svg #Groupe_322 #Polygone_4 {
  fill: #fff;
}
.section2 .content .left .image {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .section2 .content .left .image {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section2 .content .left .image img {
  width: 447px;
  height: 275px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section2 .content .left .image img {
    width: 100%;
    height: auto;
  }
}
.section2 .content .right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .section2 .content .right {
    width: 100%;
  }
}
.section2 .content .right .table {
  display: flex;
}
@media screen and (max-width: 768px) {
  .section2 .content .right .table {
    flex-direction: column;
  }
}
.section2 .content .right .table .left {
  max-width: 243px;
  margin-right: 48px;
}
@media screen and (max-width: 768px) {
  .section2 .content .right .table .left {
    max-width: 100%;
    width: 100%;
  }
}
.section2 .content .right .table .left .section {
  margin-bottom: 60px;
}
.section2 .content .right .table .left .section .image {
  border-radius: 15px;
  border: 2px solid #2C5A00;
  width: fit-content;
  height: fit-content;
  padding: 15px;
  margin-top: 0;
}
.section2 .content .right .table .left .section .image img {
  object-fit: contain;
  width: 37px;
  height: 37px;
}
.section2 .content .right .table .left .section .titre {
  font-size: 20px;
  font-family: "MohrAlt-Black";
  color: #2E4552;
  font-weight: bolder;
  padding-top: 25px;
  max-width: 243px;
}
@media screen and (max-width: 768px) {
  .section2 .content .right .table .left .section .titre {
    width: 100%;
  }
}
.section2 .content .right .table .left .section .texte {
  padding-top: 6px;
  max-width: 243px;
}
@media screen and (max-width: 768px) {
  .section2 .content .right .table .left .section .texte {
    max-width: 100%;
    width: 100%;
  }
}
.section2 .content .right .table .left .section .lienleft {
  padding-top: 15px;
}
.section2 .content .right .table .left .section .lienleft:hover a {
  text-decoration: underline;
  border: none;
}
.section2 .content .right .table .left .section .lienleft a {
  text-decoration: none;
  background: none;
  padding: 0;
  color: #2E4552;
  font-size: 15px;
  font-family: "Sofia-Pro";
  align-items: center;
}
.section2 .content .right .table .left .section .lienleft a img {
  object-fit: contain;
  width: auto;
  height: auto;
  margin-left: 10px;
}
.section2 .content .right .table .right {
  width: calc(100% - 243px);
  margin-top: 73px;
}
@media screen and (max-width: 768px) {
  .section2 .content .right .table .right {
    margin-top: 0;
    width: 100%;
  }
}
.section2 .content .right .table .right .section {
  margin-bottom: 60px;
}
.section2 .content .right .table .right .section .image {
  border-radius: 15px;
  border: 2px solid #2C5A00;
  width: fit-content;
  height: fit-content;
  padding: 15px;
}
.section2 .content .right .table .right .section .image img {
  object-fit: contain;
  width: 37px;
  height: 37px;
}
.section2 .content .right .table .right .section .titre {
  font-size: 20px;
  font-family: "MohrAlt-Black";
  color: #2E4552;
  font-weight: bolder;
  padding-top: 25px;
  max-width: 243px;
}
@media screen and (max-width: 768px) {
  .section2 .content .right .table .right .section .titre {
    width: 100%;
  }
}
.section2 .content .right .table .right .section .texte {
  padding-top: 6px;
  max-width: 243px;
}
@media screen and (max-width: 768px) {
  .section2 .content .right .table .right .section .texte {
    max-width: 100%;
    width: 100%;
  }
}
.section2 .content .right .table .right .section .lien {
  padding-top: 15px;
}
.section2 .content .right .table .right .section .lien:hover a {
  border: none;
  text-decoration: underline;
}
.section2 .content .right .table .right .section .lien a {
  text-decoration: none;
  color: #2E4552;
  font-size: 15px;
  font-family: "Sofia-Pro";
  align-items: center;
}
.section2 .content .right .table .right .section .lien a img {
  margin-left: 10px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.section3 {
  position: relative;
}
.section3 .fond {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.section3 .fond img {
  width: 100%;
  height: 100%;
}
.section3 .arrows {
  padding-bottom: 130px;
}
.section3 .content {
  max-width: 1210px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
  position: relative;
  padding-top: 157px;
}
@media screen and (max-width: 768px) {
  .section3 .content {
    display: block;
    padding-top: 80px;
  }
}
.section3 .content .caravane {
  position: absolute;
  margin-top: -10px;
  z-index: -1;
  left: 37px;
}
@media screen and (max-width: 768px) {
  .section3 .content .caravane {
    left: 10px;
  }
}
.section3 .content .titre {
  max-width: 433px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .section3 .content .titre {
    width: 100%;
  }
}
.section3 .content .bulle {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 77px;
  background-color: #658748;
  padding: 40px 50px;
  border-radius: 30px;
  max-width: 518px;
}
@media screen and (max-width: 1200px) {
  .section3 .content .bulle {
    width: 100%;
    position: relative;
    margin-top: 40px;
    top: 0;
  }
}
.section3 .content .bulle .texte {
  margin-bottom: 20px;
  color: #fff;
  font-size: 15px;
  font-family: "Sofia-Pro";
  font-weight: lighter;
}
.section3 .content .bulle .lien:hover a {
  color: #fff;
  background-color: #658748;
  border: 2px solid #fff;
}
.section3 .content .bulle .lien:hover a svg #Groupe_126 #Ligne_50 {
  stroke: #fff;
}
.section3 .content .bulle .lien:hover a svg #Groupe_126 #Ligne_51 {
  stroke: #fff;
}
.section3 .content .bulle .lien a {
  text-decoration: none;
  color: #2C5A00;
  font-family: "Sofia-Pro";
  background-color: #fff;
  padding: 10px 20px;
  border: 2px solid #fff;
  font-size: 15px;
  display: block;
  width: fit-content;
  border-radius: 22px;
}
.section3 .content .bulle .lien a svg {
  margin-left: 10px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.section3 .hebergements {
  margin-top: 64px;
  display: grid;
  grid-auto-flow: column;
  width: 100%;
  scroll-snap-type: x mandatory;
  padding-left: calc((100% + 74px - 1210px) / 2);
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  .section3 .hebergements {
    margin-top: 60px;
    padding: 0 35px;
  }
}
.section3 .hebergements .hebergement, .section3 .hebergements .repeteurimage, .section3 .hebergements .images {
  height: 100%;
}
.section3 .hebergements::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
  height: 0;
}
.section3 .hebergements .card {
  width: 763px;
  height: 491px;
  border-radius: 30px;
  position: relative;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .section3 .hebergements .card {
    width: 230px;
    height: 400px;
  }
}
.section3 .hebergements .card .imagemain {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.section3 .hebergements .card .imagemain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.section3 .hebergements .card .imagemain .main-image {
  display: none;
}
.section3 .hebergements .card .hide {
  position: absolute;
  bottom: 0;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 27px 40px;
}
@media screen and (max-width: 768px) {
  .section3 .hebergements .card .hide {
    padding: 10px 20px;
    width: 100%;
  }
}
.section3 .hebergements .card .hide .titre {
  font-size: 25px;
  font-family: "MohrAlt-Black";
  color: #2E4552;
}
@media screen and (max-width: 768px) {
  .section3 .hebergements .card .hide .titre {
    font-size: 18px;
  }
}
.section3 .hebergements .card .hide .texte {
  display: none;
}
.section3 .hebergements .card .hide .description {
  display: none;
}
.section3 .hebergements .card .hide a {
  display: none;
}
.section3 .hebergements .card:hover .hide {
  backdrop-filter: blur(15px);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 25px 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section3 .hebergements .card:hover .hide {
    padding: 10px 25px;
  }
}
.section3 .hebergements .card:hover .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) {
  .section3 .hebergements .card:hover .hide .texte {
    height: 65px;
  }
}
.section3 .hebergements .card:hover .hide .description {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section3 .hebergements .card:hover .hide .description {
    flex-wrap: wrap;
  }
}
.section3 .hebergements .card:hover .hide .description .line {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section3 .hebergements .card:hover .hide .description .line {
    margin-bottom: 10px;
  }
}
.section3 .hebergements .card:hover .hide .description .line .txt {
  font-family: "Sofia-Pro";
  color: #000000;
  font-size: 15px;
  font-weight: lighter;
}
.section3 .hebergements .card:hover .hide .description .line img {
  margin-right: 10px;
  width: 35px;
  height: 35px;
}
.section3 .hebergements .card:hover .hide a {
  text-decoration: none;
  color: #fff;
  display: flex;
  font-family: "Sofia-Pro";
  align-items: center;
  border: 2px solid transparent;
  background-color: #4DAEC3;
  padding: 10px 20px;
  font-size: 15px;
  width: fit-content;
  border-radius: 22px;
}
.section3 .hebergements .card:hover .hide a svg {
  margin-left: 10px;
  position: relative;
  top: 2px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.section3 .hebergements .card:hover .hide a:hover {
  color: #4DAEC3;
  background-color: #fff;
  border: 2px solid #4DAEC3;
}
.section3 .hebergements .card:hover .hide a:hover svg #Groupe_126 #Ligne_50 {
  stroke: #4DAEC3;
}
.section3 .hebergements .card:hover .hide a:hover svg #Groupe_126 #Ligne_51 {
  stroke: #4DAEC3;
}
.section3 .scroll {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .section3 .scroll {
    padding-bottom: 80px;
    margin: 0 35px;
    margin-top: 10px;
  }
}
.section3 .scroll .button.active .other {
  display: none;
}
.section3 .scroll .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 .scroll .button {
  margin-left: 10px;
}
.section3 .scroll .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 .scroll .button .actu {
  display: none;
}

.section4 .content {
  max-width: 1210px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
  position: relative;
  padding-top: 135px;
}
.section4 .content .caravane {
  position: absolute;
  margin-top: -10px;
  z-index: -1;
  left: 37px;
}
@media screen and (max-width: 768px) {
  .section4 .content .caravane {
    left: 10px;
  }
}
.section4 .content .titre {
  margin-left: 15px;
}
.section4 .content .texte {
  padding-top: 10px;
  max-width: 560px;
}
@media screen and (max-width: 768px) {
  .section4 .content .texte {
    max-width: 100%;
  }
}
.section4 .content .table {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table {
    display: none;
  }
}
.section4 .content .table .left {
  width: calc(50% - 10px);
}
.section4 .content .table .left .main {
  margin-bottom: 20px;
}
.section4 .content .table .left .main a:hover .image img {
  transform: scale(1.1);
}
.section4 .content .table .left .main a .image {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.section4 .content .table .left .main a .image img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  transition: transform 0.5s;
}
.section4 .content .table .left .main a .image .texte {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  border-top-right-radius: 30px;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 20px;
  min-width: 296px;
  z-index: 2;
  bottom: 0px;
  font-size: 25px;
  font-family: "MohrAlt-Black";
  color: #2E4552;
}
.section4 .content .table .left .secondary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
}
.section4 .content .table .left .secondary a .image {
  max-width: 270px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.section4 .content .table .left .secondary a .image:hover img {
  transform: scale(1.1);
  transition: transform 0.5s;
}
.section4 .content .table .left .secondary a .image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 30px;
}
.section4 .content .table .left .secondary a .image .texte {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  border-top-right-radius: 30px;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 20px;
  min-width: 230px;
  z-index: 2;
  bottom: 0px;
  font-size: 20px;
  font-family: "MohrAlt-Black";
  color: #2E4552;
}
.section4 .content .table .right {
  width: calc(50% - 10px);
}
.section4 .content .table .right .main {
  margin-top: 20px;
}
.section4 .content .table .right .main a:hover .image img {
  transform: scale(1.1);
  transition: transform 0.5s;
}
.section4 .content .table .right .main a .image {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.section4 .content .table .right .main a .image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 30px;
}
.section4 .content .table .right .main a .image .texte {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  border-top-right-radius: 30px;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 20px;
  min-width: 296px;
  z-index: 2;
  bottom: 0px;
  font-size: 25px;
  font-family: "MohrAlt-Black";
  color: #2E4552;
}
.section4 .content .table .right .secondary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
}
.section4 .content .table .right .secondary a .image {
  max-width: 270px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  margin-left: auto;
}
.section4 .content .table .right .secondary a .image:hover img {
  transform: scale(1.1);
  transition: transform 0.5s;
}
.section4 .content .table .right .secondary a .image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 30px;
}
.section4 .content .table .right .secondary a .image .texte {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  border-top-right-radius: 30px;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 20px;
  min-width: 230px;
  z-index: 2;
  bottom: 0px;
  font-size: 20px;
  font-family: "MohrAlt-Black";
  color: #2E4552;
}
.section4 .content .tablemob {
  display: none;
}
@media screen and (max-width: 768px) {
  .section4 .content .tablemob {
    display: block;
    margin-top: 20px;
    padding-bottom: 60px;
  }
}
.section4 .content .tablemob .line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.section4 .content .tablemob .line .left {
  width: calc(50% - 5px);
}
.section4 .content .tablemob .line .left .mob .image {
  width: 100%;
  position: relative;
}
.section4 .content .tablemob .line .left .mob .image img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 20px;
}
.section4 .content .tablemob .line .left .mob .image .texte {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  border-top-right-radius: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 30px;
  z-index: 2;
  bottom: 0px;
  font-size: 16px;
  font-family: "MohrAlt-Black";
  color: #2E4552;
}
.section4 .content .tablemob .line .right {
  width: calc(50% - 5px);
}
.section4 .content .tablemob .line .right .mob .image {
  width: 100%;
  position: relative;
}
.section4 .content .tablemob .line .right .mob .image img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 20px;
}
.section4 .content .tablemob .line .right .mob .image .texte {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  border-top-right-radius: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 30px;
  z-index: 2;
  bottom: 0px;
  font-size: 14px;
  font-family: "MohrAlt-Black";
  color: #2E4552;
}

.section5 {
  position: relative;
}
.section5 .fond {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.section5 .fond img {
  width: 100%;
  height: 100%;
}
.section5 .content {
  max-width: 1210px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
  position: relative;
  padding-top: 112px;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .section5 .content {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.section5 .content .titre {
  max-width: 622px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section5 .content .titre {
    max-width: 100%;
  }
}
.section5 .content .titre .foret {
  position: absolute;
  top: -10px;
  z-index: -1;
  left: -10px;
}
@media screen and (max-width: 768px) {
  .section5 .content .titre .foret {
    left: 32px;
  }
}
.section5 .content .chiffres {
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .section5 .content .chiffres {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
.section5 .content .chiffres .chiffre1 .image {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  width: fit-content;
  height: fit-content;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section5 .content .chiffres .chiffre1 .image {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.section5 .content .chiffres .chiffre1 .image img {
  width: 37px;
  height: 37px;
  object-fit: contain;
}
.section5 .content .chiffres .chiffre1 .mainnbr {
  font-size: 73px;
  font-family: "MohrAlt-Medium";
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section5 .content .chiffres .chiffre1 .mainnbr {
    font-size: 20px;
    text-align: center;
  }
}
.section5 .content .chiffres .chiffre1 .secondary {
  font-size: 18px;
  font-family: "Sofia-Pro";
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section5 .content .chiffres .chiffre1 .secondary {
    font-size: 12px;
    text-align: center;
  }
}
.section5 .content .chiffres .chiffre2 .image {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  width: fit-content;
  height: fit-content;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section5 .content .chiffres .chiffre2 .image {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.section5 .content .chiffres .chiffre2 .image img {
  width: 37px;
  height: 37px;
  object-fit: contain;
}
.section5 .content .chiffres .chiffre2 .mainnbr {
  font-size: 73px;
  font-family: "MohrAlt-Medium";
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section5 .content .chiffres .chiffre2 .mainnbr {
    font-size: 20px;
    text-align: center;
  }
}
.section5 .content .chiffres .chiffre2 .secondary {
  font-size: 18px;
  font-family: "Sofia-Pro";
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section5 .content .chiffres .chiffre2 .secondary {
    font-size: 12px;
    text-align: center;
  }
}
.section5 .content .chiffres .chiffre3 .image {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  width: fit-content;
  height: fit-content;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section5 .content .chiffres .chiffre3 .image {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.section5 .content .chiffres .chiffre3 .image img {
  width: 37px;
  height: 37px;
  object-fit: contain;
}
.section5 .content .chiffres .chiffre3 .mainnbr {
  font-size: 73px;
  font-family: "MohrAlt-Medium";
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section5 .content .chiffres .chiffre3 .mainnbr {
    font-size: 20px;
    text-align: center;
  }
}
.section5 .content .chiffres .chiffre3 .secondary {
  font-size: 18px;
  font-family: "Sofia-Pro";
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section5 .content .chiffres .chiffre3 .secondary {
    font-size: 12px;
    text-align: center;
  }
}

.section6 .content {
  padding-left: calc((100% - 1140px) / 2);
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 100px;
}
.section6 .content .table {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .section6 .content .table {
    flex-direction: column;
    align-items: center;
  }
}
.section6 .content .table .left {
  min-width: 580px;
}
@media screen and (max-width: 768px) {
  .section6 .content .table .left {
    min-width: 90vw;
    width: 90vw;
    margin: 0 auto;
  }
}
.section6 .content .table .left .titre {
  max-width: 404px;
  margin-left: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section6 .content .table .left .titre {
    max-width: 100%;
  }
}
.section6 .content .table .left .titre .feu {
  position: absolute;
  top: -13px;
  z-index: -1;
  left: -15px;
}
.section6 .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) {
  .section6 .content .table .left .texte {
    max-width: 100%;
  }
}
.section6 .content .table .left .lien:hover a {
  color: #4DAEC3;
  background-color: #fff;
  border: 2px solid #4DAEC3;
}
.section6 .content .table .left .lien:hover a svg #Groupe_126 #Ligne_50 {
  stroke: #4DAEC3;
}
.section6 .content .table .left .lien:hover a svg #Groupe_126 #Ligne_51 {
  stroke: #4DAEC3;
}
.section6 .content .table .left .lien a {
  text-decoration: none;
  color: #fff;
  font-family: "Sofia-Pro";
  background-color: #4DAEC3;
  border: 2px solid #4DAEC3;
  padding: 10px 20px;
  font-size: 15px;
  width: fit-content;
  border-radius: 22px;
}
.section6 .content .table .left .lien a svg {
  margin-left: 10px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.section6 .content .table .right {
  scrollbar-width: none;
  overflow-y: hidden;
  padding-bottom: 20px;
}
.section6 .content .table .right .scroll-container {
  position: absolute;
  width: 100%;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .section6 .content .table .right .scroll-container {
    display: none;
  }
}
.section6 .content .table .right .scroll-container .button-actual.active .other {
  display: none;
}
.section6 .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);
  }
}
.section6 .content .table .right .scroll-container .button-actual {
  margin-left: 10px;
}
.section6 .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%;
  }
}
.section6 .content .table .right .scroll-container .button-actual .actu {
  display: none;
}

.section7 {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}
.section7 .content {
  max-width: 1210px;
  padding: 0 35px 1px;
  margin: 0 auto;
  position: relative;
}
.section7 .content .facebook {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .section7 .content .facebook {
    display: block;
  }
}
.section7 .content .facebook .titre {
  max-width: 534px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .section7 .content .facebook .titre {
    max-width: 100%;
  }
}
.section7 .content .facebook .titre .icone {
  position: absolute;
  width: 35px;
  top: -15px;
  z-index: -1;
  left: 36px;
}
@media screen and (max-width: 768px) {
  .section7 .content .facebook .titre .icone {
    left: 23px;
  }
}
.section7 .content .facebook .follow {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-family: "Sofia-Pro";
  font-weight: lighter;
  color: #000000;
}
.section7 .content .facebook .follow .txt {
  font-size: 15px;
  font-family: "Sofia-Pro";
  font-weight: bold;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .section7 .content .facebook .follow {
    display: block;
  }
}
.section7 .content .publications {
  margin-bottom: 135px;
}
@media screen and (max-width: 768px) {
  .section7 .content .publications {
    margin-bottom: 80px;
  }
}
.section7 .content .contact {
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 130px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .section7 .content .contact {
    margin-bottom: 30px;
  }
}
.section7 .content .contact::before {
  content: "";
  background: url(../images/fondendpage.svg);
  width: 100vw;
  height: 370px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.section7 .content .contact .titre {
  text-align: center;
  margin: 0 auto;
  max-width: 454px;
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section7 .content .contact .titre {
    max-width: 100%;
  }
}
.section7 .content .contact .titre h2 {
  z-index: 2;
  position: relative;
}
.section7 .content .contact .titre .maison {
  position: absolute;
  top: 46px;
  z-index: 1;
  left: -12px;
}
@media screen and (max-width: 768px) {
  .section7 .content .contact .titre .maison {
    left: 17px;
  }
}
.section7 .content .contact .texte {
  text-align: center;
  margin: 0 auto;
  max-width: 525px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .section7 .content .contact .texte {
    max-width: 100%;
  }
}
.section7 .content .contact .lien {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.section7 .content .contact .lien:hover a {
  color: #4DAEC3;
  background-color: #fff;
  border: 2px solid #4DAEC3;
}
.section7 .content .contact .lien:hover a svg #Groupe_126 #Ligne_50 {
  stroke: #4DAEC3;
}
.section7 .content .contact .lien:hover a svg #Groupe_126 #Ligne_51 {
  stroke: #4DAEC3;
}
.section7 .content .contact .lien a {
  text-decoration: none;
  color: #fff;
  font-family: "Sofia-Pro";
  font-size: 15px;
  background-color: #4DAEC3;
  border: 2px solid #fff;
  padding: 10px 20px;
  width: fit-content;
  border-radius: 22px;
  margin: 0 auto;
}
.section7 .content .contact .lien a svg {
  margin-left: 10px;
  width: auto;
  height: auto;
  object-fit: contain;
}

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