@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Classico";
  src: url("/wp-content/themes/lamartinie/assets/fonts/classico.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.font-awesome {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.mb-specific-187 {
  margin-bottom: 187px;
}
@media (max-width: 1200px) {
  .mb-specific-187 {
    margin-bottom: 89px;
  }
}

.object-fit-cover {
  object-fit: cover;
}
.font-family-apos { font-family: "Cormorant Garamond", sans-serif; }

*, *::before, *::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
*:focus, *:focus-within, *:active, *::before:focus, *::before:focus-within, *::before:active, *::after:focus, *::after:focus-within, *::after:active {
  outline: none !important;
  box-shadow: none !important;
}

body {
  font-size: 20px;
  font-family: "Montserrat", "Arial", "sans-serif";
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 1200px) {
  body {
    font-size: 15px;
  }
}

.container-fluid {
  --bs-gutter-x: 5rem;
}
@media (max-width: 1200px) {
  .container-fluid {
    --bs-gutter-x: 4rem;
  }
}

a {
  color: #000;
  font-size: 15px;
  line-height: 18.29px;
  text-transform: uppercase;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  font-family: "Classico", "Arial", "sans-serif";
  line-height: 90px;
}
@media (max-width: 1200px) {
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5 {
    line-height: 40px;
  }
}

.special-h1 {
  font-size: 75px;
  line-height: 200px;
}
@media (max-width: 1200px) {
  .special-h1 {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

h1, .h1 {
  font-size: 80px;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: 30px;
  }
}

.special-h2 {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .special-h2 {
    font-size: 30px;
  }
}

h2, .h2 {
  font-size: 48px;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 35px;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 25px;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: 17px;
  }
}

h5, .h5 {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  h5, .h5 {
    font-size: 15px;
  }
}

p {
  color: #878688;
}

ul {
  list-style-type: none;
}

.form-control, .form-control:focus {
  background-color: transparent;
  border: solid 1px #fff;
  width: 100%;
  height: 70px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  border-radius: 0;
}
.form-control:focus, .form-control:focus:focus {
  box-shadow: none;
}
.form-control::placeholder, .form-control:focus::placeholder {
  color: #fff;
}
@media (max-width: 768px) {
  .form-control, .form-control:focus {
    height: 40px;
  }
}

header .logo {
  width: 153px;
  height: 45px;
}
header .navbar {
  border-bottom: 1px solid #E2DCD5;
  padding: 28px 0;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  header .navbar {
    margin-bottom: 30px;
  }
}
header .navbar .navbar-toggler {
  border: 0;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar ul {
  padding-left: 0;
}
header .navbar ul:not(.m-mobile-menu) {
  display: flex;
  align-items: center;
}
header .navbar ul:not(.m-mobile-menu) .nav-item {
  padding-right: 17px;
}
header .navbar ul:not(.m-mobile-menu) .nav-item:last-child {
  padding-right: 0;
}
header .navbar ul:not(.m-mobile-menu) .nav-link {
  font-size: 15px;
}

footer {
  border-top: 1px solid #E2DCD5;
  padding: 160px 0 237px;
  margin-top: 200px;
}
@media (max-width: 1200px) {
  footer {
    text-align: center;
    margin-top: 75px;
    padding: 56px 0 80px;
  }
}
footer .logo {
  width: 323px;
  height: 95px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  footer .logo {
    width: 181px;
    height: 53px;
    margin-bottom: 45px;
  }
}
footer ul {
  padding: 0;
}
footer ul .nav-item {
  padding: 13px 0;
}

.l-section-header h1 {
  margin-top: 48px;
  margin-bottom: 63px;
}
@media (max-width: 1200px) {
  .l-section-header h1 {
    margin-top: 0;
    margin-bottom: 25px;
  }
}
.l-section-header.l-section-header-event {
  margin-bottom: 95px;
}
@media (max-width: 1200px) {
  .l-section-header.l-section-header-event {
    margin-bottom: 30px;
  }
}
.l-section-header.l-section-header-event h1 {
  margin-top: 0;
  margin-bottom: 66px;
}
@media (max-width: 1200px) {
  .l-section-header.l-section-header-event h1 {
    margin-bottom: 21px;
  }
}
.l-section-header p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 1200px) {
  .l-section-header p {
    font-size: 15px;
    line-height: 25px;
  }
}

.l-section-duo {
  margin-bottom: 202px;
}
@media (max-width: 1200px) {
  .l-section-duo {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .l-section-duo .m-button-outline {
    display: none;
  }
}
.l-section-duo .l-section-duo-image {
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .l-section-duo .l-section-duo-image {
    margin-bottom: 35px;
  }
}
.l-section-duo h3 {
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .l-section-duo h3 {
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.l-section-duo .l-section-duo-text p {
  margin-bottom: 44px;
}
@media (max-width: 1200px) {
  .l-section-duo .l-section-duo-text p {
    margin-bottom: 35px;
  }
}

.l-section-content {
  margin-top: 94px;
  margin-bottom: 72px;
}
@media (max-width: 1200px) {
  .l-section-content.l-section-full-mobile {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .l-section-content {
    margin-top: 0;
    margin-bottom: 45px;
  }
  .l-section-content:first-of-type {
    margin-top: 75px;
  }
}
.l-section-content .l-section-title {
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 1200px) {
  .l-section-content .l-section-title {
    margin-bottom: 40px;
  }
}
.l-section-content .m-button {
  font-family: "Classico", "Arial", "sans-serif";
  text-transform: initial;
}
@media (max-width: 1200px) {
  .l-section-content .m-button {
    width: 100%;
  }
}
.l-section-content .l-section-content-text p {
  margin-bottom: 59px;
}
@media (max-width: 1200px) {
  .l-section-content .l-section-content-text p {
    margin-bottom: 20px;
  }
}
.l-section-content .l-section-content-text p:last-of-type {
  margin-bottom: 0;
}
.l-section-content .l-section-content-list {
  text-transform: uppercase;
  padding-left: 0;
  margin-top: 42px;
}
@media (max-width: 1200px) {
  .l-section-content .l-section-content-list {
    margin-top: 18px;
    margin-bottom: 43px;
  }
}
.l-section-content .l-section-content-list li {
  color: #878688;
  font-size: 15px;
  margin-bottom: 20px;
}
.l-section-content .l-section-content-list li:last-of-type {
  margin-bottom: 0;
}
.l-section-content .l-section-content-list li b {
  color: #000;
  padding-right: 5px;
}
.l-section-content .l-section-image-small,
.l-section-content .l-section-image-large {
  height: 992px;
  object-fit: cover;
}
.l-section-content .l-section-image-small {
  width: 590px;
}
.l-section-content .l-section-image-large {
  width: 1214px;
}

.l-section-special {
  margin-top: 65px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .l-section-special {
    margin-top: 0;
  }
}
.l-section-special .l-section-special-logo {
  width: 153px;
  height: 45px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .l-section-special .l-section-special-logo {
    margin-top: 30px;
    margin-bottom: 75px;
  }
}
.l-section-special .l-section-special-image {
  width: 590px;
  height: 760px;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .l-section-special .l-section-special-image {
    width: 334px;
    height: 415px;
  }
}
.l-section-special .l-section-special-tag {
  width: 128px;
  height: 30px;
  object-fit: cover;
}

.l-section-text {
  margin-bottom: 105px;
}
@media (max-width: 1200px) {
  .l-section-text {
    margin-bottom: 30px;
  }
}
.l-section-text p {
  text-align: center;
}
@media (max-width: 1200px) {
  .l-section-text p {
    text-align: left;
  }
}
.l-section-text p:last-of-type {
  margin-bottom: 0;
}

.l-section-button {
  margin-bottom: 135px;
}
@media (max-width: 1200px) {
  .l-section-button {
    margin-bottom: 75px;
  }
}
.l-section-button .m-button {
  font-family: "Classico", "Arial", "sans-serif";
}
@media (max-width: 1200px) {
  .l-section-button .m-button {
    width: 100%;
  }
}

.l-section-marged {
  margin: 40px 0 125px;
}
@media (max-width: 1200px) {
  .l-section-marged {
    margin: 32px 0 74px;
  }
}
.m-accordion-desktop-image {
  text-align: center;
  transform: translateY(50%);
  margin-top: -21%;
}
@media (max-width: 1200px) {
  .m-accordion-desktop-image {
    display: none;
  }
}
.m-accordion {
  margin-bottom: 311px;
}
@media (max-width: 1200px) {
  .m-accordion {
    margin-bottom: 56px;
  }
}
.m-accordion .accordion-button, .m-accordion .accordion-body {
  background-color: #A3BD97;
  text-align: center;
}
@media (max-width: 1200px) {
  .m-accordion .accordion-button, .m-accordion .accordion-body {
    text-align: left;
  }
}
.m-accordion .accordion-button {
  position: relative;
  display: block;
  border-top: 1px solid #E2DCD5;
  border-bottom: 0;
  font-size: 30px;
  color: #fff;
  padding: 50px;
  border-radius: 0 !important;
}
.m-accordion .accordion-button.collapsed {
  border-bottom: 1px solid #E2DCD5;
}
.m-accordion .accordion-button::after {
  content: initial;
}
.m-accordion .accordion-button:focus {
  box-shadow: none !important;
}
.m-accordion .accordion-button img {
  display: inline-block;
  margin-left: 43px;
}
@media (max-width: 1200px) {
  .m-accordion .accordion-button {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    line-height: 25px;
    padding: 32px;
  }
}
.m-accordion .accordion-button .accordion-image {
  display: none;
  position: absolute;
  right: 7%;
  top: 50%;
  width: 382px;
  height: 466px;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .m-accordion .accordion-button:hover .accordion-image {
    display: block
  }
}
.m-accordion .accordion-body {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1200px) {
  .m-accordion .accordion-body {
    font-size: 15px;
    line-height: 25px;
  }
}
.m-accordion .accordion-body .accordion-content {
  width: 50%;
  margin: 50px auto;
}
@media (max-width: 1200px) {
  .m-accordion .accordion-body .accordion-content {
    width: 100%;
    margin: 25px 0;
  }
}
.m-accordion .accordion-body p {
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .m-accordion.m-accordion-desktop {
    display: flex;
    flex-wrap: wrap;
    background-color: #A3BD97;
    border: 0;
    margin-bottom: 0;
    padding: 370px 40px 203px;
  }
  .m-accordion.m-accordion-desktop .accordion-item {
    width: 33%;
  }
  .m-accordion.m-accordion-desktop .accordion-button {
    border: 0;
    padding: 0;
  }
  .m-accordion.m-accordion-desktop .accordion-button img {
    display: none;
  }
  .m-accordion.m-accordion-desktop .accordion-collapse {
    display: block;
  }
  .m-accordion.m-accordion-desktop .accordion-content {
    width: 100%;
    margin-top: 29px;
  }
}

.m-banner {
  margin-bottom: 177px;
}
@media (max-width: 1200px) {
  .m-banner {
    margin-bottom: 55px;
  }
}

.m-button {
  display: inline-block;
  background-color: transparent;
  border: 0;
  color: #000;
  font-size: 15px;
  line-height: 18.29px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 35px 105px;
  transition: 0.35s all;
}
@media (max-width: 1200px) {
  .m-button {
    font-size: 13px;
    line-height: 15.85px;
    padding: 35px 47px;
  }
}
.m-button.m-button-outline {
  border: 1px solid #E2DCD5;
}
.m-button.m-button-outline:hover {
  background-color: #E2DCD5;
  color: #fff;
}
.m-button.m-button-primary {
  background-color: #fff;
  max-width: 100%;
  color: #A3BD97;
  font-family: "Classico", "Arial", "sans-serif";
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  padding: 20px 105px;
}
@media (max-width: 1200px) {
  .m-button.m-button-primary {
    font-size: 14px;
    line-height: 14px;
    padding: 15px 105px;
  }
}
.m-button.m-button-primary:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #E2DCD5;
}
.m-button.m-button-secondary {
  background-color: #AEC3A6;
  color: #fff;
  border: 1px solid #E2DCD5;
}
.m-button.m-button-secondary:hover {
  background-color: #E2DCD5;
  color: #fff;
  border: 1px solid #AEC3A6;
}
.m-button.m-button-xl {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  padding: 35px 126px;
}
@media (max-width: 1200px) {
  .m-button.m-button-xl {
    font-size: 20px;
    line-height: 40px;
    padding: 15px 71px;
  }
}
.m-button.m-button-md {
  font-size: 15px;
  font-weight: 400;
  line-height: 18.29px;
  padding: 24px 119px;
}
.m-button.m-button-sm {
  font-size: 15px;
  font-weight: 400;
  line-height: 18.29px;
  padding: 24px 30px;
}

.m-form .m-form-container {
  display: flex;
  flex-direction: column;
  background-color: #A3BD97;
  height: 100%;
  color: #fff;
  padding: 100px 0;
}

.m-form .m-form-container .container-fluid .container-fluid {
  padding: 0
}
@media (max-width: 1200px) {
  .m-form .m-form-container {
    padding: 44px 0;
  }
}
.m-form .h2 {
  margin-bottom: 58px;
}
.m-form .m-form-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  padding: 250px 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .m-form .m-form-image {
    margin-bottom: 0;
  }
}
.m-form .m-form-image img {
  width: 382px;
  height: 440px;
  object-fit: cover;
}

.m-slider-experiences,
.m-slider-salles {
  width: calc(100% - 23.5px);
  margin-left: 23.5px;
  overflow: hidden;
  margin-top: 143px;
  margin-bottom: 200px;
}
@media (max-width: 1200px) {
  .m-slider-experiences,
  .m-slider-salles {
    width: 100%;
    margin-left: 0;
    margin-top: 47px;
    margin-bottom: 124px;
  }
}
.m-slider-experiences .m-slide,
.m-slider-salles .m-slide {
  padding: 0 17.5px;
}
@media (max-width: 1200px) {
  .m-slider-experiences .m-slide,
  .m-slider-salles .m-slide {
    padding: 0;
  }
}
.m-slider-experiences .m-slide h5,
.m-slider-salles .m-slide h5 {
  margin-top: 20px;
}
.m-slider-experiences img,
.m-slider-salles img {
  width: 100%;
  height: 485px;
  object-fit: cover;
}

.m-slider-prestations {
  overflow: hidden;
  width: calc(100% - 23.5px);
  margin-left: 23.5px;
  margin-bottom: 142px;
}
@media (max-width: 1200px) {
  .m-slider-prestations {
    margin-bottom: 75px;
    margin-right: 23.5px;
    width: calc(100% - 47px);
  }
}
.m-slider-prestations .m-slide {
  display: flex !important;
}
.m-slider-prestations .h5 {
  margin-bottom: 79px;
}
@media (max-width: 1200px) {
   .m-slider-prestations .m-slide .m-slide-main-image {
     padding-bottom: 3rem!important;
     padding-top: 15px;
  }
  .m-slider-prestations .m-slide .h5 {
    margin-bottom: 15px;
  }
  .m-slider-prestations .m-slide + .m-slide .h5 {
    display: none
  }
}
.m-slider-prestations .m-slide-text p {
  margin-bottom: 0;
}
.m-slider-prestations .m-slide-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 286px;
  height: 343px;
  object-fit: cover;
  transform: translateX(20%);
}
@media (max-width: 1200px) {
  .m-slider-prestations .m-slide-image {
    display: none;
  }
}
.m-slider-prestations .slick-dots {
  bottom: 0;
  left: 40%;
  width: auto;
  transform: translateX(-50%);
}
.m-slider-prestations .slick-dots li {
  margin: 0 6px 0 0;
}
.m-slider-prestations .slick-dots li:last-of-type {
  margin: 0;
}
.m-slider-prestations .slick-dots li button:before {
  content: '';
  background-color: transparent;
  border: 1px solid #D9D9D9;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}
.m-slider-prestations .slick-dots li.slick-active button:before {
  background-color: #A3BD97;
  border: 1px solid #D9D9D9
}

.m-slider-prestations .slick-arrow {
  z-index: 99;
  top: initial;
  right: initial;
  bottom: 4px;
  left: 34%;
  transform: translateX(-50%);
}

.m-slider-prestations .slick-next {
  left: 36%;
}
.m-slider-prestations .slick-next::before {
  content: "\f061";
}
.m-slider-prestations .slick-prev::before {
  content: "\f060";
}
.m-slider-prestations .slick-arrow::before {
  color: #D9D9D9;
  font-size: 25px;
  
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

@media (max-width: 1200px) {
  .m-slider-salles {
    margin-top: 56px;
    margin-bottom: 20px;
  }
  .m-slider-salles h5 {
    text-align: center;
    font-size: 20px;
  }
}
.m-slider-basic {
  margin: 125px 0 140px;
  padding: 0 23.5px;
}
@media (max-width: 1200px) {
  .m-slider-basic {
    margin: 48px 0 75px;
    padding: 0;
  }
}
.m-slider-basic .m-slide {
  padding: 0 17.5px;
}
@media (max-width: 1200px) {
  .m-slider-basic .m-slide {
    padding: 0 10px;
  }
}

.m-slider-big {
  margin-bottom: 177px;
}
@media (max-width: 1200px) {
  .m-slider-big {
    margin-bottom: 75px;
  }
}
.m-slider-big .m-slide {
  padding: 0 17.5px;
}
@media (max-width: 1200px) {
  .m-slider-big .m-slide {
    padding: 0 4px;
  }
}
.m-slider-big .m-slide img {
  width: 1424px;
  height: 1000px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .m-slider-big .m-slide img {
    width: 333px;
    height: 234px;
  }
}

.m-tabs-marged {
  margin-top: 147px;
  margin-bottom: 162px;
}
@media (max-width: 1200px) {
  .m-tabs-marged {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}

.m-tabs {
  margin-bottom: 80px;
}
.m-tabs.m-tabs-marged {
  margin-top: 85px;
}
@media (max-width: 1200px) {
  .m-tabs.m-tabs-marged {
    margin-top: 40px;
  }
}
.m-tabs .nav-tabs {
  justify-content: center;
  border-bottom: 0;
  margin-bottom: 93px;
}
.m-tabs .nav-item {
  margin-right: 80px;
}
.m-tabs .nav-item:last-of-type {
  margin-right: 0;
}
.m-tabs .nav-link {
  border: 0;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
}
.m-tabs .nav-link.active {
  background-color: transparent;
  border: 0;
  color: #000;
  text-decoration: underline;
}
.m-tabs .tab-content {
  color: #878688;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.m-tabs .tab-content p {
  margin-bottom: 0;
}
.m-tabs .m-tab-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .m-tabs {
    margin-bottom: 75px;
  }
  .m-tabs .nav-tabs {
    display: none;
  }
  .m-tabs .tab-pane {
    display: block;
    opacity: 1;
  }
  .m-tabs .m-tab-buttons {
    display: block;
    margin-top: 25px;
  }
  .m-tabs .m-tab-buttons .m-button-outline {
    display: none;
  }
  .m-tabs .tab-content {
    font-size: 15px;
    line-height: 25px;
  }
  .m-tabs .m-tab-title {
    color: #000;
    font-size: 13px;
    line-height: 15.85px;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
}

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