@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//niooton.fr/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.7") format("woff2");
}

:root {
	--wd-text-font: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 15px;
	--wd-title-font: "Manrope3", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Manrope3", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Manrope3", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Manrope3", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(189,36,49);
	--wd-alternative-color: rgb(40,37,37);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(142,203,222);
	--btn-accented-bgcolor-hover: rgb(115,190,214);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://niooton.fr/wp-content/uploads/2021/08/alternative-energy-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: url(https://niooton.fr/wp-content/uploads/2026/05/energy.png);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(0,0,0);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


@font-face {
	font-family: "Manrope3";
	src: url("//niooton.fr/wp-content/uploads/2021/08/Manrope3-Thin.woff2") format("woff2"), 
url("//niooton.fr/wp-content/uploads/2021/08/Manrope3-Thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Manrope3";
	src: url("//niooton.fr/wp-content/uploads/2021/08/Manrope3-Bold.woff2") format("woff2"), 
url("//niooton.fr/wp-content/uploads/2021/08/Manrope3-Bold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Manrope3";
	src: url("//niooton.fr/wp-content/uploads/2021/08/Manrope3-Regular.woff2") format("woff2"), 
url("//niooton.fr/wp-content/uploads/2021/08/Manrope3-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

/* ============================= */
/* HEADER + TOPBAR - DÉGRADÉ     */
/* ============================= */

/* Cible la vraie zone du header Woodmart */
.whb-main-header,
.whb-top-bar {
    position: relative;
    z-index: 10;
}

/* Overlay dégradé */
.whb-main-header::before,
.whb-top-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.50),
        rgba(0, 0, 0, 0.45),
        rgba(0, 0, 0, 0)
    );
    z-index: 0;
    pointer-events: none;
}

/* Assure que le contenu reste au-dessus */
.whb-main-header > *,
.whb-top-bar > * {
    position: relative;
    z-index: 2;
}


/* ============================= */
/* LISIBILITÉ TEXTE              */
/* ============================= */

.whb-header a,
.whb-header .wd-tools-element,
.whb-header .whb-text-element {
    color: #fff !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}


/* ============================= */
/* MENU                          */
/* ============================= */

.whb-header .menu > li > a {
    color: #fff !important;
}

.whb-header .menu > li > a:hover {
    opacity: 0.8;
}


/* ============================= */
/* HEADER AU SCROLL              */
/* ============================= */

.whb-sticked {
    background: rgba(0, 0, 0, 0.7) !important;
}

/* Bloc texte du slide */
.slide-text-layer .title-wrapper {
    position: relative;
    padding: 35px 25px;
    border-radius: 18px;
    overflow: hidden;
}

/* Halo sombre derrière le texte */
.slide-text-layer .title-wrapper::before {
    content: "";
    position: absolute;
    inset: -40px;
    background: radial-gradient(
        circle at right center,
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.35),
        rgba(0,0,0,0)
    );
    z-index: 0;
    pointer-events: none;
}

/* Texte au-dessus */
.slide-text-layer .title-wrapper > * {
    position: relative;
    z-index: 2;
}

/* Ombre texte */
.slide-text-layer .title-subtitle,
.slide-text-layer .woodmart-title-container {
    text-shadow: 0 3px 12px rgba(0,0,0,0.75);
}





.wd-dropdown-menu a {
	color:#474747 !important;
	text-shadow:initial !important;
}
.wd-dropdown-menu a:hover {
	color:#bd2431 !important;
}

.wd-nav[class*="wd-style-"]>li>a {
    color: white;
}

.scrollToTop {
    bottom: auto !important;
    top: 50% !important;
    transform: translateY(-50%);
}

.home-activity a {
    margin: 1px;
}
.home-activity a img{
    width: 100%;
}


.niooton-solutions {
    padding: 20px;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.niooton-solutions .container {
    max-width: 1600px;
    margin: 0 auto;
}


/* Grille des secteurs */
.niooton-solutions .sectors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Carte secteur */
.niooton-solutions .sector-card {
    background: white;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    border: 1px solid #dedede;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.niooton-solutions .sector-card:hover {
    /* transform: translateY(-15px); */
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.15);
}

/* Header carte */
.niooton-solutions .sector-header {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.niooton-solutions .sector-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.niooton-solutions .sector-card:hover .sector-image {
    transform: scale(1.08);
}

.niooton-solutions .sector-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    display: flex;
    align-items: center;
}

.niooton-solutions .sector-icon {
    width: 60px;
    height: 60px;
    background: #bd2431;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
		display:none;
}

.niooton-solutions .sector-icon i {
    font-size: 28px;
    color: white;
}

.niooton-solutions .sector-name {
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
}

/* Contenu carte */
.niooton-solutions .sector-content {
    padding: 35px 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.niooton-solutions .sector-desc {
    font-size: 1.05rem;
    line-height: 1.7;
    /* flex-grow: 1; */
}

/* Sous-rubriques */
.niooton-solutions .subsectors-list {
    display: grid;
    grid-template-columns: 1fr;
    /* gap: 20px; */
    margin-bottom: 35px;
}

.niooton-solutions .sub-item {
    /* background: #f7f7f7; */
    border-radius: 5px;
    padding: 7px 18px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.niooton-solutions .sub-item:hover {
    background: white;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.1);
}

.niooton-solutions .sub-content {
    display: flex;
    align-items: center;
}

.niooton-solutions .sub-icon {
    width: 44px;
    height: 44px;
    /* background: rgb(189 36 49 / 15%); */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    transition: background 0.3s ease;
}

.niooton-solutions .sub-item:hover .sub-icon {
    background: rgb(189 36 49 / 25%);
}

.niooton-solutions .sub-icon i {
    font-size: 18px;
    color: #bd2431;
}

.niooton-solutions .sub-text {
    flex-grow: 1;
}

.niooton-solutions .sub-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
}

.niooton-solutions .sub-desc {
    font-size: 0.85rem;
    color: #c16970;
    line-height: 1.4;
}

/* Bouton CTA */
.niooton-solutions .sector-cta {
    margin-top: auto;
}

.niooton-solutions .sector-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bd2431;
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2)
}

.niooton-solutions .sector-btn:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    background: #bd2431;
    color: white;
}

.niooton-solutions .sector-btn i {
    margin-left: 10px;
    transition: transform 0.3s;
}

.niooton-solutions .sector-btn:hover i {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 1200px) {
    .niooton-solutions .sectors-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .niooton-solutions .section-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .niooton-solutions .sectors-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .niooton-solutions .section-title {
        font-size: 2.2rem;
    }
    
    .niooton-solutions .sector-header {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .niooton-solutions .section-title {
        font-size: 1.9rem;
    }
    
    .niooton-solutions .sector-header {
        height: 220px;
    }
    
    .niooton-solutions .sector-content {
        padding: 25px 20px;
    }
    
    .niooton-solutions .subsectors-list {
        gap: 15px;
    }
}


.pro-card .pro-card-sub-cat,
.pro-card .pro-card-title {
		transition: transform 0.3s ease;
}
.pro-card .pro-card-title {
		transform: translateY(69px);
}
.pro-card .pro-card-title h3 {
		font-size:29px;
}
.pro-card .pro-card-sub-cat{
		opacity: 0;
		transform: translateY(5px);
		transition: opacity 0.3s ease, transform 0.3s ease;
}

.pro-card:hover::before {
    background: linear-gradient(0deg, rgba(181, 18, 34, 0.85) 0%, rgba(181, 18, 34, 0.5) 50%, rgba(181, 18, 34, 0.3) 100%);
}
.pro-card .pro-card-btn {
		opacity:0.8;
		position: absolute;
    bottom: 40px;
}
.pro-card:hover .pro-card-btn {
    transform: translateX(6px);
    opacity: 1;
}

.pro-card:hover .pro-card-sub-cat,
.pro-card:hover .pro-card-title {
    transform: translateY(-4px);
}
.pro-card:hover .pro-card-sub-cat {
    opacity: 1;
    transform: translateY(0);
}
.pro-card .pro-card-sub-cat a {
		background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
		color:black;
		margin: 3px;
}

.pro-card-sub-cat a:hover{
		background:#bd2431;
	color:white;
}


/* =========================
   RESPONSIVE MOBILE FAMILY CARDS
========================= */
@media (max-width: 767px) {

  /* Ligne parent */
  .vc_row:has(.pro-card) {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Colonnes */
  .pro-card.vc_column_container,
  .pro-card.vc_col-sm-4 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
  }

  /* Carte */
  .pro-card {
    width: 100% !important;
  }

  .pro-card .vc_column-inner {
    width: calc(100vw - 30px) !important;
    margin: 0 auto !important;
    min-height: auto;
    padding: 25px 20px 90px !important;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
  }

  /* Désactive animations desktop */
  .pro-card .pro-card-title,
  .pro-card .pro-card-sub-cat,
  .pro-card:hover .pro-card-title,
  .pro-card:hover .pro-card-sub-cat {
    transform: none !important;
  }

  /* Titre */
  .pro-card .pro-card-title {
    margin-bottom: 15px;
  }

  .pro-card .pro-card-title h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 0;
  }

  /* Sous catégories visibles */
  .pro-card .pro-card-sub-cat {
    opacity: 1 !important;
  }

  .pro-card .pro-card-sub-cat p {
    margin-bottom: 0;
  }

  .pro-card .pro-card-sub-cat a {
    display: inline-block;
    font-size: 12px;
    line-height: 1.3;
    padding: 5px 8px;
    margin: 2px;
    border-radius: 5px;
    background: #fff;
    color: #000;
  }

  /* Bouton */
  .pro-card .pro-card-btn {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: auto;
    opacity: 1;
    text-align: center;
    transform: none !important;
  }

  .pro-card .pro-card-btn .btn {
    width: 100%;
  }

}



/* Bouton Contact Form 7 - Niooton */
.wpcf7 input[type="submit"],
.wpcf7 .wpcf7-submit,
.wpcf7 .btn-color-black {
  background-color: #bd2431 !important;
  border-color: #bd2431 !important;
  color: #ffffff !important;
}

/* Hover */
.wpcf7 input[type="submit"]:hover,
.wpcf7 .wpcf7-submit:hover,
.wpcf7 .btn-color-black:hover {
  background-color: #9f1d27 !important;
  border-color: #9f1d27 !important;
  color: #ffffff !important;
}


div.wpcf7 input[type="submit"]{
	border-radius:8px !important;
}




.niooton-recall-widget {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 9998;
}

.niooton-recall-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border: 0;
    border-radius: 10px;
    background: #BD2431;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(194, 31, 47, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.niooton-recall-trigger:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(194, 31, 47, 0.28);
    background: #aa1b28;
}

.niooton-recall-trigger__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    font-size: 13px;
    flex-shrink: 0;
}

.niooton-recall-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease;
}

.niooton-recall-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.niooton-recall-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 39, 0.56);
    backdrop-filter: blur(2px);
}

.niooton-recall-modal__dialog {
    position: relative;
    width: 100%;
    max-width: 640px;
    max-height: calc(100vh - 48px);
    overflow: auto;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.24);
    transform: translateY(12px) scale(0.98);
    transition: transform 0.22s ease;
}

.niooton-recall-modal.is-open .niooton-recall-modal__dialog {
    transform: translateY(0) scale(1);
}

.niooton-recall-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #f3f4f6;
    color: #111827;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease;
    z-index: 2;
}

.niooton-recall-modal__close:hover {
    background: #e5e7eb;
}

.niooton-recall-modal__content {
    padding: 42px;
}

.niooton-recall-modal__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #c21f2f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.niooton-recall-modal__content h2 {
    margin: 0 0 14px;
    font-size: 34px;
    line-height: 1.1;
    color: #111827;
}

.niooton-recall-modal__intro {
    margin: 0 0 26px;
    font-size: 16px;
    line-height: 1.8;
    color: #4b5563;
}

.niooton-cf7-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.niooton-cf7-field {
    margin-bottom: 16px;
}

.niooton-cf7-field label {
    display: block;
    margin-bottom: 8px;
    color: #111827;
    font-size: 14px;
    font-weight: 600;
}

.niooton-cf7-field input,
.niooton-cf7-field textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d1d5db;
    border-radius: 14px;
    background: #fff;
    color: #111827;
    font-size: 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.niooton-cf7-field textarea {
    min-height: 120px;
    resize: vertical;
}

.niooton-cf7-field input:focus,
.niooton-cf7-field textarea:focus {
    outline: none;
    border-color: #c21f2f;
    box-shadow: 0 0 0 4px rgba(194, 31, 47, 0.08);
}

.niooton-cf7-consent {
    margin: 6px 0 22px;
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
}

.niooton-cf7-consent .wpcf7-list-item {
    margin: 0;
}

.niooton-cf7-consent input[type="checkbox"] {
    margin-right: 8px;
}

.niooton-cf7-submit {
    display: flex;
}

.niooton-cf7-button,
.niooton-cf7-submit input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 15px 22px;
    border: 0;
    border-radius: 999px;
    background: #c21f2f;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.niooton-cf7-button:hover,
.niooton-cf7-submit input[type="submit"]:hover {
    background: #aa1b28;
    transform: translateY(-1px);
}

.niooton-cf7-recall .wpcf7-spinner {
    margin-top: 12px;
}

.niooton-cf7-recall .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 13px;
}

.niooton-cf7-recall .wpcf7-response-output {
    margin: 18px 0 0;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 14px;
}

body.niooton-modal-open {
    overflow: hidden;
}

@media (max-width: 767px) {
    .niooton-recall-widget {
        right: 14px;
        bottom: 14px;
    }

    .niooton-recall-trigger {
        padding: 12px;
        gap: 0;
        min-width: 46px;
        min-height: 46px;
        justify-content: center;
    }

    .niooton-recall-trigger__text {
        display: none;
    }

    .niooton-recall-trigger__icon {
        width: 22px;
        height: 22px;
    }

    .niooton-recall-modal {
        padding: 14px;
    }

    .niooton-recall-modal__content {
        padding: 26px 20px;
    }

    .niooton-recall-modal__content h2 {
        font-size: 28px;
    }

    .niooton-cf7-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .niooton-cf7-submit {
        display: block;
    }

    .niooton-cf7-button,
    .niooton-cf7-submit input[type="submit"] {
        width: 100%;
        min-width: 0;
    }
}

.niooton-footer-menu h4, .niooton-footer-menu a{
	color:#777;
}
.niooton-footer-menu a:hover{
	color:#444;
}