/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

nav.elementor-nav-menu--layout-horizontal .elementor-item {
    color: #333;
    fill: #333; 
}
nav.elementor-nav-menu--layout-horizontal li:nth-child(5) .elementor-item {
    text-decoration: underline;
}
#newsletter-subscriber-container .e-con-inner {
    position: relative;
    padding: 20px 0; /* Espace au-dessus et en-dessous si nécessaire */
}
#newsletter-subscriber-container .e-con-inner::before,
#newsletter-subscriber-container .e-con-inner::after {
    content: "";
    position: absolute;
    left: 20px; /* Marge blanche à gauche */
    right: 20px; /* Marge blanche à droite */
    height: 6px; /* Épaisseur du trait */
    background: rgba(200, 200, 200, 0.3); /* Gris pâle */
    filter: blur(2px); /* Effet flou */
    z-index: 1;
    border-radius: 3px; /* Optionnel : bords légèrement arrondis */
}
#newsletter-subscriber-container .e-con-inner::before {
    top: 0;
}
#newsletter-subscriber-container .e-con-inner::after {
    bottom: 0;
}
#newsletter-subscriber-container form label {
    display: none;
}
#newsletter-subscriber-container form .tnp-privacy-field label {
    display: block;
}
#newsletter-subscriber-container .tnp-subscription {
    margin: 0;
}
#newsletter-subscriber-container  .tnp-submit {
    background: none;
    border: none;
    color: var(--e-global-color-primary);
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    top: 0;
    right: 12%;
    margin-top: -5px;
}
ul li:not(:last-child),
ol li:not(:last-child) {
    margin-bottom: 12px;
}
nav ul li:last-child, nav ol li:last-child {
    margin-bottom: 12px;
}
#tarif-sans-engagement {
    position: absolute;
    top: 11.5em;
    width: 100%;
}
#tarif-sans-engagement p b {
    color: var(--e-global-color-d49ac81); 
}
.e-n-tabs-heading button {
    font-size: 24px;
}
.e-n-tabs-heading button:first-child {
    border-radius: 30px 0 0 30px;
}
.e-n-tabs-heading button:last-child {
    border-radius: 0 30px 30px 0;
}
.e-n-tabs-heading button u {
    margin-left: 1em;
    font-size: 14px;
    text-decoration-line: underline;
    text-decoration-color: var(--e-global-color-c978883);
    text-decoration-thickness: 4px;
}
#tarifs-container .tarifs-offre .tarif-par-an strong {
    font-family: "Anton", Sans-serif;
    font-size: 1.2em;
    font-weight: 550;
}
#contact-request-form h1,
#demo-request-form h1 {
    font-size: 40px;
    margin-bottom: 10px;
}
#demo-request-form p {
    margin-bottom: 10px;
}
#contact-request-form button[type="submit"],
#demo-request-form button[type="submit"] {
    flex-basis: 15em;
    font-size: 18px;
    padding: 12px 24px;
    margin-top: 1em;
    text-align: right;
}

/* Début search page */
#search-page {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    --margin-top: 130px;
    --margin-bottom: 0px;
    --margin-left: 40px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}
#search-page h1 {
    margin-top: 110px;
}
#search-page .e-con-inner {
    gap: var(--row-gap) var(--column-gap);
    height: 100%;
    margin: 0 auto;
    max-width: var(--content-width);
    padding-inline-end:0;padding-inline-start:0;width: 100%
}
#search-page .cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  padding-top: 2em;
  padding-bottom: 2em;
}
#search-page .card {
  border: 1px solid #ccc;
  border-radius: 12px;
  overflow: hidden;
  background: white;
  transition: box-shadow 0.3s;
}
#search-page .card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  color: black;
}
#search-page a:hover {
  color: black;
}
#search-page .card-image img {
  width: 100%;
  height: auto;
}
#search-page .card-content {
  padding: 1rem;
}
#search-page .card-content h2 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
}
#search-page .button {
  display: inline-block;
  margin-top: 1rem;
  color: #fff;
  background: #0073aa;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  text-decoration: none;
}
/* Fin search page */

@media (max-width: 767px) {
    p {
        margin-bottom: 10px;
    }
    #newsletter-subscriber-container  .tnp-submit { 
        position: unset;
        top: unset;
        right: unset;
        text-align: left;
    }
    #tarif-sans-engagement {
        position: unset;
        top: unset;
        width: unset;
    }
    .elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs-heading {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 0;
    }
    .elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title {
        order: unset;
        width: 25% !important;
        font-size: 16px;
        line-height: 1em !important;
        /*flex: 1 1 auto;*/
        text-align: center;
        white-space: nowrap;
    }
    .elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title .e-n-tab-title-text {
        display: block;
    }
    .elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title u {
        font-size: 10px;
        display: block;
    }
    .e-n-tabs-heading button u {
        margin-left: 0;
        text-decoration-thickness: 3px;
    }
    #tarifs-container .tarifs-offre {
        margin-bottom: 2em;
    }
    #tarifs-container .tarifs-offre * {
        position: unset;
    }
    #tarifs-container .tarifs-offre h2 {
        font-size: 30px;
    }
    #tarifs-container .tarifs-offre .tarif-abo {
        font-size: 40px;
        margin-top: -0.5em;
    }
    #tarifs-container .tarifs-offre .montant {
        width: var(--container-widget-width, 6em);
    }
    #tarifs-container .tarifs-offre .ht-par-mois {
        display: inline-block;
        margin-top: -60px;
        margin-left: 130px;
        width: 30%;
        line-height: 1em;
    }
    #tarifs-container .tarifs-offre .ht-par-mois-plus {
        margin-left: 52px;
        font-size: 12px;
    }
    #tarifs-container .tarifs-offre .montant-plus {
        top: -4.8em;
        position: relative;
    }
    #tarifs-container .tarifs-offre.mensuel .montant-plus,
    #tarifs-container .tarifs-offre.annuel .montant-plus {
        top: -3.62em;
    }
    #tarifs-container .tarifs-offre.annuel .tarif-par-an-plus {
        top: -6em;
        left: 0;
        font-size: 12px;
        position: relative;
    }
    #tarifs-container .offre-vide {
        display: none;
        width: 10em;
    }

}

