a,
a:hover {
    text-decoration: none;
}

a:focus-visible {
    outline: 0;
}

.tmnf_container {
    padding: 0 15px;
}

.tmnf_page_header {
    margin-top: 0;
    padding-top: 70px;
}

.text-yellow {
    color: #EDC039;
}

/* HEADER */
/* top header */
.tmnf_top_header {
    background: #000;
    padding: 4px 0;
}

.tmnf_top_header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
}

ul.top_header_social {
    display: flex;
    gap: 40px;
    align-items: center;
}

ul.top_header_social li a {
    font-size: 12px;
    width: 23px;
    height: 23px;
    display: flex;
    background: #fff;
    color: #000;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

ul.top_header_social li a i {
    background: #fff;
    color: #000;
}

.top-header-left {
    display: flex;
    gap: 40px;
}

.btn-phone-top-header a {
    color: #fff;
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-phone-top-header a:hover {
    color: #fff;
}

.language-switcher {
    display: flex;
    align-items: center;
    gap: 15px;
}

.language-switcher span {
    color: #fff;
}

.pll_languages_menu {
    display: flex;
    gap: 20px;
}

.pll_languages_menu li {
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 3px;
}

.pll_languages_menu li img {
    width: 24px;
    height: auto;
}

.pll_languages_menu li.current-lang {
    border-color: #fff;
}

/* Main header */
#header, #navigation, #main_menu > li {
    border: 0;
}

.tmnf-main-header {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #000;
    margin-top: 10px;
}

.header_minimal .title_part {
    margin-right: 0;
}

.title_part {
    flex: 0 0 164px;
}

nav#navigation {
    height: 100%;
    border: 0;
}

#main_menu > li {
    height: 100%;
    border: 0;
}

#main_menu > li > a {
    height: 100%;
    display: flex;
    align-items: center;
}

.header_minimal .show_menu {
    top: 14px;
    right: 0;
}

/* Last Menu Button */

.last-menu-button {
    flex: 0 0 230px;
    display: flex;
}

.last-menu-button a {
    background: #006BFF;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e3f4f4;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 17px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.last-menu-button a:hover {
    background-color: rgb(4, 146, 255);
    color: #fff;
}

/* Under header */
.tmnf_under_menu {
    padding: 10px 0;
}

.under-menu-text p {
    color: #fff;
    text-align: center;
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

/* Home Blog */
.features-blog .tmnf_read_more {
    background: #006BFF;
    color: #fff;
    padding: 5px 25px;
    margin-top: 15px;
    border: 1px solid #006BFF;
}

.features-blog .tmnf_read_more:hover {
    color: #006BFF;
    background: #fff;
}

/* FOOTER */
.footer_text {
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0;
}

.footer_text a {
    padding: 0 10px;
}

.footer-top-border {
    height: 60px;
    background: #19233e;
}

#footer .tmnf_border {
    border: 0;
}

.footer_widgets {
    display: flex;
    flex-wrap: wrap;
}

.tmnf_cell.first {
    flex: 0 0 25%;
}

.tmnf_cell.second {
    flex: 0 0 25%;
}

.tmnf_cell.last {
    flex: 0 0 50%;
}

.tmnf_cell.last .sidebar_item img {
    margin-left: auto;
}

.tmnf_cell.last .sidebar_item p {
    text-align: right;
}

.footer_widgets ul li a {
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 6px;
    border-bottom: 1px solid #000;
    display: block;
}

.footer_widgets ul li {
    border: 0;
    margin-bottom: 10px;
}

.foocol .sidebar_item h5 {
    margin-bottom: 20px;
}

.footer_bottom {
    padding: 0;
}

/* Back Top */
.tmnf_top_scroll {
    padding: 5px 10px 5px 10px;
    right: 0;
    width: 45px;
}

.elementor-editor-active #header {
    background-color: #161e35 !important;
}

.elementor-edit-mode {
    padding-top: 0 !important;
}

/* Breadcrumb */

.breadcrumbs-separator {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 14px solid #EDC039;
    /* margin: 0 8px; */
}

.breadcrumb-wrapper span,
.breadcrumb-wrapper span a {
    color: #FFFFFF;
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-size: 11px;
}

.breadcrumb-wrapper > span {
    display: flex;
    align-items: center;
    gap: 11px;
}

/* Product card */
.product-description ul {
    list-style-type: disc;
    padding-left: 25px;
}

/* Product detail  */
.form-devis {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 6px;
}

.form-devis label {
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
}

.form-devis input[type="number"] {
    padding: 10px;
    font-size: 16px;
    width: 100px;
    border: 1px solid #000;
    border-radius: 0;
    margin: 0;
}

.form-devis input[type="number"]:focus-visible {
    outline: 0;
}

.form-devis button {
    background-color: #1976ff;
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 0;
}

.form-devis button:hover {
    background-color: #005ce6;
}

/* how it work */
.how-it-works {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 60px;
    row-gap: 90px;
}

.how-it-works .step {
    flex: 0 0 calc(33.3333% - 40px);
    display: flex;
    align-items: center;
    min-height: 194px;
    position: relative;
    z-index: 10;
}

.how-it-works .step .circle {
    flex: 0 0 97px;
    min-height: 194px;
    background: #151E36;
    border-radius: 97px 0 0 97px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 70px;
    font-weight: 400;
}

.how-it-works .step p {
    min-height: 194px;
    background: #EDC039;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
}

.border-bottom:before {
    content: "";
    width: 90%;
    height: 1px;
    background: #ebc14a;
    position: absolute;
    top: 100%;
    left: calc(50% - 45%);
}

.how-it-works .step-1:before {
    content: "";
    height: 118px;
    background: #ebc14a;
    width: 1px;
    position: absolute;
    z-index: -1;
    top: -110px;
    left: 50%;
}

.how-it-works .step-1:after {
    content: "";
    height: 1px;
    background: #ebc14a;
    width: 90px;
    position: absolute;
    z-index: -1;
    top: 50%;
    right: -73px;
}

.how-it-works .step-2:after {
    content: "";
    height: 1px;
    background: #ebc14a;
    width: 90px;
    position: absolute;
    z-index: -1;
    top: 50%;
    right: -73px;
}

.how-it-works .step-3:after {
    content: "";
    height: 145px;
    background: #ebc14a;
    width: 1px;
    position: absolute;
    z-index: -1;
    bottom: -110px;
    left: 60%;
}

.how-it-works .step-4:after {
    content: "";
    height: 1px;
    background: #ebc14a;
    width: 90px;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: -73px;
}

.how-it-works .step-5:after {
    content: "";
    height: 1px;
    background: #ebc14a;
    width: 90px;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: -73px;
}

.how-it-works .step-6:after {
    content: "";
    height: 145px;
    background: #ebc14a;
    width: 1px;
    position: absolute;
    z-index: -1;
    bottom: -110px;
    left: 60%;
}

.how-it-works .step-6:before {
    content: "";
    width: 475px;
    height: 94px;
    position: absolute;
    bottom: -196px;
    left: 58%;
    background: url(http://localhost/linerbenne/wp-content/uploads/2025/05/bottom-line.png) no-repeat center;
    background-size: cover;
}

/*  Team box */

.team-box .elementor-image-box-content h3.elementor-image-box-title span {
    display: block;
    color: #EDC039;
    font-size: 13px;
}

.team-box .elementor-image-box-content ul {
    list-style-type: disc;
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
}

/* Blog */
h1.tmnf_main_title {
    color: #151E36;
    font-size: 64px;
}

.breadcrumb-bare {
    background: #232C47;
    padding: 20px 0;
    border-top: 1px solid #000;
}

.breadcrumb-bare .breadcrumb-wrapper {
    padding: 0 10px;
}

#tmnf_core_archive {
    display: flex;
    gap: 77px;
}

.tmnf_blog_item {
    box-shadow: 0 4px 10px 0 #0000001A;
}

.excerpt_date {
    color: #EDC039;
}

.tmnf_meta.tmnf_meta_category a {
    color: #006BFF;
    font-size: 16px;
    font-family: "Reddit Sans", sans-serif;
    text-decoration: underline;
}

a.tmnf_read_more {
    background: #EDC039;
    color: #fff;
    padding: 10px 20px;
}

/* SideBar Widget */
#sidebar .sidebar_item {
    padding: 0;
    box-shadow: 0 4px 10px 0 #0000001A;
    margin-bottom: 5px;
}

.sidebar_item.tmnf_ghost ul.menu li.yellow-btn a {
    background: #EDC039;
    color: #000;
}

.sidebar_item.tmnf_ghost ul.menu li.blue-btn a {
    background: #006BFF;
    color: #fff;
}

.sidebar_item.tmnf_ghost ul.menu li {
    padding: 0;
}

.sidebar_item.tmnf_ghost ul.menu li a {
    display: block;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Reddit Sans', sans-serif;
    padding: 16px 30px;
    text-transform: uppercase;
}

.widget-box-siderbar {
    padding: 30px;
    text-align: center;
}

.widget-box-siderbar h4.widget_title {
    border: 0;
}

.widget-box-siderbar .widget-image img {
    max-width: 80%;
    margin: 0 auto;
}

.widget-box-siderbar .widget-button a {
    background: #eec139;
    font-size: 13px !important;
}

.widget-box-siderbar .widget-button {
    margin-top: 20px;
}

.tmnf_featured_widget {
    padding: 30px;
}

.tmnf_featured_item {
    padding: 0;
    display: flex;
    align-items: center;
}

.tmnf_featured_item .tmnf_post_thumbnail {
    margin: 0 10px 5px 0;
    max-width: 60px;
}

.sidebar_item.tmnf_ghost > h4.widget_title.tmnf_small_titles.tmnf_border {
    padding: 20px;
}

.newsletter-signup {
    padding: 30px;
}

.widget-box-image-title {
    padding: 134px 30px;
    text-align: center;
}

.widget-box-image-title .widget-image {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.widget-box-image-title .widget-title-h5 {
    font-size: 20px;
    color: #151E36;
    font-family: "Onest", sans-serif;
}

/* Single Post Modele */
.tmnf_row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.tmnf_post_featured_image {
    flex: 0 0 calc(25% - 15px);
}

.tmnf_post_details {
    flex: 0 0 calc(75% - 15px);
}

.tmnf_blog_post_wrapper {
    background: #232C47;
    box-shadow: 0 4px 4px 0 #00000040 inset;
    padding: 70px 0;
}

.separator-bg {
    height: 70px;
    width: 100%;
    background: #171e34;
}

.tmnf_post_details .tmnf_main_title {
    color: #fff;
}

.partage-article {
    display: flex;
    gap: 12px;
}

.partage-article a {
    color: #fff;
}

.tmnf_blog_post_wrapper .tmnf_meta.tmnf_post_meta,
.tmnf_blog_post_wrapper .tmnf_meta_category a {
    color: #fff;
}

.tmnf_blog_post_wrapper .tmnf_single_excerpt {
    color: #fff;
}

.tmnf_post_featured_image {
    flex: 0 0 calc(26% - 15px);
}

.tmnf_post_details {
    flex: 0 0 calc(74% - 15px);
}

#tmnf_core_ {
    margin-top: 30px;
}

/* Contact page */
.form-row label {
    display: flex;
    flex-direction: column;
}

.form-row .wpcf7-form-control-wrap input {
    padding: 10px 20px;
}

.form-row .wpcf7-form-control-wrap input:focus,
.form-row .wpcf7-form-control-wrap textarea:focus {
    border-color: #EDC039;
    outline: none;
}

.form-row .wpcf7-form-control-wrap input:focus-visible,
.form-row .wpcf7-form-control-wrap textarea:focus-visible {
    border-color: #EDC039;
    outline: none;
}

.form-row .wpcf7-form-control-wrap input, .form-row .wpcf7-form-control-wrap textarea {
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}

.form-row .wpcf7-form-control-label {
    font-size: 23px;
}

.contact-box a {
    color: #fff;
}

.contact-box a:hover,
.contact-box a:active,
.contact-box a:visited {
    color: #EDC039;
}

.form-fields input[type="submit"]:hover, .form-fields input[type="submit"]:active, .form-fields input[type="submit"]:visited {
    background: #fff;
}

.form-fields input[type="submit"] {
    margin: 0;
    font-size: 14px;
    color: #474747;
    padding: 13px 35px;
    border: 1px solid #eec139;
}

.tmnf_row_centered {
    justify-content: center;
    text-align: center;
}

.tmnf_nav select {
    display: none;
}

.tmnf_nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.tmnf_nav ul li {
    position: relative;
}

.tmnf_nav ul li:not(:first-child):before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 21px;
    width: 3px;
    background: #006BFF;
    transform: translateY(-50%);
}

.tmnf_nav a {
    font-family: 'Reddit Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
    color: #006BFF;
    line-height: 1;
    display: block;
    padding: 0 10px;
}

.tmnf_nav ul li {
    position: relative;
    text-align: center;
}

.tmnf_nav ul li:first-child {
    width: 65px;
}

.tmnf_nav ul li:not(:first-child) {
    flex: 1;
}

a.tmnf_nav-link.active {
    color: #EDC039;
}

.produit-categories-nav {
    margin-top: 90px;
    margin-bottom: 140px;
}

.tmnf_produits_sidebar_row {
    display: flex;
    flex-wrap: wrap;
    gap: 67px;
}

.tmnf_produits_col {
    flex: 2;
}

.tmnf_sidebar_col {
    flex: 1;
}

.tmnf_produit_wrapper_loop {
    display: flex;
    flex-wrap: wrap;
    gap: 88px;
}

.tmnf_produit_card {
    flex: 0 0 calc((100% - 88px) / 2);
    background: #FFF;
    box-shadow: 0 4px 10px 0 #0000001A;
    padding: 15px;
}

.tmnf_sidebar_col .widget_block {
    background: #EDC039;
    padding: 15px;
    margin-bottom: 37px;
    border-radius: 4px;
}

.tmnf_sidebar_col .widget_block h2 {
    font-family: "Onest", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #FFF;
    margin-bottom: 36px;
}

.tmnf_sidebar_col .widget_block {
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #151E36;
}

.tmnf_sidebar_col .widget_block a {
    font-family: "Reddit Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #006BFF;
    border: 1px solid #006BFF;
    background: #FFF;
    display: table;
    margin: 15px auto 0;
    padding: 9px 25px;
}

.tmnf_sidebar_col .widget_block a:hover {
    background: #006BFF;
    color: #fff;
}

.tmnf_produit_card_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.tmnf_produit_image {
    margin-bottom: 50px;
}

.tmnf_produit_image,
.tmnf_produit_image a {
    display: flex;
    width: 100%;
}

.tmnf_produit_image img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 4px;
}

.tmnf_produit_actions {
    margin-top: auto;
}

.tmnf_produit_title h5 {
    font-family: "Reddit Sans", sans-serif;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 5px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 50px;
}

.tmnf_produit_short_desc {
    font-family: "Reddit Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin-bottom: 50px;
    line-height: 21px;
}

.tmnf_produit_categories span,
.tmnf_produit_types span {
    font-family: "Reddit Sans", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    flex: none;
}

.tmnf_produit_types {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
}

.tmnf_categories {
    line-height: 1;
    margin-bottom: 15px;
}

.tmnf_categories a {
    font-family: "Reddit Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    text-decoration: underline;
    color: #006BFF;
}

.tmnf_types {
    font-family: "Reddit Sans", sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #000;
}

.tmnf_produit_actions {
    margin-top: auto;
    display: flex;
    gap: 9px;
}

.tmnf_produit_actions a {
    font-family: "Reddit Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border: 1px solid;
}

.tmnf_produit_actions a.btn-devis {
    background: #EDC039;
    border-color: #EDC039;
    color: #151E36;
}

.tmnf_produit_actions a.btn-view {
    background: #006BFF;
    border-color: #006BFF;
    color: #FFF;
}

.tmnf_produit_actions a.btn-devis:hover {
    background: #FFF;
    color: #EDC039;
}

.tmnf_produit_actions a.btn-view:hover {
    background: #FFF;
    color: #006BFF;
}

.tmnf-gallery-main {
    text-align: center;
    margin-bottom: 1rem;
    height: 450px;
}

.tmnf-gallery-main img {
    width: 100%;
    height: 100%;
    cursor: zoom-in;
    max-height: 100%;
    object-fit: cover;
}

.tmnf-gallery-thumbnails {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

.tmnf-thumb-item {
    cursor: pointer;
    border: 1px solid transparent;
    padding: 2px;
}

.tmnf-thumb-item.active {
    border-color: #007cba;
}

.tmnf-thumb-item img {
    height: 60px;
    width: auto;
}

.tmnf_single_produit_row {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 150px;
}

.tmnf_produit_gallery {
    flex: 0 0 calc(45% - (50px / 2));
    position: relative;
}

.tmnf_produit_basic_info {
    flex: 0 0 calc(55% - (50px / 2));
}

.tmnf_badge_produit_phare {
    position: absolute;
    top: -60px;
    left: -60px;
    background: #EDC039;
    box-shadow: 0 4px 4px 0 #00000040;
    font-family: "Reddit Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    transform: rotate(-16.6666deg);
    width: 114px;
    height: 114px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.basicLightbox__placeholder {
    padding: 0 30px;
}

.tmnf-lightbox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 22px;
    color: #fff;
    background: #EDC039;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1001;
    line-height: 38px;
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tmnf-lightbox {
    position: relative;
}

.tmnf_produit_title h2 {
    font-family: "Onest", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    color: #EDC039;
}

.tmnf_produit_desciptions {
    font-family: "Reddit Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.56;
    color: #000;
}

.tmnf_produit_shortDesc {
    margin-bottom: 27px;
}

.tmnf_produit_description_content ul {
    list-style: disc;
    padding-left: 15px;
}

.tmnf_produit_demande_devis_box {
    background: #151E36;
    padding: 67px 46px 27px 50px;
    margin-top: 60px;
}

.tmnf_produit_demande_devis_box h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    color: #EDC039;
}

.tmnf_produit_demande_devis_box p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #FFF;
}

.tmnf_bg_blue_pitrol {
    background: #151E36;
    padding: 40px 30px;
    color: #fff;
    line-height: 1.5;
}

.tmnf_produit_meta_data h2 {
    font-family: "Onest", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    color: #151E36;
}

.tmnf_produit_meta_data {
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #000000;

}

.tmnf_produit_meta_data .tmnf_bg_blue_pitrol h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    color: #EDC039;
}

.tmnf_produit_meta_data .tmnf_bg_blue_pitrol p {
    margin-bottom: 26px;
}

.tmnf_produit_data_box {
    margin-bottom: 50px;
}

.tmnf_text_four_colomn {
    column-count: 4;
    column-gap: 2rem;
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}

.tmnf_text_four_colomn strong {
    color: #EDC039;
    text-transform: uppercase;
    font-weight: 700;
}

.tmnf_text_four_colomn b {
    font-weight: 900;
}

.tmnf_produit_specificites,
.tmnf_produit_techniques,
.tmnf_produit_code_environement {
    background: #FFF;
    padding: 40px 30px;
}

.tmnf_produit_data_box img {
    width: 100%;
}

.tmnf_produit_techniques h3 {
    font-family: "Onest", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #426fe9;
}

body.tmnf-lightbox-open #tmnf-main-image {
    visibility: hidden;
}

.produits-navigation {
    margin-top: 50px;
}

.produit-template-default .tmnf_produit_specificites ul,
.produit-template-default .tmnf_produit_adr ul,
.produit-template-default .tmnf_produit_code_environement ul,
.produit-template-default .tmnf_produit_agrement_tmd ul {
    list-style: disc;
    padding-left: 15px;
}

.ce_with_images {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.tmnf_produit_ce_text {
    flex: 1;
}

.tmnf_produit_ce_images {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.tmnf_produit_ce_images img {
    max-width: calc(50% - 8px);
    height: 235px;
    object-fit: cover;
}

.tmnf_produit_ce_images.one_images img {
    max-width: 100%;
}

.modern-footnotes-footnote a {
    color: #ebc14a;
    font-size: 9px;
    position: absolute;
    top: 0;
}

sup.modern-footnotes-footnote {
    position: relative;
    width: 8px;
    display: inline-block;
    height: 15px;
}

@media screen and (min-width: 768px) {
    .tmnf_links_credits {
        float: none;
    }

    .tmnf_sidebar_active .tmnf_sidebar_right .tmnf_entry, .tmnf_sidebar_active .tmnf_sidebar_left .tmnf_entry {
        padding-left: 0;
        border: 0;
    }
}

@media screen and (min-width: 1200px) {
    [class*="hero-cover"] #header:not(.scrolled) {
        background: #161e35 !important;
    }

    [class*="hero-cover"] #header {
        backdrop-filter: none !important;
        position: static;
    }

    ul#main_menu {
        display: flex;
        justify-content: center;
    }

    .tmnf_menu ul {
        width: 280px;
    }

    .tmnf_menu li.menu-item-has-children .sub-menu a {
        padding-right: 0 !important;
    }

    .archive_subtitle {
        max-width: 100%;
    }

    .tmnf_page_header .tmnf_cell {
        max-width: 100%;
        padding: 0;
    }

    .tmnf_cell {
        padding: 0;
    }
}

@media (max-width: 1600px) {
    .tmnf_badge_produit_phare {
        position: absolute;
        top: -92px;
        left: -6px;
    }
}

@media (max-width: 1500px) {
    #tmnf_core_archive {
        gap: 25px;
    }

    .tmnf_cell {
        padding: 0;
    }
}

@media (max-width: 1271px) {
    .how-it-works .step p {
        padding: 10px 14px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .title_part img {
        max-height: 95px;
    }

    nav#navigation {
        position: absolute;
        top: calc(100% - 15px);
        width: 100%;
        left: 0;
    }

    nav#navigation #main_menu {
        background: #161e35;
        padding: 0 20px;
    }

    #header .tmnf_cell {
        display: flex;
        justify-content: space-between;
        padding-right: 155px;
    }

    .tmnf_produits_sidebar_row {
        gap: 25px;
    }

    .tmnf_produit_wrapper_loop {
        gap: 20px;
    }

    .tmnf_produit_card {
        flex: 0 0 calc((100% - 20px) / 2);
    }

    .produit-categories-nav {
        margin-top: 35px;
        margin-bottom: 40px;
    }

    .tmnf_nav a {
        font-size: 13px;
    }

    .tmnf_sidebar_col .widget_block h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .tmnf_sidebar_col .widget_block {
        font-size: 14px;
    }
}

@media (max-width: 1047px) {
    .how-it-works {
        column-gap: 30px;
        row-gap: 30px;
    }

    .how-it-works .step {
        flex: 0 0 calc(33.3333% - 20px);
    }

    .how-it-works .step p {
        font-size: 12px;
    }

    .how-it-works .step-6:before {
        width: 350px;
        height: 63px;
        bottom: -171px;
    }
}

@media (max-width: 1024px) {
    .tmnf_cell.last {
        flex: 0 0 33.333%;
        padding: 0;
    }

    .tmnf_cell.first {
        flex: 0 0 33.333%;
    }

    .tmnf_cell.second {
        flex: 0 0 33.333%;
    }
}

@media (max-width: 895px) {
    .how-it-works {
        justify-content: center;
    }

    .how-it-works .step {
        flex: 0 0 75%;
        max-width: 75%;
        flex-wrap: wrap;
        min-height: 150px;
    }

    .how-it-works .step .circle {
        flex: 0 0 75px;
        min-height: 150px;
        border-radius: 75px 0 0 75px;
    }

    .how-it-works .step p {
        min-height: 150px;
        flex: 0 0 calc(100% - 75px);
    }

    .how-it-works .step-6 {
        order: 6;
    }

    .how-it-works .step-5 {
        order: 5;
    }

    .how-it-works .step-4 {
        order: 4;
    }

    .how-it-works .step-1:after,
    .how-it-works .step-2:after,
    .how-it-works .step-3:after,
    .how-it-works .step-4:after,
    .how-it-works .step-5:after {
        right: initial;
        height: 118px;
        background: #ebc14a;
        width: 1px;
        position: absolute;
        z-index: -1;
        top: 100px;
        left: 50%;
    }

    .how-it-works .step-6:after {
        height: 130px;
        width: 7px;
        background: url(http://localhost/linerbenne/wp-content/uploads/2025/05/Line-18.png) no-repeat center;
        background-size: cover;
        top: 100px;
        left: 50%;
    }

    .how-it-works .step-6:before {
        display: none;
    }

    body.elementor-default .elementor-element.how-it-work-wrapper {
        --padding-bottom: 90px
    }
}

@media (max-width: 991px) {
    .tmnf_blog_item h2 {
        font-size: 21px;
        line-height: 1.2;
    }

    .tmnf_blog_item p.tmnf_excerpt {
        display: block;
        font-size: 14px;
        line-height: 19px;
    }

    .tmnf_blog_item.has-post-thumbnail .tmnf_blog_item_inn {
        min-height: initial;
    }

    .tmnf_produit_title h5 {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 18px;
    }

    .tmnf_produit_actions {
        flex-direction: column;
    }

    .tmnf_produit_types {
        margin-bottom: 14px;
    }

    .tmnf_produit_image {
        margin-bottom: 12px;
    }

    .tmnf_produit_categories span, .tmnf_produit_types span {
        font-size: 13px;
    }

    .tmnf_categories a {
        font-size: 13px;
    }

    .tmnf_single_produit_row {
        gap: 20px;
        margin-top: 35px;
        flex-direction: column;
    }

    .form-devis button {
        padding: 10px 11px;
        font-size: 14px;
    }

    h1.tmnf_main_title {
        font-size: 40px !important;
    }

    .tmnf_badge_produit_phare {
        position: absolute;
        top: -50px;
        left: -6px;
    }

    .tmnf_text_four_colomn {
        column-count: 3;
    }
}

@media (max-width: 767px) {
    body.elementor-default .elementor-element.no-bg-colo-mobile {
        background-color: transparent !important;
    }

    .hero-bg-banner:before {
        content: '';
        background-color: transparent;
        background-image: linear-gradient(270deg, #00000026 12%, #000 79%);
        opacity: 0.5;
    }

    .tmnf_cell.last {
        order: 1;
        flex: 0 0 100%;
    }

    .tmnf_cell.first {
        order: 2;
        flex: 0 0 100%;
        padding: 0 10px;
    }

    .tmnf_cell.second {
        order: 3;
        flex: 0 0 100%;
        padding: 0 10px;
    }

    .tmnf_cell.last .sidebar_item img {
        margin: 0 auto;
    }

    .tmnf_cell.last .sidebar_item p {
        text-align: center;
    }

    .footer_text {
        display: block;
        text-align: center;
    }

    .footer_text a {
        display: block;
    }

    #tmnf_core_archive {
        flex-direction: column;
    }

    #sidebar {
        max-width: 400px;
        margin: 0 auto;
    }

    .tmnf_blog_post_wrapper {
        padding: 25px 0;
    }

    .tmnf_post_details .tmnf_main_title {
        font-size: 28px !important;
    }

    .tmnf_produits_sidebar_row {
        flex-direction: column;
    }

    .tmnf_nav ul {
        display: none;
    }

    .tmnf_nav select {
        display: block;
        width: 100%;
        padding: 10px;
        font-size: 16px;
        font-family: 'Reddit Sans', sans-serif;
        color: #006BFF;
        border: 1px solid #ccc;
        border-radius: 5px;
        background: white;
    }

    .tmnf_sidebar_col {
        margin-top: 100px;
    }

    .tmnf_text_four_colomn {
        column-count: 2;
        column-gap: 5px;
    }
}

@media (max-width: 620px) {
    .last-menu-button a {
        font-size: 15px;
    }

    .title_part {
        flex: 0 0 100px;
    }

    #header .tmnf_cell {
        padding-right: 140px;
    }

    .last-menu-button {
        flex: 0 0 170px;
    }

    .top-header-left,
    ul.top_header_social {
        gap: 15px;
    }

    .language-switcher {
        gap: 8px;
    }

    .pll_languages_menu {
        gap: 10px;
    }

    .pll_languages_menu li img {
        width: 19px;
    }
}

@media (min-width: 490px) {
    .tmnf_menu li.special {
        display: none !important;
    }
}

@media (max-width: 575px) {
    nav#navigation #main_menu {
        padding: 0 15px;
    }

    .tmnf_menu li {
        padding: 3px 0;
    }

    .tmnf_menu > li > a, .show_menu {
        font-size: 14px;
    }

    .tmnf_produit_card {
        flex: 0 0 100%;
    }

    .breadcrumb-bare .breadcrumb-wrapper {
        padding: 0;
    }

    .breadcrumb-bare .tmnf_container {
        padding: 0;
    }

    .breadcrumbs-separator {
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 6px solid #EDC039;
    }

    .breadcrumb-wrapper > span {
        gap: 5px;
    }

    .breadcrumb-wrapper span, .breadcrumb-wrapper span a {
        font-size: 9px;
    }

    .tmnf_produit_demande_devis_box {
        padding: 15px 15px 10px 10px;
        margin-top: 20px;
    }

    .tmnf_produit_gallery {
        max-width: 100%;
    }

    .form-devis {
        flex-wrap: wrap;
    }

    .form-devis button {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .form-devis input[type="number"] {
        flex: 1;
    }
}

@media (max-width: 490px) {
    .last-menu-button {
        display: none;
    }

    .btn-phone-top-header a span {
        display: none;
    }

    .language-switcher > span {
        display: none;
    }

    .under-menu-text p {
        font-size: 12px;
    }

    .tmnf_under_menu {
        padding: 5px 0;
    }

    .tmnf_blog_item.has-post-thumbnail .tmnf_imgwrapper {
        min-height: 220px;
    }
}