/*
 * FilePath: ./style/elementor/elementor-style.css
 * Date: Wed Aug 27 2025
 * Description: Elementor specific styles
 */

/* --------------------------------- ANCHOR --------------------------------- */
.anchor-offset {
    margin: -200px 0 0 !important;
}
.elementor-editor-active .anchor-offset {
    margin: 0px 0 0 !important;
}

/* ---------------------------------- POPUP --------------------------------- */
.popup-video a:hover {
    color: #ef4130;
}

/* ------------------------------- TEMOIGNAGES ------------------------------ */
/* 	NAME Temoignage 	*/
.tm_name {
    color: #28306a;
    font-weight: 600;
}
/* 	INC Temoignage 	*/
a.tm_inc,
.tm_inc {
    color: #7bbdd6;
}
/* 	Border Temoignage 3 GRID 	*/
.tm-footer .grid-col-desk-3 .jet-listing-grid__item .tm-row-text {
    padding-right: 10px;
}
.tm-footer .grid-col-desk-3 .jet-listing-grid__item:first-child .tm-row-text {
    border-right: 2px solid #e6b23a;
}
.tm-footer .grid-col-desk-3 .jet-listing-grid__item:first-of-type + .jet-listing-grid__item .tm-row-text {
    border-right: 2px solid #ef4130;
}
