@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: 96px;
  max-width: 473px;
}
@media screen and (max-width: 768px) {
  .section1 .content .texte {
    padding-bottom: 50px;
    max-width: 100%;
  }
}
.section1 .content .image {
  position: absolute;
  right: 102px;
  top: 200px;
  width: calc(100% - 610px);
  max-width: 635px;
}
@media screen and (max-width: 768px) {
  .section1 .content .image {
    position: relative;
    right: 0;
    top: 30px;
    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 .content {
  max-width: 1210px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
}
.section2 .content .titre {
  padding-top: 137px;
  margin-left: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section2 .content .titre {
    padding-top: 50px;
  }
}
.section2 .content .titre .calendrierimg {
  position: absolute;
  top: 114px;
  z-index: -1;
  left: -15px;
}
@media screen and (max-width: 768px) {
  .section2 .content .titre .calendrierimg {
    padding-top: 40px;
    top: 0;
  }
}
.section2 .content .calendrier {
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .section2 .content .calendrier .fond {
    width: calc(100% + 60px);
    left: -30px;
    position: relative;
  }
}
.section2 .content .calendrier .fond .fond {
  max-width: 105%;
  height: 526px;
  position: relative;
  top: 38px;
}
@media screen and (max-width: 768px) {
  .section2 .content .calendrier .fond .fond {
    width: 100%;
    height: auto;
    left: 15px;
    position: absolute;
  }
}
.section2 .content .calendrier .calendar {
  display: flex;
  justify-content: center;
}
.section2 .content .calendrier .calendar img {
  width: 862px;
  height: 543px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .section2 .content .calendrier .calendar img {
    width: 90%;
    height: auto;
  }
}

.section3 {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .section3 {
    margin-top: 100px;
  }
}
.section3 .content {
  max-width: 1210px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
}
.section3 .content .line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section3 .content .line {
    display: block;
  }
}
.section3 .content .line .titre {
  position: relative;
  margin-left: 15px;
  max-width: 456px;
}
.section3 .content .line .titre .sun {
  position: absolute;
  top: -12px;
  z-index: -1;
  left: -15px;
}
@media screen and (max-width: 768px) {
  .section3 .content .line .titre .sun {
    top: -14px;
  }
}
.section3 .content .line .texte {
  max-width: 548px;
}
.section3 .activites {
  margin-top: 60px;
}
.section3 .activites .activites-images {
  display: grid;
  padding-left: calc((100% + 10px - 1210px) / 2);
  padding-right: calc((100% + 10px - 1210px) / 2);
  margin-left: 35px;
  grid-auto-flow: column;
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  scroll-behavior: smooth;
}
.section3 .activites .activites-images .card {
  margin-right: 22px;
  width: 297px;
  height: 280px;
}
.section3 .activites .activites-images .card:hover .cont {
  width: 297px;
  padding: 20px;
}
.section3 .activites .activites-images .card:hover .cont .texte {
  display: block;
  font-size: 15px;
  font-family: "Sofia-Pro";
  margin-top: 12px;
}
.section3 .activites .activites-images .card:hover .cont .lien {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.section3 .activites .activites-images .card:hover .cont .lien:hover a {
  color: #4DAEC3;
  background-color: #fff;
  border: 2px solid #4DAEC3;
}
.section3 .activites .activites-images .card:hover .cont .lien:hover a svg #Groupe_126 #Ligne_50 {
  stroke: #4DAEC3;
}
.section3 .activites .activites-images .card:hover .cont .lien:hover a svg #Groupe_126 #Ligne_51 {
  stroke: #4DAEC3;
}
.section3 .activites .activites-images .card:hover .cont .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;
}
.section3 .activites .activites-images .card:hover .cont .lien a svg {
  width: 8px;
  margin-left: 10px;
}
.section3 .activites .activites-images .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.section3 .activites .activites-images .card .cont {
  border-top-right-radius: 30px;
  padding: 4px 20px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
}
.section3 .activites .activites-images .card .cont .titre {
  font-size: 16px;
  color: #2E4552;
  font-family: "MohrAlt-Black";
  white-space: nowrap;
}
.section3 .activites .activites-images .card .cont .texte {
  display: none;
}
.section3 .activites .activites-images .card .cont .lien {
  display: none;
}
.section3 .activites .activites-buttons {
  max-width: 1210px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
  margin-top: 10px;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .section3 .activites .activites-buttons {
    padding-bottom: 50px;
  }
}
.section3 .activites .activites-buttons .button.active .other {
  display: none;
}
.section3 .activites .activites-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 .activites .activites-buttons .button {
  margin-left: 10px;
}
.section3 .activites .activites-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 .activites .activites-buttons .button .actu {
  display: none;
}

.section4 {
  position: relative;
  margin-top: 168px;
}
@media screen and (max-width: 768px) {
  .section4 {
    margin-top: 130px;
  }
}
.section4 .fond {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.section4 .fond img {
  width: 100%;
  height: 100%;
}
.section4 .content {
  max-width: 1210px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
}
.section4 .content .titre {
  position: relative;
  padding-top: 109px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .section4 .content .titre {
    padding-top: 80px;
  }
}
.section4 .content .titre .boule {
  position: absolute;
  top: 94px;
  z-index: -1;
  left: -15px;
}
@media screen and (max-width: 768px) {
  .section4 .content .titre .boule {
    top: 62px;
  }
}
.section4 .content .table {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table {
    display: block;
    padding-bottom: 50px;
  }
}
.section4 .content .table .left {
  max-width: 358px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .left {
    max-width: 100%;
    padding-bottom: 30px;
  }
}
.section4 .content .table .left .rubriques {
  max-width: 358px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .left .rubriques {
    max-width: 100%;
  }
}
.section4 .content .table .left .rubriques .rubrique {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 15px;
  padding-right: 17px;
}
.section4 .content .table .left .rubriques .rubrique .icone {
  padding: 15px;
  border: 2px solid #658748;
  border-radius: 15px;
}
.section4 .content .table .left .rubriques .rubrique .icone img {
  width: 37px;
  height: 37px;
  object-fit: contain;
}
.section4 .content .table .left .rubriques .rubrique .ligne {
  margin-left: 20px;
  width: 200px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .left .rubriques .rubrique .ligne {
    margin-right: 0;
  }
}
.section4 .content .table .left .rubriques .rubrique .ligne .titre {
  font-size: 15px;
  font-family: "Sofia-Pro";
  color: #000000;
  font-weight: 500;
  padding-top: 0;
}
.section4 .content .table .left .rubriques .rubrique .ligne .soustitre {
  font-size: 15px;
  font-family: "Sofia-Pro";
  color: #000000;
  font-weight: lighter;
}
.section4 .content .table .left .rubriques .rubrique:hover {
  background-color: #658748;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 15px;
  padding-right: 17px;
  cursor: pointer;
}
.section4 .content .table .left .rubriques .rubrique:hover .icone {
  padding: 15px;
  border: 2px solid #658748;
  border-radius: 15px;
  background-color: #658748;
}
.section4 .content .table .left .rubriques .rubrique:hover .ligne .titre {
  color: #fff;
}
.section4 .content .table .left .rubriques .rubrique:hover .ligne .soustitre {
  color: #fff;
}
.section4 .content .table .left .rubriques .rubrique:hover svg #Groupe_183 #Ligne_50 {
  stroke: #fff !important;
}
.section4 .content .table .left .rubriques .rubrique:hover svg #Groupe_183 #Ligne_51 {
  stroke: #fff !important;
}
.section4 .content .table .left .rubriques .rubrique.selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #658748;
  margin-left: 30px;
  margin-bottom: 30px;
  border-radius: 15px;
  padding-right: 17px;
}
.section4 .content .table .left .rubriques .rubrique.selected .icone {
  padding: 15px;
  border: 2px solid #658748;
  border-radius: 15px;
  background-color: #658748;
}
.section4 .content .table .left .rubriques .rubrique.selected .icone img {
  width: 37px;
  height: 37px;
  object-fit: contain;
}
.section4 .content .table .left .rubriques .rubrique.selected .ligne {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section4 .content .table .left .rubriques .rubrique.selected .ligne .titre {
  font-size: 15px;
  font-family: "Sofia-Pro";
  color: #fff;
  font-weight: lighter;
  padding-top: 0;
}
.section4 .content .table .left .rubriques .rubrique.selected .ligne svg {
  margin-left: 5px;
}
.section4 .content .table .left .rubriques .rubrique.selected .ligne svg #Groupe_183 #Ligne_50 {
  stroke: #fff !important;
}
.section4 .content .table .left .rubriques .rubrique.selected .ligne svg #Groupe_183 #Ligne_51 {
  stroke: #fff !important;
}
.section4 .content .table .right {
  max-width: 619px;
}
.section4 .content .table .right #rubrique-details {
  width: 100%;
}
.section4 .content .table .right #rubrique-details .rubrique-detail {
  width: 100%;
}
.section4 .content .table .right #rubrique-details .rubrique-detail > .titre {
  font-family: "MohrAlt-Black";
  color: #2E4552;
  font-size: 25px;
  margin-bottom: 30px;
  margin-left: 0;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right #rubrique-details .rubrique-detail > .titre {
    min-width: 100%;
  }
}
.section4 .content .table .right #rubrique-details .rubrique-detail .texte {
  margin-bottom: 30px;
  font-family: "Sofia-Pro";
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
}
.section4 .content .table .right #rubrique-details .rubrique-detail .image {
  width: 100%;
  max-width: 619px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right #rubrique-details .rubrique-detail .image {
    max-width: 100%;
  }
}
.section4 .content .table .right #rubrique-details .rubrique-detail .image img {
  width: auto;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right #rubrique-details .rubrique-detail .image img {
    width: 100%;
    object-fit: cover;
  }
}
.section4 .content .table .right #rubrique-details .rubrique-details {
  width: 100%;
}
.section4 .content .table .right #rubrique-details .rubrique-details > .titre {
  font-family: "MohrAlt-Black";
  color: #2E4552;
  font-size: 25px;
  margin-bottom: 30px;
  padding-top: 0;
  min-width: 619px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right #rubrique-details .rubrique-details > .titre {
    min-width: 100%;
  }
}
.section4 .content .table .right #rubrique-details .rubrique-details .texte {
  margin-bottom: 30px;
  min-width: 619px;
  font-family: "Sofia-Pro";
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right #rubrique-details .rubrique-details .texte {
    min-width: 100%;
  }
}
.section4 .content .table .right #rubrique-details .rubrique-details .image {
  width: 100%;
  max-width: 619px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right #rubrique-details .rubrique-details .image {
    max-width: 100%;
  }
}
.section4 .content .table .right #rubrique-details .rubrique-details .image img {
  width: auto;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right #rubrique-details .rubrique-details .image img {
    width: 100%;
  }
}

.section5 {
  padding-top: 142px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section5 {
    padding-top: 100px;
  }
}
.section5 .content {
  max-width: 1210px;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
}
.section5 .content .line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .section5 .content .line {
    display: block;
  }
}
.section5 .content .line .titre {
  position: relative;
  max-width: 410px;
  margin-left: 15px;
}
.section5 .content .line .titre h2 {
  position: relative;
  z-index: 2;
}
.section5 .content .line .titre .fete {
  position: absolute;
  top: -10px;
  z-index: 0;
  left: -15px;
}
@media screen and (max-width: 768px) {
  .section5 .content .line .titre .fete {
    top: 37px;
  }
}
.section5 .content .line .texte {
  max-width: 548px;
}
.section5 .content .table {
  display: flex;
  justify-content: space-between;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .section5 .content .table {
    padding-bottom: 80px;
    display: block;
  }
}
.section5 .content .table .left {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .section5 .content .table .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section5 .content .table .left .fond {
  width: 100%;
}
.section5 .content .table .left .fond img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .section5 .content .table .left .fond img {
    width: 100%;
    height: auto;
  }
}
.section5 .content .table .left .card {
  position: absolute;
  border-radius: 30px;
  max-width: 480px;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .section5 .content .table .left .card {
    max-width: 100%;
  }
}
.section5 .content .table .left .card img {
  width: 100%;
  height: 304px;
  object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section5 .content .table .left .card img {
    width: 100%;
    height: auto;
  }
}
.section5 .content .table .left .card .titre {
  border-top-right-radius: 30px;
  padding: 20px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 4px;
  color: #2E4552;
  font-family: "MohrAlt-Black";
}
.section5 .content .table .left .left-buttons-wrapper {
  width: 100%;
  margin-top: 10px;
  display: flex;
  position: absolute;
  justify-content: center;
  bottom: 60px;
}
@media screen and (max-width: 768px) {
  .section5 .content .table .left .left-buttons-wrapper {
    padding-bottom: 50px;
    bottom: -55px;
  }
}
.section5 .content .table .left .left-buttons-wrapper .button.active .other {
  display: none;
}
.section5 .content .table .left .left-buttons-wrapper .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);
  }
}
.section5 .content .table .left .left-buttons-wrapper .button {
  margin-left: 10px;
}
.section5 .content .table .left .left-buttons-wrapper .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%;
  }
}
.section5 .content .table .left .left-buttons-wrapper .button .actu {
  display: none;
}
.section5 .content .table .right {
  position: relative;
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section5 .content .table .right {
    width: 100%;
  }
}
.section5 .content .table .right .fond {
  width: 100%;
}
.section5 .content .table .right .fond img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .section5 .content .table .right .fond img {
    width: 100%;
    height: auto;
  }
}
.section5 .content .table .right .card {
  position: absolute;
  border-radius: 30px;
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .section5 .content .table .right .card {
    max-width: 100%;
  }
}
.section5 .content .table .right .card img {
  width: 100%;
  height: 304px;
  object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section5 .content .table .right .card img {
    width: 100%;
    height: auto;
  }
}
.section5 .content .table .right .card .titre {
  border-top-right-radius: 30px;
  padding: 12px 20px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 4px;
  color: #2E4552;
  font-family: "MohrAlt-Black";
}
.section5 .content .table .right .right-buttons-wrapper {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 60px;
}
@media screen and (max-width: 768px) {
  .section5 .content .table .right .right-buttons-wrapper {
    padding-bottom: 50px;
    bottom: -55px;
  }
}
.section5 .content .table .right .right-buttons-wrapper .button.active .other {
  display: none;
}
.section5 .content .table .right .right-buttons-wrapper .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);
  }
}
.section5 .content .table .right .right-buttons-wrapper .button {
  margin-left: 10px;
}
.section5 .content .table .right .right-buttons-wrapper .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%;
  }
}
.section5 .content .table .right .right-buttons-wrapper .button .actu {
  display: none;
}

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