/**handles:blank-style**/
/*
Theme Name: Réseau HPA
Theme URI: https://www.unicamp.com/comercializacion/agencia-web/
Description: Plantilla Wordpress para Hotel Esperanza
Author: Septeo Web Agency
Author URI: http://www.septeo.com 
Version: 5.0
*/

/* CLAMP viewport de 1200px */
/* Estos Estilos se aplican sólo en el frontend */

.is-style-no-margin {
    margin-top: 0;
    margin-bottom: 0;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

a {
    text-decoration: none;
}


/*** Animations ***/

/* @media only screen and (min-width: 500px){ */
.has-animations .animation--init--once,
.has-animations .animation--init {
    opacity: 0;
    filter: blur(1px);
}
.has-animations .animation--end {
    opacity: 1;
    transition: opacity 1.5s ease;
    filter: blur(0);
}
.animation--init.animation--top, .animation--init--once.animation--top,
.has-animation .animation--init.animation--top>*, .has-animation .animation--init--once.animation--top>* {
    transform: translateY(8vw);
}
.animation--init.animation--bottom, .animation--init--once.animation--bottom,
.has-animation .animation--init.animation--bottom>*, .has-animation .animation--init--once.animation--bottom>* {
    transform: translateY(-8vw);
}
.animation--init.animation--right, .animation--init--once.animation--right,
.has-animation .animation--init.animation--right>*, .has-animation .animation--init--once.animation--right>* {
    transform: translateX(8vw);
}
.animation--init.animation--left, .animation--init--once.animation--left, 
.has-animation .animation--init.animation--left>*, .has-animation .animation--init--once.animation--left>* {
    transform: translateX(-8vw);
}
.animation--init.animation--rotate, .animation--init--once.animation--rotate {
    transform: rotate(180deg);
    transition: all 1.5s ease 0.2s!important;
}
.animation--init.animation--rotate, .animation--init--once.animation--rotate {
    transform: scale3d(-0.4, 0.4, 0.4);
    transition: all 1.4s ease-in-out 0.2s!important;
}
.animation--init.animation--end, .animation--init--once.animation--end {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0) scale3d(1, 1, 1)!important;
    transition: all 1.1s ease 0.2s;
}
.has-animation .animation--init>*, .has-animation .animation--init--once>* {
    opacity: 0;
    transform: scale(0.9);
    transition: .2s ease;
    filter: blur(1px);
}
.has-animation .animation--end>* {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1)!important;
    transition: all 1s ease 0.2s;
    filter: blur(0);
}
.has-animation .animation--end>:nth-child(2) { transition-delay: 0.5s; }
.has-animation .animation--end>:nth-child(3) { transition-delay: 0.7s; }
.has-animation .animation--end>:nth-child(4) { transition-delay: 0.9s; }
.has-animation .animation--end>:nth-child(5) { transition-delay: 1.1s; }
.has-animation .animation--end>:nth-child(6) { transition-delay: 1.3s; }
.has-animation .animation--end>:nth-child(7) { transition-delay: 1.5s; }
.has-animation .animation--end>:nth-child(8) { transition-delay: 1.6s; }
.has-animation .animation--end>:nth-child(9) { transition-delay: 1.8s; }
.has-animation .animation--end>:nth-child(10) { transition-delay: 2s; }
.has-animation .animation--end>:nth-child(11) { transition-delay: 2.2s; }
.has-animation .animation--end>:nth-child(12) { transition-delay: 2.4s; }
.has-animation .animation--end>:nth-child(13) { transition-delay: 2.5s; }
.has-animation .animation--end>:nth-child(14) { transition-delay: 2.6s; }
.has-animation .animation--end>:nth-child(15) { transition-delay: 2.7s; }
.has-animation .animation--end>:nth-child(16) { transition-delay: 2.8s; }
.has-animation .animation--end>:nth-child(17) { transition-delay: 2.9s; }
.has-animation .animation--end>:nth-child(18) { transition-delay: 3s; }
.has-animation .animation--end>:nth-child(19) { transition-delay: 3.1s; }
.has-animation .animation--end>:nth-child(20) { transition-delay: 3.2s; }
.has-animation .animation--end>:nth-child(21) { transition-delay: 3.3s; }
.has-animation .animation--end>:nth-child(22) { transition-delay: 3.4s; }
.has-animation .animation--end>:nth-child(23) { transition-delay: 3.5s; }
.has-animation .animation--end>:nth-child(24) { transition-delay: 3.6s; }
.has-animation .animation--end>:nth-child(25) { transition-delay: 3.7s; }
.has-animation .animation--end>:nth-child(26) { transition-delay: 3.8s; }
.has-animation .animation--end>:nth-child(27) { transition-delay: 3.9s; }
.has-animation .animation--end>:nth-child(28) { transition-delay: 4s; }
.has-animation .animation--end>:nth-child(29) { transition-delay: 4.1s; }
.has-animation .animation--end>:nth-child(30) { transition-delay: 4.2s; }
/* } */


/* header */

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    margin: 0 auto;
    padding: 20px 30px;
    z-index: 3;
    opacity: 0;
    background-color: white;
}
body.home .site-header:not(.is-fixed-top) {
    background-color: transparent;
}
.site-header .inner-header {
    display: flex;
    gap: var(--wp--style--block-gap);
    align-items: center;
    transition: .3s all;
    max-width: var(--wp--style--global--content-size);
    margin: 0 auto;
}
.site-header.is-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    height: 120px;
    box-shadow: none;
    background-color: white;
    z-index: 4;
    box-shadow: 0px 0px 10px rgb(6 7 45 / 5%);
}
body.home .site-header:not(.is-fixed-top) .inner-header .custom-logo,
.branding-respo img {
    content: url(https://www.reseauplushpa.com/wp-content/themes/reseau-hpa/assets/images/logo-reseau.svg);
}
.site-header .block-left, .site-header .block-right {
    flex-basis: 40%;
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: center;
}
.site-header .block-right {
    flex-basis: 60%;
    justify-content: flex-end;
}
.site-header .block-left figure, .site-header .logo-top {
    height: 35px;
    width: 35px;
    border: 1px solid white;
    border-radius: 50px;
    text-align: center;
}
.site-header .logo-top {
    height: 38px;
    width: 38px;
}
.site-header .block-left figure img {
    vertical-align: sub;
    filter: invert();
}
.site-header .logo-top img {
    vertical-align: -webkit-baseline-middle;
}
.inner-header .custom-logo {
    width: 210px;
    margin: 0 auto;
    display: block;
    height: auto;
    transition: .3s all;
} 
.inner-header a {
    color:var(--wp--preset--color--theme-blue);
    font-weight: 700;
    font-size: 16px;
}
.wpml-ls-legacy-dropdown {
    width: 45px;
}
.wpml-ls-legacy-dropdown a {
    padding: 3px 3px 6px!important;
    background-color: transparent !important;
    border: none;
    font-size: 15px;
    font-weight: 700;
    width: 40px;
}
.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown li:hover a, .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before {
    background-color: transparent;
    color: var(--wp--preset--color--theme-green)!important;
}
.wpml-ls-flag {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: none;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 12px;
    transition: .3s all;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    background-color: transparent;
    border-top: 0;
    opacity: 0;
    visibility: initial;
    pointer-events: none;
    top: 130%;
    transition: .3s all;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
    top: 100%;
    opacity: 1;
    pointer-events: all;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    padding: 7px 5px 4px;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:hover a {
    background-color: var(--wp--preset--color--theme-green-2);
    color: var(--wp--preset--color--theme-green-2);
}
/* .site-header.is-fixed-top .block-right .wpml-ls {
    display: none;
} */
.site-header.is-fixed-top .block-right .reserver-top a {
    padding: 15px 10px;
}
body.home .site-header:not(.is-fixed-top) .wpml-ls-legacy-dropdown a {
    color: white !important;
}


/* default main menu */

nav.menu-principal-wrapper {
    width: 100%;
}
ul.menu-principal {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-around;
}
.menu-principal li .arrow-menu {
    position: absolute;
}
ul.menu-principal a, .inner-header .lien-menu-top {
    position: relative;
    color: var(--wp--preset--color--theme-blue);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: .3s all;
    text-align: center;
    display: block;
}
body.home .site-header:not(.is-fixed-top) .menu-principal a, body.home .site-header:not(.is-fixed-top) .wpml-ls-link {
    color: white;
}
.site-header.is-fixed-top .block-right ul:not(#menu-respo) li:not(.current-menu-item):not(.current-page-ancestor):not(:hover) > a, 
.site-header.is-fixed-top .block-right .wpml-ls-legacy-dropdown a {
    color: var(--wp--preset--color--theme-blue)!important;
}
ul.menu-principal li:hover > a, ul.menu-principal li:hover .arrow-menu:after, ul.menu-principal li.current-menu-item > a, ul.menu-principal li.current-page-ancestor > a,
.inner-header .lien-menu-top:hover,.site-header.is-fixed-top .block-right .wpml-ls-legacy-dropdown a:hover, .site-header.is-fixed-top .block-right .wpml-ls-legacy-dropdown a:before {
    color: var(--wp--preset--color--theme-green)!important;
}
ul.menu-principal > li {
    font-size: 17px;
    padding-bottom: 5px;
}
ul.menu-principal > li.menu-item-has-children > a {
    margin-right: 15px;
}
ul.menu-principal > li > a:before, .inner-header .lien-menu-top:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: 0;
    height: 1px;
    background-color: var(--wp--preset--color--theme-green);;
    transition: .3s all;
}
.inner-header .lien-menu-top:before {
    bottom: 0;
}
ul.menu-principal > li > a:hover:before, .inner-header .lien-menu-top:hover:before, 
.site-header .current_page_item > a:before, .site-header .current-page-ancestor > a:before, .site-header .current-menu-parent > a:before {
    width: calc(100% + 4px);
}
ul.menu-principal .sub-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    height: auto;
    z-index: 1;
    max-height: 0;
    opacity: 0.01;
    background: #FFF;
    padding: 0!important;
}
ul.menu-principal .show-sub-menu .sub-menu {
    margin-top: calc(var(--wp--style--block-gap) / 2);
    max-height: 1000px;
    opacity: 1;
    box-shadow: 1px 2px 4px 1px rgb(0 0 0 / 5%);
    transition: margin 300ms ease-out, opacity 300ms ease-out;
}
.menu-principal > li.menu-item-has-children {
    position: relative;
    padding-bottom: 24px;
    margin-top: 19px;
}
.menu-principal li .arrow-menu{
    position: absolute;
    right: 0px;
    bottom: 45px;
    pointer-events: none;
}
ul.menu-principal li li a {
    display: block;
}
ul.menu-principal .sub-menu, ul.menu-principal .sub-menu .sub-menu {
    position: absolute;
    padding: 0px;
    top: 40px;
    left: -20px;
    width: 100%;
    min-width: calc(100% + 40px);
    height: auto;
    z-index: 2;
    max-height: 0;
    opacity: 0;
    background: white;
    pointer-events: none;
}
ul.menu-principal .sub-menu:before {
    content: "";
    position: absolute;
    top: -5px;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background-color: white;
    transform: rotate(45deg);
}
.site-header ul.menu-principal .sub-menu .sub-menu {
    top: -7px!important;
    left: initial!important;
    right: -210px;
    width: 220px;
}
.site-header ul.menu-principal .sub-menu .sub-menu {
    right: -217px;
}
ul.menu-principal li .sub-menu > li {
    position: relative;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
    transition: .3s all;
}
ul.menu-principal li .sub-menu > li a {
    color: var(--wp--preset--color--theme-green)!important;
    padding: 15px 10px;
    font-weight: 600;
}
ul.menu-principal li .sub-menu > li:hover > a, ul.menu-principal li .sub-menu > li.current_page_item a {
    color: white!important;
}
ul.menu-principal li .sub-menu > li:hover, ul.menu-principal li .sub-menu > li.current_page_item {
    background-color: var(--wp--preset--color--theme-green);
    color: white!important;
}
ul.menu-principal .menu-item-has-children:hover > .sub-menu {
    margin-top: calc(var(--wp--style--block-gap) / 2);
    max-height: 1000px;
    opacity: 1;
    box-shadow: 1px 2px 4px 1px rgb(0 0 0 / 50%);
    transition: margin 300ms ease-out, opacity 300ms ease-out;
    pointer-events: all;
    padding: 0!important;
}

@media (min-width:1025px) {
    .site-header ul.menu-principal .hide-desktop {
        display: none;}
}


/*** go top ***/

.ir-top {
    position: fixed;
    background-color: var(--wp--preset--color--theme-green);
    border-radius: 50px;
    bottom: 45px;
    right: 20px;
    cursor: pointer;
    display: none;
    opacity: 1;
    width: 40px;
    height: 40px;
    z-index: 3;
    transition: .4s all;
    box-shadow: 0 0 6px #0000006b;
}
.ir-top:before {
    position: absolute;
    font-size: 15px;
    top: 13px;
    left: 15px;
    transition: .3s all;
    filter: invert() brightness(15);
}
.ir-top:hover {
    background-color: var(--wp--preset--color--theme-blue);
}
.ir-top:hover:before {
    top: 10px;
}


/* footer */

.wpml-ls-statics-footer, .otgs-development-site-front-end {
    display: none;
}


/*** RESPONSIVE MENU ***/

.mega-menu .sub-menu {
    display: inherit;
}
.responsive-menu-button {
    position: absolute;
    top: 41px;
    right: 30px;
    z-index: 2001;
    cursor: pointer;
    height: 30px;
    width: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
body.home .site-header:not(.is-fixed-top) .responsive-menu-button {
    filter: invert() brightness(99);
}
.responsive-menu-button span.close, .responsive-menu-button.active span {
    display: none;
}
.responsive-menu-button.active span.close {
    display: initial;
}
.responsive-menu-button:before {
    content: url(https://www.reseauplushpa.com/wp-content/themes/reseau-hpa/assets/images/menu.svg);
    width: 30px;
    height: 30px;
    filter: invert(18%) sepia(82%) saturate(1108%) hue-rotate(216deg) brightness(95%) contrast(103%);
}
.responsive-menu-button.active:before {
    content: url(https://www.reseauplushpa.com/wp-content/themes/reseau-hpa/assets/images/cross.svg);
    width: 25px;
    height: 25px;
}
.responsive-menu-button.active:hover:before {
    color: var(--wp--preset--color--theme-green-2);
}
.rm-popup {
    z-index: -999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: 0.8s ease;
    pointer-events: none;
}
.rm-popup.opened {
    z-index: 2000;
    background: rgba(0,0,0,.5);
    pointer-events: all;
}
.rm-popup-bigClose {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.rm-popup-bloc {
    position: absolute;
    top: 0;
    left: -50%;
    width: 45%;
    min-width: 450px;
    height: 100%;
    text-align: left;
    opacity: 0;
    background-color: var(--wp--preset--color--theme-blue);
    box-shadow: 0 0 2rem rgba(0,0,0,.5);
    transition: 0.8s ease;
}
.rm-popup.opened .rm-popup-bloc {
    left: 0;
    opacity: 1;
}
.rm-popup-close:before {
    content: '\2715';
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem 2rem;
    color: #fff;
    background: #4a3508;
    transition: 0.3s ease;
    cursor: pointer;
}
.rm-popup-content {
    height: 100%;
    max-width: 100%;
    overflow: auto;
    padding: 20px 25px;
}
.rm-popup-content h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 30px;
}
.rm-popup-content hr {
    border: 0;
    border-top: 2px solid white;
    width: 100%;
    margin: 20px auto 25px;
}
.rm-popup-content .branding-respo {
    width: 240px;
    margin: 0 auto 70px;
}
.rm-popup-content .branding-respo img {
    width: 240px;
    height: auto;
}
.rm-popup-content .wpml-ls {
    padding: 0;
    margin-top: 30px;
}
.rm-popup-content .wpml-ls a {
    color: white!important;
    font-size: 17px;
    width: 30px;
}
.rm-popup-content .wpml-ls ul a {
    margin-top: 3px;
}
ul#menu-respo {
    margin: 0 0 25px;
    padding-left: 0px;
    line-height: 40px;
}
ul#menu-respo li {
    margin: 5px 0;
    position: relative;
    list-style: none;
    text-align: center;
}
ul#menu-respo > li:first-child {
    margin-top: 0;
}
ul#menu-respo li a {
    position: relative;
    line-height: 70px;
    font-size: 30px;
    font-weight: 700;
    color: white;
    transition: .3s all;
}
ul#menu-respo li a br {
    display: none;
}
ul#menu-respo li a:hover, ul#menu-respo li.current-menu-item > a {
    color: var(--wp--preset--color--theme-green);
}
ul#menu-respo li a img {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 4px;
    right: -1px;
    width: 60%;
    height: 100%;
    transition: .3s all;
}
ul#menu-respo li a:hover img {
    opacity: 1;
}
ul#menu-respo li ul {
    margin: 0;
}
ul#menu-respo li ul li {
    margin: 0;
    line-height: 27px;
}
ul#menu-respo li ul li a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-transform: initial;
}
ul#menu-respo li ul li li a {
    font-size: 15px;
    line-height: 13px;
}
ul#menu-respo .sub-menu {
    height: 0;
    opacity: 0;
    padding: 0 0 0 10px!important;
    margin: 0!important;
    overflow: hidden;
    transition: all .4s;
}
.menu-responsive-wrapper #langue a {
    display: block;
    text-decoration: none;
    padding: 10px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    border: none;
    font-weight: 400;
}
.charger-menu-resposive {
    color: white;
    font-weight: 600;
    line-height: 33px;
    padding-top: 20px;
    border-top: 1px solid rgb(255 255 255 / 30%);
}
.charger-menu-resposive .wp-block-group {
    margin-top: 25px;
}
.charger-menu-resposive span a {
    color: white;
    font-size: 19px;
    transition: .3s all;
}
.charger-menu-resposive span a:hover {
    color: var(--wp--preset--color--theme-green);
}
.charger-menu-resposive .social-menu {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding-top: 10px;
}
.charger-menu-resposive span figure {
    background-color: white;
    padding: 4px 5px 4px;
    border-radius: 20%;
    width: 41px;
    text-align: center;
}
.charger-menu-resposive span img {
    vertical-align: middle;
    width: 25px !important;
    height: auto !important;
}
.charger-menu-resposive .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before {
    display: none;
}   
.charger-menu-resposive span a i {
    font-size: 19px;
    margin-right: 10px;
    width: 22px;
    text-align: center;
}
.charger-menu-resposive span a:hover p, .charger-menu-resposive span a i {
    color: white;
}
.contact-menu-info div:not(.titre-icone) img:not(.wpml-ls-flag) {
    width: auto!important;
    height: 16px !important;
    filter: invert(1);
}
.contact-menu-info .wp-block-group {
    align-items: flex-start!important;
}
.contact-menu-info .wp-block-group {
    gap: 15px;
}
.over-y-vi {
    overflow-y: hidden;
}

.rm-popup-bloc .wp-block-button, .rm-popup-bloc .wp-block-button a {
    width: 100%;
    margin: 0px 0 8px;
    padding: 15px 0;
}
.rm-popup-bloc .wp-block-button a:hover {
    border: 1px solid var(--wp--preset--color--theme-green);
    color: var(--wp--preset--color--theme-green);
}

.charger-menu-resposive p {
    margin-top: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}
.social-lien-bottom {
    display: inline-flex;
    gap: 15px;
}
.charger-menu-resposive .wpml-selector {
    width: 100%;
}
.charger-menu-resposive .wpml-ls-legacy-dropdown {
    width: 25px;
    padding-right: 0;
}
.charger-menu-resposive .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    opacity: 1!important;
    top: -3px!important;
    left: 32px;
    pointer-events: all!important;
}
.charger-menu-resposive .wpml-selector .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:hover a {
    background-color: transparent;
    color: initial;
}

@media (max-width:500px) {
    .rm-popup-bloc {
        min-width:100%;}
    .arrow-menu.active:after {
        content: "\f106";}
}
@media (min-width:1025px) {
    .responsive-menu-button, .menu-responsive-wrapper {
        display: none;}
}
@media (max-width:1024px) {
    .mega-menu .sub-menu {
        display: inherit;}
    .menu-principal {
        display: none!important; }
}


/*** TEMA ***/

.r {
    position: relative;
}
.oh {
    overflow: hidden;
}
.is-hidden {
    display: none;
}
body:not(.home) #content-container {
    padding-top: 120px;
}


/*** SLIDERS ***/

.slider-logos {
    padding: 20px 60px;
}
.splide .splide__arrow {
    background-color: transparent;
    width: 40px;
    height: 40px;
    opacity: 1 !important;
    transition: .3s all;
    border-radius: 0;
}
.splide .splide__arrow svg {
    display: none;
}
.splide .splide__arrow:before {
    content: url(https://www.reseauplushpa.com/wp-content/themes/reseau-hpa/assets/images/Arrow-left.svg);
    position: absolute;
    top: 15px;
    left: 10px;
    width: 18px;
    height: 15px;
    filter: invert(12%) sepia(83%) saturate(2530%) hue-rotate(235deg) brightness(97%) contrast(92%);
}
.splide .splide__arrow--next:before {
    content: url(https://www.reseauplushpa.com/wp-content/themes/reseau-hpa/assets/images/Arrow-right.svg);
}
.slider-logos .splide__arrow--prev {
    left: -50px;
}
.slider-logos .splide__arrow--next {
    right: -50px;
}
.splide .splide__arrow:hover:before {
    filter: invert(89%) sepia(8%) saturate(7161%) hue-rotate(22deg) brightness(89%) contrast(76%);
}

.wp-block-otros-elementos .archive-columns {
    flex-wrap: wrap!important;
    gap: 30px;
    justify-content: center;
}
.wp-block-otros-elementos .columns-2 > .wp-block-column {
    flex-basis: calc(50% - 35px);
}
.wp-block-otros-elementos .columns-3 > .wp-block-column {
    flex-basis: calc(33% - 20px);
    max-width: calc(33% - 15px);
}
.wp-block-otros-elementos .columns-4 > .wp-block-column {
    flex-basis: calc(25% - 30px);
}

.nos-partenaires .wp-block-otros-elementos {
    margin-top: 50px;
}
.nos-partenaires .image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    aspect-ratio: 1 / 1;
    width: 100%;
    overflow: hidden;
}
.nos-partenaires .image-wrapper img {
    width: 100%;
    height: auto;
    max-width: 280px;
    margin: 0 auto;
    display: block;
    transition: .5s all;
    transform: scale(.8);
}
.nos-partenaires .post-info {
    position: absolute;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    align-content: flex-end;
    gap: 10px 15px;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    background: rgba(46, 47, 133, 0.85);
    opacity: 0;
    transition: .3s all;
}
.nos-partenaires .post-info h2 {
    flex-basis: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    color: white;
    transition: .4s all;
    margin-bottom: -60px;
}
.nos-partenaires .columns-3 .post-info h2 {
    font-size: 25px;
}
.nos-partenaires .post-info .excerpt {
    flex-basis: calc(100% - 45px);
    transition: .4s all;
    margin-bottom: -20px;
    min-height: 30px;
    display: flex;
    align-items: center;
}
.nos-partenaires .post-info .excerpt p {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    color: white;
}
.nos-partenaires .post-info .post-button {
    flex-basis: 30px;
    height: 30px;
}
.nos-partenaires .post-info .post-button:before {
    content: url(https://www.reseauplushpa.com/wp-content/themes/reseau-hpa/assets/images/mas-info.svg);
    position: absolute;
    width: 30px;
    height: 30px;
    transition: .3s all;
}
.nos-partenaires .post-info .post-button:hover:before {
    content: url(https://www.reseauplushpa.com/wp-content/themes/reseau-hpa/assets/images/mas-info-blue.svg);
}
.nos-partenaires .post-info:hover {
    opacity: 1;
}
.nos-partenaires .post-info:hover .excerpt, .nos-partenaires .post-info:hover h2 {
    margin-bottom: 0;
}
.nos-partenaires .image-wrapper:hover img {
    transform: scale(1);
}

.intro-slider .wp-image-slider, .intro-slider .slider-container, .intro-slider .splide, .intro-slider .splide__track, .intro-slider .image-wrapper, .intro-slider .image-wrapper img {
    height: 100%;
}
.intro-slider .splide .splide__arrow {
    background-color: white;
    top: initial;
    bottom: -20px;
    right: 0;
}
.intro-slider .splide .splide__arrow.splide__arrow--prev {
    left: initial;
    right: 40px;
}

.only-mobile {
    display: none;
}
.only-mobile .slider-container .splide__slide img {
    aspect-ratio: initial;
}
.only-mobile .slider-container {
    padding: 0 40px!important;
}
.only-mobile .splide__arrow--prev {
    left: -45px;
}
.only-mobile .splide__arrow--next {
    right: -45px;
}


/*** CONTACT ***/

.contact-info .wp-block-group:not(:last-child) {
    margin-bottom: 70px;
}
.contact-info .texte {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--wp--preset--font-family--mulish);
}
.contact-info .texte a {
    transition: .3s all;
}

.contact-form-block {
    position: relative;
}
.contact-form-block .columns  {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    gap: 0 30px;
}
.contact-form-block .column {
    flex-basis: calc(50% - 15px);
    display: block;
    padding: 0;
}
.contact-form-block .column p {
    margin:0!important;
}
.contact-form-block .column.is-12 {
    flex-basis: 100%;
}
.contact-form-block .column input[type="email"], .contact-form-block .column input[type="text"], .contact-form-block .column textarea {
    font-family: var(--wp--preset--font-family--dm-sans);
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 5px;
    border-radius: 0px;
    border: 0;
    border-bottom: 1px solid #c7c8ca;
    transition: .3s all;
    cursor: pointer;
}
.contact-form-block .column textarea {
    height: 115px;
    margin-bottom: 40px;
}
.contact-form-block .column a:hover {
    color: var(--wp--preset--color--theme-green-2);
}
.contact-form-block .acceptance-form {
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 13px;
    line-height: 20px;
    color: #a5a7a9;
    margin: 0;
    max-width: calc(100% - 300px);
}
body.page-child .contact-form-block .acceptance-form {
    max-width: calc(100% - 250px);
}
.contact-form-block .acceptance-form .wpcf7-list-item {
    margin-left: 5px;
}
.contact-form-block input:focus-visible, .contact-form-block input:focus, .contact-form-block textarea:focus-visible, .contact-form-block textarea:focus {
    outline: none;
}
.contact-form-block input::placeholder, .contact-form-block textarea::placeholder {
    color: #a5a7a9;
    transition: .3s all;
}
.contact-form-block .wpcf7-form-control.wpcf7-acceptance {
    vertical-align: top;
}
.contact-form-block .wpcf7-spinner {
    position: absolute;
    bottom: 18px;
}
.contact-form-block .wpcf7-not-valid-tip {
    font-size: 13px;
}
.contact-form-block .wp-block-button__link {
    transition: .3s all;
    font-size: 14px;
    font-weight: 800;
    padding: 20px 40px;
    background-color: var(--wp--preset--color--theme-blue);
    border-color: var(--wp--preset--color--theme-blue);
}
.contact-form-block .wp-block-button__link:hover {
    background-color: var(--wp--preset--color--theme-green);
    border-color: var(--wp--preset--color--theme-green);
}
.contact-form-block input[type="checkbox"] {
    width: 19px;
    height: 19px;
    margin: 1px 8px 0 0;
    cursor: pointer;
}
#cmplz-document {
    max-width: 100%!important;
}
.grecaptcha-badge {
    visibility: hidden;
}