/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.layout-container{display:flex;flex-direction:column;min-height:100vh;}.main__content{max-width:1920px;margin:0 auto;width:100%;}.layout__region--content{display:flex;flex-direction:column;}.grid-row{padding:0;width:calc(100% - 3rem);margin:0 auto;}@media all and (min-width:750px){.grid-row{width:87%;}}@media all and (min-width:1300px){.grid-row--12{max-width:1664px;}.grid-row--10{max-width:1380px;}.grid-row--8{max-width:1094px;}.grid-row--6{max-width:815px;}}
.layout{padding:0 1.5rem;}.layout--onecol{padding:0;}.grid-row .layout{padding:0;}.layout--twocol{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;}.section--reverse{.layout--twocol{display:grid;grid-template-areas :'b'
                          'a';}.layout__region--first{grid-area:a;}.layout__region--second{grid-area:b;}}@media screen and (min-width:900px){.section--reverse{.layout--twocol{grid-template-areas :'a b';}.layout__region--first{grid-area:a;}.layout__region--second{grid-area:b;}}.layout--twocol{display:grid;grid-template-columns:repeat(2,calc(50% - 0.75rem));gap:1.5rem;}}@media screen and (min-width:1000px){.layout--twocol-75-25,.layout--twocol-60-40,.layout--twocol-25-75{display:grid;gap:1.5rem;}.layout--twocol-60-40{grid-template-columns:calc(60% - 0.75rem) calc(40% - 0.75rem);}.layout--twocol-75-25{grid-template-columns:calc(75% - 0.75rem) calc(25% - 0.75rem);}.layout--twocol-25-75{grid-template-columns:calc(25% - 0.75rem) calc(75% - 0.75rem);}}@media screen and (min-width:1300px){.layout--twocol,.layout--twocol-60-40,.layout--twocol-75-25,.layout--twocol-25-75{gap:2rem;}.layout--twocol{grid-template-columns:repeat(2,calc(50% - 1rem));gap:2rem;}.layout--twocol-60-40{grid-template-columns:calc(60% - 1rem) calc(40% - 1rem);}.layout--twocol-75-25{grid-template-columns:calc(75% - 1rem) calc(25% - 1rem);}.layout--twocol-25-75{grid-template-columns:calc(75% - 1rem) calc(25% - 1rem);}}@media screen and (min-width:550px){.layout--threecol_25_25_50,.layout--threecol_50_25_25,.layout--threecol-40-30-30,.layout--threecol-25-50-25-kw{display:grid;grid-template-columns:repeat(2,calc(50% - 0.75rem));grid-template-areas:"a b" "c c";gap:1.5rem;}.layout--threecol-40-30-30,.layout--threecol_50_25_25{grid-template-areas:"a a" "b c";}.layout--threecol_25_25_50 .layout__region--first,.layout--threecol-25-50-25-kw .layout__region--first,.layout--threecol-40-30-30 .layout__region--first,.layout--threecol_50_25_25 .layout__region--first{grid-area:a;}.layout--threecol_25_25_50 .layout__region--second,.layout--threecol-25-50-25-kw .layout__region--third,.layout--threecol-40-30-30 .layout__region--second,.layout--threecol_50_25_25 .layout__region--second{grid-area:b;}.layout--threecol_25_25_50 .layout__region--third,.layout--threecol-25-50-25-kw .layout__region--second,.layout--threecol-40-30-30 .layout__region--third,.layout--threecol_50_25_25 .layout__region--third{grid-area:c;}}@media screen and (min-width:640px){.layout--threecol{display:grid;grid-template-columns:repeat(2,calc(50% - 0.75rem));gap:1.5rem;grid-column:span 2;}.layout--threecol .layout__region--third{grid-column:1 / span 2;width:calc(50% - 0.75rem);justify-self:center;}}@media screen and (min-width:900px){.layout--threecol{grid-template-columns:calc(33.333% - 1rem) calc(33.333% - 1rem) calc(33.333% - 1rem);}.layout--threecol .layout__region--third{grid-column:initial;width:initial;justify-self:initial;}}@media screen and (min-width:1000px){.layout--threecol_25_25_50{grid-template-columns:calc(25% - 1.5rem) calc(25% - 1.5rem) 50%;grid-template-areas:"a b c";}.layout--threecol-40-30-30{grid-template-columns:40% calc(30% - 1.5rem) calc(30% - 1.5rem);grid-template-areas:"a b c";}.layout--threecol_50_25_25{grid-template-columns:50% calc(25% - 1.5rem) calc(25% - 1.5rem);grid-template-areas:"a b c";}.layout--threecol-25-50-25-kw{grid-template-columns:calc(25% - 1.5rem) 50% calc(25% - 1.5rem);grid-template-areas:"a b c";}.layout--threecol-25-50-25-kw .layout__region--third{grid-area:c;}.layout--threecol-25-50-25-kw .layout__region--second{grid-area:b;}}@media screen and (min-width:1300px){.layout--threecol,.layout--threecol_25_25_50,.layout--threecol_50_25_25,.layout--threecol-40-30-30,.layout--threecol-25-50-25-kw{gap:2rem;}.layout--threecol{grid-template-columns:calc(33.333% - 1.3333rem) calc(33.333% - 1.3333rem) calc(33.333% - 1.3333rem);}.layout--threecol_25_25_50{grid-template-columns:calc(25% - 2rem) calc(25% - 2rem) 50%;}.layout--threecol-40-30-30{grid-template-columns:40% calc(30% - 2rem) calc(30% - 2rem);}.layout--threecol_50_25_25{grid-template-columns:50% calc(25% - 2rem) calc(25% - 2rem);}.layout--threecol-25-50-25-kw{grid-template-columns:calc(25% - 2rem) 50% calc(25% - 2rem);}}@media screen and (min-width:500px){.layout--fourcol{display:grid;grid-template-columns:repeat(2,calc(50% - 0.75rem));gap:1.5rem;}}@media screen and (min-width:1000px){.layout--fourcol{grid-template-columns:repeat(4,calc(25% - 1.125rem));}}@media screen and (min-width:1300px){.layout--fourcol{gap:2rem;}.layout--fourcol{grid-template-columns:repeat(4,calc(25% - 1.5rem));}}
.top-spacing--xs{margin-top:16px;}.top-spacing--s{margin-top:16px;}.top-spacing--m{margin-top:32px;}.top-spacing--l{margin-top:48px;}.top-spacing--xl{margin-top:64px;}.bottom-spacing--xs{margin-bottom:8px;}.bottom-spacing--s{margin-bottom:16px;}.bottom-spacing--m{margin-bottom:32px;}.bottom-spacing--l{margin-bottom:48px;}.bottom-spacing--xl{margin-bottom:64px;}@media all and (min-width:1000px){.top-spacing--s{margin-top:32px;}.top-spacing--m{margin-top:64px;}.top-spacing--l{margin-top:96px;}.top-spacing--xl{margin-top:128px;}.bottom-spacing--xs{margin-bottom:16px;}.bottom-spacing--s{margin-bottom:32px;}.bottom-spacing--m{margin-bottom:64px;}.bottom-spacing--l{margin-bottom:96px;}.bottom-spacing--xl{margin-bottom:128px;}}@media all and (min-width:1300px){.top-spacing--xs{margin-top:24px;}.bottom-spacing--xs{margin-bottom:24px;}}.top-internal-spacing--s{padding-top:16px;}.top-internal-spacing--m{padding-top:32px;}.top-internal-spacing--l{padding-top:48px;}.top-internal-spacing--xl{padding-top:64px;}.bottom-internal-spacing--s{padding-bottom:16px;}.bottom-internal-spacing--m{padding-bottom:32px;}.bottom-internal-spacing--l{padding-bottom:48px;}.bottom-internal-spacing--xl{padding-bottom:64px;}@media all and (min-width:1000px){.top-internal-spacing--xs{padding-top:16px;}.top-internal-spacing--s{padding-top:32px;}.top-internal-spacing--m{padding-top:64px;}.top-internal-spacing--l{padding-top:96px;}.top-internal-spacing--xl{padding-top:128px;}.bottom-internal-spacing--xs{padding-bottom:16px;}.bottom-internal-spacing--s{padding-bottom:32px;}.bottom-internal-spacing--m{padding-bottom:64px;}.bottom-internal-spacing--l{padding-bottom:96px;}.bottom-internal-spacing--xl{padding-bottom:128px;}}@media all and (min-width:1300px){.top-internal-spacing--xs{padding-top:24px;}.bottom-internal-spacing--xs{padding-bottom:24px;}}
.progress__track{border-color:#b3b3b3;border-radius:10em;background-color:#f2f1eb;background-image:linear-gradient(#e7e7df,#f0f0f0);box-shadow:inset 0 1px 3px hsla(0,0%,0%,0.16);}.progress__bar{height:16px;margin-top:-1px;margin-left:-1px;padding:0 1px;-webkit-transition:width 0.5s ease-out;transition:width 0.5s ease-out;-webkit-animation:animate-stripes 3s linear infinite;border:1px #07629a solid;border-radius:10em;background:#057ec9;background-image:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.15)),linear-gradient(to right bottom,#0094f0 0%,#0094f0 25%,#007ecc 25%,#007ecc 50%,#0094f0 50%,#0094f0 75%,#0094f0 100%);background-size:40px 40px;}[dir="rtl"] .progress__bar{margin-right:-1px;margin-left:0;-webkit-animation-direction:reverse;animation-direction:reverse;}@media screen and (prefers-reduced-motion:reduce){.progress__bar{-webkit-transition:none;transition:none;-webkit-animation:none;}}@keyframes animate-stripes{0%{background-position:0 0,0 0;}100%{background-position:0 0,-80px 0;}}
.action-links{margin:1em 0;padding:0;list-style:none;}[dir="rtl"] .action-links{margin-right:0;}.action-links li{display:inline-block;margin:0 0.3em;}.action-links li:first-child{margin-left:0;}[dir="rtl"] .action-links li:first-child{margin-right:0;margin-left:0.3em;}.button-action{display:inline-block;padding:0.2em 0.5em 0.3em;text-decoration:none;line-height:160%;}.button-action::before{margin-left:-0.1em;padding-right:0.2em;content:"+";font-weight:900;}[dir="rtl"] .button-action::before{margin-right:-0.1em;margin-left:0;padding-right:0;padding-left:0.2em;}
.breadcrumb{padding-bottom:0.5em;}.breadcrumb ol{margin:0;padding:0;}[dir="rtl"] .breadcrumb ol{margin-right:0;}.breadcrumb li{display:inline;margin:0;padding:0;list-style-type:none;}.breadcrumb li::before{content:" \BB ";}.breadcrumb li:first-child::before{content:none;}
.button,.image-button{margin-right:1em;margin-left:1em;}.button:first-child,.image-button:first-child{margin-right:0;margin-left:0;}
.container-inline label::after,.container-inline .label::after{content:":";}.form-type-radios .container-inline label::after,.form-type-checkboxes .container-inline label::after{content:"";}.form-type-radios .container-inline .form-type-radio,.form-type-checkboxes .container-inline .form-type-checkbox{margin:0 1em;}.container-inline .form-actions,.container-inline.form-actions{margin-top:0;margin-bottom:0;}
details{margin-top:1em;margin-bottom:1em;border:1px solid #ccc;}details > .details-wrapper{padding:0.5em 1.5em;}summary{padding:0.2em 0.5em;cursor:pointer;}
.exposed-filters .filters{float:left;margin-right:1em;}[dir="rtl"] .exposed-filters .filters{float:right;margin-right:0;margin-left:1em;}.exposed-filters .form-item{margin:0 0 0.1em 0;padding:0;}.exposed-filters .form-item label{float:left;width:10em;font-weight:normal;}[dir="rtl"] .exposed-filters .form-item label{float:right;}.exposed-filters .form-select{width:14em;}.exposed-filters .current-filters{margin-bottom:1em;}.exposed-filters .current-filters .placeholder{font-weight:bold;font-style:normal;}.exposed-filters .additional-filters{float:left;margin-right:1em;}[dir="rtl"] .exposed-filters .additional-filters{float:right;margin-right:0;margin-left:1em;}
.field__label{font-weight:bold;}.field--label-inline .field__label,.field--label-inline .field__items{float:left;}.field--label-inline .field__label,.field--label-inline > .field__item,.field--label-inline .field__items{padding-right:0.5em;}[dir="rtl"] .field--label-inline .field__label,[dir="rtl"] .field--label-inline .field__items{padding-right:0;padding-left:0.5em;}.field--label-inline .field__label::after{content:":";}
form .field-multiple-table{margin:0;}form .field-multiple-table .field-multiple-drag{width:30px;padding-right:0;}[dir="rtl"] form .field-multiple-table .field-multiple-drag{padding-left:0;}form .field-multiple-table .field-multiple-drag .tabledrag-handle{padding-right:0.5em;}[dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle{padding-right:0;padding-left:0.5em;}form .field-add-more-submit{margin:0.5em 0 0;}.form-item,.form-actions{margin-top:1em;margin-bottom:1em;}tr.odd .form-item,tr.even .form-item{margin-top:0;margin-bottom:0;}.form-composite > .fieldset-wrapper > .description,.form-item .description{font-size:0.85em;}label.option{display:inline;font-weight:normal;}.form-composite > legend,.label{display:inline;margin:0;padding:0;font-size:inherit;font-weight:bold;}.form-checkboxes .form-item,.form-radios .form-item{margin-top:0.4em;margin-bottom:0.4em;}.form-type-radio .description,.form-type-checkbox .description{margin-left:2.4em;}[dir="rtl"] .form-type-radio .description,[dir="rtl"] .form-type-checkbox .description{margin-right:2.4em;margin-left:0;}.marker{color:#e00;}.form-required::after{display:inline-block;width:6px;height:6px;margin:0 0.3em;content:"";vertical-align:super;background-image:url(/themes/custom/kw_base/images/icons/required.svg);background-repeat:no-repeat;background-size:6px 6px;}abbr.tabledrag-changed,abbr.ajax-changed{border-bottom:none;}.form-item input.error,.form-item textarea.error,.form-item select.error{border:2px solid red;}.form-item--error-message::before{display:inline-block;width:14px;height:14px;content:"";vertical-align:sub;background:url(/themes/custom/kw_base/images/icons/error.svg) no-repeat;background-size:contain;}
.icon-help{padding:1px 0 1px 20px;background:url(/themes/custom/kw_base/images/icons/help.png) 0 50% no-repeat;}[dir="rtl"] .icon-help{padding:1px 20px 1px 0;background-position:100% 50%;}.feed-icon{display:block;overflow:hidden;width:16px;height:16px;text-indent:-9999px;background:url(/themes/custom/kw_base/images/icons/feed.svg) no-repeat;}
.form--inline .form-item{float:left;margin-right:0.5em;}[dir="rtl"] .form--inline .form-item{float:right;margin-right:0;margin-left:0.5em;}[dir="rtl"] .views-filterable-options-controls .form-item{margin-right:2%;}.form--inline .form-item-separator{margin-top:2.3em;margin-right:1em;margin-left:0.5em;}[dir="rtl"] .form--inline .form-item-separator{margin-right:0.5em;margin-left:1em;}.form--inline .form-actions{clear:left;}[dir="rtl"] .form--inline .form-actions{clear:right;}
.item-list .title{font-weight:bold;}.item-list ul{margin:0 0 0.75em 0;padding:0;}.item-list li{margin:0 0 0.25em 1.5em;padding:0;}[dir="rtl"] .item-list li{margin:0 1.5em 0.25em 0;}.item-list--comma-list{display:inline;}.item-list--comma-list .item-list__comma-list,.item-list__comma-list li,[dir="rtl"] .item-list--comma-list .item-list__comma-list,[dir="rtl"] .item-list__comma-list li{margin:0;}
button.link{margin:0;padding:0;cursor:pointer;border:0;background:transparent;font-size:1em;}label button.link{font-weight:bold;}
ul.inline,ul.links.inline{display:inline;padding-left:0;}[dir="rtl"] ul.inline,[dir="rtl"] ul.links.inline{padding-right:0;padding-left:15px;}ul.inline li{display:inline;padding:0 0.5em;list-style-type:none;}ul.links a.is-active{color:#000;}
ul.menu{margin-left:1em;padding:0;list-style:none outside;text-align:left;}[dir="rtl"] ul.menu{margin-right:1em;margin-left:0;text-align:right;}.menu-item--expanded{list-style-type:circle;list-style-image:url(/themes/custom/kw_base/images/icons/menu-expanded.png);}.menu-item--collapsed{list-style-type:disc;list-style-image:url(/themes/custom/kw_base/images/icons/menu-collapsed.png);}[dir="rtl"] .menu-item--collapsed{list-style-image:url(/themes/custom/kw_base/images/icons/menu-collapsed-rtl.png);}.menu-item{margin:0;padding-top:0.2em;}ul.menu a.is-active{color:#000;}
.more-link{display:block;text-align:right;}[dir="rtl"] .more-link{text-align:left;}
.pager__items{clear:both;text-align:center;}.pager__item{display:inline;padding:0.5em;}.pager__item.is-active{font-weight:bold;}
tr.drag{background-color:#fffff0;}tr.drag-previous{background-color:#ffd;}body div.tabledrag-changed-warning{margin-bottom:0.5em;}
tr.selected td{background:#ffc;}td.checkbox,th.checkbox{text-align:center;}[dir="rtl"] td.checkbox,[dir="rtl"] th.checkbox{text-align:center;}
th.is-active img{display:inline;}td.is-active{background-color:#ddd;}
div.tabs{margin:1em 0;}ul.tabs{margin:0 0 0.5em;padding:0;list-style:none;}.tabs > li{display:inline-block;margin-right:0.3em;}[dir="rtl"] .tabs > li{margin-right:0;margin-left:0.3em;}.tabs a{display:block;padding:0.2em 1em;text-decoration:none;}.tabs a.is-active{background-color:#eee;}.tabs a:focus,.tabs a:hover{background-color:#f5f5f5;}
.form-textarea-wrapper textarea{display:block;box-sizing:border-box;width:100%;margin:0;}
.ui-dialog--narrow{max-width:500px;}@media screen and (max-width:600px){.ui-dialog--narrow{min-width:95%;max-width:95%;}}
.messages{padding:15px 20px 15px 35px;word-wrap:break-word;border:1px solid;border-width:1px 1px 1px 0;border-radius:2px;background:no-repeat 10px 17px;overflow-wrap:break-word;}[dir="rtl"] .messages{padding-right:35px;padding-left:20px;text-align:right;border-width:1px 0 1px 1px;background-position:right 10px top 17px;}.messages + .messages{margin-top:1.538em;}.messages__list{margin:0;padding:0;list-style:none;}.messages__item + .messages__item{margin-top:0.769em;}.messages--status{color:#325e1c;border-color:#c9e1bd #c9e1bd #c9e1bd transparent;background-color:#f3faef;background-image:url(/themes/custom/kw_base/images/icons/check.svg);box-shadow:-8px 0 0 #77b259;}[dir="rtl"] .messages--status{margin-left:0;border-color:#c9e1bd transparent #c9e1bd #c9e1bd;box-shadow:8px 0 0 #77b259;}.messages--warning{color:#734c00;border-color:#f4daa6 #f4daa6 #f4daa6 transparent;background-color:#fdf8ed;background-image:url(/themes/custom/kw_base/images/icons/warning.svg);box-shadow:-8px 0 0 #e09600;}[dir="rtl"] .messages--warning{border-color:#f4daa6 transparent #f4daa6 #f4daa6;box-shadow:8px 0 0 #e09600;}.messages--error{color:#a51b00;border-color:#f9c9bf #f9c9bf #f9c9bf transparent;background-color:#fcf4f2;background-image:url(/themes/custom/kw_base/images/icons/error.svg);box-shadow:-8px 0 0 #e62600;}[dir="rtl"] .messages--error{border-color:#f9c9bf transparent #f9c9bf #f9c9bf;box-shadow:8px 0 0 #e62600;}.messages--error p.error{color:#a51b00;}
.view-activity{align-items:center;display:flex !important;flex-direction:column;gap:10px;.view-header{font-family:"Montserrat";font-size:18px;font-weight:700;line-height:150%;}.view-content{display:flex !important;flex-direction:column;gap :30px;}}@media all and (min-width:750px){.view-activity .view-content{flex-direction:row;flex-wrap:wrap;}}.taxo__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:10px;flex-direction:row;flex-wrap:wrap;}.taxo__wrapper .taxo.theme{display:flex;padding:6px 24px;justify-content:center;align-items:center;gap:10px;border-radius:40px;border:1px solid var(--color-primary--clear-var);color :var(--color-primary);}
.apidae-teaser{display:flex;width:390px;height:407px;flex-direction:column;align-items:flex-start;border-radius:5px;background:var(--White,#FFF);box-shadow:0px 0px 32px 0px rgba(0,0,0,0.08);}.apidae-teaser__link{width:100%;text-decoration:none;}.apidae-teaser__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:12px;flex-shrink:0;padding :16px 32px 32px;}.apidae-teaser__image{width:100%;height:262px;}.apidae-teaser__title{font-family:Jost;font-size:36px;font-style:normal;font-weight:400;line-height:150%;text-transform:uppercase;}.apidae-teaser__where,.apidae-teaser__when{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:6px;.where_value,.when_value{font-size:14px;font-style:normal;font-weight:500;line-height:150%;color :var(--color-primary);p{margin :0px;}}.where_icon::before{content:'';display:block;width:18px;height:18px;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/map-pin.svg);background-repeat:no-repeat;background-position:center;}.when_icon::before{content:'';display:block;width:18px;height:18px;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/clock-green.svg);background-repeat:no-repeat;background-position:center;}}.apidae-teaser__wrapper.apidae__wrapper,.apidae-info__wrapper{padding:5px;}.apidae-info__wrapper .info-title{font-weight:700;}.apidae-main{padding:0 1rem 2rem;}@media all and (min-width:768px){.apidae-main{padding:24px 32px;}.apidae-teaser__wrapper.apidae__wrapper,.apidae-info__wrapper{padding:0px;padding-top:15px;}}.event-teaser__type-wrapper{border:dashed 2px var(--color-primary);width:56px;height:56px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--color-white);}.event-teaser__type-wrapper .event-teaser__type{width:48px;height:48px;background-color:var(--color-primary);display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:50%;.taxonomy-term{h2{display:none;}}}.event-teaser__highlight-wrapper{display:flex;justify-content:flex-end;}.apidae__wrapper:not(.event--highlight) .event-teaser__highlight-wrapper{display:none;}.event-teaser__highlight-wrapper .event-teaser__highlight{display:flex;padding:8px 12px;align-items:center;justify-content:flex-end;gap:6px;border-radius:20px;border:1px solid var(--color-primary--clear-var);width:fit-content;height:fit-content;}.event-teaser__highlight-wrapper .event-teaser__highlight::before{content:'';display:block;width:14px;height:14px;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/heart.svg);background-repeat:no-repeat;background-position:center;}.event-teaser__highlight-wrapper .event-teaser__highlight p{font-size:14px;padding:0;margin:0;}.apidae-event{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;}.view-filters .view-ef-fieldset-container{display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:var(--color-primary--clear);gap:32px;}.view-apidae .view-content,.view-hosting .view-content,.view-excursion .view-content{display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;}.icon::before{display:block;content:'';width:24px;height:24px;background-position:center;background-repeat:no-repeat;}.icon-phone::before{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/phone-green.svg);}.icon-mail::before{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/email-green.svg);}.icon-web_site::before{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/web_site-green.svg);}.icon-instagram::before{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/instagram-green.svg);}.icon-facebook::before{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/facebook-green.svg);}.icon-google_business::before{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/google_business-green.svg);}.icon-prices::before{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/currency-green.svg);}.icon-payments_mode::before{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/credit-card-green.svg);}.icon-services::before{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/services.svg);}.icon-equipments::before{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/chair-green.svg);}.icon-capacity::before{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/users-green.svg);}.icon-comfort::before{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/pillow.svg);}.icon-accepted_animals::before{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/dog-green.svg);}.icon-adapted_tourism::before{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/handicap-green.svg);}.icon-tourism_disability::before{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/handicap-green.svg);}.icon-distance::before{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/distance-green.svg);}.icon-denivellation::before{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/denivellation-green.svg);}.icon-route_type.route_type-boucle::before{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/route_type-green.svg);}.icon-route_type:not(.route_type-boucle)::before{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/distance-green.svg);}.icon-duration::before{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/clock-green.svg);}.icon.icon--vertical-flip{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH";}.icon-difficulty::before{width:14px;height:14px;border-radius:3px;position:relative;transform:translateX(20%) translateY(40%);}.icon-difficulty.difficulty-green::before{background-color:green;}.icon-difficulty.difficulty-blue::before{background-color:blue;}.icon-difficulty.difficulty-orange::before{background-color:orange;}.icon-difficulty.difficulty-red::before{background-color:red;}.icon-difficulty.difficulty-black::before{background-color:black;}.icon-markings::before{width:19px;height:6px;position:relative;transform:translateY(-50%);top:50%;}.icon-markings.markings-pr::before{background-color:yellow;}.icon-markings.markings-gr::before{background:linear-gradient(to bottom,white 50%,red 50%);height:12px;}.icon-markings.markings-gr-pays::before{background:linear-gradient(to bottom,yellow 50%,red 50%);height:12px;}.info-short-description{font-weight:700;}.info-to-description_step_by_step a{color:var(--color-secondary);text-decoration:underline;font-weight:700;}.info-description.localization_supplement{padding:32px;border-radius:3px;border:1px solid var(--Neutral-10,#D1D1D1);}.info__wrapper,.info-difficulty__wrapper,.info-markings__wrapper{display:flex;flex-direction:row;gap:8px;}.apidae-info__wrapper{display:flex;flex-direction:column;gap:8px;}.apidae-info__wrapper.info--inline{flex-direction:row;flex-wrap:wrap;}.apidae-pages{display:flex;flex-direction:row;gap:8px;}.opening-info{display:flex;padding:32px;flex-direction:column;align-items:flex-start;gap:6px;align-self:stretch;border-radius:3px;border:1px solid var(--color-neutral--10);}.opening-title p,.other-text p{margin:0px;}.other-info{display:flex;padding:32px;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;align-self:stretch;border-radius:3px;background:var(--color-primary--clear);}.other__wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px;}.other-title{display:flex;flex-direction:row;justify-content:center;align-items:center;font-weight:700;gap:8px}.other-info .other-text{max-width:100%;}.other-info .other-text.taxo__wrapper{display:flex;flex-direction:row;gap:.33rem;}.other-info .other-text .taxo{display:block;padding:.1rem .75rem;border-radius:1rem;border:1px solid var(--color-primary--clear-var);font-size:.8rem;text-wrap:nowrap;}.other-info

.other-info .other-text.column{flex-direction:column;max-width:100%;}@media all and (min-width:768px){.other-info .other-text{max-width:70%;display:flex;gap:.33rem;}.other-info .other-text.text--full{max-width:100%;}}@media all and (min-width:768px){.other__wrapper:not(.other--newline){flex-direction:row;width:100%;}}.maps{width:250px;height:300px;}.gallery{width:327px;height:327px;position:relative;}.gallery_credit{position:absolute;bottom:5px;left:5px;color:white;text-shadow:1px 1px 0px black;}@media all and (min-width:768px){.maps{width:335px;height:237px;}}@media all and (min-width:1100px){.gallery{width:490px;height:490px;}}@media all and (min-width:1500px){.gallery{width:675px;height:675px;}}.gallery .swiper-button-next,.gallery .swiper-button-prev{position:absolute;z-index:1;max-width:30px;height:30px;width:100%;}.gallery .swiper-button-next::after,.gallery .swiper-button-prev::after{content:'';border-radius:24px;background:var(--color-primary);display:block;max-width:30px;height:30px;width:100%;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/picture_card/Arrow2.svg);background-position:center;background-repeat:no-repeat;}.gallery .swiper-button-next{right:var(--swiper-navigation-sides-offset,20px);}.gallery .swiper-button-prev{transform:rotate(180deg);left:var(--swiper-navigation-sides-offset,20px);}.apidae-primary-info{border-radius:5px;background:var(--color-primary--clear);}.apidae-back{color:var(--color-secondary);font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:normal;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;display:flex;padding:16px 0px;align-items:flex-start;gap:10px;align-self:stretch;}.alliance-reseaux__title{text-align:center;margin :0 auto;font-size:20px;}.alliance-reseaux__wrapper{display:flex;padding:32px;flex-direction:column;align-items:flex-start;gap:6px;align-self:stretch;border-radius:3px;border:1px solid var(--color-neutral--10);margin-bottom:16px;}.alliance-reseaux__widget{margin:1.5rem auto;width:100%;}.alliance-reseaux__widget .OsMoteur{font-size:14px;}.step-by-step .step-item{display:flex;align-items:flex-start;margin-bottom:1rem;gap:1rem;}.step-by-step .step-number{background-color:var(--color-secondary);color:white;width:25px;height:25px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:14px;flex-shrink:0;}.step-by-step .step-content{flex:1;line-height:1.6;}.step-by-step .intro-content{margin-bottom:1.5rem;}.leaflet-container{min-height:400px;}.view-content .leaflet-map-view-excursion-block{width:100%;height:500px;min-height:400px;}.view-map .view-content{display:block;width:90%;}.opening-info .info-duration{display:none;}.public__wrapper:not(:has(.taxo__wrapper .public)){display:none;}.type_page--on_the_road .other-prices,.type_page--on_the_road .other-payments_mode,.type_page--on_the_road .other-adapted_tourism,.type_page--on_the_road .other-accepted_animals,.type_page--on_the_road .other-capacity,.type_page--on_the_road .other-equipements,.type_page--on_the_road .other-services,.type_page--on_the_road .other-visit,.type_page--on_the_road .other-category,.type_page--on_the_road .other-statues_menhirs,.type_page--on_the_road .other-tourism_disability{display:none;}.type_page--self_guided_visits .other-accepted_animals,.type_page--self_guided_visits .other-capacity,.type_page--self_guided_visits .other-visit,.type_page--self_guided_visits .other-category,.type_page--self_guided_visits .other-statues_menhirs,.type_page--self_guided_visits .other-tourism_disability{display:none;}.type_page--guided_visits .other-capacity,.type_page--guided_visits .other-visit,.type_page--guided_visits .other-category,.type_page--guided_visits .other-statues_menhirs,.type_page--guided_visits .other-tourism_disability{display:none;}.type_page--museums .other-capacity,.type_page--museums .other-category,.type_page--museums .other-statues_menhirs,.type_page--museums .other-tourism_disability{display:none;}.type_page--emblematic_heritage .other-adapted_tourism,.type_page--emblematic_heritage .other-accepted_animals,.type_page--emblematic_heritage .other-capacity,.type_page--emblematic_heritage .other-visit,.type_page--emblematic_heritage .other-category,.type_page--emblematic_heritage .other-statues_menhirs,.type_page--emblematic_heritage .other-tourism_disability{display:none;}.type_page--statues_menhirs .other-prices,.type_page--statues_menhirs .other-payments_mode,.type_page--statues_menhirs .other-adapted_tourism,.type_page--statues_menhirs .other-accepted_animals,.type_page--statues_menhirs .other-capacity,.type_page--statues_menhirs .other-equipements,.type_page--statues_menhirs .other-services,.type_page--statues_menhirs .other-visit,.type_page--statues_menhirs .other-category,.type_page--statues_menhirs .other-tourism_disability{display:none;}.type_page--fishing .other-accepted_animals,.type_page--fishing .other-capacity,.type_page--fishing .other-visit,.type_page--fishing .other-category,.type_page--fishing .other-statues_menhirs{display:none;}.type_page--fishing-sleep .other-visit,.type_page--fishing-sleep .other-category,.type_page--fishing-sleep .other-statues_menhirs,.type_page--fishing-sleep .capacity--capaciteMaximumPossible{display:none;}.type_page--wellness .other-accepted_animals,.type_page--wellness .other-capacity,.type_page--wellness .other-visit,.type_page--wellness .other-category,.type_page--wellness .other-statues_menhirs{display:none;}.type_page--care .other-accepted_animals,.type_page--care .other-capacity,.type_page--care .other-visit,.type_page--care .other-category,.type_page--care .other-statues_menhirs{display:none;}.type_page--care .apidae-primary-info .info-duration{display:none;}.type_page--care .opening-info .info-duration{display:flex;}.type_page--sports_activities .other-accepted_animals,.type_page--sports_activities .other-capacity,.type_page--sports_activities .other-visit,.type_page--sports_activities .other-category,.type_page--sports_activities .other-statues_menhirs{display:none;}.type_page--animal_activities .other-accepted_animals,.type_page--animal_activities .other-capacity,.type_page--animal_activities .other-visit,.type_page--animal_activities .other-category,.type_page--animal_activities .other-statues_menhirs{display:none;}.type_page--leisure .other-capacity,.type_page--leisure .other-visit,.type_page--leisure .other-category,.type_page--leisure .other-statues_menhirs{display:none;}.type_page--swimming .other-capacity,.type_page--swimming .other-visit,.type_page--swimming .other-category,.type_page--swimming .other-statues_menhirs{display:none;}.type_page--water_activities .other-accepted_animals,.type_page--water_activities .other-capacity,.type_page--water_activities .other-visit,.type_page--water_activities .other-category,.type_page--water_activities .other-statues_menhirs{display:none;}.type_page--pool_activities .other-accepted_animals,.type_page--pool_activities .other-capacity,.type_page--pool_activities .other-visit,.type_page--pool_activities .other-category,.type_page--pool_activities .other-statues_menhirs{display:none;}.type_page--local_producers .other-prices,.type_page--local_producers .other-accepted_animals,.type_page--local_producers .other-capacity,.type_page--local_producers .other-category,.type_page--local_producers .other-statues_menhirs{display:none;}.type_page--picnic_areas .other-payments_mode,.type_page--picnic_areas .other-accepted_animals,.type_page--picnic_areas .other-capacity,.type_page--picnic_areas .other-visit,.type_page--picnic_areas .other-category,.type_page--picnic_areas .other-statues_menhirs{display:none;}.type_page--event .other-accepted_animals{display:none;}.type_page--investigation .other-accepted_animals,.type_page--investigation .other-capacity,.type_page--investigation .other-visit,.type_page--investigation .other-category,.type_page--investigation .other-statues_menhirs{display:none;}.type_page--i_make .other-accepted_animals,.type_page--i_make .other-capacity,.type_page--i_make .other-visit,.type_page--i_make .other-category,.type_page--i_make .other-statues_menhirs{display:none;}.type_page--nature_play .other-accepted_animals,.type_page--nature_play .other-capacity,.type_page--nature_play .other-visit,.type_page--nature_play .other-category,.type_page--nature_play .other-statues_menhirs{display:none;}.type_page--teens_12_plus .other-accepted_animals,.type_page--teens_12_plus .other-capacity,.type_page--teens_12_plus .other-visit,.type_page--teens_12_plus .other-category,.type_page--teens_12_plus .other-statues_menhirs{display:none;}.type_page--playground .other-accepted_animals,.type_page--playground .other-capacity,.type_page--playground .other-visit,.type_page--playground .other-category,.type_page--playground .other-statues_menhirs{display:none;}.type_page--self_guided_visits.type_page--museums .other-visit{display:flex;}
.apidae-teaser{display:flex;width:100%;max-width:390px;min-width:340px;height:100%;flex-direction:column;align-items:flex-start;border-radius:5px;background:var(--White,#FFF);box-shadow:0px 0px 32px 0px rgba(0,0,0,0.08);}@media all and (min-width:750px){.apidae-teaser{min-width:390px;}}.apidae-teaser__link{width:100%;text-decoration:none;}.apidae-teaser__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:12px;flex-shrink:0;padding :16px 32px 32px;}.apidae-teaser__image{width:100%;height:262px;}.apidae-teaser__title{font-family:Montserrat;font-size:20px;font-style:normal;font-weight:700;line-height:150%;}.apidae-teaser__where{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:6px;.where_value{font-size:14px;font-style:normal;font-weight:500;line-height:150%;color :var(--color-primary);p{margin :0px;}}.where_icon::before{content:'';display:block;width:18px;height:18px;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/map-pin.svg);background-repeat:no-repeat;background-position:center;}}@media all and (min-width:750px){.view-apidae .view-content,.view-hosting .view-content,.view-excursion .view-content{flex-direction:row;flex-wrap:wrap;}}.taxo__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:10px;}.taxo__wrapper .taxo.theme{display:flex;padding:6px 24px;justify-content:center;align-items:center;gap:10px;border-radius:40px;border:1px solid var(--color-primary--clear-var);color :var(--color-primary);}@media all and (min-width:750px){.taxo__wrapper{flex-direction:row;flex-wrap:wrap;}}
.header{max-width:1920px;background-color:transparent;position:sticky;top:0;left:0;right:0;z-index:10;transition:ease all 150ms;box-shadow:0px 4px 24px 0px rgba(0,0,0,0.06);}ul.menu a.is-active{color:var(--color-neutral--90);}.header__main-menus{background-color:var(--color-white);}.header.main__header.js-open{position:fixed;bottom:0;overflow-y:scroll;overflow-x:hidden;}.header__inner{position:relative;padding:1rem 1.5rem;background-color:var(--color-white);padding:0;height:85px;box-shadow:0px 4px 24px 0px rgba(0,0,0,0.06);}.header__inner .grid-row,.header__wrapper{height:100%;}@media all and (min-width:1000px){.header{box-shadow:none;padding:0;gap:0.5rem;margin:0 auto;width:100%;}.header__inner{height:unset;padding-top:38px;}.header__inner .grid-row{width:calc(100% - 3rem);}.header__wrapper{display:flex;align-items:center;height:83px;}.header__main-menus{display:flex;align-items:center;justify-content:space-between;height:100%;}}@media all and (min-width:1500px){.header__inner .grid-row{width:87%;}}.header__brand{position:relative;display:flex;align-items:center;height:100%;}.header__brand .site-logo{display:block;}@media all and (min-width:1000px){.header__brand,.region-header,.header__brand .block-system-branding-block,.header__brand .site-logo{height:100%;}.header__brand{flex-shrink:0;}.header__brand .site-logo{padding:0.5rem 0;display:flex;align-items:center;max-width:170px;}.header__brand .site-logo img{max-height:100%;}}@media all and (min-width:1250px){.header__brand{min-width:100px;}.header__brand .site-logo{max-width:264px;}}.header__menu{position:fixed;right:100%;left:0;top:67.7px;bottom:0;transition:0.3s ease;background:var(--color-white);z-index:10;overflow-y:scroll;}.user-logged-in .header__menu{top:113px;}.header.js-active .header__menu{right:0;}.header__menu ul.menu{margin:0;}.header__menu .menu-level-0{padding:1.5rem 1.5rem 0;}.header__menu .menu__link{color:var(--color-neutral--90);width:100%;padding:0.5rem;font-style:normal;font-weight:400;line-height:normal;font-size:1rem;position:relative;cursor:pointer;margin-bottom:0.625rem;display:inline-flex;align-items:center;justify-content:space-between;gap:1rem;user-select:none;}.main__header-wrapper .menu__link::after{content:'';display:block;width:20px;height:20px;background-position:center;background-repeat:no-repeat;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/header/arrow.svg);transform:rotate(90deg);}.menu--main{text-transform:uppercase;}header .header__menus{transform:translateX(-1000px);transition:ease all 350ms;position:absolute;top:100%;left:0;right:0;background-color:#fff;opacity:0;z-index:99;display:flex;flex-direction:column-reverse;height:calc(100vh - 85.11px);justify-content:start;}header.js-open .header__menus{transform:translateX(0);opacity:1;}header.js-open + main{padding-top:85.11px;}@media all and (min-width:1000px){header .header__menus{transform:none;opacity:1;padding:0;position:static;height:100%;width:100%;}}.menu__main .menu-level-1{display:flex;flex-direction:column;gap:1rem;height:0;overflow:hidden;}.menu__main .menu-item--expanded.js-active .menu-level-1{gap:0.3rem;height:max-content;overflow:unset;}.header__menu .menu-level-1 .menu__link{font-weight:700;color:var(--color-primary--2);}.header__menu .menu-level-1 .menu__link::before{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:var(--color-neutral--10);transform:translateY(50%);}.menu__main .menu-item--expanded.js-active > .menu__link::after{transform:rotate(90deg);}@media all and (min-width:975px){.user-logged-in .header__menu{top:168px;}}@media all and (min-width:1000px){.header__menu,.menu__main,.region-header-menu,.menu--main,.header__menu .menu-level-0,.header__menu .menu-item{height:100%;}.header__menu{display:flex;justify-content:space-between;position:relative;right:inherit;left:inherit;bottom:inherit;transition:none;background:inherit;overflow-y:inherit;top:inherit;gap:1rem;justify-content:space-between;width:calc(100% - 158px);}.user-logged-in .header__menu{top:inherit;}.header.js-active .header__menu{transform:none;}.menu--main .menu-level-0{display:flex;justify-content:center;align-items:center;gap:40px;flex:1 0 0;margin:0;}.menu-item--level-0{display:flex;justify-content:center;align-items:center;gap:8px;position:static;}.main__header-wrapper .menu-item .menu__link{padding:28px 0px;}.main__header-wrapper li.menu-item.menu-item--level-0{border-bottom:4px solid var(--color-white,#ffffff);}.main__header-wrapper li.menu-item.menu-item--level-0:hover{border-bottom:4px solid var(--color-secondary,#D23F2A);}.menu--main .menu-level-1{display:none;}.main__secondary-header-wrapper{background-color:var(--color-primary);height:24px;.menu.menu-level-0{display:flex;padding:0px 100px;justify-content:flex-end;align-items:center;gap:30px;align-self:stretch;.menu__link{color:var(--color-white);font-family:Montserrat;font-size:var(--content-size--s);font-style:normal;font-weight:600;line-height:170%;}}}.header__menu .menu-item{display:flex;position:relative;}.header__menu .menu__link{padding:0 0.5rem;font-size:0.9rem;margin-bottom:0;}.menu__main .menu__link:after{content:none;}.header__menu .menu-level-0 > .menu-item > .menu__link{cursor:default;}.header__menu .menu-level-0 > .menu-item:hover > .menu__link{background-color:var(--color-primary--4);}.menu__main .menu-level-1{display:none;position:absolute;top:100%;left:-2rem;width:340px;height:max-content;padding:2rem;background-color:var(--color-primary--4);}.menu__main .menu-item--expanded:hover .menu-level-1{display:flex;}.menu__main .menu-level-1 .menu__link{padding:0.5rem;}.menu__main .menu-level-1 .menu__link:after{content:'';transition:0.2s;}.menu__main .menu-level-1 .menu__link:hover:after{transform:translateX(5px);}.header__menu .menu-level-1 .menu__link::before{bottom:-0.5rem;}.header__menu .menu-level-1 .menu-item:last-child .menu__link::before{content:none;}}@media all and (min-width:1250px){.header__menu{gap:2rem;width:calc(100% - 191px);}.header__menu .menu__link{font-size:1rem;}}@media all and (min-width:1350px){.header__menu .menu__link{padding:0 1rem;}}.header__primary-menu .menu.menu-level-0{display:flex;gap:8px;flex-direction:column;list-style:none;margin:0;padding:1rem 1.5rem 0 1.5rem;}.header__primary-menu .menu.menu-level-0 > .menu-item{width:100%;position:relative;padding:0 15px;}.header__primary-menu .menu.menu-level-0 > .menu-item > a:not(.cta){padding:18px 0;display:block;width:fit-content;font-size:15px;font-weight:700;color:var(--color-neutral--90);}.header__primary-menu .menu.menu-level-0 .cta.is-active{color:var(--color-white);}.header__primary-menu .menu.menu-level-0 > .menu-item.menu-item--expanded::after{content:"";display:block;position:absolute;right:16px;top:20px;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/header/plus.svg);width:20px;height:20px;background-repeat:no-repeat;transition:ease all 300ms;}.header__primary-menu .menu.menu-level-0 > .menu-item.js-open::after{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/header/less.svg);}.header__primary-menu .menu.menu-level-0 > .menu-item--level-0:last-child{padding:0;margin-top:2rem;}.header__primary-menu .menu.menu-level-1{padding:0;margin:0;}.header__primary-menu .menu.menu-level-1 > .menu-item{width:100%;position:relative;padding:16px 8px;border-top:1px solid var(--color-neutral--10);}.header__primary-menu .menu.menu-level-1 > .menu-item:last-child{border-bottom:1px solid var(--color-neutral--10);}.header__primary-menu .menu.menu-level-1  a{font-size:15px;font-weight:300;text-transform:none;}.header__primary-menu .menu.menu-level-0 > .menu-item.menu-item--expanded{list-style:none;}.header__primary-menu .menu.menu-level-1 .menu_link_content{display:none;}@media all and (min-width:1000px){.header__primary-menu{margin:0 auto;height:100%;}.header__primary-menu nav{position:static;}.header__primary-menu .menu.menu-level-0{flex-direction:row;align-items:center;padding:0;position:static;height:100%;gap:0;}.header__primary-menu .menu.menu-level-0 > .menu-item > a:not(.cta){padding:1px 14px;font-size:13px;}.header__primary-menu .menu.menu-level-0 > .menu-item > a.cta{font-size:13px;}.header__primary-menu .menu.menu-level-0 > .menu-item{position:static;height:100%;display:flex;justify-content:center;align-items:center;padding:0;}.header__primary-menu .menu.menu-level-0 > .menu-item:last-child{margin-left:20px;}.header__primary-menu .menu.menu-level-0 > .menu-item--level-0:last-child{margin:0;}.header__primary-menu .menu.menu-level-0 > .menu-item.menu-item--expanded::after{content:none;}.header__primary-menu .menu.menu-level-0 > .menu-item.menu-item--expanded > a{height:100%;position:relative;}.header__primary-menu .menu.menu-level-0 > .menu-item.menu-item--expanded > a::before{width:0;height:4px;background-color:var(--color-secondary);content:'';position:absolute;left:0;right:0;bottom:0;transition:all 200ms ease-in-out;}.header__primary-menu .menu.menu-level-0 > .menu-item.menu-item--expanded:hover > a::before{width:100%;}.header__primary-menu .menu.menu-level-0 > .menu-item.menu-item--expanded > a:hover{text-decoration:none;}.header__primary-menu .menu.menu-level-0 > .menu-item.menu-item--expanded > a{display:flex;align-items:center;gap:8px;}.header__primary-menu .menu.menu-level-0 > .menu-item.menu-item--expanded > a::after{content:'';width:13px;height:13px;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/header/chevron-desktop.svg);background-position:center;background-repeat:no-repeat;background-size:contain;}.header__primary-menu .menu.menu-level-0 > .menu-item.menu-item--expanded .menu-dropdown-0{display:none;}.header__primary-menu .menu.menu-level-0 > .menu-item.menu-item--expanded:hover .menu-dropdown-0{display:block;position:absolute;left:0;right:0;top:100%;background-color:var(--color-white);}.header__primary-menu .menu.menu-level-0 > .menu-item.menu-item--expanded:hover .menu-level-1{margin:auto;}.header__primary-menu .menu.menu-level-1{padding:24px 16px;}.header__primary-menu .menu.menu-level-1 > .menu-item,.header__primary-menu .menu.menu-level-1 > .menu-item:last-child{border:none;}.header__primary-menu .menu.menu-level-1 > .menu-item{position:relative;overflow:hidden;padding:0;border-radius:3px;}.header__primary-menu .menu.menu-level-1 > .menu-item > a{position:absolute;color:var(--color-white);font-size:13px;font-family:'Jost',sans-serif;text-transform:uppercase;z-index:3;left:0;right:0;top:0;bottom:0;display:flex;justify-content:start;align-items:end;padding:24px;font-weight:600;}.header__primary-menu .menu.menu-level-1 > .menu-item > a::after{position:absolute;bottom:0;top:0;left:0;right:0;content:'';background:linear-gradient(0deg,rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.00) 48.6%);background-color:transparent;display:block;width:100%;height:100%;z-index:-1;transition:all 150ms ease-in-out;}.header__primary-menu .menu.menu-level-1 > .menu-item > a:hover{text-decoration:none;}.header__primary-menu .menu.menu-level-1 > .menu-item > a:hover::after{background-color:#00000056;}.header__primary-menu .menu.menu-level-1 > .menu-item > a:not(:has(+ .menu_link_content article)){background-color:var(--color-primary);}.header__primary-menu .menu.menu-level-1 img{width:100%;object-fit:cover;height:100%;}.header__primary-menu .menu.menu-level-1 .menu_link_content{display:block;;}.header__primary-menu .menu.menu-level-1 .menu_link_content,.header__primary-menu .menu.menu-level-1 article{height:100%;}}@media all and (min-width:1250px){.header__primary-menu .menu.menu-level-1{padding:24px 0;}.header__primary-menu .menu.menu-level-0 > .menu-item > a:not(.cta){padding:18px 20px;font-size:15px;}.header__primary-menu .menu.menu-level-0 > .menu-item > a.cta{font-size:15px;}.header__primary-menu .menu.menu-level-1 > .menu-item > a{font-size:16px;}}@media all and (min-width:1000px){.header__primary-menu .menu.menu-level-0 > .grid--1big-4small:hover .menu-level-1{display:grid;justify-content:center;grid-template-columns:repeat(3,minmax(150px,268px));grid-template-rows:205px 205px;gap:16px;grid-template-areas:"big-1 small-1 small-3"
      "big-1 small-2 small-4";}.grid--1big-4small .menu-level-1 .menu-item:first-child{grid-area:big-1;}.grid--1big-4small .menu-level-1 .menu-item:nth-child(2){grid-area:small-1;}.grid--1big-4small .menu-level-1 .menu-item:nth-child(3){grid-area:small-2;}.grid--1big-4small .menu-level-1 .menu-item:nth-child(4){grid-area:small-3;}.grid--1big-4small .menu-level-1 .menu-item:nth-child(5){grid-area:small-4;}.header__primary-menu .menu.menu-level-0 > .grid--allbig:hover .menu-level-1{display:flex;justify-content:center;gap:16px;}.grid--allbig .menu-level-1 .menu-item{width:268px !important;height:434px;}.header__primary-menu .menu.menu-level-0 > .grid--2big-4small:hover .menu-level-1{display:grid;justify-content:center;grid-template-columns:repeat(4,minmax(150px,268px));grid-template-rows:205px 205px;gap:16px;grid-template-areas:"big-1 small-1 small-3 big-2"
      "big-1 small-2 small-4 big-2";}.grid--2big-4small .menu-level-1 .menu-item:first-child{grid-area:big-1;}.grid--2big-4small .menu-level-1 .menu-item:nth-child(2){grid-area:small-1;}.grid--2big-4small .menu-level-1 .menu-item:nth-child(3){grid-area:small-2;}.grid--2big-4small .menu-level-1 .menu-item:nth-child(4){grid-area:small-3;}.grid--2big-4small .menu-level-1 .menu-item:nth-child(5){grid-area:small-4;}.grid--2big-4small .menu-level-1 .menu-item:last-child{grid-area:big-2;}.header__primary-menu .menu.menu-level-0 > .grid--8small:hover .menu-level-1{display:grid;justify-content:center;grid-template-columns:repeat(4,minmax(150px,268px));grid-template-rows:205px 205px;gap:16px;grid-template-areas:"small-1 small-3 small-5 small-7"
      "small-2 small-4 small-6 small-8";}.grid--8small .menu-level-1 .menu-item:nth-child(1){grid-area:small-1;}.grid--8small .menu-level-1 .menu-item:nth-child(2){grid-area:small-2;}.grid--8small .menu-level-1 .menu-item:nth-child(3){grid-area:small-3;}.grid--8small .menu-level-1 .menu-item:nth-child(4){grid-area:small-4;}.grid--8small .menu-level-1 .menu-item:nth-child(5){grid-area:small-5;}.grid--8small .menu-level-1 .menu-item:nth-child(6){grid-area:small-6;}.grid--8small .menu-level-1 .menu-item:nth-child(7){grid-area:small-7;}.grid--8small .menu-level-1 .menu-item:nth-child(8){grid-area:small-8;}}@media all and (min-width:1250px){.header__primary-menu .menu.menu-level-0 > .grid--1big-4small:hover .menu-level-1,.header__primary-menu .menu.menu-level-0 > .grid--2big-4small:hover .menu-level-1,.header__primary-menu .menu.menu-level-0 > .grid--8small:hover .menu-level-1{gap:24px;}}.header__secondary-menu{background-color:var(--color-primary);height:inherit;}.header__secondary-menu .menu{display:flex;gap:16px;flex-direction:column;list-style:none;margin:0;padding-top:2rem;}.header__secondary-menu .link__logo{display:flex;align-items:center;gap:6px;color:var(--color-white);font-size:14px;}.header__secondary-menu ul.menu a.is-active{color:var(--color-white);}@media all and (min-width:1000px){.header__secondary-menu{position:absolute;left:0;top:0;right:0;height:38px;}.header__secondary-menu .menu{flex-direction:row;align-items:center;justify-content:flex-end;height:100%;padding-top:0;}.header__secondary-menu .region-header-menu-secondary,.header__secondary-menu .region-header-menu-secondary > nav{height:100%;}}.header__tertiary-menu{display:flex;flex-direction:column;padding:1rem 1.5rem 1.5rem 1.5rem;}.header__tertiary-menu select,.header__tertiary-menu .select{all:unset;}.header__tertiary-menu .select{display:flex;align-items:center;justify-content:space-between;width:fit-content;text-transform:uppercase;width:42px;font-weight:700;color:var(--color-primary);position:relative;z-index:3;cursor:pointer;}.header__tertiary-menu .select::after{all:unset;content:'';width:11px;height:11px;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/header/chevron.svg);background-position:center;background-size:contain;background-repeat:no-repeat;flex-shrink:0;position:absolute;right:0;pointer-events:none;}.header__tertiary-menu .header__search-trigger{padding:18.5px 0;display:flex;align-items:center;gap:10px;font-size:var(--content-size--s);color:var(--color-neutral--90);font-weight:600;text-transform:uppercase;border-top:1px solid var(--color-neutral--10);border-bottom:1px solid var(--color-neutral--10);position:relative;}.header__tertiary-menu .header__search-trigger::after{content:'';height:4px;background-color:var(--color-secondary);right:-5px;left:0;bottom:0;width:0;transition:ease-in-out 200ms all;position:absolute;}.header__tertiary-menu .header__search-trigger:hover::after{width:100%;}.header__tertiary-menu .header__search-trigger::before{content:'';width:18px;height:18px;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/header/search.svg);background-position:center;background-size:contain;background-repeat:no-repeat;}.header__tertiary-menu .lang-dropdown-form{padding:18.5px 0;}.region-header-menu-tertiary{display:none !important;}@media all and (min-width:1000px){.header__tertiary-menu{flex-direction:row;gap:1rem;padding:0;height:100%;}.header__tertiary-menu .header__search-trigger{border:none;cursor:pointer;text-indent:-9999px;overflow:hidden;height:100%;}.header__tertiary-menu .region-header-menu-tertiary{display:flex;justify-content:center;align-items:center;}}@media all and (min-width:1440px){.header__tertiary-menu .header__search-trigger{text-indent:unset;}.header__tertiary-menu{gap:2rem;}}.header__search-modal{display:none;}.header__search-modal.js-active{display:flex;justify-content:center;align-items:center;padding:34px;background-color:var(--color-primary);color:var(--color-white);position:absolute;top:0;right:0;bottom:0;left:0;}.header__search-modal .block-search{width:100%;}.header__search-modal .block-search .block-search__title{width:100%;text-align:center;text-transform:uppercase;font-size:var(--heading-size-xl);font-family:'Jost',sans-serif;}.header__search-modal .block-search .form-type-search{display:block;}.header__search-modal .header__search-modal-close{width:17.53px;height:17.53px;background-position:center;background-repeat:no-repeat;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/header/close.svg);position:absolute;right:39.23px;top:39.23px;cursor:pointer;}.header__search-modal .block-search input.form-search{background-color:unset;padding:20px 28px 20px 20px;border:1px solid var(--color-white);border-radius:5px;width:100%;color:var(--color-white);}.header__search-modal .block-search input.form-submit{all:unset;display:flex;justify-content:center;align-items:center;text-indent:-9999px;overflow:hidden;width:18px;height:18px;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/header/search-white.svg);background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;right:20px;top:50%;transform:translateY(-50%);cursor:pointer;}.header__search-modal form{position:relative;}.header__search-modal .js-form-wrapper{position:absolute;right:0;top:50%;transform:translateY(-50%);}@media all and (min-width:1000px){.header__search-modal{position:fixed;display:block;transform:translateY(-100%);visibility:hidden;opacity:0;display:flex;justify-content:center;align-items:center;padding:34px;background-color:var(--color-primary);color:var(--color-white);top:0;right:0;bottom:0;left:0;transition:ease-in-out all 400ms;}.header__search-modal.js-active{position:fixed;visibility:visible;opacity:1;transform:translateY(0);}.header__search-modal form{max-width:400px;margin:auto;}}.header__burger-mobile{border:none;width:22px;height:16px;padding:0;background-color:transparent;white-space:nowrap;overflow:visible;z-index:1;position:absolute;right:1rem;top:50%;transform:translate(-50%,-50%);}.header__burger-mobile::before{content:'';background-color:var(--color-primary);border-radius:50%;width:45px;height:45px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}.header__burger-mobile span{position:absolute;left:1px;display:block;width:20px;height:2px;background-color:var(--color-white);transition:all ease .25s;-webkit-transition:all ease .25s;-moz-transition:all ease .25s;-ms-transition:all ease .25s;-o-transition:all ease .25s;border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;}.header__burger-mobile span:nth-child(1){top:1px;}.header__burger-mobile span:nth-child(2){top:7px;}.header__burger-mobile span:nth-child(3){top:13px;}header.js-open .header__burger-mobile span:nth-child(1){top:7px;transform:rotate(45deg);}header.js-open .header__burger-mobile span:nth-child(2){width:0px;left:22px;}header.js-open .header__burger-mobile span:nth-child(3){top:7px;transform:rotate(-45deg);}@media all and (min-width:1000px){.header__burger-mobile{display:none;}}
.main__footer{margin-top:auto;}.block-webform{max-width:unset;}.footer-wrapper .footer__menu,.footer-wrapper .footer__content{background-color:var(--color-primary);color:var(--color-white);}.footer__content{background-image:none;padding-top:50px;.form-type-email{display:flex;flex-direction:column;gap:8px;margin-top:0px;}.form-email{background-color:var(--color-primary);color:var(--color-white);border:1px solid var(--Primary-clear,#EAF2F1);}.text{font-size:var(--content-size--s);}.region-footer{.layout .layout__region{display:flex;flex-direction:column;justify-content:center;&.layout__region--first{.block-share__wrapper{display:none;}}&.layout__region--second{.menu--menu-footer{p{font-weight:bolder;font-size:var(--content-size--l);display:none;}.menu{margin :32px 0px;display:flex;flex-direction:column;gap:16px;.menu__item--level-0{justify-content:flex-start;}a{color:var(--color-white);}}}.text{display:flex;flex-direction:column;padding:32px 0px;gap:16px;p{margin :0px;}}}&.layout__region--third{:nth-child(1){margin-top:0px;}.form-item,.form-actions{margin:0;input:not(.button){line-height:22px;padding:16px;}}.text{.cta{margin-top:16px;}}.text:has(+.paragraph){margin-top:40px;}.text p:nth-child(2){font-size:var(--content-size--s);}}}}}.link__logo-calendar::before{content:'';display:block;width:20px;height:20px;background-position:center;background-repeat:no-repeat;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/header/solar_calendar-linear.svg);}.link__logo-leaf::before{content:'';display:block;width:20px;height:20px;background-position:center;background-repeat:no-repeat;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/header/bx_leaf.svg);}.link__logo-users::before{content:'';display:block;width:20px;height:20px;background-position:center;background-repeat:no-repeat;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/header/ion_people-outline.svg);}.footer-wrapper{display:flex;flex-direction:column;.footer-logo__wrapper{display:flex;padding:20px 32px;justify-content:center;align-items:center;gap:20px;align-self:stretch;flex-wrap:wrap;}}.menu--footer{.menu--level-0{display:flex;padding:32px 0px;flex-direction:column;align-items:center;gap:16px;align-self:stretch;margin:0;.menu__link{color:var(--color-white);font-family:Montserrat;font-size:var(--content-size--s);font-style:normal;font-weight:400;line-height:140%;}.menu__link:hover{text-decoration:underline;}}}@media all and (min-width:1300px){.footer__content{height:fit-content;padding:124px 0px 29px 0px;background-position:right top;background-repeat:no-repeat;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/footer/map.png);background-size:550px;.text{font-size:var(--content-size--l);p{margin:0px;}}.form-email{max-width:304px;width:100%;}.region-footer{margin:0px 108px;.layout.layout--threecol{grid-template-columns:402px 258px calc(100% - 402px - 258px);}.layout .layout__region{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:16px;&.layout__region--first{gap:32px;align-items:start;justify-content:center;.block-share__wrapper{display:flex;}img{margin:0 0;}}&.layout__region--second{margin:30px 0 0;.menu--menu-footer{.menu{gap:24px;margin-top:24px;}p{margin-top:0px;display:initial;}}.text{gap:24px;}}&.layout__region--third{margin:30px 0 0;.text p:nth-child(2){max-width:350px;font-size:var(--content-size);}form{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end;gap:10px;}}}}.footer__content__text{flex-direction:column;align-items:flex-start;gap:32px;align-self:stretch;display:flex;}}.menu--footer{.menu--level-0{flex-direction:row;padding:16px 0px;justify-content:center;align-items:flex-start;gap:42px;.menu__link{color:var(--color-white);font-family:Montserrat;font-size:var(--content-size--s);font-style:normal;font-weight:500;line-height:150%;}}}.layout--onecol .layout__region .block-share__wrapper{display:none;}}.main__footer .layout__region--third .text:nth-child(2){margin-top:40px;}@media all and (min-width:1700px){.footer__content{background-size:721px;}}
.cta{display:flex;justify-content:start;align-items:center;border-radius:5px;background:var(--color-secondary);box-shadow:0px 0px 24px 0px rgba(0,0,0,0.12);width:fit-content;padding:16px;gap:16px;position:relative;overflow:hidden;color:var(--color-white);font-size:var(--content-size);font-style:normal;font-weight:600;line-height:normal;&::before{content:'';width:18px;height:18px;background-color:var(--color-white);border-radius:50%;display:block;flex-shrink:0;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/cta/tabler_arrow-up.svg);background-position:center;background-repeat:no-repeat;background-size:cover;}&::after{position:absolute;background-position:center;background-repeat:no-repeat;left:6px;top:19px;transition:ease all 300ms;}&:hover{text-decoration:none;&::after{transform:translate(13px,-13px);}}}table .cta{width:100%;}@media all and (min-width:1000px){.cta{&::before{width:24px;height:24px;background-image:none;}&::after{content:'';width:36.38px;height:36.38px;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/cta/arrow-sprite-desktop.svg);left:2px;top:19px;}&:hover{&::after{transform:translate(17px,-18px);}}}}@media all and (min-width:1000px){.menu-item .cta{padding:8px 16px 8px 8px;gap:8px;&::after{left:-7px;top:11px;}&:hover{&::after{left:-6.5px;}}}}
.search-form{padding:2rem 2rem 4rem;display:flex;flex-direction:column;}.search-form .form-wrapper{display:flex;align-items:end;flex-direction:column;gap:1rem;}.search-form .form-item{width:100%;display:flex;flex-direction:column;margin:0;}.search-form .form-item .form-search{background-color:#FBFBFB;border:solid 1px #D4D4D4;padding:0.5rem;}.search-form .search-help-link,.search-form .search-advanced{display:none;}.search-form .form-submit{font-weight:700;border-radius:50px;text-align:center;padding:0.5rem 1.5rem;margin:0 auto;transition:0.25s;text-decoration:none;display:inline-block;background-color:var(--color-primary--2);color:var(--color-white);border:2px solid var(--color-primary--2);}.search-form .form-submit:hover{background-color:var(--color-white);color:var(--color-primary--2);}@media screen and (min-width:700px){.search-form{width:90%;margin:0 auto;padding:2rem 0 4rem;max-width:1333px;align-items:center;}.search-form .form-wrapper{flex-direction:row;}}.path-search .block-system-main-block,.path-search .block-system-main-block .item-list{display:flex;flex-direction:column;}.path-search .block-system-main-block .item-list{margin:0 1.5rem 3rem 1.5rem;}.path-search .block-system-main-block h2,.path-search .block-system-main-block .item-list h3:not(.search-result__title){display:inline-block;color:var(--color-primary--2);text-align:center;margin:0 auto;font-weight:700;}.search-results{padding:0;margin:0;}.item-list .search-results li{margin:0;padding:0;}@media screen and (min-width:700px){.path-search .block-system-main-block .item-list{margin:0rem 1.5rem 6rem;}.search-results{width:90%;margin:0 auto;padding:2rem 0;max-width:880px;}}
.ui-dialog{position:absolute;z-index:1260;overflow:visible;padding:0;color:#000;border:solid 1px #ccc;background:#fff;}@media all and (max-width:48em){.ui-dialog{width:92% !important;}}.ui-dialog .ui-dialog-titlebar{border-width:0 0 1px 0;border-style:solid;border-color:var(--color-neutral--10);border-radius:0;background:var(--color-primary);font-weight:bold;color:var(--color-white);}.ui-dialog .ui-dialog-titlebar-close{border:0;background:none;}.ui-dialog .ui-dialog-buttonpane{margin-top:0;padding:0.3em 1em;border-width:1px 0 0 0;border-color:#ccc;background:#f3f4ee;}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{margin:0;padding:0;}.ui-dialog .ui-dialog-buttonpane .ui-button-text-only .ui-button-text{padding:0;}.ui-dialog .ui-dialog-content .form-actions{margin:0;padding:0;}.ui-dialog .ajax-progress-throbber{position:fixed;z-index:1000;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/loading-small.gif);background-repeat:no-repeat;background-position:center center;}.ui-dialog .ajax-progress-throbber .throbber,.ui-dialog .ajax-progress-throbber .message{display:none;}
.view-event,.view-apidae{display:flex !important;flex-direction:column;gap :10px;.event-teaser{height:100%;padding:24px;border-radius:5px;.event-teaser__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:12px;flex-shrink:0;}.event-teaser__header{display:grid;grid-template-areas:"a b"
                           "c c";width:100%;.event-teaser__title{grid-area:c;color:var(--Neutral-90,#302724);font-size:18px;font-style:normal;font-weight:700;line-height:150%;}.event-teaser__highlight-wrapper{grid-area:b;}.event-teaser__type-wrapper{grid-area:a;border:dashed 2px var(--color-primary);width:56px;height:56px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--color-white);.event-teaser__type{width:48px;height:48px;background-color:var(--color-primary);display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:50%;.taxonomy-term{h2{display:none;}}}}.event-teaser__highlight-wrapper{display:flex;justify-content:flex-end;.event-teaser__highlight{display:flex;padding:8px 12px;align-items:center;justify-content:flex-end;gap:6px;border-radius:20px;border:1px solid rgba(234,242,241,0.50);width:fit-content;height:fit-content;p{font-size:14px;padding:0;margin:0;}}.event-teaser__highlight::before{content:'';display:block;width:14px;height:14px;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/heart.svg);background-repeat:no-repeat;background-position:center;}}}.event-teaser__description{display:none;p{margin:0px}}.event-teaser__date{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:6px;.date_value{font-size:14px;font-style:normal;font-weight:500;line-height:150%;color :var(--color-primary);p{margin :0px;}}.date_icon::before{content:'';display:block;width:18px;height:18px;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/hour.svg);background-repeat:no-repeat;background-position:center;}}.event-teaser__where{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:6px;.where_value{font-size:14px;font-style:normal;font-weight:500;line-height:150%;color :var(--color-primary);p{margin :0px;}}.where_icon::before{content:'';display:block;width:18px;height:18px;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/map-pin.svg);background-repeat:no-repeat;background-position:center;}}}}.view-display-id-events_page.view-event,.view-display-id-events_page.view-apidae,.view-apidae{.event-teaser{max-width:298px;}}body:not(.path-frontpage) .view-content{display:flex !important;flex-direction:column;gap:30px;}.view-event .event-teaser:not(.event--highlight) .event-teaser__highlight-wrapper,.view-apidae .event-teaser:not(.event--highlight) .event-teaser__highlight-wrapper{display:none;}.view-event .views-row:nth-child(odd) .event-teaser:not(.event--highlight),.view-apidae .views-row:nth-child(odd) .event-teaser:not(.event--highlight){background-color:var(--color-primary--clear-var);}.view-event .views-row .event-teaser.event--highlight,.view-apidae .views-row .event-teaser.event--highlight{background-color:var(--color-primary);color:var(--color-white);.event-teaser__title,.event-teaser__date .date_value,.event-teaser__where .where_value{color:var(--color-white);}.event-teaser__date .date_icon::before{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/hour-white.svg);}.event-teaser__where .where_icon::before{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/map-pin-white.svg);}.event-teaser__header{.event-teaser__type-wrapper{border-color:var(--color-white);background-color:var(--color-primary);}.event-teaser__type{background-color:var(--color-secondary);}}}.view-event .views-row:nth-child(odd) .event-teaser.event--highlight,.view-apidae .views-row:nth-child(odd) .event-teaser.event--highlight{background-color:var(--color-primary);}.view-event.view-display-id-events_teaser .views-row:first-child .event-teaser,.view-apidae.view-display-id-events_teaser .views-row:first-child .event-teaser{.event-teaser__type-wrapper{width:75px;height:75px;.event-teaser__type{width:67px;height:67px;img{width:45px;}}}}.view-event .views-row:nth-child(even) .event-teaser:not(.event--highlight),.view-apidae .views-row:nth-child(even) .event-teaser:not(.event--highlight){color:var(--color-dark);background-color:var(--color-primary--clear-var2);}.view-event .views-row:nth-child(even) .event-teaser.event--highlight
.view-apidae .views-row:nth-child(even) .event-teaser.event--highlight{background-color:var(--color-primary--var);color:var(--color-white);.event-teaser__title,.event-teaser__date .date_value,.event-teaser__where .where_value{color:var(--color-white);}.event-teaser__date .date_icon::before{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/hour-white.svg);}.event-teaser__where .where_icon::before{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/map-pin-white.svg);}.event-teaser__header{.event-teaser__type-wrapper{border-color:var(--color-white);background-color:var(--color-primary);}}}@media all and (min-width:750px){.view-event .slider-button,.view-apidae .slider-button{display:none;}body:not(.path-frontpage) .view-apidae{.view-content{flex-direction:row;flex-wrap:wrap;}}.view-event.view-display-id-events_teaser .view-content,.view-apidae.view-display-id-events_teaser .view-content{display:grid;grid-template-areas:"a b c"
                             "a d e";gap:32px;.views-row:nth-child(1){grid-area :a;width:100% !important;.event-teaser{width:100%;height:100%;padding:48px 68px 68px 68px;.event-teaser__wrapper{width:404px;.event-teaser__header{.event-teaser__title{font-size:30px;}}}.event-teaser__description{display:initial;}}}.views-row:not(:nth-child(1)){max-width:390px;.event-teaser{width:100%;height:100%;}}.views-row:nth-child(2){grid-area :b;}.views-row:nth-child(3){grid-area :c;}.views-row:nth-child(4){grid-area :d;}.views-row:nth-child(5){grid-area :e;}}}.swiper-wrapper{display:flex;align-items:stretch;}.block-views-blockevent-events-teaser .swiper-slide{flex:0 0 auto;height:auto;display:flex;flex-direction:column;}
.view-event .view-filters .form--inline{display:flex;flex-direction:column;gap:24px;}.event__filter{display:flex;flex-direction:column;gap:16px;align-items:flex-start;}.bef-links{ul{list-style-type:none;display:flex;flex-direction:row;gap:16px;padding:0px;li:first-child{display:none;}li{padding-bottom:10px;border-bottom:1px solid var(--color-secondary);a{text-decoration:none;font-size:14px;}}.bef-link{font-weight:600;cursor:pointer;}}}.view-event{align-items:center;}.view-header{font-family:"Montserrat";font-size:18px;font-weight:700;line-height:150%;}.view-filters details{border:unset;}.view-filters .views-ef-fieldset-container{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;flex-wrap:wrap;}.view-filters .form-wrapper summary{display:none;}.view-filters form{input,select{border-radius:3px;border:1px solid var(--color-neutral--10);}input{background-color:var(--color-white);}.select{border:unset;margin-top:0px;&::after{background-color:var(--color-white);}}details:has(.form-item-field-type-target-id){background-color:var(--color-primary--clear);.details-wrapper{display:flex;flex-direction:column;max-width:1090px;width:100%;justify-content:center;align-items:center;gap:16px;.form-item{max-width:320px;width:100%;margin-right:unset;color :var(--color-secondary);}}}}@media all and (min-width:750px){.event__filter{flex-direction:row;align-items:center;}.bef-links{ul a{font-size:16px;}}.view-filters form{details:has(.form-item-field-type-target-id){.details-wrapper{flex-direction:row;}.form-type-date{max-width:170px;width:100%;}}}}@media (min-width:1000px){.view-event .view-filters .form--inline{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;}.view-filters .views-exposed-form{padding:2rem 6rem;}.view-filters .views-exposed-form .form-item{width:40%;}}
.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane > svg,.leaflet-pane > canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0;}.leaflet-container{overflow:hidden;}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;}.leaflet-tile::selection{background:transparent;}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast;}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0;}.leaflet-marker-icon,.leaflet-marker-shadow{display:block;}.leaflet-container .leaflet-overlay-pane svg{max-width:none !important;max-height:none !important;}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none !important;max-height:none !important;width:auto;padding:0;}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter;}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y;}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom;}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none;}.leaflet-container{-webkit-tap-highlight-color:transparent;}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,0.4);}.leaflet-tile{filter:inherit;visibility:hidden;}.leaflet-tile-loaded{visibility:inherit;}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800;}.leaflet-overlay-pane svg{-moz-user-select:none;}.leaflet-pane{z-index:400;}.leaflet-tile-pane{z-index:200;}.leaflet-overlay-pane{z-index:400;}.leaflet-shadow-pane{z-index:500;}.leaflet-marker-pane{z-index:600;}.leaflet-tooltip-pane{z-index:650;}.leaflet-popup-pane{z-index:700;}.leaflet-map-pane canvas{z-index:100;}.leaflet-map-pane svg{z-index:200;}.leaflet-vml-shape{width:1px;height:1px;}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute;}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto;}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none;}.leaflet-top{top:0;}.leaflet-right{right:0;}.leaflet-bottom{bottom:0;}.leaflet-left{left:0;}.leaflet-control{float:left;clear:both;}.leaflet-right .leaflet-control{float:right;}.leaflet-top .leaflet-control{margin-top:10px;}.leaflet-bottom .leaflet-control{margin-bottom:10px;}.leaflet-left .leaflet-control{margin-left:10px;}.leaflet-right .leaflet-control{margin-right:10px;}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;transition:opacity 0.2s linear;}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1;}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;}svg.leaflet-zoom-animated{will-change:transform;}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform 0.25s cubic-bezier(0,0,0.25,1);-moz-transition:-moz-transform 0.25s cubic-bezier(0,0,0.25,1);transition:transform 0.25s cubic-bezier(0,0,0.25,1);}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none;}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden;}.leaflet-interactive{cursor:pointer;}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair;}.leaflet-popup-pane,.leaflet-control{cursor:auto;}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing;}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane > svg path,.leaflet-tile-container{pointer-events:none;}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane > svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto;}.leaflet-container{background:#ddd;outline-offset:1px;}.leaflet-container a{color:#0078A8;}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,0.5);}.leaflet-container{font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;font-size:12px;font-size:0.75rem;line-height:1.5;}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,0.65);border-radius:4px;}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:black;}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block;}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4;}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px;}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none;}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb;}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px;}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px;}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px;}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:bold 18px 'Lucida Console',Monaco,monospace;text-indent:1px;}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px;}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,0.4);background:#fff;border-radius:5px;}.leaflet-control-layers-toggle{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/lib/leaflet/images/layers.png);width:36px;height:36px;}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/lib/leaflet/images/layers-2x.png);background-size:26px 26px;}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px;}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none;}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative;}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff;}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px;}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px;}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em;}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px;}.leaflet-default-icon-path{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/lib/leaflet/images/marker-icon.png);}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,0.8);margin:0;}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4;}.leaflet-control-attribution a{text-decoration:none;}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline;}.leaflet-attribution-flag{display:inline !important;vertical-align:baseline !important;width:1em;height:0.6669em;}.leaflet-left .leaflet-control-scale{margin-left:5px;}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px;}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(255,255,255,0.8);text-shadow:1px 1px #fff;}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px;}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777;}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none;}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,0.2);background-clip:padding-box;}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px;}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px;}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px;}.leaflet-popup-content p{margin:17px 0;margin:1.3em 0;}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none;}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px rgba(0,0,0,0.4);}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent;}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858;}.leaflet-popup-scrolled{overflow:auto;}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1;}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999;}.leaflet-div-icon{background:#fff;border:1px solid #666;}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,0.4);}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto;}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:"";}.leaflet-tooltip-bottom{margin-top:6px;}.leaflet-tooltip-top{margin-top:-6px;}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px;}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff;}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff;}.leaflet-tooltip-left{margin-left:-6px;}.leaflet-tooltip-right{margin-left:6px;}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px;}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff;}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff;}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact;}}
.image{width:100%;}.image img{display:block;margin:0 auto;}
.view-restaurant{align-items:center;display:flex !important;flex-direction:column;.view-header{font-family:"Montserrat";font-size:18px;font-weight:700;line-height:150%;}.view-content{display:flex !important;flex-direction:column;gap :30px;}}.restaurant-teaser{display:flex;width:390px;height:100%;flex-direction:column;align-items:flex-start;border-radius:5px;background:var(--White,#FFF);box-shadow:0px 0px 32px 0px rgba(0,0,0,0.08);}.restaurant-teaser__link{width:100%;text-decoration:none;}.restaurant-teaser__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:12px;flex-shrink:0;padding :16px 32px 32px;}.restaurant-teaser__image{width:100%;height:262px;}.restaurant-teaser__title{font-family:Montserrat;font-size:20px;font-style:normal;font-weight:700;line-height:150%;}.restaurant-teaser__where{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:6px;.where_value{font-size:14px;font-style:normal;font-weight:500;line-height:150%;color :var(--color-primary);p{margin :0px;}}.where_icon::before{content:'';display:block;width:18px;height:18px;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/map-pin.svg);background-repeat:no-repeat;background-position:center;}}@media all and (min-width:750px){.view-restaurant .view-content{flex-direction:row;flex-wrap:wrap;}}.taxo__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:10px;flex-direction:row;flex-wrap:wrap;}.taxo__wrapper .taxo.theme{display:flex;padding:6px 24px;justify-content:center;align-items:center;gap:10px;border-radius:40px;border:1px solid var(--color-primary--clear-var);color :var(--color-primary);}
.section{position:relative;&.section--bg-color-primary{background-color:var(--color-primary);color:var(--color-white);}&.section--bg-color-primary--clear{background-color:var(--color-primary--clear);}&.section--bg-color-primary--transparent{background-color:transparent;}&.section--bg-image-mountain-forest{content:'';background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/section/mountain-forest.webp);background-repeat:no-repeat;background-size:cover;background-position:center;min-height:500px;}&.section--bg-image-lake{content:'';background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/section/lake.webp);background-repeat:no-repeat;background-size:cover;background-position:bottom;min-height:750px;}&.section--bg-image-fields{content:'';background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/section/field.webp);background-repeat:no-repeat;background-size:cover;background-position:bottom;min-height:700px;}}@media all and (min-width:900px){.section{&.section--bg-image-mountain-forest{min-height:700px;&::after{content:'';width:135px;height:135px;}}}}@media all and (min-width:1100px){.section{.decoration + div{z-index:1;position:relative;}&.section--deco-leaf-top-left{.decoration::before{content:'';position:absolute;width:100px;height:100px;left:-15px;top:-45px;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/section/leaf.webp);background-repeat:no-repeat;background-size:cover;background-position:center;z-index:9;pointer-events:none;}}&.section--deco-leaf-top-right{.decoration::before{content:'';position:absolute;width:100px;height:100px;right:5px;top:0;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/section/leaf.webp);background-repeat:no-repeat;background-size:contain;background-position:center;z-index:9;pointer-events:none;}}&.section--deco-leaf-and-cone{.decoration::before{content:'';position:absolute;width:100px;height:100px;left:-15px;top:45%;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/section/leaf.webp);background-repeat:no-repeat;background-size:contain;background-position:center;z-index:9;pointer-events:none;}.decoration::after{content:'';position:absolute;width:100px;height:100px;right:-15px;top:25%;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/section/pinecone.webp);background-repeat:no-repeat;background-size:contain;background-position:center;z-index:9;pointer-events:none;}}&.section--bg-image-dash-curve-1{&::before{position:absolute;content:'';background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/section/dash-curve-1.svg);background-repeat:no-repeat;background-size:cover;width:240px;height:570px;z-index:0;position:absolute;right:0px;top:0px;pointer-events:none;}}&.section--bg-image-dash-curve-2{&::before{position:absolute;content:'';background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/section/dash-curve-2.svg);background-repeat:no-repeat;background-size:cover;width:500px;height:750px;z-index:0;right:5px;top:0;pointer-events:none;}&:has(.grid-row--6)::before{right:0;width:584px;height:864px;}}&.section--bg-image-dash-curve-3{&::before{position:absolute;content:'';background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/section/dash-curve-3.svg);background-repeat:no-repeat;background-size:cover;width:700px;height:400px;z-index:0;right:0px;top:0;pointer-events:none;}}&.section--bg-image-dash-curve-4{&::before{position:absolute;content:'';background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/section/dash-curve-4.svg);background-repeat:no-repeat;background-size:cover;width:700px;height:400px;z-index:0;right:0px;top:0;pointer-events:none;}}&.section--bg-image-dash-curve-5{&::before{position:absolute;content:'';background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/section/dash-curve-5.svg);background-repeat:no-repeat;background-size:cover;width:100%;height:1140px;z-index:0;left:20px;right:0;top:0;pointer-events:none;}}&.section--bg-image-dash-curve-6{&::before{position:absolute;content:'';display:block;background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/section/dash-curve-6.svg);background-repeat:no-repeat;background-size:contain;width:100%;height:1140px;z-index:0;left:0;right:0;top:0;pointer-events:none;}}}}@media all and (min-width:1400px){.section{&.section--deco-leaf-top-left{.decoration::before{width:140px;height:140px;left:-25px;top:-55px;}}&.section--deco-leaf-top-right{.decoration::before{width:150px;height:150px;}}&.section--deco-leaf-and-cone{.decoration::before{width:140px;height:140px;left:-15px;}.decoration::after{width:140px;height:140px;right:-15px;}}}}@media all and (min-width:1600px){.section{&.section--bg-image-mountain-forest{min-height:900px;}&.section--deco-leaf-top-left{.decoration::before{width:160px;height:160px;left:-25px;top:-70px;}}&.section--deco-leaf-top-right{.decoration::before{width:150px;height:150px;}}&.section--deco-leaf-and-cone{.decoration::before{width:160px;height:160px;left:-15px;}.decoration::after{width:160px;height:160px;right:-15px;}}}}@media all and (min-width:1700px){.section{&.section--deco-leaf-top-left{.decoration::before{width:230px;height:230px;left:-45px;top:-100px;}}&.section--deco-leaf-top-right{.decoration::before{width:250px;height:250px;}}&.section--deco-leaf-and-cone{.decoration::before{width:200px;height:200px;left:-15px;}.decoration::after{width:200px;height:200px;right:-15px;}}}}@media all and (min-width:1800px){.section{&.section--deco-leaf-top-left{.decoration::before{width:280px;height:280px;top:-120px;}}&.section--deco-leaf-top-right{.decoration::before{width:250px;height:250px;}}&.section--deco-leaf-and-cone{.decoration::before{width:240px;height:240px;left:-15px;}.decoration::after{width:240px;height:240px;right:-15px;}}}}
.block-share__wrapper{display:flex;flex-direction:column;gap:16px;justify-content:center;align-items:center;margin-top:32px;.share__text p{font-family:'Jost',sans-serif;text-transform:uppercase;font-size:var(--content-size);font-weight:400;margin:0px;}.share__link .menu{display:flex;flex-direction:row;gap:12px;margin:0}}.link{text-indent:-99999rem;display:block;overflow:hidden;background-repeat:no-repeat;&.link--instagram{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/instagram.svg);width:45px;height:45px;content:'';display:block;background-repeat:no-repeat;background-position:center;}&.link--facebook{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/facebook.svg);width:45px;height:45px;content:'';display:block;background-repeat:no-repeat;background-position:center;}&.link--youtube{background-image:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/icons/youtube.svg);width:45px;height:45px;content:'';display:block;background-repeat:no-repeat;background-position:center;}}@media all and (min-width:1000px){.block-share__wrapper{margin:0px 32px;}}.block-share--inline{background:url(/sites/destinationhautlanguedoc.fr/themes/destinationhautlanguedoc/images/share/background-green.png) no-repeat center center;background-size:cover;color:var(--color-system--4);border-radius:3px;}.layout--onecol .layout__region .block-share--inline .block-share__wrapper{display:flex;padding:2rem 0.5rem;}.block-share--inline .block-share__wrapper .share__text p{font-size:var(--heading-size-m);}@media all and (min-width:1000px){.layout--onecol .layout__region .block-share--inline .block-share__wrapper{flex-direction:row;padding:4rem 0.5rem;gap:2.5rem;}}
.text--style-border{display:flex;padding:24px 12px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;border-radius:5px;border:1px solid var(--color-neutral--10);p,ul{margin:0px;}}@media all and (min-width:900px){.text--style-border{padding:64px;}.text--style-border-s{padding:32px;}}
