/**handles:shared-style**/
/*
    BASES
    El contenidor principal te un padding horitzontal var(--wp--custom--gap--horizontal)
    Si volem contingut 100% hem de fer el contingut + 2 cops el gap horitzontal;
*/

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


#container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.wp-block-cover__inner-container>*,
.entry-content>* {
    margin: 0 auto;
}

.wp-block-cover__inner-container>*+*,
.entry-content>*+* {
    margin-top: var(--wp--style--block-gap);
    margin-bottom: 0;
}

.entry-content>*:not(.alignfull):not(.alignwide) {
    max-width: var(--wp--style--global--content-size);
}

.wp-block-cover,
.alignwide,
.alignfull {
    margin-top: var(--wp--style--block-gap);
    margin-bottom: var(--wp--style--block-gap);
}

.wp-block-image {
    margin-bottom: var(--wp--style--block-gap);
}

.alignwide {
    max-width: var(--wp--style--global--wide-size);
}

.entry-content>.alignfull {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* .alignfull.has-background>.alignfull {
    margin-left: calc(-1 * var(--wp--style--block-gap));
    margin-right: calc(-1 * var(--wp--style--block-gap));
} */

.wp-block-cover,
.has-background:not(.wp-block-button__link, .wp-block-separator, .wp-block-media-text) {
    padding: var(--wp--style--block-gap);
}


.has-background.wp-block-separator,
.has-background.wp-block-media-text {
    padding: 0;
}

h1.alignfull:not(.has-background),
h2.alignfull:not(.has-background),
h3.alignfull:not(.has-background),
h4.alignfull:not(.has-background),
h5.alignfull:not(.has-background),
h5.alignfull:not(.has-background) {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h5.has-background {
    padding-left: var(--wp--style--block-gap);
    padding-right: var(--wp--style--block-gap);
}

.is-style-list-columns-2,
.is-style-list-columns-3 {
    break-inside: avoid;
    page-break-inside: avoid;
}

.is-style-list-columns-2 {
    columns: auto 2;
    column-gap: calc(2 * var(--wp--style--block-gap));
}

.is-style-list-columns-3 {
    columns: auto 3;
    column-gap: calc(2 * var(--wp--style--block-gap));
}



/* images */

figure[class*="is-style-aspect-ratio"] img {
    object-fit: cover;
}

.is-style-aspect-ratio-1_1 img {
    aspect-ratio: 1/1;
}

.is-style-aspect-ratio-4_3 img {
    aspect-ratio: 4/3;
}

.is-style-aspect-ratio-3_4 img {
    aspect-ratio: 3/4;
}

.is-style-aspect-ratio-3_2 img {
    aspect-ratio: 3/2;
}

.is-style-aspect-ratio-2_3 img {
    aspect-ratio: 2/3;
}

.is-style-aspect-ratio-16_9 img {
    aspect-ratio: 16/9;
}

.is-style-aspect-ratio-9_16 img {
    aspect-ratio: 9/16;
}

.is-style-aspect-ratio-21_9 img {
    aspect-ratio: 21/9;
}

.is-style-aspect-ratio-9_21 img {
    aspect-ratio: 9/21;
}

.is-style-aspect-ratio-1_1 img {
    aspect-ratio: 1/1;
}


/*** FOOTER ***/


.footer-web {
    padding: 40px 30px 0!important;
    color: var(--wp--preset--color--theme-green-3);
    font-weight: 500;
    font-size: 14px;
}
.footer-web .footer-info {
    padding-top: 10px!important;
}
.footer-info a:not(.wp-element-button) {
    font-size: 17px;
    font-weight: 600;
    line-height: 32px;
}
.footer-web a, .footer-copy a {
    transition: .3s all;
    color: white;
}
.footer-web a:hover, .footer-copy a:hover {
    color: var(--wp--preset--color--theme-green-2);
}
.footer-web .footer-menus p {
    margin-top: 10px;
}
.footer-web .footer-menus:nth-child(4) {
    min-width: 180px;
}
.footer-web .reserver-btn {
    margin: 20px auto;
    display: table;
}

.slider-logos-footer {
    padding: 30px;
}
.slider-logos-footer img {
    max-height: 75px !important;
    height: 75px !important;
    min-height: 75px !important;
    object-fit: contain !important;
    width: 150px!important;
    margin: 0 auto;
    display: block;
}
.slider-logos-footer .splide__arrow--prev {
    left: -45px!important;
}
.slider-logos-footer .splide__arrow--next {
    right: -45px!important;
}

.footer-copy {
    padding: 30px 20px 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: white;
    gap: 40px;
}
.footer-copy .copy-logo {
    border-right: 1px solid white;
}
.footer-copy .copy-logo img {
    filter: invert(1) brightness(100);
    width: 340px;
}
.footer-copy .footer-social a {
    padding: 13px;
    border-radius: 50px;
    border: 1px solid black;
    width: 55px;
    height: 55px;
    background-color: transparent;
    transition: .3s all;
    text-align: center!important;
}
.footer-copy .footer-social a img {
    width: 22px!important;
    height: 22px!important;
    transition: .3s all;
}
.footer-copy .footer-social a:hover {
    background-color: var(--wp--preset--color--theme-green-3);
}
.footer-copy .footer-social a:hover img {
    filter: invert();
}
.footer-copy .copy-info {
    display: inline-flex;
    gap: 10px 30px;
    flex-wrap: wrap;
}
.footer-copy .copy-info > * {
    padding: 0;
    position: relative;
    margin: 0!important;
    align-items: center!important;
}
.footer-copy .copy-info figure img {
    width: 19px !important;
    filter: invert(1);
    vertical-align: sub;
}

.site-footer {
    position: relative
}
.site-footer:after {
    content: url(https://www.camping-lamareauxfees.fr/wp-content/themes/mareauxfees/assets/images/fondo-footer-mare.svg);
    left: 15px;
    top: 13px;
    width: 720px !important;
    height: auto;
    display: block;
    position: absolute;
    opacity: .1;
    pointer-events: none;
}


/*** TEMA ***/


img {
    object-fit: cover;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
    font-weight: 700;
    color: var(--wp--preset--color--theme-black);
}
h1, h2 {
    margin: 0 0 40px 0;
    font-weight: 600;
}
h1 sub, h2 sub, h3 sub {
    position: relative;
    font-family: var(--wp--preset--font-family--poppins);
    display: table;
    font-weight: 400;
    color: var(--wp--preset--color--theme-green-1);
    font-size: 26px;
    line-height: 30px;
    margin-top: 15px;
    padding: 0 60px;
}
h3 sub {
    font-size: 20px;
    line-height: 25px;
    margin-top: 5px;
}
h2.has-text-align-left sub {
    padding: 0 0 0 60px;
}
h3.has-text-align-left sub {
    padding: 0 0 0 42px;
}
h1 sub:after, h1 sub:before, h2 sub:after, h2 sub:before, h3 sub:after, h3 sub:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 50px;
    height: 2px;
    background-color: var(--wp--preset--color--theme-green-1);
}
h3 sub:after, h3 sub:before {
    width: 35px;
}
h1 sub:after, h2 sub:after, h3 sub:after {
    left: initial;
    right: 0px;
}
h1.has-text-align-left sub:after, h2.has-text-align-left sub:after, h3.has-text-align-left sub:after {
    content: none;
}
h1.has-text-align-center sub, h2.has-text-align-center sub, h3.has-text-align-center sub {
    margin: 15px auto 0;
}
h1.has-theme-white-color sub, h2.has-theme-white-color sub, h3.has-theme-white-color sub {
    color: white;
}
h1.has-theme-white-color sub:after, h1.has-theme-white-color sub:before, h2.has-theme-white-color sub:after, h2.has-theme-white-color sub:before, 
h3.has-theme-white-color sub:after, h3.has-theme-white-color sub:before {
    background-color: white;
}

.imagen-intro > .wp-block-cover > img {
    min-height: 65vh;
}
.imagen-intro > .wp-block-cover > .wp-block-cover__inner-container {
    padding: 0 40px;
}
.home .imagen-intro > .wp-block-cover > img {
    min-height: 100vh;
}


.block-pek {
    max-width: 900px!important;
    margin: 0 auto;
}
.block-med {
    max-width: 1050px!important;
    margin: 0 auto;
}

.wp-block-button.button-2 a {
    background-color: transparent;
    border: 1px solid white;
}
.wp-block-button.button-2 a:hover {
    background-color: var(--wp--preset--color--theme-green-2);
    border-color: var(--wp--preset--color--theme-green-2);
}

/*** ACCUEIL ***/

p {
    line-height: 29px;
}
.titre-top-accueil {
    font-size: 62px;
    font-weight: 700;
}
.titre-top-accueil sub {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    display: table;
    padding: 0 65px;
    margin: 30px auto;
}
.titre-top-accueil sub:before, .titre-top-accueil sub:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 50px;
    height: 3px;
    background-color: white;
}
.titre-top-accueil sub:after {
    left: initial;
    right: 0px
}

.page-intro {
    margin-top: 0;
    padding: 140px 30px 80px!important;
}
.page-intro h1 {
    font-size: calc(var(--wp--preset--font-size--h-2) + 7px);
}
.page-intro .texte-intro p {
    max-width: 520px;
}
.ouverture-accueil {
    position: absolute;
    background-color: var(--wp--preset--color--theme-green-2);
    left: -110px;
    bottom: -50px;
    width: 450px;
    padding: 20px 25px;
    z-index: 1;
}
.ouverture-accueil figure:after {
    content: "";
    position: absolute;
    top: -15px;
    left: -5px;
    width: 110px;
    height: 110px;
    background-color: var(--wp--preset--color--theme-green-1);
    border-radius: 50%;
    z-index: -1;
}
.ouverture-accueil figure img {
    transform: rotate(345deg);
}
.ouverture-accueil h4 {
    margin-top: 0;
    color: white;
    line-height: 28px;
    font-weight: 400;
}

.banner-icones .wp-block-cover {
    min-height: 400px;
}
.icones-services {
    flex-wrap: wrap!important;
    justify-content: center;
    padding: 60px 20px 20px;
}
.banner-icones .icones-services {
    gap: 40px;
}
body.home .banner-icones .icones-services {
    flex-wrap: wrap !important;
}
.icones-services .wp-block-column {
    flex-basis: 180px;
    max-width: 180px;
    min-width: 150px;
}
.icones-services .le-icone {
    width: 180px;
    height: 180px;
    max-width: 100%;
    background-color: #114b1ee0;
    padding: 10px;
    border: 1px solid var(--wp--preset--color--theme-green-2);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.icones-services .le-icone figure {
    margin-bottom: 0;
}

.locations-accueil {
    padding: 80px 0px 80px 80px;
}
.locations-accueil .locations-info {
    padding: 20px;
    max-width: 480px;
}
.locations-accueil .locations-info h2 {
    margin-top: 10px;
}

.banner-block .les-fotos {
    position: relative;
    z-index: 2;
}
.banner-block .wp-block-cover {
    min-height: 700px;
}
.banner-block .foto1 img, .banner-block .foto2 img {
    position: absolute;
    top: -30px;
    right: calc(50% + 500px);
    height: 180px;
    width: 210px;
}
.banner-block .foto2 img {
    height: 320px;
    width: 290px;
    top: -140px;
    right: initial;
    left: calc(50% + 500px);
}




/*** CAMPING ***/

.intro-camping {
    padding: 80px 30px 60px!important;
}
.intro-camping .wp-block-columns {
    gap: 60px;
}
.intro-camping .la-image .wp-block-cover {
    min-height: 550px;
}

.details-camping {
    padding: 60px 20px 10px;
}
.details-camping > .wp-block-columns {
    gap: 50px;
}
.details-camping h3 {
    margin-bottom: 40px;
}
.details-camping .icones-services {
    margin-bottom: 30px;
    padding: 30px 20px 20px;
}
.details-camping .icones-services .le-icone {
    background-color: white;
}
.details-camping .icones-services h6 {
    color: var(--wp--preset--color--theme-green-1);
    font-size: 16px;
}



/*** SERVICES ***/

.autres-services {
    padding: 100px 30px 0!important;
}
.autres-services .icones-services .wp-block-column {
    flex-basis: 230px;
    max-width: 230px;
}
.autres-services .icones-services h6 {
    color: var(--wp--preset--color--theme-green-1);
}
.autres-services .icones-services .le-icone {
    width: 230px;
    height: 230px;
    background-color: white;
}

.image-texte {
    padding: 10px 30px 60px;
}
.image-texte > .wp-block-columns:not(:last-child) {
    padding-bottom: 40px;
}
.image-texte .la-image .wp-block-cover {
    min-height: 600px;
}
.image-texte .la-image:nth-child(2) {
    margin-left: 45%;
}
.image-texte .le-texte {
    width: 50vw !important;
    position: absolute;
    z-index: 2;
    right: 0;
    background-color: white;
    padding: 80px 60px;
    box-shadow: 0px 0px 30px 0px rgba(0, 42, 72, 0.10);
}
.image-texte .le-texte:first-child {
    right: initial;
    left: 0;
}

/*** LOCATIONS ***/

.autres-services.location-info {
    padding: 90px 30px 60px!important;
    overflow: hidden;
}
.decouvrez-emplacements .wp-block-cover {
    min-height: 520px;
    max-height: 520px;
}

.page-intro.location-info {
    overflow: hidden;
}
.location-info > .wp-block-columns {
    gap: 50px;
}
.location-info .iconos-locations {
    display: flex;
    flex-direction: row;
    gap: 10px 20px;
}

.location-info .los-iconos img {
    filter: invert(22%) sepia(19%) saturate(1221%) hue-rotate(64deg) brightness(93%) contrast(89%);
}
.location-info .los-iconos div {
    gap: 10px;
}

.location-info .location-slider {
    flex-basis: 60%!important;
}
.location-info .le-info {
    flex-basis: 40%!important;
}
.location-info .le-info h2 {
    margin-bottom: 10px;
}
.location-info .le-info > p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 24px;
}

.location-info .location-slider .splide {
    position: relative;
}
.location-info .location-slider .los-iconos {
    position: relative;
    display: flex;
    gap: 30px;
    padding: 0 10px;
    justify-content: center;
}
.location-info .location-slider .los-iconos div {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0;
}
.location-info .location-slider .los-iconos img {
    filter: invert(61%) sepia(57%) saturate(379%) hue-rotate(70deg) brightness(94%) contrast(85%);
    margin-bottom: 8px;
    transition: .5s all;
}
.location-info .location-slider .los-iconos .valor-titre {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
.location-info .location-slider .los-iconos .valor-icono {
    font-size: 18px;
    font-family: var(--wp--preset--font-family--poppins);
    font-weight: 600;
    letter-spacing: -0.5px;
}
.location-info .le-info sub {
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 0 0 42px;
}
.location-info .le-info sub:after, .location-info .le-info sub:before {
    width: 35px;
}
.location-info .le-info ul {
    list-style: none;
    padding-left: 30px;
}
.location-info .le-info li {
    position: relative;
    margin-bottom: 10px;
    font-weight: 600;
}
.location-info .le-info li:before {
    content: url(https://www.camping-lamareauxfees.fr/wp-content/themes/mareauxfees/assets/images/arrow-right.svg);
    position: absolute;
    top: 3px;
    left: -25px;
    width: 22px;
    height: 22px;
    transition: .2s all;
    filter: invert(61%) sepia(57%) saturate(379%) hue-rotate(70deg) brightness(94%) contrast(85%);
}

.block-editor-block-list__block > .wp-block-iconos-alojamientos {
    opacity: .5;
}

.titre-equipements {
    position: relative;
    padding-left: 40px;
    display: table;
    margin-top: 35px;
}
.titre-equipements:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 30px;
    height: 2px;
    background-color: var(--wp--preset--color--theme-green-1);
}


.tarifs-location h2 sub {
    font-size: 20px;
    line-height: 32px;
    color: var(--wp--preset--color--theme-green-2);
    text-transform: initial;
    padding: 0;
}
.tarifs-location h2 sub:before, .tarifs-location h2 sub:after {
    content: none;
}

.autres-locations {
    padding: 60px 30px;
    overflow: hidden;
}
.autres-locations p {
    padding-bottom: 30px;
}

.decouvrez-emplacements {
    padding: 60px 30px!important;
}
.decouvrez-emplacements .les-emplacements {
    padding: 30px 0;
    gap: 50px;
}
.decouvrez-emplacements .les-emplacements figure {
    overflow: hidden;
}
.decouvrez-emplacements .les-emplacements h3 {
    transition: .5s all;
}
.decouvrez-emplacements .les-emplacements img {
    max-height: 340px;
    min-height: 340px;
    width: 100%;
    transition: .5s all;
}


/*** TOURISME ***/

.select-trourisme > .wp-block-columns {
    justify-content: center;
    gap: 40px;
}
.select-trourisme > .wp-block-columns > div {
    border: 1px solid var(--wp--preset--color--theme-green-1);
    flex-basis: 180px;
    max-width: 180px;
    height: 160px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .3s all!important;
    cursor: pointer;
}
.select-trourisme > .wp-block-columns > div h6 {
    margin-top: -10px;
    min-height: 45px;
    color: var(--wp--preset--color--theme-green-1);
}
.select-trourisme > .wp-block-columns > div.active {
    background-color: var(--wp--preset--color--theme-green-1);
}
.select-trourisme > .wp-block-columns > div.active h6 {
    color: white;
}

.les-tourismes {
    margin-top: 50px;
    margin-bottom: 0;
    padding: 60px 30px 70px;
    gap: 25px;
    background-color: var(--wp--preset--color--theme-green-3);
}
.les-tourismes .wp-block-columns {
    flex-wrap: wrap!important;
}
.les-tourismes .wp-block-column {
    flex-basis: 20%!important;
    background-color: white;
}
.les-tourismes figure {
    margin-bottom: 0;
}
.les-tourismes .tourisme-info {
    margin-top: 0;
    padding: 20px;
    transition: .5s all;
}
.les-tourismes img {
    max-height: 225px;
    min-height: 225px;
    width: 100%;
    transition: .5s all;
}
.les-tourismes h2 {
    margin-bottom: 25px;
}
.les-tourismes p {
    font-size: 15px;
    line-height: 23px;
}
.les-tourismes .savoir a {
    background-color: transparent!important;
    border: 1px solid var(--wp--preset--color--theme-green-1)!important;
    color: var(--wp--preset--color--theme-green-1)!important;
}
.les-tourismes .savoir a:after {
    color: var(--wp--preset--color--theme-green-1);
}
.les-tourismes .savoir a:hover {
    background-color: var(--wp--preset--color--theme-green-2)!important;
    border-color: var(--wp--preset--color--theme-green-2)!important;
    color: white!important;
}
.les-tourismes .savoir a:hover:after {
    color: white!important;
}

.les-tourismes.actif .wp-block-column:not(.active) {
    pointer-events: none;
    filter: brightness(.7) blur(1px);
}
.les-tourismes.actif .wp-block-column:not(.active) {
    background-color: #c7c7c7;
}
.les-tourismes.actif .wp-block-column:not(.active) img {
    filter: grayscale(1);
}


/*** CONTACT ***/

.page-intro .contacter {
    gap: 80px;
}
.contact-info a {
    font-size: 18px;
    font-weight: 600;
    transition: .3s all;
}
.contact-info a:hover {
    color: var(--wp--preset--color--theme-green-1);
}
.contact-info img {
    width: 30px !important;
    filter: invert(25%) sepia(23%) saturate(821%) hue-rotate(64deg) brightness(94%) contrast(98%);
}
.contact-info .wp-block-group {
    padding: 8px 0;
}

.comment-venir {
    margin-top: 30px;
    padding: 80px 0 0!important;
    margin-bottom: 0;
}
.comment-venir h2 {
    padding-bottom: 20px;
}
.comment-venir .wp-block-columns ul {
    margin-top: 10px;
}
.comment-venir .wp-block-columns:not(.iframe-map) {
    padding: 0 30px;
}



.legal-info h5 {
    margin: 40px 0 10px;
}