.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Arizonia', handwriting;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Reem Kufi Ink', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Reem Kufi Ink', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Reem Kufi Ink', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Reem Kufi Ink', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Reem Kufi Ink', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Reem Kufi Ink', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.cid-s48OLK6784 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #d2d0fa !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFZExjyf41 {
  background-image: url("../../../assets/images/french-cottages-fountain-1024x683.webp");
}
.cid-tFZExjyf41 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFZExjyf41 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tFZExjyf41 .row {
    flex-direction: column-reverse;
  }
  .cid-tFZExjyf41 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tFZExjyf41 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tFZExjyf41 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tFZExjyf41 .media-content,
.cid-tFZExjyf41 .mbr-figure {
  align-self: center;
}
.cid-tFZExjyf41 .mbr-figure iframe {
  width: 100%;
}
.cid-tFZExjyf41 .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tFZExjyf41 .mbr-text,
.cid-tFZExjyf41 .mbr-section-btn {
  color: #e6c63b;
  text-align: center;
}
.cid-tG45XMDLap {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/french-cottages-faces-places-3-1024x576.webp");
}
.cid-tG45XMDLap .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG45XMDLap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG45XMDLap .card-wrapper {
  background: #e3e2f8;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tG45XMDLap .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tG45XMDLap .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tG45XMDLap .card-wrapper {
    padding: 4rem;
  }
}
.cid-tG45XMDLap .card-title {
  color: #75308d;
}
.cid-tG48LOcp60 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/lavender-1537694-1920-1920x1364.webp");
}
.cid-tG48LOcp60 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG48LOcp60 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG48LOcp60 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tG48LOcp60 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tG48LOcp60 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tG48LOcp60 .mbr-section-title {
  color: #fbff61;
}
.cid-tG48LOcp60 .mbr-text,
.cid-tG48LOcp60 .mbr-section-btn,
.cid-tG48LOcp60 .social-row {
  color: #ffffff;
}
.cid-tG4aGsxHEI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tG4aGsxHEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG4aGsxHEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG4aGsxHEI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tG4aGsxHEI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tG4aGsxHEI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tG4aGsxHEI .mbr-section-title {
  color: #e6c63b;
}
.cid-tG4aGsxHEI .mbr-text,
.cid-tG4aGsxHEI .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tG4aGsxHEI .mbr-section-title DIV {
  text-align: left;
}
.cid-tG4cR5vfbi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tG4cR5vfbi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG4cR5vfbi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG4cR5vfbi .row {
  flex-direction: row-reverse;
}
.cid-tG4cR5vfbi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tG4cR5vfbi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tG4cR5vfbi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tG4cR5vfbi .mbr-section-title {
  color: #e6c63b;
}
.cid-tG4cR5vfbi .mbr-text,
.cid-tG4cR5vfbi .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tG4cR5vfbi .mbr-section-title DIV {
  text-align: left;
}
.cid-tG4dRR1qI7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tG4dRR1qI7 .mbr-overlay {
  background: #353535;
  opacity: 0.8;
}
.cid-tG4dRR1qI7 img,
.cid-tG4dRR1qI7 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tG4dRR1qI7 .item:focus,
.cid-tG4dRR1qI7 span:focus {
  outline: none;
}
.cid-tG4dRR1qI7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tG4dRR1qI7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fff0b0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tG4dRR1qI7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tG4dRR1qI7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tG4dRR1qI7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tG4dRR1qI7 .mbr-section-title {
  color: #232323;
}
.cid-tG4dRR1qI7 .mbr-text,
.cid-tG4dRR1qI7 .mbr-section-btn {
  text-align: left;
}
.cid-tG4dRR1qI7 .item-title {
  text-align: left;
}
.cid-tG4dRR1qI7 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tG4gf8IWku {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799920-2000x1917.webp");
}
.cid-tG4gf8IWku .mbr-overlay {
  background: #575353;
  opacity: 0.8;
}
.cid-tG4gf8IWku img,
.cid-tG4gf8IWku .item-img {
  width: 100%;
}
.cid-tG4gf8IWku .item:focus,
.cid-tG4gf8IWku span:focus {
  outline: none;
}
.cid-tG4gf8IWku .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tG4gf8IWku .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tG4gf8IWku .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tG4gf8IWku .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tG4gf8IWku .item-wrapper {
  background: transparent;
}
.cid-tG4gf8IWku .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tG4gf8IWku .mbr-section-title {
  color: #ffe161;
}
.cid-tG4gf8IWku .mbr-text,
.cid-tG4gf8IWku .mbr-section-btn {
  text-align: left;
}
.cid-tG4gf8IWku .item-title {
  text-align: left;
}
.cid-tG4gf8IWku .item-subtitle {
  text-align: center;
}
.cid-tG4gf8IWku .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tG4jl7TiXc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tG4jl7TiXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG4jl7TiXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG4jl7TiXc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tG4jl7TiXc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tG4jl7TiXc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tG4jl7TiXc .mbr-section-title {
  color: #e6c63b;
}
.cid-tG4jl7TiXc .mbr-text,
.cid-tG4jl7TiXc .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tG4jl7TiXc .mbr-section-title DIV {
  text-align: left;
}
.cid-tG4pDdGumf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tG4pDdGumf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG4pDdGumf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG4pDdGumf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tG4pDdGumf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tG4pDdGumf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tG4pDdGumf .mbr-section-title {
  color: #e6c63b;
}
.cid-tG4pDdGumf .mbr-text,
.cid-tG4pDdGumf .mbr-section-btn {
  color: #ffffff;
}
.cid-tG4qMVHp1K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tG4qMVHp1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG4qMVHp1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG4qMVHp1K .mbr-section-title DIV {
  text-align: center;
}
.cid-tG4qMVHp1K .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tG4qMVHp1K .mbr-text,
.cid-tG4qMVHp1K .mbr-section-btn {
  text-align: center;
}
.cid-tG4qGsJebN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tG4qGsJebN .content {
    text-align: center;
  }
  .cid-tG4qGsJebN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tG4qGsJebN .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tG4qGsJebN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tG4qGsJebN .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tG4qGsJebN .google-map {
  height: 25rem;
  position: relative;
}
.cid-tG4qGsJebN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tG4qGsJebN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tG4qGsJebN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tG4qGsJebN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tG4qGsJebN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tG4qGsJebN .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tG4qGsJebN .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tG4qGsJebN .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tG4qGsJebN .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tG4qGsJebN .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tG4qGsJebN .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tG4qGsJebN H5 {
  color: #ffe161;
}
.cid-tG522pwvcD .navbar-dropdown {
  position: relative !important;
}
.cid-tG522pwvcD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG522pwvcD .dropdown-menu {
  padding: 0;
}
.cid-tG522pwvcD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tG522pwvcD .dropdown-item:hover,
.cid-tG522pwvcD .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tG522pwvcD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tG522pwvcD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tG522pwvcD .nav-link {
  position: relative;
}
.cid-tG522pwvcD .container {
  display: flex;
  margin: auto;
}
.cid-tG522pwvcD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tG522pwvcD .navbar-caption {
  padding-right: 4rem;
}
.cid-tG522pwvcD .dropdown-menu,
.cid-tG522pwvcD .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tG522pwvcD .nav-item:focus,
.cid-tG522pwvcD .nav-link:focus {
  outline: none;
}
.cid-tG522pwvcD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tG522pwvcD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG522pwvcD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tG522pwvcD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG522pwvcD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG522pwvcD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG522pwvcD .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tG522pwvcD .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tG522pwvcD .navbar.opened {
  transition: all .3s;
}
.cid-tG522pwvcD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tG522pwvcD .navbar .navbar-logo img {
  width: auto;
}
.cid-tG522pwvcD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tG522pwvcD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG522pwvcD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tG522pwvcD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tG522pwvcD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG522pwvcD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG522pwvcD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tG522pwvcD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG522pwvcD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tG522pwvcD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tG522pwvcD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG522pwvcD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG522pwvcD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG522pwvcD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG522pwvcD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tG522pwvcD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tG522pwvcD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG522pwvcD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tG522pwvcD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tG522pwvcD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tG522pwvcD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tG522pwvcD .navbar.navbar-short {
  min-height: 60px;
}
.cid-tG522pwvcD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tG522pwvcD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tG522pwvcD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tG522pwvcD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG522pwvcD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG522pwvcD .dropdown-item.active,
.cid-tG522pwvcD .dropdown-item:active {
  background-color: transparent;
}
.cid-tG522pwvcD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG522pwvcD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG522pwvcD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG522pwvcD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tG522pwvcD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG522pwvcD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tG522pwvcD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tG522pwvcD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tG522pwvcD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tG522pwvcD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tG522pwvcD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tG522pwvcD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tG522pwvcD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tG522pwvcD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tG522pwvcD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG522pwvcD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tG522pwvcD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tG522pwvcD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG522pwvcD .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tG522pwvcD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG522pwvcD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tG522pwvcD .navbar {
    height: 77px;
  }
  .cid-tG522pwvcD .navbar.opened {
    height: auto;
  }
  .cid-tG522pwvcD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tG547YajE7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mon-square-night-bw-1566x935.webp");
}
.cid-tG547YajE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG547YajE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG547YajE7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tG547YajE7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tG547YajE7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tG547YajE7 .mbr-section-title {
  color: #e6c63b;
}
.cid-tG547YajE7 .mbr-text,
.cid-tG547YajE7 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tG547YajE7 .mbr-section-title DIV {
  text-align: left;
}
.cid-tG57nIJYPh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e3dfcf;
}
.cid-tG57nIJYPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG57nIJYPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG57nIJYPh .row {
  flex-direction: row-reverse;
}
.cid-tG57nIJYPh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tG57nIJYPh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tG57nIJYPh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tG57nIJYPh .mbr-section-title {
  color: #e6c63b;
}
.cid-tG57nIJYPh .mbr-text,
.cid-tG57nIJYPh .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tG57nIJYPh .mbr-section-title DIV {
  text-align: left;
}
.cid-tG58jSZQoD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e3dfcf;
}
.cid-tG58jSZQoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG58jSZQoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG58jSZQoD .item {
  padding-bottom: 2rem;
}
.cid-tG58jSZQoD .item-wrapper {
  position: relative;
}
.cid-tG58jSZQoD .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tG58jSZQoD .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tG58jSZQoD .carousel-control,
.cid-tG58jSZQoD .close {
  background: #1b1b1b;
}
.cid-tG58jSZQoD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tG58jSZQoD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tG58jSZQoD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tG58jSZQoD .carousel-control-next span {
  margin-left: 5px;
}
.cid-tG58jSZQoD .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tG58jSZQoD .close::before {
  content: '\e91a';
}
.cid-tG58jSZQoD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tG58jSZQoD .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tG58jSZQoD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tG58jSZQoD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tG58jSZQoD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tG58jSZQoD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tG58jSZQoD .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tG58jSZQoD .carousel-indicators li.active,
.cid-tG58jSZQoD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tG58jSZQoD .carousel-indicators li::after,
.cid-tG58jSZQoD .carousel-indicators li::before {
  content: none;
}
.cid-tG58jSZQoD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tG58jSZQoD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tG58jSZQoD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tG58jSZQoD .carousel-indicators {
    display: none;
  }
}
.cid-tG58jSZQoD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tG58jSZQoD .carousel-inner > .active {
  display: block;
}
.cid-tG58jSZQoD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tG58jSZQoD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tG58jSZQoD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tG58jSZQoD .carousel-control,
  .cid-tG58jSZQoD .carousel-indicators,
  .cid-tG58jSZQoD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tG58jSZQoD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tG58jSZQoD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tG58jSZQoD .carousel-indicators .active,
.cid-tG58jSZQoD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tG58jSZQoD .carousel-indicators .active {
  background: #fff;
}
.cid-tG58jSZQoD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tG58jSZQoD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tG58jSZQoD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tG58jSZQoD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tG58jSZQoD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tG58jSZQoD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tG58jSZQoD .carousel {
  width: 100%;
}
.cid-tG58jSZQoD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tG58jSZQoD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tG58jSZQoD .modal.fade .modal-dialog,
.cid-tG58jSZQoD .modal.in .modal-dialog {
  transform: none;
}
.cid-tG58jSZQoD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tG58jSZQoD H6 {
  text-align: center;
}
.cid-tG5nmLPJMq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tG5nmLPJMq .mbr-overlay {
  background: #353535;
  opacity: 0.8;
}
.cid-tG5nmLPJMq img,
.cid-tG5nmLPJMq .item-img {
  width: 100%;
}
.cid-tG5nmLPJMq .item:focus,
.cid-tG5nmLPJMq span:focus {
  outline: none;
}
.cid-tG5nmLPJMq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tG5nmLPJMq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fff0b0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tG5nmLPJMq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tG5nmLPJMq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tG5nmLPJMq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tG5nmLPJMq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tG5nmLPJMq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tG5nmLPJMq .mbr-section-title {
  color: #232323;
}
.cid-tG5nmLPJMq .mbr-text,
.cid-tG5nmLPJMq .mbr-section-btn {
  text-align: center;
}
.cid-tG5nmLPJMq .item-title {
  text-align: left;
}
.cid-tG5nmLPJMq .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tG5qC2KbxQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799920-2000x1917.webp");
}
.cid-tG5qC2KbxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG5qC2KbxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG5qC2KbxQ .video-wrapper iframe {
  width: 100%;
}
.cid-tG5qC2KbxQ .mbr-section-title,
.cid-tG5qC2KbxQ .mbr-section-subtitle,
.cid-tG5qC2KbxQ .mbr-text {
  text-align: center;
}
.cid-tG522vw4IO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tG522vw4IO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG522vw4IO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG522vw4IO .mbr-section-title DIV {
  text-align: center;
}
.cid-tG522vw4IO .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tG522vw4IO .mbr-text,
.cid-tG522vw4IO .mbr-section-btn {
  text-align: center;
}
.cid-tG522vW4Au {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tG522vW4Au .content {
    text-align: center;
  }
  .cid-tG522vW4Au .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tG522vW4Au .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tG522vW4Au .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tG522vW4Au .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tG522vW4Au .google-map {
  height: 25rem;
  position: relative;
}
.cid-tG522vW4Au .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tG522vW4Au .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tG522vW4Au .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tG522vW4Au .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tG522vW4Au .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tG522vW4Au .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tG522vW4Au .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tG522vW4Au .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tG522vW4Au .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tG522vW4Au .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tG522vW4Au .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tG522vW4Au H5 {
  color: #ffe161;
}
.cid-tG5vP0klDx .navbar-dropdown {
  position: relative !important;
}
.cid-tG5vP0klDx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG5vP0klDx .dropdown-menu {
  padding: 0;
}
.cid-tG5vP0klDx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tG5vP0klDx .dropdown-item:hover,
.cid-tG5vP0klDx .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tG5vP0klDx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tG5vP0klDx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tG5vP0klDx .nav-link {
  position: relative;
}
.cid-tG5vP0klDx .container {
  display: flex;
  margin: auto;
}
.cid-tG5vP0klDx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tG5vP0klDx .navbar-caption {
  padding-right: 4rem;
}
.cid-tG5vP0klDx .dropdown-menu,
.cid-tG5vP0klDx .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tG5vP0klDx .nav-item:focus,
.cid-tG5vP0klDx .nav-link:focus {
  outline: none;
}
.cid-tG5vP0klDx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tG5vP0klDx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG5vP0klDx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tG5vP0klDx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG5vP0klDx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG5vP0klDx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG5vP0klDx .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tG5vP0klDx .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tG5vP0klDx .navbar.opened {
  transition: all .3s;
}
.cid-tG5vP0klDx .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tG5vP0klDx .navbar .navbar-logo img {
  width: auto;
}
.cid-tG5vP0klDx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tG5vP0klDx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG5vP0klDx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tG5vP0klDx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tG5vP0klDx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG5vP0klDx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG5vP0klDx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tG5vP0klDx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG5vP0klDx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tG5vP0klDx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tG5vP0klDx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG5vP0klDx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG5vP0klDx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG5vP0klDx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG5vP0klDx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tG5vP0klDx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tG5vP0klDx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG5vP0klDx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tG5vP0klDx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tG5vP0klDx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tG5vP0klDx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tG5vP0klDx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tG5vP0klDx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tG5vP0klDx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tG5vP0klDx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tG5vP0klDx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG5vP0klDx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG5vP0klDx .dropdown-item.active,
.cid-tG5vP0klDx .dropdown-item:active {
  background-color: transparent;
}
.cid-tG5vP0klDx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG5vP0klDx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG5vP0klDx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG5vP0klDx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tG5vP0klDx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG5vP0klDx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tG5vP0klDx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tG5vP0klDx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tG5vP0klDx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tG5vP0klDx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tG5vP0klDx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tG5vP0klDx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tG5vP0klDx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tG5vP0klDx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tG5vP0klDx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG5vP0klDx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tG5vP0klDx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tG5vP0klDx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG5vP0klDx .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tG5vP0klDx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG5vP0klDx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tG5vP0klDx .navbar {
    height: 77px;
  }
  .cid-tG5vP0klDx .navbar.opened {
    height: auto;
  }
  .cid-tG5vP0klDx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tG5vP0P2Qk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/french-cottages-le-sejour-5-1600x1161.webp");
}
.cid-tG5vP0P2Qk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG5vP0P2Qk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG5vP0P2Qk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tG5vP0P2Qk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tG5vP0P2Qk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tG5vP0P2Qk .mbr-section-title {
  color: #e6c63b;
}
.cid-tG5vP0P2Qk .mbr-text,
.cid-tG5vP0P2Qk .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tG5vP0P2Qk .mbr-section-title DIV {
  text-align: left;
}
.cid-tG5vP1cyF6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e3dfcf;
}
.cid-tG5vP1cyF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG5vP1cyF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG5vP1cyF6 .row {
  flex-direction: row-reverse;
}
.cid-tG5vP1cyF6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tG5vP1cyF6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tG5vP1cyF6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tG5vP1cyF6 .mbr-section-title {
  color: #e6c63b;
}
.cid-tG5vP1cyF6 .mbr-text,
.cid-tG5vP1cyF6 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tG5vP1cyF6 .mbr-section-title DIV {
  text-align: left;
}
.cid-tG5vP1zUH3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e3dfcf;
}
.cid-tG5vP1zUH3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG5vP1zUH3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG5vP1zUH3 .item {
  padding-bottom: 2rem;
}
.cid-tG5vP1zUH3 .item-wrapper {
  position: relative;
}
.cid-tG5vP1zUH3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tG5vP1zUH3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tG5vP1zUH3 .carousel-control,
.cid-tG5vP1zUH3 .close {
  background: #1b1b1b;
}
.cid-tG5vP1zUH3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tG5vP1zUH3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tG5vP1zUH3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tG5vP1zUH3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tG5vP1zUH3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tG5vP1zUH3 .close::before {
  content: '\e91a';
}
.cid-tG5vP1zUH3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tG5vP1zUH3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tG5vP1zUH3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tG5vP1zUH3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tG5vP1zUH3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tG5vP1zUH3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tG5vP1zUH3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tG5vP1zUH3 .carousel-indicators li.active,
.cid-tG5vP1zUH3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tG5vP1zUH3 .carousel-indicators li::after,
.cid-tG5vP1zUH3 .carousel-indicators li::before {
  content: none;
}
.cid-tG5vP1zUH3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tG5vP1zUH3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tG5vP1zUH3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tG5vP1zUH3 .carousel-indicators {
    display: none;
  }
}
.cid-tG5vP1zUH3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tG5vP1zUH3 .carousel-inner > .active {
  display: block;
}
.cid-tG5vP1zUH3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tG5vP1zUH3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tG5vP1zUH3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tG5vP1zUH3 .carousel-control,
  .cid-tG5vP1zUH3 .carousel-indicators,
  .cid-tG5vP1zUH3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tG5vP1zUH3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tG5vP1zUH3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tG5vP1zUH3 .carousel-indicators .active,
.cid-tG5vP1zUH3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tG5vP1zUH3 .carousel-indicators .active {
  background: #fff;
}
.cid-tG5vP1zUH3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tG5vP1zUH3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tG5vP1zUH3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tG5vP1zUH3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tG5vP1zUH3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tG5vP1zUH3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tG5vP1zUH3 .carousel {
  width: 100%;
}
.cid-tG5vP1zUH3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tG5vP1zUH3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tG5vP1zUH3 .modal.fade .modal-dialog,
.cid-tG5vP1zUH3 .modal.in .modal-dialog {
  transform: none;
}
.cid-tG5vP1zUH3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tG5vP1zUH3 H6 {
  text-align: center;
}
.cid-tG5vP2BGNC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tG5vP2BGNC .mbr-overlay {
  background: #353535;
  opacity: 0.8;
}
.cid-tG5vP2BGNC img,
.cid-tG5vP2BGNC .item-img {
  width: 100%;
}
.cid-tG5vP2BGNC .item:focus,
.cid-tG5vP2BGNC span:focus {
  outline: none;
}
.cid-tG5vP2BGNC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tG5vP2BGNC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #a7c59c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tG5vP2BGNC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tG5vP2BGNC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tG5vP2BGNC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tG5vP2BGNC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tG5vP2BGNC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tG5vP2BGNC .mbr-section-title {
  color: #232323;
}
.cid-tG5vP2BGNC .mbr-text,
.cid-tG5vP2BGNC .mbr-section-btn {
  text-align: center;
}
.cid-tG5vP2BGNC .item-title {
  text-align: left;
}
.cid-tG5vP2BGNC .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tG5vP39FX1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799920-2000x1917.webp");
}
.cid-tG5vP39FX1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG5vP39FX1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG5vP39FX1 .video-wrapper iframe {
  width: 100%;
}
.cid-tG5vP39FX1 .mbr-section-title,
.cid-tG5vP39FX1 .mbr-section-subtitle,
.cid-tG5vP39FX1 .mbr-text {
  text-align: center;
}
.cid-tG5vP3Bg7i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tG5vP3Bg7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG5vP3Bg7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG5vP3Bg7i .mbr-section-title DIV {
  text-align: center;
}
.cid-tG5vP3Bg7i .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tG5vP3Bg7i .mbr-text,
.cid-tG5vP3Bg7i .mbr-section-btn {
  text-align: center;
}
.cid-tG5vP437wN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tG5vP437wN .content {
    text-align: center;
  }
  .cid-tG5vP437wN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tG5vP437wN .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tG5vP437wN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tG5vP437wN .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tG5vP437wN .google-map {
  height: 25rem;
  position: relative;
}
.cid-tG5vP437wN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tG5vP437wN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tG5vP437wN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tG5vP437wN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tG5vP437wN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tG5vP437wN .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tG5vP437wN .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tG5vP437wN .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tG5vP437wN .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tG5vP437wN .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tG5vP437wN .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tG5vP437wN H5 {
  color: #ffe161;
}
.cid-tGa95tXtg2 .navbar-dropdown {
  position: relative !important;
}
.cid-tGa95tXtg2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGa95tXtg2 .dropdown-menu {
  padding: 0;
}
.cid-tGa95tXtg2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGa95tXtg2 .dropdown-item:hover,
.cid-tGa95tXtg2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGa95tXtg2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGa95tXtg2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGa95tXtg2 .nav-link {
  position: relative;
}
.cid-tGa95tXtg2 .container {
  display: flex;
  margin: auto;
}
.cid-tGa95tXtg2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGa95tXtg2 .navbar-caption {
  padding-right: 4rem;
}
.cid-tGa95tXtg2 .dropdown-menu,
.cid-tGa95tXtg2 .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGa95tXtg2 .nav-item:focus,
.cid-tGa95tXtg2 .nav-link:focus {
  outline: none;
}
.cid-tGa95tXtg2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGa95tXtg2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGa95tXtg2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGa95tXtg2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGa95tXtg2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGa95tXtg2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGa95tXtg2 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGa95tXtg2 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGa95tXtg2 .navbar.opened {
  transition: all .3s;
}
.cid-tGa95tXtg2 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGa95tXtg2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tGa95tXtg2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGa95tXtg2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGa95tXtg2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGa95tXtg2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGa95tXtg2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGa95tXtg2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGa95tXtg2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGa95tXtg2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGa95tXtg2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGa95tXtg2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGa95tXtg2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGa95tXtg2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGa95tXtg2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGa95tXtg2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGa95tXtg2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGa95tXtg2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGa95tXtg2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGa95tXtg2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGa95tXtg2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGa95tXtg2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGa95tXtg2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGa95tXtg2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGa95tXtg2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGa95tXtg2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGa95tXtg2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGa95tXtg2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGa95tXtg2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGa95tXtg2 .dropdown-item.active,
.cid-tGa95tXtg2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tGa95tXtg2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGa95tXtg2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGa95tXtg2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGa95tXtg2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGa95tXtg2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGa95tXtg2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGa95tXtg2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGa95tXtg2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGa95tXtg2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGa95tXtg2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGa95tXtg2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGa95tXtg2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGa95tXtg2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGa95tXtg2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGa95tXtg2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGa95tXtg2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGa95tXtg2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGa95tXtg2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGa95tXtg2 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGa95tXtg2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGa95tXtg2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGa95tXtg2 .navbar {
    height: 77px;
  }
  .cid-tGa95tXtg2 .navbar.opened {
    height: auto;
  }
  .cid-tGa95tXtg2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGa95uNdnt {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/buy-a-home-in-loire-valley-france-1-7-2000x1500.webp");
}
.cid-tGa95uNdnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGa95uNdnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGa95uNdnt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGa95uNdnt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGa95uNdnt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGa95uNdnt .mbr-section-title {
  color: #e6c63b;
}
.cid-tGa95uNdnt .mbr-text,
.cid-tGa95uNdnt .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGa95uNdnt .mbr-section-title DIV {
  text-align: left;
}
.cid-tGa95vmsIe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e3dfcf;
}
.cid-tGa95vmsIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGa95vmsIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGa95vmsIe .row {
  flex-direction: row-reverse;
}
.cid-tGa95vmsIe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGa95vmsIe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGa95vmsIe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGa95vmsIe .mbr-section-title {
  color: #e6c63b;
}
.cid-tGa95vmsIe .mbr-text,
.cid-tGa95vmsIe .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGa95vmsIe .mbr-section-title DIV {
  text-align: left;
}
.cid-tGa95vSfFK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e3dfcf;
}
.cid-tGa95vSfFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGa95vSfFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGa95vSfFK .item {
  padding-bottom: 2rem;
}
.cid-tGa95vSfFK .item-wrapper {
  position: relative;
}
.cid-tGa95vSfFK .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tGa95vSfFK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tGa95vSfFK .carousel-control,
.cid-tGa95vSfFK .close {
  background: #1b1b1b;
}
.cid-tGa95vSfFK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tGa95vSfFK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tGa95vSfFK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tGa95vSfFK .carousel-control-next span {
  margin-left: 5px;
}
.cid-tGa95vSfFK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tGa95vSfFK .close::before {
  content: '\e91a';
}
.cid-tGa95vSfFK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tGa95vSfFK .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tGa95vSfFK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGa95vSfFK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGa95vSfFK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tGa95vSfFK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tGa95vSfFK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tGa95vSfFK .carousel-indicators li.active,
.cid-tGa95vSfFK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tGa95vSfFK .carousel-indicators li::after,
.cid-tGa95vSfFK .carousel-indicators li::before {
  content: none;
}
.cid-tGa95vSfFK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tGa95vSfFK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tGa95vSfFK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tGa95vSfFK .carousel-indicators {
    display: none;
  }
}
.cid-tGa95vSfFK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tGa95vSfFK .carousel-inner > .active {
  display: block;
}
.cid-tGa95vSfFK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGa95vSfFK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGa95vSfFK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tGa95vSfFK .carousel-control,
  .cid-tGa95vSfFK .carousel-indicators,
  .cid-tGa95vSfFK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tGa95vSfFK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tGa95vSfFK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tGa95vSfFK .carousel-indicators .active,
.cid-tGa95vSfFK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tGa95vSfFK .carousel-indicators .active {
  background: #fff;
}
.cid-tGa95vSfFK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tGa95vSfFK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tGa95vSfFK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tGa95vSfFK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tGa95vSfFK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tGa95vSfFK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tGa95vSfFK .carousel {
  width: 100%;
}
.cid-tGa95vSfFK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tGa95vSfFK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tGa95vSfFK .modal.fade .modal-dialog,
.cid-tGa95vSfFK .modal.in .modal-dialog {
  transform: none;
}
.cid-tGa95vSfFK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tGa95vSfFK H6 {
  text-align: center;
}
.cid-tGa95xnbYN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGa95xnbYN .mbr-overlay {
  background: #353535;
  opacity: 0.8;
}
.cid-tGa95xnbYN img,
.cid-tGa95xnbYN .item-img {
  width: 100%;
}
.cid-tGa95xnbYN .item:focus,
.cid-tGa95xnbYN span:focus {
  outline: none;
}
.cid-tGa95xnbYN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGa95xnbYN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #a7c59c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGa95xnbYN .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGa95xnbYN .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGa95xnbYN .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGa95xnbYN .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGa95xnbYN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGa95xnbYN .mbr-section-title {
  color: #232323;
}
.cid-tGa95xnbYN .mbr-text,
.cid-tGa95xnbYN .mbr-section-btn {
  text-align: center;
}
.cid-tGa95xnbYN .item-title {
  text-align: left;
}
.cid-tGa95xnbYN .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tGa95y8jAa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799920-2000x1917.webp");
}
.cid-tGa95y8jAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGa95y8jAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGa95y8jAa .video-wrapper iframe {
  width: 100%;
}
.cid-tGa95y8jAa .mbr-section-title,
.cid-tGa95y8jAa .mbr-section-subtitle,
.cid-tGa95y8jAa .mbr-text {
  text-align: center;
}
.cid-tGa95yIbAn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGa95yIbAn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGa95yIbAn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGa95yIbAn .mbr-section-title DIV {
  text-align: center;
}
.cid-tGa95yIbAn .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGa95yIbAn .mbr-text,
.cid-tGa95yIbAn .mbr-section-btn {
  text-align: center;
}
.cid-tGa95zkLZt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGa95zkLZt .content {
    text-align: center;
  }
  .cid-tGa95zkLZt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGa95zkLZt .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGa95zkLZt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGa95zkLZt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGa95zkLZt .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGa95zkLZt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGa95zkLZt .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGa95zkLZt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGa95zkLZt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGa95zkLZt .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGa95zkLZt .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGa95zkLZt .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGa95zkLZt .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGa95zkLZt .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGa95zkLZt .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGa95zkLZt .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGa95zkLZt H5 {
  color: #ffe161;
}
.cid-tGaGBzxYty .navbar-dropdown {
  position: relative !important;
}
.cid-tGaGBzxYty .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGaGBzxYty .dropdown-menu {
  padding: 0;
}
.cid-tGaGBzxYty .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGaGBzxYty .dropdown-item:hover,
.cid-tGaGBzxYty .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGaGBzxYty .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGaGBzxYty .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGaGBzxYty .nav-link {
  position: relative;
}
.cid-tGaGBzxYty .container {
  display: flex;
  margin: auto;
}
.cid-tGaGBzxYty .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGaGBzxYty .navbar-caption {
  padding-right: 4rem;
}
.cid-tGaGBzxYty .dropdown-menu,
.cid-tGaGBzxYty .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGaGBzxYty .nav-item:focus,
.cid-tGaGBzxYty .nav-link:focus {
  outline: none;
}
.cid-tGaGBzxYty .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGaGBzxYty .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGaGBzxYty .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGaGBzxYty .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGaGBzxYty .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGaGBzxYty .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGaGBzxYty .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGaGBzxYty .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGaGBzxYty .navbar.opened {
  transition: all .3s;
}
.cid-tGaGBzxYty .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGaGBzxYty .navbar .navbar-logo img {
  width: auto;
}
.cid-tGaGBzxYty .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGaGBzxYty .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGaGBzxYty .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGaGBzxYty .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGaGBzxYty .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGaGBzxYty .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGaGBzxYty .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGaGBzxYty .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGaGBzxYty .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGaGBzxYty .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGaGBzxYty .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGaGBzxYty .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGaGBzxYty .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGaGBzxYty .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGaGBzxYty .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGaGBzxYty .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGaGBzxYty .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGaGBzxYty .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGaGBzxYty .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGaGBzxYty .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGaGBzxYty .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGaGBzxYty .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGaGBzxYty .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGaGBzxYty .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGaGBzxYty .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGaGBzxYty .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGaGBzxYty .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGaGBzxYty .dropdown-item.active,
.cid-tGaGBzxYty .dropdown-item:active {
  background-color: transparent;
}
.cid-tGaGBzxYty .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGaGBzxYty .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGaGBzxYty .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGaGBzxYty .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGaGBzxYty .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGaGBzxYty .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGaGBzxYty ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGaGBzxYty .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGaGBzxYty button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGaGBzxYty button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGaGBzxYty button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGaGBzxYty button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGaGBzxYty button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGaGBzxYty button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGaGBzxYty nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGaGBzxYty nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGaGBzxYty nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGaGBzxYty nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGaGBzxYty .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGaGBzxYty a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGaGBzxYty .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGaGBzxYty .navbar {
    height: 77px;
  }
  .cid-tGaGBzxYty .navbar.opened {
    height: auto;
  }
  .cid-tGaGBzxYty .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGaGBA1hVn {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/buy-a-home-in-loire-valley-france-1-4-2000x1500.webp");
}
.cid-tGaGBA1hVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGaGBA1hVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGaGBA1hVn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGaGBA1hVn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGaGBA1hVn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGaGBA1hVn .mbr-section-title {
  color: #e6c63b;
}
.cid-tGaGBA1hVn .mbr-text,
.cid-tGaGBA1hVn .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGaGBA1hVn .mbr-section-title DIV {
  text-align: left;
}
.cid-tGaGBAqdZ3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e3dfcf;
}
.cid-tGaGBAqdZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGaGBAqdZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGaGBAqdZ3 .row {
  flex-direction: row-reverse;
}
.cid-tGaGBAqdZ3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGaGBAqdZ3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGaGBAqdZ3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGaGBAqdZ3 .mbr-section-title {
  color: #e6c63b;
}
.cid-tGaGBAqdZ3 .mbr-text,
.cid-tGaGBAqdZ3 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGaGBAqdZ3 .mbr-section-title DIV {
  text-align: left;
}
.cid-tGaGBAOQ7j {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #e3dfcf;
}
.cid-tGaGBAOQ7j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGaGBAOQ7j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGaGBAOQ7j .item {
  padding-bottom: 2rem;
}
.cid-tGaGBAOQ7j .item-wrapper {
  position: relative;
}
.cid-tGaGBAOQ7j .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tGaGBAOQ7j .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tGaGBAOQ7j .carousel-control,
.cid-tGaGBAOQ7j .close {
  background: #1b1b1b;
}
.cid-tGaGBAOQ7j .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tGaGBAOQ7j .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tGaGBAOQ7j .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tGaGBAOQ7j .carousel-control-next span {
  margin-left: 5px;
}
.cid-tGaGBAOQ7j .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tGaGBAOQ7j .close::before {
  content: '\e91a';
}
.cid-tGaGBAOQ7j .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tGaGBAOQ7j .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tGaGBAOQ7j .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGaGBAOQ7j .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGaGBAOQ7j .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tGaGBAOQ7j .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tGaGBAOQ7j .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tGaGBAOQ7j .carousel-indicators li.active,
.cid-tGaGBAOQ7j .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tGaGBAOQ7j .carousel-indicators li::after,
.cid-tGaGBAOQ7j .carousel-indicators li::before {
  content: none;
}
.cid-tGaGBAOQ7j .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tGaGBAOQ7j .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tGaGBAOQ7j .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tGaGBAOQ7j .carousel-indicators {
    display: none;
  }
}
.cid-tGaGBAOQ7j .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tGaGBAOQ7j .carousel-inner > .active {
  display: block;
}
.cid-tGaGBAOQ7j .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGaGBAOQ7j .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGaGBAOQ7j .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tGaGBAOQ7j .carousel-control,
  .cid-tGaGBAOQ7j .carousel-indicators,
  .cid-tGaGBAOQ7j .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tGaGBAOQ7j .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tGaGBAOQ7j .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tGaGBAOQ7j .carousel-indicators .active,
.cid-tGaGBAOQ7j .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tGaGBAOQ7j .carousel-indicators .active {
  background: #fff;
}
.cid-tGaGBAOQ7j .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tGaGBAOQ7j .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tGaGBAOQ7j .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tGaGBAOQ7j .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tGaGBAOQ7j .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tGaGBAOQ7j .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tGaGBAOQ7j .carousel {
  width: 100%;
}
.cid-tGaGBAOQ7j .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tGaGBAOQ7j .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tGaGBAOQ7j .modal.fade .modal-dialog,
.cid-tGaGBAOQ7j .modal.in .modal-dialog {
  transform: none;
}
.cid-tGaGBAOQ7j .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tGaGBAOQ7j H6 {
  text-align: center;
}
.cid-tGaGBBRP0M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGaGBBRP0M .mbr-overlay {
  background: #353535;
  opacity: 0.8;
}
.cid-tGaGBBRP0M img,
.cid-tGaGBBRP0M .item-img {
  width: 100%;
}
.cid-tGaGBBRP0M .item:focus,
.cid-tGaGBBRP0M span:focus {
  outline: none;
}
.cid-tGaGBBRP0M .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGaGBBRP0M .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fff0b0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGaGBBRP0M .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGaGBBRP0M .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGaGBBRP0M .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGaGBBRP0M .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGaGBBRP0M .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGaGBBRP0M .mbr-section-title {
  color: #232323;
}
.cid-tGaGBBRP0M .mbr-text,
.cid-tGaGBBRP0M .mbr-section-btn {
  text-align: center;
}
.cid-tGaGBBRP0M .item-title {
  text-align: left;
}
.cid-tGaGBBRP0M .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tGaGBCnDI0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799920-2000x1917.webp");
}
.cid-tGaGBCnDI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGaGBCnDI0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGaGBCnDI0 .video-wrapper iframe {
  width: 100%;
}
.cid-tGaGBCnDI0 .mbr-section-title,
.cid-tGaGBCnDI0 .mbr-section-subtitle,
.cid-tGaGBCnDI0 .mbr-text {
  text-align: center;
}
.cid-tGaGBCPi32 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGaGBCPi32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGaGBCPi32 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGaGBCPi32 .mbr-section-title DIV {
  text-align: center;
}
.cid-tGaGBCPi32 .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGaGBCPi32 .mbr-text,
.cid-tGaGBCPi32 .mbr-section-btn {
  text-align: center;
}
.cid-tGaGBDdi31 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGaGBDdi31 .content {
    text-align: center;
  }
  .cid-tGaGBDdi31 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGaGBDdi31 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGaGBDdi31 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGaGBDdi31 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGaGBDdi31 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGaGBDdi31 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGaGBDdi31 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGaGBDdi31 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGaGBDdi31 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGaGBDdi31 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGaGBDdi31 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGaGBDdi31 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGaGBDdi31 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGaGBDdi31 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGaGBDdi31 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGaGBDdi31 .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGaGBDdi31 H5 {
  color: #ffe161;
}
.cid-tGb0A0SO9F .navbar-dropdown {
  position: relative !important;
}
.cid-tGb0A0SO9F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGb0A0SO9F .dropdown-menu {
  padding: 0;
}
.cid-tGb0A0SO9F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGb0A0SO9F .dropdown-item:hover,
.cid-tGb0A0SO9F .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGb0A0SO9F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGb0A0SO9F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGb0A0SO9F .nav-link {
  position: relative;
}
.cid-tGb0A0SO9F .container {
  display: flex;
  margin: auto;
}
.cid-tGb0A0SO9F .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGb0A0SO9F .navbar-caption {
  padding-right: 4rem;
}
.cid-tGb0A0SO9F .dropdown-menu,
.cid-tGb0A0SO9F .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGb0A0SO9F .nav-item:focus,
.cid-tGb0A0SO9F .nav-link:focus {
  outline: none;
}
.cid-tGb0A0SO9F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGb0A0SO9F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGb0A0SO9F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGb0A0SO9F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGb0A0SO9F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGb0A0SO9F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGb0A0SO9F .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGb0A0SO9F .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGb0A0SO9F .navbar.opened {
  transition: all .3s;
}
.cid-tGb0A0SO9F .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGb0A0SO9F .navbar .navbar-logo img {
  width: auto;
}
.cid-tGb0A0SO9F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGb0A0SO9F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGb0A0SO9F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGb0A0SO9F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGb0A0SO9F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGb0A0SO9F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGb0A0SO9F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGb0A0SO9F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGb0A0SO9F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGb0A0SO9F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGb0A0SO9F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGb0A0SO9F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGb0A0SO9F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGb0A0SO9F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGb0A0SO9F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGb0A0SO9F .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGb0A0SO9F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGb0A0SO9F .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGb0A0SO9F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGb0A0SO9F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGb0A0SO9F .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGb0A0SO9F .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGb0A0SO9F .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGb0A0SO9F .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGb0A0SO9F .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGb0A0SO9F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGb0A0SO9F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGb0A0SO9F .dropdown-item.active,
.cid-tGb0A0SO9F .dropdown-item:active {
  background-color: transparent;
}
.cid-tGb0A0SO9F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGb0A0SO9F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGb0A0SO9F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGb0A0SO9F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGb0A0SO9F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGb0A0SO9F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGb0A0SO9F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGb0A0SO9F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGb0A0SO9F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGb0A0SO9F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGb0A0SO9F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGb0A0SO9F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGb0A0SO9F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGb0A0SO9F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGb0A0SO9F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGb0A0SO9F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGb0A0SO9F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGb0A0SO9F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGb0A0SO9F .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGb0A0SO9F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGb0A0SO9F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGb0A0SO9F .navbar {
    height: 77px;
  }
  .cid-tGb0A0SO9F .navbar.opened {
    height: auto;
  }
  .cid-tGb0A0SO9F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGb0A1n2Eh {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/french-cottages-lolivier-medium-29-2000x1500.webp");
}
.cid-tGb0A1n2Eh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGb0A1n2Eh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGb0A1n2Eh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGb0A1n2Eh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGb0A1n2Eh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGb0A1n2Eh .mbr-section-title {
  color: #e6c63b;
}
.cid-tGb0A1n2Eh .mbr-text,
.cid-tGb0A1n2Eh .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGb0A1n2Eh .mbr-section-title DIV {
  text-align: left;
}
.cid-tGb0A1GMmb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e3dfcf;
}
.cid-tGb0A1GMmb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGb0A1GMmb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGb0A1GMmb .row {
  flex-direction: row-reverse;
}
.cid-tGb0A1GMmb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGb0A1GMmb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGb0A1GMmb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGb0A1GMmb .mbr-section-title {
  color: #e6c63b;
}
.cid-tGb0A1GMmb .mbr-text,
.cid-tGb0A1GMmb .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGb0A1GMmb .mbr-section-title DIV {
  text-align: left;
}
.cid-tGb0A23DFC {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #e3dfcf;
}
.cid-tGb0A23DFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGb0A23DFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGb0A23DFC .item {
  padding-bottom: 2rem;
}
.cid-tGb0A23DFC .item-wrapper {
  position: relative;
}
.cid-tGb0A23DFC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tGb0A23DFC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tGb0A23DFC .carousel-control,
.cid-tGb0A23DFC .close {
  background: #1b1b1b;
}
.cid-tGb0A23DFC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tGb0A23DFC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tGb0A23DFC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tGb0A23DFC .carousel-control-next span {
  margin-left: 5px;
}
.cid-tGb0A23DFC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tGb0A23DFC .close::before {
  content: '\e91a';
}
.cid-tGb0A23DFC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tGb0A23DFC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tGb0A23DFC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGb0A23DFC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGb0A23DFC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tGb0A23DFC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tGb0A23DFC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tGb0A23DFC .carousel-indicators li.active,
.cid-tGb0A23DFC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tGb0A23DFC .carousel-indicators li::after,
.cid-tGb0A23DFC .carousel-indicators li::before {
  content: none;
}
.cid-tGb0A23DFC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tGb0A23DFC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tGb0A23DFC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tGb0A23DFC .carousel-indicators {
    display: none;
  }
}
.cid-tGb0A23DFC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tGb0A23DFC .carousel-inner > .active {
  display: block;
}
.cid-tGb0A23DFC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGb0A23DFC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGb0A23DFC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tGb0A23DFC .carousel-control,
  .cid-tGb0A23DFC .carousel-indicators,
  .cid-tGb0A23DFC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tGb0A23DFC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tGb0A23DFC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tGb0A23DFC .carousel-indicators .active,
.cid-tGb0A23DFC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tGb0A23DFC .carousel-indicators .active {
  background: #fff;
}
.cid-tGb0A23DFC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tGb0A23DFC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tGb0A23DFC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tGb0A23DFC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tGb0A23DFC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tGb0A23DFC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tGb0A23DFC .carousel {
  width: 100%;
}
.cid-tGb0A23DFC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tGb0A23DFC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tGb0A23DFC .modal.fade .modal-dialog,
.cid-tGb0A23DFC .modal.in .modal-dialog {
  transform: none;
}
.cid-tGb0A23DFC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tGb0A23DFC H6 {
  text-align: center;
}
.cid-tGb0A3vGoG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGb0A3vGoG .mbr-overlay {
  background: #353535;
  opacity: 0.8;
}
.cid-tGb0A3vGoG img,
.cid-tGb0A3vGoG .item-img {
  width: 100%;
}
.cid-tGb0A3vGoG .item:focus,
.cid-tGb0A3vGoG span:focus {
  outline: none;
}
.cid-tGb0A3vGoG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGb0A3vGoG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffe885;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGb0A3vGoG .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGb0A3vGoG .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGb0A3vGoG .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGb0A3vGoG .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGb0A3vGoG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGb0A3vGoG .mbr-section-title {
  color: #232323;
}
.cid-tGb0A3vGoG .mbr-text,
.cid-tGb0A3vGoG .mbr-section-btn {
  text-align: left;
}
.cid-tGb0A3vGoG .item-title {
  text-align: left;
}
.cid-tGb0A3vGoG .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tGb0A4fQKp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799920-2000x1917.webp");
}
.cid-tGb0A4fQKp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGb0A4fQKp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGb0A4fQKp .video-wrapper iframe {
  width: 100%;
}
.cid-tGb0A4fQKp .mbr-section-title,
.cid-tGb0A4fQKp .mbr-section-subtitle,
.cid-tGb0A4fQKp .mbr-text {
  text-align: center;
}
.cid-tGb0A4ExkS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGb0A4ExkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGb0A4ExkS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGb0A4ExkS .mbr-section-title DIV {
  text-align: center;
}
.cid-tGb0A4ExkS .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGb0A4ExkS .mbr-text,
.cid-tGb0A4ExkS .mbr-section-btn {
  text-align: center;
}
.cid-tGb0A560Uy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGb0A560Uy .content {
    text-align: center;
  }
  .cid-tGb0A560Uy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGb0A560Uy .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGb0A560Uy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGb0A560Uy .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGb0A560Uy .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGb0A560Uy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGb0A560Uy .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGb0A560Uy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGb0A560Uy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGb0A560Uy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGb0A560Uy .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGb0A560Uy .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGb0A560Uy .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGb0A560Uy .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGb0A560Uy .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGb0A560Uy .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGb0A560Uy H5 {
  color: #ffe161;
}
.cid-tGbjIakJMv .navbar-dropdown {
  position: relative !important;
}
.cid-tGbjIakJMv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGbjIakJMv .dropdown-menu {
  padding: 0;
}
.cid-tGbjIakJMv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGbjIakJMv .dropdown-item:hover,
.cid-tGbjIakJMv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGbjIakJMv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGbjIakJMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGbjIakJMv .nav-link {
  position: relative;
}
.cid-tGbjIakJMv .container {
  display: flex;
  margin: auto;
}
.cid-tGbjIakJMv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGbjIakJMv .navbar-caption {
  padding-right: 4rem;
}
.cid-tGbjIakJMv .dropdown-menu,
.cid-tGbjIakJMv .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGbjIakJMv .nav-item:focus,
.cid-tGbjIakJMv .nav-link:focus {
  outline: none;
}
.cid-tGbjIakJMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGbjIakJMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGbjIakJMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGbjIakJMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGbjIakJMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGbjIakJMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGbjIakJMv .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGbjIakJMv .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGbjIakJMv .navbar.opened {
  transition: all .3s;
}
.cid-tGbjIakJMv .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGbjIakJMv .navbar .navbar-logo img {
  width: auto;
}
.cid-tGbjIakJMv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGbjIakJMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGbjIakJMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGbjIakJMv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGbjIakJMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGbjIakJMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGbjIakJMv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGbjIakJMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGbjIakJMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGbjIakJMv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGbjIakJMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGbjIakJMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGbjIakJMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGbjIakJMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGbjIakJMv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGbjIakJMv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGbjIakJMv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGbjIakJMv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGbjIakJMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGbjIakJMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGbjIakJMv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGbjIakJMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGbjIakJMv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGbjIakJMv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGbjIakJMv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGbjIakJMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGbjIakJMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGbjIakJMv .dropdown-item.active,
.cid-tGbjIakJMv .dropdown-item:active {
  background-color: transparent;
}
.cid-tGbjIakJMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGbjIakJMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGbjIakJMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGbjIakJMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGbjIakJMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGbjIakJMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGbjIakJMv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGbjIakJMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGbjIakJMv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGbjIakJMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGbjIakJMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGbjIakJMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGbjIakJMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGbjIakJMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGbjIakJMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGbjIakJMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGbjIakJMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGbjIakJMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGbjIakJMv .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGbjIakJMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGbjIakJMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGbjIakJMv .navbar {
    height: 77px;
  }
  .cid-tGbjIakJMv .navbar.opened {
    height: auto;
  }
  .cid-tGbjIakJMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGbjIb2ZSh {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/french-cottages-la-residence-15-1024x768.webp");
}
.cid-tGbjIb2ZSh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGbjIb2ZSh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGbjIb2ZSh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGbjIb2ZSh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGbjIb2ZSh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGbjIb2ZSh .mbr-section-title {
  color: #e6c63b;
}
.cid-tGbjIb2ZSh .mbr-text,
.cid-tGbjIb2ZSh .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGbjIb2ZSh .mbr-section-title DIV {
  text-align: left;
}
.cid-tGbjIbEnba {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e3dfcf;
}
.cid-tGbjIbEnba .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGbjIbEnba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGbjIbEnba .row {
  flex-direction: row-reverse;
}
.cid-tGbjIbEnba .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGbjIbEnba .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGbjIbEnba .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGbjIbEnba .mbr-section-title {
  color: #e6c63b;
}
.cid-tGbjIbEnba .mbr-text,
.cid-tGbjIbEnba .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGbjIbEnba .mbr-section-title DIV {
  text-align: left;
}
.cid-tGbjIc99IC {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #e3dfcf;
}
.cid-tGbjIc99IC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGbjIc99IC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGbjIc99IC .item {
  padding-bottom: 2rem;
}
.cid-tGbjIc99IC .item-wrapper {
  position: relative;
}
.cid-tGbjIc99IC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tGbjIc99IC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tGbjIc99IC .carousel-control,
.cid-tGbjIc99IC .close {
  background: #1b1b1b;
}
.cid-tGbjIc99IC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tGbjIc99IC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tGbjIc99IC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tGbjIc99IC .carousel-control-next span {
  margin-left: 5px;
}
.cid-tGbjIc99IC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tGbjIc99IC .close::before {
  content: '\e91a';
}
.cid-tGbjIc99IC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tGbjIc99IC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tGbjIc99IC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGbjIc99IC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGbjIc99IC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tGbjIc99IC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tGbjIc99IC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tGbjIc99IC .carousel-indicators li.active,
.cid-tGbjIc99IC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tGbjIc99IC .carousel-indicators li::after,
.cid-tGbjIc99IC .carousel-indicators li::before {
  content: none;
}
.cid-tGbjIc99IC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tGbjIc99IC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tGbjIc99IC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tGbjIc99IC .carousel-indicators {
    display: none;
  }
}
.cid-tGbjIc99IC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tGbjIc99IC .carousel-inner > .active {
  display: block;
}
.cid-tGbjIc99IC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGbjIc99IC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGbjIc99IC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tGbjIc99IC .carousel-control,
  .cid-tGbjIc99IC .carousel-indicators,
  .cid-tGbjIc99IC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tGbjIc99IC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tGbjIc99IC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tGbjIc99IC .carousel-indicators .active,
.cid-tGbjIc99IC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tGbjIc99IC .carousel-indicators .active {
  background: #fff;
}
.cid-tGbjIc99IC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tGbjIc99IC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tGbjIc99IC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tGbjIc99IC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tGbjIc99IC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tGbjIc99IC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tGbjIc99IC .carousel {
  width: 100%;
}
.cid-tGbjIc99IC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tGbjIc99IC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tGbjIc99IC .modal.fade .modal-dialog,
.cid-tGbjIc99IC .modal.in .modal-dialog {
  transform: none;
}
.cid-tGbjIc99IC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tGbjIc99IC H6 {
  text-align: center;
}
.cid-tGbjIeFWxp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGbjIeFWxp .mbr-overlay {
  background: #353535;
  opacity: 0.8;
}
.cid-tGbjIeFWxp img,
.cid-tGbjIeFWxp .item-img {
  width: 100%;
}
.cid-tGbjIeFWxp .item:focus,
.cid-tGbjIeFWxp span:focus {
  outline: none;
}
.cid-tGbjIeFWxp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGbjIeFWxp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffe885;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGbjIeFWxp .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGbjIeFWxp .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGbjIeFWxp .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGbjIeFWxp .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGbjIeFWxp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGbjIeFWxp .mbr-section-title {
  color: #232323;
}
.cid-tGbjIeFWxp .mbr-text,
.cid-tGbjIeFWxp .mbr-section-btn {
  text-align: left;
}
.cid-tGbjIeFWxp .item-title {
  text-align: left;
}
.cid-tGbjIeFWxp .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tGbjIfymX6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799920-2000x1917.webp");
}
.cid-tGbjIfymX6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGbjIfymX6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGbjIfymX6 .video-wrapper iframe {
  width: 100%;
}
.cid-tGbjIfymX6 .mbr-section-title,
.cid-tGbjIfymX6 .mbr-section-subtitle,
.cid-tGbjIfymX6 .mbr-text {
  text-align: center;
}
.cid-tGbjIgaX24 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGbjIgaX24 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGbjIgaX24 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGbjIgaX24 .mbr-section-title DIV {
  text-align: center;
}
.cid-tGbjIgaX24 .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGbjIgaX24 .mbr-text,
.cid-tGbjIgaX24 .mbr-section-btn {
  text-align: center;
}
.cid-tGbjIgLzr8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGbjIgLzr8 .content {
    text-align: center;
  }
  .cid-tGbjIgLzr8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGbjIgLzr8 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGbjIgLzr8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGbjIgLzr8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGbjIgLzr8 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGbjIgLzr8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGbjIgLzr8 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGbjIgLzr8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGbjIgLzr8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGbjIgLzr8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGbjIgLzr8 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGbjIgLzr8 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGbjIgLzr8 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGbjIgLzr8 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGbjIgLzr8 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGbjIgLzr8 .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGbjIgLzr8 H5 {
  color: #ffe161;
}
.cid-tGfuSLhgAT .navbar-dropdown {
  position: relative !important;
}
.cid-tGfuSLhgAT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGfuSLhgAT .dropdown-menu {
  padding: 0;
}
.cid-tGfuSLhgAT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGfuSLhgAT .dropdown-item:hover,
.cid-tGfuSLhgAT .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGfuSLhgAT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGfuSLhgAT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGfuSLhgAT .nav-link {
  position: relative;
}
.cid-tGfuSLhgAT .container {
  display: flex;
  margin: auto;
}
.cid-tGfuSLhgAT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGfuSLhgAT .navbar-caption {
  padding-right: 4rem;
}
.cid-tGfuSLhgAT .dropdown-menu,
.cid-tGfuSLhgAT .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGfuSLhgAT .nav-item:focus,
.cid-tGfuSLhgAT .nav-link:focus {
  outline: none;
}
.cid-tGfuSLhgAT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGfuSLhgAT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGfuSLhgAT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGfuSLhgAT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGfuSLhgAT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGfuSLhgAT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGfuSLhgAT .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGfuSLhgAT .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGfuSLhgAT .navbar.opened {
  transition: all .3s;
}
.cid-tGfuSLhgAT .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGfuSLhgAT .navbar .navbar-logo img {
  width: auto;
}
.cid-tGfuSLhgAT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGfuSLhgAT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGfuSLhgAT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGfuSLhgAT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGfuSLhgAT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGfuSLhgAT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGfuSLhgAT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGfuSLhgAT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGfuSLhgAT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGfuSLhgAT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGfuSLhgAT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGfuSLhgAT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGfuSLhgAT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGfuSLhgAT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGfuSLhgAT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGfuSLhgAT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGfuSLhgAT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGfuSLhgAT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGfuSLhgAT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGfuSLhgAT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGfuSLhgAT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGfuSLhgAT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGfuSLhgAT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGfuSLhgAT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGfuSLhgAT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGfuSLhgAT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGfuSLhgAT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGfuSLhgAT .dropdown-item.active,
.cid-tGfuSLhgAT .dropdown-item:active {
  background-color: transparent;
}
.cid-tGfuSLhgAT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGfuSLhgAT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGfuSLhgAT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGfuSLhgAT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGfuSLhgAT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGfuSLhgAT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGfuSLhgAT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGfuSLhgAT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGfuSLhgAT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGfuSLhgAT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGfuSLhgAT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGfuSLhgAT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGfuSLhgAT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGfuSLhgAT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGfuSLhgAT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGfuSLhgAT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGfuSLhgAT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGfuSLhgAT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGfuSLhgAT .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGfuSLhgAT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGfuSLhgAT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGfuSLhgAT .navbar {
    height: 77px;
  }
  .cid-tGfuSLhgAT .navbar.opened {
    height: auto;
  }
  .cid-tGfuSLhgAT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGfuSMgbd1 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/french-cottages-la-residence-15-1024x768.webp");
}
.cid-tGfuSMgbd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGfuSMgbd1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGfuSMgbd1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGfuSMgbd1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGfuSMgbd1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGfuSMgbd1 .mbr-section-title {
  color: #e6c63b;
}
.cid-tGfuSMgbd1 .mbr-text,
.cid-tGfuSMgbd1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGfuSMgbd1 .mbr-section-title DIV {
  text-align: left;
}
.cid-tGfuSMSYWo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e3dfcf;
}
.cid-tGfuSMSYWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGfuSMSYWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGfuSMSYWo .row {
  flex-direction: row-reverse;
}
.cid-tGfuSMSYWo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGfuSMSYWo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGfuSMSYWo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGfuSMSYWo .mbr-section-title {
  color: #e6c63b;
}
.cid-tGfuSMSYWo .mbr-text,
.cid-tGfuSMSYWo .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGfuSMSYWo .mbr-section-title DIV {
  text-align: left;
}
.cid-tGfuSNDHwI {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #e3dfcf;
}
.cid-tGfuSNDHwI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGfuSNDHwI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGfuSNDHwI .item {
  padding-bottom: 2rem;
}
.cid-tGfuSNDHwI .item-wrapper {
  position: relative;
}
.cid-tGfuSNDHwI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tGfuSNDHwI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tGfuSNDHwI .carousel-control,
.cid-tGfuSNDHwI .close {
  background: #1b1b1b;
}
.cid-tGfuSNDHwI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tGfuSNDHwI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tGfuSNDHwI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tGfuSNDHwI .carousel-control-next span {
  margin-left: 5px;
}
.cid-tGfuSNDHwI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tGfuSNDHwI .close::before {
  content: '\e91a';
}
.cid-tGfuSNDHwI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tGfuSNDHwI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tGfuSNDHwI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGfuSNDHwI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGfuSNDHwI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tGfuSNDHwI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tGfuSNDHwI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tGfuSNDHwI .carousel-indicators li.active,
.cid-tGfuSNDHwI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tGfuSNDHwI .carousel-indicators li::after,
.cid-tGfuSNDHwI .carousel-indicators li::before {
  content: none;
}
.cid-tGfuSNDHwI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tGfuSNDHwI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tGfuSNDHwI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tGfuSNDHwI .carousel-indicators {
    display: none;
  }
}
.cid-tGfuSNDHwI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tGfuSNDHwI .carousel-inner > .active {
  display: block;
}
.cid-tGfuSNDHwI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGfuSNDHwI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGfuSNDHwI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tGfuSNDHwI .carousel-control,
  .cid-tGfuSNDHwI .carousel-indicators,
  .cid-tGfuSNDHwI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tGfuSNDHwI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tGfuSNDHwI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tGfuSNDHwI .carousel-indicators .active,
.cid-tGfuSNDHwI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tGfuSNDHwI .carousel-indicators .active {
  background: #fff;
}
.cid-tGfuSNDHwI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tGfuSNDHwI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tGfuSNDHwI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tGfuSNDHwI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tGfuSNDHwI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tGfuSNDHwI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tGfuSNDHwI .carousel {
  width: 100%;
}
.cid-tGfuSNDHwI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tGfuSNDHwI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tGfuSNDHwI .modal.fade .modal-dialog,
.cid-tGfuSNDHwI .modal.in .modal-dialog {
  transform: none;
}
.cid-tGfuSNDHwI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tGfuSNDHwI H6 {
  text-align: center;
}
.cid-tGfuSPxFSo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGfuSPxFSo .mbr-overlay {
  background: #353535;
  opacity: 0.8;
}
.cid-tGfuSPxFSo img,
.cid-tGfuSPxFSo .item-img {
  width: 100%;
}
.cid-tGfuSPxFSo .item:focus,
.cid-tGfuSPxFSo span:focus {
  outline: none;
}
.cid-tGfuSPxFSo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGfuSPxFSo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffe885;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGfuSPxFSo .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGfuSPxFSo .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGfuSPxFSo .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGfuSPxFSo .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGfuSPxFSo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGfuSPxFSo .mbr-section-title {
  color: #232323;
}
.cid-tGfuSPxFSo .mbr-text,
.cid-tGfuSPxFSo .mbr-section-btn {
  text-align: left;
}
.cid-tGfuSPxFSo .item-title {
  text-align: left;
}
.cid-tGfuSPxFSo .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tGfuSRkBBu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGfuSRkBBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGfuSRkBBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGfuSRkBBu .mbr-section-title DIV {
  text-align: center;
}
.cid-tGfuSRkBBu .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGfuSRkBBu .mbr-text,
.cid-tGfuSRkBBu .mbr-section-btn {
  text-align: center;
}
.cid-tGfuSS3uaB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGfuSS3uaB .content {
    text-align: center;
  }
  .cid-tGfuSS3uaB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGfuSS3uaB .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGfuSS3uaB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGfuSS3uaB .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGfuSS3uaB .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGfuSS3uaB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGfuSS3uaB .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGfuSS3uaB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGfuSS3uaB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGfuSS3uaB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGfuSS3uaB .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGfuSS3uaB .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGfuSS3uaB .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGfuSS3uaB .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGfuSS3uaB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGfuSS3uaB .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGfuSS3uaB H5 {
  color: #ffe161;
}
.cid-tGfTB9d22N .navbar-dropdown {
  position: relative !important;
}
.cid-tGfTB9d22N .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGfTB9d22N .dropdown-menu {
  padding: 0;
}
.cid-tGfTB9d22N .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGfTB9d22N .dropdown-item:hover,
.cid-tGfTB9d22N .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGfTB9d22N .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGfTB9d22N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGfTB9d22N .nav-link {
  position: relative;
}
.cid-tGfTB9d22N .container {
  display: flex;
  margin: auto;
}
.cid-tGfTB9d22N .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGfTB9d22N .navbar-caption {
  padding-right: 4rem;
}
.cid-tGfTB9d22N .dropdown-menu,
.cid-tGfTB9d22N .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGfTB9d22N .nav-item:focus,
.cid-tGfTB9d22N .nav-link:focus {
  outline: none;
}
.cid-tGfTB9d22N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGfTB9d22N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGfTB9d22N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGfTB9d22N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGfTB9d22N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGfTB9d22N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGfTB9d22N .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGfTB9d22N .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGfTB9d22N .navbar.opened {
  transition: all .3s;
}
.cid-tGfTB9d22N .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGfTB9d22N .navbar .navbar-logo img {
  width: auto;
}
.cid-tGfTB9d22N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGfTB9d22N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGfTB9d22N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGfTB9d22N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGfTB9d22N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGfTB9d22N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGfTB9d22N .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGfTB9d22N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGfTB9d22N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGfTB9d22N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGfTB9d22N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGfTB9d22N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGfTB9d22N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGfTB9d22N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGfTB9d22N .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGfTB9d22N .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGfTB9d22N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGfTB9d22N .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGfTB9d22N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGfTB9d22N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGfTB9d22N .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGfTB9d22N .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGfTB9d22N .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGfTB9d22N .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGfTB9d22N .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGfTB9d22N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGfTB9d22N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGfTB9d22N .dropdown-item.active,
.cid-tGfTB9d22N .dropdown-item:active {
  background-color: transparent;
}
.cid-tGfTB9d22N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGfTB9d22N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGfTB9d22N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGfTB9d22N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGfTB9d22N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGfTB9d22N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGfTB9d22N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGfTB9d22N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGfTB9d22N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGfTB9d22N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGfTB9d22N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGfTB9d22N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGfTB9d22N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGfTB9d22N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGfTB9d22N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGfTB9d22N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGfTB9d22N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGfTB9d22N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGfTB9d22N .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGfTB9d22N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGfTB9d22N .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGfTB9d22N .navbar {
    height: 77px;
  }
  .cid-tGfTB9d22N .navbar.opened {
    height: auto;
  }
  .cid-tGfTB9d22N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGfTB9SSX4 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/provence-uzes-lagrange-garden-bw-1024x768.webp");
}
.cid-tGfTB9SSX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGfTB9SSX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGfTB9SSX4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGfTB9SSX4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGfTB9SSX4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGfTB9SSX4 .mbr-section-title {
  color: #e43f3f;
}
.cid-tGfTB9SSX4 .mbr-text,
.cid-tGfTB9SSX4 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGfTB9SSX4 .mbr-section-title DIV {
  text-align: left;
}
.cid-tGfTBadfmu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e3dfcf;
}
.cid-tGfTBadfmu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGfTBadfmu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGfTBadfmu .row {
  flex-direction: row-reverse;
}
.cid-tGfTBadfmu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGfTBadfmu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGfTBadfmu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGfTBadfmu .mbr-section-title {
  color: #e6c63b;
}
.cid-tGfTBadfmu .mbr-text,
.cid-tGfTBadfmu .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGfTBadfmu .mbr-section-title DIV {
  text-align: left;
}
.cid-tGfTBaCCm1 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #e3dfcf;
}
.cid-tGfTBaCCm1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGfTBaCCm1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGfTBaCCm1 .item {
  padding-bottom: 2rem;
}
.cid-tGfTBaCCm1 .item-wrapper {
  position: relative;
}
.cid-tGfTBaCCm1 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tGfTBaCCm1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tGfTBaCCm1 .carousel-control,
.cid-tGfTBaCCm1 .close {
  background: #1b1b1b;
}
.cid-tGfTBaCCm1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tGfTBaCCm1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tGfTBaCCm1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tGfTBaCCm1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tGfTBaCCm1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tGfTBaCCm1 .close::before {
  content: '\e91a';
}
.cid-tGfTBaCCm1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tGfTBaCCm1 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tGfTBaCCm1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGfTBaCCm1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGfTBaCCm1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tGfTBaCCm1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tGfTBaCCm1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tGfTBaCCm1 .carousel-indicators li.active,
.cid-tGfTBaCCm1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tGfTBaCCm1 .carousel-indicators li::after,
.cid-tGfTBaCCm1 .carousel-indicators li::before {
  content: none;
}
.cid-tGfTBaCCm1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tGfTBaCCm1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tGfTBaCCm1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tGfTBaCCm1 .carousel-indicators {
    display: none;
  }
}
.cid-tGfTBaCCm1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tGfTBaCCm1 .carousel-inner > .active {
  display: block;
}
.cid-tGfTBaCCm1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGfTBaCCm1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGfTBaCCm1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tGfTBaCCm1 .carousel-control,
  .cid-tGfTBaCCm1 .carousel-indicators,
  .cid-tGfTBaCCm1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tGfTBaCCm1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tGfTBaCCm1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tGfTBaCCm1 .carousel-indicators .active,
.cid-tGfTBaCCm1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tGfTBaCCm1 .carousel-indicators .active {
  background: #fff;
}
.cid-tGfTBaCCm1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tGfTBaCCm1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tGfTBaCCm1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tGfTBaCCm1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tGfTBaCCm1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tGfTBaCCm1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tGfTBaCCm1 .carousel {
  width: 100%;
}
.cid-tGfTBaCCm1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tGfTBaCCm1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tGfTBaCCm1 .modal.fade .modal-dialog,
.cid-tGfTBaCCm1 .modal.in .modal-dialog {
  transform: none;
}
.cid-tGfTBaCCm1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tGfTBaCCm1 H6 {
  text-align: center;
}
.cid-tGfTBbHUc6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGfTBbHUc6 .mbr-overlay {
  background: #353535;
  opacity: 0.8;
}
.cid-tGfTBbHUc6 img,
.cid-tGfTBbHUc6 .item-img {
  width: 100%;
}
.cid-tGfTBbHUc6 .item:focus,
.cid-tGfTBbHUc6 span:focus {
  outline: none;
}
.cid-tGfTBbHUc6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGfTBbHUc6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffe885;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGfTBbHUc6 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGfTBbHUc6 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGfTBbHUc6 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGfTBbHUc6 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGfTBbHUc6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGfTBbHUc6 .mbr-section-title {
  color: #232323;
}
.cid-tGfTBbHUc6 .mbr-text,
.cid-tGfTBbHUc6 .mbr-section-btn {
  text-align: left;
}
.cid-tGfTBbHUc6 .item-title {
  text-align: left;
}
.cid-tGfTBbHUc6 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tGfTBcajO2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799920-2000x1917.webp");
}
.cid-tGfTBcajO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGfTBcajO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGfTBcajO2 .video-wrapper iframe {
  width: 100%;
}
.cid-tGfTBcajO2 .mbr-section-title,
.cid-tGfTBcajO2 .mbr-section-subtitle,
.cid-tGfTBcajO2 .mbr-text {
  text-align: center;
}
.cid-tGfTBcyKlG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGfTBcyKlG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGfTBcyKlG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGfTBcyKlG .mbr-section-title DIV {
  text-align: center;
}
.cid-tGfTBcyKlG .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGfTBcyKlG .mbr-text,
.cid-tGfTBcyKlG .mbr-section-btn {
  text-align: center;
}
.cid-tGfTBcX9CJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGfTBcX9CJ .content {
    text-align: center;
  }
  .cid-tGfTBcX9CJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGfTBcX9CJ .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGfTBcX9CJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGfTBcX9CJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGfTBcX9CJ .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGfTBcX9CJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGfTBcX9CJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGfTBcX9CJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGfTBcX9CJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGfTBcX9CJ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGfTBcX9CJ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGfTBcX9CJ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGfTBcX9CJ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGfTBcX9CJ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGfTBcX9CJ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGfTBcX9CJ .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGfTBcX9CJ H5 {
  color: #ffe161;
}
.cid-tGfXSv3jbM .navbar-dropdown {
  position: relative !important;
}
.cid-tGfXSv3jbM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGfXSv3jbM .dropdown-menu {
  padding: 0;
}
.cid-tGfXSv3jbM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGfXSv3jbM .dropdown-item:hover,
.cid-tGfXSv3jbM .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGfXSv3jbM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGfXSv3jbM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGfXSv3jbM .nav-link {
  position: relative;
}
.cid-tGfXSv3jbM .container {
  display: flex;
  margin: auto;
}
.cid-tGfXSv3jbM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGfXSv3jbM .navbar-caption {
  padding-right: 4rem;
}
.cid-tGfXSv3jbM .dropdown-menu,
.cid-tGfXSv3jbM .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGfXSv3jbM .nav-item:focus,
.cid-tGfXSv3jbM .nav-link:focus {
  outline: none;
}
.cid-tGfXSv3jbM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGfXSv3jbM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGfXSv3jbM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGfXSv3jbM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGfXSv3jbM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGfXSv3jbM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGfXSv3jbM .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGfXSv3jbM .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGfXSv3jbM .navbar.opened {
  transition: all .3s;
}
.cid-tGfXSv3jbM .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGfXSv3jbM .navbar .navbar-logo img {
  width: auto;
}
.cid-tGfXSv3jbM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGfXSv3jbM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGfXSv3jbM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGfXSv3jbM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGfXSv3jbM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGfXSv3jbM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGfXSv3jbM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGfXSv3jbM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGfXSv3jbM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGfXSv3jbM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGfXSv3jbM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGfXSv3jbM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGfXSv3jbM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGfXSv3jbM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGfXSv3jbM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGfXSv3jbM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGfXSv3jbM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGfXSv3jbM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGfXSv3jbM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGfXSv3jbM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGfXSv3jbM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGfXSv3jbM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGfXSv3jbM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGfXSv3jbM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGfXSv3jbM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGfXSv3jbM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGfXSv3jbM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGfXSv3jbM .dropdown-item.active,
.cid-tGfXSv3jbM .dropdown-item:active {
  background-color: transparent;
}
.cid-tGfXSv3jbM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGfXSv3jbM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGfXSv3jbM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGfXSv3jbM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGfXSv3jbM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGfXSv3jbM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGfXSv3jbM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGfXSv3jbM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGfXSv3jbM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGfXSv3jbM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGfXSv3jbM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGfXSv3jbM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGfXSv3jbM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGfXSv3jbM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGfXSv3jbM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGfXSv3jbM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGfXSv3jbM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGfXSv3jbM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGfXSv3jbM .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGfXSv3jbM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGfXSv3jbM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGfXSv3jbM .navbar {
    height: 77px;
  }
  .cid-tGfXSv3jbM .navbar.opened {
    height: auto;
  }
  .cid-tGfXSv3jbM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGfXSvBalo {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/la-roche-de-la-vierge-biarritz-1024x768.webp");
}
.cid-tGfXSvBalo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGfXSvBalo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGfXSvBalo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGfXSvBalo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGfXSvBalo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGfXSvBalo .mbr-section-title {
  color: #fbff61;
}
.cid-tGfXSvBalo .mbr-text,
.cid-tGfXSvBalo .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGfXSvBalo .mbr-section-title DIV {
  text-align: left;
}
.cid-tGfXSvYPAE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e3dfcf;
}
.cid-tGfXSvYPAE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGfXSvYPAE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGfXSvYPAE .row {
  flex-direction: row-reverse;
}
.cid-tGfXSvYPAE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGfXSvYPAE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGfXSvYPAE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGfXSvYPAE .mbr-section-title {
  color: #e6c63b;
}
.cid-tGfXSvYPAE .mbr-text,
.cid-tGfXSvYPAE .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGfXSvYPAE .mbr-section-title DIV {
  text-align: left;
}
.cid-tGfXSwi8jO {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #e3dfcf;
}
.cid-tGfXSwi8jO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGfXSwi8jO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGfXSwi8jO .item {
  padding-bottom: 2rem;
}
.cid-tGfXSwi8jO .item-wrapper {
  position: relative;
}
.cid-tGfXSwi8jO .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tGfXSwi8jO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tGfXSwi8jO .carousel-control,
.cid-tGfXSwi8jO .close {
  background: #1b1b1b;
}
.cid-tGfXSwi8jO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tGfXSwi8jO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tGfXSwi8jO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tGfXSwi8jO .carousel-control-next span {
  margin-left: 5px;
}
.cid-tGfXSwi8jO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tGfXSwi8jO .close::before {
  content: '\e91a';
}
.cid-tGfXSwi8jO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tGfXSwi8jO .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tGfXSwi8jO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGfXSwi8jO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGfXSwi8jO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tGfXSwi8jO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tGfXSwi8jO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tGfXSwi8jO .carousel-indicators li.active,
.cid-tGfXSwi8jO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tGfXSwi8jO .carousel-indicators li::after,
.cid-tGfXSwi8jO .carousel-indicators li::before {
  content: none;
}
.cid-tGfXSwi8jO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tGfXSwi8jO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tGfXSwi8jO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tGfXSwi8jO .carousel-indicators {
    display: none;
  }
}
.cid-tGfXSwi8jO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tGfXSwi8jO .carousel-inner > .active {
  display: block;
}
.cid-tGfXSwi8jO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGfXSwi8jO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGfXSwi8jO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tGfXSwi8jO .carousel-control,
  .cid-tGfXSwi8jO .carousel-indicators,
  .cid-tGfXSwi8jO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tGfXSwi8jO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tGfXSwi8jO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tGfXSwi8jO .carousel-indicators .active,
.cid-tGfXSwi8jO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tGfXSwi8jO .carousel-indicators .active {
  background: #fff;
}
.cid-tGfXSwi8jO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tGfXSwi8jO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tGfXSwi8jO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tGfXSwi8jO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tGfXSwi8jO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tGfXSwi8jO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tGfXSwi8jO .carousel {
  width: 100%;
}
.cid-tGfXSwi8jO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tGfXSwi8jO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tGfXSwi8jO .modal.fade .modal-dialog,
.cid-tGfXSwi8jO .modal.in .modal-dialog {
  transform: none;
}
.cid-tGfXSwi8jO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tGfXSwi8jO H6 {
  text-align: center;
}
.cid-tGfXSxlclz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGfXSxlclz .mbr-overlay {
  background: #353535;
  opacity: 0.8;
}
.cid-tGfXSxlclz img,
.cid-tGfXSxlclz .item-img {
  width: 100%;
}
.cid-tGfXSxlclz .item:focus,
.cid-tGfXSxlclz span:focus {
  outline: none;
}
.cid-tGfXSxlclz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGfXSxlclz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffe885;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGfXSxlclz .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGfXSxlclz .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGfXSxlclz .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGfXSxlclz .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGfXSxlclz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGfXSxlclz .mbr-section-title {
  color: #232323;
}
.cid-tGfXSxlclz .mbr-text,
.cid-tGfXSxlclz .mbr-section-btn {
  text-align: left;
}
.cid-tGfXSxlclz .item-title {
  text-align: left;
}
.cid-tGfXSxlclz .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tGfXSygTfV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGfXSygTfV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGfXSygTfV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGfXSygTfV .mbr-section-title DIV {
  text-align: center;
}
.cid-tGfXSygTfV .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGfXSygTfV .mbr-text,
.cid-tGfXSygTfV .mbr-section-btn {
  text-align: center;
}
.cid-tGfXSyGp6n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGfXSyGp6n .content {
    text-align: center;
  }
  .cid-tGfXSyGp6n .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGfXSyGp6n .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGfXSyGp6n .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGfXSyGp6n .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGfXSyGp6n .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGfXSyGp6n .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGfXSyGp6n .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGfXSyGp6n .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGfXSyGp6n .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGfXSyGp6n .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGfXSyGp6n .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGfXSyGp6n .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGfXSyGp6n .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGfXSyGp6n .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGfXSyGp6n .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGfXSyGp6n .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGfXSyGp6n H5 {
  color: #ffe161;
}
.cid-tGg1ZlWw1F .navbar-dropdown {
  position: relative !important;
}
.cid-tGg1ZlWw1F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGg1ZlWw1F .dropdown-menu {
  padding: 0;
}
.cid-tGg1ZlWw1F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGg1ZlWw1F .dropdown-item:hover,
.cid-tGg1ZlWw1F .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGg1ZlWw1F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGg1ZlWw1F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGg1ZlWw1F .nav-link {
  position: relative;
}
.cid-tGg1ZlWw1F .container {
  display: flex;
  margin: auto;
}
.cid-tGg1ZlWw1F .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGg1ZlWw1F .navbar-caption {
  padding-right: 4rem;
}
.cid-tGg1ZlWw1F .dropdown-menu,
.cid-tGg1ZlWw1F .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGg1ZlWw1F .nav-item:focus,
.cid-tGg1ZlWw1F .nav-link:focus {
  outline: none;
}
.cid-tGg1ZlWw1F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGg1ZlWw1F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGg1ZlWw1F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGg1ZlWw1F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGg1ZlWw1F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGg1ZlWw1F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGg1ZlWw1F .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGg1ZlWw1F .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGg1ZlWw1F .navbar.opened {
  transition: all .3s;
}
.cid-tGg1ZlWw1F .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGg1ZlWw1F .navbar .navbar-logo img {
  width: auto;
}
.cid-tGg1ZlWw1F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGg1ZlWw1F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGg1ZlWw1F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGg1ZlWw1F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGg1ZlWw1F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGg1ZlWw1F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGg1ZlWw1F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGg1ZlWw1F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGg1ZlWw1F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGg1ZlWw1F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGg1ZlWw1F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGg1ZlWw1F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGg1ZlWw1F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGg1ZlWw1F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGg1ZlWw1F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGg1ZlWw1F .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGg1ZlWw1F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGg1ZlWw1F .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGg1ZlWw1F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGg1ZlWw1F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGg1ZlWw1F .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGg1ZlWw1F .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGg1ZlWw1F .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGg1ZlWw1F .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGg1ZlWw1F .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGg1ZlWw1F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGg1ZlWw1F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGg1ZlWw1F .dropdown-item.active,
.cid-tGg1ZlWw1F .dropdown-item:active {
  background-color: transparent;
}
.cid-tGg1ZlWw1F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGg1ZlWw1F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGg1ZlWw1F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGg1ZlWw1F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGg1ZlWw1F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGg1ZlWw1F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGg1ZlWw1F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGg1ZlWw1F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGg1ZlWw1F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGg1ZlWw1F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGg1ZlWw1F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGg1ZlWw1F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGg1ZlWw1F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGg1ZlWw1F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGg1ZlWw1F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGg1ZlWw1F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGg1ZlWw1F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGg1ZlWw1F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGg1ZlWw1F .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGg1ZlWw1F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGg1ZlWw1F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGg1ZlWw1F .navbar {
    height: 77px;
  }
  .cid-tGg1ZlWw1F .navbar.opened {
    height: auto;
  }
  .cid-tGg1ZlWw1F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGg1ZnNt8W {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/vlcsnap-56-2000x1125.webp");
}
.cid-tGg1ZnNt8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGg1ZnNt8W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGg1ZnNt8W .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGg1ZnNt8W .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGg1ZnNt8W .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGg1ZnNt8W .mbr-section-title {
  color: #e6c63b;
}
.cid-tGg1ZnNt8W .mbr-text,
.cid-tGg1ZnNt8W .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGg1ZnNt8W .mbr-section-title DIV {
  text-align: left;
}
.cid-tGg1ZmsVT6 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/french-cottages-fountain-1024x683.webp");
}
.cid-tGg1ZmsVT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGg1ZmsVT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGg1ZmsVT6 .row {
    flex-direction: column-reverse;
  }
  .cid-tGg1ZmsVT6 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGg1ZmsVT6 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGg1ZmsVT6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGg1ZmsVT6 .media-content,
.cid-tGg1ZmsVT6 .mbr-figure {
  align-self: center;
}
.cid-tGg1ZmsVT6 .mbr-figure iframe {
  width: 100%;
}
.cid-tGg1ZmsVT6 .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tGg1ZmsVT6 .mbr-text,
.cid-tGg1ZmsVT6 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGg1ZmV6sn {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/french-cottages-faces-places-3-1024x576.webp");
}
.cid-tGg1ZmV6sn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGg1ZmV6sn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGg1ZmV6sn .card-wrapper {
  background: #e3e2f8;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tGg1ZmV6sn .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tGg1ZmV6sn .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGg1ZmV6sn .card-wrapper {
    padding: 4rem;
  }
}
.cid-tGg1ZmV6sn .card-title {
  color: #75308d;
}
.cid-tGgaaxWlEe {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #efeaf4;
}
.cid-tGgaaxWlEe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGgaaxWlEe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGgaaxWlEe .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tGgaaxWlEe .row {
    flex-direction: column-reverse;
  }
  .cid-tGgaaxWlEe .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGgaaxWlEe .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGgaaxWlEe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGgaaxWlEe .media-content,
.cid-tGgaaxWlEe .mbr-figure {
  align-self: center;
}
.cid-tGgaaxWlEe .mbr-figure iframe {
  width: 100%;
}
.cid-tGgaaxWlEe .mbr-section-title {
  color: #e43f3f;
  text-align: center;
}
.cid-tGgaaxWlEe .mbr-text,
.cid-tGgaaxWlEe .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGgaQKz1pG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGgaQKz1pG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGgaQKz1pG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGgaQKz1pG .row {
  flex-direction: row-reverse;
}
.cid-tGgaQKz1pG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGgaQKz1pG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGgaQKz1pG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGgaQKz1pG .mbr-section-title {
  color: #e6c63b;
}
.cid-tGgaQKz1pG .mbr-text,
.cid-tGgaQKz1pG .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGgaQKz1pG .mbr-section-title DIV {
  text-align: left;
}
.cid-tGgbarOQbb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGgbarOQbb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGgbarOQbb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGgbarOQbb .row {
  flex-direction: row-reverse;
}
.cid-tGgbarOQbb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGgbarOQbb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGgbarOQbb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGgbarOQbb .mbr-section-title {
  color: #e6c63b;
}
.cid-tGgbarOQbb .mbr-text,
.cid-tGgbarOQbb .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGgbarOQbb .mbr-section-title DIV {
  text-align: left;
}
.cid-tGgbbpV7bz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGgbbpV7bz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGgbbpV7bz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGgbbpV7bz .row {
  flex-direction: row-reverse;
}
.cid-tGgbbpV7bz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGgbbpV7bz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGgbbpV7bz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGgbbpV7bz .mbr-section-title {
  color: #e6c63b;
}
.cid-tGgbbpV7bz .mbr-text,
.cid-tGgbbpV7bz .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGgbbpV7bz .mbr-section-title DIV {
  text-align: left;
}
.cid-tGgbdDEW5g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGgbdDEW5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGgbdDEW5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGgbdDEW5g .row {
  flex-direction: row-reverse;
}
.cid-tGgbdDEW5g .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGgbdDEW5g .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGgbdDEW5g .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGgbdDEW5g .mbr-section-title {
  color: #e6c63b;
}
.cid-tGgbdDEW5g .mbr-text,
.cid-tGgbdDEW5g .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGgbdDEW5g .mbr-section-title DIV {
  text-align: left;
}
.cid-tGgbeop4Le {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGgbeop4Le .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGgbeop4Le .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGgbeop4Le .row {
  flex-direction: row-reverse;
}
.cid-tGgbeop4Le .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGgbeop4Le .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGgbeop4Le .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGgbeop4Le .mbr-section-title {
  color: #e6c63b;
}
.cid-tGgbeop4Le .mbr-text,
.cid-tGgbeop4Le .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGgbeop4Le .mbr-section-title DIV {
  text-align: left;
}
.cid-tGgc72GjaX {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #efeaf4;
}
.cid-tGgc72GjaX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGgc72GjaX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGgc72GjaX .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tGgc72GjaX .row {
    flex-direction: column-reverse;
  }
  .cid-tGgc72GjaX .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGgc72GjaX .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGgc72GjaX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGgc72GjaX .media-content,
.cid-tGgc72GjaX .mbr-figure {
  align-self: center;
}
.cid-tGgc72GjaX .mbr-figure iframe {
  width: 100%;
}
.cid-tGgc72GjaX .mbr-section-title {
  color: #e43f3f;
  text-align: center;
}
.cid-tGgc72GjaX .mbr-text,
.cid-tGgc72GjaX .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGgcvEpdfD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGgcvEpdfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGgcvEpdfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGgcvEpdfD .row {
  flex-direction: row-reverse;
}
.cid-tGgcvEpdfD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGgcvEpdfD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGgcvEpdfD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGgcvEpdfD .mbr-section-title {
  color: #e6c63b;
}
.cid-tGgcvEpdfD .mbr-text,
.cid-tGgcvEpdfD .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGgcvEpdfD .mbr-section-title DIV {
  text-align: left;
}
.cid-tGgcwpo9b6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGgcwpo9b6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGgcwpo9b6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGgcwpo9b6 .row {
  flex-direction: row-reverse;
}
.cid-tGgcwpo9b6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGgcwpo9b6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGgcwpo9b6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGgcwpo9b6 .mbr-section-title {
  color: #e6c63b;
}
.cid-tGgcwpo9b6 .mbr-text,
.cid-tGgcwpo9b6 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGgcwpo9b6 .mbr-section-title DIV {
  text-align: left;
}
.cid-tGgdeybiqS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/french-cottages-faces-places-3-1024x576.webp");
}
.cid-tGgdeybiqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGgdeybiqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGgdeybiqS .card-wrapper {
  background: #d2d0fa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tGgdeybiqS .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tGgdeybiqS .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGgdeybiqS .card-wrapper {
    padding: 4rem;
  }
}
.cid-tGgdeybiqS .card-title {
  color: #75308d;
}
.cid-tGgdF4Pyus {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGgdF4Pyus .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGgdF4Pyus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGgdF4Pyus .row {
    flex-direction: column-reverse;
  }
  .cid-tGgdF4Pyus .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGgdF4Pyus .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGgdF4Pyus .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGgdF4Pyus .media-content,
.cid-tGgdF4Pyus .mbr-figure {
  align-self: center;
}
.cid-tGgdF4Pyus .mbr-figure iframe {
  width: 100%;
}
.cid-tGgdF4Pyus .mbr-section-title {
  color: #e43f3f;
  text-align: center;
}
.cid-tGgdF4Pyus .mbr-text,
.cid-tGgdF4Pyus .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGgekr56OC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGgekr56OC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGgekr56OC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGgekr56OC .row {
    flex-direction: column-reverse;
  }
  .cid-tGgekr56OC .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGgekr56OC .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGgekr56OC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGgekr56OC .media-content,
.cid-tGgekr56OC .mbr-figure {
  align-self: center;
}
.cid-tGgekr56OC .mbr-figure iframe {
  width: 100%;
}
.cid-tGgekr56OC .mbr-section-title {
  color: #fbff61;
  text-align: center;
}
.cid-tGgekr56OC .mbr-text,
.cid-tGgekr56OC .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGg1ZqiWZh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGg1ZqiWZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGg1ZqiWZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGg1ZqiWZh .mbr-section-title DIV {
  text-align: center;
}
.cid-tGg1ZqiWZh .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGg1ZqiWZh .mbr-text,
.cid-tGg1ZqiWZh .mbr-section-btn {
  text-align: center;
}
.cid-tGg1ZqJ4VY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGg1ZqJ4VY .content {
    text-align: center;
  }
  .cid-tGg1ZqJ4VY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGg1ZqJ4VY .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGg1ZqJ4VY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGg1ZqJ4VY .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGg1ZqJ4VY .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGg1ZqJ4VY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGg1ZqJ4VY .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGg1ZqJ4VY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGg1ZqJ4VY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGg1ZqJ4VY .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGg1ZqJ4VY .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGg1ZqJ4VY .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGg1ZqJ4VY .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGg1ZqJ4VY .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGg1ZqJ4VY .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGg1ZqJ4VY .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGg1ZqJ4VY H5 {
  color: #ffe161;
}
.cid-tGglfloHTf .navbar-dropdown {
  position: relative !important;
}
.cid-tGglfloHTf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGglfloHTf .dropdown-menu {
  padding: 0;
}
.cid-tGglfloHTf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGglfloHTf .dropdown-item:hover,
.cid-tGglfloHTf .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGglfloHTf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGglfloHTf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGglfloHTf .nav-link {
  position: relative;
}
.cid-tGglfloHTf .container {
  display: flex;
  margin: auto;
}
.cid-tGglfloHTf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGglfloHTf .navbar-caption {
  padding-right: 4rem;
}
.cid-tGglfloHTf .dropdown-menu,
.cid-tGglfloHTf .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGglfloHTf .nav-item:focus,
.cid-tGglfloHTf .nav-link:focus {
  outline: none;
}
.cid-tGglfloHTf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGglfloHTf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGglfloHTf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGglfloHTf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGglfloHTf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGglfloHTf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGglfloHTf .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGglfloHTf .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGglfloHTf .navbar.opened {
  transition: all .3s;
}
.cid-tGglfloHTf .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGglfloHTf .navbar .navbar-logo img {
  width: auto;
}
.cid-tGglfloHTf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGglfloHTf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGglfloHTf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGglfloHTf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGglfloHTf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGglfloHTf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGglfloHTf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGglfloHTf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGglfloHTf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGglfloHTf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGglfloHTf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGglfloHTf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGglfloHTf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGglfloHTf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGglfloHTf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGglfloHTf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGglfloHTf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGglfloHTf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGglfloHTf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGglfloHTf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGglfloHTf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGglfloHTf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGglfloHTf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGglfloHTf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGglfloHTf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGglfloHTf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGglfloHTf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGglfloHTf .dropdown-item.active,
.cid-tGglfloHTf .dropdown-item:active {
  background-color: transparent;
}
.cid-tGglfloHTf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGglfloHTf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGglfloHTf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGglfloHTf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGglfloHTf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGglfloHTf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGglfloHTf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGglfloHTf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGglfloHTf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGglfloHTf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGglfloHTf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGglfloHTf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGglfloHTf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGglfloHTf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGglfloHTf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGglfloHTf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGglfloHTf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGglfloHTf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGglfloHTf .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGglfloHTf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGglfloHTf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGglfloHTf .navbar {
    height: 77px;
  }
  .cid-tGglfloHTf .navbar.opened {
    height: auto;
  }
  .cid-tGglfloHTf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGglflTA8d {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/chateuabirondordognefranc-3-2000x1125.webp");
}
.cid-tGglflTA8d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGglflTA8d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGglflTA8d .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGglflTA8d .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGglflTA8d .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGglflTA8d .mbr-section-title {
  color: #e6c63b;
}
.cid-tGglflTA8d .mbr-text,
.cid-tGglflTA8d .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGglflTA8d .mbr-section-title DIV {
  text-align: left;
}
.cid-tGgmWuLhVx {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dordognescenes-3-1440x900.webp");
}
.cid-tGgmWuLhVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGgmWuLhVx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGgmWuLhVx .mbr-section-title {
  color: #e6c63b;
}
.cid-tGgmWuLhVx .mbr-text,
.cid-tGgmWuLhVx .mbr-section-btn {
  color: #fbff61;
}
.cid-tGglfme8bI {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dordognescenes-3-1440x900.webp");
}
.cid-tGglfme8bI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGglfme8bI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGglfme8bI .row {
    flex-direction: column-reverse;
  }
  .cid-tGglfme8bI .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGglfme8bI .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGglfme8bI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGglfme8bI .media-content,
.cid-tGglfme8bI .mbr-figure {
  align-self: center;
}
.cid-tGglfme8bI .mbr-figure iframe {
  width: 100%;
}
.cid-tGglfme8bI .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tGglfme8bI .mbr-text,
.cid-tGglfme8bI .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGglfmU3sk {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #efeaf4;
}
.cid-tGglfmU3sk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGglfmU3sk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGglfmU3sk .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tGglfmU3sk .row {
    flex-direction: column-reverse;
  }
  .cid-tGglfmU3sk .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGglfmU3sk .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGglfmU3sk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGglfmU3sk .media-content,
.cid-tGglfmU3sk .mbr-figure {
  align-self: center;
}
.cid-tGglfmU3sk .mbr-figure iframe {
  width: 100%;
}
.cid-tGglfmU3sk .mbr-section-title {
  color: #e43f3f;
  text-align: center;
}
.cid-tGglfmU3sk .mbr-text,
.cid-tGglfmU3sk .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tGglfngIcq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGglfngIcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGglfngIcq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGglfngIcq .row {
  flex-direction: row-reverse;
}
.cid-tGglfngIcq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGglfngIcq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGglfngIcq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGglfngIcq .mbr-section-title {
  color: #e6c63b;
}
.cid-tGglfngIcq .mbr-text,
.cid-tGglfngIcq .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGglfngIcq .mbr-section-title DIV {
  text-align: left;
}
.cid-tGglfnBjgV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGglfnBjgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGglfnBjgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGglfnBjgV .row {
  flex-direction: row-reverse;
}
.cid-tGglfnBjgV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGglfnBjgV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGglfnBjgV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGglfnBjgV .mbr-section-title {
  color: #e6c63b;
}
.cid-tGglfnBjgV .mbr-text,
.cid-tGglfnBjgV .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGglfnBjgV .mbr-section-title DIV {
  text-align: left;
}
.cid-tGglfnXUks {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGglfnXUks .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGglfnXUks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGglfnXUks .row {
  flex-direction: row-reverse;
}
.cid-tGglfnXUks .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGglfnXUks .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGglfnXUks .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGglfnXUks .mbr-section-title {
  color: #e6c63b;
}
.cid-tGglfnXUks .mbr-text,
.cid-tGglfnXUks .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGglfnXUks .mbr-section-title DIV {
  text-align: left;
}
.cid-tGglfolaXO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGglfolaXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGglfolaXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGglfolaXO .row {
  flex-direction: row-reverse;
}
.cid-tGglfolaXO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGglfolaXO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGglfolaXO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGglfolaXO .mbr-section-title {
  color: #e6c63b;
}
.cid-tGglfolaXO .mbr-text,
.cid-tGglfolaXO .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGglfolaXO .mbr-section-title DIV {
  text-align: left;
}
.cid-tGglfoJfPm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGglfoJfPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGglfoJfPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGglfoJfPm .row {
  flex-direction: row-reverse;
}
.cid-tGglfoJfPm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGglfoJfPm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGglfoJfPm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGglfoJfPm .mbr-section-title {
  color: #e6c63b;
}
.cid-tGglfoJfPm .mbr-text,
.cid-tGglfoJfPm .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGglfoJfPm .mbr-section-title DIV {
  text-align: left;
}
.cid-tGglfpv7WT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGglfpv7WT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGglfpv7WT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGglfpv7WT .row {
  flex-direction: row-reverse;
}
.cid-tGglfpv7WT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGglfpv7WT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGglfpv7WT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGglfpv7WT .mbr-section-title {
  color: #e6c63b;
}
.cid-tGglfpv7WT .mbr-text,
.cid-tGglfpv7WT .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGglfpv7WT .mbr-section-title DIV {
  text-align: left;
}
.cid-tGglfpUZya {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGglfpUZya .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGglfpUZya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGglfpUZya .row {
  flex-direction: row-reverse;
}
.cid-tGglfpUZya .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGglfpUZya .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGglfpUZya .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGglfpUZya .mbr-section-title {
  color: #e6c63b;
}
.cid-tGglfpUZya .mbr-text,
.cid-tGglfpUZya .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGglfpUZya .mbr-section-title DIV {
  text-align: left;
}
.cid-tGgtajorN3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGgtajorN3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGgtajorN3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGgtajorN3 .row {
  flex-direction: row-reverse;
}
.cid-tGgtajorN3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGgtajorN3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGgtajorN3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGgtajorN3 .mbr-section-title {
  color: #e6c63b;
}
.cid-tGgtajorN3 .mbr-text,
.cid-tGgtajorN3 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGgtajorN3 .mbr-section-title DIV {
  text-align: left;
}
.cid-tGglfr9dUl {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGglfr9dUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGglfr9dUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGglfr9dUl .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tGglfr9dUl .row {
    flex-direction: column-reverse;
  }
  .cid-tGglfr9dUl .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGglfr9dUl .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGglfr9dUl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGglfr9dUl .media-content,
.cid-tGglfr9dUl .mbr-figure {
  align-self: center;
}
.cid-tGglfr9dUl .mbr-figure iframe {
  width: 100%;
}
.cid-tGglfr9dUl .mbr-section-title {
  color: #fbff61;
  text-align: center;
}
.cid-tGglfr9dUl .mbr-text,
.cid-tGglfr9dUl .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGglfrzj25 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGglfrzj25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGglfrzj25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGglfrzj25 .mbr-section-title DIV {
  text-align: center;
}
.cid-tGglfrzj25 .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGglfrzj25 .mbr-text,
.cid-tGglfrzj25 .mbr-section-btn {
  text-align: center;
}
.cid-tGglfrZzz7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGglfrZzz7 .content {
    text-align: center;
  }
  .cid-tGglfrZzz7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGglfrZzz7 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGglfrZzz7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGglfrZzz7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGglfrZzz7 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGglfrZzz7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGglfrZzz7 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGglfrZzz7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGglfrZzz7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGglfrZzz7 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGglfrZzz7 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGglfrZzz7 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGglfrZzz7 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGglfrZzz7 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGglfrZzz7 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGglfrZzz7 .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGglfrZzz7 H5 {
  color: #ffe161;
}
.cid-tGm2H8rBIy .navbar-dropdown {
  position: relative !important;
}
.cid-tGm2H8rBIy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGm2H8rBIy .dropdown-menu {
  padding: 0;
}
.cid-tGm2H8rBIy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGm2H8rBIy .dropdown-item:hover,
.cid-tGm2H8rBIy .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGm2H8rBIy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGm2H8rBIy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGm2H8rBIy .nav-link {
  position: relative;
}
.cid-tGm2H8rBIy .container {
  display: flex;
  margin: auto;
}
.cid-tGm2H8rBIy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGm2H8rBIy .navbar-caption {
  padding-right: 4rem;
}
.cid-tGm2H8rBIy .dropdown-menu,
.cid-tGm2H8rBIy .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGm2H8rBIy .nav-item:focus,
.cid-tGm2H8rBIy .nav-link:focus {
  outline: none;
}
.cid-tGm2H8rBIy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGm2H8rBIy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGm2H8rBIy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGm2H8rBIy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGm2H8rBIy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGm2H8rBIy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGm2H8rBIy .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGm2H8rBIy .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGm2H8rBIy .navbar.opened {
  transition: all .3s;
}
.cid-tGm2H8rBIy .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGm2H8rBIy .navbar .navbar-logo img {
  width: auto;
}
.cid-tGm2H8rBIy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGm2H8rBIy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGm2H8rBIy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGm2H8rBIy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGm2H8rBIy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGm2H8rBIy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGm2H8rBIy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGm2H8rBIy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGm2H8rBIy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGm2H8rBIy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGm2H8rBIy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGm2H8rBIy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGm2H8rBIy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGm2H8rBIy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGm2H8rBIy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGm2H8rBIy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGm2H8rBIy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGm2H8rBIy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGm2H8rBIy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGm2H8rBIy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGm2H8rBIy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGm2H8rBIy .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGm2H8rBIy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGm2H8rBIy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGm2H8rBIy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGm2H8rBIy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGm2H8rBIy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGm2H8rBIy .dropdown-item.active,
.cid-tGm2H8rBIy .dropdown-item:active {
  background-color: transparent;
}
.cid-tGm2H8rBIy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGm2H8rBIy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGm2H8rBIy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGm2H8rBIy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGm2H8rBIy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGm2H8rBIy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGm2H8rBIy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGm2H8rBIy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGm2H8rBIy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGm2H8rBIy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGm2H8rBIy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGm2H8rBIy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGm2H8rBIy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGm2H8rBIy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGm2H8rBIy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGm2H8rBIy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGm2H8rBIy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGm2H8rBIy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGm2H8rBIy .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGm2H8rBIy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGm2H8rBIy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGm2H8rBIy .navbar {
    height: 77px;
  }
  .cid-tGm2H8rBIy .navbar.opened {
    height: auto;
  }
  .cid-tGm2H8rBIy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGm2H8WzuL {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/loirevalleyvillagechateau-3-1920x1080.webp");
}
.cid-tGm2H8WzuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGm2H8WzuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGm2H8WzuL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGm2H8WzuL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGm2H8WzuL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGm2H8WzuL .mbr-section-title {
  color: #e6c63b;
}
.cid-tGm2H8WzuL .mbr-text,
.cid-tGm2H8WzuL .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGm2H8WzuL .mbr-section-title DIV {
  text-align: left;
}
.cid-tGm2H9Faze {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/french-cottages-chinon-views-10-2000x1500.webp");
}
.cid-tGm2H9Faze .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGm2H9Faze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGm2H9Faze .card-wrapper {
  background: #e9e0b9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tGm2H9Faze .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tGm2H9Faze .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGm2H9Faze .card-wrapper {
    padding: 4rem;
  }
}
.cid-tGm2H9Faze .card-title {
  color: #75308d;
}
.cid-tGm2H9intg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/loirevalleyvillagechateau-3-1920x1080.webp");
}
.cid-tGm2H9intg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGm2H9intg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGm2H9intg .row {
    flex-direction: column-reverse;
  }
  .cid-tGm2H9intg .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGm2H9intg .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGm2H9intg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGm2H9intg .media-content,
.cid-tGm2H9intg .mbr-figure {
  align-self: center;
}
.cid-tGm2H9intg .mbr-figure iframe {
  width: 100%;
}
.cid-tGm2H9intg .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tGm2H9intg .mbr-text,
.cid-tGm2H9intg .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGm2Ha9I4c {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #efeaf4;
}
.cid-tGm2Ha9I4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGm2Ha9I4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGm2Ha9I4c .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tGm2Ha9I4c .row {
    flex-direction: column-reverse;
  }
  .cid-tGm2Ha9I4c .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGm2Ha9I4c .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGm2Ha9I4c .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGm2Ha9I4c .media-content,
.cid-tGm2Ha9I4c .mbr-figure {
  align-self: center;
}
.cid-tGm2Ha9I4c .mbr-figure iframe {
  width: 100%;
}
.cid-tGm2Ha9I4c .mbr-section-title {
  color: #e43f3f;
  text-align: center;
}
.cid-tGm2Ha9I4c .mbr-text,
.cid-tGm2Ha9I4c .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tGm2HawstJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGm2HawstJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGm2HawstJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGm2HawstJ .row {
  flex-direction: row-reverse;
}
.cid-tGm2HawstJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGm2HawstJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGm2HawstJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGm2HawstJ .mbr-section-title {
  color: #e6c63b;
}
.cid-tGm2HawstJ .mbr-text,
.cid-tGm2HawstJ .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGm2HawstJ .mbr-section-title DIV {
  text-align: left;
}
.cid-tGm2HaSrVc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGm2HaSrVc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGm2HaSrVc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGm2HaSrVc .row {
  flex-direction: row-reverse;
}
.cid-tGm2HaSrVc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGm2HaSrVc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGm2HaSrVc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGm2HaSrVc .mbr-section-title {
  color: #e6c63b;
}
.cid-tGm2HaSrVc .mbr-text,
.cid-tGm2HaSrVc .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGm2HaSrVc .mbr-section-title DIV {
  text-align: left;
}
.cid-tGm2Hbkrx0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGm2Hbkrx0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGm2Hbkrx0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGm2Hbkrx0 .row {
  flex-direction: row-reverse;
}
.cid-tGm2Hbkrx0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGm2Hbkrx0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGm2Hbkrx0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGm2Hbkrx0 .mbr-section-title {
  color: #e6c63b;
}
.cid-tGm2Hbkrx0 .mbr-text,
.cid-tGm2Hbkrx0 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGm2Hbkrx0 .mbr-section-title DIV {
  text-align: left;
}
.cid-tGm2HbJRcT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGm2HbJRcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGm2HbJRcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGm2HbJRcT .row {
  flex-direction: row-reverse;
}
.cid-tGm2HbJRcT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGm2HbJRcT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGm2HbJRcT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGm2HbJRcT .mbr-section-title {
  color: #e6c63b;
}
.cid-tGm2HbJRcT .mbr-text,
.cid-tGm2HbJRcT .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGm2HbJRcT .mbr-section-title DIV {
  text-align: left;
}
.cid-tGm2Hc5LqZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGm2Hc5LqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGm2Hc5LqZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGm2Hc5LqZ .row {
  flex-direction: row-reverse;
}
.cid-tGm2Hc5LqZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGm2Hc5LqZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGm2Hc5LqZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGm2Hc5LqZ .mbr-section-title {
  color: #e6c63b;
}
.cid-tGm2Hc5LqZ .mbr-text,
.cid-tGm2Hc5LqZ .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGm2Hc5LqZ .mbr-section-title DIV {
  text-align: left;
}
.cid-tGm2Hcs2fF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #efeaf4;
}
.cid-tGm2Hcs2fF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGm2Hcs2fF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGm2Hcs2fF .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tGm2Hcs2fF .row {
    flex-direction: column-reverse;
  }
  .cid-tGm2Hcs2fF .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGm2Hcs2fF .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGm2Hcs2fF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGm2Hcs2fF .media-content,
.cid-tGm2Hcs2fF .mbr-figure {
  align-self: center;
}
.cid-tGm2Hcs2fF .mbr-figure iframe {
  width: 100%;
}
.cid-tGm2Hcs2fF .mbr-section-title {
  color: #e43f3f;
  text-align: center;
}
.cid-tGm2Hcs2fF .mbr-text,
.cid-tGm2Hcs2fF .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGm2HcSiB3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGm2HcSiB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGm2HcSiB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGm2HcSiB3 .row {
  flex-direction: row-reverse;
}
.cid-tGm2HcSiB3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGm2HcSiB3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGm2HcSiB3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGm2HcSiB3 .mbr-section-title {
  color: #e6c63b;
}
.cid-tGm2HcSiB3 .mbr-text,
.cid-tGm2HcSiB3 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGm2HcSiB3 .mbr-section-title DIV {
  text-align: left;
}
.cid-tGm2Hdf4KS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGm2Hdf4KS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGm2Hdf4KS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGm2Hdf4KS .row {
  flex-direction: row-reverse;
}
.cid-tGm2Hdf4KS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGm2Hdf4KS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGm2Hdf4KS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGm2Hdf4KS .mbr-section-title {
  color: #e6c63b;
}
.cid-tGm2Hdf4KS .mbr-text,
.cid-tGm2Hdf4KS .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGm2Hdf4KS .mbr-section-title DIV {
  text-align: left;
}
.cid-tGmamLszUN {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGmamLszUN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGmamLszUN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGmamLszUN .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tGmamLszUN .row {
    flex-direction: column-reverse;
  }
  .cid-tGmamLszUN .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGmamLszUN .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGmamLszUN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGmamLszUN .media-content,
.cid-tGmamLszUN .mbr-figure {
  align-self: center;
}
.cid-tGmamLszUN .mbr-figure iframe {
  width: 100%;
}
.cid-tGmamLszUN .mbr-section-title {
  color: #fbff61;
  text-align: center;
}
.cid-tGmamLszUN .mbr-text,
.cid-tGmamLszUN .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGmb5RzEb5 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/loirevalleyvillagechateau-3-1920x1080.webp");
}
.cid-tGmb5RzEb5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGmb5RzEb5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGmb5RzEb5 .row {
    flex-direction: column-reverse;
  }
  .cid-tGmb5RzEb5 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGmb5RzEb5 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGmb5RzEb5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGmb5RzEb5 .media-content,
.cid-tGmb5RzEb5 .mbr-figure {
  align-self: center;
}
.cid-tGmb5RzEb5 .mbr-figure iframe {
  width: 100%;
}
.cid-tGmb5RzEb5 .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tGmb5RzEb5 .mbr-text,
.cid-tGmb5RzEb5 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGmdDlCDDr {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/img-6143-2000x1407.webp");
}
.cid-tGmdDlCDDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGmdDlCDDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGmdDlCDDr .mbr-section-title {
  color: #ffffff;
}
.cid-tGmdDlCDDr .mbr-text,
.cid-tGmdDlCDDr .mbr-section-btn {
  color: #fbff61;
}
.cid-tGm2HeTvJc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGm2HeTvJc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGm2HeTvJc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGm2HeTvJc .mbr-section-title DIV {
  text-align: center;
}
.cid-tGm2HeTvJc .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGm2HeTvJc .mbr-text,
.cid-tGm2HeTvJc .mbr-section-btn {
  text-align: center;
}
.cid-tGm2HflLZO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGm2HflLZO .content {
    text-align: center;
  }
  .cid-tGm2HflLZO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGm2HflLZO .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGm2HflLZO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGm2HflLZO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGm2HflLZO .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGm2HflLZO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGm2HflLZO .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGm2HflLZO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGm2HflLZO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGm2HflLZO .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGm2HflLZO .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGm2HflLZO .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGm2HflLZO .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGm2HflLZO .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGm2HflLZO .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGm2HflLZO .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGm2HflLZO H5 {
  color: #ffe161;
}
.cid-tGmgZtrdvi .navbar-dropdown {
  position: relative !important;
}
.cid-tGmgZtrdvi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGmgZtrdvi .dropdown-menu {
  padding: 0;
}
.cid-tGmgZtrdvi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGmgZtrdvi .dropdown-item:hover,
.cid-tGmgZtrdvi .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGmgZtrdvi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGmgZtrdvi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGmgZtrdvi .nav-link {
  position: relative;
}
.cid-tGmgZtrdvi .container {
  display: flex;
  margin: auto;
}
.cid-tGmgZtrdvi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGmgZtrdvi .navbar-caption {
  padding-right: 4rem;
}
.cid-tGmgZtrdvi .dropdown-menu,
.cid-tGmgZtrdvi .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGmgZtrdvi .nav-item:focus,
.cid-tGmgZtrdvi .nav-link:focus {
  outline: none;
}
.cid-tGmgZtrdvi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGmgZtrdvi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGmgZtrdvi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGmgZtrdvi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGmgZtrdvi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGmgZtrdvi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGmgZtrdvi .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGmgZtrdvi .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGmgZtrdvi .navbar.opened {
  transition: all .3s;
}
.cid-tGmgZtrdvi .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGmgZtrdvi .navbar .navbar-logo img {
  width: auto;
}
.cid-tGmgZtrdvi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGmgZtrdvi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGmgZtrdvi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGmgZtrdvi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGmgZtrdvi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGmgZtrdvi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGmgZtrdvi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGmgZtrdvi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGmgZtrdvi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGmgZtrdvi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGmgZtrdvi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGmgZtrdvi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGmgZtrdvi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGmgZtrdvi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGmgZtrdvi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGmgZtrdvi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGmgZtrdvi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGmgZtrdvi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGmgZtrdvi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGmgZtrdvi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGmgZtrdvi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGmgZtrdvi .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGmgZtrdvi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGmgZtrdvi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGmgZtrdvi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGmgZtrdvi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGmgZtrdvi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGmgZtrdvi .dropdown-item.active,
.cid-tGmgZtrdvi .dropdown-item:active {
  background-color: transparent;
}
.cid-tGmgZtrdvi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGmgZtrdvi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGmgZtrdvi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGmgZtrdvi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGmgZtrdvi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGmgZtrdvi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGmgZtrdvi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGmgZtrdvi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGmgZtrdvi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGmgZtrdvi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGmgZtrdvi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGmgZtrdvi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGmgZtrdvi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGmgZtrdvi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGmgZtrdvi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGmgZtrdvi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGmgZtrdvi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGmgZtrdvi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGmgZtrdvi .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGmgZtrdvi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGmgZtrdvi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGmgZtrdvi .navbar {
    height: 77px;
  }
  .cid-tGmgZtrdvi .navbar.opened {
    height: auto;
  }
  .cid-tGmgZtrdvi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGmgZu0q7p {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/french-cottages-basque-pyrenees-12-1600x1200.webp");
}
.cid-tGmgZu0q7p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGmgZu0q7p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGmgZu0q7p .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGmgZu0q7p .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGmgZu0q7p .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGmgZu0q7p .mbr-section-title {
  color: #e6c63b;
}
.cid-tGmgZu0q7p .mbr-text,
.cid-tGmgZu0q7p .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGmgZu0q7p .mbr-section-title DIV {
  text-align: left;
}
.cid-tGmgZupP1P {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/french-cottages-basque-pyrenees-12-1600x1200.webp");
}
.cid-tGmgZupP1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGmgZupP1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGmgZupP1P .card-wrapper {
  background: #e9e0b9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tGmgZupP1P .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tGmgZupP1P .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGmgZupP1P .card-wrapper {
    padding: 4rem;
  }
}
.cid-tGmgZupP1P .card-title {
  color: #75308d;
}
.cid-tGmgZAagCb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/biarritz-beach-sunny-776x500.webp");
}
.cid-tGmgZAagCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGmgZAagCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGmgZAagCb .mbr-section-title {
  color: #ffffff;
}
.cid-tGmgZAagCb .mbr-text,
.cid-tGmgZAagCb .mbr-section-btn {
  color: #fbff61;
}
.cid-tGmgZvpsay {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #efeaf4;
}
.cid-tGmgZvpsay .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGmgZvpsay .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGmgZvpsay .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tGmgZvpsay .row {
    flex-direction: column-reverse;
  }
  .cid-tGmgZvpsay .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGmgZvpsay .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGmgZvpsay .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGmgZvpsay .media-content,
.cid-tGmgZvpsay .mbr-figure {
  align-self: center;
}
.cid-tGmgZvpsay .mbr-figure iframe {
  width: 100%;
}
.cid-tGmgZvpsay .mbr-section-title {
  color: #e43f3f;
  text-align: center;
}
.cid-tGmgZvpsay .mbr-text,
.cid-tGmgZvpsay .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tGmgZvMWgd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGmgZvMWgd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGmgZvMWgd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGmgZvMWgd .row {
  flex-direction: row-reverse;
}
.cid-tGmgZvMWgd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGmgZvMWgd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGmgZvMWgd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGmgZvMWgd .mbr-section-title {
  color: #e6c63b;
}
.cid-tGmgZvMWgd .mbr-text,
.cid-tGmgZvMWgd .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGmgZvMWgd .mbr-section-title DIV {
  text-align: left;
}
.cid-tGmgZwbLAI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGmgZwbLAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGmgZwbLAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGmgZwbLAI .row {
  flex-direction: row-reverse;
}
.cid-tGmgZwbLAI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGmgZwbLAI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGmgZwbLAI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGmgZwbLAI .mbr-section-title {
  color: #e6c63b;
}
.cid-tGmgZwbLAI .mbr-text,
.cid-tGmgZwbLAI .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGmgZwbLAI .mbr-section-title DIV {
  text-align: left;
}
.cid-tGmgZwCWZI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGmgZwCWZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGmgZwCWZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGmgZwCWZI .row {
  flex-direction: row-reverse;
}
.cid-tGmgZwCWZI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGmgZwCWZI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGmgZwCWZI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGmgZwCWZI .mbr-section-title {
  color: #e6c63b;
}
.cid-tGmgZwCWZI .mbr-text,
.cid-tGmgZwCWZI .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGmgZwCWZI .mbr-section-title DIV {
  text-align: left;
}
.cid-tGmgZx2MH9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGmgZx2MH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGmgZx2MH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGmgZx2MH9 .row {
  flex-direction: row-reverse;
}
.cid-tGmgZx2MH9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGmgZx2MH9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGmgZx2MH9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGmgZx2MH9 .mbr-section-title {
  color: #e6c63b;
}
.cid-tGmgZx2MH9 .mbr-text,
.cid-tGmgZx2MH9 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGmgZx2MH9 .mbr-section-title DIV {
  text-align: left;
}
.cid-tGmgZxuGQl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGmgZxuGQl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGmgZxuGQl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGmgZxuGQl .row {
  flex-direction: row-reverse;
}
.cid-tGmgZxuGQl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGmgZxuGQl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGmgZxuGQl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGmgZxuGQl .mbr-section-title {
  color: #e6c63b;
}
.cid-tGmgZxuGQl .mbr-text,
.cid-tGmgZxuGQl .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGmgZxuGQl .mbr-section-title DIV {
  text-align: left;
}
.cid-tGmgZyko6Q {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGmgZyko6Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGmgZyko6Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGmgZyko6Q .row {
  flex-direction: row-reverse;
}
.cid-tGmgZyko6Q .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGmgZyko6Q .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGmgZyko6Q .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGmgZyko6Q .mbr-section-title {
  color: #e6c63b;
}
.cid-tGmgZyko6Q .mbr-text,
.cid-tGmgZyko6Q .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGmgZyko6Q .mbr-section-title DIV {
  text-align: left;
}
.cid-tGmgZyKRz9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGmgZyKRz9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGmgZyKRz9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGmgZyKRz9 .row {
  flex-direction: row-reverse;
}
.cid-tGmgZyKRz9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGmgZyKRz9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGmgZyKRz9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGmgZyKRz9 .mbr-section-title {
  color: #e6c63b;
}
.cid-tGmgZyKRz9 .mbr-text,
.cid-tGmgZyKRz9 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGmgZyKRz9 .mbr-section-title DIV {
  text-align: left;
}
.cid-tGmlbsu212 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGmlbsu212 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGmlbsu212 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGmlbsu212 .row {
  flex-direction: row-reverse;
}
.cid-tGmlbsu212 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGmlbsu212 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGmlbsu212 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGmlbsu212 .mbr-section-title {
  color: #e6c63b;
}
.cid-tGmlbsu212 .mbr-text,
.cid-tGmlbsu212 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGmlbsu212 .mbr-section-title DIV {
  text-align: left;
}
.cid-tGmldEUZB8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGmldEUZB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGmldEUZB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGmldEUZB8 .row {
  flex-direction: row-reverse;
}
.cid-tGmldEUZB8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGmldEUZB8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGmldEUZB8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGmldEUZB8 .mbr-section-title {
  color: #e6c63b;
}
.cid-tGmldEUZB8 .mbr-text,
.cid-tGmldEUZB8 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGmldEUZB8 .mbr-section-title DIV {
  text-align: left;
}
.cid-tGmm05NDlN {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/getty-museum-bilbao-480x320.webp");
}
.cid-tGmm05NDlN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGmm05NDlN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGmm05NDlN .mbr-section-title {
  color: #ffffff;
}
.cid-tGmm05NDlN .mbr-text,
.cid-tGmm05NDlN .mbr-section-btn {
  color: #fbff61;
}
.cid-tGmgZABTM0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGmgZABTM0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGmgZABTM0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGmgZABTM0 .mbr-section-title DIV {
  text-align: center;
}
.cid-tGmgZABTM0 .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGmgZABTM0 .mbr-text,
.cid-tGmgZABTM0 .mbr-section-btn {
  text-align: center;
}
.cid-tGmgZB4yMS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGmgZB4yMS .content {
    text-align: center;
  }
  .cid-tGmgZB4yMS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGmgZB4yMS .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGmgZB4yMS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGmgZB4yMS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGmgZB4yMS .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGmgZB4yMS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGmgZB4yMS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGmgZB4yMS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGmgZB4yMS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGmgZB4yMS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGmgZB4yMS .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGmgZB4yMS .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGmgZB4yMS .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGmgZB4yMS .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGmgZB4yMS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGmgZB4yMS .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGmgZB4yMS H5 {
  color: #ffe161;
}
.cid-tGn3JX5HcH .navbar-dropdown {
  position: relative !important;
}
.cid-tGn3JX5HcH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGn3JX5HcH .dropdown-menu {
  padding: 0;
}
.cid-tGn3JX5HcH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGn3JX5HcH .dropdown-item:hover,
.cid-tGn3JX5HcH .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGn3JX5HcH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGn3JX5HcH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGn3JX5HcH .nav-link {
  position: relative;
}
.cid-tGn3JX5HcH .container {
  display: flex;
  margin: auto;
}
.cid-tGn3JX5HcH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGn3JX5HcH .navbar-caption {
  padding-right: 4rem;
}
.cid-tGn3JX5HcH .dropdown-menu,
.cid-tGn3JX5HcH .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGn3JX5HcH .nav-item:focus,
.cid-tGn3JX5HcH .nav-link:focus {
  outline: none;
}
.cid-tGn3JX5HcH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGn3JX5HcH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGn3JX5HcH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGn3JX5HcH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGn3JX5HcH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGn3JX5HcH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGn3JX5HcH .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGn3JX5HcH .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGn3JX5HcH .navbar.opened {
  transition: all .3s;
}
.cid-tGn3JX5HcH .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGn3JX5HcH .navbar .navbar-logo img {
  width: auto;
}
.cid-tGn3JX5HcH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGn3JX5HcH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGn3JX5HcH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGn3JX5HcH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGn3JX5HcH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGn3JX5HcH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGn3JX5HcH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGn3JX5HcH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGn3JX5HcH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGn3JX5HcH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGn3JX5HcH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGn3JX5HcH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGn3JX5HcH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGn3JX5HcH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGn3JX5HcH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGn3JX5HcH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGn3JX5HcH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGn3JX5HcH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGn3JX5HcH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGn3JX5HcH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGn3JX5HcH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGn3JX5HcH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGn3JX5HcH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGn3JX5HcH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGn3JX5HcH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGn3JX5HcH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGn3JX5HcH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGn3JX5HcH .dropdown-item.active,
.cid-tGn3JX5HcH .dropdown-item:active {
  background-color: transparent;
}
.cid-tGn3JX5HcH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGn3JX5HcH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGn3JX5HcH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGn3JX5HcH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGn3JX5HcH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGn3JX5HcH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGn3JX5HcH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGn3JX5HcH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGn3JX5HcH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGn3JX5HcH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGn3JX5HcH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGn3JX5HcH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGn3JX5HcH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGn3JX5HcH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGn3JX5HcH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGn3JX5HcH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGn3JX5HcH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGn3JX5HcH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGn3JX5HcH .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGn3JX5HcH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGn3JX5HcH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGn3JX5HcH .navbar {
    height: 77px;
  }
  .cid-tGn3JX5HcH .navbar.opened {
    height: auto;
  }
  .cid-tGn3JX5HcH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGn47sTKvD {
  background-image: url("../../../assets/images/frenchcottageholidayspackages-page-5-2000x1294.webp");
}
.cid-tGn47sTKvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGn47sTKvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGn47sTKvD .mbr-section-title {
  color: #e6c63b;
}
.cid-tGn47sTKvD .mbr-text,
.cid-tGn47sTKvD .mbr-section-btn {
  color: #ffffff;
}
.cid-tGn3JZjB08 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGn3JZjB08 .mbr-overlay {
  background: #353535;
  opacity: 0.8;
}
.cid-tGn3JZjB08 img,
.cid-tGn3JZjB08 .item-img {
  width: 100%;
}
.cid-tGn3JZjB08 .item:focus,
.cid-tGn3JZjB08 span:focus {
  outline: none;
}
.cid-tGn3JZjB08 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGn3JZjB08 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fff0b0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGn3JZjB08 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGn3JZjB08 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGn3JZjB08 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGn3JZjB08 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGn3JZjB08 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGn3JZjB08 .mbr-section-title {
  color: #ffffff;
}
.cid-tGn3JZjB08 .mbr-text,
.cid-tGn3JZjB08 .mbr-section-btn {
  text-align: center;
}
.cid-tGn3JZjB08 .item-title {
  text-align: center;
}
.cid-tGn3JZjB08 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tGn3K0auar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGn3K0auar .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGn3K0auar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGn3K0auar .mbr-section-title DIV {
  text-align: center;
}
.cid-tGn3K0auar .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGn3K0auar .mbr-text,
.cid-tGn3K0auar .mbr-section-btn {
  text-align: center;
}
.cid-tGn3K0x3TA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGn3K0x3TA .content {
    text-align: center;
  }
  .cid-tGn3K0x3TA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGn3K0x3TA .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGn3K0x3TA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGn3K0x3TA .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGn3K0x3TA .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGn3K0x3TA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGn3K0x3TA .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGn3K0x3TA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGn3K0x3TA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGn3K0x3TA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGn3K0x3TA .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGn3K0x3TA .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGn3K0x3TA .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGn3K0x3TA .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGn3K0x3TA .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGn3K0x3TA .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGn3K0x3TA H5 {
  color: #ffe161;
}
.cid-tGnbc87qo2 .navbar-dropdown {
  position: relative !important;
}
.cid-tGnbc87qo2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGnbc87qo2 .dropdown-menu {
  padding: 0;
}
.cid-tGnbc87qo2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGnbc87qo2 .dropdown-item:hover,
.cid-tGnbc87qo2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGnbc87qo2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGnbc87qo2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGnbc87qo2 .nav-link {
  position: relative;
}
.cid-tGnbc87qo2 .container {
  display: flex;
  margin: auto;
}
.cid-tGnbc87qo2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGnbc87qo2 .navbar-caption {
  padding-right: 4rem;
}
.cid-tGnbc87qo2 .dropdown-menu,
.cid-tGnbc87qo2 .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGnbc87qo2 .nav-item:focus,
.cid-tGnbc87qo2 .nav-link:focus {
  outline: none;
}
.cid-tGnbc87qo2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGnbc87qo2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGnbc87qo2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGnbc87qo2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGnbc87qo2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGnbc87qo2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGnbc87qo2 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGnbc87qo2 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGnbc87qo2 .navbar.opened {
  transition: all .3s;
}
.cid-tGnbc87qo2 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGnbc87qo2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tGnbc87qo2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGnbc87qo2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGnbc87qo2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGnbc87qo2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGnbc87qo2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGnbc87qo2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGnbc87qo2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGnbc87qo2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGnbc87qo2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGnbc87qo2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGnbc87qo2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGnbc87qo2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGnbc87qo2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGnbc87qo2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGnbc87qo2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGnbc87qo2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGnbc87qo2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGnbc87qo2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGnbc87qo2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGnbc87qo2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGnbc87qo2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGnbc87qo2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGnbc87qo2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGnbc87qo2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGnbc87qo2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGnbc87qo2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGnbc87qo2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGnbc87qo2 .dropdown-item.active,
.cid-tGnbc87qo2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tGnbc87qo2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGnbc87qo2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGnbc87qo2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGnbc87qo2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGnbc87qo2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGnbc87qo2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGnbc87qo2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGnbc87qo2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGnbc87qo2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGnbc87qo2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGnbc87qo2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGnbc87qo2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGnbc87qo2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGnbc87qo2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGnbc87qo2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGnbc87qo2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGnbc87qo2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGnbc87qo2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGnbc87qo2 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGnbc87qo2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGnbc87qo2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGnbc87qo2 .navbar {
    height: 77px;
  }
  .cid-tGnbc87qo2 .navbar.opened {
    height: auto;
  }
  .cid-tGnbc87qo2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGnbc8CeNq {
  background-image: url("../../../assets/images/french-cottages-lolivier-medium-12-768x1024.webp");
}
.cid-tGnbc8CeNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGnbc8CeNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGnbc8CeNq .mbr-section-title {
  color: #e6c63b;
}
.cid-tGnbc8CeNq .mbr-text,
.cid-tGnbc8CeNq .mbr-section-btn {
  color: #ffffff;
}
.cid-tGnbc8YIuC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGnbc8YIuC .mbr-overlay {
  background: #353535;
  opacity: 0.8;
}
.cid-tGnbc8YIuC img,
.cid-tGnbc8YIuC .item-img {
  width: 100%;
}
.cid-tGnbc8YIuC .item:focus,
.cid-tGnbc8YIuC span:focus {
  outline: none;
}
.cid-tGnbc8YIuC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGnbc8YIuC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fff0b0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGnbc8YIuC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGnbc8YIuC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGnbc8YIuC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGnbc8YIuC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGnbc8YIuC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGnbc8YIuC .mbr-section-title {
  color: #ffffff;
}
.cid-tGnbc8YIuC .mbr-text,
.cid-tGnbc8YIuC .mbr-section-btn {
  text-align: center;
}
.cid-tGnbc8YIuC .item-title {
  text-align: center;
}
.cid-tGnbc8YIuC .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tGnjkHHABJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGnjkHHABJ .mbr-overlay {
  background: #353535;
  opacity: 0.8;
}
.cid-tGnjkHHABJ img,
.cid-tGnjkHHABJ .item-img {
  width: 100%;
}
.cid-tGnjkHHABJ .item:focus,
.cid-tGnjkHHABJ span:focus {
  outline: none;
}
.cid-tGnjkHHABJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGnjkHHABJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fff0b0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGnjkHHABJ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGnjkHHABJ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGnjkHHABJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGnjkHHABJ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGnjkHHABJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGnjkHHABJ .mbr-section-title {
  color: #ffffff;
}
.cid-tGnjkHHABJ .mbr-text,
.cid-tGnjkHHABJ .mbr-section-btn {
  text-align: center;
}
.cid-tGnjkHHABJ .item-title {
  text-align: center;
}
.cid-tGnjkHHABJ .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tGnbc9us1A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGnbc9us1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGnbc9us1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGnbc9us1A .mbr-section-title DIV {
  text-align: center;
}
.cid-tGnbc9us1A .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGnbc9us1A .mbr-text,
.cid-tGnbc9us1A .mbr-section-btn {
  text-align: center;
}
.cid-tGnbc9Obi7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGnbc9Obi7 .content {
    text-align: center;
  }
  .cid-tGnbc9Obi7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGnbc9Obi7 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGnbc9Obi7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGnbc9Obi7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGnbc9Obi7 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGnbc9Obi7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGnbc9Obi7 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGnbc9Obi7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGnbc9Obi7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGnbc9Obi7 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGnbc9Obi7 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGnbc9Obi7 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGnbc9Obi7 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGnbc9Obi7 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGnbc9Obi7 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGnbc9Obi7 .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGnbc9Obi7 H5 {
  color: #ffe161;
}
.cid-tGnwql6Oau .navbar-dropdown {
  position: relative !important;
}
.cid-tGnwql6Oau .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGnwql6Oau .dropdown-menu {
  padding: 0;
}
.cid-tGnwql6Oau .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGnwql6Oau .dropdown-item:hover,
.cid-tGnwql6Oau .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGnwql6Oau .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGnwql6Oau .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGnwql6Oau .nav-link {
  position: relative;
}
.cid-tGnwql6Oau .container {
  display: flex;
  margin: auto;
}
.cid-tGnwql6Oau .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGnwql6Oau .navbar-caption {
  padding-right: 4rem;
}
.cid-tGnwql6Oau .dropdown-menu,
.cid-tGnwql6Oau .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGnwql6Oau .nav-item:focus,
.cid-tGnwql6Oau .nav-link:focus {
  outline: none;
}
.cid-tGnwql6Oau .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGnwql6Oau .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGnwql6Oau .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGnwql6Oau .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGnwql6Oau .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGnwql6Oau .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGnwql6Oau .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGnwql6Oau .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGnwql6Oau .navbar.opened {
  transition: all .3s;
}
.cid-tGnwql6Oau .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGnwql6Oau .navbar .navbar-logo img {
  width: auto;
}
.cid-tGnwql6Oau .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGnwql6Oau .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGnwql6Oau .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGnwql6Oau .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGnwql6Oau .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGnwql6Oau .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGnwql6Oau .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGnwql6Oau .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGnwql6Oau .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGnwql6Oau .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGnwql6Oau .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGnwql6Oau .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGnwql6Oau .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGnwql6Oau .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGnwql6Oau .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGnwql6Oau .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGnwql6Oau .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGnwql6Oau .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGnwql6Oau .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGnwql6Oau .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGnwql6Oau .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGnwql6Oau .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGnwql6Oau .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGnwql6Oau .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGnwql6Oau .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGnwql6Oau .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGnwql6Oau .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGnwql6Oau .dropdown-item.active,
.cid-tGnwql6Oau .dropdown-item:active {
  background-color: transparent;
}
.cid-tGnwql6Oau .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGnwql6Oau .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGnwql6Oau .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGnwql6Oau .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGnwql6Oau .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGnwql6Oau .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGnwql6Oau ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGnwql6Oau .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGnwql6Oau button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGnwql6Oau button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGnwql6Oau button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGnwql6Oau button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGnwql6Oau button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGnwql6Oau button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGnwql6Oau nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGnwql6Oau nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGnwql6Oau nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGnwql6Oau nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGnwql6Oau .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGnwql6Oau a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGnwql6Oau .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGnwql6Oau .navbar {
    height: 77px;
  }
  .cid-tGnwql6Oau .navbar.opened {
    height: auto;
  }
  .cid-tGnwql6Oau .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGnwqlDefm {
  background-image: url("../../../assets/images/french-cottages-fountain-1024x683.webp");
}
.cid-tGnwqlDefm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGnwqlDefm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGnwqlDefm .row {
    flex-direction: column-reverse;
  }
  .cid-tGnwqlDefm .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGnwqlDefm .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGnwqlDefm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGnwqlDefm .media-content,
.cid-tGnwqlDefm .mbr-figure {
  align-self: center;
}
.cid-tGnwqlDefm .mbr-figure iframe {
  width: 100%;
}
.cid-tGnwqlDefm .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tGnwqlDefm .mbr-text,
.cid-tGnwqlDefm .mbr-section-btn {
  color: #e6c63b;
  text-align: center;
}
.cid-tGnwYWCb80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGnwYWCb80 .mbr-section-title {
  color: #e43f3f;
}
.cid-tGnwYWCb80 .mbr-section-subtitle {
  color: #4479d9;
}
.cid-tGnymUD2yp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGnymUD2yp .mbr-section-title {
  color: #e43f3f;
}
.cid-tGnymUD2yp .mbr-section-subtitle {
  color: #4479d9;
}
.cid-tGnwqpzR19 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGnwqpzR19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGnwqpzR19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGnwqpzR19 .mbr-section-title DIV {
  text-align: center;
}
.cid-tGnwqpzR19 .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGnwqpzR19 .mbr-text,
.cid-tGnwqpzR19 .mbr-section-btn {
  text-align: center;
}
.cid-tGnwqpYBX5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGnwqpYBX5 .content {
    text-align: center;
  }
  .cid-tGnwqpYBX5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGnwqpYBX5 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGnwqpYBX5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGnwqpYBX5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGnwqpYBX5 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGnwqpYBX5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGnwqpYBX5 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGnwqpYBX5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGnwqpYBX5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGnwqpYBX5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGnwqpYBX5 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGnwqpYBX5 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGnwqpYBX5 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGnwqpYBX5 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGnwqpYBX5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGnwqpYBX5 .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGnwqpYBX5 H5 {
  color: #ffe161;
}
.cid-tGrijGvL0F .navbar-dropdown {
  position: relative !important;
}
.cid-tGrijGvL0F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGrijGvL0F .dropdown-menu {
  padding: 0;
}
.cid-tGrijGvL0F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGrijGvL0F .dropdown-item:hover,
.cid-tGrijGvL0F .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGrijGvL0F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGrijGvL0F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGrijGvL0F .nav-link {
  position: relative;
}
.cid-tGrijGvL0F .container {
  display: flex;
  margin: auto;
}
.cid-tGrijGvL0F .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGrijGvL0F .navbar-caption {
  padding-right: 4rem;
}
.cid-tGrijGvL0F .dropdown-menu,
.cid-tGrijGvL0F .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGrijGvL0F .nav-item:focus,
.cid-tGrijGvL0F .nav-link:focus {
  outline: none;
}
.cid-tGrijGvL0F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGrijGvL0F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGrijGvL0F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGrijGvL0F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGrijGvL0F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGrijGvL0F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGrijGvL0F .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGrijGvL0F .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGrijGvL0F .navbar.opened {
  transition: all .3s;
}
.cid-tGrijGvL0F .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGrijGvL0F .navbar .navbar-logo img {
  width: auto;
}
.cid-tGrijGvL0F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGrijGvL0F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGrijGvL0F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGrijGvL0F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGrijGvL0F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGrijGvL0F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGrijGvL0F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGrijGvL0F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGrijGvL0F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGrijGvL0F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGrijGvL0F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGrijGvL0F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGrijGvL0F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGrijGvL0F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGrijGvL0F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGrijGvL0F .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGrijGvL0F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGrijGvL0F .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGrijGvL0F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGrijGvL0F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGrijGvL0F .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGrijGvL0F .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGrijGvL0F .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGrijGvL0F .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGrijGvL0F .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGrijGvL0F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGrijGvL0F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGrijGvL0F .dropdown-item.active,
.cid-tGrijGvL0F .dropdown-item:active {
  background-color: transparent;
}
.cid-tGrijGvL0F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGrijGvL0F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGrijGvL0F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGrijGvL0F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGrijGvL0F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGrijGvL0F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGrijGvL0F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGrijGvL0F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGrijGvL0F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGrijGvL0F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGrijGvL0F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGrijGvL0F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGrijGvL0F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGrijGvL0F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGrijGvL0F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGrijGvL0F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGrijGvL0F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGrijGvL0F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGrijGvL0F .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGrijGvL0F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGrijGvL0F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGrijGvL0F .navbar {
    height: 77px;
  }
  .cid-tGrijGvL0F .navbar.opened {
    height: auto;
  }
  .cid-tGrijGvL0F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGrijJukMX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGrijJukMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrijJukMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGrijJukMX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGrijJukMX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGrijJukMX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGrijJukMX .mbr-section-title {
  color: #e6c63b;
}
.cid-tGrijJukMX .mbr-text,
.cid-tGrijJukMX .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGrijJukMX .mbr-section-title DIV {
  text-align: left;
}
.cid-tGrijMSBYn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGrijMSBYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrijMSBYn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGrijMSBYn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGrijMSBYn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGrijMSBYn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGrijMSBYn .mbr-section-title {
  color: #e6c63b;
}
.cid-tGrijMSBYn .mbr-text,
.cid-tGrijMSBYn .mbr-section-btn {
  color: #ffffff;
}
.cid-tGrijNtAob {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGrijNtAob .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrijNtAob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGrijNtAob .mbr-section-title DIV {
  text-align: center;
}
.cid-tGrijNtAob .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGrijNtAob .mbr-text,
.cid-tGrijNtAob .mbr-section-btn {
  text-align: center;
}
.cid-tGrijO7Cwq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGrijO7Cwq .content {
    text-align: center;
  }
  .cid-tGrijO7Cwq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGrijO7Cwq .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGrijO7Cwq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGrijO7Cwq .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGrijO7Cwq .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGrijO7Cwq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGrijO7Cwq .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGrijO7Cwq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGrijO7Cwq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGrijO7Cwq .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGrijO7Cwq .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGrijO7Cwq .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGrijO7Cwq .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGrijO7Cwq .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGrijO7Cwq .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGrijO7Cwq .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGrijO7Cwq H5 {
  color: #ffe161;
}
.cid-tGrxs57lmb .navbar-dropdown {
  position: relative !important;
}
.cid-tGrxs57lmb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGrxs57lmb .dropdown-menu {
  padding: 0;
}
.cid-tGrxs57lmb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGrxs57lmb .dropdown-item:hover,
.cid-tGrxs57lmb .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGrxs57lmb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGrxs57lmb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGrxs57lmb .nav-link {
  position: relative;
}
.cid-tGrxs57lmb .container {
  display: flex;
  margin: auto;
}
.cid-tGrxs57lmb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGrxs57lmb .navbar-caption {
  padding-right: 4rem;
}
.cid-tGrxs57lmb .dropdown-menu,
.cid-tGrxs57lmb .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGrxs57lmb .nav-item:focus,
.cid-tGrxs57lmb .nav-link:focus {
  outline: none;
}
.cid-tGrxs57lmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGrxs57lmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGrxs57lmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGrxs57lmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGrxs57lmb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGrxs57lmb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGrxs57lmb .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGrxs57lmb .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGrxs57lmb .navbar.opened {
  transition: all .3s;
}
.cid-tGrxs57lmb .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGrxs57lmb .navbar .navbar-logo img {
  width: auto;
}
.cid-tGrxs57lmb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGrxs57lmb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGrxs57lmb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGrxs57lmb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGrxs57lmb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGrxs57lmb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGrxs57lmb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGrxs57lmb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGrxs57lmb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGrxs57lmb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGrxs57lmb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGrxs57lmb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGrxs57lmb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGrxs57lmb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGrxs57lmb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGrxs57lmb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGrxs57lmb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGrxs57lmb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGrxs57lmb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGrxs57lmb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGrxs57lmb .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGrxs57lmb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGrxs57lmb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGrxs57lmb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGrxs57lmb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGrxs57lmb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGrxs57lmb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGrxs57lmb .dropdown-item.active,
.cid-tGrxs57lmb .dropdown-item:active {
  background-color: transparent;
}
.cid-tGrxs57lmb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGrxs57lmb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGrxs57lmb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGrxs57lmb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGrxs57lmb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGrxs57lmb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGrxs57lmb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGrxs57lmb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGrxs57lmb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGrxs57lmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGrxs57lmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGrxs57lmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGrxs57lmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGrxs57lmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGrxs57lmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGrxs57lmb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGrxs57lmb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGrxs57lmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGrxs57lmb .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGrxs57lmb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGrxs57lmb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGrxs57lmb .navbar {
    height: 77px;
  }
  .cid-tGrxs57lmb .navbar.opened {
    height: auto;
  }
  .cid-tGrxs57lmb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGryjt3XD6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGryjt3XD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGryjt3XD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGryjt3XD6 .row {
  flex-direction: row-reverse;
}
.cid-tGryjt3XD6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGryjt3XD6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGryjt3XD6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGryjt3XD6 .mbr-section-title {
  color: #e6c63b;
}
.cid-tGryjt3XD6 .mbr-text,
.cid-tGryjt3XD6 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGryjt3XD6 .mbr-section-title DIV {
  text-align: left;
}
.cid-tGrxsaVmPY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGrxsaVmPY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrxsaVmPY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGrxsaVmPY .mbr-section-title DIV {
  text-align: center;
}
.cid-tGrxsaVmPY .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGrxsaVmPY .mbr-text,
.cid-tGrxsaVmPY .mbr-section-btn {
  text-align: center;
}
.cid-tGrxsbrsEt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGrxsbrsEt .content {
    text-align: center;
  }
  .cid-tGrxsbrsEt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGrxsbrsEt .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGrxsbrsEt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGrxsbrsEt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGrxsbrsEt .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGrxsbrsEt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGrxsbrsEt .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGrxsbrsEt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGrxsbrsEt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGrxsbrsEt .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGrxsbrsEt .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGrxsbrsEt .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGrxsbrsEt .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGrxsbrsEt .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGrxsbrsEt .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGrxsbrsEt .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGrxsbrsEt H5 {
  color: #ffe161;
}
.cid-tGrAElGrHn .navbar-dropdown {
  position: relative !important;
}
.cid-tGrAElGrHn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGrAElGrHn .dropdown-menu {
  padding: 0;
}
.cid-tGrAElGrHn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGrAElGrHn .dropdown-item:hover,
.cid-tGrAElGrHn .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGrAElGrHn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGrAElGrHn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGrAElGrHn .nav-link {
  position: relative;
}
.cid-tGrAElGrHn .container {
  display: flex;
  margin: auto;
}
.cid-tGrAElGrHn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGrAElGrHn .navbar-caption {
  padding-right: 4rem;
}
.cid-tGrAElGrHn .dropdown-menu,
.cid-tGrAElGrHn .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGrAElGrHn .nav-item:focus,
.cid-tGrAElGrHn .nav-link:focus {
  outline: none;
}
.cid-tGrAElGrHn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGrAElGrHn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGrAElGrHn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGrAElGrHn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGrAElGrHn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGrAElGrHn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGrAElGrHn .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGrAElGrHn .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGrAElGrHn .navbar.opened {
  transition: all .3s;
}
.cid-tGrAElGrHn .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGrAElGrHn .navbar .navbar-logo img {
  width: auto;
}
.cid-tGrAElGrHn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGrAElGrHn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGrAElGrHn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGrAElGrHn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGrAElGrHn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGrAElGrHn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGrAElGrHn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGrAElGrHn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGrAElGrHn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGrAElGrHn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGrAElGrHn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGrAElGrHn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGrAElGrHn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGrAElGrHn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGrAElGrHn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGrAElGrHn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGrAElGrHn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGrAElGrHn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGrAElGrHn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGrAElGrHn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGrAElGrHn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGrAElGrHn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGrAElGrHn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGrAElGrHn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGrAElGrHn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGrAElGrHn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGrAElGrHn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGrAElGrHn .dropdown-item.active,
.cid-tGrAElGrHn .dropdown-item:active {
  background-color: transparent;
}
.cid-tGrAElGrHn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGrAElGrHn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGrAElGrHn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGrAElGrHn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGrAElGrHn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGrAElGrHn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGrAElGrHn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGrAElGrHn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGrAElGrHn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGrAElGrHn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGrAElGrHn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGrAElGrHn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGrAElGrHn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGrAElGrHn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGrAElGrHn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGrAElGrHn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGrAElGrHn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGrAElGrHn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGrAElGrHn .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGrAElGrHn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGrAElGrHn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGrAElGrHn .navbar {
    height: 77px;
  }
  .cid-tGrAElGrHn .navbar.opened {
    height: auto;
  }
  .cid-tGrAElGrHn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGrAEmohRj {
  background-image: url("../../../assets/images/french-cottages-fountain-1024x683.webp");
}
.cid-tGrAEmohRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrAEmohRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGrAEmohRj .row {
    flex-direction: column-reverse;
  }
  .cid-tGrAEmohRj .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGrAEmohRj .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGrAEmohRj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGrAEmohRj .media-content,
.cid-tGrAEmohRj .mbr-figure {
  align-self: center;
}
.cid-tGrAEmohRj .mbr-figure iframe {
  width: 100%;
}
.cid-tGrAEmohRj .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tGrAEmohRj .mbr-text,
.cid-tGrAEmohRj .mbr-section-btn {
  color: #e6c63b;
  text-align: center;
}
.cid-tGrAEqMxv2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGrAEqMxv2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrAEqMxv2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGrAEqMxv2 .mbr-section-title DIV {
  text-align: center;
}
.cid-tGrAEqMxv2 .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGrAEqMxv2 .mbr-text,
.cid-tGrAEqMxv2 .mbr-section-btn {
  text-align: center;
}
.cid-tGrAErkbJy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGrAErkbJy .content {
    text-align: center;
  }
  .cid-tGrAErkbJy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGrAErkbJy .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGrAErkbJy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGrAErkbJy .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGrAErkbJy .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGrAErkbJy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGrAErkbJy .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGrAErkbJy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGrAErkbJy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGrAErkbJy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGrAErkbJy .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGrAErkbJy .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGrAErkbJy .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGrAErkbJy .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGrAErkbJy .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGrAErkbJy .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGrAErkbJy H5 {
  color: #ffe161;
}
.cid-tGrBGDSk7M .navbar-dropdown {
  position: relative !important;
}
.cid-tGrBGDSk7M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGrBGDSk7M .dropdown-menu {
  padding: 0;
}
.cid-tGrBGDSk7M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGrBGDSk7M .dropdown-item:hover,
.cid-tGrBGDSk7M .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGrBGDSk7M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGrBGDSk7M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGrBGDSk7M .nav-link {
  position: relative;
}
.cid-tGrBGDSk7M .container {
  display: flex;
  margin: auto;
}
.cid-tGrBGDSk7M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGrBGDSk7M .navbar-caption {
  padding-right: 4rem;
}
.cid-tGrBGDSk7M .dropdown-menu,
.cid-tGrBGDSk7M .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGrBGDSk7M .nav-item:focus,
.cid-tGrBGDSk7M .nav-link:focus {
  outline: none;
}
.cid-tGrBGDSk7M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGrBGDSk7M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGrBGDSk7M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGrBGDSk7M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGrBGDSk7M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGrBGDSk7M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGrBGDSk7M .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGrBGDSk7M .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGrBGDSk7M .navbar.opened {
  transition: all .3s;
}
.cid-tGrBGDSk7M .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGrBGDSk7M .navbar .navbar-logo img {
  width: auto;
}
.cid-tGrBGDSk7M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGrBGDSk7M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGrBGDSk7M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGrBGDSk7M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGrBGDSk7M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGrBGDSk7M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGrBGDSk7M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGrBGDSk7M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGrBGDSk7M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGrBGDSk7M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGrBGDSk7M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGrBGDSk7M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGrBGDSk7M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGrBGDSk7M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGrBGDSk7M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGrBGDSk7M .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGrBGDSk7M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGrBGDSk7M .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGrBGDSk7M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGrBGDSk7M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGrBGDSk7M .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGrBGDSk7M .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGrBGDSk7M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGrBGDSk7M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGrBGDSk7M .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGrBGDSk7M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGrBGDSk7M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGrBGDSk7M .dropdown-item.active,
.cid-tGrBGDSk7M .dropdown-item:active {
  background-color: transparent;
}
.cid-tGrBGDSk7M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGrBGDSk7M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGrBGDSk7M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGrBGDSk7M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGrBGDSk7M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGrBGDSk7M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGrBGDSk7M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGrBGDSk7M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGrBGDSk7M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGrBGDSk7M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGrBGDSk7M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGrBGDSk7M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGrBGDSk7M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGrBGDSk7M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGrBGDSk7M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGrBGDSk7M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGrBGDSk7M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGrBGDSk7M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGrBGDSk7M .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGrBGDSk7M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGrBGDSk7M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGrBGDSk7M .navbar {
    height: 77px;
  }
  .cid-tGrBGDSk7M .navbar.opened {
    height: auto;
  }
  .cid-tGrBGDSk7M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGrBGFRpvU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGrBGFRpvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrBGFRpvU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGrBGFRpvU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGrBGFRpvU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGrBGFRpvU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGrBGFRpvU .mbr-section-title {
  color: #e6c63b;
}
.cid-tGrBGFRpvU .mbr-text,
.cid-tGrBGFRpvU .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGrBGFRpvU .mbr-section-title DIV {
  text-align: left;
}
.cid-tGrBGIvyhw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGrBGIvyhw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrBGIvyhw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGrBGIvyhw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGrBGIvyhw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGrBGIvyhw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGrBGIvyhw .mbr-section-title {
  color: #e6c63b;
}
.cid-tGrBGIvyhw .mbr-text,
.cid-tGrBGIvyhw .mbr-section-btn {
  color: #ffffff;
}
.cid-tGrBGJ01ie {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGrBGJ01ie .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrBGJ01ie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGrBGJ01ie .mbr-section-title DIV {
  text-align: center;
}
.cid-tGrBGJ01ie .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGrBGJ01ie .mbr-text,
.cid-tGrBGJ01ie .mbr-section-btn {
  text-align: center;
}
.cid-tGrBGJyL2L {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGrBGJyL2L .content {
    text-align: center;
  }
  .cid-tGrBGJyL2L .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGrBGJyL2L .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGrBGJyL2L .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGrBGJyL2L .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGrBGJyL2L .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGrBGJyL2L .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGrBGJyL2L .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGrBGJyL2L .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGrBGJyL2L .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGrBGJyL2L .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGrBGJyL2L .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGrBGJyL2L .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGrBGJyL2L .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGrBGJyL2L .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGrBGJyL2L .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGrBGJyL2L .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGrBGJyL2L H5 {
  color: #ffe161;
}
.cid-tGrCN09mjE .navbar-dropdown {
  position: relative !important;
}
.cid-tGrCN09mjE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGrCN09mjE .dropdown-menu {
  padding: 0;
}
.cid-tGrCN09mjE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGrCN09mjE .dropdown-item:hover,
.cid-tGrCN09mjE .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGrCN09mjE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGrCN09mjE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGrCN09mjE .nav-link {
  position: relative;
}
.cid-tGrCN09mjE .container {
  display: flex;
  margin: auto;
}
.cid-tGrCN09mjE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGrCN09mjE .navbar-caption {
  padding-right: 4rem;
}
.cid-tGrCN09mjE .dropdown-menu,
.cid-tGrCN09mjE .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGrCN09mjE .nav-item:focus,
.cid-tGrCN09mjE .nav-link:focus {
  outline: none;
}
.cid-tGrCN09mjE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGrCN09mjE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGrCN09mjE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGrCN09mjE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGrCN09mjE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGrCN09mjE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGrCN09mjE .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGrCN09mjE .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGrCN09mjE .navbar.opened {
  transition: all .3s;
}
.cid-tGrCN09mjE .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGrCN09mjE .navbar .navbar-logo img {
  width: auto;
}
.cid-tGrCN09mjE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGrCN09mjE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGrCN09mjE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGrCN09mjE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGrCN09mjE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGrCN09mjE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGrCN09mjE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGrCN09mjE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGrCN09mjE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGrCN09mjE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGrCN09mjE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGrCN09mjE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGrCN09mjE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGrCN09mjE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGrCN09mjE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGrCN09mjE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGrCN09mjE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGrCN09mjE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGrCN09mjE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGrCN09mjE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGrCN09mjE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGrCN09mjE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGrCN09mjE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGrCN09mjE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGrCN09mjE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGrCN09mjE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGrCN09mjE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGrCN09mjE .dropdown-item.active,
.cid-tGrCN09mjE .dropdown-item:active {
  background-color: transparent;
}
.cid-tGrCN09mjE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGrCN09mjE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGrCN09mjE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGrCN09mjE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGrCN09mjE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGrCN09mjE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGrCN09mjE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGrCN09mjE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGrCN09mjE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGrCN09mjE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGrCN09mjE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGrCN09mjE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGrCN09mjE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGrCN09mjE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGrCN09mjE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGrCN09mjE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGrCN09mjE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGrCN09mjE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGrCN09mjE .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGrCN09mjE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGrCN09mjE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGrCN09mjE .navbar {
    height: 77px;
  }
  .cid-tGrCN09mjE .navbar.opened {
    height: auto;
  }
  .cid-tGrCN09mjE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGrCN0CUxs {
  background-image: url("../../../assets/images/dordogne-aerial-view-1920x1080.webp");
}
.cid-tGrCN0CUxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrCN0CUxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGrCN0CUxs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGrCN0CUxs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGrCN0CUxs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGrCN0CUxs .mbr-section-title {
  color: #e6c63b;
}
.cid-tGrCN0CUxs .mbr-text,
.cid-tGrCN0CUxs .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGrCN0CUxs .mbr-section-title DIV {
  text-align: left;
}
.cid-tGrDLvysSs {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/french-cottages-fountain-1024x683.webp");
}
.cid-tGrDLvysSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrDLvysSs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGrDLvysSs .row {
    flex-direction: column-reverse;
  }
  .cid-tGrDLvysSs .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGrDLvysSs .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGrDLvysSs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGrDLvysSs .media-content,
.cid-tGrDLvysSs .mbr-figure {
  align-self: center;
}
.cid-tGrDLvysSs .mbr-figure iframe {
  width: 100%;
}
.cid-tGrDLvysSs .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tGrDLvysSs .mbr-text,
.cid-tGrDLvysSs .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGrE8sCCJC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dordognescenes-3-1440x900.webp");
}
.cid-tGrE8sCCJC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrE8sCCJC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGrE8sCCJC .row {
    flex-direction: column-reverse;
  }
  .cid-tGrE8sCCJC .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGrE8sCCJC .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGrE8sCCJC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGrE8sCCJC .media-content,
.cid-tGrE8sCCJC .mbr-figure {
  align-self: center;
}
.cid-tGrE8sCCJC .mbr-figure iframe {
  width: 100%;
}
.cid-tGrE8sCCJC .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tGrE8sCCJC .mbr-text,
.cid-tGrE8sCCJC .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGrDYkcEyw {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/loirevalleyvillagechateau-3-1920x1080.webp");
}
.cid-tGrDYkcEyw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrDYkcEyw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGrDYkcEyw .row {
    flex-direction: column-reverse;
  }
  .cid-tGrDYkcEyw .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGrDYkcEyw .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGrDYkcEyw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGrDYkcEyw .media-content,
.cid-tGrDYkcEyw .mbr-figure {
  align-self: center;
}
.cid-tGrDYkcEyw .mbr-figure iframe {
  width: 100%;
}
.cid-tGrDYkcEyw .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tGrDYkcEyw .mbr-text,
.cid-tGrDYkcEyw .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGrEgHi8iK {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGrEgHi8iK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrEgHi8iK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGrEgHi8iK .row {
    flex-direction: column-reverse;
  }
  .cid-tGrEgHi8iK .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGrEgHi8iK .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGrEgHi8iK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGrEgHi8iK .media-content,
.cid-tGrEgHi8iK .mbr-figure {
  align-self: center;
}
.cid-tGrEgHi8iK .mbr-figure iframe {
  width: 100%;
}
.cid-tGrEgHi8iK .mbr-section-title {
  color: #fbff61;
  text-align: center;
}
.cid-tGrEgHi8iK .mbr-text,
.cid-tGrEgHi8iK .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGrEr4F2UQ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dordognescenes-3-1440x900.webp");
}
.cid-tGrEr4F2UQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrEr4F2UQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGrEr4F2UQ .row {
    flex-direction: column-reverse;
  }
  .cid-tGrEr4F2UQ .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGrEr4F2UQ .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGrEr4F2UQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGrEr4F2UQ .media-content,
.cid-tGrEr4F2UQ .mbr-figure {
  align-self: center;
}
.cid-tGrEr4F2UQ .mbr-figure iframe {
  width: 100%;
}
.cid-tGrEr4F2UQ .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tGrEr4F2UQ .mbr-text,
.cid-tGrEr4F2UQ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGrEqge44w {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dordognescenes-3-1440x900.webp");
}
.cid-tGrEqge44w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrEqge44w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGrEqge44w .row {
    flex-direction: column-reverse;
  }
  .cid-tGrEqge44w .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGrEqge44w .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGrEqge44w .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGrEqge44w .media-content,
.cid-tGrEqge44w .mbr-figure {
  align-self: center;
}
.cid-tGrEqge44w .mbr-figure iframe {
  width: 100%;
}
.cid-tGrEqge44w .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tGrEqge44w .mbr-text,
.cid-tGrEqge44w .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGrCN0W8Pe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGrCN0W8Pe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrCN0W8Pe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGrCN0W8Pe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGrCN0W8Pe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGrCN0W8Pe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGrCN0W8Pe .mbr-section-title {
  color: #e6c63b;
}
.cid-tGrCN0W8Pe .mbr-text,
.cid-tGrCN0W8Pe .mbr-section-btn {
  color: #ffffff;
}
.cid-tGrCN1daLW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGrCN1daLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrCN1daLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGrCN1daLW .mbr-section-title DIV {
  text-align: center;
}
.cid-tGrCN1daLW .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGrCN1daLW .mbr-text,
.cid-tGrCN1daLW .mbr-section-btn {
  text-align: center;
}
.cid-tGrCN1BaGb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGrCN1BaGb .content {
    text-align: center;
  }
  .cid-tGrCN1BaGb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGrCN1BaGb .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGrCN1BaGb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGrCN1BaGb .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGrCN1BaGb .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGrCN1BaGb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGrCN1BaGb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGrCN1BaGb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGrCN1BaGb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGrCN1BaGb .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGrCN1BaGb .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGrCN1BaGb .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGrCN1BaGb .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGrCN1BaGb .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGrCN1BaGb .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGrCN1BaGb .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGrCN1BaGb H5 {
  color: #ffe161;
}
.cid-tGrFBL8ufE .navbar-dropdown {
  position: relative !important;
}
.cid-tGrFBL8ufE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGrFBL8ufE .dropdown-menu {
  padding: 0;
}
.cid-tGrFBL8ufE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGrFBL8ufE .dropdown-item:hover,
.cid-tGrFBL8ufE .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGrFBL8ufE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGrFBL8ufE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGrFBL8ufE .nav-link {
  position: relative;
}
.cid-tGrFBL8ufE .container {
  display: flex;
  margin: auto;
}
.cid-tGrFBL8ufE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGrFBL8ufE .navbar-caption {
  padding-right: 4rem;
}
.cid-tGrFBL8ufE .dropdown-menu,
.cid-tGrFBL8ufE .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGrFBL8ufE .nav-item:focus,
.cid-tGrFBL8ufE .nav-link:focus {
  outline: none;
}
.cid-tGrFBL8ufE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGrFBL8ufE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGrFBL8ufE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGrFBL8ufE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGrFBL8ufE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGrFBL8ufE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGrFBL8ufE .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGrFBL8ufE .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGrFBL8ufE .navbar.opened {
  transition: all .3s;
}
.cid-tGrFBL8ufE .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGrFBL8ufE .navbar .navbar-logo img {
  width: auto;
}
.cid-tGrFBL8ufE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGrFBL8ufE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGrFBL8ufE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGrFBL8ufE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGrFBL8ufE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGrFBL8ufE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGrFBL8ufE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGrFBL8ufE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGrFBL8ufE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGrFBL8ufE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGrFBL8ufE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGrFBL8ufE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGrFBL8ufE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGrFBL8ufE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGrFBL8ufE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGrFBL8ufE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGrFBL8ufE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGrFBL8ufE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGrFBL8ufE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGrFBL8ufE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGrFBL8ufE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGrFBL8ufE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGrFBL8ufE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGrFBL8ufE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGrFBL8ufE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGrFBL8ufE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGrFBL8ufE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGrFBL8ufE .dropdown-item.active,
.cid-tGrFBL8ufE .dropdown-item:active {
  background-color: transparent;
}
.cid-tGrFBL8ufE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGrFBL8ufE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGrFBL8ufE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGrFBL8ufE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGrFBL8ufE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGrFBL8ufE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGrFBL8ufE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGrFBL8ufE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGrFBL8ufE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGrFBL8ufE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGrFBL8ufE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGrFBL8ufE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGrFBL8ufE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGrFBL8ufE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGrFBL8ufE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGrFBL8ufE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGrFBL8ufE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGrFBL8ufE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGrFBL8ufE .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGrFBL8ufE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGrFBL8ufE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGrFBL8ufE .navbar {
    height: 77px;
  }
  .cid-tGrFBL8ufE .navbar.opened {
    height: auto;
  }
  .cid-tGrFBL8ufE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGrFBM2WE6 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/chateuabirondordognefranc-4-2000x1125.webp");
}
.cid-tGrFBM2WE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrFBM2WE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGrFBM2WE6 .mbr-section-title {
  color: #e6c63b;
}
.cid-tGrFBM2WE6 .mbr-text,
.cid-tGrFBM2WE6 .mbr-section-btn {
  color: #fbff61;
}
.cid-tGrG8pK3xH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGrG8pK3xH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrG8pK3xH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGrG8pK3xH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGrG8pK3xH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGrG8pK3xH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGrG8pK3xH .mbr-section-title {
  color: #e6c63b;
}
.cid-tGrG8pK3xH .mbr-text,
.cid-tGrG8pK3xH .mbr-section-btn {
  color: #ffffff;
}
.cid-tGrFBR5kuu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGrFBR5kuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrFBR5kuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGrFBR5kuu .mbr-section-title DIV {
  text-align: center;
}
.cid-tGrFBR5kuu .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGrFBR5kuu .mbr-text,
.cid-tGrFBR5kuu .mbr-section-btn {
  text-align: center;
}
.cid-tGrFBRvfZT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGrFBRvfZT .content {
    text-align: center;
  }
  .cid-tGrFBRvfZT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGrFBRvfZT .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGrFBRvfZT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGrFBRvfZT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGrFBRvfZT .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGrFBRvfZT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGrFBRvfZT .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGrFBRvfZT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGrFBRvfZT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGrFBRvfZT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGrFBRvfZT .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGrFBRvfZT .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGrFBRvfZT .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGrFBRvfZT .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGrFBRvfZT .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGrFBRvfZT .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGrFBRvfZT H5 {
  color: #ffe161;
}
.cid-tGrIqHX8nK {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/img-2529-1080x1080.webp");
}
.cid-tGrIqHX8nK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrIqHX8nK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGrIqHX8nK .mbr-section-title {
  color: #e6c63b;
}
.cid-tGrIqHX8nK .mbr-text,
.cid-tGrIqHX8nK .mbr-section-btn {
  color: #fbff61;
  text-align: center;
}
.cid-tGrIqHwK23 .navbar-dropdown {
  position: relative !important;
}
.cid-tGrIqHwK23 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGrIqHwK23 .dropdown-menu {
  padding: 0;
}
.cid-tGrIqHwK23 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGrIqHwK23 .dropdown-item:hover,
.cid-tGrIqHwK23 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGrIqHwK23 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGrIqHwK23 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGrIqHwK23 .nav-link {
  position: relative;
}
.cid-tGrIqHwK23 .container {
  display: flex;
  margin: auto;
}
.cid-tGrIqHwK23 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGrIqHwK23 .navbar-caption {
  padding-right: 4rem;
}
.cid-tGrIqHwK23 .dropdown-menu,
.cid-tGrIqHwK23 .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGrIqHwK23 .nav-item:focus,
.cid-tGrIqHwK23 .nav-link:focus {
  outline: none;
}
.cid-tGrIqHwK23 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGrIqHwK23 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGrIqHwK23 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGrIqHwK23 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGrIqHwK23 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGrIqHwK23 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGrIqHwK23 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGrIqHwK23 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGrIqHwK23 .navbar.opened {
  transition: all .3s;
}
.cid-tGrIqHwK23 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGrIqHwK23 .navbar .navbar-logo img {
  width: auto;
}
.cid-tGrIqHwK23 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGrIqHwK23 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGrIqHwK23 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGrIqHwK23 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGrIqHwK23 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGrIqHwK23 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGrIqHwK23 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGrIqHwK23 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGrIqHwK23 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGrIqHwK23 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGrIqHwK23 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGrIqHwK23 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGrIqHwK23 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGrIqHwK23 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGrIqHwK23 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGrIqHwK23 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGrIqHwK23 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGrIqHwK23 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGrIqHwK23 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGrIqHwK23 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGrIqHwK23 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGrIqHwK23 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGrIqHwK23 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGrIqHwK23 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGrIqHwK23 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGrIqHwK23 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGrIqHwK23 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGrIqHwK23 .dropdown-item.active,
.cid-tGrIqHwK23 .dropdown-item:active {
  background-color: transparent;
}
.cid-tGrIqHwK23 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGrIqHwK23 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGrIqHwK23 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGrIqHwK23 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGrIqHwK23 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGrIqHwK23 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGrIqHwK23 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGrIqHwK23 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGrIqHwK23 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGrIqHwK23 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGrIqHwK23 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGrIqHwK23 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGrIqHwK23 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGrIqHwK23 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGrIqHwK23 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGrIqHwK23 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGrIqHwK23 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGrIqHwK23 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGrIqHwK23 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGrIqHwK23 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGrIqHwK23 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGrIqHwK23 .navbar {
    height: 77px;
  }
  .cid-tGrIqHwK23 .navbar.opened {
    height: auto;
  }
  .cid-tGrIqHwK23 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGrJTrugWH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGrJTrugWH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrJTrugWH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGrJTrugWH .row {
  flex-direction: row-reverse;
}
.cid-tGrJTrugWH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGrJTrugWH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGrJTrugWH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGrJTrugWH .mbr-section-title {
  color: #e6c63b;
}
.cid-tGrJTrugWH .mbr-text,
.cid-tGrJTrugWH .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGrJTrugWH .mbr-section-title DIV {
  text-align: left;
}
.cid-tGrKisW9CF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGrKisW9CF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrKisW9CF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGrKisW9CF .row {
  flex-direction: row-reverse;
}
.cid-tGrKisW9CF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGrKisW9CF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGrKisW9CF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGrKisW9CF .mbr-section-title {
  color: #e6c63b;
}
.cid-tGrKisW9CF .mbr-text,
.cid-tGrKisW9CF .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGrKisW9CF .mbr-section-title DIV {
  text-align: left;
}
.cid-tGrKj8Ripf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGrKj8Ripf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrKj8Ripf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGrKj8Ripf .row {
  flex-direction: row-reverse;
}
.cid-tGrKj8Ripf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGrKj8Ripf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGrKj8Ripf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGrKj8Ripf .mbr-section-title {
  color: #e6c63b;
}
.cid-tGrKj8Ripf .mbr-text,
.cid-tGrKj8Ripf .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGrKj8Ripf .mbr-section-title DIV {
  text-align: left;
}
.cid-tGrLclc2mW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/st-emilion-square-1080x1080.webp");
}
.cid-tGrLclc2mW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrLclc2mW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGrLclc2mW .mbr-section-title {
  color: #e6c63b;
}
.cid-tGrLclc2mW .mbr-text,
.cid-tGrLclc2mW .mbr-section-btn {
  color: #fbff61;
  text-align: center;
}
.cid-tGrIqIw6UO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGrIqIw6UO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrIqIw6UO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGrIqIw6UO .mbr-section-title DIV {
  text-align: center;
}
.cid-tGrIqIw6UO .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGrIqIw6UO .mbr-text,
.cid-tGrIqIw6UO .mbr-section-btn {
  text-align: center;
}
.cid-tGrIqIQndB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGrIqIQndB .content {
    text-align: center;
  }
  .cid-tGrIqIQndB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGrIqIQndB .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGrIqIQndB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGrIqIQndB .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGrIqIQndB .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGrIqIQndB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGrIqIQndB .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGrIqIQndB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGrIqIQndB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGrIqIQndB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGrIqIQndB .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGrIqIQndB .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGrIqIQndB .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGrIqIQndB .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGrIqIQndB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGrIqIQndB .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGrIqIQndB H5 {
  color: #ffe161;
}
.cid-tGrWr8JJ9y .navbar-dropdown {
  position: relative !important;
}
.cid-tGrWr8JJ9y .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGrWr8JJ9y .dropdown-menu {
  padding: 0;
}
.cid-tGrWr8JJ9y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGrWr8JJ9y .dropdown-item:hover,
.cid-tGrWr8JJ9y .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGrWr8JJ9y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGrWr8JJ9y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGrWr8JJ9y .nav-link {
  position: relative;
}
.cid-tGrWr8JJ9y .container {
  display: flex;
  margin: auto;
}
.cid-tGrWr8JJ9y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGrWr8JJ9y .navbar-caption {
  padding-right: 4rem;
}
.cid-tGrWr8JJ9y .dropdown-menu,
.cid-tGrWr8JJ9y .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGrWr8JJ9y .nav-item:focus,
.cid-tGrWr8JJ9y .nav-link:focus {
  outline: none;
}
.cid-tGrWr8JJ9y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGrWr8JJ9y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGrWr8JJ9y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGrWr8JJ9y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGrWr8JJ9y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGrWr8JJ9y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGrWr8JJ9y .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGrWr8JJ9y .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGrWr8JJ9y .navbar.opened {
  transition: all .3s;
}
.cid-tGrWr8JJ9y .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGrWr8JJ9y .navbar .navbar-logo img {
  width: auto;
}
.cid-tGrWr8JJ9y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGrWr8JJ9y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGrWr8JJ9y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGrWr8JJ9y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGrWr8JJ9y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGrWr8JJ9y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGrWr8JJ9y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGrWr8JJ9y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGrWr8JJ9y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGrWr8JJ9y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGrWr8JJ9y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGrWr8JJ9y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGrWr8JJ9y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGrWr8JJ9y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGrWr8JJ9y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGrWr8JJ9y .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGrWr8JJ9y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGrWr8JJ9y .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGrWr8JJ9y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGrWr8JJ9y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGrWr8JJ9y .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGrWr8JJ9y .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGrWr8JJ9y .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGrWr8JJ9y .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGrWr8JJ9y .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGrWr8JJ9y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGrWr8JJ9y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGrWr8JJ9y .dropdown-item.active,
.cid-tGrWr8JJ9y .dropdown-item:active {
  background-color: transparent;
}
.cid-tGrWr8JJ9y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGrWr8JJ9y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGrWr8JJ9y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGrWr8JJ9y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGrWr8JJ9y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGrWr8JJ9y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGrWr8JJ9y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGrWr8JJ9y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGrWr8JJ9y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGrWr8JJ9y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGrWr8JJ9y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGrWr8JJ9y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGrWr8JJ9y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGrWr8JJ9y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGrWr8JJ9y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGrWr8JJ9y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGrWr8JJ9y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGrWr8JJ9y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGrWr8JJ9y .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGrWr8JJ9y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGrWr8JJ9y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGrWr8JJ9y .navbar {
    height: 77px;
  }
  .cid-tGrWr8JJ9y .navbar.opened {
    height: auto;
  }
  .cid-tGrWr8JJ9y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGrWr9wepB {
  background-image: url("../../../assets/images/neville-2-614x786.webp");
}
.cid-tGrWr9wepB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrWr9wepB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGrWr9wepB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGrWr9wepB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGrWr9wepB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGrWr9wepB .mbr-section-title {
  color: #e6c63b;
}
.cid-tGrWr9wepB .mbr-text,
.cid-tGrWr9wepB .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGrWr9wepB .mbr-section-title DIV {
  text-align: left;
}
.cid-tGrWra3Xqg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGrWra3Xqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrWra3Xqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGrWra3Xqg .row {
    flex-direction: column-reverse;
  }
  .cid-tGrWra3Xqg .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGrWra3Xqg .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGrWra3Xqg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGrWra3Xqg .media-content,
.cid-tGrWra3Xqg .mbr-figure {
  align-self: center;
}
.cid-tGrWra3Xqg .mbr-figure iframe {
  width: 100%;
}
.cid-tGrWra3Xqg .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tGrWra3Xqg .mbr-text,
.cid-tGrWra3Xqg .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGrYrlTQQx {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGrYrlTQQx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrYrlTQQx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGrYrlTQQx .row {
    flex-direction: column-reverse;
  }
  .cid-tGrYrlTQQx .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGrYrlTQQx .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGrYrlTQQx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGrYrlTQQx .media-content,
.cid-tGrYrlTQQx .mbr-figure {
  align-self: center;
}
.cid-tGrYrlTQQx .mbr-figure iframe {
  width: 100%;
}
.cid-tGrYrlTQQx .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tGrYrlTQQx .mbr-text,
.cid-tGrYrlTQQx .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGrYqvrsF4 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGrYqvrsF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrYqvrsF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGrYqvrsF4 .row {
    flex-direction: column-reverse;
  }
  .cid-tGrYqvrsF4 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGrYqvrsF4 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGrYqvrsF4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGrYqvrsF4 .media-content,
.cid-tGrYqvrsF4 .mbr-figure {
  align-self: center;
}
.cid-tGrYqvrsF4 .mbr-figure iframe {
  width: 100%;
}
.cid-tGrYqvrsF4 .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tGrYqvrsF4 .mbr-text,
.cid-tGrYqvrsF4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGrWrdAfd5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGrWrdAfd5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGrWrdAfd5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGrWrdAfd5 .mbr-section-title DIV {
  text-align: center;
}
.cid-tGrWrdAfd5 .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGrWrdAfd5 .mbr-text,
.cid-tGrWrdAfd5 .mbr-section-btn {
  text-align: center;
}
.cid-tGrWre6hOi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGrWre6hOi .content {
    text-align: center;
  }
  .cid-tGrWre6hOi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGrWre6hOi .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGrWre6hOi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGrWre6hOi .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGrWre6hOi .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGrWre6hOi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGrWre6hOi .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGrWre6hOi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGrWre6hOi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGrWre6hOi .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGrWre6hOi .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGrWre6hOi .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGrWre6hOi .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGrWre6hOi .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGrWre6hOi .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGrWre6hOi .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGrWre6hOi H5 {
  color: #ffe161;
}
.cid-tGs0tJYjJR .navbar-dropdown {
  position: relative !important;
}
.cid-tGs0tJYjJR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGs0tJYjJR .dropdown-menu {
  padding: 0;
}
.cid-tGs0tJYjJR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGs0tJYjJR .dropdown-item:hover,
.cid-tGs0tJYjJR .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGs0tJYjJR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGs0tJYjJR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGs0tJYjJR .nav-link {
  position: relative;
}
.cid-tGs0tJYjJR .container {
  display: flex;
  margin: auto;
}
.cid-tGs0tJYjJR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGs0tJYjJR .navbar-caption {
  padding-right: 4rem;
}
.cid-tGs0tJYjJR .dropdown-menu,
.cid-tGs0tJYjJR .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGs0tJYjJR .nav-item:focus,
.cid-tGs0tJYjJR .nav-link:focus {
  outline: none;
}
.cid-tGs0tJYjJR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGs0tJYjJR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGs0tJYjJR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGs0tJYjJR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGs0tJYjJR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGs0tJYjJR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGs0tJYjJR .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGs0tJYjJR .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGs0tJYjJR .navbar.opened {
  transition: all .3s;
}
.cid-tGs0tJYjJR .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGs0tJYjJR .navbar .navbar-logo img {
  width: auto;
}
.cid-tGs0tJYjJR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGs0tJYjJR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGs0tJYjJR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGs0tJYjJR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGs0tJYjJR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGs0tJYjJR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGs0tJYjJR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGs0tJYjJR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGs0tJYjJR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGs0tJYjJR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGs0tJYjJR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGs0tJYjJR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGs0tJYjJR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGs0tJYjJR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGs0tJYjJR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGs0tJYjJR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGs0tJYjJR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGs0tJYjJR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGs0tJYjJR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGs0tJYjJR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGs0tJYjJR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGs0tJYjJR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGs0tJYjJR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGs0tJYjJR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGs0tJYjJR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGs0tJYjJR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGs0tJYjJR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGs0tJYjJR .dropdown-item.active,
.cid-tGs0tJYjJR .dropdown-item:active {
  background-color: transparent;
}
.cid-tGs0tJYjJR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGs0tJYjJR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGs0tJYjJR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGs0tJYjJR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGs0tJYjJR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGs0tJYjJR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGs0tJYjJR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGs0tJYjJR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGs0tJYjJR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGs0tJYjJR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGs0tJYjJR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGs0tJYjJR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGs0tJYjJR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGs0tJYjJR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGs0tJYjJR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGs0tJYjJR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGs0tJYjJR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGs0tJYjJR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGs0tJYjJR .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGs0tJYjJR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGs0tJYjJR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGs0tJYjJR .navbar {
    height: 77px;
  }
  .cid-tGs0tJYjJR .navbar.opened {
    height: auto;
  }
  .cid-tGs0tJYjJR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGs0tKzb4I {
  background-image: url("../../../assets/images/lpm-kitchen-bw-1024x768.webp");
}
.cid-tGs0tKzb4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGs0tKzb4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGs0tKzb4I .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGs0tKzb4I .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGs0tKzb4I .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGs0tKzb4I .mbr-section-title {
  color: #e6c63b;
}
.cid-tGs0tKzb4I .mbr-text,
.cid-tGs0tKzb4I .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGs0tKzb4I .mbr-section-title DIV {
  text-align: left;
}
.cid-tGs0tL42aS {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/french-cottages-fountain-1024x683.webp");
}
.cid-tGs0tL42aS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGs0tL42aS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGs0tL42aS .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tGs0tL42aS .row {
    flex-direction: column-reverse;
  }
  .cid-tGs0tL42aS .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGs0tL42aS .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGs0tL42aS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGs0tL42aS .media-content,
.cid-tGs0tL42aS .mbr-figure {
  align-self: center;
}
.cid-tGs0tL42aS .mbr-figure iframe {
  width: 100%;
}
.cid-tGs0tL42aS .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tGs0tL42aS .mbr-text,
.cid-tGs0tL42aS .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGs0tLshQl {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dordognescenes-3-1440x900.webp");
}
.cid-tGs0tLshQl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGs0tLshQl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGs0tLshQl .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tGs0tLshQl .row {
    flex-direction: column-reverse;
  }
  .cid-tGs0tLshQl .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGs0tLshQl .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGs0tLshQl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGs0tLshQl .media-content,
.cid-tGs0tLshQl .mbr-figure {
  align-self: center;
}
.cid-tGs0tLshQl .mbr-figure iframe {
  width: 100%;
}
.cid-tGs0tLshQl .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tGs0tLshQl .mbr-text,
.cid-tGs0tLshQl .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGs0tLNuOh {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/loirevalleyvillagechateau-3-1920x1080.webp");
}
.cid-tGs0tLNuOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGs0tLNuOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGs0tLNuOh .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tGs0tLNuOh .row {
    flex-direction: column-reverse;
  }
  .cid-tGs0tLNuOh .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGs0tLNuOh .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGs0tLNuOh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGs0tLNuOh .media-content,
.cid-tGs0tLNuOh .mbr-figure {
  align-self: center;
}
.cid-tGs0tLNuOh .mbr-figure iframe {
  width: 100%;
}
.cid-tGs0tLNuOh .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tGs0tLNuOh .mbr-text,
.cid-tGs0tLNuOh .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGs3PDRF1x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3e2f8;
}
@media (min-width: 992px) {
  .cid-tGs3PDRF1x .carousel {
    min-height: 800px;
  }
  .cid-tGs3PDRF1x .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tGs3PDRF1x .carousel {
    min-height: 520px;
  }
  .cid-tGs3PDRF1x .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tGs3PDRF1x .carousel {
    min-height: 440px;
  }
  .cid-tGs3PDRF1x .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-tGs3PDRF1x .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tGs3PDRF1x .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tGs3PDRF1x .carousel,
.cid-tGs3PDRF1x .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tGs3PDRF1x .item-wrapper {
  width: 100%;
}
.cid-tGs3PDRF1x .carousel-caption {
  bottom: 40px;
}
.cid-tGs3PDRF1x .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tGs3PDRF1x .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tGs3PDRF1x .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tGs3PDRF1x .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tGs3PDRF1x .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tGs3PDRF1x .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGs3PDRF1x .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGs3PDRF1x .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tGs3PDRF1x .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tGs3PDRF1x .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tGs3PDRF1x .carousel-indicators li.active,
.cid-tGs3PDRF1x .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tGs3PDRF1x .carousel-indicators li::after,
.cid-tGs3PDRF1x .carousel-indicators li::before {
  content: none;
}
.cid-tGs3PDRF1x .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tGs3PDRF1x .carousel-indicators {
    display: none !important;
  }
}
.cid-tGs3PDRF1x H5 {
  color: #fbff61;
}
.cid-tGs5qkJcVw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3e2f8;
}
@media (min-width: 992px) {
  .cid-tGs5qkJcVw .carousel {
    min-height: 800px;
  }
  .cid-tGs5qkJcVw .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tGs5qkJcVw .carousel {
    min-height: 520px;
  }
  .cid-tGs5qkJcVw .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tGs5qkJcVw .carousel {
    min-height: 440px;
  }
  .cid-tGs5qkJcVw .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-tGs5qkJcVw .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tGs5qkJcVw .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tGs5qkJcVw .carousel,
.cid-tGs5qkJcVw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tGs5qkJcVw .item-wrapper {
  width: 100%;
}
.cid-tGs5qkJcVw .carousel-caption {
  bottom: 40px;
}
.cid-tGs5qkJcVw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tGs5qkJcVw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tGs5qkJcVw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tGs5qkJcVw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tGs5qkJcVw .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tGs5qkJcVw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGs5qkJcVw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGs5qkJcVw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tGs5qkJcVw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tGs5qkJcVw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tGs5qkJcVw .carousel-indicators li.active,
.cid-tGs5qkJcVw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tGs5qkJcVw .carousel-indicators li::after,
.cid-tGs5qkJcVw .carousel-indicators li::before {
  content: none;
}
.cid-tGs5qkJcVw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tGs5qkJcVw .carousel-indicators {
    display: none !important;
  }
}
.cid-tGs5qkJcVw H5 {
  color: #fbff61;
}
.cid-tGs5rgXH1v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3e2f8;
}
@media (min-width: 992px) {
  .cid-tGs5rgXH1v .carousel {
    min-height: 800px;
  }
  .cid-tGs5rgXH1v .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tGs5rgXH1v .carousel {
    min-height: 520px;
  }
  .cid-tGs5rgXH1v .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tGs5rgXH1v .carousel {
    min-height: 440px;
  }
  .cid-tGs5rgXH1v .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-tGs5rgXH1v .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tGs5rgXH1v .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tGs5rgXH1v .carousel,
.cid-tGs5rgXH1v .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tGs5rgXH1v .item-wrapper {
  width: 100%;
}
.cid-tGs5rgXH1v .carousel-caption {
  bottom: 40px;
}
.cid-tGs5rgXH1v .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tGs5rgXH1v .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tGs5rgXH1v .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tGs5rgXH1v .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tGs5rgXH1v .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tGs5rgXH1v .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGs5rgXH1v .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGs5rgXH1v .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tGs5rgXH1v .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tGs5rgXH1v .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tGs5rgXH1v .carousel-indicators li.active,
.cid-tGs5rgXH1v .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tGs5rgXH1v .carousel-indicators li::after,
.cid-tGs5rgXH1v .carousel-indicators li::before {
  content: none;
}
.cid-tGs5rgXH1v .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tGs5rgXH1v .carousel-indicators {
    display: none !important;
  }
}
.cid-tGs5rgXH1v H5 {
  color: #fbff61;
}
.cid-tGs64PU3XZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3e2f8;
}
@media (min-width: 992px) {
  .cid-tGs64PU3XZ .carousel {
    min-height: 800px;
  }
  .cid-tGs64PU3XZ .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tGs64PU3XZ .carousel {
    min-height: 520px;
  }
  .cid-tGs64PU3XZ .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tGs64PU3XZ .carousel {
    min-height: 440px;
  }
  .cid-tGs64PU3XZ .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-tGs64PU3XZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tGs64PU3XZ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tGs64PU3XZ .carousel,
.cid-tGs64PU3XZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tGs64PU3XZ .item-wrapper {
  width: 100%;
}
.cid-tGs64PU3XZ .carousel-caption {
  bottom: 40px;
}
.cid-tGs64PU3XZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tGs64PU3XZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tGs64PU3XZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tGs64PU3XZ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tGs64PU3XZ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tGs64PU3XZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGs64PU3XZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGs64PU3XZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tGs64PU3XZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tGs64PU3XZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tGs64PU3XZ .carousel-indicators li.active,
.cid-tGs64PU3XZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tGs64PU3XZ .carousel-indicators li::after,
.cid-tGs64PU3XZ .carousel-indicators li::before {
  content: none;
}
.cid-tGs64PU3XZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tGs64PU3XZ .carousel-indicators {
    display: none !important;
  }
}
.cid-tGs64PU3XZ H5 {
  color: #fbff61;
}
.cid-tGs0tNCqNb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGs0tNCqNb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGs0tNCqNb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGs0tNCqNb .mbr-section-title DIV {
  text-align: center;
}
.cid-tGs0tNCqNb .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGs0tNCqNb .mbr-text,
.cid-tGs0tNCqNb .mbr-section-btn {
  text-align: center;
}
.cid-tGs0tO1nC0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGs0tO1nC0 .content {
    text-align: center;
  }
  .cid-tGs0tO1nC0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGs0tO1nC0 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGs0tO1nC0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGs0tO1nC0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGs0tO1nC0 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGs0tO1nC0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGs0tO1nC0 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGs0tO1nC0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGs0tO1nC0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGs0tO1nC0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGs0tO1nC0 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGs0tO1nC0 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGs0tO1nC0 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGs0tO1nC0 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGs0tO1nC0 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGs0tO1nC0 .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGs0tO1nC0 H5 {
  color: #ffe161;
}
.cid-tGs7lIGyHr .navbar-dropdown {
  position: relative !important;
}
.cid-tGs7lIGyHr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGs7lIGyHr .dropdown-menu {
  padding: 0;
}
.cid-tGs7lIGyHr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGs7lIGyHr .dropdown-item:hover,
.cid-tGs7lIGyHr .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGs7lIGyHr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGs7lIGyHr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGs7lIGyHr .nav-link {
  position: relative;
}
.cid-tGs7lIGyHr .container {
  display: flex;
  margin: auto;
}
.cid-tGs7lIGyHr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGs7lIGyHr .navbar-caption {
  padding-right: 4rem;
}
.cid-tGs7lIGyHr .dropdown-menu,
.cid-tGs7lIGyHr .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGs7lIGyHr .nav-item:focus,
.cid-tGs7lIGyHr .nav-link:focus {
  outline: none;
}
.cid-tGs7lIGyHr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGs7lIGyHr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGs7lIGyHr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGs7lIGyHr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGs7lIGyHr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGs7lIGyHr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGs7lIGyHr .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGs7lIGyHr .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGs7lIGyHr .navbar.opened {
  transition: all .3s;
}
.cid-tGs7lIGyHr .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGs7lIGyHr .navbar .navbar-logo img {
  width: auto;
}
.cid-tGs7lIGyHr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGs7lIGyHr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGs7lIGyHr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGs7lIGyHr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGs7lIGyHr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGs7lIGyHr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGs7lIGyHr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGs7lIGyHr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGs7lIGyHr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGs7lIGyHr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGs7lIGyHr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGs7lIGyHr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGs7lIGyHr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGs7lIGyHr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGs7lIGyHr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGs7lIGyHr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGs7lIGyHr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGs7lIGyHr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGs7lIGyHr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGs7lIGyHr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGs7lIGyHr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGs7lIGyHr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGs7lIGyHr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGs7lIGyHr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGs7lIGyHr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGs7lIGyHr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGs7lIGyHr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGs7lIGyHr .dropdown-item.active,
.cid-tGs7lIGyHr .dropdown-item:active {
  background-color: transparent;
}
.cid-tGs7lIGyHr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGs7lIGyHr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGs7lIGyHr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGs7lIGyHr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGs7lIGyHr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGs7lIGyHr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGs7lIGyHr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGs7lIGyHr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGs7lIGyHr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGs7lIGyHr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGs7lIGyHr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGs7lIGyHr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGs7lIGyHr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGs7lIGyHr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGs7lIGyHr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGs7lIGyHr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGs7lIGyHr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGs7lIGyHr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGs7lIGyHr .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGs7lIGyHr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGs7lIGyHr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGs7lIGyHr .navbar {
    height: 77px;
  }
  .cid-tGs7lIGyHr .navbar.opened {
    height: auto;
  }
  .cid-tGs7lIGyHr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGs7lKZ5YO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGs7lKZ5YO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGs7lKZ5YO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGs7lKZ5YO .row {
  flex-direction: row-reverse;
}
.cid-tGs7lKZ5YO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGs7lKZ5YO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGs7lKZ5YO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGs7lKZ5YO .mbr-section-title {
  color: #e6c63b;
}
.cid-tGs7lKZ5YO .mbr-text,
.cid-tGs7lKZ5YO .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGs7lKZ5YO .mbr-section-title DIV {
  text-align: left;
}
.cid-tGs8Rm8gFk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGs8Rm8gFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGs8Rm8gFk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGs8Rm8gFk .row {
  flex-direction: row-reverse;
}
.cid-tGs8Rm8gFk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGs8Rm8gFk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGs8Rm8gFk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGs8Rm8gFk .mbr-section-title {
  color: #e6c63b;
}
.cid-tGs8Rm8gFk .mbr-text,
.cid-tGs8Rm8gFk .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGs8Rm8gFk .mbr-section-title DIV {
  text-align: left;
}
.cid-tGs8U6BPeR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGs8U6BPeR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGs8U6BPeR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGs8U6BPeR .row {
  flex-direction: row-reverse;
}
.cid-tGs8U6BPeR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGs8U6BPeR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGs8U6BPeR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGs8U6BPeR .mbr-section-title {
  color: #e6c63b;
}
.cid-tGs8U6BPeR .mbr-text,
.cid-tGs8U6BPeR .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGs8U6BPeR .mbr-section-title DIV {
  text-align: left;
}
.cid-tGs8UMXhpm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGs8UMXhpm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGs8UMXhpm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGs8UMXhpm .row {
  flex-direction: row-reverse;
}
.cid-tGs8UMXhpm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGs8UMXhpm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGs8UMXhpm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGs8UMXhpm .mbr-section-title {
  color: #e6c63b;
}
.cid-tGs8UMXhpm .mbr-text,
.cid-tGs8UMXhpm .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGs8UMXhpm .mbr-section-title DIV {
  text-align: left;
}
.cid-tGs8Vqdf5p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGs8Vqdf5p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGs8Vqdf5p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGs8Vqdf5p .row {
  flex-direction: row-reverse;
}
.cid-tGs8Vqdf5p .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGs8Vqdf5p .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGs8Vqdf5p .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGs8Vqdf5p .mbr-section-title {
  color: #e6c63b;
}
.cid-tGs8Vqdf5p .mbr-text,
.cid-tGs8Vqdf5p .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGs8Vqdf5p .mbr-section-title DIV {
  text-align: left;
}
.cid-tGs7lLrdtF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGs7lLrdtF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGs7lLrdtF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGs7lLrdtF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGs7lLrdtF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGs7lLrdtF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGs7lLrdtF .mbr-section-title {
  color: #e6c63b;
}
.cid-tGs7lLrdtF .mbr-text,
.cid-tGs7lLrdtF .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGs7lLrdtF .mbr-section-title DIV {
  text-align: left;
}
.cid-tGs8IZOw80 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGs8IZOw80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGs8IZOw80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGs8IZOw80 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGs8IZOw80 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGs8IZOw80 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGs8IZOw80 .mbr-section-title {
  color: #e6c63b;
}
.cid-tGs8IZOw80 .mbr-text,
.cid-tGs8IZOw80 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGs8IZOw80 .mbr-section-title DIV {
  text-align: left;
}
.cid-tGs7lNWrCb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGs7lNWrCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGs7lNWrCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGs7lNWrCb .mbr-section-title DIV {
  text-align: center;
}
.cid-tGs7lNWrCb .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGs7lNWrCb .mbr-text,
.cid-tGs7lNWrCb .mbr-section-btn {
  text-align: center;
}
.cid-tGs7lOso3Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGs7lOso3Q .content {
    text-align: center;
  }
  .cid-tGs7lOso3Q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGs7lOso3Q .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGs7lOso3Q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGs7lOso3Q .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGs7lOso3Q .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGs7lOso3Q .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGs7lOso3Q .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGs7lOso3Q .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGs7lOso3Q .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGs7lOso3Q .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGs7lOso3Q .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGs7lOso3Q .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGs7lOso3Q .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGs7lOso3Q .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGs7lOso3Q .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGs7lOso3Q .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGs7lOso3Q H5 {
  color: #ffe161;
}
.cid-tGsbRyQrAr .navbar-dropdown {
  position: relative !important;
}
.cid-tGsbRyQrAr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGsbRyQrAr .dropdown-menu {
  padding: 0;
}
.cid-tGsbRyQrAr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGsbRyQrAr .dropdown-item:hover,
.cid-tGsbRyQrAr .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGsbRyQrAr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGsbRyQrAr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGsbRyQrAr .nav-link {
  position: relative;
}
.cid-tGsbRyQrAr .container {
  display: flex;
  margin: auto;
}
.cid-tGsbRyQrAr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGsbRyQrAr .navbar-caption {
  padding-right: 4rem;
}
.cid-tGsbRyQrAr .dropdown-menu,
.cid-tGsbRyQrAr .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGsbRyQrAr .nav-item:focus,
.cid-tGsbRyQrAr .nav-link:focus {
  outline: none;
}
.cid-tGsbRyQrAr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGsbRyQrAr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGsbRyQrAr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGsbRyQrAr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGsbRyQrAr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGsbRyQrAr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGsbRyQrAr .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGsbRyQrAr .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGsbRyQrAr .navbar.opened {
  transition: all .3s;
}
.cid-tGsbRyQrAr .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGsbRyQrAr .navbar .navbar-logo img {
  width: auto;
}
.cid-tGsbRyQrAr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGsbRyQrAr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGsbRyQrAr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGsbRyQrAr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGsbRyQrAr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGsbRyQrAr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGsbRyQrAr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGsbRyQrAr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGsbRyQrAr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGsbRyQrAr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGsbRyQrAr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGsbRyQrAr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGsbRyQrAr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGsbRyQrAr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGsbRyQrAr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGsbRyQrAr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGsbRyQrAr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGsbRyQrAr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGsbRyQrAr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGsbRyQrAr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGsbRyQrAr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGsbRyQrAr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGsbRyQrAr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGsbRyQrAr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGsbRyQrAr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGsbRyQrAr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGsbRyQrAr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGsbRyQrAr .dropdown-item.active,
.cid-tGsbRyQrAr .dropdown-item:active {
  background-color: transparent;
}
.cid-tGsbRyQrAr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGsbRyQrAr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGsbRyQrAr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGsbRyQrAr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGsbRyQrAr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGsbRyQrAr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGsbRyQrAr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGsbRyQrAr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGsbRyQrAr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGsbRyQrAr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGsbRyQrAr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGsbRyQrAr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGsbRyQrAr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGsbRyQrAr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGsbRyQrAr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGsbRyQrAr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGsbRyQrAr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGsbRyQrAr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGsbRyQrAr .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGsbRyQrAr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGsbRyQrAr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGsbRyQrAr .navbar {
    height: 77px;
  }
  .cid-tGsbRyQrAr .navbar.opened {
    height: auto;
  }
  .cid-tGsbRyQrAr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGsbRAMEEe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGsbRAMEEe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsbRAMEEe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGsbRAMEEe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGsbRAMEEe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGsbRAMEEe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGsbRAMEEe .mbr-section-title {
  color: #e6c63b;
}
.cid-tGsbRAMEEe .mbr-text,
.cid-tGsbRAMEEe .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGsbRAMEEe .mbr-section-title DIV {
  text-align: left;
}
.cid-tGscTQYIKg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGscTQYIKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGscTQYIKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGscTQYIKg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGscTQYIKg .row {
  flex-direction: row-reverse;
}
.cid-tGscTQYIKg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGscTQYIKg .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGsdUMTWd1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bbbbbb;
}
.cid-tGsdUMTWd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsdUMTWd1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGsdUMTWd1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGsdUMTWd1 .row {
  flex-direction: row-reverse;
}
.cid-tGsdUMTWd1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGsdUMTWd1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGsesK5CA8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGsesK5CA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsesK5CA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGsesK5CA8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGsesK5CA8 .row {
  flex-direction: row-reverse;
}
.cid-tGsesK5CA8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGsesK5CA8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGsetnXh9K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bbbbbb;
}
.cid-tGsetnXh9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsetnXh9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGsetnXh9K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGsetnXh9K .row {
  flex-direction: row-reverse;
}
.cid-tGsetnXh9K img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGsetnXh9K .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGsfvuj4Zq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGsfvuj4Zq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsfvuj4Zq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGsfvuj4Zq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGsfvuj4Zq .row {
  flex-direction: row-reverse;
}
.cid-tGsfvuj4Zq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGsfvuj4Zq .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGsfw9GqNC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bbbbbb;
}
.cid-tGsfw9GqNC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsfw9GqNC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGsfw9GqNC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGsfw9GqNC .row {
  flex-direction: row-reverse;
}
.cid-tGsfw9GqNC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGsfw9GqNC .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGsfwPIfJk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGsfwPIfJk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsfwPIfJk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGsfwPIfJk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGsfwPIfJk .row {
  flex-direction: row-reverse;
}
.cid-tGsfwPIfJk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGsfwPIfJk .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGsfxsVoii {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bbbbbb;
}
.cid-tGsfxsVoii .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsfxsVoii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGsfxsVoii .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGsfxsVoii .row {
  flex-direction: row-reverse;
}
.cid-tGsfxsVoii img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGsfxsVoii .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGsfy9gllu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGsfy9gllu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsfy9gllu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGsfy9gllu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGsfy9gllu .row {
  flex-direction: row-reverse;
}
.cid-tGsfy9gllu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGsfy9gllu .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGsfyMHMhQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bbbbbb;
}
.cid-tGsfyMHMhQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsfyMHMhQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGsfyMHMhQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGsfyMHMhQ .row {
  flex-direction: row-reverse;
}
.cid-tGsfyMHMhQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGsfyMHMhQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGsbRDO4I9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGsbRDO4I9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsbRDO4I9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGsbRDO4I9 .mbr-section-title DIV {
  text-align: center;
}
.cid-tGsbRDO4I9 .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGsbRDO4I9 .mbr-text,
.cid-tGsbRDO4I9 .mbr-section-btn {
  text-align: center;
}
.cid-tGsbREkuTx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGsbREkuTx .content {
    text-align: center;
  }
  .cid-tGsbREkuTx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGsbREkuTx .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGsbREkuTx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGsbREkuTx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGsbREkuTx .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGsbREkuTx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGsbREkuTx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGsbREkuTx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGsbREkuTx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGsbREkuTx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGsbREkuTx .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGsbREkuTx .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGsbREkuTx .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGsbREkuTx .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGsbREkuTx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGsbREkuTx .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGsbREkuTx H5 {
  color: #ffe161;
}
.cid-tGsq15GDoq .navbar-dropdown {
  position: relative !important;
}
.cid-tGsq15GDoq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGsq15GDoq .dropdown-menu {
  padding: 0;
}
.cid-tGsq15GDoq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGsq15GDoq .dropdown-item:hover,
.cid-tGsq15GDoq .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGsq15GDoq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGsq15GDoq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGsq15GDoq .nav-link {
  position: relative;
}
.cid-tGsq15GDoq .container {
  display: flex;
  margin: auto;
}
.cid-tGsq15GDoq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGsq15GDoq .navbar-caption {
  padding-right: 4rem;
}
.cid-tGsq15GDoq .dropdown-menu,
.cid-tGsq15GDoq .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGsq15GDoq .nav-item:focus,
.cid-tGsq15GDoq .nav-link:focus {
  outline: none;
}
.cid-tGsq15GDoq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGsq15GDoq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGsq15GDoq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGsq15GDoq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGsq15GDoq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGsq15GDoq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGsq15GDoq .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGsq15GDoq .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGsq15GDoq .navbar.opened {
  transition: all .3s;
}
.cid-tGsq15GDoq .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGsq15GDoq .navbar .navbar-logo img {
  width: auto;
}
.cid-tGsq15GDoq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGsq15GDoq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGsq15GDoq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGsq15GDoq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGsq15GDoq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGsq15GDoq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGsq15GDoq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGsq15GDoq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGsq15GDoq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGsq15GDoq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGsq15GDoq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGsq15GDoq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGsq15GDoq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGsq15GDoq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGsq15GDoq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGsq15GDoq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGsq15GDoq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGsq15GDoq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGsq15GDoq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGsq15GDoq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGsq15GDoq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGsq15GDoq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGsq15GDoq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGsq15GDoq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGsq15GDoq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGsq15GDoq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGsq15GDoq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGsq15GDoq .dropdown-item.active,
.cid-tGsq15GDoq .dropdown-item:active {
  background-color: transparent;
}
.cid-tGsq15GDoq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGsq15GDoq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGsq15GDoq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGsq15GDoq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGsq15GDoq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGsq15GDoq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGsq15GDoq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGsq15GDoq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGsq15GDoq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGsq15GDoq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGsq15GDoq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGsq15GDoq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGsq15GDoq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGsq15GDoq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGsq15GDoq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGsq15GDoq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGsq15GDoq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGsq15GDoq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGsq15GDoq .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGsq15GDoq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGsq15GDoq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGsq15GDoq .navbar {
    height: 77px;
  }
  .cid-tGsq15GDoq .navbar.opened {
    height: auto;
  }
  .cid-tGsq15GDoq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGsq17vZKf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/img-6654-1080x1080.webp");
}
.cid-tGsq17vZKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsq17vZKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGsq17vZKf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGsq17vZKf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGsq17vZKf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGsq17vZKf .mbr-section-title {
  color: #e6c63b;
}
.cid-tGsq17vZKf .mbr-text,
.cid-tGsq17vZKf .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGsq17vZKf .mbr-section-title DIV {
  text-align: left;
}
.cid-tGsq19EBEI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGsq19EBEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsq19EBEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGsq19EBEI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGsq19EBEI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGsq19EBEI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGsq19EBEI .mbr-section-title {
  color: #e6c63b;
}
.cid-tGsq19EBEI .mbr-text,
.cid-tGsq19EBEI .mbr-section-btn {
  color: #ffffff;
}
.cid-tGsq1a3jiB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGsq1a3jiB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsq1a3jiB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGsq1a3jiB .mbr-section-title DIV {
  text-align: center;
}
.cid-tGsq1a3jiB .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGsq1a3jiB .mbr-text,
.cid-tGsq1a3jiB .mbr-section-btn {
  text-align: center;
}
.cid-tGsq1asHkc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGsq1asHkc .content {
    text-align: center;
  }
  .cid-tGsq1asHkc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGsq1asHkc .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGsq1asHkc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGsq1asHkc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGsq1asHkc .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGsq1asHkc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGsq1asHkc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGsq1asHkc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGsq1asHkc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGsq1asHkc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGsq1asHkc .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGsq1asHkc .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGsq1asHkc .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGsq1asHkc .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGsq1asHkc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGsq1asHkc .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGsq1asHkc H5 {
  color: #ffe161;
}
.cid-tGsstITbtL .navbar-dropdown {
  position: relative !important;
}
.cid-tGsstITbtL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGsstITbtL .dropdown-menu {
  padding: 0;
}
.cid-tGsstITbtL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGsstITbtL .dropdown-item:hover,
.cid-tGsstITbtL .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGsstITbtL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGsstITbtL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGsstITbtL .nav-link {
  position: relative;
}
.cid-tGsstITbtL .container {
  display: flex;
  margin: auto;
}
.cid-tGsstITbtL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGsstITbtL .navbar-caption {
  padding-right: 4rem;
}
.cid-tGsstITbtL .dropdown-menu,
.cid-tGsstITbtL .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGsstITbtL .nav-item:focus,
.cid-tGsstITbtL .nav-link:focus {
  outline: none;
}
.cid-tGsstITbtL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGsstITbtL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGsstITbtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGsstITbtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGsstITbtL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGsstITbtL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGsstITbtL .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGsstITbtL .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGsstITbtL .navbar.opened {
  transition: all .3s;
}
.cid-tGsstITbtL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGsstITbtL .navbar .navbar-logo img {
  width: auto;
}
.cid-tGsstITbtL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGsstITbtL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGsstITbtL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGsstITbtL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGsstITbtL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGsstITbtL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGsstITbtL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGsstITbtL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGsstITbtL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGsstITbtL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGsstITbtL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGsstITbtL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGsstITbtL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGsstITbtL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGsstITbtL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGsstITbtL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGsstITbtL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGsstITbtL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGsstITbtL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGsstITbtL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGsstITbtL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGsstITbtL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGsstITbtL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGsstITbtL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGsstITbtL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGsstITbtL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGsstITbtL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGsstITbtL .dropdown-item.active,
.cid-tGsstITbtL .dropdown-item:active {
  background-color: transparent;
}
.cid-tGsstITbtL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGsstITbtL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGsstITbtL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGsstITbtL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGsstITbtL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGsstITbtL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGsstITbtL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGsstITbtL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGsstITbtL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGsstITbtL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGsstITbtL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGsstITbtL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGsstITbtL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGsstITbtL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGsstITbtL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGsstITbtL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGsstITbtL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGsstITbtL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGsstITbtL .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGsstITbtL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGsstITbtL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGsstITbtL .navbar {
    height: 77px;
  }
  .cid-tGsstITbtL .navbar.opened {
    height: auto;
  }
  .cid-tGsstITbtL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGsstLsd8a {
  background-image: url("../../../assets/images/frenchcottageholidayspackages-page-6-1480x957.webp");
}
.cid-tGsstLsd8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsstLsd8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGsstLsd8a .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGsstLsd8a .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGsstLsd8a .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGsstLsd8a .mbr-section-title {
  color: #e6c63b;
}
.cid-tGsstLsd8a .mbr-text,
.cid-tGsstLsd8a .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGsstLsd8a .mbr-section-title DIV {
  text-align: left;
}
.cid-tGsstKKFoy {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/french-cottages-faces-places-3-1024x576.webp");
}
.cid-tGsstKKFoy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsstKKFoy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGsstKKFoy .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tGsstKKFoy .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tGsstKKFoy .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tGsstKKFoy .mbr-section-title {
  color: #fbff61;
}
.cid-tGsstKKFoy .mbr-text,
.cid-tGsstKKFoy .mbr-section-btn,
.cid-tGsstKKFoy .social-row {
  color: #ffffff;
}
.cid-tGsstLTqdK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGsstLTqdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsstLTqdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGsstLTqdK .row {
  flex-direction: row-reverse;
}
.cid-tGsstLTqdK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGsstLTqdK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGsstLTqdK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGsstLTqdK .mbr-section-title {
  color: #e6c63b;
}
.cid-tGsstLTqdK .mbr-text,
.cid-tGsstLTqdK .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGsstLTqdK .mbr-section-title DIV {
  text-align: left;
}
.cid-tGsvk3tOcj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efeaf4;
}
.cid-tGsvk3tOcj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsvk3tOcj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGsCiUWOr5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGsCiUWOr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsCiUWOr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGsCiUWOr5 .row {
  flex-direction: row-reverse;
}
.cid-tGsCiUWOr5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGsCiUWOr5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGsCiUWOr5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGsCiUWOr5 .mbr-section-title {
  color: #e6c63b;
}
.cid-tGsCiUWOr5 .mbr-text,
.cid-tGsCiUWOr5 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGsCiUWOr5 .mbr-section-title DIV {
  text-align: left;
}
.cid-tGsstOO03d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGsstOO03d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsstOO03d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGsstOO03d .mbr-section-title DIV {
  text-align: center;
}
.cid-tGsstOO03d .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGsstOO03d .mbr-text,
.cid-tGsstOO03d .mbr-section-btn {
  text-align: center;
}
.cid-tGsstPh6Mh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGsstPh6Mh .content {
    text-align: center;
  }
  .cid-tGsstPh6Mh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGsstPh6Mh .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGsstPh6Mh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGsstPh6Mh .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGsstPh6Mh .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGsstPh6Mh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGsstPh6Mh .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGsstPh6Mh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGsstPh6Mh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGsstPh6Mh .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGsstPh6Mh .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGsstPh6Mh .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGsstPh6Mh .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGsstPh6Mh .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGsstPh6Mh .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGsstPh6Mh .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGsstPh6Mh H5 {
  color: #ffe161;
}
.cid-tGsG0MSUPT .navbar-dropdown {
  position: relative !important;
}
.cid-tGsG0MSUPT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGsG0MSUPT .dropdown-menu {
  padding: 0;
}
.cid-tGsG0MSUPT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGsG0MSUPT .dropdown-item:hover,
.cid-tGsG0MSUPT .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGsG0MSUPT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGsG0MSUPT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGsG0MSUPT .nav-link {
  position: relative;
}
.cid-tGsG0MSUPT .container {
  display: flex;
  margin: auto;
}
.cid-tGsG0MSUPT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGsG0MSUPT .navbar-caption {
  padding-right: 4rem;
}
.cid-tGsG0MSUPT .dropdown-menu,
.cid-tGsG0MSUPT .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGsG0MSUPT .nav-item:focus,
.cid-tGsG0MSUPT .nav-link:focus {
  outline: none;
}
.cid-tGsG0MSUPT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGsG0MSUPT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGsG0MSUPT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGsG0MSUPT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGsG0MSUPT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGsG0MSUPT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGsG0MSUPT .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGsG0MSUPT .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGsG0MSUPT .navbar.opened {
  transition: all .3s;
}
.cid-tGsG0MSUPT .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGsG0MSUPT .navbar .navbar-logo img {
  width: auto;
}
.cid-tGsG0MSUPT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGsG0MSUPT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGsG0MSUPT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGsG0MSUPT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGsG0MSUPT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGsG0MSUPT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGsG0MSUPT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGsG0MSUPT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGsG0MSUPT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGsG0MSUPT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGsG0MSUPT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGsG0MSUPT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGsG0MSUPT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGsG0MSUPT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGsG0MSUPT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGsG0MSUPT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGsG0MSUPT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGsG0MSUPT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGsG0MSUPT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGsG0MSUPT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGsG0MSUPT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGsG0MSUPT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGsG0MSUPT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGsG0MSUPT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGsG0MSUPT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGsG0MSUPT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGsG0MSUPT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGsG0MSUPT .dropdown-item.active,
.cid-tGsG0MSUPT .dropdown-item:active {
  background-color: transparent;
}
.cid-tGsG0MSUPT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGsG0MSUPT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGsG0MSUPT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGsG0MSUPT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGsG0MSUPT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGsG0MSUPT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGsG0MSUPT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGsG0MSUPT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGsG0MSUPT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGsG0MSUPT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGsG0MSUPT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGsG0MSUPT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGsG0MSUPT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGsG0MSUPT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGsG0MSUPT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGsG0MSUPT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGsG0MSUPT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGsG0MSUPT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGsG0MSUPT .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGsG0MSUPT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGsG0MSUPT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGsG0MSUPT .navbar {
    height: 77px;
  }
  .cid-tGsG0MSUPT .navbar.opened {
    height: auto;
  }
  .cid-tGsG0MSUPT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGsG0NMspq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/french-cottages-faces-places-3-1024x576.webp");
}
.cid-tGsG0NMspq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsG0NMspq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGsG0NMspq .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tGsG0NMspq .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tGsG0NMspq .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tGsG0NMspq .mbr-section-title {
  color: #fbff61;
}
.cid-tGsG0NMspq .mbr-text,
.cid-tGsG0NMspq .mbr-section-btn,
.cid-tGsG0NMspq .social-row {
  color: #ffffff;
}
.cid-tGsGDgZL5y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efeaf4;
}
.cid-tGsGDgZL5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsGDgZL5y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGsGDgZL5y .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tGsGDgZL5y .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGsGDgZL5y .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tGsGDgZL5y .panel-body,
.cid-tGsGDgZL5y .card-header {
  padding: 1rem 0;
}
.cid-tGsGDgZL5y .panel-title-edit {
  color: #000000;
}
.cid-tGsHBZNFGm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efeaf4;
}
.cid-tGsHBZNFGm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsHBZNFGm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGsHBZNFGm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tGsHBZNFGm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGsHBZNFGm .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tGsHBZNFGm .panel-body,
.cid-tGsHBZNFGm .card-header {
  padding: 1rem 0;
}
.cid-tGsHBZNFGm .panel-title-edit {
  color: #000000;
}
.cid-tGsItpLhz4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efeaf4;
}
.cid-tGsItpLhz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsItpLhz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGsItpLhz4 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tGsItpLhz4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGsItpLhz4 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tGsItpLhz4 .panel-body,
.cid-tGsItpLhz4 .card-header {
  padding: 1rem 0;
}
.cid-tGsItpLhz4 .panel-title-edit {
  color: #000000;
}
.cid-tGsG0Ps13S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGsG0Ps13S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsG0Ps13S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGsG0Ps13S .mbr-section-title DIV {
  text-align: center;
}
.cid-tGsG0Ps13S .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGsG0Ps13S .mbr-text,
.cid-tGsG0Ps13S .mbr-section-btn {
  text-align: center;
}
.cid-tGsG0POSDM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGsG0POSDM .content {
    text-align: center;
  }
  .cid-tGsG0POSDM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGsG0POSDM .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGsG0POSDM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGsG0POSDM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGsG0POSDM .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGsG0POSDM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGsG0POSDM .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGsG0POSDM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGsG0POSDM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGsG0POSDM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGsG0POSDM .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGsG0POSDM .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGsG0POSDM .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGsG0POSDM .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGsG0POSDM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGsG0POSDM .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGsG0POSDM H5 {
  color: #ffe161;
}
.cid-tGsJLEaQya .navbar-dropdown {
  position: relative !important;
}
.cid-tGsJLEaQya .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGsJLEaQya .dropdown-menu {
  padding: 0;
}
.cid-tGsJLEaQya .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGsJLEaQya .dropdown-item:hover,
.cid-tGsJLEaQya .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGsJLEaQya .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGsJLEaQya .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGsJLEaQya .nav-link {
  position: relative;
}
.cid-tGsJLEaQya .container {
  display: flex;
  margin: auto;
}
.cid-tGsJLEaQya .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGsJLEaQya .navbar-caption {
  padding-right: 4rem;
}
.cid-tGsJLEaQya .dropdown-menu,
.cid-tGsJLEaQya .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGsJLEaQya .nav-item:focus,
.cid-tGsJLEaQya .nav-link:focus {
  outline: none;
}
.cid-tGsJLEaQya .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGsJLEaQya .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGsJLEaQya .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGsJLEaQya .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGsJLEaQya .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGsJLEaQya .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGsJLEaQya .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGsJLEaQya .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGsJLEaQya .navbar.opened {
  transition: all .3s;
}
.cid-tGsJLEaQya .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGsJLEaQya .navbar .navbar-logo img {
  width: auto;
}
.cid-tGsJLEaQya .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGsJLEaQya .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGsJLEaQya .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGsJLEaQya .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGsJLEaQya .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGsJLEaQya .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGsJLEaQya .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGsJLEaQya .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGsJLEaQya .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGsJLEaQya .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGsJLEaQya .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGsJLEaQya .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGsJLEaQya .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGsJLEaQya .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGsJLEaQya .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGsJLEaQya .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGsJLEaQya .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGsJLEaQya .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGsJLEaQya .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGsJLEaQya .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGsJLEaQya .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGsJLEaQya .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGsJLEaQya .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGsJLEaQya .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGsJLEaQya .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGsJLEaQya .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGsJLEaQya .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGsJLEaQya .dropdown-item.active,
.cid-tGsJLEaQya .dropdown-item:active {
  background-color: transparent;
}
.cid-tGsJLEaQya .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGsJLEaQya .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGsJLEaQya .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGsJLEaQya .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGsJLEaQya .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGsJLEaQya .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGsJLEaQya ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGsJLEaQya .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGsJLEaQya button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGsJLEaQya button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGsJLEaQya button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGsJLEaQya button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGsJLEaQya button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGsJLEaQya button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGsJLEaQya nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGsJLEaQya nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGsJLEaQya nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGsJLEaQya nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGsJLEaQya .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGsJLEaQya a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGsJLEaQya .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGsJLEaQya .navbar {
    height: 77px;
  }
  .cid-tGsJLEaQya .navbar.opened {
    height: auto;
  }
  .cid-tGsJLEaQya .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGsJLGhuTm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-3-1620x1080.webp");
}
.cid-tGsJLGhuTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsJLGhuTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGsJLGhuTm .row {
  flex-direction: row-reverse;
}
.cid-tGsJLGhuTm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGsJLGhuTm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGsJLGhuTm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGsJLGhuTm .mbr-section-title {
  color: #e6c63b;
}
.cid-tGsJLGhuTm .mbr-text,
.cid-tGsJLGhuTm .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGsJLGhuTm .mbr-section-title DIV {
  text-align: left;
}
.cid-tGsKBwRQhI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGsKBwRQhI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsKBwRQhI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGsKBwRQhI .row {
  flex-direction: row-reverse;
}
.cid-tGsKBwRQhI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGsKBwRQhI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGsKBwRQhI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGsKBwRQhI .mbr-section-title {
  color: #e6c63b;
}
.cid-tGsKBwRQhI .mbr-text,
.cid-tGsKBwRQhI .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGsKBwRQhI .mbr-section-title DIV {
  text-align: left;
}
.cid-tGsKDR8nte {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGsKDR8nte .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsKDR8nte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGsKDR8nte .row {
  flex-direction: row-reverse;
}
.cid-tGsKDR8nte .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGsKDR8nte .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGsKDR8nte .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGsKDR8nte .mbr-section-title {
  color: #e6c63b;
}
.cid-tGsKDR8nte .mbr-text,
.cid-tGsKDR8nte .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGsKDR8nte .mbr-section-title DIV {
  text-align: left;
}
.cid-tGsKCjrrha {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGsKCjrrha .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsKCjrrha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGsKCjrrha .row {
  flex-direction: row-reverse;
}
.cid-tGsKCjrrha .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGsKCjrrha .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGsKCjrrha .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGsKCjrrha .mbr-section-title {
  color: #e6c63b;
}
.cid-tGsKCjrrha .mbr-text,
.cid-tGsKCjrrha .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGsKCjrrha .mbr-section-title DIV {
  text-align: left;
}
.cid-tGsJLJCyTD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGsJLJCyTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGsJLJCyTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGsJLJCyTD .mbr-section-title DIV {
  text-align: center;
}
.cid-tGsJLJCyTD .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGsJLJCyTD .mbr-text,
.cid-tGsJLJCyTD .mbr-section-btn {
  text-align: center;
}
.cid-tGsJLKkmLI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGsJLKkmLI .content {
    text-align: center;
  }
  .cid-tGsJLKkmLI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGsJLKkmLI .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGsJLKkmLI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGsJLKkmLI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGsJLKkmLI .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGsJLKkmLI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGsJLKkmLI .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGsJLKkmLI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGsJLKkmLI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGsJLKkmLI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGsJLKkmLI .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGsJLKkmLI .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGsJLKkmLI .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGsJLKkmLI .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGsJLKkmLI .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGsJLKkmLI .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGsJLKkmLI H5 {
  color: #ffe161;
}
.cid-tGtt1VFIoO .navbar-dropdown {
  position: relative !important;
}
.cid-tGtt1VFIoO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGtt1VFIoO .dropdown-menu {
  padding: 0;
}
.cid-tGtt1VFIoO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGtt1VFIoO .dropdown-item:hover,
.cid-tGtt1VFIoO .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGtt1VFIoO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGtt1VFIoO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGtt1VFIoO .nav-link {
  position: relative;
}
.cid-tGtt1VFIoO .container {
  display: flex;
  margin: auto;
}
.cid-tGtt1VFIoO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGtt1VFIoO .navbar-caption {
  padding-right: 4rem;
}
.cid-tGtt1VFIoO .dropdown-menu,
.cid-tGtt1VFIoO .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGtt1VFIoO .nav-item:focus,
.cid-tGtt1VFIoO .nav-link:focus {
  outline: none;
}
.cid-tGtt1VFIoO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGtt1VFIoO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGtt1VFIoO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGtt1VFIoO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGtt1VFIoO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGtt1VFIoO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGtt1VFIoO .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGtt1VFIoO .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGtt1VFIoO .navbar.opened {
  transition: all .3s;
}
.cid-tGtt1VFIoO .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGtt1VFIoO .navbar .navbar-logo img {
  width: auto;
}
.cid-tGtt1VFIoO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGtt1VFIoO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGtt1VFIoO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGtt1VFIoO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGtt1VFIoO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGtt1VFIoO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGtt1VFIoO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGtt1VFIoO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGtt1VFIoO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGtt1VFIoO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGtt1VFIoO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGtt1VFIoO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGtt1VFIoO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGtt1VFIoO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGtt1VFIoO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGtt1VFIoO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGtt1VFIoO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGtt1VFIoO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGtt1VFIoO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGtt1VFIoO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGtt1VFIoO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGtt1VFIoO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGtt1VFIoO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGtt1VFIoO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGtt1VFIoO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGtt1VFIoO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGtt1VFIoO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGtt1VFIoO .dropdown-item.active,
.cid-tGtt1VFIoO .dropdown-item:active {
  background-color: transparent;
}
.cid-tGtt1VFIoO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGtt1VFIoO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGtt1VFIoO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGtt1VFIoO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGtt1VFIoO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGtt1VFIoO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGtt1VFIoO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGtt1VFIoO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGtt1VFIoO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGtt1VFIoO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGtt1VFIoO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGtt1VFIoO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGtt1VFIoO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGtt1VFIoO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGtt1VFIoO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGtt1VFIoO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGtt1VFIoO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGtt1VFIoO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGtt1VFIoO .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGtt1VFIoO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGtt1VFIoO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGtt1VFIoO .navbar {
    height: 77px;
  }
  .cid-tGtt1VFIoO .navbar.opened {
    height: auto;
  }
  .cid-tGtt1VFIoO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGtt1W94gv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799920-2000x1917.webp");
}
.cid-tGtt1W94gv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGtt1W94gv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGtt1W94gv .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tGtt1W94gv .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tGtt1W94gv .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tGtt1W94gv .mbr-section-title {
  color: #fbff61;
}
.cid-tGtt1W94gv .mbr-text,
.cid-tGtt1W94gv .mbr-section-btn,
.cid-tGtt1W94gv .social-row {
  color: #ffffff;
}
.cid-tGtt1WxSiT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efeaf4;
}
.cid-tGtt1WxSiT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGtt1WxSiT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGtt1WxSiT .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tGtt1WxSiT .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGtt1WxSiT .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tGtt1WxSiT .panel-body,
.cid-tGtt1WxSiT .card-header {
  padding: 1rem 0;
}
.cid-tGtt1WxSiT .panel-title-edit {
  color: #000000;
}
.cid-tGtt1XvQ93 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efeaf4;
}
.cid-tGtt1XvQ93 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGtt1XvQ93 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGtt1XvQ93 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tGtt1XvQ93 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGtt1XvQ93 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tGtt1XvQ93 .panel-body,
.cid-tGtt1XvQ93 .card-header {
  padding: 1rem 0;
}
.cid-tGtt1XvQ93 .panel-title-edit {
  color: #000000;
}
.cid-tGtt1XWc8A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGtt1XWc8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGtt1XWc8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGtt1XWc8A .mbr-section-title DIV {
  text-align: center;
}
.cid-tGtt1XWc8A .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGtt1XWc8A .mbr-text,
.cid-tGtt1XWc8A .mbr-section-btn {
  text-align: center;
}
.cid-tGtt1YhNch {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGtt1YhNch .content {
    text-align: center;
  }
  .cid-tGtt1YhNch .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGtt1YhNch .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGtt1YhNch .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGtt1YhNch .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGtt1YhNch .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGtt1YhNch .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGtt1YhNch .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGtt1YhNch .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGtt1YhNch .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGtt1YhNch .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGtt1YhNch .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGtt1YhNch .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGtt1YhNch .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGtt1YhNch .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGtt1YhNch .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGtt1YhNch .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGtt1YhNch H5 {
  color: #ffe161;
}
.cid-tGtv4eeAWc .navbar-dropdown {
  position: relative !important;
}
.cid-tGtv4eeAWc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGtv4eeAWc .dropdown-menu {
  padding: 0;
}
.cid-tGtv4eeAWc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGtv4eeAWc .dropdown-item:hover,
.cid-tGtv4eeAWc .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGtv4eeAWc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGtv4eeAWc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGtv4eeAWc .nav-link {
  position: relative;
}
.cid-tGtv4eeAWc .container {
  display: flex;
  margin: auto;
}
.cid-tGtv4eeAWc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGtv4eeAWc .navbar-caption {
  padding-right: 4rem;
}
.cid-tGtv4eeAWc .dropdown-menu,
.cid-tGtv4eeAWc .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGtv4eeAWc .nav-item:focus,
.cid-tGtv4eeAWc .nav-link:focus {
  outline: none;
}
.cid-tGtv4eeAWc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGtv4eeAWc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGtv4eeAWc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGtv4eeAWc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGtv4eeAWc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGtv4eeAWc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGtv4eeAWc .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGtv4eeAWc .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGtv4eeAWc .navbar.opened {
  transition: all .3s;
}
.cid-tGtv4eeAWc .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGtv4eeAWc .navbar .navbar-logo img {
  width: auto;
}
.cid-tGtv4eeAWc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGtv4eeAWc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGtv4eeAWc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGtv4eeAWc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGtv4eeAWc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGtv4eeAWc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGtv4eeAWc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGtv4eeAWc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGtv4eeAWc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGtv4eeAWc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGtv4eeAWc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGtv4eeAWc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGtv4eeAWc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGtv4eeAWc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGtv4eeAWc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGtv4eeAWc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGtv4eeAWc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGtv4eeAWc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGtv4eeAWc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGtv4eeAWc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGtv4eeAWc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGtv4eeAWc .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGtv4eeAWc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGtv4eeAWc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGtv4eeAWc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGtv4eeAWc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGtv4eeAWc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGtv4eeAWc .dropdown-item.active,
.cid-tGtv4eeAWc .dropdown-item:active {
  background-color: transparent;
}
.cid-tGtv4eeAWc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGtv4eeAWc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGtv4eeAWc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGtv4eeAWc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGtv4eeAWc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGtv4eeAWc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGtv4eeAWc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGtv4eeAWc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGtv4eeAWc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGtv4eeAWc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGtv4eeAWc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGtv4eeAWc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGtv4eeAWc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGtv4eeAWc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGtv4eeAWc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGtv4eeAWc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGtv4eeAWc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGtv4eeAWc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGtv4eeAWc .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGtv4eeAWc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGtv4eeAWc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGtv4eeAWc .navbar {
    height: 77px;
  }
  .cid-tGtv4eeAWc .navbar.opened {
    height: auto;
  }
  .cid-tGtv4eeAWc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGtv4eQ9YL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799920-2000x1917.webp");
}
.cid-tGtv4eQ9YL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGtv4eQ9YL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGtv4eQ9YL .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tGtv4eQ9YL .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tGtv4eQ9YL .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tGtv4eQ9YL .mbr-section-title {
  color: #fbff61;
}
.cid-tGtv4eQ9YL .mbr-text,
.cid-tGtv4eQ9YL .mbr-section-btn,
.cid-tGtv4eQ9YL .social-row {
  color: #ffffff;
}
.cid-tGtytUwRPD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799920-2000x1917.webp");
}
.cid-tGtytUwRPD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGtytUwRPD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGtytUwRPD .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tGtytUwRPD .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tGtytUwRPD .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tGtytUwRPD .mbr-section-title {
  color: #fbff61;
}
.cid-tGtytUwRPD .mbr-text,
.cid-tGtytUwRPD .mbr-section-btn,
.cid-tGtytUwRPD .social-row {
  color: #ffffff;
}
.cid-tGtww1XQYn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGtv4gzQxE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGtv4gzQxE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGtv4gzQxE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGtv4gzQxE .mbr-section-title DIV {
  text-align: center;
}
.cid-tGtv4gzQxE .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGtv4gzQxE .mbr-text,
.cid-tGtv4gzQxE .mbr-section-btn {
  text-align: center;
}
.cid-tGtv4gWIhJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGtv4gWIhJ .content {
    text-align: center;
  }
  .cid-tGtv4gWIhJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGtv4gWIhJ .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGtv4gWIhJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGtv4gWIhJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGtv4gWIhJ .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGtv4gWIhJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGtv4gWIhJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGtv4gWIhJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGtv4gWIhJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGtv4gWIhJ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGtv4gWIhJ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGtv4gWIhJ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGtv4gWIhJ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGtv4gWIhJ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGtv4gWIhJ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGtv4gWIhJ .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGtv4gWIhJ H5 {
  color: #ffe161;
}
.cid-tGxeSQ5auD .navbar-dropdown {
  position: relative !important;
}
.cid-tGxeSQ5auD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGxeSQ5auD .dropdown-menu {
  padding: 0;
}
.cid-tGxeSQ5auD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGxeSQ5auD .dropdown-item:hover,
.cid-tGxeSQ5auD .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGxeSQ5auD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGxeSQ5auD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGxeSQ5auD .nav-link {
  position: relative;
}
.cid-tGxeSQ5auD .container {
  display: flex;
  margin: auto;
}
.cid-tGxeSQ5auD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGxeSQ5auD .navbar-caption {
  padding-right: 4rem;
}
.cid-tGxeSQ5auD .dropdown-menu,
.cid-tGxeSQ5auD .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGxeSQ5auD .nav-item:focus,
.cid-tGxeSQ5auD .nav-link:focus {
  outline: none;
}
.cid-tGxeSQ5auD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGxeSQ5auD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGxeSQ5auD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGxeSQ5auD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGxeSQ5auD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGxeSQ5auD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGxeSQ5auD .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGxeSQ5auD .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGxeSQ5auD .navbar.opened {
  transition: all .3s;
}
.cid-tGxeSQ5auD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGxeSQ5auD .navbar .navbar-logo img {
  width: auto;
}
.cid-tGxeSQ5auD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGxeSQ5auD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGxeSQ5auD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGxeSQ5auD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGxeSQ5auD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGxeSQ5auD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGxeSQ5auD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGxeSQ5auD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGxeSQ5auD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGxeSQ5auD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGxeSQ5auD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGxeSQ5auD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGxeSQ5auD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGxeSQ5auD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGxeSQ5auD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGxeSQ5auD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGxeSQ5auD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGxeSQ5auD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGxeSQ5auD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGxeSQ5auD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGxeSQ5auD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGxeSQ5auD .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGxeSQ5auD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGxeSQ5auD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGxeSQ5auD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGxeSQ5auD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGxeSQ5auD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGxeSQ5auD .dropdown-item.active,
.cid-tGxeSQ5auD .dropdown-item:active {
  background-color: transparent;
}
.cid-tGxeSQ5auD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGxeSQ5auD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGxeSQ5auD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGxeSQ5auD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGxeSQ5auD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGxeSQ5auD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGxeSQ5auD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGxeSQ5auD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGxeSQ5auD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGxeSQ5auD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGxeSQ5auD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGxeSQ5auD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGxeSQ5auD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGxeSQ5auD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGxeSQ5auD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGxeSQ5auD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGxeSQ5auD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGxeSQ5auD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGxeSQ5auD .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGxeSQ5auD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGxeSQ5auD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGxeSQ5auD .navbar {
    height: 77px;
  }
  .cid-tGxeSQ5auD .navbar.opened {
    height: auto;
  }
  .cid-tGxeSQ5auD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGxgqkvj3c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxgqkvj3c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/azay-le-rideau-chateau-moat-2-480x360.webp");
}
.cid-tGxgqkvj3c .mbr-section-title {
  color: #fbff61;
}
.cid-tGxgqkvj3c .mbr-text,
.cid-tGxgqkvj3c .mbr-section-btn {
  color: #ffffff;
}
.cid-tGxeSShqiI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGxeSShqiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxeSShqiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxeSShqiI .mbr-section-title DIV {
  text-align: center;
}
.cid-tGxeSShqiI .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGxeSShqiI .mbr-text,
.cid-tGxeSShqiI .mbr-section-btn {
  text-align: center;
}
.cid-tGxeSSKGyc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGxeSSKGyc .content {
    text-align: center;
  }
  .cid-tGxeSSKGyc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGxeSSKGyc .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGxeSSKGyc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGxeSSKGyc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGxeSSKGyc .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGxeSSKGyc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGxeSSKGyc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGxeSSKGyc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGxeSSKGyc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGxeSSKGyc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGxeSSKGyc .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGxeSSKGyc .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGxeSSKGyc .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGxeSSKGyc .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGxeSSKGyc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGxeSSKGyc .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGxeSSKGyc H5 {
  color: #ffe161;
}
.cid-tGxhPIe2NQ .navbar-dropdown {
  position: relative !important;
}
.cid-tGxhPIe2NQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGxhPIe2NQ .dropdown-menu {
  padding: 0;
}
.cid-tGxhPIe2NQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGxhPIe2NQ .dropdown-item:hover,
.cid-tGxhPIe2NQ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGxhPIe2NQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGxhPIe2NQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGxhPIe2NQ .nav-link {
  position: relative;
}
.cid-tGxhPIe2NQ .container {
  display: flex;
  margin: auto;
}
.cid-tGxhPIe2NQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGxhPIe2NQ .navbar-caption {
  padding-right: 4rem;
}
.cid-tGxhPIe2NQ .dropdown-menu,
.cid-tGxhPIe2NQ .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGxhPIe2NQ .nav-item:focus,
.cid-tGxhPIe2NQ .nav-link:focus {
  outline: none;
}
.cid-tGxhPIe2NQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGxhPIe2NQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGxhPIe2NQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGxhPIe2NQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGxhPIe2NQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGxhPIe2NQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGxhPIe2NQ .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGxhPIe2NQ .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGxhPIe2NQ .navbar.opened {
  transition: all .3s;
}
.cid-tGxhPIe2NQ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGxhPIe2NQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tGxhPIe2NQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGxhPIe2NQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGxhPIe2NQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGxhPIe2NQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGxhPIe2NQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGxhPIe2NQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGxhPIe2NQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGxhPIe2NQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGxhPIe2NQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGxhPIe2NQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGxhPIe2NQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGxhPIe2NQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGxhPIe2NQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGxhPIe2NQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGxhPIe2NQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGxhPIe2NQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGxhPIe2NQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGxhPIe2NQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGxhPIe2NQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGxhPIe2NQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGxhPIe2NQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGxhPIe2NQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGxhPIe2NQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGxhPIe2NQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGxhPIe2NQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGxhPIe2NQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGxhPIe2NQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGxhPIe2NQ .dropdown-item.active,
.cid-tGxhPIe2NQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tGxhPIe2NQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGxhPIe2NQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGxhPIe2NQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGxhPIe2NQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGxhPIe2NQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGxhPIe2NQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGxhPIe2NQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGxhPIe2NQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGxhPIe2NQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGxhPIe2NQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGxhPIe2NQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGxhPIe2NQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGxhPIe2NQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGxhPIe2NQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGxhPIe2NQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGxhPIe2NQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGxhPIe2NQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGxhPIe2NQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGxhPIe2NQ .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGxhPIe2NQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGxhPIe2NQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGxhPIe2NQ .navbar {
    height: 77px;
  }
  .cid-tGxhPIe2NQ .navbar.opened {
    height: auto;
  }
  .cid-tGxhPIe2NQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGxhPJ5uAa {
  background-image: url("../../../assets/images/dreamstime-xxl-91799920-2000x1917.webp");
}
.cid-tGxhPJ5uAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxhPJ5uAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxhPJ5uAa .mbr-section-title {
  color: #fbff61;
}
.cid-tGxhPJ5uAa .mbr-text,
.cid-tGxhPJ5uAa .mbr-section-btn {
  color: #ffffff;
}
.cid-tGxhPJRCFJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGxhPJRCFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxhPJRCFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxhPJRCFJ .mbr-section-title DIV {
  text-align: center;
}
.cid-tGxhPJRCFJ .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGxhPJRCFJ .mbr-text,
.cid-tGxhPJRCFJ .mbr-section-btn {
  text-align: center;
}
.cid-tGxhPKhEYF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGxhPKhEYF .content {
    text-align: center;
  }
  .cid-tGxhPKhEYF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGxhPKhEYF .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGxhPKhEYF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGxhPKhEYF .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGxhPKhEYF .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGxhPKhEYF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGxhPKhEYF .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGxhPKhEYF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGxhPKhEYF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGxhPKhEYF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGxhPKhEYF .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGxhPKhEYF .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGxhPKhEYF .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGxhPKhEYF .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGxhPKhEYF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGxhPKhEYF .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGxhPKhEYF H5 {
  color: #ffe161;
}
.cid-tGxowQnBVl .navbar-dropdown {
  position: relative !important;
}
.cid-tGxowQnBVl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGxowQnBVl .dropdown-menu {
  padding: 0;
}
.cid-tGxowQnBVl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGxowQnBVl .dropdown-item:hover,
.cid-tGxowQnBVl .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGxowQnBVl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGxowQnBVl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGxowQnBVl .nav-link {
  position: relative;
}
.cid-tGxowQnBVl .container {
  display: flex;
  margin: auto;
}
.cid-tGxowQnBVl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGxowQnBVl .navbar-caption {
  padding-right: 4rem;
}
.cid-tGxowQnBVl .dropdown-menu,
.cid-tGxowQnBVl .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGxowQnBVl .nav-item:focus,
.cid-tGxowQnBVl .nav-link:focus {
  outline: none;
}
.cid-tGxowQnBVl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGxowQnBVl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGxowQnBVl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGxowQnBVl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGxowQnBVl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGxowQnBVl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGxowQnBVl .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGxowQnBVl .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGxowQnBVl .navbar.opened {
  transition: all .3s;
}
.cid-tGxowQnBVl .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGxowQnBVl .navbar .navbar-logo img {
  width: auto;
}
.cid-tGxowQnBVl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGxowQnBVl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGxowQnBVl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGxowQnBVl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGxowQnBVl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGxowQnBVl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGxowQnBVl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGxowQnBVl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGxowQnBVl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGxowQnBVl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGxowQnBVl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGxowQnBVl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGxowQnBVl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGxowQnBVl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGxowQnBVl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGxowQnBVl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGxowQnBVl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGxowQnBVl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGxowQnBVl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGxowQnBVl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGxowQnBVl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGxowQnBVl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGxowQnBVl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGxowQnBVl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGxowQnBVl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGxowQnBVl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGxowQnBVl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGxowQnBVl .dropdown-item.active,
.cid-tGxowQnBVl .dropdown-item:active {
  background-color: transparent;
}
.cid-tGxowQnBVl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGxowQnBVl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGxowQnBVl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGxowQnBVl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGxowQnBVl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGxowQnBVl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGxowQnBVl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGxowQnBVl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGxowQnBVl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGxowQnBVl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGxowQnBVl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGxowQnBVl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGxowQnBVl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGxowQnBVl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGxowQnBVl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGxowQnBVl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGxowQnBVl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGxowQnBVl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGxowQnBVl .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGxowQnBVl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGxowQnBVl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGxowQnBVl .navbar {
    height: 77px;
  }
  .cid-tGxowQnBVl .navbar.opened {
    height: auto;
  }
  .cid-tGxowQnBVl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGxowQS39U {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGxowQS39U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxowQS39U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxowQS39U .row {
  flex-direction: row-reverse;
}
.cid-tGxowQS39U .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxowQS39U .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxowQS39U .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxowQS39U .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxowQS39U .mbr-text,
.cid-tGxowQS39U .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGxowQS39U .mbr-section-title DIV {
  text-align: center;
}
.cid-tGxowRertn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGxowRertn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxowRertn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxowRertn .row {
  flex-direction: row-reverse;
}
.cid-tGxowRertn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxowRertn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxowRertn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxowRertn .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxowRertn .mbr-text,
.cid-tGxowRertn .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGxowRertn .mbr-section-title DIV {
  text-align: left;
}
.cid-tGxowRy4mz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGxowRy4mz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxowRy4mz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxowRy4mz .row {
  flex-direction: row-reverse;
}
.cid-tGxowRy4mz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxowRy4mz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxowRy4mz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxowRy4mz .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxowRy4mz .mbr-text,
.cid-tGxowRy4mz .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGxowRy4mz .mbr-section-title DIV {
  text-align: left;
}
.cid-tGxowRTXWt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGxowRTXWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxowRTXWt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxowRTXWt .row {
  flex-direction: row-reverse;
}
.cid-tGxowRTXWt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxowRTXWt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxowRTXWt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxowRTXWt .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxowRTXWt .mbr-text,
.cid-tGxowRTXWt .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGxowRTXWt .mbr-section-title DIV {
  text-align: left;
}
.cid-tGxowSihyV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGxowSihyV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxowSihyV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxowSihyV .row {
  flex-direction: row-reverse;
}
.cid-tGxowSihyV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxowSihyV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxowSihyV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxowSihyV .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxowSihyV .mbr-text,
.cid-tGxowSihyV .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGxowSihyV .mbr-section-title DIV {
  text-align: left;
}
.cid-tGxqtLsuvE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGxqtLsuvE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxqtLsuvE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxqtLsuvE .row {
  flex-direction: row-reverse;
}
.cid-tGxqtLsuvE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxqtLsuvE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxqtLsuvE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxqtLsuvE .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxqtLsuvE .mbr-text,
.cid-tGxqtLsuvE .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGxqtLsuvE .mbr-section-title DIV {
  text-align: left;
}
.cid-tGxquNBAyL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGxquNBAyL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxquNBAyL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxquNBAyL .row {
  flex-direction: row-reverse;
}
.cid-tGxquNBAyL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxquNBAyL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxquNBAyL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxquNBAyL .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxquNBAyL .mbr-text,
.cid-tGxquNBAyL .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGxquNBAyL .mbr-section-title DIV {
  text-align: left;
}
.cid-tGxqvBu8FG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGxqvBu8FG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxqvBu8FG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxqvBu8FG .row {
  flex-direction: row-reverse;
}
.cid-tGxqvBu8FG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxqvBu8FG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxqvBu8FG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxqvBu8FG .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxqvBu8FG .mbr-text,
.cid-tGxqvBu8FG .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGxqvBu8FG .mbr-section-title DIV {
  text-align: left;
}
.cid-tGxqwj9ZTS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGxqwj9ZTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxqwj9ZTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxqwj9ZTS .row {
  flex-direction: row-reverse;
}
.cid-tGxqwj9ZTS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxqwj9ZTS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxqwj9ZTS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxqwj9ZTS .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxqwj9ZTS .mbr-text,
.cid-tGxqwj9ZTS .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGxqwj9ZTS .mbr-section-title DIV {
  text-align: left;
}
.cid-tGxqx7TRvK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGxqx7TRvK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxqx7TRvK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxqx7TRvK .row {
  flex-direction: row-reverse;
}
.cid-tGxqx7TRvK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxqx7TRvK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxqx7TRvK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxqx7TRvK .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxqx7TRvK .mbr-text,
.cid-tGxqx7TRvK .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGxqx7TRvK .mbr-section-title DIV {
  text-align: left;
}
.cid-tGxqy2BGjO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGxqy2BGjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxqy2BGjO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxqy2BGjO .row {
  flex-direction: row-reverse;
}
.cid-tGxqy2BGjO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxqy2BGjO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxqy2BGjO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxqy2BGjO .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxqy2BGjO .mbr-text,
.cid-tGxqy2BGjO .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGxqy2BGjO .mbr-section-title DIV {
  text-align: left;
}
.cid-tGxqyJght9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGxqyJght9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxqyJght9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxqyJght9 .row {
  flex-direction: row-reverse;
}
.cid-tGxqyJght9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxqyJght9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxqyJght9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxqyJght9 .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxqyJght9 .mbr-text,
.cid-tGxqyJght9 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGxqyJght9 .mbr-section-title DIV {
  text-align: left;
}
.cid-tGxqzoBVYy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGxqzoBVYy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxqzoBVYy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxqzoBVYy .row {
  flex-direction: row-reverse;
}
.cid-tGxqzoBVYy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxqzoBVYy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxqzoBVYy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxqzoBVYy .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxqzoBVYy .mbr-text,
.cid-tGxqzoBVYy .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGxqzoBVYy .mbr-section-title DIV {
  text-align: left;
}
.cid-tGxqA4LlrS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGxqA4LlrS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxqA4LlrS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxqA4LlrS .row {
  flex-direction: row-reverse;
}
.cid-tGxqA4LlrS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxqA4LlrS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxqA4LlrS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxqA4LlrS .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxqA4LlrS .mbr-text,
.cid-tGxqA4LlrS .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGxqA4LlrS .mbr-section-title DIV {
  text-align: left;
}
.cid-tGxqB1PUc6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGxqB1PUc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxqB1PUc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxqB1PUc6 .row {
  flex-direction: row-reverse;
}
.cid-tGxqB1PUc6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxqB1PUc6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxqB1PUc6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxqB1PUc6 .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxqB1PUc6 .mbr-text,
.cid-tGxqB1PUc6 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGxqB1PUc6 .mbr-section-title DIV {
  text-align: left;
}
.cid-tGxqIkfbLk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-tGxqIkfbLk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxqIkfbLk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxqIkfbLk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxqIkfbLk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxqIkfbLk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxqIkfbLk .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxqIkfbLk .mbr-text,
.cid-tGxqIkfbLk .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGxqIkfbLk .mbr-section-title DIV {
  text-align: left;
}
.cid-tGxowTpuie {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGxowTpuie .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxowTpuie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxowTpuie .mbr-section-title DIV {
  text-align: center;
}
.cid-tGxowTpuie .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGxowTpuie .mbr-text,
.cid-tGxowTpuie .mbr-section-btn {
  text-align: center;
}
.cid-tGxowTOzOc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGxowTOzOc .content {
    text-align: center;
  }
  .cid-tGxowTOzOc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGxowTOzOc .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGxowTOzOc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGxowTOzOc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGxowTOzOc .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGxowTOzOc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGxowTOzOc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGxowTOzOc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGxowTOzOc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGxowTOzOc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGxowTOzOc .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGxowTOzOc .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGxowTOzOc .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGxowTOzOc .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGxowTOzOc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGxowTOzOc .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGxowTOzOc H5 {
  color: #ffe161;
}
.cid-tGxuQ24fbu .navbar-dropdown {
  position: relative !important;
}
.cid-tGxuQ24fbu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGxuQ24fbu .dropdown-menu {
  padding: 0;
}
.cid-tGxuQ24fbu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGxuQ24fbu .dropdown-item:hover,
.cid-tGxuQ24fbu .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGxuQ24fbu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGxuQ24fbu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGxuQ24fbu .nav-link {
  position: relative;
}
.cid-tGxuQ24fbu .container {
  display: flex;
  margin: auto;
}
.cid-tGxuQ24fbu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGxuQ24fbu .navbar-caption {
  padding-right: 4rem;
}
.cid-tGxuQ24fbu .dropdown-menu,
.cid-tGxuQ24fbu .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGxuQ24fbu .nav-item:focus,
.cid-tGxuQ24fbu .nav-link:focus {
  outline: none;
}
.cid-tGxuQ24fbu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGxuQ24fbu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGxuQ24fbu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGxuQ24fbu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGxuQ24fbu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGxuQ24fbu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGxuQ24fbu .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGxuQ24fbu .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGxuQ24fbu .navbar.opened {
  transition: all .3s;
}
.cid-tGxuQ24fbu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGxuQ24fbu .navbar .navbar-logo img {
  width: auto;
}
.cid-tGxuQ24fbu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGxuQ24fbu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGxuQ24fbu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGxuQ24fbu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGxuQ24fbu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGxuQ24fbu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGxuQ24fbu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGxuQ24fbu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGxuQ24fbu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGxuQ24fbu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGxuQ24fbu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGxuQ24fbu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGxuQ24fbu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGxuQ24fbu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGxuQ24fbu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGxuQ24fbu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGxuQ24fbu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGxuQ24fbu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGxuQ24fbu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGxuQ24fbu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGxuQ24fbu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGxuQ24fbu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGxuQ24fbu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGxuQ24fbu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGxuQ24fbu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGxuQ24fbu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGxuQ24fbu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGxuQ24fbu .dropdown-item.active,
.cid-tGxuQ24fbu .dropdown-item:active {
  background-color: transparent;
}
.cid-tGxuQ24fbu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGxuQ24fbu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGxuQ24fbu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGxuQ24fbu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGxuQ24fbu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGxuQ24fbu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGxuQ24fbu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGxuQ24fbu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGxuQ24fbu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGxuQ24fbu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGxuQ24fbu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGxuQ24fbu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGxuQ24fbu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGxuQ24fbu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGxuQ24fbu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGxuQ24fbu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGxuQ24fbu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGxuQ24fbu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGxuQ24fbu .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGxuQ24fbu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGxuQ24fbu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGxuQ24fbu .navbar {
    height: 77px;
  }
  .cid-tGxuQ24fbu .navbar.opened {
    height: auto;
  }
  .cid-tGxuQ24fbu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGxuQ2Ktc4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGxuQ2Ktc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxuQ2Ktc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxuQ2Ktc4 .row {
  flex-direction: row-reverse;
}
.cid-tGxuQ2Ktc4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxuQ2Ktc4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxuQ2Ktc4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxuQ2Ktc4 .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxuQ2Ktc4 .mbr-text,
.cid-tGxuQ2Ktc4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGxuQ2Ktc4 .mbr-section-title DIV {
  text-align: center;
}
.cid-tGxuQ3bmYi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGxuQ3bmYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxuQ3bmYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxuQ3bmYi .row {
  flex-direction: row-reverse;
}
.cid-tGxuQ3bmYi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxuQ3bmYi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxuQ3bmYi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxuQ3bmYi .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxuQ3bmYi .mbr-text,
.cid-tGxuQ3bmYi .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGxuQ3bmYi .mbr-section-title DIV {
  text-align: left;
}
.cid-tGxuQ3ycru {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGxuQ3ycru .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxuQ3ycru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxuQ3ycru .row {
  flex-direction: row-reverse;
}
.cid-tGxuQ3ycru .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxuQ3ycru .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxuQ3ycru .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxuQ3ycru .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxuQ3ycru .mbr-text,
.cid-tGxuQ3ycru .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGxuQ3ycru .mbr-section-title DIV {
  text-align: left;
}
.cid-tGxuQ409pD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGxuQ409pD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxuQ409pD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxuQ409pD .row {
  flex-direction: row-reverse;
}
.cid-tGxuQ409pD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxuQ409pD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxuQ409pD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxuQ409pD .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxuQ409pD .mbr-text,
.cid-tGxuQ409pD .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGxuQ409pD .mbr-section-title DIV {
  text-align: left;
}
.cid-tGxuQ4p2EO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGxuQ4p2EO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxuQ4p2EO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxuQ4p2EO .row {
  flex-direction: row-reverse;
}
.cid-tGxuQ4p2EO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxuQ4p2EO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxuQ4p2EO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxuQ4p2EO .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxuQ4p2EO .mbr-text,
.cid-tGxuQ4p2EO .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGxuQ4p2EO .mbr-section-title DIV {
  text-align: left;
}
.cid-tGxuQ4Nai2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGxuQ4Nai2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxuQ4Nai2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxuQ4Nai2 .row {
  flex-direction: row-reverse;
}
.cid-tGxuQ4Nai2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxuQ4Nai2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxuQ4Nai2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxuQ4Nai2 .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxuQ4Nai2 .mbr-text,
.cid-tGxuQ4Nai2 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGxuQ4Nai2 .mbr-section-title DIV {
  text-align: left;
}
.cid-tGxAgd37UJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efeaf4;
}
.cid-tGxAgd37UJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxAgd37UJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxAgd37UJ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tGxAgd37UJ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tGxAgd37UJ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tGxAgd37UJ .list {
  text-align: left;
}
.cid-tGxAgd37UJ H3 {
  text-align: center;
}
.cid-tGxuQ5eRrZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6c63b;
}
.cid-tGxuQ5eRrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxuQ5eRrZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxuQ5eRrZ .row {
  flex-direction: row-reverse;
}
.cid-tGxuQ5eRrZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxuQ5eRrZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxuQ5eRrZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxuQ5eRrZ .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxuQ5eRrZ .mbr-text,
.cid-tGxuQ5eRrZ .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGxuQ5eRrZ .mbr-section-title DIV {
  text-align: left;
}
.cid-tGxuQ5DEIX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGxuQ5DEIX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxuQ5DEIX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxuQ5DEIX .row {
  flex-direction: row-reverse;
}
.cid-tGxuQ5DEIX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxuQ5DEIX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxuQ5DEIX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxuQ5DEIX .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxuQ5DEIX .mbr-text,
.cid-tGxuQ5DEIX .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGxuQ5DEIX .mbr-section-title DIV {
  text-align: left;
}
.cid-tGxuQ6aGgM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6c63b;
}
.cid-tGxuQ6aGgM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxuQ6aGgM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxuQ6aGgM .row {
  flex-direction: row-reverse;
}
.cid-tGxuQ6aGgM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGxuQ6aGgM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGxuQ6aGgM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxuQ6aGgM .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxuQ6aGgM .mbr-text,
.cid-tGxuQ6aGgM .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGxuQ6aGgM .mbr-section-title DIV {
  text-align: left;
}
.cid-tGxuQ9Sk3o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGxuQ9Sk3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxuQ9Sk3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxuQ9Sk3o .mbr-section-title DIV {
  text-align: center;
}
.cid-tGxuQ9Sk3o .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGxuQ9Sk3o .mbr-text,
.cid-tGxuQ9Sk3o .mbr-section-btn {
  text-align: center;
}
.cid-tGxuQanF71 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGxuQanF71 .content {
    text-align: center;
  }
  .cid-tGxuQanF71 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGxuQanF71 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGxuQanF71 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGxuQanF71 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGxuQanF71 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGxuQanF71 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGxuQanF71 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGxuQanF71 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGxuQanF71 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGxuQanF71 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGxuQanF71 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGxuQanF71 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGxuQanF71 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGxuQanF71 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGxuQanF71 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGxuQanF71 .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGxuQanF71 H5 {
  color: #ffe161;
}
.cid-tGxFAt9Jte .navbar-dropdown {
  position: relative !important;
}
.cid-tGxFAt9Jte .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGxFAt9Jte .dropdown-menu {
  padding: 0;
}
.cid-tGxFAt9Jte .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGxFAt9Jte .dropdown-item:hover,
.cid-tGxFAt9Jte .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGxFAt9Jte .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGxFAt9Jte .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGxFAt9Jte .nav-link {
  position: relative;
}
.cid-tGxFAt9Jte .container {
  display: flex;
  margin: auto;
}
.cid-tGxFAt9Jte .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGxFAt9Jte .navbar-caption {
  padding-right: 4rem;
}
.cid-tGxFAt9Jte .dropdown-menu,
.cid-tGxFAt9Jte .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGxFAt9Jte .nav-item:focus,
.cid-tGxFAt9Jte .nav-link:focus {
  outline: none;
}
.cid-tGxFAt9Jte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGxFAt9Jte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGxFAt9Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGxFAt9Jte .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGxFAt9Jte .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGxFAt9Jte .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGxFAt9Jte .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGxFAt9Jte .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGxFAt9Jte .navbar.opened {
  transition: all .3s;
}
.cid-tGxFAt9Jte .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGxFAt9Jte .navbar .navbar-logo img {
  width: auto;
}
.cid-tGxFAt9Jte .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGxFAt9Jte .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGxFAt9Jte .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGxFAt9Jte .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGxFAt9Jte .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGxFAt9Jte .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGxFAt9Jte .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGxFAt9Jte .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGxFAt9Jte .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGxFAt9Jte .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGxFAt9Jte .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGxFAt9Jte .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGxFAt9Jte .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGxFAt9Jte .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGxFAt9Jte .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGxFAt9Jte .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGxFAt9Jte .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGxFAt9Jte .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGxFAt9Jte .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGxFAt9Jte .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGxFAt9Jte .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGxFAt9Jte .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGxFAt9Jte .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGxFAt9Jte .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGxFAt9Jte .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGxFAt9Jte .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGxFAt9Jte .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGxFAt9Jte .dropdown-item.active,
.cid-tGxFAt9Jte .dropdown-item:active {
  background-color: transparent;
}
.cid-tGxFAt9Jte .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGxFAt9Jte .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGxFAt9Jte .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGxFAt9Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGxFAt9Jte .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGxFAt9Jte .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGxFAt9Jte ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGxFAt9Jte .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGxFAt9Jte button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGxFAt9Jte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGxFAt9Jte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGxFAt9Jte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGxFAt9Jte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGxFAt9Jte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGxFAt9Jte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGxFAt9Jte nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGxFAt9Jte nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGxFAt9Jte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGxFAt9Jte .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGxFAt9Jte a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGxFAt9Jte .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGxFAt9Jte .navbar {
    height: 77px;
  }
  .cid-tGxFAt9Jte .navbar.opened {
    height: auto;
  }
  .cid-tGxFAt9Jte .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGxFAtHSp8 {
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGxFAtHSp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxFAtHSp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGxFAtHSp8 .row {
    flex-direction: column-reverse;
  }
  .cid-tGxFAtHSp8 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGxFAtHSp8 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGxFAtHSp8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGxFAtHSp8 .media-content,
.cid-tGxFAtHSp8 .mbr-figure {
  align-self: center;
}
.cid-tGxFAtHSp8 .mbr-figure iframe {
  width: 100%;
}
.cid-tGxFAtHSp8 .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tGxFAtHSp8 .mbr-text,
.cid-tGxFAtHSp8 .mbr-section-btn {
  color: #e6c63b;
  text-align: center;
}
#custom-html-ez {
  /* Type valid CSS here */
}
#custom-html-ez div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ez p {
  font-size: 60px;
  color: #777;
}
.cid-tGxFAxxH7H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGxFAxxH7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxFAxxH7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxFAxxH7H .mbr-section-title DIV {
  text-align: center;
}
.cid-tGxFAxxH7H .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGxFAxxH7H .mbr-text,
.cid-tGxFAxxH7H .mbr-section-btn {
  text-align: center;
}
.cid-tGxFAy1QU5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGxFAy1QU5 .content {
    text-align: center;
  }
  .cid-tGxFAy1QU5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGxFAy1QU5 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGxFAy1QU5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGxFAy1QU5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGxFAy1QU5 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGxFAy1QU5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGxFAy1QU5 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGxFAy1QU5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGxFAy1QU5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGxFAy1QU5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGxFAy1QU5 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGxFAy1QU5 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGxFAy1QU5 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGxFAy1QU5 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGxFAy1QU5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGxFAy1QU5 .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGxFAy1QU5 H5 {
  color: #ffe161;
}
.cid-tGxHVkgFc6 .navbar-dropdown {
  position: relative !important;
}
.cid-tGxHVkgFc6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGxHVkgFc6 .dropdown-menu {
  padding: 0;
}
.cid-tGxHVkgFc6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGxHVkgFc6 .dropdown-item:hover,
.cid-tGxHVkgFc6 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGxHVkgFc6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGxHVkgFc6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGxHVkgFc6 .nav-link {
  position: relative;
}
.cid-tGxHVkgFc6 .container {
  display: flex;
  margin: auto;
}
.cid-tGxHVkgFc6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGxHVkgFc6 .navbar-caption {
  padding-right: 4rem;
}
.cid-tGxHVkgFc6 .dropdown-menu,
.cid-tGxHVkgFc6 .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGxHVkgFc6 .nav-item:focus,
.cid-tGxHVkgFc6 .nav-link:focus {
  outline: none;
}
.cid-tGxHVkgFc6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGxHVkgFc6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGxHVkgFc6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGxHVkgFc6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGxHVkgFc6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGxHVkgFc6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGxHVkgFc6 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGxHVkgFc6 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGxHVkgFc6 .navbar.opened {
  transition: all .3s;
}
.cid-tGxHVkgFc6 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGxHVkgFc6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tGxHVkgFc6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGxHVkgFc6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGxHVkgFc6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGxHVkgFc6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGxHVkgFc6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGxHVkgFc6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGxHVkgFc6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGxHVkgFc6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGxHVkgFc6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGxHVkgFc6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGxHVkgFc6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGxHVkgFc6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGxHVkgFc6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGxHVkgFc6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGxHVkgFc6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGxHVkgFc6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGxHVkgFc6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGxHVkgFc6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGxHVkgFc6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGxHVkgFc6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGxHVkgFc6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGxHVkgFc6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGxHVkgFc6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGxHVkgFc6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGxHVkgFc6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGxHVkgFc6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGxHVkgFc6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGxHVkgFc6 .dropdown-item.active,
.cid-tGxHVkgFc6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tGxHVkgFc6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGxHVkgFc6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGxHVkgFc6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGxHVkgFc6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGxHVkgFc6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGxHVkgFc6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGxHVkgFc6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGxHVkgFc6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGxHVkgFc6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGxHVkgFc6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGxHVkgFc6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGxHVkgFc6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGxHVkgFc6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGxHVkgFc6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGxHVkgFc6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGxHVkgFc6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGxHVkgFc6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGxHVkgFc6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGxHVkgFc6 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGxHVkgFc6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGxHVkgFc6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGxHVkgFc6 .navbar {
    height: 77px;
  }
  .cid-tGxHVkgFc6 .navbar.opened {
    height: auto;
  }
  .cid-tGxHVkgFc6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGxHVkQGmw {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/french-cottages-provence-village-views-27-2000x1500.webp");
}
.cid-tGxHVkQGmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxHVkQGmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxHVkQGmw .mbr-section-title {
  color: #e6c63b;
}
.cid-tGxHVkQGmw .mbr-text,
.cid-tGxHVkQGmw .mbr-section-btn {
  color: #ffffff;
}
.cid-tGxHVlktw2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGxHVlktw2 .mbr-overlay {
  background: #232323;
  opacity: 0.8;
}
.cid-tGxHVlktw2 img,
.cid-tGxHVlktw2 .item-img {
  width: 100%;
}
.cid-tGxHVlktw2 .item:focus,
.cid-tGxHVlktw2 span:focus {
  outline: none;
}
.cid-tGxHVlktw2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGxHVlktw2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #af95d5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGxHVlktw2 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGxHVlktw2 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGxHVlktw2 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGxHVlktw2 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGxHVlktw2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGxHVlktw2 .mbr-section-title {
  color: #ffffff;
}
.cid-tGxHVlktw2 .mbr-text,
.cid-tGxHVlktw2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tGxHVlktw2 .item-title {
  text-align: center;
}
.cid-tGxHVlktw2 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tGy0QCx9cs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGy0QCx9cs .mbr-overlay {
  background: #232323;
  opacity: 0.8;
}
.cid-tGy0QCx9cs img,
.cid-tGy0QCx9cs .item-img {
  width: 100%;
}
.cid-tGy0QCx9cs .item:focus,
.cid-tGy0QCx9cs span:focus {
  outline: none;
}
.cid-tGy0QCx9cs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGy0QCx9cs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #af95d5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGy0QCx9cs .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGy0QCx9cs .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGy0QCx9cs .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGy0QCx9cs .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGy0QCx9cs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGy0QCx9cs .mbr-section-title {
  color: #ffffff;
}
.cid-tGy0QCx9cs .mbr-text,
.cid-tGy0QCx9cs .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tGy0QCx9cs .item-title {
  text-align: center;
}
.cid-tGy0QCx9cs .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tGy0RqhCIa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGy0RqhCIa .mbr-overlay {
  background: #232323;
  opacity: 0.8;
}
.cid-tGy0RqhCIa img,
.cid-tGy0RqhCIa .item-img {
  width: 100%;
}
.cid-tGy0RqhCIa .item:focus,
.cid-tGy0RqhCIa span:focus {
  outline: none;
}
.cid-tGy0RqhCIa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGy0RqhCIa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #af95d5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGy0RqhCIa .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGy0RqhCIa .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGy0RqhCIa .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGy0RqhCIa .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGy0RqhCIa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGy0RqhCIa .mbr-section-title {
  color: #ffffff;
}
.cid-tGy0RqhCIa .mbr-text,
.cid-tGy0RqhCIa .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tGy0RqhCIa .item-title {
  text-align: center;
}
.cid-tGy0RqhCIa .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tGy0S7tGGU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGy0S7tGGU .mbr-overlay {
  background: #232323;
  opacity: 0.8;
}
.cid-tGy0S7tGGU img,
.cid-tGy0S7tGGU .item-img {
  width: 100%;
}
.cid-tGy0S7tGGU .item:focus,
.cid-tGy0S7tGGU span:focus {
  outline: none;
}
.cid-tGy0S7tGGU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGy0S7tGGU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #af95d5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGy0S7tGGU .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGy0S7tGGU .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGy0S7tGGU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGy0S7tGGU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGy0S7tGGU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGy0S7tGGU .mbr-section-title {
  color: #ffffff;
}
.cid-tGy0S7tGGU .mbr-text,
.cid-tGy0S7tGGU .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tGy0S7tGGU .item-title {
  text-align: center;
}
.cid-tGy0S7tGGU .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tGxHVm3wti {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGxHVm3wti .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxHVm3wti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxHVm3wti .mbr-section-title DIV {
  text-align: center;
}
.cid-tGxHVm3wti .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGxHVm3wti .mbr-text,
.cid-tGxHVm3wti .mbr-section-btn {
  text-align: center;
}
.cid-tGxHVmt1SH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGxHVmt1SH .content {
    text-align: center;
  }
  .cid-tGxHVmt1SH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGxHVmt1SH .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGxHVmt1SH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGxHVmt1SH .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGxHVmt1SH .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGxHVmt1SH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGxHVmt1SH .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGxHVmt1SH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGxHVmt1SH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGxHVmt1SH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGxHVmt1SH .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGxHVmt1SH .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGxHVmt1SH .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGxHVmt1SH .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGxHVmt1SH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGxHVmt1SH .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGxHVmt1SH H5 {
  color: #ffe161;
}
.cid-tGyA6eeZYS .navbar-dropdown {
  position: relative !important;
}
.cid-tGyA6eeZYS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGyA6eeZYS .dropdown-menu {
  padding: 0;
}
.cid-tGyA6eeZYS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGyA6eeZYS .dropdown-item:hover,
.cid-tGyA6eeZYS .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGyA6eeZYS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGyA6eeZYS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGyA6eeZYS .nav-link {
  position: relative;
}
.cid-tGyA6eeZYS .container {
  display: flex;
  margin: auto;
}
.cid-tGyA6eeZYS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGyA6eeZYS .navbar-caption {
  padding-right: 4rem;
}
.cid-tGyA6eeZYS .dropdown-menu,
.cid-tGyA6eeZYS .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGyA6eeZYS .nav-item:focus,
.cid-tGyA6eeZYS .nav-link:focus {
  outline: none;
}
.cid-tGyA6eeZYS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGyA6eeZYS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGyA6eeZYS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGyA6eeZYS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGyA6eeZYS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGyA6eeZYS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGyA6eeZYS .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGyA6eeZYS .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGyA6eeZYS .navbar.opened {
  transition: all .3s;
}
.cid-tGyA6eeZYS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGyA6eeZYS .navbar .navbar-logo img {
  width: auto;
}
.cid-tGyA6eeZYS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGyA6eeZYS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGyA6eeZYS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGyA6eeZYS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGyA6eeZYS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGyA6eeZYS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGyA6eeZYS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGyA6eeZYS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGyA6eeZYS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGyA6eeZYS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGyA6eeZYS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGyA6eeZYS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGyA6eeZYS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGyA6eeZYS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGyA6eeZYS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGyA6eeZYS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGyA6eeZYS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGyA6eeZYS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGyA6eeZYS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGyA6eeZYS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGyA6eeZYS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGyA6eeZYS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGyA6eeZYS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGyA6eeZYS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGyA6eeZYS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGyA6eeZYS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGyA6eeZYS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGyA6eeZYS .dropdown-item.active,
.cid-tGyA6eeZYS .dropdown-item:active {
  background-color: transparent;
}
.cid-tGyA6eeZYS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGyA6eeZYS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGyA6eeZYS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGyA6eeZYS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGyA6eeZYS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGyA6eeZYS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGyA6eeZYS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGyA6eeZYS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGyA6eeZYS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGyA6eeZYS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGyA6eeZYS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGyA6eeZYS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGyA6eeZYS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGyA6eeZYS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGyA6eeZYS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGyA6eeZYS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGyA6eeZYS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGyA6eeZYS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGyA6eeZYS .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGyA6eeZYS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGyA6eeZYS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGyA6eeZYS .navbar {
    height: 77px;
  }
  .cid-tGyA6eeZYS .navbar.opened {
    height: auto;
  }
  .cid-tGyA6eeZYS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGyAWaazpT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGyAWaazpT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGyAWaazpT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGyAWaazpT .row {
  flex-direction: row-reverse;
}
.cid-tGyAWaazpT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGyAWaazpT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGyAWaazpT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGyAWaazpT .mbr-section-title {
  color: #e6c63b;
}
.cid-tGyAWaazpT .mbr-text,
.cid-tGyAWaazpT .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGyAWaazpT .mbr-section-title DIV {
  text-align: left;
}
.cid-tGyBZhW0c5 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGyBZhW0c5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGyBZhW0c5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGyBZhW0c5 .row {
    flex-direction: column-reverse;
  }
  .cid-tGyBZhW0c5 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGyBZhW0c5 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGyBZhW0c5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGyBZhW0c5 .media-content,
.cid-tGyBZhW0c5 .mbr-figure {
  align-self: center;
}
.cid-tGyBZhW0c5 .mbr-figure iframe {
  width: 100%;
}
.cid-tGyBZhW0c5 .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tGyBZhW0c5 .mbr-text,
.cid-tGyBZhW0c5 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGyBZZNBJx {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGyBZZNBJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGyBZZNBJx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGyBZZNBJx .row {
    flex-direction: column-reverse;
  }
  .cid-tGyBZZNBJx .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGyBZZNBJx .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGyBZZNBJx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGyBZZNBJx .media-content,
.cid-tGyBZZNBJx .mbr-figure {
  align-self: center;
}
.cid-tGyBZZNBJx .mbr-figure iframe {
  width: 100%;
}
.cid-tGyBZZNBJx .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tGyBZZNBJx .mbr-text,
.cid-tGyBZZNBJx .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGyC0K1RTZ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGyC0K1RTZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGyC0K1RTZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGyC0K1RTZ .row {
    flex-direction: column-reverse;
  }
  .cid-tGyC0K1RTZ .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGyC0K1RTZ .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGyC0K1RTZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGyC0K1RTZ .media-content,
.cid-tGyC0K1RTZ .mbr-figure {
  align-self: center;
}
.cid-tGyC0K1RTZ .mbr-figure iframe {
  width: 100%;
}
.cid-tGyC0K1RTZ .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tGyC0K1RTZ .mbr-text,
.cid-tGyC0K1RTZ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGyC1x1pds {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGyC1x1pds .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGyC1x1pds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGyC1x1pds .row {
    flex-direction: column-reverse;
  }
  .cid-tGyC1x1pds .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGyC1x1pds .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGyC1x1pds .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGyC1x1pds .media-content,
.cid-tGyC1x1pds .mbr-figure {
  align-self: center;
}
.cid-tGyC1x1pds .mbr-figure iframe {
  width: 100%;
}
.cid-tGyC1x1pds .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tGyC1x1pds .mbr-text,
.cid-tGyC1x1pds .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGyC29P7uC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGyC29P7uC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGyC29P7uC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGyC29P7uC .row {
    flex-direction: column-reverse;
  }
  .cid-tGyC29P7uC .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGyC29P7uC .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGyC29P7uC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGyC29P7uC .media-content,
.cid-tGyC29P7uC .mbr-figure {
  align-self: center;
}
.cid-tGyC29P7uC .mbr-figure iframe {
  width: 100%;
}
.cid-tGyC29P7uC .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tGyC29P7uC .mbr-text,
.cid-tGyC29P7uC .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGyCJw3QU5 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGyCJw3QU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGyCJw3QU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGyCJw3QU5 .row {
    flex-direction: column-reverse;
  }
  .cid-tGyCJw3QU5 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tGyCJw3QU5 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGyCJw3QU5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGyCJw3QU5 .media-content,
.cid-tGyCJw3QU5 .mbr-figure {
  align-self: center;
}
.cid-tGyCJw3QU5 .mbr-figure iframe {
  width: 100%;
}
.cid-tGyCJw3QU5 .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-tGyCJw3QU5 .mbr-text,
.cid-tGyCJw3QU5 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tGyA6gqM6o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGyA6gqM6o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGyA6gqM6o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGyA6gqM6o .mbr-section-title DIV {
  text-align: center;
}
.cid-tGyA6gqM6o .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGyA6gqM6o .mbr-text,
.cid-tGyA6gqM6o .mbr-section-btn {
  text-align: center;
}
.cid-tGyA6gNEQc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGyA6gNEQc .content {
    text-align: center;
  }
  .cid-tGyA6gNEQc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGyA6gNEQc .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGyA6gNEQc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGyA6gNEQc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGyA6gNEQc .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGyA6gNEQc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGyA6gNEQc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGyA6gNEQc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGyA6gNEQc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGyA6gNEQc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGyA6gNEQc .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGyA6gNEQc .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGyA6gNEQc .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGyA6gNEQc .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGyA6gNEQc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGyA6gNEQc .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGyA6gNEQc H5 {
  color: #ffe161;
}
.cid-tGs7lIGyHr .navbar-dropdown {
  position: relative !important;
}
.cid-tGs7lIGyHr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGs7lIGyHr .dropdown-menu {
  padding: 0;
}
.cid-tGs7lIGyHr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGs7lIGyHr .dropdown-item:hover,
.cid-tGs7lIGyHr .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGs7lIGyHr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGs7lIGyHr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGs7lIGyHr .nav-link {
  position: relative;
}
.cid-tGs7lIGyHr .container {
  display: flex;
  margin: auto;
}
.cid-tGs7lIGyHr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGs7lIGyHr .navbar-caption {
  padding-right: 4rem;
}
.cid-tGs7lIGyHr .dropdown-menu,
.cid-tGs7lIGyHr .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGs7lIGyHr .nav-item:focus,
.cid-tGs7lIGyHr .nav-link:focus {
  outline: none;
}
.cid-tGs7lIGyHr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGs7lIGyHr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGs7lIGyHr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGs7lIGyHr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGs7lIGyHr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGs7lIGyHr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGs7lIGyHr .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGs7lIGyHr .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGs7lIGyHr .navbar.opened {
  transition: all .3s;
}
.cid-tGs7lIGyHr .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGs7lIGyHr .navbar .navbar-logo img {
  width: auto;
}
.cid-tGs7lIGyHr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGs7lIGyHr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGs7lIGyHr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGs7lIGyHr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGs7lIGyHr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGs7lIGyHr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGs7lIGyHr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGs7lIGyHr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGs7lIGyHr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGs7lIGyHr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGs7lIGyHr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGs7lIGyHr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGs7lIGyHr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGs7lIGyHr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGs7lIGyHr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGs7lIGyHr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGs7lIGyHr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGs7lIGyHr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGs7lIGyHr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGs7lIGyHr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGs7lIGyHr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGs7lIGyHr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGs7lIGyHr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGs7lIGyHr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGs7lIGyHr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGs7lIGyHr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGs7lIGyHr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGs7lIGyHr .dropdown-item.active,
.cid-tGs7lIGyHr .dropdown-item:active {
  background-color: transparent;
}
.cid-tGs7lIGyHr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGs7lIGyHr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGs7lIGyHr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGs7lIGyHr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGs7lIGyHr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGs7lIGyHr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGs7lIGyHr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGs7lIGyHr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGs7lIGyHr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGs7lIGyHr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGs7lIGyHr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGs7lIGyHr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGs7lIGyHr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGs7lIGyHr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGs7lIGyHr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGs7lIGyHr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGs7lIGyHr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGs7lIGyHr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGs7lIGyHr .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGs7lIGyHr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGs7lIGyHr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGs7lIGyHr .navbar {
    height: 77px;
  }
  .cid-tGs7lIGyHr .navbar.opened {
    height: auto;
  }
  .cid-tGs7lIGyHr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGz0q82WrT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGz0q82WrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGz0q82WrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGz0q82WrT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGz0q82WrT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGz0q82WrT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGz0q82WrT .mbr-section-title {
  color: #e6c63b;
}
.cid-tGz0q82WrT .mbr-text,
.cid-tGz0q82WrT .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGz0q82WrT .mbr-section-title DIV {
  text-align: left;
}
.cid-tGz0q82WrT .mbr-text-centre {
  color: #ffffff;
  text-align: center;
}
.cid-tGz0p5zRI7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeaf4;
}
.cid-tGz0p5zRI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGz0p5zRI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGz0p5zRI7 .row {
  flex-direction: row-reverse;
}
.cid-tGz0p5zRI7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGz0p5zRI7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGz0p5zRI7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGz0p5zRI7 .mbr-section-title {
  color: #e6c63b;
}
.cid-tGz0p5zRI7 .mbr-text,
.cid-tGz0p5zRI7 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tGz0p5zRI7 .mbr-section-title DIV {
  text-align: left;
}
.cid-tGyYjOh7Cm {
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGyYjOh7Cm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGyYjOh7Cm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGyYjOh7Cm .mbr-section-title DIV {
  text-align: center;
}
.cid-tGyYjOh7Cm .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGyYjOh7Cm .mbr-text,
.cid-tGyYjOh7Cm .mbr-section-btn {
  text-align: center;
}
.cid-tGs7lOso3Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGs7lOso3Q .content {
    text-align: center;
  }
  .cid-tGs7lOso3Q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGs7lOso3Q .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGs7lOso3Q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGs7lOso3Q .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGs7lOso3Q .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGs7lOso3Q .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGs7lOso3Q .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGs7lOso3Q .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGs7lOso3Q .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGs7lOso3Q .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGs7lOso3Q .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGs7lOso3Q .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGs7lOso3Q .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGs7lOso3Q .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGs7lOso3Q .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGs7lOso3Q .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGs7lOso3Q H5 {
  color: #ffe161;
}
.cid-tGsq15GDoq .navbar-dropdown {
  position: relative !important;
}
.cid-tGsq15GDoq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGsq15GDoq .dropdown-menu {
  padding: 0;
}
.cid-tGsq15GDoq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGsq15GDoq .dropdown-item:hover,
.cid-tGsq15GDoq .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGsq15GDoq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGsq15GDoq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGsq15GDoq .nav-link {
  position: relative;
}
.cid-tGsq15GDoq .container {
  display: flex;
  margin: auto;
}
.cid-tGsq15GDoq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGsq15GDoq .navbar-caption {
  padding-right: 4rem;
}
.cid-tGsq15GDoq .dropdown-menu,
.cid-tGsq15GDoq .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGsq15GDoq .nav-item:focus,
.cid-tGsq15GDoq .nav-link:focus {
  outline: none;
}
.cid-tGsq15GDoq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGsq15GDoq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGsq15GDoq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGsq15GDoq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGsq15GDoq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGsq15GDoq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGsq15GDoq .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGsq15GDoq .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGsq15GDoq .navbar.opened {
  transition: all .3s;
}
.cid-tGsq15GDoq .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGsq15GDoq .navbar .navbar-logo img {
  width: auto;
}
.cid-tGsq15GDoq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGsq15GDoq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGsq15GDoq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGsq15GDoq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGsq15GDoq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGsq15GDoq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGsq15GDoq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGsq15GDoq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGsq15GDoq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGsq15GDoq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGsq15GDoq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGsq15GDoq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGsq15GDoq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGsq15GDoq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGsq15GDoq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGsq15GDoq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGsq15GDoq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGsq15GDoq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGsq15GDoq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGsq15GDoq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGsq15GDoq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGsq15GDoq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGsq15GDoq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGsq15GDoq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGsq15GDoq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGsq15GDoq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGsq15GDoq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGsq15GDoq .dropdown-item.active,
.cid-tGsq15GDoq .dropdown-item:active {
  background-color: transparent;
}
.cid-tGsq15GDoq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGsq15GDoq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGsq15GDoq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGsq15GDoq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGsq15GDoq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGsq15GDoq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGsq15GDoq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGsq15GDoq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGsq15GDoq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGsq15GDoq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGsq15GDoq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGsq15GDoq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGsq15GDoq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGsq15GDoq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGsq15GDoq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGsq15GDoq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGsq15GDoq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGsq15GDoq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGsq15GDoq .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGsq15GDoq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGsq15GDoq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGsq15GDoq .navbar {
    height: 77px;
  }
  .cid-tGsq15GDoq .navbar.opened {
    height: auto;
  }
  .cid-tGsq15GDoq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGELAHZr7U {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799920-2000x1917.webp");
}
.cid-tGELAHZr7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGELAHZr7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGELAHZr7U .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tGELAHZr7U .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tGELAHZr7U .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tGELAHZr7U .mbr-section-title {
  color: #fbff61;
}
.cid-tGELAHZr7U .mbr-text,
.cid-tGELAHZr7U .mbr-section-btn,
.cid-tGELAHZr7U .social-row {
  color: #ffffff;
}
.cid-tGELxeDpJ9 {
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGELxeDpJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGELxeDpJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGELxeDpJ9 .mbr-section-title DIV {
  text-align: center;
}
.cid-tGELxeDpJ9 .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGELxeDpJ9 .mbr-text,
.cid-tGELxeDpJ9 .mbr-section-btn {
  text-align: center;
}
.cid-tGsq1asHkc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGsq1asHkc .content {
    text-align: center;
  }
  .cid-tGsq1asHkc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGsq1asHkc .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGsq1asHkc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGsq1asHkc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGsq1asHkc .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGsq1asHkc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGsq1asHkc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGsq1asHkc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGsq1asHkc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGsq1asHkc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGsq1asHkc .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGsq1asHkc .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGsq1asHkc .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGsq1asHkc .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGsq1asHkc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGsq1asHkc .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGsq1asHkc H5 {
  color: #ffe161;
}
.cid-tGEOoy9Qce .navbar-dropdown {
  position: relative !important;
}
.cid-tGEOoy9Qce .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGEOoy9Qce .dropdown-menu {
  padding: 0;
}
.cid-tGEOoy9Qce .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGEOoy9Qce .dropdown-item:hover,
.cid-tGEOoy9Qce .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGEOoy9Qce .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGEOoy9Qce .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGEOoy9Qce .nav-link {
  position: relative;
}
.cid-tGEOoy9Qce .container {
  display: flex;
  margin: auto;
}
.cid-tGEOoy9Qce .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGEOoy9Qce .navbar-caption {
  padding-right: 4rem;
}
.cid-tGEOoy9Qce .dropdown-menu,
.cid-tGEOoy9Qce .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGEOoy9Qce .nav-item:focus,
.cid-tGEOoy9Qce .nav-link:focus {
  outline: none;
}
.cid-tGEOoy9Qce .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGEOoy9Qce .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGEOoy9Qce .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGEOoy9Qce .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGEOoy9Qce .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGEOoy9Qce .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGEOoy9Qce .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGEOoy9Qce .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGEOoy9Qce .navbar.opened {
  transition: all .3s;
}
.cid-tGEOoy9Qce .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGEOoy9Qce .navbar .navbar-logo img {
  width: auto;
}
.cid-tGEOoy9Qce .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGEOoy9Qce .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGEOoy9Qce .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGEOoy9Qce .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGEOoy9Qce .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGEOoy9Qce .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGEOoy9Qce .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGEOoy9Qce .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGEOoy9Qce .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGEOoy9Qce .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGEOoy9Qce .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGEOoy9Qce .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGEOoy9Qce .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGEOoy9Qce .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGEOoy9Qce .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGEOoy9Qce .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGEOoy9Qce .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGEOoy9Qce .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGEOoy9Qce .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGEOoy9Qce .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGEOoy9Qce .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGEOoy9Qce .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGEOoy9Qce .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGEOoy9Qce .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGEOoy9Qce .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGEOoy9Qce .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGEOoy9Qce .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGEOoy9Qce .dropdown-item.active,
.cid-tGEOoy9Qce .dropdown-item:active {
  background-color: transparent;
}
.cid-tGEOoy9Qce .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGEOoy9Qce .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGEOoy9Qce .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGEOoy9Qce .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGEOoy9Qce .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGEOoy9Qce .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGEOoy9Qce ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGEOoy9Qce .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGEOoy9Qce button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGEOoy9Qce button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGEOoy9Qce button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGEOoy9Qce button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGEOoy9Qce button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGEOoy9Qce button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGEOoy9Qce nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGEOoy9Qce nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGEOoy9Qce nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGEOoy9Qce nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGEOoy9Qce .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGEOoy9Qce a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGEOoy9Qce .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGEOoy9Qce .navbar {
    height: 77px;
  }
  .cid-tGEOoy9Qce .navbar.opened {
    height: auto;
  }
  .cid-tGEOoy9Qce .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGEOoyCneA {
  background-image: url("../../../assets/images/la-petite-fadette-900x1200.webp");
}
.cid-tGEOoyCneA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGEOoyCneA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGEOoyCneA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGEOoyCneA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGEOoyCneA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGEOoyCneA .mbr-section-title {
  color: #e6c63b;
}
.cid-tGEOoyCneA .mbr-text,
.cid-tGEOoyCneA .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGEOoyCneA .mbr-section-title DIV {
  text-align: left;
}
.cid-tGEOoyCneA .mbr-text-centre {
  color: #ffffff;
  text-align: center;
}
.cid-tGEOozkVYJ {
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGEOozkVYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGEOozkVYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGEOozkVYJ .mbr-section-title DIV {
  text-align: center;
}
.cid-tGEOozkVYJ .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGEOozkVYJ .mbr-text,
.cid-tGEOozkVYJ .mbr-section-btn {
  text-align: center;
}
.cid-tGEOozDO7j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGEOozDO7j .content {
    text-align: center;
  }
  .cid-tGEOozDO7j .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGEOozDO7j .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGEOozDO7j .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGEOozDO7j .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGEOozDO7j .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGEOozDO7j .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGEOozDO7j .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGEOozDO7j .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGEOozDO7j .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGEOozDO7j .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGEOozDO7j .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGEOozDO7j .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGEOozDO7j .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGEOozDO7j .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGEOozDO7j .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGEOozDO7j .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGEOozDO7j H5 {
  color: #ffe161;
}
.cid-tGEPz5ulQl .navbar-dropdown {
  position: relative !important;
}
.cid-tGEPz5ulQl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGEPz5ulQl .dropdown-menu {
  padding: 0;
}
.cid-tGEPz5ulQl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGEPz5ulQl .dropdown-item:hover,
.cid-tGEPz5ulQl .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGEPz5ulQl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGEPz5ulQl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGEPz5ulQl .nav-link {
  position: relative;
}
.cid-tGEPz5ulQl .container {
  display: flex;
  margin: auto;
}
.cid-tGEPz5ulQl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGEPz5ulQl .navbar-caption {
  padding-right: 4rem;
}
.cid-tGEPz5ulQl .dropdown-menu,
.cid-tGEPz5ulQl .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGEPz5ulQl .nav-item:focus,
.cid-tGEPz5ulQl .nav-link:focus {
  outline: none;
}
.cid-tGEPz5ulQl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGEPz5ulQl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGEPz5ulQl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGEPz5ulQl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGEPz5ulQl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGEPz5ulQl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGEPz5ulQl .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGEPz5ulQl .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGEPz5ulQl .navbar.opened {
  transition: all .3s;
}
.cid-tGEPz5ulQl .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGEPz5ulQl .navbar .navbar-logo img {
  width: auto;
}
.cid-tGEPz5ulQl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGEPz5ulQl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGEPz5ulQl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGEPz5ulQl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGEPz5ulQl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGEPz5ulQl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGEPz5ulQl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGEPz5ulQl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGEPz5ulQl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGEPz5ulQl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGEPz5ulQl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGEPz5ulQl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGEPz5ulQl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGEPz5ulQl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGEPz5ulQl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGEPz5ulQl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGEPz5ulQl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGEPz5ulQl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGEPz5ulQl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGEPz5ulQl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGEPz5ulQl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGEPz5ulQl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGEPz5ulQl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGEPz5ulQl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGEPz5ulQl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGEPz5ulQl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGEPz5ulQl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGEPz5ulQl .dropdown-item.active,
.cid-tGEPz5ulQl .dropdown-item:active {
  background-color: transparent;
}
.cid-tGEPz5ulQl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGEPz5ulQl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGEPz5ulQl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGEPz5ulQl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGEPz5ulQl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGEPz5ulQl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGEPz5ulQl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGEPz5ulQl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGEPz5ulQl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGEPz5ulQl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGEPz5ulQl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGEPz5ulQl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGEPz5ulQl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGEPz5ulQl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGEPz5ulQl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGEPz5ulQl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGEPz5ulQl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGEPz5ulQl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGEPz5ulQl .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGEPz5ulQl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGEPz5ulQl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGEPz5ulQl .navbar {
    height: 77px;
  }
  .cid-tGEPz5ulQl .navbar.opened {
    height: auto;
  }
  .cid-tGEPz5ulQl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGEPz5X2Zc {
  background-image: url("../../../assets/images/palais-ideal-detail-1200x1200.webp");
}
.cid-tGEPz5X2Zc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGEPz5X2Zc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGEPz5X2Zc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGEPz5X2Zc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGEPz5X2Zc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGEPz5X2Zc .mbr-section-title {
  color: #e6c63b;
}
.cid-tGEPz5X2Zc .mbr-text,
.cid-tGEPz5X2Zc .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGEPz5X2Zc .mbr-section-title DIV {
  text-align: left;
}
.cid-tGEPz5X2Zc .mbr-text-centre {
  color: #ffffff;
  text-align: center;
}
.cid-tGEPz6isdZ {
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGEPz6isdZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGEPz6isdZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGEPz6isdZ .mbr-section-title DIV {
  text-align: center;
}
.cid-tGEPz6isdZ .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGEPz6isdZ .mbr-text,
.cid-tGEPz6isdZ .mbr-section-btn {
  text-align: center;
}
.cid-tGEPz6BwO2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGEPz6BwO2 .content {
    text-align: center;
  }
  .cid-tGEPz6BwO2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGEPz6BwO2 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGEPz6BwO2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGEPz6BwO2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGEPz6BwO2 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGEPz6BwO2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGEPz6BwO2 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGEPz6BwO2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGEPz6BwO2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGEPz6BwO2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGEPz6BwO2 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGEPz6BwO2 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGEPz6BwO2 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGEPz6BwO2 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGEPz6BwO2 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGEPz6BwO2 .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGEPz6BwO2 H5 {
  color: #ffe161;
}
.cid-tGEQZaXnDw .navbar-dropdown {
  position: relative !important;
}
.cid-tGEQZaXnDw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGEQZaXnDw .dropdown-menu {
  padding: 0;
}
.cid-tGEQZaXnDw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGEQZaXnDw .dropdown-item:hover,
.cid-tGEQZaXnDw .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGEQZaXnDw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGEQZaXnDw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGEQZaXnDw .nav-link {
  position: relative;
}
.cid-tGEQZaXnDw .container {
  display: flex;
  margin: auto;
}
.cid-tGEQZaXnDw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGEQZaXnDw .navbar-caption {
  padding-right: 4rem;
}
.cid-tGEQZaXnDw .dropdown-menu,
.cid-tGEQZaXnDw .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGEQZaXnDw .nav-item:focus,
.cid-tGEQZaXnDw .nav-link:focus {
  outline: none;
}
.cid-tGEQZaXnDw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGEQZaXnDw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGEQZaXnDw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGEQZaXnDw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGEQZaXnDw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGEQZaXnDw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGEQZaXnDw .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGEQZaXnDw .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGEQZaXnDw .navbar.opened {
  transition: all .3s;
}
.cid-tGEQZaXnDw .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGEQZaXnDw .navbar .navbar-logo img {
  width: auto;
}
.cid-tGEQZaXnDw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGEQZaXnDw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGEQZaXnDw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGEQZaXnDw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGEQZaXnDw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGEQZaXnDw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGEQZaXnDw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGEQZaXnDw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGEQZaXnDw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGEQZaXnDw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGEQZaXnDw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGEQZaXnDw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGEQZaXnDw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGEQZaXnDw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGEQZaXnDw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGEQZaXnDw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGEQZaXnDw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGEQZaXnDw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGEQZaXnDw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGEQZaXnDw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGEQZaXnDw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGEQZaXnDw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGEQZaXnDw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGEQZaXnDw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGEQZaXnDw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGEQZaXnDw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGEQZaXnDw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGEQZaXnDw .dropdown-item.active,
.cid-tGEQZaXnDw .dropdown-item:active {
  background-color: transparent;
}
.cid-tGEQZaXnDw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGEQZaXnDw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGEQZaXnDw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGEQZaXnDw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGEQZaXnDw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGEQZaXnDw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGEQZaXnDw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGEQZaXnDw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGEQZaXnDw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGEQZaXnDw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGEQZaXnDw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGEQZaXnDw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGEQZaXnDw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGEQZaXnDw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGEQZaXnDw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGEQZaXnDw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGEQZaXnDw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGEQZaXnDw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGEQZaXnDw .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGEQZaXnDw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGEQZaXnDw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGEQZaXnDw .navbar {
    height: 77px;
  }
  .cid-tGEQZaXnDw .navbar.opened {
    height: auto;
  }
  .cid-tGEQZaXnDw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGEQZbptM2 {
  background-image: url("../../../assets/images/mount-st-michael-1200x900.webp");
}
.cid-tGEQZbptM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGEQZbptM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGEQZbptM2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGEQZbptM2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGEQZbptM2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGEQZbptM2 .mbr-section-title {
  color: #e6c63b;
}
.cid-tGEQZbptM2 .mbr-text,
.cid-tGEQZbptM2 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGEQZbptM2 .mbr-section-title DIV {
  text-align: left;
}
.cid-tGEQZbptM2 .mbr-text-centre {
  color: #ffffff;
  text-align: center;
}
.cid-tGEQZbKPLc {
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGEQZbKPLc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGEQZbKPLc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGEQZbKPLc .mbr-section-title DIV {
  text-align: center;
}
.cid-tGEQZbKPLc .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGEQZbKPLc .mbr-text,
.cid-tGEQZbKPLc .mbr-section-btn {
  text-align: center;
}
.cid-tGEQZc25p4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGEQZc25p4 .content {
    text-align: center;
  }
  .cid-tGEQZc25p4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGEQZc25p4 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGEQZc25p4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGEQZc25p4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGEQZc25p4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGEQZc25p4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGEQZc25p4 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGEQZc25p4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGEQZc25p4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGEQZc25p4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGEQZc25p4 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGEQZc25p4 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGEQZc25p4 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGEQZc25p4 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGEQZc25p4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGEQZc25p4 .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGEQZc25p4 H5 {
  color: #ffe161;
}
.cid-tGERKouK8X .navbar-dropdown {
  position: relative !important;
}
.cid-tGERKouK8X .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGERKouK8X .dropdown-menu {
  padding: 0;
}
.cid-tGERKouK8X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGERKouK8X .dropdown-item:hover,
.cid-tGERKouK8X .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGERKouK8X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGERKouK8X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGERKouK8X .nav-link {
  position: relative;
}
.cid-tGERKouK8X .container {
  display: flex;
  margin: auto;
}
.cid-tGERKouK8X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGERKouK8X .navbar-caption {
  padding-right: 4rem;
}
.cid-tGERKouK8X .dropdown-menu,
.cid-tGERKouK8X .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGERKouK8X .nav-item:focus,
.cid-tGERKouK8X .nav-link:focus {
  outline: none;
}
.cid-tGERKouK8X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGERKouK8X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGERKouK8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGERKouK8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGERKouK8X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGERKouK8X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGERKouK8X .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGERKouK8X .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGERKouK8X .navbar.opened {
  transition: all .3s;
}
.cid-tGERKouK8X .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGERKouK8X .navbar .navbar-logo img {
  width: auto;
}
.cid-tGERKouK8X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGERKouK8X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGERKouK8X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGERKouK8X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGERKouK8X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGERKouK8X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGERKouK8X .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGERKouK8X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGERKouK8X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGERKouK8X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGERKouK8X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGERKouK8X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGERKouK8X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGERKouK8X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGERKouK8X .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGERKouK8X .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGERKouK8X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGERKouK8X .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGERKouK8X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGERKouK8X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGERKouK8X .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGERKouK8X .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGERKouK8X .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGERKouK8X .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGERKouK8X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGERKouK8X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGERKouK8X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGERKouK8X .dropdown-item.active,
.cid-tGERKouK8X .dropdown-item:active {
  background-color: transparent;
}
.cid-tGERKouK8X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGERKouK8X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGERKouK8X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGERKouK8X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGERKouK8X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGERKouK8X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGERKouK8X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGERKouK8X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGERKouK8X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGERKouK8X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGERKouK8X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGERKouK8X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGERKouK8X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGERKouK8X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGERKouK8X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGERKouK8X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGERKouK8X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGERKouK8X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGERKouK8X .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGERKouK8X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGERKouK8X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGERKouK8X .navbar {
    height: 77px;
  }
  .cid-tGERKouK8X .navbar.opened {
    height: auto;
  }
  .cid-tGERKouK8X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGERKoWoen {
  background-image: url("../../../assets/images/roquebrune-cafe-900x1200.webp");
}
.cid-tGERKoWoen .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGERKoWoen .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGERKoWoen .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGERKoWoen .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGERKoWoen .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGERKoWoen .mbr-section-title {
  color: #e6c63b;
}
.cid-tGERKoWoen .mbr-text,
.cid-tGERKoWoen .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGERKoWoen .mbr-section-title DIV {
  text-align: left;
}
.cid-tGERKoWoen .mbr-text-centre {
  color: #ffffff;
  text-align: center;
}
.cid-tGERKpgzMJ {
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGERKpgzMJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGERKpgzMJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGERKpgzMJ .mbr-section-title DIV {
  text-align: center;
}
.cid-tGERKpgzMJ .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGERKpgzMJ .mbr-text,
.cid-tGERKpgzMJ .mbr-section-btn {
  text-align: center;
}
.cid-tGERKpAKca {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGERKpAKca .content {
    text-align: center;
  }
  .cid-tGERKpAKca .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGERKpAKca .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGERKpAKca .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGERKpAKca .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGERKpAKca .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGERKpAKca .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGERKpAKca .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGERKpAKca .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGERKpAKca .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGERKpAKca .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGERKpAKca .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGERKpAKca .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGERKpAKca .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGERKpAKca .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGERKpAKca .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGERKpAKca .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGERKpAKca H5 {
  color: #ffe161;
}
.cid-tGET7wfnVF .navbar-dropdown {
  position: relative !important;
}
.cid-tGET7wfnVF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGET7wfnVF .dropdown-menu {
  padding: 0;
}
.cid-tGET7wfnVF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGET7wfnVF .dropdown-item:hover,
.cid-tGET7wfnVF .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGET7wfnVF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGET7wfnVF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGET7wfnVF .nav-link {
  position: relative;
}
.cid-tGET7wfnVF .container {
  display: flex;
  margin: auto;
}
.cid-tGET7wfnVF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGET7wfnVF .navbar-caption {
  padding-right: 4rem;
}
.cid-tGET7wfnVF .dropdown-menu,
.cid-tGET7wfnVF .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGET7wfnVF .nav-item:focus,
.cid-tGET7wfnVF .nav-link:focus {
  outline: none;
}
.cid-tGET7wfnVF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGET7wfnVF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGET7wfnVF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGET7wfnVF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGET7wfnVF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGET7wfnVF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGET7wfnVF .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGET7wfnVF .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGET7wfnVF .navbar.opened {
  transition: all .3s;
}
.cid-tGET7wfnVF .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGET7wfnVF .navbar .navbar-logo img {
  width: auto;
}
.cid-tGET7wfnVF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGET7wfnVF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGET7wfnVF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGET7wfnVF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGET7wfnVF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGET7wfnVF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGET7wfnVF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGET7wfnVF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGET7wfnVF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGET7wfnVF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGET7wfnVF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGET7wfnVF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGET7wfnVF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGET7wfnVF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGET7wfnVF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGET7wfnVF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGET7wfnVF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGET7wfnVF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGET7wfnVF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGET7wfnVF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGET7wfnVF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGET7wfnVF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGET7wfnVF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGET7wfnVF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGET7wfnVF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGET7wfnVF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGET7wfnVF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGET7wfnVF .dropdown-item.active,
.cid-tGET7wfnVF .dropdown-item:active {
  background-color: transparent;
}
.cid-tGET7wfnVF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGET7wfnVF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGET7wfnVF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGET7wfnVF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGET7wfnVF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGET7wfnVF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGET7wfnVF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGET7wfnVF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGET7wfnVF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGET7wfnVF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGET7wfnVF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGET7wfnVF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGET7wfnVF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGET7wfnVF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGET7wfnVF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGET7wfnVF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGET7wfnVF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGET7wfnVF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGET7wfnVF .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGET7wfnVF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGET7wfnVF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGET7wfnVF .navbar {
    height: 77px;
  }
  .cid-tGET7wfnVF .navbar.opened {
    height: auto;
  }
  .cid-tGET7wfnVF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGET7wJyMr {
  background-image: url("../../../assets/images/view-from-bencista-music-school-900x1200.webp");
}
.cid-tGET7wJyMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGET7wJyMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGET7wJyMr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGET7wJyMr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGET7wJyMr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGET7wJyMr .mbr-section-title {
  color: #e6c63b;
}
.cid-tGET7wJyMr .mbr-text,
.cid-tGET7wJyMr .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGET7wJyMr .mbr-section-title DIV {
  text-align: left;
}
.cid-tGET7wJyMr .mbr-text-centre {
  color: #ffffff;
  text-align: center;
}
.cid-tGET7x82dH {
  background-image: url("../../../assets/images/front-cover-2000x1032.webp");
}
.cid-tGET7x82dH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGET7x82dH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGET7x82dH .mbr-section-title DIV {
  text-align: center;
}
.cid-tGET7x82dH .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tGET7x82dH .mbr-text,
.cid-tGET7x82dH .mbr-section-btn {
  text-align: center;
}
.cid-tGET7xvJ60 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGET7xvJ60 .content {
    text-align: center;
  }
  .cid-tGET7xvJ60 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGET7xvJ60 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGET7xvJ60 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGET7xvJ60 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGET7xvJ60 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGET7xvJ60 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGET7xvJ60 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGET7xvJ60 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGET7xvJ60 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGET7xvJ60 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGET7xvJ60 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGET7xvJ60 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGET7xvJ60 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGET7xvJ60 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGET7xvJ60 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGET7xvJ60 .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGET7xvJ60 H5 {
  color: #ffe161;
}
.cid-tGET7wfnVF .navbar-dropdown {
  position: relative !important;
}
.cid-tGET7wfnVF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGET7wfnVF .dropdown-menu {
  padding: 0;
}
.cid-tGET7wfnVF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGET7wfnVF .dropdown-item:hover,
.cid-tGET7wfnVF .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGET7wfnVF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGET7wfnVF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGET7wfnVF .nav-link {
  position: relative;
}
.cid-tGET7wfnVF .container {
  display: flex;
  margin: auto;
}
.cid-tGET7wfnVF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGET7wfnVF .navbar-caption {
  padding-right: 4rem;
}
.cid-tGET7wfnVF .dropdown-menu,
.cid-tGET7wfnVF .navbar.opened {
  background: #d2d0fa !important;
}
.cid-tGET7wfnVF .nav-item:focus,
.cid-tGET7wfnVF .nav-link:focus {
  outline: none;
}
.cid-tGET7wfnVF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGET7wfnVF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGET7wfnVF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGET7wfnVF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGET7wfnVF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGET7wfnVF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGET7wfnVF .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #d2d0fa;
}
.cid-tGET7wfnVF .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGET7wfnVF .navbar.opened {
  transition: all .3s;
}
.cid-tGET7wfnVF .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGET7wfnVF .navbar .navbar-logo img {
  width: auto;
}
.cid-tGET7wfnVF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGET7wfnVF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGET7wfnVF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGET7wfnVF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGET7wfnVF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGET7wfnVF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGET7wfnVF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGET7wfnVF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGET7wfnVF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGET7wfnVF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGET7wfnVF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGET7wfnVF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGET7wfnVF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGET7wfnVF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGET7wfnVF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGET7wfnVF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGET7wfnVF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGET7wfnVF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGET7wfnVF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGET7wfnVF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGET7wfnVF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGET7wfnVF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGET7wfnVF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGET7wfnVF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGET7wfnVF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGET7wfnVF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGET7wfnVF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGET7wfnVF .dropdown-item.active,
.cid-tGET7wfnVF .dropdown-item:active {
  background-color: transparent;
}
.cid-tGET7wfnVF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGET7wfnVF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGET7wfnVF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGET7wfnVF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2d0fa;
}
.cid-tGET7wfnVF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGET7wfnVF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGET7wfnVF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGET7wfnVF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGET7wfnVF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGET7wfnVF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGET7wfnVF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGET7wfnVF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGET7wfnVF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGET7wfnVF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGET7wfnVF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGET7wfnVF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGET7wfnVF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGET7wfnVF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGET7wfnVF .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tGET7wfnVF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGET7wfnVF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGET7wfnVF .navbar {
    height: 77px;
  }
  .cid-tGET7wfnVF .navbar.opened {
    height: auto;
  }
  .cid-tGET7wfnVF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGEXe43xDr {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGEXe43xDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGEXe43xDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGEXe43xDr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGEXe43xDr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGEXe43xDr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGEXe43xDr .mbr-section-title {
  color: #e6c63b;
}
.cid-tGEXe43xDr .mbr-text,
.cid-tGEXe43xDr .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGEXe43xDr .mbr-section-title DIV {
  text-align: left;
}
.cid-tGEXe43xDr .mbr-text-centre {
  color: #ffffff;
  text-align: center;
}
.cid-tGF0Selefz {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGF0Selefz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGF0Selefz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGF0Selefz .mbr-section-title {
  color: #e6c63b;
}
.cid-tGF0Selefz .mbr-text,
.cid-tGF0Selefz .mbr-section-btn {
  color: #ffffff;
}
.cid-tGET7xvJ60 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/french-cottages-holidays-marche-aux-cepes-night-1600x1200.webp");
}
@media (max-width: 767px) {
  .cid-tGET7xvJ60 .content {
    text-align: center;
  }
  .cid-tGET7xvJ60 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGET7xvJ60 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGET7xvJ60 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGET7xvJ60 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGET7xvJ60 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGET7xvJ60 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGET7xvJ60 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGET7xvJ60 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGET7xvJ60 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGET7xvJ60 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGET7xvJ60 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGET7xvJ60 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGET7xvJ60 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGET7xvJ60 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGET7xvJ60 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGET7xvJ60 .list {
  list-style-type: none;
  padding: 0;
  color: #e43f3f;
}
.cid-tGET7xvJ60 H5 {
  color: #ffe161;
}

 body {text-align:center;}
.tg  {border-collapse:collapse;border-spacing:0;border-color: #333333;margin:0px auto;table-layout: fixed;width: 100%;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:2px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;width: 7.3076923%}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:2px;border-style:solid;border-width:2px;overflow:hidden;word-break:normal;border-color:black}
.tg .tg-noinclude{display:none}
.tg .weekstart{font-family:Arial, sans-serif;font-size:26px;background-color:#ffffff;border-color:inherit;text-align:center;vertical-align:top;border-style:solid;border-width:2px}
.tg .tg-month{font-family:Arial, sans-serif;font-size:26px;background-color:#c8f000;border-color:inherit;text-align:left;border-style:solid;border-width:2px; padding:0px}
.tg .tg-month-noinclude{background-color:#c8f000;border-color:inherit;text-align:center;display:none}
.tg .weekstart-noinclude{font-family:Arial, sans-serif;font-size:20px;background-color:#ffffff;border-color:inherit;text-align:center;display:none}
.tg .tg-available{background-color:#D3f3d3;border-color:inherit;text-align:center;border-style:solid;border-width:1px 2px 1px 2px}
.tg .tg-available-friday{background-color:#D3f3d3;border-color:inherit;text-align:center;border-style:solid;border-width:2px 2px 1px 1px}
.tg .tg-available-thursday{background-color:#D3f3d3;border-color:inherit;text-align:center;border-style:solid;border-width:1px 2px 2px 1px}
.tg .tg-unavailable-thursday{background-color:#f61414;border-color:inherit;text-align:center;border-style:solid;border-width:1px 2px 2px 1px}
.tg .tg-unavailable{background-color:#f61414;border-color:inherit;text-align:center;border-style:solid;border-width:1px 2px 1px 2px}
.tg .tg-unavailable-friday{background-color:#f61414;border-color:inherit;text-align:center;border-style:solid;border-width:2px 2px 1px 1px}
.tg .tg-onhold{background-color:#f7bb08;border-color:inherit;text-align:center;border-style:solid;border-width:1px 2px 1px 2px}
.tg .tg-onhold-friday{background-color:#f7bb08;border-color:inherit;text-align:center;border-style:solid;border-width:2px 2px 1px 1px}
.tg .tg-onhold-thursday{background-color:#f7bb08;border-color:inherit;text-align:center;border-style:solid;border-width:1px 2px 2px 1px}
.tg .tg-provence{font-weight:bold;font-size:small;background-color:#f8ff00;border-color:inherit;text-align:center}
.tg .tg-legend{font-weight:bold;font-size:large;border-color:inherit;text-align:center;border-style:solid;border-width:2px}
.tg .tg-dordogne{font-weight:bold;font-size:small;background-color:#34ff34;border-color:inherit;text-align:center;border-style:solid;border-width:2px}
.tg .tg-loire{font-weight:bold;font-size:small;background-color:#a893e8;border-color:inherit;text-align:center;border-style:solid;border-width:2px}
.tg .tg-pyrenees{font-weight:bold;font-size:small;background-color:#fe4444;border-color:inherit;text-align:center;border-style:solid;border-width:2px}

.turnvertical {

font-family:Arial, sans-serif;
font-size:24px;

font-weight:bold;

border-color:inherit;

text-align:center;

border-style:solid;

border-width:0px;

padding:2px;

/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

@media only screen and (max-width: 762px) {
  .tg .weekstart{
    font-size: 20px
  }
  .tg .turnvertical{
    font-size: 20px
  }
  @media only screen and (max-width: 420px) {
    .tg .weekstart{
      font-size: 16px
    }
    .tg .turnvertical{
      font-size: 16px
    }
.cid-tGIM7s6kEJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGIM7s6kEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGIM7s6kEJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGIM7s6kEJ .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tGIM7s6kEJ .mbr-section-title,
.cid-tGIM7s6kEJ .mbr-section-subtitle {
  text-align: center;
}
.cid-tGIM7s6kEJ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tGIM7s6kEJ .card-wrapper {
  border-radius: 4px;
  background-color: #e6c63b;
}
.cid-tGIM7s6kEJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tGIM7s6kEJ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tGIM7s6kEJ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGIM7s6kEJ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tGIM7s6kEJ .mbr-section-title {
  color: #e43f3f;
}
.cid-tGIM7s6kEJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGIM7s6kEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGIM7s6kEJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGIM7s6kEJ .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tGIM7s6kEJ .mbr-section-title,
.cid-tGIM7s6kEJ .mbr-section-subtitle {
  text-align: center;
}
.cid-tGIM7s6kEJ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tGIM7s6kEJ .card-wrapper {
  border-radius: 4px;
  background-color: #e6c63b;
}
.cid-tGIM7s6kEJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tGIM7s6kEJ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tGIM7s6kEJ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGIM7s6kEJ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tGIM7s6kEJ .mbr-section-title {
  color: #e43f3f;
}
.cid-tGIL4qPGsT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799920-2000x1917.webp");
}
.cid-tGIL4qPGsT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGIL4qPGsT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGIL4qPGsT .mbr-section-title {
  color: #e43f3f;
}
.cid-tGIL4qPGsT .mbr-text,
.cid-tGIL4qPGsT .mbr-section-btn {
  color: #eeec10;
}
.cid-tGIL4qPGsT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799920-2000x1917.webp");
}
.cid-tGIL4qPGsT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGIL4qPGsT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGIL4qPGsT .mbr-section-title {
  color: #e43f3f;
}
.cid-tGIL4qPGsT .mbr-text,
.cid-tGIL4qPGsT .mbr-section-btn {
  color: #eeec10;
}
.cid-tGIM7s6kEJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dreamstime-xxl-91799916-2000x1917.webp");
}
.cid-tGIM7s6kEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGIM7s6kEJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGIM7s6kEJ .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tGIM7s6kEJ .mbr-section-title,
.cid-tGIM7s6kEJ .mbr-section-subtitle {
  text-align: center;
}
.cid-tGIM7s6kEJ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tGIM7s6kEJ .card-wrapper {
  border-radius: 4px;
  background-color: #e6c63b;
}
.cid-tGIM7s6kEJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tGIM7s6kEJ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tGIM7s6kEJ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGIM7s6kEJ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tGIM7s6kEJ .mbr-section-title {
  color: #e43f3f;
}
.cid-tGIM7s6kEJ .mbr-section-subtitle {
  color: #eeec10;
}
.cid-rkbo8ZHNrz{padding-top: 90px;padding-bottom: 90px;background-image: url("./../assets/images/dreamstime-xxl-91799916-2000x1917.jpg");}
.cid-rkbo8ZHNrz .mbr-overlay{background-color: #232323;opacity: 0.8;}
.cid-rkbo8ZHNrz .mbr-row{-webkit-align-items: center;align-items: center;-webkit-flex-direction: row-reverse;flex-direction: row-reverse;}
.cid-rkbo8ZHNrz .mbr-row .text-column{padding-right: 2rem;}
.cid-rkbo8ZHNrz .mbr-row .text-column{padding-right: 0;padding-left: 2rem;}
.cid-rkbo8ZHNrz .image-block{width: 100%;}
.cid-rkbo8ZHNrz .btn-wrap{text-align: center;}
.cid-rkbo8ZHNrz .mbr-text{color: #7f7e7e;}
@media (max-width: 991px){.cid-rkbo8ZHNrz .video-wrap{padding-top: 2rem;}.cid-rkbo8ZHNrz .text-column{padding: 0 15px;}}
@media (max-width: 767px){.cid-rkbo8ZHNrz .text-wrap,.cid-rkbo8ZHNrz .video-wrap{text-align: center;width: 100%;}.cid-rkbo8ZHNrz .mbr-section-title,.cid-rkbo8ZHNrz .mbr-text,.cid-rkbo8ZHNrz .mbr-section-btn{text-align: center;}}
.cid-rkbo8ZHNrz .mbr-text,.cid-rkbo8ZHNrz .mbr-section-btn,.cid-rkbo8ZHNrz .btn-wrap{color: #f3e010;}
.cid-rkbo8ZHNrz .mbr-section-title{color: #fae207;}
