/**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;
}

strong {
    font-weight: 600;
    color: black;
}


#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 {
    margin-left: calc(-1 * var(--wp--style--block-gap));
    margin-right: calc(-1 * var(--wp--style--block-gap));
    width: calc(100% + 2 * var(--wp--style--block-gap));
    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):not(.wp-block-separator) {
    padding: var(--wp--style--block-gap);
}

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;
}


/*** TEMA ***/

.header-top .titre-top p:nth-child(2) {
    width: 35%;
    min-width: 350px;
    margin: 0 auto;
}
img {
    object-fit: cover;
}

h1, h2, h3, h4 {
    color: var(--wp--preset--color--theme-black);
    position: relative;
    padding-bottom: 40px;
}
h2, h3, h4 {
    padding-bottom: 0px;
}
h1 sub, h2 sub {
    position: relative;
    display: block;
    text-align: center;
    color:var(--wp--preset--color--theme-black);
    font-family: var(--wp--preset--font-family--dinot);
    font-size: 34px;
    line-height: 41px;
    margin-top: 60px;
}
h2 sub {
    font-size: 28px;
    line-height: 36px;
    margin-top: 0;
    text-align: inherit;
    color:var(--wp--preset--color--theme-blue);
}
h1 sub span {
    color:var(--wp--preset--color--theme-blue);
}
h1.simbol-titre, h2.simbol-titre, h3.simbol-titre {
    padding-top: 80px;
    position: relative;
    z-index: 1;
}
h1.simbol-titre:before, h2.simbol-titre:before, h3.simbol-titre:before {
    content: url(https://carcans.wellness-sport-camping.com/wp-content/themes/dune-bleue/assets/images/simbol-3.svg);
    position: absolute;
    top: 0;
    left: calc(50% - 45px);
    width: 90px;
    height: 70px;
    filter: invert(45%) sepia(54%) saturate(1084%) hue-rotate(139deg) brightness(95%) contrast(101%);
}
h2.simbol-titre, h3.simbol-titre {
    padding-top: 60px;
}
h2.simbol-titre:before, h3.simbol-titre:before {
    left: calc(50% - 25px);
    width: 50px;
    height: 60px;
}
h1:not(.has-sub) h1:after, h1.has-sub sub:after, h1.line-titre:after, h2.line-titre:after {
    content:"";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 1px;
    height: 40px;
    background-color: var(--wp--preset--color--theme-black);
}
h1.has-sub sub:after {
    top: -50px;
    bottom:initial;
}
h1.line-titre, h2.line-titre {
    margin-bottom: 50px;
    padding-bottom: 40px;
}
h2.line-titre:after {
    background-color: var(--wp--preset--color--theme-blue);
}
h3 {
    line-height: .9em;
}
h3 sup {
    display: block;
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--wp--preset--font-family--dinot);
    margin-bottom: -5px;
}

.button-1, .button-2, .wp-block-post-excerpt__more-link {
    padding: 12px 30px;
    text-align: center;
    color: white;
    border: 1px solid var(--wp--preset--color--theme-yellow);
    background-color: var(--wp--preset--color--theme-yellow);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: table;
    margin-block-start: 40px!important;
    transition: .3s all;
}
.wp-block-post-excerpt__more-link {
    background-color: transparent;
    color: black;
    border: 1px solid var(--wp--preset--color--theme-blue);
    min-width: 150px;
    margin-block-start: 20px!important;
}
.button-1:hover, .button-2:hover, .wp-block-post-excerpt__more-link:hover {
    color: white;
    border: 1px solid var(--wp--preset--color--theme-yellow-2);
    background-color: var(--wp--preset--color--theme-yellow-2);
}
.button-2 {
    background-color: var(--wp--preset--color--theme-black);
    border-color: var(--wp--preset--color--theme-black);
}
.button-2:hover {
    border-color: white;
}
.button-1:first-child, .button-2:first-child {
    margin-block-start: 0!important;
}
.button-1.is-centered, .button-2.is-centered {
    margin: 0 auto;
}
.footer-info a, .footer-menus a {
    color: white;
    font-weight: 400;
    transition: .1s all;
    display: table;
}
.footer-menus a {
    line-height: 20px;
    padding: 5px 0;
}
.footer-legal a  {
    color: white;
}

.mentions-legales strong {
    margin: 50px 0 20px;
    display: block;
    font-size: 18px;
}

.rounded img {
    border-radius: 10px;
}

/*** ACCUEIL ***/

.page-intro {
    margin: 0;
    padding: 140px 20px;
    overflow: hidden;
}

.intro-accueil > .wp-block-column:first-child {
    margin-right: 9%;
    position: relative;
}
.intro-accueil .image-1, .intro-accueil .image-1 img {
    height: 98%;
}
.intro-accueil .image-2, .intro-accueil .image-2 img, .intro-accueil .image-3, .intro-accueil .image-3 img {
    max-height: 230px;
    min-height: 230px;
}
.badge-intro-accueil {
    position: absolute;
    bottom: -60px;
    right: -60px;
    background-color: var(--wp--preset--color--theme-blue);
    text-align: center;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    color: white;
    padding: 50px 20px 0;
    border: 10px solid white;
    z-index: 1;
}
.badge-intro-accueil .titre-badge {
    font-size: 40px;
    line-height: 25px;
}
.badge-intro-accueil p:last-child {
    margin-top: 30px;
}

.locations-accueil {
    padding: 50px 0px 80px!important;
    margin-top: 60px;
}
.locations-accueil h2:before {
    filter: invert();
}
.locations-accueil .location-accueil-slogan {
    font-size: 28px;
    line-height: 32px;
    padding: 0 20px;
}
.locations-accueil .location-accueil-button {
    padding: 0 20px;
}

.autour-accueil > .wp-block-cover {
    padding: 50px 0px 250px;
}
.autour-accueil > .wp-block-cover .wp-block-columns:nth-child(2) {
    margin-top: 35px;
}

.nos-offres h2 {
    margin-bottom: 60px;
}

.actualites-accueil {
    padding: 80px 20px;
    overflow: hidden;
}
.qualitelis-accueil iframe {
    height: 100%!important;
    width: 100%!important;
    border: none;
}
.qualitelis-accueil {
    min-height: 454px;
}
li.post.type-post {
    padding: 20px 20px 8px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    background-color: white;
    height: 100%;
    min-height: 521px;
}
li.post.type-post .wp-block-post-featured-image img {
    min-height: 280px;
    max-height: 280px;
    width: 100%;
    border-radius: 10px;
}
li.post.type-post .wp-block-post-title {
    font-family: var(--wp--preset--font-family--dinot);
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
}


/*** CAMPING ***/

.text-intro-camping {
    font-size: 34px;
    padding: 0 40px 0 0;
}
.text-intro-camping span {
    color: var(--wp--preset--color--theme-blue);
}

.savoir-plus-camping {
    position: relative;
    padding: 50px 20px 80px;
    overflow: hidden;
}
.savoir-plus-camping img {
    border-radius: 10px;
}
.savoir-plus-camping .image-2, .savoir-plus-camping .image-3, .savoir-plus-camping .image-2 img, .savoir-plus-camping .image-3 img {
    min-height: 600px;
    max-height: 600px;
}
.savoir-plus-camping .image-1 img, .savoir-plus-camping .image-4 img {
    min-height: 280px;
    max-height: 300px;
    max-width: 70%;
    margin: 40px 15% 90px;
}
.savoir-plus-camping .image-4 img {
    margin: -90px 0 40px;
}

.autres-elements {
    padding: 60px 20px!important;
    margin-top: -50px;
}

.savoir-single {
    padding: 60px 20px 80px;
}
.savoir-single .titre {
    font-size: 18px;
    margin: 40px 0 -10px;
    display: block;
}

.galerie-images {
    padding-top: 40px;
}
.galerie-images img {
    min-height: 300px;
    max-height: 300px;
}

.texte-foto {
    padding: 80px 20px 60px;
    position: relative;
    overflow: hidden;
}
.texte-foto h2 sup, .texte-foto h3 sup {
    display: block;
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--wp--preset--font-family--dinot);
}
.texte-foto > .wp-block-columns {
    padding: 20px 0;
}
.texte-foto .le-texte {
    flex-basis: 53%!important;
}
.texte-foto .le-image {
    flex-basis: 47%!important;
}
.texte-foto .le-image img {
    min-height: 550px;
    max-height: 550px;
    border-radius: 10px;
}


/*** LOCATIONS ***/

.location-intro {
    padding: 130px 20px 70px;
    margin-top: 0;
    overflow: hidden;
}
.location-intro .location-info {
    padding-left: 8%;
}
.location-intro .iconos-locations {
    flex-wrap: wrap!important;
    flex-direction: column;
    align-items: center;
}
.location-intro .iconos-locations .los-iconos {
    padding: 20px;
    display: table;
    margin: 0 auto;
    border-bottom: 1px solid black;
    min-width: 230px;
    text-align: center;
}
.location-intro .iconos-locations .wp-block-column:last-child .los-iconos {
    border-bottom: none;
}
.location-intro .iconos-locations img {
    width: 30px;
    filter: invert(45%) sepia(54%) saturate(1084%) hue-rotate(139deg) brightness(95%) contrast(101%);
    margin-right: 10px;
    vertical-align: bottom;
}
.location-intro .titulo-icono {
    color: var(--wp--preset--color--theme-blue);
    font-size: 20px;
    margin-right: 5px;
}
.location-intro .valor-icono {
    font-weight: 600;
    font-size: 20px;
    color: black;
}

.tarifs-location h2 sub, .autres-locatifs h2 sub {
    margin-bottom: 20px;
}
.tarifs-location h2 sub:after, .autres-locatifs h2 sub:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    width: 1px;
    height: 40px;
    background-color: var(--wp--preset--color--theme-blue);
}

.location-services {
    padding: 120px 25px;
}
.location-services .auto-tabs-wrapper {
    gap: 2px;
    margin-bottom: 40px;
}
.location-services .auto-tabs-wrapper a {
    flex-basis: 25%;
    text-align: center;
    background-color: var(--wp--preset--color--theme-blue-3);
    color: var(--wp--preset--color--theme-blue);
    font-weight: 600;
    padding: 20px 10px;
    transition: .2s all;
}
.location-services .auto-tabs-wrapper a:hover, .location-services .auto-tabs-wrapper a.current-tab {
    background-color: var(--wp--preset--color--theme-blue);
    color: white;
}

.autres-locatifs {
    padding: 50px 20px 70px;
    margin-top: 0;
    overflow: hidden;
}
.autres-locatifs h2 {
    margin-bottom: 90px;
}


/*** ACTUALITES ***/

.les-actualites {
    padding: 90px 5%!important;
}
.les-actualites .wp-block-post-template {
    gap:30px;
    position: relative;
    z-index: 1;
}
.les-actualites .wp-block-post-template.columns-3>li {
    width: calc(33.33333% - 20px)!important;
}
.autres-actualites {
    padding: 60px 20px 100px!important;
}

/*** CONTACT ***/

.intro-contactez {
    padding-bottom: 60px;
    overflow: hidden;
}
.contact-info .icone-web a {
    margin-top: 18px;
    display: block;
    font-size: 16px;
}
.contact-info .icone-web {
    padding: 4px 0;
}
.contact-info .icone-web figure {
    width: 38px;
    height: 38px;
    position: absolute;
    left: 0;
}
.contact-info .icone-web p, .contact-info .icone-web a {
    width: 100%;
    padding-left: 50px;
    margin: 3px 0 14px;
}
.contact-info .icone-web p strong {
    color: var(--wp--preset--color--theme-blue);
}
.contact-info .icone-web a:hover {
    color: var(--wp--preset--color--theme-yellow);
}
.contact-info .icone-web i {
    display: none;
}

.contact-form-block .columns  {
    flex-wrap: wrap;
    display: flex;
}
.contact-form-block .column {
    flex: none;
    width: 50%;
    display: block;
    padding: 0 10px;
}
.contact-form-block .column.is-12 {
    width: 100%;
}
.contact-form-block .column input, .contact-form-block .column textarea {
    width: 100%;
    margin: 7px 0;
    padding: 10px;
    border: 1px solid var(--wp--preset--color--theme-blue-2);
}
.contact-form-block .column textarea {
    margin-top:-20px;
}
.contact-form-block .column .wp-block-button__link {
    border: 2px solid var(--wp--preset--color--theme-yellow);
    background-color: var(--wp--preset--color--theme-yellow);
    border-radius: 0;
    transition: .2s all;
}
.contact-form-block .column .wp-block-button__link:hover {
    border-color: var(--wp--preset--color--theme-blue);
    background-color: var(--wp--preset--color--theme-blue);
}
.contact-form-block input:focus-visible, .contact-form-block input:focus, .contact-form-block textarea:focus-visible, .contact-form-block textarea:focus {
    outline: none!important;
}

.nous-trouver {
    padding: 60px 0 0!important;
    overflow: hidden;
}
.nous-trouver .iframe-map iframe {
    min-height: 500px;
    max-height: 500px;
    width: 100%;
    max-width: 100%;
}


/*** GROUPE ***/

.telecharger-groupe figure {
    display: flex;
    align-items: flex-end;
}
.telecharger-groupe figcaption {
    font-size: 15px;
    font-weight: bold;
}

/*** FAQS ***/

.intro-faq {
    padding: 130px 20px 40px;
}
.question-titres p {
    font-size: 18px;
    padding-top: 15px;
    margin-top: 0;
}
.question-infos {
    padding: 20px 20px 60px!important;
}
.question-infos > .wp-block-columns {
    position: relative;
    padding: 80px 10px 0;
}
.question-infos > .wp-block-columns:before, .question-infos > .wp-block-columns > .wp-block-column:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--wp--preset--color--theme-blue);
    top: 40px;
    left: 0;
}
.question-infos > .wp-block-columns:first-child {
    padding-top: 40px;
}
.question-infos > .wp-block-columns:first-child:before {
    content: none;
}
.question-infos > .wp-block-columns > .wp-block-column:nth-child(2)::before {
    width: 1px;
    height: 100%;
    background-color: var(--wp--preset--color--theme-yellow);
    top: 0;
}
.question-infos > .wp-block-columns > .wp-block-column:nth-child(2){
    position: relative;
    overflow: hidden;
    padding: 10px 50px;
}