/* 17/05/22 */

/* Image zoomée sur la modale des campings */
#modal-hebergement #modal-pics .carrousel-modale.carrouselCamp img { height: auto; }

.no_resize figure img {
  width: auto;
  display: block;
  margin: auto;
}

.messageRecherche {
  font-weight: bold;
}

.messageRecherche a {
  color: #E37056;
}

.messageRecherche i {
  background-color: #E37056;
  padding: 12px;
  font-size: 16px;
  text-align: center;
  margin: 0 8px 0 0;
  background-color: #E37056;
  mask-image: url("data:image/svg+xml,%3Csvg width='68' height='63' viewBox='0 0 68 63' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50.0511 7.47876C56.1331 11.0198 62.6381 14.8698 65.6791 20.6438C68.6791 26.4568 68.1791 34.2318 65.7941 41.2768C63.4071 48.3598 59.1351 54.7878 53.2841 58.4838C47.4331 62.1798 40.0421 63.2178 33.1131 62.5268C26.2136 61.7768 19.5705 59.4871 13.6741 55.8268C7.5921 52.2088 1.8181 47.3198 0.394097 41.3918C-1.0689 35.4638 1.8181 28.4918 4.6281 21.9528C7.4001 15.4478 10.0941 9.36576 14.7521 5.40076C17.1548 3.40693 19.9318 1.91332 22.9198 1.00764C25.9078 0.101956 29.0467 -0.197538 32.1521 0.126756C38.2711 0.741756 43.9301 3.97576 50.0511 7.47876Z' fill='%23FFC93C'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='68' height='63' viewBox='0 0 68 63' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50.0511 7.47876C56.1331 11.0198 62.6381 14.8698 65.6791 20.6438C68.6791 26.4568 68.1791 34.2318 65.7941 41.2768C63.4071 48.3598 59.1351 54.7878 53.2841 58.4838C47.4331 62.1798 40.0421 63.2178 33.1131 62.5268C26.2136 61.7768 19.5705 59.4871 13.6741 55.8268C7.5921 52.2088 1.8181 47.3198 0.394097 41.3918C-1.0689 35.4638 1.8181 28.4918 4.6281 21.9528C7.4001 15.4478 10.0941 9.36576 14.7521 5.40076C17.1548 3.40693 19.9318 1.91332 22.9198 1.00764C25.9078 0.101956 29.0467 -0.197538 32.1521 0.126756C38.2711 0.741756 43.9301 3.97576 50.0511 7.47876Z' fill='%23FFC93C'/%3E%3C/svg%3E%0A");
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  font-weight: 200;
  color: white;
}

.single .messageRecherche a {
  color: var(--main-color);
}

.single .messageRecherche i {
  background-color: var(--main-color);
}

@media screen and (max-width: 1023px) {
  .messageRecherche {
    padding: 0 4% 12px 4%;
  }
}

.flatpickr-day.prevMonthDay.flatpickr-disabled, .flatpickr-day.prevMonthDay.flatpickr-disabled:hover,.flatpickr-day.nextMonthDay.flatpickr-disabled, .flatpickr-day.nextMonthDay.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, 0.1);
}

/* 26/10/22 */

.section-textes:after {
  pointer-events: none;
}

.wp-block-cover.actu-aloa-item {
  padding: 0;
  margin: 7px;
  min-height: auto;
}

@media screen and (max-width: 1023px) {
  .wp-block-cover.actu-aloa-item {
    padding: 0;
    margin: 0;
    min-height: 50vw;
  }
}
.section-actu .actu-aloa-item {
    padding: 0;
}

.wp-block-cover.actu-aloa-item .wp-block-cover__inner-container {
  position: relative;
  height: 100%;
}

.wp-block-cover.actu-aloa-item .wp-block-cover__inner-container .btn_video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #E37056;
    width: fit-content;
    height: fit-content;
    border-radius: 18px;
    margin: auto;
    cursor: pointer;
}
.wp-block-cover.actu-aloa-item .wp-block-cover__inner-container .btn_video a {
  display: block;
  padding: 15px 25px;
}

.wp-block-cover.actu-aloa-item .wp-block-cover__inner-container .btn_video a i {
    color: white;
}

.wp-block-cover.actu-aloa-item .wp-block-cover__inner-container .-textebloc span {
  color: #606060;
}

/* modif current menu item 16/11/2022 */
.page-template-tpl-recherchelocatifs .search-portail_modale a span,
.page-template-tpl-recherchecamping .search-portail_modale a span {
    font-weight: 700 !important;
    color: #E37056 !important;
}

/* #header .current_page_item span:not([aria-current]) {
    font-weight: 700 !important;
    color: #E37056 !important;
}

#header-cpt .current_page_item a {
    font-weight: 700 !important;
    color: #ffbe37 !important; 
    border-bottom: 1px solid;
} */


.single p + .presentation-item.liste-item {
  margin-top: 32px;
}

#modale-carte {
  position: fixed;
  display: none;
}

/* modif seo */

.single-vacances-aloa main {
  /* width: 100%; */
  display: block;
}

@media screen and (max-width: 1023px) {
  .single-vacances-aloa main {
    /* width: 100%; */
  }
}

.section-bas-de-page > .wp-block-columns .wp-block-column:last-child figure {
  border-radius: 0 50px 0 0;
}

/* card seo */
.wp-block-column.card {
  box-shadow: 0 5px 20px rgb(0 0 0 / 30%);
  border: 1px solid #D2D2D2;
  border-radius: 10px;
  max-width: 414px;
  box-sizing: border-box;
  padding: 18px 25px; /* 5vw */
}

.wp-block-column.card figure {
  margin: -18px -25px 18px -25px;
}

.wp-block-column.card img {
  border-radius: 10px 10px 0 0;
  aspect-ratio: 2/1;
}

.wp-block-column.card .titre {
  color: #E37056;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin: 0;
}

.wp-block-column.card .titre i {
  color: #E37056;
}

.wp-block-column.card p {
  margin: 0;
  color: #ACACAC;
}

.wp-block-column.card .wp-block-columns.pointsforts {
  margin: 10px 0;
}

.wp-block-column.card .pointsforts .wp-block-column {
  display: flex;
  align-items: center;
}

.wp-block-column.card .pointsforts .wp-block-column p {
  font-size: 10px;
  font-weight: 700;
}

.wp-block-column.card .pointsforts .wp-block-column i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: .9rem;
  height: .9rem;
  object-fit: contain;
  font-size: 12px;
  font-weight: 400;
  color: white;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  margin: 0 4px 0 0;
  padding: 8px;
}

.wp-block-column.card .pointsforts .wp-block-column:nth-child(1) i {
  background-color: #fdc83e;
  mask-image: url("data:image/svg+xml,%3Csvg width='68' height='63' viewBox='0 0 68 63' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50.0511 7.47876C56.1331 11.0198 62.6381 14.8698 65.6791 20.6438C68.6791 26.4568 68.1791 34.2318 65.7941 41.2768C63.4071 48.3598 59.1351 54.7878 53.2841 58.4838C47.4331 62.1798 40.0421 63.2178 33.1131 62.5268C26.2136 61.7768 19.5705 59.4871 13.6741 55.8268C7.5921 52.2088 1.8181 47.3198 0.394097 41.3918C-1.0689 35.4638 1.8181 28.4918 4.6281  21.9528C7.4001 15.4478 10.0941 9.36576 14.7521 5.40076C17.1548 3.40693 19.9318 1.91332 22.9198 1.00764C25.9078 0.101956 29.0467 -0.197538 32.1521 0.126756C38.2711 0.741756 43.9301 3.97576 50.0511 7.47876Z' fill='%23FFC93C'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='68' height='63' viewBox='0 0 68 63' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50.0511 7.47876C56.1331 11.0198 62.6381 14.8698 65.6791 20.6438C68.6791 26.4568 68.1791 34.2318 65.7941 41.2768C63.4071 48.3598 59.1351 54.7878 53.2841 58.4838C47.4331 62.1798 40.0421 63.2178 33.1131 62.5268C26.2136 61.7768 19.5705 59.4871 13.6741 55.8268C7.5921 52.2088 1.8181 47.3198 0.394097 41.3918C-1.0689 35.4638 1.8181 28.4918 4.6281  21.9528C7.4001 15.4478 10.0941 9.36576 14.7521 5.40076C17.1548 3.40693 19.9318 1.91332 22.9198 1.00764C25.9078 0.101956 29.0467 -0.197538 32.1521 0.126756C38.2711 0.741756 43.9301 3.97576 50.0511 7.47876Z' fill='%23FFC93C'/%3E%3C/svg%3E%0A");
}

.wp-block-column.card .pointsforts .wp-block-column:nth-child(2) i {
  background-color: #f28f72;
  mask-image: url("data:image/svg+xml,%3Csvg width='66' height='61' viewBox='0 0 66 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.8447 0C40.8823 0.0255959 48.4408 0.107293 53.9614 3.58722C59.466 7.12143 62.9205 14.1048 64.3775 21.3984C65.8518 28.726 65.3661 36.4288 62.147 42.5551C58.9279 48.6815 53.0466 53.2768 46.6994 56.1411C40.3493 58.9413 33.4514 60.28 26.5148 60.0582C19.44 59.9663 11.995 58.6193 7.79694 54.198C3.56595 49.7957 2.58553 42.3216 1.74506 35.2459C0.892684 28.2255 0.184757 21.6113 2.23584 15.8499C3.31977 12.9218 4.97785 10.2398 7.11272 7.96149C9.24759 5.68313 11.8162 3.85433 14.6677 2.58248C20.2753 0.0550861 26.7931 0.026313 33.8447 0Z' fill='%23F59071'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='66' height='61' viewBox='0 0 66 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.8447 0C40.8823 0.0255959 48.4408 0.107293 53.9614 3.58722C59.466 7.12143 62.9205 14.1048 64.3775 21.3984C65.8518 28.726 65.3661 36.4288 62.147 42.5551C58.9279 48.6815 53.0466 53.2768 46.6994 56.1411C40.3493 58.9413 33.4514 60.28 26.5148 60.0582C19.44 59.9663 11.995 58.6193 7.79694 54.198C3.56595 49.7957 2.58553 42.3216 1.74506 35.2459C0.892684 28.2255 0.184757 21.6113 2.23584 15.8499C3.31977 12.9218 4.97785 10.2398 7.11272 7.96149C9.24759 5.68313 11.8162 3.85433 14.6677 2.58248C20.2753 0.0550861 26.7931 0.026313 33.8447 0Z' fill='%23F59071'/%3E%3C/svg%3E%0A");
}

.wp-block-column.card .pointsforts .wp-block-column:nth-child(3) i {
    background-color: #61a6a5;
    mask-image: url("data:image/svg+xml,%3Csvg width='69' height='66' viewBox='0 0 69 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M61.2196 19.7832C64.7162 25.8908 68.4247 32.4775 68.1713 38.9984C67.8629 45.5326 63.5424 52.016 57.9544 56.9246C52.3457 61.8652 45.4321 65.296 38.5169 65.5713C31.6018 65.8467 24.6815 63.051 19.0273 58.9863C13.4272 54.8871 8.81891 49.5826 5.54267 43.4644C2.08487 37.2915 -0.47106 30.1705 1.25885 24.3242C2.95586 18.4589 8.93844 13.8728 14.646 9.60706C20.2996 5.3587 25.6737 1.43853 31.6887 0.334106C34.7665 -0.191224 37.9182 -0.0962656 40.9588 0.613405C43.9993 1.32308 46.8674 2.63315 49.3946 4.46669C54.3872 8.05929 57.671 13.6895 61.2196 19.7832Z' fill='%235FA5A5'/%3E%3C/svg%3E%0A");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='69' height='66' viewBox='0 0 69 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M61.2196 19.7832C64.7162 25.8908 68.4247 32.4775 68.1713 38.9984C67.8629 45.5326 63.5424 52.016 57.9544 56.9246C52.3457 61.8652 45.4321 65.296 38.5169 65.5713C31.6018 65.8467 24.6815 63.051 19.0273 58.9863C13.4272 54.8871 8.81891 49.5826 5.54267 43.4644C2.08487 37.2915 -0.47106 30.1705 1.25885 24.3242C2.95586 18.4589 8.93844 13.8728 14.646 9.60706C20.2996 5.3587 25.6737 1.43853 31.6887 0.334106C34.7665 -0.191224 37.9182 -0.0962656 40.9588 0.613405C43.9993 1.32308 46.8674 2.63315 49.3946 4.46669C54.3872 8.05929 57.671 13.6895 61.2196 19.7832Z' fill='%235FA5A5'/%3E%3C/svg%3E%0A");
}

.wp-block-column.card .wp-block-columns {
  margin: 0;
}

.wp-block-column.card p a {
  font-weight: 700;
  color: #E37056;
  text-transform: uppercase;
  border-bottom: 2px solid;
}

@media screen and (min-width: 1024px) {
  .wp-block-column.card:first-child {
    margin-left: auto;
  }
  .wp-block-column.card:last-child {
    margin-right: auto;
  }
}

@media screen and (max-width: 1023px) {
  .wp-block-column.card:not(:last-child) {
    margin-bottom: 24px;
  }

  .wp-block-column.card .wp-block-columns:not(.pointsforts) .wp-block-column:not(:last-child) {
    margin-bottom: 8px;
  }
}

.faq-item .toggle-contenu.wp-block-buttons {
  height: inherit;
}

.wp-block-columns .wp-block-column .wp-block-cover .btn_video_soussites {
		background: var(--main-color);
		width: fit-content;
		border-radius: 18px;
		margin: 0 auto;
		cursor: pointer;
}

.wp-block-columns .wp-block-column .wp-block-cover .btn_video_soussites a {
		display: block;
		padding: 15px 25px;
}

.wp-block-columns .wp-block-column .wp-block-cover .btn_video_soussites a i {
		color: white;
}

.wp-block-columns.bloc-trois-photos .wp-block-column.col1 .wp-block-cover {
  min-height: calc(calc(400px - 24px) / 2);
}

.single .presentation.centre {
  justify-content: center;
  padding-top: 0;
}

.single .presentation.centre .tripadvisor figure img {
  max-height: unset;
}

@media screen and (min-width: 768px) {
  .wp-block-column.is-vertically-aligned-center.tripadvisor {
      flex-basis: calc(25% - 60px) !important;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-column.is-vertically-aligned-center.tripadvisor {
      flex-basis: calc(50% - 20px) !important;
  }
}

/* 26/07/23 */
#cards-container .filtresCamp .filtreSelect {
  z-index: 99;
}

#cards-container .filtresCamp .filtreWrap .check_ouvert {
  display: grid;
  z-index: 99;
  /* position: absolute; */
}

.recherche #cards-container{
  display: flex;
  flex-direction: column;
}

.recherche .messageRecherche {
  order: 10;
}

.recherche #hebergements {
  order: 30;
}

.recherche .filtresCamp {
  order: 20;
}

@media screen and (max-width: 767px) {
.recherche .filtresCamp {
  overflow: visible!important;
  flex-wrap: wrap!important;
}
}

.wp-block-image + .btn_video_soussites {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background: var(--main-color);
  display: inline-table;
  border-radius: 18px;
  margin: auto;
  cursor: pointer;
}
.wp-block-image + .btn_video_soussites a {
  display: block;
  padding: 15px 25px;
  color: white;
}

.wp-block-button.fancybox-video.is-style-outline a {
  margin-top: 1rem;
  color: #606060;
  background: none !important;
}

.bloc-trois-photos + .wp-block-buttons .fancybox-video.is-style-outline a {
  background: white !important;
}
.bloc-trois-photos + .wp-block-buttons .wp-block-button:nth-child(2) a {
  margin-bottom: 1rem;
}
.bloc-trois-photos + .wp-block-buttons {
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .bloc-trois-photos + .wp-block-buttons .wp-block-button:not(:only-child) {
    max-width: 25rem;
    margin: 0 1rem !important;
  }
  }

#cc-window.cc-type-categories.cc-floating div.cc-compliance {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 1rem 0 0;
}

div.cc-window.cc-floating {
  padding: .5rem;
}

div#cc-window.cc-floating {
  max-width: 32rem;
}

div#cc-window.cc-type-categories.cc-floating, div#cc-window.cc-type-categories .cc-btn,
div#cc-window.cc-type-categories.cc-floating .cc-compliance .cc-btn,
div#cc-window.cc-type-categories.cc-floating.cmplz-categories-hidden .cc-compliance .cc-btn {
  min-width: initial;
  flex: 1 auto;
  padding: .5rem 1rem;
  width: auto;
  margin: 0;
}

/* 08/01/2024 */
@media screen and (max-width: 1023px) {
  .bloc-trois-photos.mob-col2 .wp-block-column.col1 {
    display: none;
  }
  .bloc-trois-photos.mob-col2 .wp-block-column.col2 {
    display: block;
    flex-basis: 100% !important;
    margin-left: 0;
  }
  .bloc-trois-photos.mob-col2 .wp-block-column.col2 figure{
    border-radius: 0;
  }
}
.boxage {
  overflow: initial;
  
}

#wpadminbar {
  background: #00FF1A !important;
}