@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-bottom: 38px;
  padding-left: 35px;
  padding-right: 35px;
}
.section1 .content .titre {
  max-width: 458px;
  padding-top: 109px;
}
@media screen and (max-width: 768px) {
  .section1 .content .titre {
    padding-top: 60px;
    max-width: 100%;
  }
}
.section1 .content .texte {
  max-width: 458px;
  padding-bottom: 39px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .section1 .content .texte {
    max-width: 100%;
    width: 100%;
  }
}
.section1 .content #videoPopup {
  position: absolute;
  display: none;
  align-items: center;
  top: 100px;
  left: 0;
  justify-content: center;
  background-color: #fff;
  padding: 20px;
  z-index: 5;
  width: 100%;
}
.section1 .content #videoPopup .modal-content {
  display: flex;
  align-items: center;
}
@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: 6px 20px;
  font-size: 18px;
  font-family: "MohrAlt-Medium";
}
.section1 .content #videoPopup .modal-content:hover {
  background-color: #fff;
  color: #4DAEC3;
  cursor: pointer;
}
.section1 .content .lienytb {
  color: #fff;
  padding: 6px 20px;
  background-color: #4DAEC3;
  text-decoration: none;
  font-family: "Sofia-Pro";
  width: fit-content;
  font-size: 15px;
  border: 2px solid #4DAEC3;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 22px;
}
.section1 .content .lienytb:hover {
  background-color: #fff;
  color: #4DAEC3;
}
.section1 .content .lienytb:hover svg g path {
  fill: #fff;
}
.section1 .content .lienytb:hover svg g rect {
  fill: #4DAEC3;
}
.section1 .content .lienytb svg {
  margin-left: 10px;
  width: 17px;
  height: 17px;
  position: relative;
  right: unset;
  margin-top: 0;
}
.section1 .content .lienytb svg g path {
  fill: #4DAEC3;
}
.section1 .content .lienytb svg g rect {
  fill: #fff;
}
.section1 .content .lienytb:hover {
  text-decoration: underline;
  cursor: pointer;
}
.section1 .image {
  position: absolute;
  right: 37px;
  top: 200px;
  width: calc(100% - 610px);
  max-width: 741px;
}
@media screen and (max-width: 768px) {
  .section1 .image {
    position: relative;
    padding: 0 35px;
    right: 0;
    top: 5px;
    width: 100%;
  }
}
.section1 .image img {
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .section1 .image img {
    height: auto;
  }
}

.section2 {
  position: relative;
}
.section2 .content {
  max-width: 1210px;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
}
.section2 .content .titre {
  position: relative;
  padding-top: 135px;
  margin-bottom: 20px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .section2 .content .titre {
    padding-top: 50px;
  }
}
.section2 .content .titre h2 {
  position: relative;
  z-index: 2;
  color: #2C5A00;
}
.section2 .content .titre .info {
  position: absolute;
  top: 121px;
  z-index: 1;
  left: -15px;
}
@media screen and (max-width: 768px) {
  .section2 .content .titre .info {
    top: 43px;
  }
}
.section2 .content .line {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section2 .content .line {
    display: block;
  }
}
.section2 .content .line .texte {
  max-width: 623px;
}
@media screen and (max-width: 768px) {
  .section2 .content .line .texte {
    max-width: 100%;
    width: 100%;
  }
}
.section2 .content .line .textegras {
  max-width: 443px;
}
@media screen and (max-width: 768px) {
  .section2 .content .line .textegras {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
    font-weight: bold;
  }
}
.section2 .content .line .textegras h4 {
  font-weight: bold;
}
.section2 .content .cards {
  display: flex;
  justify-content: space-between;
  padding-bottom: 130px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .section2 .content .cards {
    display: block;
    padding-bottom: 60px;
  }
}
.section2 .content .cards .card {
  background-color: #fff;
  padding: 38px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  width: 370px;
  height: 212px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .section2 .content .cards .card {
    width: 100%;
    height: 230px;
    margin-bottom: 30px;
  }
}
.section2 .content .cards .card .titre {
  display: flex;
  padding-top: 0;
  margin: 0 auto;
  align-items: center;
}
.section2 .content .cards .card .titre h2 {
  color: #2E4552;
}
.section2 .content .cards .card .titre img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  margin-right: 20px;
}
.section2 .content .cards .card .texte {
  margin-top: 40px;
  text-align: center;
}
.section2 .content .cards .card .texte a {
  position: relative;
  top: 10px;
  text-decoration: none;
  color: #000000;
  font-family: "Sofia-Pro";
  font-weight: lighter;
}
.section2 .content .cards .card .texte a:hover {
  text-decoration: underline;
  font-weight: bold;
}
.section2 .content .cards .card .texte a svg {
  margin-left: 5px;
}

.section4 {
  position: relative;
}
.section4 .fond {
  position: absolute;
  top: 0;
  height: 70%;
  width: 100%;
  z-index: -1;
}
.section4 .fond img {
  width: 100%;
  height: 100%;
}
.section4 .content {
  max-width: 1210px;
  padding-top: 100px;
  padding-bottom: 72px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
}
.section4 .content .line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .section4 .content .line {
    display: block;
  }
}
.section4 .content .line .titre {
  max-width: 456px;
  position: relative;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .section4 .content .line .titre {
    margin-bottom: 20px;
  }
}
.section4 .content .line .titre .cloche {
  position: absolute;
  top: -18px;
  z-index: 1;
  left: -15px;
  height: 35px;
  width: 35px;
}
@media screen and (max-width: 768px) {
  .section4 .content .line .titre .cloche {
    left: 12px;
  }
}
.section4 .content .line .titre h2 {
  color: #fff;
  position: relative;
  z-index: 2;
}
.section4 .content .line .texte {
  max-width: 548px;
}
.section4 .content .line .texte h4 {
  color: #fff;
}
.section4 .content .table {
  display: flex;
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table {
    display: block;
    padding-bottom: 100px;
  }
}
.section4 .content .table .left1 {
  max-width: 541px;
  max-height: 641px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .left1 {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
}
.section4 .content .table .left1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .left1 img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right1 {
    width: 100%;
  }
}
.section4 .content .table .right1 .top {
  margin-bottom: 20px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right1 .top {
    display: block;
    margin-bottom: 0;
  }
}
.section4 .content .table .right1 .top .left2 {
  margin-right: 20px;
  max-width: 384px;
  max-height: 311px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right1 .top .left2 {
    max-width: 100%;
    max-height: unset;
    height: auto;
    width: 100%;
    margin-right: 0;
  }
}
.section4 .content .table .right1 .top .left2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right1 .top .left2 img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
  }
}
.section4 .content .table .right1 .top .right2 {
  max-width: 175px;
  max-height: 311px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right1 .top .right2 {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: unset;
  }
}
.section4 .content .table .right1 .top .right2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right1 .top .right2 img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
  }
}
.section4 .content .table .right1 .bot {
  display: flex;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right1 .bot {
    display: block;
  }
}
.section4 .content .table .right1 .bot .left3 {
  margin-right: 20px;
  max-width: 303px;
  max-height: 311px;
  object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right1 .bot .left3 {
    max-width: 100%;
    height: auto;
    margin-right: 0;
    max-height: unset;
  }
}
.section4 .content .table .right1 .bot .left3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right1 .bot .left3 img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
  }
}
.section4 .content .table .right1 .bot .right3 {
  max-width: 256px;
  max-height: 311px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right1 .bot .right3 {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    max-height: unset;
  }
}
.section4 .content .table .right1 .bot .right3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section4 .content .table .right1 .bot .right3 img {
    max-width: 100%;
    height: 100%;
    margin-top: 20px;
  }
}

.titre1 {
  max-width: 1210px;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 35px;
}
.titre1 h2 {
  margin-left: 15px;
}
.titre1 .cloche {
  position: absolute;
  top: -18px;
  z-index: -1;
  left: 35px;
  height: 35px;
  width: 35px;
}
@media screen and (max-width: 768px) {
  .titre1 .cloche {
    left: 12px;
  }
}

.specialite {
  width: 100%;
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.specialite .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  margin: 0 auto;
  z-index: 5;
  margin-top: 20px;
  max-width: 1140px;
}
.specialite .button-wrapper .actu-icon-wrapper {
  padding-bottom: 5px;
}
.specialite .button-wrapper .actu-icon-wrapper .actu-icon {
  margin-left: 10px;
  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);
  }
}
.specialite .button-wrapper .actu-icon-wrapper .actu-icon.other {
  margin-left: 10px;
  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%;
  }
}
.specialite .card-wrapper {
  display: flex;
  gap: 23px;
  flex-wrap: wrap;
  padding-left: calc((100% + 10px - 1210px) / 2);
  margin-left: 35px;
  grid-auto-flow: column;
  scroll-snap-type: x mandatory;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 768px) {
  .specialite .card-wrapper {
    margin-right: 35px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.specialite .card-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
  height: 0;
}
.specialite .card-wrapper .card {
  width: 361px;
  height: 341px;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .specialite .card-wrapper .card {
    width: 100%;
    height: auto;
  }
}
.specialite .card-wrapper .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.specialite .card-wrapper .card .txt {
  position: absolute;
  bottom: 0;
  padding: 6px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: "MohrAlt-Black";
  color: #2E4552;
  border-top-right-radius: 30px;
}

.section5 {
  position: relative;
  overflow: hidden;
}
.section5 .content {
  max-width: 1210px;
  padding: 0 35px 130px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section5 .content {
    padding: 50px 35px;
  }
}
.section5 .content .card {
  width: 100%;
  height: 317px;
  background-color: #fff;
  padding: 60px;
  margin-top: 120px;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 768px) {
  .section5 .content .card {
    height: auto;
    padding: 20px;
    margin-top: 0;
  }
}
.section5 .content .card::before {
  content: "";
  background: url(../images/fondendpage.svg);
  width: 100vw;
  height: 350px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.section5 .content .card .titre {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.section5 .content .card .titre h2 {
  position: relative;
  color: #2E4552;
  z-index: 2;
}
.section5 .content .card .titre .carte {
  position: absolute;
  top: -20px;
  z-index: 1;
  left: -12px;
}
@media screen and (max-width: 768px) {
  .section5 .content .card .titre .carte {
    left: -14px;
  }
}
.section5 .content .card .texte {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: 22px;
}

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