:root {}

a {}
a:hover {
    opacity: 1 !important;
}
a > span {}
a > span > b {
    position: relative;
}
a > span > b:before {
    content:" ";
    position: absolute;
    bottom: -3px;
    left: 0px;
    height: 3px;
    width: 0;
    background: var(--link);
    border-radius: 10px;
    transition: var(--transition);
}
a:hover > span > b:before {
    content:" ";
    width: 100%;
}

nav .content .logo {
    padding: 5px 0px;
}
@media (min-width: 992px) {
    .woocommerce-js nav .content .logo img, nav .content .logo img {
        height: 75px;
    }
}
nav .content .logo img {
    max-height: 75px;
    height: 75px;
}

.header-sticky {
    position: relative;
    z-index: 1000;
}
nav {
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    border-bottom: none;
    z-index: 2000;
}
nav .content ul.menu > li > a {
    color: white;
}



.nav-search .search-icon svg {
    stroke: white;
}
.nav-cart .cart-icon svg {
    stroke: white;
}
.nav-burger .burger span {
    background: white;
}

.nav-responsive .content .logo img {
    height: 95px;
}

.col-jumbo {
    background: black;
    position: relative;
    overflow: hidden;
    height: 100vh;
    margin-top: -120px;
    z-index: 10;
}
.col-jumbo.small {
    height: 50vh;
}
.col-jumbo .background {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
}
.col-jumbo .background img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 5;
}
.col-jumbo .background .gradient {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.col-jumbo .content {
    position: relative;
    z-index: 50;
    border: solid 3px white;
    color: white;
    max-width: 310px;
    box-shadow: var(--box-shadow);
}
.col-jumbo .content .name {
    font-size: 2.655rem;
    line-height: 2.655rem;
    font-weight: 700;
}
.col-jumbo .content .excerpt {
    font-weight: 300;
    letter-spacing: 6px;
}
.col-jumbo .content .tel {
    font-weight: 600;
    letter-spacing: 4px;
}
.col-jumbo .content .arrow {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, calc(50% + 4px));
}
.col-jumbo .content .arrow svg {
    height: 26px;
}
.col-jumbo .credit {
    position: absolute;
    bottom: 1.4rem;
    left: 1.4rem;
    z-index: 30;
    color: white;
    font-size: 0.65rem;
    letter-spacing: 0.15rem;
    font-weight: 200;
}
.col-jumbo .credit svg {
    height: 18px
}
.col-jumbo .title {
    position: absolute;
    bottom: 2.8rem;
    left: 1.4rem;
    z-index: 30;
    color: white;
    font-size: 0.65rem;
    letter-spacing: 0.15rem;
    font-weight: 200;
}
.col-jumbo .title h1 {
    font-weight: 200;
}
.col-jumbo .title h1 b {
    font-weight: 700    ;
}

.col-cta-services {}
.col-cta-services .content {
    border: solid 3px var(--light);
}
.col-cta-services .content .title {
    font-size: 1.655rem;
    font-weight: 700;
}
@media (min-width: 992px) {
    .col-cta-services .content .title{
        font-size: 2.655rem;
    }
}
.col-cta-services .content .location {
    font-weight: 300;
    letter-spacing: 2px;
}
@media (min-width: 768px) {
    .col-cta-services .content .location {
        letter-spacing: 6px;
    }
}
.col-cta-services .content .location span {
    position: relative;
}
.col-cta-services .content .location span:after {
    content: "-";
    margin: 0px 5px 0px 15px;
    color: var(--gray);
}
.col-cta-services .content .location span:last-child:after {
    display: none;
}
.col-cta-services .content .action {}
.col-cta-services .content .action a {
    font-weight: 200;
}
.col-cta-services .content .action a b {
    font-weight: 600;
}
.col-cta-services .deco {
    overflow: hidden
}
.col-cta-services .deco img {
    width: 100%;
    object-fit: cover;
    transition: all 1200ms ease-in-out;
}
.col-cta-services:hover .deco img {
    transform: scale(1.05);
}

.col-last-product {
    margin: 0.75rem;
}

.col-product-notoriety {
    margin: .75rem
}
@media (min-width: 992px) {
    .col-product-notoriety {
        margin: 3rem .75rem
    }
}
.col-product-notoriety .item {
    width: 100% !important;
}
@media (min-width: 992px) {
    .col-product-notoriety .item {
        width: 50% !important;
    }
}
@media (min-width: 1200px) {
    .col-product-notoriety .item {
        width: 25% !important;
    }
}
.col-product-notoriety .title {
    font-size: 1.655rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
    .col-product-notoriety .title {
        font-size: 2.355rem;
    }
}

.col-product-formations {
    margin: 0.75rem;
}
.col-product-formations .item {
    width: 100% !important;
}
@media (min-width: 992px) {
    .col-product-formations .item {
        width: 50% !important;
    }
}
@media (min-width: 1200px) {
    .col-product-formations .item {
        width: 33.3333333333% !important;
    }
}


.col-clients {}
.col-clients .item {}
.col-clients .item img {
    mix-blend-mode: multiply;
}

.col-reviews {}
.col-reviews .item {
    border: solid 3px var(--light);
}
.col-reviews .item img {
    max-height: 150px;
    max-width: 300px;
    height: auto;
    width: auto;
    margin: auto;
    position: relative;
}
.col-reviews .item .excerpt {
    font-family: var(--font-family-serif);
    font-size: 1.115rem;
}

.col-rdv {}
.col-notoriety {}
.col-about {}
.col-rdv .deco,
.col-notoriety .deco,
.col-about .deco {
    min-height: 250px;
    position: relative;
    overflow: hidden;
}
.col-rdv .deco img,
.col-notoriety .deco img, 
.col-about .deco img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1200ms ease-in-out;
}
.col-rdv:hover .deco img,
.col-notoriety:hover .deco img,
.col-about:hover .deco img {
    transform: scale(1.05);
}
.col-rdv .content,
.col-notoriety .content,
.col-about .content {
    max-width: 600px;
}
.col-rdv .content .title,
.col-notoriety .content .title,
.col-about .content .title {
    font-size: 1.655rem;
    font-weight: 700;
}
@media (min-width: 992px) {
    .col-notoriety .content .title,
    .col-about .content .title {
        font-size: 2.355rem;
    }
}
.col-rdv .content .editor,
.col-notoriety .content .editor,
.col-about .content .editor {
    border: solid 3px var(--light);
}
.col-rdv .content .editor blockquote,
.col-notoriety .content .editor blockquote,
.col-about .content .editor blockquote {
    font-family: var(--font-family-serif);
    font-size: 1.335rem;
    font-style: italic;
}
.col-rdv .content .editor .action,
.col-notoriety .content .editor .action,
.col-about .content .editor .action {}
.col-rdv .content .editor .action a,
.col-notoriety .content .editor .action a,
.col-about .content .editor .action a {
    font-weight: 200;
}
.col-rdv .content .editor .action a b,
.col-notoriety .content .editor .action a b,
.col-about .content .editor .action a b {
    font-weight: 600;
}
.col-rdv .content .editor .action a svg,
.col-notoriety .content .editor .action a svg,
.col-about .content .editor .action a svg {
    height: 18px;
}
.col-rdv .content svg,
.col-notoriety .content svg,
.col-about .content svg {
    height: 30px;
    stroke: black;
}
.col-about .content .sign img {
    height: 60px;
}

.col-notoriety-video {}
.col-notoriety-video .content {
    position: relative;
}
.col-notoriety-video .content:before {
    content: " ";
    position: absolute;
    top: 60px;
    left: -60px;
    right: 60px;
    bottom: 60px;
    border: solid 4px var(--light);
}
@media screen and (min-width: 1200px) {
    .col-notoriety-video .content:before {
        right: -60px;
    }
}
.col-notoriety-video .content .title {
    font-weight: 200;
}
@media screen and (min-width: 1200px) {
    .col-notoriety-video .content .title {
        position: absolute;
        transform: rotate(90deg);
        transform-origin: left;
        top: 80px;
        left: -56px;
        background: var(--white);
        padding: 0px 10px;
    }
}
.col-notoriety-video .content .title b {
    font-weight: 800;
}

.col-cta-services-alt {}
.col-cta-services-alt .item {
    position: relative;
    height: 100vh;
    max-height: 1200px;
    overflow: hidden;
}
.col-cta-services-alt .item .gradient {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 6;
    background: -moz-linear-gradient(45deg,  rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.35) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.35) 100%);
    background: linear-gradient(45deg,  rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.35) 100%);
}
.col-cta-services-alt .item .deco {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 5;
}
.col-cta-services-alt .item .deco img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1200ms ease-in-out;
}
.col-cta-services-alt .item:hover .deco img {
    transform: scale(1.05);
}
.col-cta-services-alt .item .content {
    position: relative;
    z-index: 10;
    border: solid 3px white;
    max-width: 310px;
    box-shadow: var(--box-shadow);
    min-height: 390px;
    min-width: 310px;
    color: white;
}
.col-cta-services-alt .item .content .title {
    font-size: 1.655rem;
    line-height: 1.655rem;
    font-weight: 700;
}
@media (min-width: 992px) {
    .col-cta-services-alt .item .content .title {
        font-size: 2.355rem;
        line-height: 2.355rem;
    }
}
.col-cta-services-alt .item .content .subtitle {
    font-weight: 600;
    letter-spacing: 6px;
    margin-top: 30px;
}

.col-cta-services-alt .item .content .subtitle {}

.col-testimonials {
    position: relative;
}
.col-testimonials .deco {
    position: absolute;
    border: solid 2px var(--light);
    top: 60px;
    left: 70px;
    bottom: 66px;
    right: 60px;
}
@media screen and (min-width: 1200px) {
    .col-testimonials .deco {
        right: -60px;
    }
}
.col-testimonials .content {
    position: relative;
    z-index: 20;
}
.col-testimonials .content .title {
    font-weight: 200;
    background: var(--white);
    padding: 1.4rem 0px;
}
.col-testimonials .content .title b {
    font-weight: 800;
}
.col-testimonials .content .embed {}
.col-testimonials .content .name {
    font-weight: 800;
    font-size: 1.335rem;
}
.col-testimonials .carousel-testimonials {}
.col-testimonials .carousel-testimonials .owl-nav {
    position: absolute;
    bottom: 48px;
    left: -230px;
    width: 220px;
    height: 40px;
    z-index: 100;
    display: block !important;
}
.col-testimonials .carousel-testimonials .owl-nav [class*=owl-] {
    width: 100px;
    height: 30px;
    background: var(--white);
    border: solid 2px var(--gray);
    border-radius: 60px;
    position: absolute;
    padding: 0px;
}
.col-testimonials .carousel-testimonials .owl-nav .owl-prev {
    left: 0px;
}
.col-testimonials .carousel-testimonials .owl-nav .owl-next {
    right: 0px;
}
.col-testimonials .carousel-testimonials .owl-nav .owl-prev:hover,
.col-testimonials .carousel-testimonials .owl-nav .owl-next:hover {
    color: #000;
    border-color: var(--link);
}

.col-testimonials .carousel-testimonials .owl-nav .owl-prev:active,
.col-testimonials .carousel-testimonials .owl-nav .owl-prev:focus,
.col-testimonials .carousel-testimonials .owl-nav .owl-next:active,
.col-testimonials .carousel-testimonials .owl-nav .owl-next:focus {
    color: #000;
    border-color: var(--link);
}

/*
.col-woo-products .item:nth-child(3),
.col-woo-products .item:nth-child(4),
.col-woo-products .item:nth-child(5),
.col-woo-products .item:nth-child(6) {
    display: none;
}
@media (min-width: 768px) {
    .col-woo-products .item:nth-child(3) {
        display: block;
    }
    .col-woo-products .item:nth-child(4),
    .col-woo-products .item:nth-child(5),
    .col-woo-products .item:nth-child(6) {
        display: none;
    }
}
@media (min-width: 992px) {
    .col-woo-products .item:nth-child(4) {
        display: block;
    }
    .col-woo-products .item:nth-child(5),
    .col-woo-products .item:nth-child(6) {
        display: none;
    }
}
@media (min-width: 1200px) {
    .col-woo-products .item:nth-child(5),
    .col-woo-products .item:nth-child(6) {
        display: block;
    }
}
*/
.col-woo-products .variations_form {
    display: none !important;
}

.col-podcast {}
.col-podcast iframe {
    width: 100% !important;
}

.col-contact {
    position: relative;
}
.col-contact:before {
    content: " ";
    position: absolute;
    top: 60px;
    bottom: 60px;
    left: 0px;
    right: 0px;
    background: var(--light);
}
.col-contact .content {
    border: solid 2px var(--gray);
    position: relative;
    background: var(--white);
}
.col-contact .info {
    position: relative;
}
.col-contact .info .tel {
    font-weight: bold;
    font-size: 1.115rem;
}
.col-contact .info svg {
    height: 30px;
    stroke: black;
}

.col-woo-product .summary {
    border: solid 2px var(--light);
}
.col-woo-product .summary .woo-title {
    font-size: 1.855rem;
}
.col-woo-product .summary .description {}
.col-woo-product .summary .content {
    color: var(--text);
}
.col-woo-product .summary .description h1,
.col-woo-product .summary .description h2,
.col-woo-product .summary .description h3,
.col-woo-product .summary .description h4,
.col-woo-product .summary .description h5,
.col-woo-product .summary .description h6,
.col-woo-product .summary .description .h1,
.col-woo-product .summary .description .h2,
.col-woo-product .summary .description .h3,
.col-woo-product .summary .description .h4,
.col-woo-product .summary .description .h5,
.col-woo-product .summary .description .h6,
.col-woo-product .summary .content h1,
.col-woo-product .summary .content h2,
.col-woo-product .summary .content h3,
.col-woo-product .summary .content h4,
.col-woo-product .summary .content h5,
.col-woo-product .summary .content h6,
.col-woo-product .summary .content .h1,
.col-woo-product .summary .content .h2,
.col-woo-product .summary .content .h3,
.col-woo-product .summary .content .h4,
.col-woo-product .summary .content .h5,
.col-woo-product .summary .content .h6 {
    font-size: 1.355rem;
    font-weight: 200;
}
.col-woo-product .summary .description h1 b,
.col-woo-product .summary .description h2 b,
.col-woo-product .summary .description h3 b,
.col-woo-product .summary .description h4 b,
.col-woo-product .summary .description h5 b,
.col-woo-product .summary .description h6 b,
.col-woo-product .summary .description .h1 b,
.col-woo-product .summary .description .h2 b,
.col-woo-product .summary .description .h3 b,
.col-woo-product .summary .description .h4 b,
.col-woo-product .summary .description .h5 b,
.col-woo-product .summary .description .h6 b,
.col-woo-product .summary .description h1 strong,
.col-woo-product .summary .description h2 strong,
.col-woo-product .summary .description h3 strong,
.col-woo-product .summary .description h4 strong,
.col-woo-product .summary .description h5 strong,
.col-woo-product .summary .description h6 strong,
.col-woo-product .summary .description .h1 strong,
.col-woo-product .summary .description .h2 strong,
.col-woo-product .summary .description .h3 strong,
.col-woo-product .summary .description .h4 strong,
.col-woo-product .summary .description .h5 strong,
.col-woo-product .summary .description .h6 strong,
.col-woo-product .summary .content h1 b,
.col-woo-product .summary .content h2 b,
.col-woo-product .summary .content h3 b,
.col-woo-product .summary .content h4 b,
.col-woo-product .summary .content h5 b,
.col-woo-product .summary .content h6 b,
.col-woo-product .summary .content .h1 b,
.col-woo-product .summary .content .h2 b,
.col-woo-product .summary .content .h3 b,
.col-woo-product .summary .content .h4 b,
.col-woo-product .summary .content .h5 b,
.col-woo-product .summary .content .h6 b,
.col-woo-product .summary .content h1 strong,
.col-woo-product .summary .content h2 strong,
.col-woo-product .summary .content h3 strong,
.col-woo-product .summary .content h4 strong,
.col-woo-product .summary .content h5 strong,
.col-woo-product .summary .content h6 strong,
.col-woo-product .summary .content .h1 strong,
.col-woo-product .summary .content .h2 strong,
.col-woo-product .summary .content .h3 strong,
.col-woo-product .summary .content .h4 strong,
.col-woo-product .summary .content .h5 strong,
.col-woo-product .summary .content .h6 strong{
    font-weight: 800;
}
.col-woo-product .summary .description p {
    margin-bottom: 1.4rem;
}


.col-woo-product .images {}
.col-woo-product .images .sticky-top {
    top: 90px;
    z-index: 10;
}
.col-woo-product .images ol li {
    width: 14.286%;
}

.page-single {}
.page-single article {}
.page-single article h1,
.page-single article h2,
.page-single article h3,
.page-single article h4,
.page-single article h5,
.page-single article h6,
.page-single article .h1,
.page-single article .h2,
.page-single article .h3,
.page-single article .h4,
.page-single article .h5,
.page-single article .h6 {
    font-size: 1.355rem;
    font-weight: 200;
}
.page-single article h1 b,
.page-single article h2 b,
.page-single article h3 b,
.page-single article h4 b,
.page-single article h5 b,
.page-single article h6 b,
.page-single article .h1 b,
.page-single article .h2 b,
.page-single article .h3 b,
.page-single article .h4 b,
.page-single article .h5 b,
.page-single article .h6 b,
.page-single article h1 strong,
.page-single article h2 strong,
.page-single article h3 strong,
.page-single article h4 strong,
.page-single article h5 strong,
.page-single article h6 strong,
.page-single article .h1 strong,
.page-single article .h2 strong,
.page-single article .h3 strong,
.page-single article .h4 strong,
.page-single article .h5 strong,
.page-single article .h6 strong{
    font-weight: 800;
}
.page-single article img {
    width: 100%;
    height: auto;
}
.page-single article iframe {
    width: 100%;
    height: 560px;
}

footer .logo {
    height: 160px;
}
footer .action,
footer .legal {
    font-size: 0.75rem;
}
footer .action a,
footer .legal a {
    color: var(--text);
}
footer .action a.link,
footer .legal a.link {
    border-bottom: solid 2px var(--light);
}
footer .action svg,
footer .legal svg {
    stroke: var(--gray);
}

.owl-nav { display: none; }

.eapps-social-icons-location-floating.eapps-social-icons-position-right {
    right: 12px !important;
}

.yith-stripe-form-container {}
.yith-stripe-form-container .form-row {
    margin-bottom: 10px !important;
}
.yith-stripe-form-container .form-row label {
    width: 100%;
}
.yith-stripe-form-container .form-row .input-text {
    width: 100%;
    font-size: 0.90rem;
    padding: 5px 15px;
    border: solid 1px var(--gray);
    border-radius: 2px;
}

.yith_wapo_groups_container {}
.yith_wapo_groups_container .ywapo_group_container {
    padding: 1.4rem !important;
    margin-bottom: 1.4rem !important;
    background: var(--light);
}
.yith_wapo_groups_container .ywapo_group_container h3 {
    font-size: 1.135rem !important;
    font-weight: bold !important;
    margin: 0px 0px 1.4rem 0px !important;
    padding: 0px !important;
}
.yith_wapo_groups_container .ywapo_group_container h3 .required {
    text-decoration: none !important;
    font-size: 0.65rem !important;
    color: var(--link) !important;
    top: -5px !important;
    position: relative !important;
}
.yith_wapo_groups_container .ywapo_group_container .ywapo_input_container {
    margin: 0px !important;
    padding: 0px !important;
}
.yith_wapo_groups_container .ywapo_group_container .ywapo_input_container .ywapo_label_price {
    margin-left: 1.4rem !important;
    font-weight: bold !important;
}
.yith_wapo_groups_container .ywapo_group_container .ywapo_input,
.yith_wapo_groups_container .ywapo_group_container .ywapo_input_text,
.yith_wapo_groups_container .ywapo_group_container .ywapo_input_date {
    display: table !important;
    width: 100% !important;
    background: var(--white) !important;
    border: none !important;
    padding: 0.35rem 1rem !important;
    border-radius: var(--radius) !important;
    margin-bottom: 1.4rem !important;
}
.yith_wapo_groups_container .ywapo_group_container .ywapo_input {
    margin: 0px !important
}
.yith_wapo_groups_container .ywapo_group_container .ywapo_input_checkbox {
    display: inline-block !important;
    width: auto !important;
    margin-right: 0.75rem !important;
}
.yith_wapo_groups_container .ywapo_group_container .wapo_option_description {
    font-size: 0.75rem !important;
    margin: 0px !important;
    padding: 0px !important;
}
.yith_wapo_groups_container .ywapo_group_container .wapo_option_description:before {
    content: " " !important;
    display: none !important;
}
.yith_wapo_groups_container .ywapo_group_container .ywapo_input_container_labels {
    padding: 0.35rem 1rem !important;
    display: table !important;
    width: 100% !important;
    background: var(--white) !important;
    border: none !important;
    border-radius: var(--radius) !important;
    margin-bottom: 5px !important;
}
.yith_wapo_groups_container .ywapo_group_container .ywapo_input_container_labels.ywapo_selected {
    background: var(--success) !important;
    color: var(--white) !important;
    font-weight: bold !important;
}
.yith_wapo_group_total .price {
    color: var(--text) !important;
    font-size: 1.05rem !important;
    font-weight: bold !important;
}

.yith-wapo-block {}
.yith-wapo-block .yith-wapo-addon {}
.yith-wapo-block .yith-wapo-addon .options {}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option {
    width: 100% !important;
    border: solid 2px var(--link) !important;
    padding: var(--spacer) !important;
    border-radius: var(--radius) !important;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option label {
    margin: 0px !important;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option label .checkboxbutton {}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option label .checkboxbutton input {
    margin-right: 0px !important;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option label .yith-wapo-addon-label {
    font-weight: bold !important;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .description {
    margin: 0px !important;
}
#wapo-total-price-table table {
    width: auto;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: var(--spacer);
}
    

.woocommerce-notices-wrapper {
    padding: 0px 1rem;
}

.nav-cart-modal .content .mini-cart .item a {
    color: var(--text);
}

.grecaptcha-badge {
    display: none !important;
}


.masonry--testimonials {
    margin-block: 15px;
}
.masonry--testimonials .masonry-content {
    margin-top: 45px;
}
.testimonial-item {
    border: .25rem solid var(--light);
    padding: 30px;
}
.testimonial-item .swiper-testimonial-item {
    margin-top: -25px;
    margin-left: -25px;
    width: calc(100% + 50px);
}
.testimonial-item .swiper-testimonial-item .swiper-slide {
    height: auto;
}
.testimonial-item .swiper-testimonial-item .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}
.testimonial-item .swiper-testimonial-item .swiper-slide .video {
    aspect-ratio: 16/9;
}
.testimonial-item .swiper-testimonial-item .swiper-navigation {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center;
}
.testimonial-item .swiper-testimonial-item .swiper-navigation.hidden {
    display: none;
}
.testimonial-item .swiper-testimonial-item .swiper-navigation .swiper-prev,
.testimonial-item .swiper-testimonial-item .swiper-navigation .swiper-next {
    padding: calc(var(--spacer) * .25) calc(var(--spacer) * .5);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    transition: var(--transition);
}
.testimonial-item .swiper-testimonial-item .swiper-navigation .swiper-prev:hover,
.testimonial-item .swiper-testimonial-item .swiper-navigation .swiper-next:hover {
    background-color: var(--text);
}
.testimonial-item .swiper-testimonial-item .swiper-navigation .swiper-prev svg,
.testimonial-item .swiper-testimonial-item .swiper-navigation .swiper-next svg {
    fill: var(--text);
    transition: var(--transition);
}
.testimonial-item .swiper-testimonial-item .swiper-navigation .swiper-prev:hover svg,
.testimonial-item .swiper-testimonial-item .swiper-navigation .swiper-next:hover svg {
    fill: var(--white);
}
.testimonial-item .content {}
.testimonial-item .content .content__meta {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: calc(var(--spacer) * .5);
    padding-block: 30px;
    border-bottom: .125rem solid var(--light);
    align-items: center;
}
@media screen and (min-width: 1200px) {
    .testimonial-item .content .content__meta {
        column-gap: var(--spacer);
    }
}
.testimonial-item .content .content__meta--title {
    grid-column: span 2;
}
.testimonial-item .content .content__meta--title .title {
    font-size: calc(clamp(0.88rem, calc(0.83rem + 0.21vw), 1.00rem) * .875);
    font-weight: 700;
}
.testimonial-item .content .content__meta--title .author {
    font-size: clamp(0.75rem, 0.6585rem + 0.3902vi, 1rem);
}
.testimonial-item .content .content__meta .thumb {
    grid-column: span 2;
}
.testimonial-item .content .content__meta .thumb img {
    object-fit: cover;
    width: 100%;
}
.testimonial-item .content .content__inner {}
.testimonial-item .content .content__inner .text {
    padding-block: 30px;
    font-size: clamp(0.625rem, 0.5335rem + 0.3902vi, 0.875rem);
    font-style: italic;
}
.testimonial-item .content .content__infos {
    margin-top: 15px;
}
.testimonial-item .content .content__infos .info {
    display: flex;
    gap: 15px;
}
.testimonial-item .content .content__infos .info:not(:last-child) {
    margin-bottom: 15px;
}
.testimonial-item .content .content__infos .info .info__content {
    font-size: clamp(0.625rem, 0.5335rem + 0.3902vi, 0.875rem);
}
.testimonial-item .content .content__infos .info.country {}
.testimonial-item .content .content__infos .info.realisations .info__content {
    font-weight: 700;
}
.testimonial-item .content .content__infos .info.link a {
    color: var(--text);
}




