/*
Theme Name: Blank theme v5 (full size)
Theme URI: https://www.unicamp.com/comercializacion/agencia-web/
Description: Plantilla Wordpress para Blank Theme
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-block-start: 0 !important;
    margin-block-end: 0 !important;
    margin-bottom: 0;
    margin-top: 0;
}

a {
    text-decoration: underline;
}

strong {
    font-weight: 600;
    color: #333333;
}

@media only screen and (min-width: 768px) {
    .accueil-slider .splide__arrows {display: none;
    }
}
.accueil-slider .splide__arrows .splide__arrow {top: 20%;}

/*** Animations ***/

@media only screen and (min-width: 450px) {
.has-animations .animation--init--once,
.has-animations .animation--init {
    filter: blur(1px);
    opacity: 0;
}
.has-animations .animation--end {
    transition: opacity 1.5s ease;
    filter: blur(0);
    opacity: 1;
}
.animation--init.slide-top, .animation--init--once.slide-top,
.has-animation .animation--init.slide-top>*, .has-animation .animation--init--once.slide-top>* {
    transform: translateY(4vw);
}
.animation--init.slide-down, .animation--init--once.slide-down,
.has-animation .animation--init.slide-down>*, .has-animation .animation--init--once.slide-down>* {
    transform: translateY(-4vw);
}
.animation--init.slide-left, .animation--init--once.slide-left,
.has-animation .animation--init.slide-left>*, .has-animation .animation--init--once.slide-left>* {
    transform: translateX(4vw);
}
.animation--init.slide-right, .animation--init--once.slide-right,
.has-animation .animation--init.slide-right>*, .has-animation .animation--init--once.slide-right>* {
    transform: translateX(-4vw);
}
.animation--init.animation--rotate, .animation--init--once.animation--rotate {
    transition: all 1.5s ease 0.2s!important;
    transform: rotate(180deg);
}
.animation--init.animation--rotate, .animation--init--once.animation--rotate {
    transition: all 1.4s ease-in-out 0.2s!important;
    transform: scale3d(-0.4, 0.4, 0.4);

}
.animation--init.animation--end, .animation--init--once.animation--end {
    transform: translateX(0) translateY(0) rotate(0) scale3d(1, 1, 1)!important;
    transition: all 1.1s ease 0.2s;
    opacity: 1;
}
.has-animation .animation--init>*, .has-animation .animation--init--once>* {
    transform: scale(0.9);
    transition: .2s ease;
    filter: blur(1px);
    opacity: 0;
}
.has-animation .animation--end>* {
    transform: translateX(0) translateY(0) scale(1)!important;
    transition: all 1s ease 0.2s;
    filter: blur(0);
    opacity: 1;
}
.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; }
}

/* go top */
.ir-top {
    background: var(--wp--preset--color--theme-forest-green) none repeat scroll 0 0;
    box-shadow: 0 0 6px #0000006b;
    transition: .4s all;
    border-radius: 7px;
    padding: 7px 10px;
    font-size: 20px;
    cursor: pointer;
    position: fixed;
    color: white;
    display: none;
    bottom: 25px;
    right: 20px;
    opacity: 1;
    z-index: 3;
}

/* SIMPLE BLOCK */

.simpleblock-container .thr-simpleblock {
    background-color: var(--wp--preset--color--theme-white) !important;
    color: var(--wp--preset--color--theme-dark-blue) !important;
    padding: 2em;
}

.simpleblock-container .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row .thr-simpleblock-engine-radio {
    color: var(--wp--preset--color--theme-dark-blue) !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.simpleblock-container .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row+.thr-simpleblock-engine-row {
    border-top: 1px solid transparent !important;
}

.simpleblock-container .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row.thr-simpleblock-engine-row-simple .thr-simpleblock-engine-inputs>*>span {
    color: var(--wp--preset--color--theme-green) !important;
}

.simpleblock-container .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row:not(:only-child).active:after {
    background: var(--wp--preset--color--theme-green) !important;
    height: 0.7rem !important;
    width: 0.7rem !important;
    left: 0.5rem !important;
}

.simpleblock-container .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row:not(:only-child):before {
    border: 1px solid #DFDFDF !important;
    height: 1.5rem !important;
    width: 1.5rem !important;
    justify-content: center;
    background: white;
    align-items: center;
    display: flex;
}

.simpleblock-container .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-months .thr-simpleblock-month {
    background-color: var(--wp--preset--color--theme-green) !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

.simpleblock-container .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-months .thr-simpleblock-month.thr-simpleblock-month-current {
    background-color: var(--wp--preset--color--theme-white) !important;
    color: var(--wp--preset--color--theme-green) !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

.simpleblock-container .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row .thr-simpleblock-stays .thr-simpleblock-stay .thr-simpleblock-stay-price-container:not(.thr-simpleblock-stay-unavailable)>* .thr-simpleblock-price {
    color: var(--wp--preset--color--theme-green) !important;
    font-size: 28px !important;
    font-weight: bold;
}

.simpleblock-container .thr .btn-primary {
    background-color: var(--wp--preset--color--theme-green) !important;
    transition: all 0.3s ease-in-out !important;
    text-transform: uppercase !important;
    border-radius: 5px !important;
    padding: 20px 25px !important;
    font-size: 14px !important;
}

.simpleblock-container .thr .btn-primary:hover,
.simpleblock-container .thr .btn-primary:focus,
.simpleblock-container .thr .btn-primary:active {
    background-color: var(--wp--preset--color--theme-blue) !important;
}

.simpleblock-container .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row .thr-simpleblock-stays .thr-simpleblock-stay .thr-simpleblock-stay-price-container:not(.thr-simpleblock-stay-unavailable) .thr-simpleblock-stay-price,
.thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row.thr-simpleblock-headers .thr-simpleblock-stay>div>div {
    color: var(--wp--preset--color--theme-dark-blue) !important;
}

.simpleblock-container .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row .thr-simpleblock-category .thr-simpleblock-category-name {
    color: var(--wp--preset--color--theme-white) !important;
    background: transparent !important;
    text-align: left !important;
    bottom: 0 !important;
    top: auto !important;
}


/*** RESPONSIVE MENU ***/
.mega-menu .sub-menu {
    display: inherit;
}

.responsive-menu-button {
    align-items: center;
    transition: .3s all;
    flex-direction: row;
    position: fixed;
    cursor: pointer;
    display: flex;
    z-index: 2001;
    height: 35px;
    padding: 2px;
    left: 20px;
    top: 91px;
    gap: 10px;
}
.responsive-menu-button.active {
    top: 9px;
}

.responsive-menu-button:hover {
    color: var(--wp--preset--color--theme-blue-1);
}

.responsive-menu-button span.close,
.responsive-menu-button.active span {
    display: none;
}

.responsive-menu-button.active span.close {
    display: initial;
}

.responsive-menu-button span {
    font-family: var(--wp--preset--font-family--kumbh-sans);
    transition: .3s all;
    font-size: 12px;
    color: white;
}

.responsive-menu-button:before {
    font-family: "Font Awesome 6 Free";
    color: black!important;
    transition: .2s all;
    content: "\f0c9";
    font-weight: 900;
    font-size: 40px;
}

.responsive-menu-button:hover:before {
    color: var(--wp--preset--color--theme-green-1);
}

body.menu-fixed .responsive-menu-button {
    left: 30px;
    top: 41px;
}

body.menu-fixed .responsive-menu-button:before {
    font-size: 30px;
}

.responsive-menu-button.active:before {
    font-size: 25px !important;
    color: white!important;
    margin-right: 25px;
    content: "\f00d";
    color: white;
}

.responsive-menu-button.active:hover:before {
    color: var(--wp--preset--color--theme-green-1);
}

.responsive-menu-button.active {
    background-color: transparent;
}

.rm-popup {
    transition: 0.8s ease;
    pointer-events: none;
    text-align: center;
    position: fixed;
    z-index: -999;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.rm-popup.opened {
    background: rgba(0, 0, 0, .5);
    pointer-events: all;
    z-index: 2000;
}

.rm-popup-bigClose {
    position: absolute;
    cursor: pointer;
    height: 100%;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
}

.rm-popup-bloc {
    background-color: var(--wp--preset--color--theme-forest-green) !important;
    box-shadow: 0 0 2rem rgba(0, 0, 0, .5);
    transition: 0.8s ease;
    padding: 0 20px 10px;
    position: absolute;
    min-width: 500px;
    text-align: left;
    height: 100%;
    left: -100%;
    width: 30%;
    opacity: 0;
    top: 0;
}

.rm-popup.opened .rm-popup-bloc {
    opacity: 1;
    left: 0;
}

.rm-popup-close:before {
    background: #4a3508;
    transition: 0.3s ease;
    position: absolute;
    padding: 1rem 2rem;
    content: '\2715';
    cursor: pointer;
    color: #fff;
    left: 0;
    top: 0;
}

.rm-popup-content {
    justify-content: flex-start;
    flex-direction: column;
    align-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow: auto;
    display: flex;
    height: 100%;
}

.rm-popup-content h3 {
    margin-bottom: 30px;
    font-size: 1.5rem;
    line-height: 2rem;
}

.rm-popup-content hr {
    border-top: 1px solid var(--wp--preset--color--theme-green-3);
    margin: 15px auto 30px;
    width: 100%;
    border: 0;
}

.rm-popup-content .branding-respo {
    margin: 10px auto 5vh;
    width: 220px;
}

.rm-popup-content .branding-respo img {
    filter: invert();
    padding: 40px 0;
    width: 220px;
    height: auto;
}

ul#menu-respo {
    padding-left: 0px;
    margin: 0;
}

ul#menu-respo li {
    text-transform: uppercase;
    position: relative;
    line-height: 24px;
    list-style: none;
    margin: 15px 0;
}

ul#menu-respo>li:first-child {
    margin-top: 0;
}

ul#menu-respo li a {
    text-decoration: none;
    transition: .3s all;
    position: relative;
    line-height: 35px;
    font-weight: 500;
    font-size: 20px;
    display: table;
    color: white;
}

ul#menu-respo li a:hover, ul#menu-respo li.current-menu-item>a {
    color: #F66226 !important;
}

ul#menu-respo li a img {
    display: none;
}

ul#menu-respo li ul {
    margin: 0;
}

ul#menu-respo li ul li {
    margin: 10px 0 10px 10px;
}

ul#menu-respo li ul li a {
    text-transform: initial;
    line-height: 18px;
    font-weight: 500;
    font-size: 16px;
}

ul#menu-respo .sub-menu {
    padding: 0 0 0 10px !important;
    margin: 0 !important;
    transition: all .4s;
    overflow: hidden;
    opacity: 0;
    height: 0;
}

.menu-responsive-wrapper #langue a {
    text-transform: uppercase;
    background: transparent;
    text-decoration: none;
    font-weight: 400;
    display: block;
    line-height: 1;
    color: #fff;
    padding: 10px;
    border: none;
}

.charger-menu-resposive span a {
    font-weight: 600 !important;
    text-align: left!important;
    margin-bottom: 15px;
    transition: .2s all;
    line-height: 23px;
    font-size: 16px;
}

.charger-menu-resposive span a i {
    margin-right: 10px;
    text-align: center;
    font-size: 20px;
    width: 22px;
}

.charger-menu-resposive span a:hover p, .charger-menu-resposive span a i {
    color: var(--wp--preset--color--theme-green-1);
}

.contact-menu-info div:not(.titre-icone) img {
    height: 20px !important;
    width: auto !important;
    vertical-align: sub;
}

.contact-menu-info a .wp-block-group {
    gap: 10px;
}

.over-y-vi {
    overflow-y: hidden;
}

.adresse-lien-bottom span {
    margin-bottom: 10px;
    display: block;
}

.adresse-lien-bottom a, .adresse-lien-bottom p {
    transition: .3s all;
    line-height: 21px;
    font-weight: 400;
    font-size: 14px;
    color: white;
}

.social-lien-bottom {
    display: inline-flex;
    gap: 15px;
}

.charger-menu-resposive .social-lien-bottom a {
    padding-top: 9px !important;
}

@media (max-width:500px) {

    .rm-popup-content .branding-respo, .rm-popup-content .branding-respo img {
        width: 165px;
    }

    .rm-popup-bloc {
        min-width: 100%;
    }

    .arrow-menu.active:after {
        content: "\f106";
    }
    .page-id-32461 .banniere-header {display: none;}
}


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

/*########## SECTIONS ##########*/
/*############################# */

/* ########## HERO ########## */
#hero-slider .left-col .content {
    max-width: 550px;
    margin: auto;
}

#hero-slider .site-header .wp-block-columns {
    max-height: 650px;
}

#hero-slider .splide__slide img {
    object-fit: cover;
    max-height: 100%;
}

#hero-slider .splide__pagination {
    bottom: 35px;
    gap: 12px;
}

#hero-slider .splide__pagination__page {
    background-color: var(--wp--preset--color--white);
    border-radius: 0px;
    width: 50px;
    height: 6px;
    opacity: 1;
}

#hero-slider .splide__pagination__page.is-active {
    background-color: var(--wp--preset--color--theme-forest-green);
    transform: none;
}

#hero-slider.alignfull .splide .wp-block-columns {
    padding: 0px;
}

/* ########## TWO COL WITH OVERPOSED IMG ########## */

#overposed-cols {    
    margin-bottom: -180px;
    padding: 60px 20px;
    min-height: 650px;
    z-index: 1;
}
#overposed-cols > .wp-block-columns {
    gap: 60px;
}
#overposed-cols .left-col {
    position: relative;
}
#overposed-cols .left-col:before {
    content: "";
    background-image: url('assets/images/fons-image.jpg');
    background-size: contain;
    border-radius: 10px;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 20px;
    top: 20px;
}
#overposed-cols .left-col img {
    min-height: 550px;
    max-height: 750px;
    width: 100%;
}

#overposed-cols .right-col .content {
    max-width: 450px;
    margin: 13% auto;
}


/* ########## ICONS IN COLS SECTION ########## */

#icon-section {
    padding: 200px 0px 100px 0px;
}

#icon-section.icones-6 .wp-block-columns {
    flex-wrap: wrap!important;
    justify-content: center;
    gap: 20px;
}
#icon-section .wp-block-columns .wp-block-column {
    flex-basis: calc(25% - 20px)!important;
}

#icon-section .icons-row>div, footer .icons-row>div {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-top: 40px;
    display: flex;
}
footer .icons-row>div a {
    text-decoration: underline;
    font-size: 14px;
}
footer hr {
    border-top: 1px solid #aaa8a4!important;
}


#map-section .wp-block-columns {
    max-height: 600px;
}

#map-section img {
    max-height: 600px;
    object-fit: cover;
}

#map-section.alignfull .wp-block-columns {
    padding: 0px;
}

#map-section .right-col .content {
    max-width: 450px;
    margin: auto;
}

#banniere-mosaic .wp-block-columns.alignfull {
    align-items: stretch !important;
    display: flex;
}

#banniere-mosaic .wp-block-column {
    flex-direction: column;
    display: flex;
}

.wp-block-cover.avec-hover .wp-block-buttons {
    transition: .3s all;
    opacity: 0;
    height: 0;
}
.wp-block-cover.avec-hover:hover .wp-block-buttons {
    height: 50px;
    opacity: 1;
}

.btn-2 .wp-element-button {
    background-color: #FEF2DE;
    border: none;
}
.btn-2 .wp-element-button:hover {
    background-color: var(--wp--preset--color--theme-black);
}

/* SLIDER DEFAULT */
#content-container .splide__arrow {
    background-color: var(--wp--preset--color--white);
    opacity: 1;
}

.wp-block-auto-tabs h4 {
    display: none;
}

#retrouvez-tous-nos-conseils {
    padding: 80px 20px;
}

#apparition-medias {
    padding: 70px 20px;
}

#apparition-medias .block-slider-splide .wp-block-group {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
}

#apparition-medias .block-slider-splide .splide__pagination {
    bottom: -50px;
}

#apparition-medias .splide__pagination .splide__pagination__page {
    background: #afadad;
    height: 10px;
    width: 10px;
}

#apparition-medias .splide__pagination .splide__pagination__page.is-active {
    background-color: var(--wp--preset--color--theme-black);
    transform: unset;
}

#apparition-medias .splide__arrow {
    background-color: transparent;
    bottom: -70px;
    top: unset;
}

#apparition-medias .splide__arrow--prev {
    left: calc(50% - 80px);
}

#apparition-medias .splide__arrow--next {
    right: calc(50% - 80px);
}

#instagram-suivez-nous {
    padding: 70px 0px;
}

.zoom-images figure {
    overflow: hidden;
}
.zoom-images figure img {
    transition: transform 0.3s;
}

.zoom-images figure:hover img {
    transform: scale(1.1);
}


.banniere-header {
    margin-top: 0!important;
}


/*** FORMULAIRE WEB ***/

.contact-section {
    padding: 70px 30px 50px;
    position: relative;
}
.contact-section .wp-block-columns {
    margin-bottom: 5px;
    gap: 0 15px;
}
.contact-section .wp-block-column p {
    color: black;
    margin: 0;
}
.contact-section input:not(.wpcf7-submit), .contact-section textarea, .contact-section select {
    box-shadow: 1px 1px 10px rgba(19, 14, 30, 0.10);
    border-radius: 10px;
    margin: 7px 0;
    padding: 15px;
    border: none;
    width: 100%;
}
.contact-section input.wpcf7-file {
    margin-bottom: 20px;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
}
.contact-section textarea {
    min-height: 220px;
}
.contact-section input:focus-visible, .contact-section input:focus, .contact-section textarea:focus-visible, .contact-section textarea:focus, .contact-section select:focus-visible, .contact-section select:focus {
    outline: none!important;
}
.contact-section input::placeholder, .contact-section textarea::placeholder, .contact-section select {
    font-family: var(--wp--preset--font-family--itc-avant-garde);
    transition: .3s all;
    font-weight: 500;
    font-size: 14px;
    color: grey;
}
.contact-section input:focus::placeholder, .contact-section textarea:focus::placeholder {
    opacity: .5;
}
.contact-section .acceptance-form p {
    margin: 0px -13px 5px;
    padding-left: 20px;
    font-size: 15px;
    color: black;
}
.contact-section .acceptance-form a {
    text-decoration: underline;
}
.contact-section .acceptance-form a:hover {
    color: var(--wp--preset--color--theme-yellow);
}
.contact-section .wpcf7-form-control-wrap {
    margin-right: 7px;
}
.contact-section .acceptance-form .wpcf7-form-control-wrap {
    margin-left: -17px;
}
.contact-section span.btn-submit {
    position: relative;
}
.contact-section input.wpcf7-submit {
    transition: .3s all;
    margin-bottom: 20px;
    font-weight: 500;
    margin-top: 20px;
    min-width: 200px;
    font-size: 14px;
}
.contact-section .wpcf7-not-valid-tip {
    margin: -3px 0 -20px;
    color: #eb0000;
    font-size: 14px;
}
.contact-section .wpcf7-spinner {
    position: absolute;
    bottom: 25px;
    right: 25px;
}


/*** FAQS PAGE ***/

.section-faqs {
    background-color: #e1eaea!important;
    padding: 80px 30px 90px;
}
.section-faqs .les-faqs .auto-tabs-wrapper {
    margin-bottom: 80px;
    flex-wrap: wrap;
}
.section-faqs .les-faqs .auto-tabs-wrapper a {
    background-color: white;
    text-transform: uppercase;
    display: flex !important;
    justify-content: center;
    padding: 68px 7px 10px;
    text-decoration: none;
    margin: 0!important;
    transition: .3s all;
    position: relative;
    border-radius: 3px;
    text-align: center;
    line-height: 19px;
    color: #05564f;
    font-weight: 600;
    font-size: 14px;
    height: 120px;
    width: 270px;
}
.section-faqs .les-faqs .auto-tabs-wrapper a:hover, .section-faqs .les-faqs .auto-tabs-wrapper a.current-tab {
    background-color: #05564f;
    color: white;
}
.section-faqs .les-faqs .auto-tabs-wrapper a:before {
    filter: invert(26%) sepia(71%) saturate(507%) hue-rotate(126deg) brightness(89%) contrast(98%);
    content: url(assets/images/recycle.svg);
    left: calc(50% - 12px);
    position: absolute;
    height: 24px;
    width: 24px;
    top: 33px;
}
.section-faqs .les-faqs .auto-tabs-wrapper a:hover:before, .section-faqs .les-faqs .auto-tabs-wrapper a.current-tab:before {
    filter: invert();
}
.section-faqs .les-faqs .le-faq h3 {
    display: none;
}
.section-faqs .les-faqs .le-faq details, #product-faq details {
    padding-right: 35px;
}
.section-faqs .les-faqs .le-faq details:not(:last-child) {
    border-bottom: 1px solid #999999;
    padding-bottom: 24px;
}

.section-faqs .le-faq > .wp-block-columns > .wp-block-column:first-child, .section-faqs .le-faq h2, .section-faqs .le-faq .wp-block-buttons, .section-faqs .le-faq hr {
    display: none;
}
.section-faqs .le-faq > .wp-block-columns > .wp-block-column:nth-child(2) {
    flex-basis: 100%!important;
}
.section-faqs .le-faq > .wp-block-columns, .section-faqs .le-faq > .wp-block-columns .faqs-acordion {
    margin-top: 0!important;
}
.section-faqs .le-faq details, .section-faqs .le-faq .faqs-acordion > .wp-block-group {
    max-width: 100%;
}

.leaflet-map-pane .leaflet-pane .pharmacy-item h3 {
    margin-bottom: 10px;
    font-size: 20px;
}
.leaflet-map-pane .leaflet-pane .pharmacy-item p {
    margin: 2px 0;
}
.leaflet-map-pane .leaflet-pane .pharmacy-item a {
    margin-top: 10px 0 20px;
    display: block;
}

#pharmacy-filters {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}

.price-add-to-cart-container .product-price strong > span:not(:first-child), .price-add-to-cart .related-product-price > span:not(:nth-child(2)) {
    display: none!important;
}

.block-videos {
    padding: 60px 20px 80px;
}
.block-videos .wp-block-columns {
    gap: 20px;
}
.block-videos video {
    opacity: .8;
    transition: .3s all;
}
.block-videos video:hover, .block-videos video:focus {
    transform: scale(1.02);
    opacity: 1;
}

.grecaptcha-badge {
    visibility: hidden!important;
}