@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Gilda+Display&display=swap');

.material-symbols-outlined {
    font-size: 48px !important;
    font-variation-settings:
        'FILL' 0,
        'wght' 100,
        'GRAD' 0,
        'opsz' 48
}

/*Forcer la typo du body*/
body#top,
body#top.barlow,
{
font-size: 16px !important;
line-height: 1.75em !important;
font-weight: 400 !important;
font-family: 'Barlow', Helvetica, Arial, sans-serif !important;
letter-spacing: 0.025rem !important;
}

/*====== General Custom CSS ======*/
.av-special-heading-tag {
    font-family: "Gilda Display", serif;
    font-weight: 400 !important;
}

#header {
    padding: 10px 0;
}

span.logo.avia-standard-logo {
    max-width: 200px;
}

#header .av-main-nav>li>a,
a.avia-button {
    font-family: 'Barlow Condensed', sans-serif !important;
}

.av-toggle-switch input[type="checkbox"]:checked+.toggle-track {
    background: var(--enfold-main-color-primary) !important;
}

/*========Une section sokect =========*/
.socket_color .av-subheading {
    color: var(--enfold-main-color-primary);
}

/*End header*/
.av-main-nav ul li a {
    font-family: Barlow, sans-serif !inherit;
    font-size: 15px !important;
    font-weight: 400;
    color: rgb(34, 34, 34);
    position: relative;
    background-color: transparent;
    padding: 5px 0px;
    transition: 0.4s;
}


/*les type de titre en H2*/
.av-special-heading-h2 h2 {
    font-family: 'Gilda Display', serif;
    font-weight: 400 !important;
    line-height: 1.2 !important;
}

/*Les accordeons*/
.toggler.av-title-above {
    font-family: 'Gilda Display', serif;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    font-size: 1.5rem;
}

.module-accodeon__custom {
    gap: 1rem;
}

.module-accodeon__custom p.toggler {
    padding: 1rem 2.5rem 1rem 1rem;
    background: transparent !important;
}

.module-accodeon__custom p.toggler.activeTitle {
    color: var(--enfold-alternate-color-primary);
}

.module-accodeon__custom p.toggler .toggle_icon {
    left: calc(100% - 35px);
}

.module-accodeon__custom .toggle_content.invers-color {
    background: transparent;
}

.module-accodeon__custom section.av_toggle_section {
    border: 1px solid var(--enfold-alternate-color-masonry);
}

.module-accodeon__custom span.toggle_icon>.vert_icon {
    border-left-width: 2px;
    left: 7px;
    height: 15px;
    border-color: var(--enfold-alternate-color-primary);
}

.module-accodeon__custom span.toggle_icon>.hor_icon {
    top: 7px;
    width: 15px;
    border-top-width: 2px;
    border-color: var(--enfold-alternate-color-primary);
}

/*End toggle*/

/*chaque section hero */
.section-hero .section-hero__heading .av-special-heading-tag {
    margin-bottom: 1.3rem;
    font-family: 'Gilda Display', serif;
    text-transform: uppercase;
    line-height: 1.35em;
    color: #fff;
    font-weight: 400 !important;
    letter-spacing: .9rem;
}

.section-hero .av_custom_color.av-subheading {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.37rem;
    margin-bottom: 1.3rem;
    margin-top: 1.3rem;
}

.av-special-heading-h2 .av-subheading {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    letter-spacing: .3rem;
    margin-bottom: 5px;
}



/*End hero section*/
/*general custom class*/

.section-title {
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.section-d-flex .entry-content-wrapper {
    display: flex;
    gap: 30px;
    justify-content: stretch;
}

/*les section bg foncé*/
.section-darken-bg p {
    color: #999;
}

.section-d-flex .entry-content-wrapper:before,
.section-d-flex .entry-content-wrapper::after {
    display: none;
}

/*bloc image avec image meme hauteur que la colonne*/
.module-img-previewLike img {
    height: 100% !important;
    object-fit: cover;
    border-radius: 0 !important;
}

.module-img-previewLike {
    height: 100%;
}

.module-img-previewLike .avia-image-container-inner,
.module-img-previewLike .avia-image-overlay-wrap {
    height: 100%;
}

/*end bloc image */
/*Moduel double boutons*/
.avia-buttonrow-wrap.module-double-btns>.avia-button:last-child {
    opacity: 1 !important;
    border: 1px solid var(--enfold-main-color-primary) !important;
}

/*Section avec juste titre suivit d'autre section meme type */
.section-nopading__bottom .template-page {
    padding-bottom: 1.2rem;
}

.section-addpading__bottom {
    padding-bottom: 80px;
}

/*end section avec juste titre suivit...*/
/*Colonne en mode card*/
.section-grid-items-simple-texte .flex_column h5,
.bloc-column--card .avia_textblock h5 {
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    line-height: 1.25em;
    font-size: 1.5rem;
    padding-top: .8rem;
    position: relative;
}

.section-addpading__bottom .bloc-column--card {
    counter-increment: feed-counter;
}

.bloc-column--card h5::before {
    content: counter(feed-counter) "";
    position: absolute;
    top: -80px;
    left: -1.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 0px;
    color: transparent;
    -webkit-text-stroke: 1px #aa8453;
    font-family: 'Barlow Condensed', sans-serif;
    padding: 10px;
    width: 80px;
    height: 60px !important;
}

/*en clonne mode card*/

/*section presentation salle */
.section-display-rooms h3.av-special-heading-tag {
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    line-height: 1.25;
}

/*section presentation activté teambuilding */
.section-row_img-text h4.av-special-heading-tag .section-row_text-img h4.av-special-heading-tag {
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    line-height: 1.25;
}

.section-row_text-img .av-subheading,
.section-row_img-text .av-subheading {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    letter-spacing: .3rem;
    margin-bottom: 10px;
}

.empty-separator {
    border: none !important;
}

.section-display-rooms .av-subheading strong {
    font-size: 24px;
    margin-bottom: 0px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
}

.section-facilities--wrapper .template-page.content {
    padding-top: 0;
}

.module-room-facilities ul {
    margin-left: 0;
    padding-left: 0;

}

.module-room-facilities ul li {
    display: flex;
    flex: 1 1 auto;
    margin-left: 0;
    padding: 8px 0;
    gap: 10px;
    line-height: 1;
    align-items: center;
}

.module-room-facilities ul li .material-symbols-outlined {
    color: var(--enfold-main-color-primary)
}

/*bouton liste salles */
.module-double-btns__salles {
    display: flex;
    padding-top: 30px;
    border-top: 1px solid #dedede;
    justify-content: space-between;
    align-items: center;
}


/*Liste avec fleches */
ul.ul-list--arrowed>li {
    display: flex;
    align-items: center;
    gap: .3rem;
    font-size: 1rem;
    margin-left: 0.2rem;
}

ul.ul-list--arrowed>li:before {
    content: '\e5cc';
    width: 10px;
    height: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--enfold-header-color-color);
    justify-content: center;
    font-family: 'Material Symbols Outlined';
}

/*end liste fleches*/

/*list de base sans */
ul.list-default {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.list-default li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 1;
}

/*Pour afficher les service*/
.module-sevices--item {
    background: transparent;
    padding: 30px 20px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
}

.module-sevices--item h5 {
    font-size: 24px;
    color: #222;
    margin-bottom: 10px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
}

.module-sevices--item span.material-symbols-outlined {
    font-size: 45px;
    color: var(--enfold-header-color-color);
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}

/*===========engement =========*/
.column-engagement {
    display: flex;
    align-items: center;

}

.column-engagement.column--reversed {
    flex-direction: row-reverse;
}

.column-engagement.column--reversed .avia_textblock {
    margin-left: auto;
}

.flex_column.column-engagement:before,
.flex_column.column-engagement:after {
    display: none;
}


.flex_column.column-engagement>* {
    flex: 1;
}

.flex_column.column-engagement .av_textblock_section {
    padding: 2rem 5.5rem;
}

.flex_column.column-engagement .avia-image-overlay-wrap {
    z-index: 0;
}

.flex_column.column-engagement .avia_textblock {
    max-width: 480px;
}


.column-engagement .av_textblock_section h4 {
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400 !important;
    color: #aa8453;
    text-transform: uppercase;
    position: relative;
    letter-spacing: .3rem !important;
    margin-bottom: 5px;
}

.column-engagement .av_textblock_section h2 {
    font-family: 'Gilda Display', serif;
    margin: 0 0 20px 0;
    font-size: 40px !important;
    color: #fff;
    font-weight: 400 !important;
    line-height: 1.25em;
    text-transform: unset !important;
}

.column-engagement .avia-image-container:after {
    content: '';
    position: absolute;
    right: -30px;
    bottom: -30px;
    background-color: var(--enfold-header-color-color);
    display: block;
    z-index: -1;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
}

/*======Reviews==*/
.module-reviews {
    max-width: 960px;
}

.module-reviews .avia-testimonial-content {
    background: none !important;
    border: none !important;
    color: white;
    font-size: 1.5rem;
}

.module-reviews .avia-testimonial-content p {
    color: white;
    font-size: 1.2rem !important;
    line-height: 1.4 !important
}

.module-reviews .avia-testimonial-markup-entry-content {
    max-width: 760px;
}

.module-reviews .avia-testimonial-image {
    height: 60px !important;
    width: 60px !important;
}

.module-reviews .avia-testimonial-name {
    font-family: 'Barlow Condensed', sans-serif !important;
    color: white !important;
    font-weight: 100 !important;
    text-transform: uppercase;
    letter-spacing: .025rem;
    opacity: 1 !important;

}

/*la petite fleche du message*/
.module-reviews .avia-arrow {
    display: none;
}

.section-dropdown-content a.av-fold-button-container {
    border: 1px solid var(--enfold-alternate-color-primary);
    padding: 10px 25px;
    text-transform: uppercase;
    text-decoration: none !important;
    color: var(--enfold-alternate-color-primary) !important;
    letter-spacing: 0.03rem;
}

/*Section reductible voir plus voire moins*/
.section-dropdown-content .av-fold-unfold-container::after {
    background: none !important;
}

.section-dropdown-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-dropdown-content ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ul-column-2 li ul li {
    display: flex;
    align-items: center;
    gap: .3rem;
    font-size: 1rem;
}

ul.ul-column-2 li ul li:before {
    content: '\e5cc';
    width: 10px;
    height: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--enfold-header-color-color);
    justify-content: center;
    font-family: 'Material Symbols Outlined';
}

ul.ul-column-2 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-left: 0;
    list-style: none;
}

ul.ul-column-2>li {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    flex: 1;
}

ul.ul-column-2 ul {
    margin-left: 0;
    padding-left: 0;
}

.section-dropdown-content h5 {
    font-family: "Gilda Display", serif;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 1.2rem auto;

}

/*Bloc coordonées pour demander un devis*/
ul.custom-bloc__infos {
    display: flex;
    max-width: 940px;
    margin: 50px auto;
    list-style: none;
    justify-content: center;
    gap: 1.5rem;
}

.custom-bloc__infos li br {
    display: none;
}

.custom-bloc__infos li {
    display: flex;
    list-style: none;
    align-items: center;
    letter-spacing: 0.05rem;
    gap: 0.8rem;
    margin-left: 0;

}

/*End bloc demander devis*/

/*sidebar details salle*/
.column-amenties ul.list-default li span {
    font-size: 1.9rem !important;
    color: var(--enfold-alternate-color-primary);
}

.column-amenties .av-special-heading {
    border-bottom: 1px dashed var(--enfold-alternate-color-primary);
    margin-bottom: 1.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.column-amenties .av-subheading {
    font-family: 'Barlow Condensed', sans-serif;
    color: var(--enfold-alternate-color-primary);
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    font-size: 12px;

}

/*un bloc de texte et titre*/
.page-details--texte h2,
.page-details--texte h3 {
    font-family: "Gilda Display", serif;
    font-weight: 400 !important;
}

/*End side bare details salles*/

/*section avec slider des prestations (prix)*/

.column-intro-service-price .custom-bloc__infos {
    justify-content: start;
    margin: 0 !important;
}


.column-intro-service-price .custom-bloc__infos li>span+p {
    display: flex;
    flex-direction: column;
}

.column-intro-service-price .custom-bloc__infos li>span+p strong {
    font-size: 1.5rem;
    font-weight: 500;
}

/*le module*/
.module-slider-forfais__options ul>li {
    padding-top: .3rem;
    padding-bottom: .3rem;
}

.module-slider-forfais__options ul li>span {
    font-size: 1.7rem !important;
    color: var(--enfold-alternate-color-primary);
}

.module-slider-forfais__options .slide-entry {
    position: relative;
    padding-top: 220px;
    background: var(--enfold-alternate-color-bg);
    margin: 0;
}

.module-slider-forfais__options .slide-entry img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.module-slider-forfais__options .entry-content {
    padding: 0 1.5rem 1.5rem;
}

.module-slider-forfais__options .slide-entry-title {
    font-family: 'Gilda Display', serif;
    font-weight: 400 !important;
    font-size: 1.5rem;
    padding: 1.3rem 1.5rem 0 1.5rem;
    color: black !important;
}

.module-slider-forfais__options .slide-entry-wrap {
    display: flex;
    gap: 1.2rem;
    justify-content: space-between;
}

.module-slider-forfais__options .slide-entry {
    flex: 1;
}

.module-slider-forfais__options .service-price-wrapper {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 1.2rem;
}

.module-slider-forfais__options .service-price-wrapper span {
    font-size: 2.1rem;
    color: var(--enfold-alternate-color-primary);
    font-family: 'Gilda Display', serif;
    padding: 0 .3rem;
    line-height: 1 !important;
}

/*End section slider des prestations (prix)*/

/*Liste d'icon titre avec inrto*/
.module-list-con__soignees .entry-content-header {
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: var(--enfold-alternate-color-primary);
}

.module-stats__boxe .avia-animated-number-title {
    color: var(--enfold-main-color-primary) !important;
    display: flex;
    font-size: 3.5rem !important;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    line-height: 1;
    position: relative;
    margin-bottom: 0;
    align-items: center;
}

.module-stats__boxe .avia-animated-number-title span.avia-no-number {
    font-size: 2rem;
}

.module-stats__boxe .avia-animated-number-content {
    font-family: 'Gilda Display', serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: left;
    top: calc(50% + 2.5rem);
    max-width: fit-content;
    color: white;
}

.section-stats__services .entry-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2rem;

}



/*partie résidentiels retauration */
.column-heigth__depects .flex_cell_inner {
    position: absolute;
    bottom: 30px;
    color: white;
    width: calc(100% - 60px);
}

.column-heigth__depects .flex_cell_inner * {
    color: white !important;
}

/*le colonnes full widht restauraton*/
.column-heigth__depects {
    position: relative;
}

.column-heigth__depects:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    left: 0;
}

.column-heigth__depects .flex_cell_inner {
    position: absolute;
    bottom: 0;
    color: white;
    left: 0;
    width: 100%;
    background: rgb(170 132 83 / 75%);
    padding: 1.82rem;
}


/*Module slider avec texte */
.module-amenagements-bock-item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
}

.module-amenagements-bock-item .avia-content-slider-inner {
    height: auto !important;
}

.module-amenagements-bock-item .avia-smallarrow-slider .entry-content p {
    margin: 0 !important;
    line-height: 0;
}

.module-amenagements-bock-item .avia-smallarrow-slider {
    margin: 0 !important;
}

.module-amenagements-bock-item .av_textblock_section {
    padding: 2rem;
    flex: 0 1 45%;
}

.module-amenagements-bock-item .av_textblock_section .av-special-heading-tag {
    font-size: clamp(1.8rem, 2rem, 2.2rem);
    margin-bottom: 2rem;
}

/*les boutons*/
.avia-smallarrow-slider-heading {
    position: absolute;
    top: 50%;
    width: calc(100% - 40px) !important;
    left: 20px;
}

.custom-content-slider .avia-slideshow-arrows.avia-slideshow-controls {
    width: 100% !important;
}
/*le slider de contenu cacher le titre */
.custom-content-slider .slide-entry-title.entry-title{
	display:none;
}
#top .custom-content-slider.av-slideshow-ui.av-control-default .avia-slideshow-controls>a.avia-svg-icon {
    height: 35px !important;
    width: 35px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
}

#top .custom-content-slider.av-slideshow-ui.av-control-default .avia-slideshow-controls>a.avia-svg-icon:hover {
    background: var(--enfold-main-color-primary) !important;
    opacity: 1 !important;
}

#top .custom-content-slider.av-slideshow-ui.av-control-default a.avia-svg-icon svg:first-child {
    height: 18px;
    width: 18px;
    margin-top: 0;
}



/*une colonne avec image en mode parallax*/
.section-text-img__parallax .entry-content-wrapper {
    display: flex !important;
    align-items: center;
    overflow: hidden;
}

.column-text-img__parallax-text {
    background: var(--enfold-alternate-color-bg);
}

.column-text-img__parallax-img .avia-image-container {
    transform: translateY(-20%) !important;
}

/*============Menu plein ecran===========*/
.av-burger-overlay-scroll ul>li[role="menuitem"] {
    font-size: 1.1rem !important;
    color: #282828 !important;
    font-family: 'Barlow Condensed', sans-serif !important;
}

.av-burger-overlay-scroll ul#av-burger-menu-ul>li[role="menuitem"]>a {
    /* color:#282828!important;*/
    font-weight: 600;
    text-transform: uppercase;
}

.av-burger-overlay-scroll ul>li[role="menuitem"]>a {
    letter-spacing: 0.15rem;
}

.av-burger-overlay-scroll+.av-burger-overlay-bg {
    background: var(--enfold-main-color-primary);
    opacity: .95;
}


/*Fin menu*/

/*======section grid items text 3 col=========== */
.section-grid-items-simple-texte .numbered-card_item {
    counter-increment: rs-counter;
}

.section-grid-items-simple-texte .flex_column h5::before {
    content: counter(rs-counter) "";
    /* position: absolute;
    top: -80px;
    left: -1.8rem;   
    align-items: center;
    justify-content: center;
    background: var(--enfold-main-color-primary);*/
    display: flex;
    flex-direction: column;
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 0px;
    color: transparent;
    -webkit-text-stroke: 1px var(--enfold-main-color-primary);
    font-family: 'Barlow Condensed', sans-serif;
    padding: 10px;
    width: 80px;
    height: 60px !important;
}

/*---nombre animés variation selon le font----*/
.alternate_color.section-stats__services .avia-no-number {
    opacity: 1 !important;
}

@media screen and (min-width: 992px) {
    .module-amenagements-bock-item {
        flex-direction: row;
    }

    #top .custom-content-slider.av-slideshow-ui.av-control-default .avia-slideshow-controls>a.avia-svg-icon {
        height: 45px !important;
        width: 45px !important;
    }
}

/*End slider avec texte*/
@media screen and (max-width:991px) {
    .section-text-img__parallax .entry-content-wrapper {
        flex-direction: column;
    }

    .flex_column.column-text-img__parallax-text,
    .flex_column.column-text-img__parallax-img {
        width: 100% !important;
    }

    .flex_column.column-text-img__parallax-text {
        background: white;
        padding: 2.5rem 2rem;
    }

    .section-stats__services .entry-content-wrapper {
        row-gap: 1.5rem;
    }


}

@media screen and (min-width:992px) and (max-width:1199px) {

    .flex_column.column-text-img__parallax-text {
        padding: 1.5rem;
    }
}

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
    .section-hero .section-hero__heading .av-special-heading-tag {
        letter-spacing: .5rem;
    }

    /* une colonne avec une iamge en background et non une image en contenu */
    .col-with-imgbg {
        min-height: 400px !important;
    }

    .section-display-rooms__reverse .entry-content-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .column-engagement {
        flex-direction: column !important;
        margin: 2.5rem auto !important;
    }

    .flex_column.column-engagement .av_textblock_section {
        padding: 3.5rem 0;
    }

    .flex_column.column-engagement .av_textblock_section .avia_textblock {
        max-width: 100% !important;
    }

    .column-engagement .av_textblock_section h2 {
        font-size: 30px !important;
    }

    .custom-bloc__infos {
        flex-direction: column;
        align-items: center;
    }

    .section-d-flex .entry-content-wrapper {
        display: flex;
        flex-direction: column;
    }

    .column-amenties {
        padding: 1.8rem;
    }

    .section-amenties-wrapper .entry-content-wrapper {
        flex-direction: column-reverse;
        display: flex;
        gap: 2.5rem;
    }

    .ul-column-2 {
        flex-direction: column;
    }

    .section-row_text-img .flex_column,
    .section-row_img-text .flex_column {
        margin-bottom: 0 !important;

    }
}


@media only screen and (min-width: 768px) {

    /* Add your Desktop Styles here */
    .column-engagement {
        margin-bottom: 120px !important;

    }

    .column-full-with-title-centred .av-special-heading-tag {
        padding-right: 0 !important;
    }


}

@media only screen and (min-width:1200px) {

    .column-text-img__parallax-text {
        padding: 5rem;
    }

    .section-stats__services .entry-content-wrapper>div {
        padding: 0 2rem;
        flex: 1;
        width: fit-content
    }

    .section-stats__services .entry-content-wrapper>div:not(:last-child) {
        border-right: 1px solid #dedede45;
    }

    .module-stats__boxe .avia-animated-number-content {
        /* position: absolute;*/

    }

    .module-stats__boxe .avia-animated-number-title {
        font-size: 3.5rem !important;
    }

    /*colonne contenu salle list*/
    .column-display-rooms__content {
        left: 150px;
        z-index: 23 !important;
        background: white;
        padding: 30px 50px 30px 30px;
        top: 20px;
    }

    .column-display-rooms__content.column-display-rooms--reverse {
        left: unset;
        right: 200px;
        padding: 30px 30px 30px 50px;
    }



}