/*
Theme Name: child-riskly
Template: riskly
Author: Ton Nom
Version: 1.0
*/

/* Regular */
@font-face {
    font-family: 'GeneralSans';
    src: url('fonts/GeneralSans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/* Italic */
@font-face {
    font-family: 'GeneralSans';
    src: url('fonts/GeneralSans-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

/* Semibold */
@font-face {
    font-family: 'GeneralSans';
    src: url('fonts/GeneralSans-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

/* Semibold Italic */
@font-face {
    font-family: 'GeneralSans';
    src: url('fonts/GeneralSans-SemiboldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: 'GeneralSans';
    src: url('fonts/GeneralSans-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* Bold Italic (si tu as) */
@font-face {
    font-family: 'GeneralSans';
    src: url('fonts/GeneralSans-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

body {

    margin: 0;
}


body.overflowb {
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.fa {
    display: inline !important;
}



.container {
    --bs-gutter-x: 2rem;
}


:root {
    /* Couleurs existantes */
    --bs-primary: #5e8c80;
    --bs-primary-rgb: 33, 92, 92;
    --bs-primary-hover: #144B4B;
    --bs-primary-hover-rgb: 20, 75, 75;
    --text-color: #33414b;
    --bs-white: #ffffff;
    --bs-white-rgb: 255, 255, 255;
    --bs-black: #000000;
    --bs-black-rgb: 0, 0, 0;
    --bs-secondary: #CCE8C9;
    --bs-secondary-rgb: 204, 232, 201;
    --inverse-color: #494B5B;
    --inverse-color-rgb: 73, 75, 91;
    --nav-bg: #ffffff;
    --nav-color: #fff;
    --bs-blue: #fff;
    --color-orange: #fa824c;
    --dropdown-hover-bg: #f7f7f7;
    --nav-inverse: #000000;
    --nav-inverse-alt: #ffffff;
    --parag-color: #25262d;
    --accent-color: #2d7b9d;
    --surface-color: #ffffff;
    --contrast-color: #ffffff;

    /* ✅ Variables spécifiques footer */
    --footer-bg: #101c28;
    --footer-text: #eeeeee;
    --footer-light: #ccc;
    --footer-border: #ffffff;
    --footer-link-hover: 0.8;
    --footer-accent: rgba(94, 140, 128, 0.5);
    /* Bande arrière */
    --footer-accent-strong: rgba(94, 140, 128, 0.52);
    /* Bande avant */
}



/* TRAIT DECO */
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--bg-height, 80vh);
    pointer-events: none;
    z-index: -1;
    background-image: repeating-linear-gradient(to bottom, #c7cdd3 0, #c7cdd3 1px, transparent 1px, transparent 6px), linear-gradient(to bottom, #c6ccd369, #f8f8f8), repeating-linear-gradient(to bottom, #c7cdd3 0, #c7cdd3 1px, transparent 1px, transparent 6px), linear-gradient(to bottom, #eff1f2, #f0f1f3);
    background-repeat: repeat-y, repeat-y, repeat-y, repeat-y;
    background-size: 2px 6px, 2px 100%, 2px 6px, 2px 100%;
    background-position: 13% 0, 42% 0, 67% 0, 87% 0;
    transition: height 0.2s ease-out;
}

a.btn {
    line-height: initial !important;
}

a.menu-link-partenaire {
    text-decoration: none !important;
    text-transform: uppercase;
    color: #42786a;
    font-weight: 600;
    font-size: 0.9em;
}

a.menu-link-partenaire:hover {
    opacity: 0.8;
}

a {
    color: var(--bs-primary);
    text-decoration: underline;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--bs-heading-color);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

h1 {
    color: var(--text-color);
    font-family: 'GeneralSans', sans-serif;
    font-size: 1.9rem !important;
    font-weight: 600;
    line-height: 1.3;
}

h3 {
    color: var(--text-color);
    font-family: 'GeneralSans', sans-serif;
    font-size: 1.7rem !important;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 1rem;
}

li {
    list-style-type: none;
}

.text-center {
    text-align: center;
}



h2 {
    font-size: 1.1rem;
    color: var(--bs-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Rubik';
}

h2.offre {
    font-size: 1rem;
    color: var(--bs-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Rubik';
    line-height: 1.4em;
}

p {
    font-size: 1rem;
    color: var(--text-color);
    line-height: 1.6em;
    font-family: 'GeneralSans', sans-serif;
}

.wpcf7-not-valid-tip {
    font-size: 0.85em;
}

p.hero-description {
    font-family: "lato", sans-serif;
    font-size: 1.6em;
    color: #25262d;
    letter-spacing: 0.1px;
    line-height: 1.5em;
}

ul {
    padding-left: 0;
}

.navbar {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
    padding: 0;
}

.navbar .material-symbols-outlined {
    color: var(--text-color);
}




/* Par défaut, menu mobile caché, menu desktop visible */
.p-header-mob-riskly {
    display: none !important;
}

.navbar {
    display: block;
}

.navbar-riskly {
    display: none;
}

a.brand img {
    width: 40%;
}


.who-mob {
    display: none;
}

.who-desk {
    display: block;
}


.dropdown-menu-riskly {
    display: none;
    padding-left: 20px;
    margin-top: 0.5rem;
    list-style: none;
}

.menu-item-riskly.dropdown-riskly.active .dropdown-menu-riskly {
    display: block;
}

.riskly-chevron {
    font-size: 24px;
    color: white;
    margin-left: 8px;
    transition: transform 0.4s ease;
    user-select: none;
    pointer-events: none;
}

.menu-item-riskly.dropdown-riskly.active .riskly-chevron {
    transform: rotate(180deg);
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
    height: 80px;
}

.menu-item {
    position: relative;
    padding: 0 20px;
    height: 100%;
}

.menu-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.hover-buffer {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 10;
}

/* Pseudo-élément trait */
.menu-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    border-radius: 6px 6px 0 0;
    background: #fa824c;
    opacity: 1;
    transition: width 0.3s ease;
    z-index: -1;
}

.menu-link:hover::before,
.menu-link:focus::before {
    width: 100%;
}

.menu-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    height: 100%;
    position: relative;
}

.menu-link::after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #fa824c;
    transition: width 0.3s ease;
}

.menu-link:hover::after {
    width: 100%;
}

.menu-link a:hover::after {
    height: 6px;
    border-radius: 6px 6px 0 0;
}

img {
    z-index: 0 !important;
}

.dropdown-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.2);
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

body.dropdown-open .dropdown-overlay {
    opacity: 1;
    pointer-events: auto;
}

.submenu {
    position: absolute;
    top: 6rem;
    left: 0;
    padding: 1rem;
    background: white;
    border-radius: 1rem;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
    z-index: 11;
    display: none;
    width: max-content;
    min-width: 240px;
    max-width: 90vw;
}

.menu-item:hover .submenu,
.menu-item:focus-within .submenu,
.menu-item.active .submenu {
    display: block;
}

.menu-item:hover>.menu-link::after,
.menu-item.active>.menu-link .arrow {
    transform: rotate(180deg);
}

.menu-item:hover~.content {
    filter: blur(3px);
    transition: filter 0.3s ease;
}

.icon-wrapper {
    display: inline-block;
    transition: transform 0.3s ease;
}

.menu-item:hover .icon-wrapper {
    transform: rotate(180deg);
}

.submenu-content {
    display: flex;
    align-items: center;
}

.submenu-links,
.submenu-links-special {
    list-style: none;
    margin: 0;
    padding: 0;
}

.submenu-links {
    padding: 10px 50px 10px 0;
}

.submenu-links li a,
.submenu-links-special li a {
    display: block;
    text-decoration: none;
    color: #333;
    transition: background 0.2s;
}

.submenu-links-special li a {
    display: inline-block;
    width: 200px;
}

.submenu-links li a:hover,
.submenu-links-special li a:hover {
    color: var(--bs-primary);
    font-weight: 500;
}

.submenu-links li a:hover {
    font-weight: inherit;
}

.submenu-links-special {
    padding-right: 15px;
}

.submenu-sidebox {
    flex: 1;
    background: var(--bs-primary);
    border-radius: 1rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    color: white;
    padding: 13px 20px !important;
}

.submenu-sidebox li a {
    color: #ffffff !important;
    padding-bottom: 10px;
}

.surtitre {
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    color: #c75741;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}




.custom-button {
    display: inline-block;
    padding: 12px 60px;
    border: 2px solid #426368;
    background-color: transparent;
    color: #426368;
    text-decoration: none;
    font-weight: 600;
    border-radius: 1.5rem;
    /* arrondi léger (~6px) */
    transition: all 0.3s ease;
    cursor: pointer;
}

.custom-button:hover {
    background-color: #426368;
    color: #fff;
}

.site-wrap {
    position: relative;
}

::-moz-selection,
::selection {
    background-color: var(--bs-black);
    color: var(--bs-white);
}



.section {
    scroll-margin-top: 60px;
}

.section.first-section {
    padding-top: 100px;
}



.text-heading-color {
    color: var(--bs-heading-color);
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
    box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
    box-shadow: 0 1rem 3rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.list-checked {
    padding: 0;
    margin: 0;
    color: var(--bs-body-color);
}

.list-checked li {
    position: relative;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 10px;
}

.list-checked li i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    border-radius: 50%;
    color: var(--bs-primary);
    font-size: 20px;
}

.list-checked li:before {
    position: absolute;
    display: inline-block;
    left: 0;
    content: "";
    vertical-align: -0.125em;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.5625rem 1.5625rem;
    width: 1.5625rem;
    height: 1.5625rem;
}

.btn {
    font-size: 1em;
}

.submenu-links .btn {
    font-size: 0.9em !important;
}



.card-solution-un,
.card-solution {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.card-solution-un:hover,
.card-solution:hover {
    transform: translateY(-6px);
    cursor: pointer;
}

.btn.btn-demo {
    padding: 15px 35px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-bottom: 2px solid var(--color-orange);
    border-radius: 50px;
    font-weight: 600;
    position: relative;
    line-height: inherit;
    font-size: 0.9em;
    justify-content: center;
    display: inline-block;
    align-items: center;
    text-transform: uppercase;
}

/* bandeau image */
.bg-img-a-propos {
    background-image: url(/wp-content/uploads/2025/07/a-propos-riskly.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 360px;
    z-index: 0;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 60px 140px;
}



/* Filtre vert en overlay */
.bg-img-a-propos .bg-overlay,
.bg-header .bg-overlay,
.bg-header-ressource .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2f655d;
    opacity: 0.7;
    z-index: 1;
}


.bg-header-ressource {
    background-image: url(/wp-content/uploads/2025/07/ressource.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 340px;
    z-index: 0;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 60px 140px;

}


.bg-header {
    background-image: url(/wp-content/uploads/2025/07/fond-offre.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 360px;
    z-index: 0;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 60px 140px;

}

/* Contenu au-dessus du filtre */
.bg-img-a-propos>*:not(.bg-overlay) {
    position: relative;
    z-index: 2;
}

/* Contenu au-dessus du filtre */
.bg-header>*:not(.bg-overlay) {
    position: relative;
    z-index: 2;
}

.bg-header-ressource>*:not(.bg-overlay) {
    position: relative;
    z-index: 2;
}

h1.hero-spec-header {
    text-align: left !important;
    line-height: 1.5em;
    letter-spacing: 0.3px;
}



/* Contenu au-dessus du filtre */
.bg-img-a-propos>*:not(.bg-overlay) {
    position: relative;
    z-index: 2;
}

/* end bandeau image */

.howitworks__v1 .btn.btn-demo {
    padding: 20px 45px !important;
}


.pad-spec-demo {
    padding-bottom: 20px;
}


/* Comportement général hover/active/focus pour tous les boutons */
/* Hover/focus/active pour bouton BLEU */
.btn.btn-blue-outline:hover,
.btn.btn-blue-outline:focus,
.btn.btn-blue-outline:active {
    color: var(--bs-blue) !important;
    background-color: transparent !important;
    border: 1px solid var(--bs-blue) !important;
}



/* Hover/focus/active pour bouton BLANC */
.btn.btn-white-outline:hover,
.btn.btn-white-outline:focus,
.btn.btn-white-outline:active {
    color: var(--bs-white) !important;
    background-color: transparent !important;
    border: 1px solid var(--bs-white) !important;
}

/* Style générique pour .hover-outline */
.btn.hover-outline {
    border: 1px solid transparent !important;
}

/* Variante bleue */
.btn.btn-blue.hover-outline {
    background-color: var(--bs-blue) !important;
    color: var(--bs-black) !important;
}

.btn.btn-blue.hover-outline:hover {
    color: var(--bs-blue) !important;
    background-color: transparent !important;
    border: 1px solid var(--bs-blue) !important;
}

/* Style de base pour tous les boutons avec outline */
.btn.btn-blue-outline,
.btn.btn-white-outline {
    border: 1px solid var(--bs-white) !important;
}

/* Variante bleue */
.btn.btn-blue-outline {
    background-color: var(--bs-blue) !important;
    color: var(--bs-black) !important;
}

.btn.btn-blue-outline:hover {
    color: var(--bs-blue) !important;
    background-color: transparent !important;
    border: 1px solid var(--bs-blue) !important;
}

/* ✅ Variante blanche */
.btn.btn-white-outline {
    color: var(--bs-white) !important;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 15px 35px !important;
    background-color: var(--bs-primary);
    border-radius: 50px;
    font-weight: 600;
    position: relative;
    line-height: inherit;
    font-size: 0.9em;
    justify-content: center;
    display: inline-block;
    align-items: center;
    text-transform: uppercase;
}

.btn.btn-white-outline:hover {
    color: var(--bs-white) !important;
    background-color: #ffffff1f !important;
    border: 1px solid var(--bs-white) !important;
}



.btn.btn-command.btn-blue-outline {
    border: 1px solid rgba(var(--bs-primary-rgb), 0.5) !important;
    color: #42786a !important;
    background-color: transparent;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    position: relative;
    line-height: inherit;
    font-size: 0.9em;
    text-transform: uppercase !important;
}

.btn.btn-command.btn-blue-outline.btn-menu {
    border: 1px solid var(--bs-primary) !important;
    color: #42786a !important;
    background-color: transparent;
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
    position: relative;
    line-height: inherit;
    font-size: 0.9em;
}

.btn.btn-command.btn-blue-outline.btn-menu:hover {
    border: 1px solid #457065 !important;
}

.btn.btn-blue-outline:hover,
.btn.btn-blue-outline:focus,
.btn.btn-blue-outline:active {
    background-color: transparent !important;
    border: 1px solid #457065 !important;
}

.block-squares {
    position: absolute;
    bottom: -12px;
    right: 0;
    z-index: 1;
    width: auto;
}

.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 1px;
    font-size: 16px;
    background-color: transparent;
    border-color: rgba(var(--inverse-color-rgb), 0.1);
}

.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--bs-primary);
}

.a-link i {
    font-size: 26px;
    margin-left: 10px;
    -webkit-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
}

.a-link:hover i {
    margin-left: 15px;
}

.page-title {
    padding-top: 100px !important;
    padding-bottom: 50px !important;
    background-color: rgba(var(--inverse-color-rgb), 0.03);
}

.special-link .icons {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.special-link .icons i {
    font-size: 25px;
    position: relative;
    display: inline-block;
    position: absolute;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.special-link .icons i.icon-1 {
    opacity: 1;
    visibility: visible;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.special-link .icons i.icon-2 {
    opacity: 0;
    visibility: hidden;
    top: 80%;
    left: 20%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.special-link:hover .icons .icon-1 {
    opacity: 0;
    visibility: hidden;
    top: 20%;
    left: 80%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.special-link:hover .icons .icon-2 {
    opacity: 1;
    visibility: visible;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.fbs__net-navbar {
    position: absolute;
    top: 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 99999;
    width: 100%;
    background-color: transparent !important;
    border: none;
}



.fbs__net-navbar>.container {
    position: relative;
}

.fbs__net-navbar.relative {
    position: absolute;
}

.fbs__net-navbar .navbar-brand {
    color: var(--bs-white);
    font-size: 30px;
    font-weight: bold;
}

.fbs__net-navbar .navbar-brand .logo.dark {
    display: none;
}

.fbs__net-navbar .navbar-brand .logo.light {
    display: block;
}

.fbs__net-navbar .navbar-nav>li>.nav-link {
    position: relative;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.9375rem;
    color: rgba(var(--bs-white-rgb), 1);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
}



.fbs__net-navbar .navbar-nav>li>.nav-link:before {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-radius: 5px;
    height: 1.5px;
    bottom: 0;
    left: 10px;
    background: currentcolor;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.35s ease-out;
    transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

.fbs__net-navbar .navbar-nav>li>.nav-link:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.fbs__net-navbar .navbar-nav>li>.nav-link:hover,
.fbs__net-navbar .navbar-nav>li>.nav-link:focus {
    color: var(--bs-white);
}



.fbs__net-navbar .navbar-nav>li>.nav-link.active {
    color: var(--bs-white);
}



.fbs__net-navbar .navbar-nav>li>.nav-link.active:before {
    content: "";
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.fbs__net-navbar .navbar-nav>li>.nav-link.dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fbs__net-navbar .navbar-nav>li>.nav-link.dropdown-toggle::after {
    display: none;
    content: "";
}



.fbs__net-navbar .navbar-nav .dropdown-menu {
    background-color: var(--nav-bg);
}

.fbs__net-navbar .navbar-nav .dropdown-menu .nav-link:hover {
    background-color: var(--dropdown-hover-bg) !important;
    color: var(--inverse-color);
}

.fbs__net-navbar .navbar-nav .dropdown-toggle::after {
    display: none;
}

.fbs__net-navbar .navbar-nav .dropdown-toggle .bi-chevron-down {
    margin-left: 0.5rem;
}

.fbs__net-navbar .fbs__net-navbar-toggler {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    background-color: var(--bs-black);
    color: var(--bs-white);
    border: none;
    display: none;
}



.fbs__net-navbar .navbar-brand {
    margin-right: 0 !important;
}

.fbs__net-navbar .navbar-nav .dropdown>.dropdown-menu,
.fbs__net-navbar .navbar-nav .dropend>.dropdown-menu,
.fbs__net-navbar .navbar-nav .dropstart>.dropdown-menu {
    border: none !important;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.1);
    box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.1);
}



.fbs__net-navbar .navbar-nav .dropdown>.dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropdown>.dropdown-menu .nav-link,
.fbs__net-navbar .navbar-nav .dropend>.dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropend>.dropdown-menu .nav-link,
.fbs__net-navbar .navbar-nav .dropstart>.dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropstart>.dropdown-menu .nav-link {
    font-size: 0.875rem;
    padding: 10px 10px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 0.5rem;
}



.fbs__net-navbar .navbar-nav .dropdown-toggle::before {
    display: none;
}

.fbs__net-navbar .navbar-nav .dropdown-toggle::after {
    display: none;
}

.fbs__net-navbar .navbar-nav li.dropend>a,
.fbs__net-navbar .navbar-nav li.dropstart>a {
    position: relative;
}

.fbs__net-navbar .navbar-nav li.dropend>a .bi,
.fbs__net-navbar .navbar-nav li.dropstart>a .bi {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}



.fbs__net-navbar .navbar-nav li.dropend>a::after,
.fbs__net-navbar .navbar-nav li.dropstart>a::after {
    display: none;
}

.fbs__net-navbar .navbar-nav li.dropend>a {
    position: relative;
}

.fbs__net-navbar .navbar-nav li.dropend>a:hover {
    background-color: var(--dropdown-hover-bg) !important;
}

.fbs__net-navbar .navbar-nav li.dropend>a .caret {
    position: absolute;
    right: 10px;
}

.fbs__net-navbar .navbar-nav li.dropstart>a {
    position: relative;
}

.fbs__net-navbar .navbar-nav li.dropstart>a:hover {
    background-color: var(--dropdown-hover-bg) !important;
}

.fbs__net-navbar .navbar-nav li.dropstart>a .caret {
    position: absolute;
    left: 10px;
}

.fbs__net-navbar .navbar-toggler:hover,
.fbs__net-navbar .navbar-toggler:focus,
.fbs__net-navbar .navbar-toggler:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fbs__net-navbar .header-social a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: var(--bs-white);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    background-color: transparent;
}

.fbs__net-navbar .header-social a:hover {
    background-color: rgba(var(--bs-white-rgb), 0.1);
}



.fbs__net-navbar .header-social .btn {
    width: auto !important;
    height: auto !important;
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}



.fbs__net-navbar.active {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--nav-bg) !important;
    -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.05) !important;
    box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.05) !important;
}

.fbs__net-navbar.active .navbar-brand {
    color: rgba(var(--inverse-color-rgb), 1) !important;
}

.fbs__net-navbar.active .navbar-brand .logo.dark {
    display: block;
}

.fbs__net-navbar.active .navbar-brand .logo.light {
    display: none;
}

.fbs__net-navbar.active .nav-link {
    color: rgba(var(--inverse-color-rgb), 1) !important;
}

.fbs__net-navbar.active .nav-link:hover {
    color: rgba(var(--inverse-color-rgb), 1) !important;
}

.fbs__net-navbar.active .header-social a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: var(--inverse-color);
}

.fbs__net-navbar.active .header-social a:hover {
    background-color: rgba(var(--inverse-color-rgb), 0.1);
}



.fbs__net-navbar.active .header-social .btn {
    width: auto !important;
    height: auto !important;
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.fbs__net-navbar.active .navbar-nav>li>.dropdown-toggle:hover {
    color: var(--inverse-color) !important;
}

.fbs__net-navbar.active .navbar-nav>li>.nav-link.dropdown-toggle::after {
    display: none;
    content: "";
}

.fbs__net-navbar.active .navbar-nav li.dropdown a:hover,
.fbs__net-navbar.active .navbar-nav li.dropend a:hover,
.fbs__net-navbar.active .navbar-nav li.dropstart a:hover {
    color: var(--inverse-color) !important;
}

.fbs__net-navbar .fbs__net-icon-menu {
    display: block;
}

.fbs__net-navbar .fbs__net-icon-close {
    display: none;
}

.offcanvas-active .fbs__net-navbar .fbs__net-icon-menu {
    display: none;
}

.offcanvas-active .fbs__net-navbar .fbs__net-icon-close {
    display: block;
}

.fbs__net-navbar.dark {
    -webkit-box-shadow: 0 0px 2px rgba(var(--inverse-color-rgb), 0.15);
    box-shadow: 0 0px 2px rgba(var(--inverse-color-rgb), 0.15);
}

.fbs__net-navbar.dark .navbar-brand .logo.dark {
    display: block;
}

.fbs__net-navbar.dark .navbar-brand .logo.light {
    display: none;
}

.fbs__net-navbar.dark a {
    color: var(--inverse-color) !important;
}

.fbs__net-navbar.dark a:hover {
    color: var(--inverse-color);
}

.fbs__net-navbar.dark .header-social a:hover {
    background-color: rgba(var(--inverse-color-rgb), 0.05);
}

.fbs__net-navbar.dark ul li a {
    color: rgba(var(--inverse-color-rgb), 1) !important;
}

.fbs__net-navbar.dark ul li a:hover {
    color: var(--inverse-color) !important;
}

.fbs__net-navbar .offcanvas-header .offcanvas-header-logo .logo-link .logo.dark {
    display: block;
}

.fbs__net-navbar .offcanvas-header .offcanvas-header-logo .logo-link .logo.light {
    display: none;
}


@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}




.highlight-orange {
    border-bottom: 5px solid var(--color-orange);
    padding-bottom: 4px;
    color: inherit;
    font-weight: 600;
}

.hero__v6 {
    padding: 8rem 0 6.5em 0 !important;
}

.hero__v6 .hero-subtitle {
    background: color-mix(in srgb, #92aab54d, transparent 70%);
    color: var(--bs-primary);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 7px;
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.hero__v6 .hero-title {
    font-size: 48px;
    padding-top: 10px;
}

.hero__v6 .logos .logos-title {
    font-size: 12px;
    letter-spacing: 1px;
    color: color-mix(in srgb, var(--bs-primary), transparent 10%);
}

.hero__v6 .logos img {
    width: 140px;
}

.hero__v6 .hero-img {
    position: relative;
}

.hero__v6 .hero-img .img-main {
    position: relative;
    z-index: 9;
}

.hero__v6 .hero-img .img-card {
    z-index: 10;
    border-radius: 20px;
    box-shadow: 0 15px 40px 0 rgba(var(--bs-black-rgb), 0.1);
    position: absolute;
    max-width: 280px;
    bottom: -40px;
    left: -60px;
}

/* Réutilisation commune des sous-titres */
.subtitle {
    background-color: rgba(var(--bs-secondary-rgb), 0.2);
    color: var(--bs-primary);
    display: inline-block;
    padding: 5px 12px;
    border-radius: 7px;
    font-weight: 600;
    font-size: 0.75rem;
    margin-bottom: 10px;
}

.features__v2 .icon,
.about__v4 .features li .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: var(--bs-secondary);
    color: var(--bs-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.features__v2 .content {
    background-color: rgba(var(--bs-secondary-rgb), 0.2);
}

.features__v2 .btn-play i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: var(--bs-white);
    color: var(--bs-primary);
}

/* Couleurs variables pour icônes */
.cst-text-abput .material-symbols-outlined {
    color: var(--color-orange);
}

.read-more .material-symbols-outlined {
    color: var(--bs-primary);
}

.about__v4 .features li .icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    display: inline-block;
}

.about__v4 .mission-statement {
    background-color: var(--bs-primary);
    position: relative;
    bottom: -20px;
    width: 100%;
}

.about__v4 .mission-statement h3 {
    font-size: 10px;
    color: var(--bs-secondary);
}

.about__v4 .mission-statement p {
    color: var(--bs-white);
}

.about__v4 .mission-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    line-height: 50px;
    display: inline-block;
    background-color: rgba(var(--bs-secondary-rgb), 0.1);
}

.about__v4 .mission-icon i {
    color: var(--bs-secondary);
}

/* Icon-boxes */
.about__v4 .icon-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    /* équivalent à gy-4 */
}

.about__v4 .icon-boxes .icon-box {
    background-color: var(--surface-color, #fff);
    padding: 50px 40px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease-out;
}

.about__v4 .icon-boxes .icon-box span.material-symbols-outlined {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 32px;
    color: var(--accent-color);
    transition: all 0.4s ease-out;
}

.about__v4 .icon-boxes .icon-box:hover span.material-symbols-outlined {
    color: var(--contrast-color);
}

.about__v4 .icon-boxes .icon-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about__v4 .icon-boxes .icon-box p {
    margin-bottom: 0;
}

/* Décalage vertical "escalier" */
.about__v4 .icon-boxes>.col-md-6:nth-child(1) {
    margin-top: 70px;
}

.pricing__v2 .subtitle,
.howitworks__v1 .subtitle,
.services__v3 .subtitle {
    background-color: rgba(var(--bs-secondary-rgb), 0.2);
    color: var(--bs-primary);
    display: inline-block;
    padding: 5px 12px;
    border-radius: 7px;
    font-weight: 600;
    font-size: 0.75rem;
    margin-bottom: 10px;
}

.offset-column .icon-box:first-child {
    margin-top: 70px;
}

.offset-column .icon-box+.icon-box,
.col-md-6:not(.offset-column) .icon-box+.icon-box {
    margin-top: 30px;
}

.pricing__v2 .price-table {
    border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.pricing__v2 .price-table .price {
    color: var(--bs-heading-color);
}

.pricing__v2 .price-table .price strong {
    font-size: 40px;
}

.pricing__v2 .price-table .icon {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid rgba(var(--bs-white-rgb), 0.2);
}

.pricing__v2 .popular {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.pricing__v2 .popular .price {
    color: var(--bs-secondary);
}

.pricing__v2 .popular h3,
.pricing__v2 .popular p {
    color: var(--bs-white);
}

.pricing__v2 .popular .pricing-features h4 {
    font-size: 12px;
    color: var(--bs-secondary);
}

.howitworks__v1 .step-card {
    position: relative;
}

.howitworks__v1 .step-card .step-number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    color: var(--bs-primary);
    background-color: #ecf1f0;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
}

.howitworks__v1 .arch-line {
    position: absolute;
    top: 15px;
    width: 150px;
    right: 0;
    left: calc(100% + 24px);
    transform: translateX(-50%);
}

.howitworks__v1 .arch-line.reverse {
    top: 20px;
}

.services__v3 .icon {
    display: inline-block;
    position: relative;
    color: var(--bs-primary) !important;
}

.services__v3 .icon:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 40px;
    height: 40px;
    right: -10px;
    bottom: 0px;
    border-radius: 50%;
    background-color: rgba(var(--bs-secondary-rgb), 1);
}

.services__v3 .icon svg {
    width: 50px;
}

.services__v3 .service-card {
    border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}





/***************** FAQ ********************/

.accordion-item {
    border: 0 !important;
}

.accordion-item:first-of-type {
    border-radius: 0 !important;
}

.section.faq__v2 {
    position: relative;
}





/* Lien contact */
a.text-p-link {
    text-decoration: underline;
    color: var(--bs-primary);
    font-weight: 600;
    font-size: 1.1em;
    text-decoration-color: #f6824c;
    text-decoration-thickness: 3px;
    font-family: 'GeneralSans', sans-serif;
}

a.text-p-link:hover {
    text-decoration: underline;
    color: #f6824c;
    font-weight: 600;
    font-size: 1.1em;
    text-decoration-color: #f6824c;
    text-decoration-thickness: 3px;

}

/* Wrapper du contenu FAQ */
.faq-content {
    margin-top: 20px;
}

/* Reset du conteneur accordion */
.accordion.custom-accordion {
    border: none;
    background: transparent;
}

/* Chaque item */
.accordion.custom-accordion .accordion-item {
    background: #fff;
    overflow: hidden;
    border-top: 1px solid #60988954 !important;
    box-shadow: none;
}


/* Suppression de la bordure interne du header */
.accordion.custom-accordion .accordion-header {
    border: none;

}

/* Bouton personnalisé (remplace accordion-button) */
.accordion.custom-accordion .custom-accordion-button {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.2rem 1.5rem 1.2rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--text-color);
    background-color: #fff;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.3s ease;
    position: relative;
    user-select: none;
    box-shadow: none;
}

/* Bouton actif (ouvert) */
.accordion.custom-accordion .custom-accordion-button:not(.collapsed) {
    font-weight: 600;
    color: var(--bs-primary);
}

/* Hover sur bouton */
.accordion.custom-accordion .custom-accordion-button:hover {
    color: var(--bs-primary);
}

/* Flèche via pseudo-élément */
.accordion.custom-accordion .custom-accordion-button::after {
    content: "";
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-image: url("data:image/svg+xml;charset=UTF8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%235f8c80' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3e%3cpolyline points='6 9 12 15 18 9'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.2s ease-in-out;
    transform-origin: center;
}

/* Flèche inversée quand ouvert */
.accordion.custom-accordion .custom-accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}


/* Body de l’accordion */
.accordion.custom-accordion .accordion-body {
    padding: 0rem 1.5rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--text-color);
    line-height: 1.5;
}



.testimonials__v2 .subtitle {
    background-color: rgba(var(--bs-secondary-rgb), 0.2);
    color: var(--bs-primary);
    display: inline-block;
    padding: 5px 12px;
    border-radius: 7px;
    font-weight: 600;
    font-size: 0.75rem;
    margin-bottom: 10px;
}

.testimonials__v2 .testimonial {
    border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.testimonials__v2 .testimonial-author .author-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}

.contact__v2 .subtitle {
    background-color: rgba(var(--bs-secondary-rgb), 0.2);
    color: var(--bs-primary);
    display: inline-block;
    padding: 5px 12px;
    border-radius: 7px;
    font-weight: 600;
    font-size: 0.75rem;
    margin-bottom: 10px;
}

.contact__v2 .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
    border-radius: 50%;
}




/*--------------------------------------------------------------
# Work Process Section (version corrigée et animée)
--------------------------------------------------------------*/

.work-process .steps-list {
    position: relative;
    padding-right: 50px;
}

.work-process .bg-gradient-light {
    height: 380px;
}

/* Barre verticale animée */
.work-process .steps-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 25px;
    width: 2px;
    height: 0;
    background-color: rgba(122, 173, 173, 1);
    animation: growBar 2.5s ease forwards;
}

@keyframes growBar {
    to {
        height: 100%;
    }
}

/* Step item */
.work-process .steps-list .step-item {
    display: flex;
    margin-bottom: 30px;
    position: relative;
}

/* Style et animation des bulles numérotées */
.work-process .step-number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(122, 173, 173, 1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    margin-right: 20px;
    z-index: 1;
    transition: all 0.3s ease;
}

.work-process .step-item:hover .step-number {
    background-color: #144b4b;
    transform: scale(1.1);
}

/* Apparition en cascade */
.work-process .step-item:nth-child(1) .step-number {
    animation-delay: 0.3s;
}

.work-process .step-item:nth-child(2) .step-number {
    animation-delay: 0.9s;
}

.work-process .step-item:nth-child(3) .step-number {
    animation-delay: 1.5s;
}

.work-process .step-item:nth-child(4) .step-number {
    animation-delay: 2.1s;
}

.work-process .step-item:nth-child(5) .step-number {
    animation-delay: 2.7s;
}

/* Animation */
@keyframes fadeSlideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Textes */
.work-process .step-content {
    padding-top: 5px;
}

.work-process .step-content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #144b4b;
}

.work-process .step-content p {
    font-size: 0.95rem;
    color: #144b4b;
    margin-bottom: 0;
}



.work-process .steps-list::before {
    left: 20px;
}

.work-process .step-number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
}

.work-process .step-content h3 {
    font-size: 1.1rem;
}




/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
/* Section About */

.margtop {
    margin-top: 80px;
}

.margbot {
    margin-bottom: 80px;
}


.margtop2 {
    margin-top: 80px;
}

.margbot2 {
    margin-bottom: 160px;
}


.padtop {
    padding-top: 80px;
}

.padbot {
    padding-bottom: 80px;
}

.padbotspe {
    padding-bottom: 160px;
}

.padtotspe {
    padding-top: 160px;
}

.padintopbot {
    padding: 20px 0 70px 0;
}


h3.offre {
    font-size: 1.2rem;
    color: var(--bs-primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: 'Rubik';
    line-height: 1.4em;
    text-transform: initial;

}

.part-riskly ul {
    text-align: left;
}

.check-circle-part {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #4b8d7c;
    /* background-color: #ffffff; */
    color: var(--bs-white);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 4px;
}

.offre-riskly li {
    text-decoration: none;
    list-style-type: none;
}

.paretanire .content {
    position: relative;
}



.partenaire .content::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 30%;
    border-bottom: 6px solid var(--color-orange);
    border-right: 6px solid var(--color-orange);
    border-bottom-right-radius: 15px;
    /* arrondi coin bas droite */
    box-sizing: border-box;
    z-index: 300;
}


.about .content p {
    color: var(--parag-color);
    margin-bottom: 20px;
}

.about .read-more {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: var(--bs-primary);
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.about .read-more:hover {
    color: rgb(69, 113, 102);
    transform: translateX(4px);
}

.about .read-more .material-symbols-outlined {
    font-size: 20px;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.about .read-more:hover .material-symbols-outlined {
    transform: translateX(3px);
}

/* Icon Boxes */
.about .icon-boxes {
    display: flex;
    flex-wrap: wrap;
}

.about .icon-box {
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 10px;
    text-align: left;
    transition: all 0.3s ease;
    box-shadow: 0 0 3px rgb(95 140 128);
}

.about .icon-box:hover {
    background-color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.about .icon-box .material-symbols-outlined {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    font-size: 42px;
    line-height: 0;
    transition: all 0.4s ease-out 0s;
    color: var(--bs-primary);
}

.about .icon-box:hover .material-symbols-outlined {

    color: var(--contrast-color);
}

.about .icon-box h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--bs-primary);
    margin-bottom: 15px;
}



.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

span.copyr {
    font-size: 0.8em;
}

.btn-demo {
    position: relative;
    display: inline-block;
    padding: 12px 30px;
    background-color: var(--bs-primary-hover, #007bff);
    color: var(--bs-white);
    border: none;
    border-radius: 6px;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    line-height: 1.5;
    font-weight: 600;
}

.btn-demo span {
    display: inline-block;
    transition: transform 0.3s ease;
    position: relative;
    text-transform: uppercase;
}

.btn-demo:hover span {
    animation: rollup-text 0.6s ease forwards;
}

@keyframes rollup-text {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(-30px);
        opacity: 0;
    }

    51% {
        transform: translateY(30px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.btn-demo::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: var(--mouse-y, 50%);
    left: var(--mouse-x, 50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.09);
    filter: blur(8px);
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
}

.btn-demo:hover::before {
    opacity: 1;
}

.btn-demo>span {
    position: relative;
    z-index: 1;
}

@keyframes pulse-halo {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.3;
    }
}

/* Bouton Learn More */
.btn-command.btn-blue-outline {
    position: relative;
    padding: 0.75rem 2rem;
    font-weight: 600;
    font-size: 1rem;
    color: var(--bs-white);
    background: transparent;
    border: 2px solid var(--bs-white);
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-command.btn-blue-outline.btn-menu {
    gap: 0.1rem;
}

.btn-command.btn-blue-outline:hover {
    background-color: var(--bs-white);
    color: var(--bs-primary-hover, #007bff);
}

/* SVG commun aux boutons */
.btn-command.btn-blue-outline svg,
.btn-command.btn-white-outline svg {
    stroke: currentColor;
    transition: transform 0.3s ease;
}

.btn-command.btn-blue-outline:hover svg,
.btn-command.btn-white-outline:hover svg {
    transform: translate(4px, -4px);
}

/* Sections inclinées */
.angled-section,
.angled-section-2 {
    background-color: #ecf1f085;
    position: relative;
    z-index: 1;
}

.angled-section {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}

.angled-section-2 {
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
}

.angled-section .angle {
    max-width: 1140px;
    margin: 0 auto;
}







/* Fome svg dans fonctionnalités */
/* Positionnement commun */
.icon-wrapper {
    position: relative;
    display: inline-block;
}

.forme-decoration {
    position: absolute;
    top: 34%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 70px;
    z-index: 0;
    transition: opacity 0.3s ease;
}

/* Par défaut : forme.svg visible, forme2.svg cachée */
.forme-default {
    opacity: 1;
}

.forme-hover {
    opacity: 0;
}

/* Au hover de .icon-box : on inverse */
.about .icon-box:hover .forme-default {
    opacity: 0;
}

.about .icon-box:hover .forme-hover {
    opacity: 1;
}

/* L'icône (business) par-dessus */
.icon-wrapper .material-symbols-outlined {
    position: relative;
    z-index: 1;
    font-size: 26px;
}




/* TAB */

.custom-tabs-row {
    position: relative;
    justify-content: center;
}

.custom-tab-link {
    position: relative;
    padding: 0.5rem 1rem;
    cursor: pointer;
    color: #444;
    font-weight: 500;
    text-decoration: none;
    border: none;
    background: none;
    transition: color 0.3s ease;
    font-size: 1.2em;
    font-family: "Poppins", sans-serif;
}

.custom-tab-link:hover {
    color: var(--bs-primary);
}

.custom-tab-link.active {
    color: #5f8c80;
    font-size: 1.3em;
}

/* Barre verte sous onglet actif */
.custom-tabs-row .slider {
    position: absolute;
    bottom: 0;
    height: 4px;
    background-color: var(--bs-primary);
    border-radius: 2px 2px 0 0;
    transition: left 0.3s ease, width 0.3s ease;
    will-change: left, width;
}

.text-p-link {
    color: var(--bs-primary);
    font-weight: 600;
    text-decoration: underline;
    font-size: 1.1em;
}

.text-p-link:hover {
    color: rgb(65, 108, 97);
    font-weight: 600;
    text-decoration: underline;
}

.discovered {
    height: 200px;
    background-color: #c4d5d0;
    border: inherit;
    align-items: center;
    display: flex;
}


/* ACCUEIL - BLOC SOLUTION */

.bg-gradient-light {
    background-image: linear-gradient(180deg,
            #f7f7f7 0%,
            /* Vert clair opaque en haut */
            rgba(246, 250, 247, 0) 100%
            /* Même couleur en transparent en bas */
        );
    border-radius: 12px 12px 0 0;
    padding-top: 15px;
    padding-bottom: 20px;
    height: 400px;
}

.card-solution img {
    width: 80%;
}

.card-solution-un img {
    width: 100%;
}

.bg-fond-riskly {
    position: absolute;
    top: -60px;
    right: 0;
    width: 50%;
    height: 300px;
    background-image: url(/wp-content/themes/child-riskly/img/fond-riskly.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    pointer-events: none;
    z-index: -1;

}

.material-symbols-outlined {
    vertical-align: middle;
    font-size: 1.2em;
    /* vert bootstrap par défaut */
}



@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-230px * 7));
        /* 7 = moitié de 14 */
    }
}

.custom-carousel {
    height: 150px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
    background: transparent;
    margin-top: 20px;
}

.custom-carousel .custom-carousel-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(230px * 14);
    /* total largeur du contenu */
}

.custom-carousel .custom-carousel-item {
    height: 120px;
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.custom-carousel .custom-carousel-item img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.custom-carousel .custom-carousel-item img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
}


.custom-carousel-item img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

/* END ACCUEIL - BLOC SOLUTION */

/* Start ACCUEIL - BLOC ESSAYEZ LA DEMO */

.no-credit {
    font-size: 0.95em;
    font-weight: 500;
    padding: 8px 8px;
    margin: 15px 0;
    background: #e9efeee0;
    color: #5e8c80;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.no-credit .material-icons {
    font-size: 0.95em;
    color: #5e8c80;
    line-height: normal;
}

.stats__v3 .content {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url('/wp-content/themes/child-riskly/img/photo-computer.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--bs-white);
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
}

/* Overlay de couleur */
.stats__v3 .content::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #5e8c80;
    opacity: 0.6;
    z-index: 1;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #5d8c80c4;
    padding: 20px;
    border-radius: 8px;
    color: #fff;
    border: initial !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    padding: 20px;
    border-radius: 8px;
    color: #fff;
    background-color: #da8484;
    border: initial !important;
}

.stats__v3 .content .content-title,
.partenaire .content .content-title {
    position: relative;
    z-index: 1;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 2.4rem;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    padding: 0 11%;
    text-transform: inherit;
}

.stats__v3 .content .btn-white,
.partenaire .content .btn-white {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    /* gap: 8px; */
    margin: 0 auto;
    padding: 0.9rem 3.5rem;
    font-size: 1.1rem;
    width: auto;
    background-color: #ffffff1c !important;
    color: #fff !important;
    border: 2px solid rgb(255 255 255 / 79%) !important;
}

.stats__v3 .content .btn-white:hover,
.partenaire .content .btn-white:hover {
    background-color: #ffffff54 !important;
    color: #fff !important;
    border: 2px solid rgb(255 255 255 / 79%) !important;
}

.stats__v3 .content .btn-white .btn-command.btn-blue-outline svg,
.btn-command.btn-white-outline svg {
    stroke: currentColor;
    transition: transform 0.3s ease;
    width: 21px;
    height: 21px;
}





.partenaire .content {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url('/wp-content/uploads/2025/07/devenir-partenaire-riskly.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--bs-white);
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
}


/* Overlay de couleur */
.partenaire .content::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #4e8778;
    opacity: 0.6;
    z-index: 1;
}


.dotted-overlay {
    position: absolute !important;
    inset: 0;
    background-image: radial-gradient(#84a89f2b 1px, transparent 1px);
    background-size: 10px 10px;
    pointer-events: none;
    z-index: 1;
}

.stats__v3 .content>*:not(.dotted-overlay) {
    position: relative;
    z-index: 2;
}


/**** PAGE ABOUT RISKLY ****/

#about-riskly .icon-box {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

#about-riskly .icon-box:hover {
    background-color: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
}

#about-riskly .icon-box:focus,
#about-riskly .icon-box *:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Wrapper contenant l’icône et sa décoration */
.icon-wrapper-about {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Élément décoratif SVG ou autre sous l’icône */
.forme-decoration {
    z-index: 1;
    /* placé sous l’image par défaut */
}

/* Image principale de l’icône */
.icon-image {
    height: 69px;
    padding: 0 10px;
    position: relative;
    left: 9px;
    transition: all 0.4s ease-out;
}


/*************** Bloc noir : stats-section ****/

.stats-section {
    background-color: var(--text-color);
    /* #1d2c36 */
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.stats-section::before {
    content: "";
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.06;
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    z-index: 0;
    /* background-image: url('/wp-content/themes/child-riskly/img/symbole-riskly.svg'); */
}

.stats-section p {
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--bs-white);
    font-family: 'GeneralSans', sans-serif;
}

h2.stats_title {
    line-height: 1.45em;
}

.stats-section .btn.btn-command.btn-blue-outline {
    background-color: transparent !important;
    border: 1px solid var(--bs-white) !important;
    color: var(--bs-white) !important;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.85em;
    line-height: inherit;
    border-bottom: 2px solid var(--color-orange) !important;
    position: relative;
}

.stats-section .btn.btn-blue-outline:hover {
    background-color: rgba(237, 237, 237, 0.16) !important;
}

.stats-section .btn-contact .btn.btn-command.btn-blue-outline,
footer .btn-contact .btn.btn-command.btn-blue-outline {
    border: 1px solid var(--bs-white) !important;
    margin-top: 0;
}

.btn-contact {
    margin-top: 15px;
}

/* Cartes icônes */
.stats_icon_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 40px !important;
    width: 100%;
    height: 100%;
    gap: 1rem;
    background-color: #162630;
    border: 1px solid #3d4c56;
    border-radius: 10px;
    color: var(--bs-white);
}

.stats_icon_block h3 {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    color: var(--bs-white);
}

.stats_icon_block img.stats_icon_image {
    height: 90px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    position: relative;
    z-index: 1;
    padding: 15px;
    transition: all 0.4s ease-out;
}

/* Wrapper pour icône + SVG */
.stats_icon_wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.stats_forme_decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.stats_forme_default {
    display: block;
}

.stats_forme_hover {
    display: none;
}

/* Hover */
.stats_icon_wrapper:hover .stats_forme_default {
    display: none;
}

.stats_icon_wrapper:hover .stats_forme_hover {
    display: block;
}




/**** END PAGE ABOUT RISKLY ******/




/************* TARIF **************/

.pricing-header {
    text-align: center;
    margin-bottom: var(--spacing-xl);
}


.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem 0 rgb(90 136 124 / 59%) !important;
}

.title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: var(--spacing-sm);
    background: linear-gradient(45deg, var(--primary), var(--primary-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtitle {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: var(--spacing-lg);
}

.pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-xl);
}

/* Switch toggle (Bootstrap 5 style) */
.switch {
    position: relative;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    inset: 0;
    background: #669684b0;
    border-radius: 34px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.slider:before {
    content: "";
    position: absolute;
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.switch input:checked+.slider {
    background: linear-gradient(45deg, var(--primary), var(--primary-dark));
}

.switch input:checked+.slider:before {
    transform: translateX(26px);
}



.slider:before {
    content: "";
    position: absolute;
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background: #fff;
    border-radius: 50%;
    transition: var(--transition);
}

input:checked+.slider {
    background: linear-gradient(45deg, var(--primary), var(--primary-dark));
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.discount {
    background: var(--secondary);
    color: var(--primary);
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 0.8rem;
}

/* Pricing cards grid remplacé par la grille Bootstrap */
.pricing-cards {
    margin-bottom: var(--spacing-xl);
    padding-bottom: var(--spacing-xl);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Style des cartes */
.pricing-card {
    transition: var(--transition);
    margin-bottom: var(--spacing-lg);
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-glow);
}

.pricing-card-inner {
    width: 100%;
    height: 100%;
}

.pricing-card-front,
.pricing-card-back {
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    padding: var(--spacing-lg);
    height: 100%;
}

.pricing-card-content {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--primary);
    border-radius: var(--radius-sm);
    height: 100%;
    padding: var(--spacing-lg);
}

.pricing-card-back {
    display: none;
    /* tu peux activer si tu veux l’effet flip */
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.popular-badge {
    position: absolute;
    top: -1rem;
    right: 1rem;
    background-color: #408472;
    color: #fff;
    padding: 15px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 10;
    white-space: nowrap;
    user-select: none;

}

.pricing-card-header {
    text-align: center;
    margin-bottom: var(--spacing-lg);
}

.pricing-card-header h2 {
    font-size: 2rem;
    margin-bottom: var(--spacing-sm);
}

.price {
    font-size: 1.5em;
    font-weight: 700;
    color: var(--primary);
}

.currency {
    font-size: 1.5rem;
    vertical-align: super;
}

.period {
    font-size: 1.2rem;
    color: #5f8c80;

}

.features {
    list-style: none;

    flex-grow: 1;
    padding-left: 0;
}

.features li {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-weight: 500;
    line-height: 1.6em;
    font-size: 1em;
    color: #333;
}

.material-symbols-outlined.check-icon {
    color: var(--primary);
    font-size: 20px;
    flex-shrink: 0;
}


.border-primary {
    border-color: rgb(246 130 76) !important;
    border: 2px solid;
    box-shadow: 0 0 10px 2px rgb(246 130 76 / 34%) !important;
}

p.lead {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: 0.8px;
}

p.lead2 {
    padding-bottom: 20px;
}

.select-plan {
    width: 100%;
    padding: 20px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(45deg, #5b8076, #487b6dab);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 1px;
    transition: var(--transition);
    margin-top: auto;
    text-transform: uppercase;
    font-size: 0.9em !important;
}

.select-plan:hover {
    background: linear-gradient(45deg, #487b6dab, #5b8076);
    /* couleurs inversées */
    transform: translateY(-2px);
    box-shadow: var(--shadow-glow);
}

#tarif h1 {
    color: #5a887c;
    font-family: "Open Sans", sans-serif;
    font-size: 1.9rem !important;
    font-weight: 700;
    line-height: 1.3;
}

.reduc {
    background-color: #ff77372e;
    width: 48%;
    text-align: center;
    display: inline-block;
    padding: 4px;
    border-radius: 5px;
    font-weight: 600;
    color: #283036;
}

.footer-col h2 {
    font-size: 1.1rem;
    color: #fff !important;
    text-transform: initial;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Rubik';
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgb(95 140 128) !important;
}

.text-success {
    --bs-text-opacity: 1;
    color: #4e7f72 !important;
}

.card-title {
    font-family: "Lexend", sans-serif;
    color: #283035;
    font-size: 1.4em;

}

p.text-muted {
    font-family: "Rubik", sans-serif;
    margin-bottom: 0;
    color: #d54b0a !important;
    line-height: 1.25em;
    padding-top: 5px;
}

.bloc-card-title {
    background-color: #95b7aa38;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 5px;
}


.ask-contact .content {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--bs-white);
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
}


.ask-contact .content::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #5e8c80;
    opacity: 0.6;
    z-index: 1;
}

#tarif .row>.col-md-4:nth-child(2) .card {
    transform: translateY(-30px);
}

.cst-pad-tarif-spe {
    padding-bottom: 40px;
}


.cst-mb-tarif {
    margin-bottom: 90px;
}

/* Responsive (Bootstrap gère déjà pas mal) */
@media (max-width: 768px) {
    .title {
        font-size: 2rem;
    }
}

.btn-contact-tarif .btn.btn-command.btn-blue-outline {
    border: 1px solid rgba(var(--bs-primary-rgb), 0.5) !important;
    color: #42786a !important;
    background-color: #eef3f2;
    padding: 16px 42px;
    border-radius: 50px;
    font-weight: 600;
    position: relative;
    line-height: inherit;
    font-size: 0.9em;
    text-transform: uppercase !important;
}


.btn-contact-tarif .btn.btn-blue-outline:hover,
.btn.btn-blue-outline:focus,
.btn.btn-blue-outline:active {
    background-color: #ffffffa6 !important;
    border: 1px solid #457065 !important;
}

/**************** END TARIF **************/




/***************************************/
/***** Start page solution Riskly ******/
.check-circle .material-symbols-outlined {
    color: var(--bs-white);
    font-size: 16px;
    font-weight: 700;
}

.accompagnement-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accompagnement-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.check-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-primary);
    background-color: #5f8c80ab;
    /* si tu préfères la transparence */
    color: var(--bs-white);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 4px;
}

.circle-check {
    background-color: var(--bs-primary);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    box-shadow: 0 0 0 4px rgba(40, 167, 69, 0.2);
    font-size: 1.2rem;
}

/**** PAGE SOLUTION RISKLY *****/
.stats-section-light-alt {
    background-color: var(--bs-white);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.stats_card {
    background-color: var(--bs-white);
    border-radius: 12px;
    padding: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.stats_card:hover {
    transform: translateY(-8px);
}

.bg-gradient-light {
    background-image: linear-gradient(180deg, #f7f7f7 0%, rgba(246, 250, 247, 0) 100%);
    border-radius: 12px;
}

.stats_icon_image_light {
    height: 80px;
    object-fit: contain;
    filter: brightness(0);
    padding: 15px;
}

.stats_icon_wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.stats_card h3.offre {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--bs-primary);
}

.wrap-prevention {
    color: #ff7072;
    background-color: rgba(95, 140, 128, 0.1);
    background-image: url(https://cdn.prod.website-files.com/61dee32…/63d8cf3…_rounded%20bg%20cta%20red.svg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    overflow: visible;
    border-radius: 20px;
}

.image-overlap {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
    /* IMPORTANT pour que le border-radius masque bien l’image */
}

.image-overlap-deux {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
    /* IMPORTANT pour que le border-radius masque bien l’image */
}

.offre-riskly .stats_icon_block {
    justify-content: normal;
}

.rating-stars i {
    color: var(--bs-primary);
    font-size: 1.3rem;
    margin: 0 3px;
}

.rating-stars i:hover {
    opacity: 1;
}

.mb-spec-offre {
    margin-bottom: 100px;
}

.up-middle {
    margin-top: -30px;
}

.cst-pad-wrap {
    padding: 50px 80px;
}

.phone-img {
    z-index: 1;
    justify-content: flex-end;
    display: flex;
    position: absolute;
    inset: -40% 0% -20% auto;
    width: 40%;
}

h2.subtitle-h3 {
    font-size: 1rem;
    color: var(--bs-primary);
    text-transform: initial;
    letter-spacing: 0;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    padding-left: 5px;
}

.testimonial-block {
    border-radius: 15px;
}

.quote-svg {
    position: absolute;
    top: 7%;
    right: 1%;
    width: 25%;
    opacity: 0.8;
}

.tem-customer {
    color: var(--bs-primary);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background: none;
    width: 2rem;
    height: 2rem;
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: var(--text-color);
}

.carousel-control-prev-icon {
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/**** END PAGE SOLUTION RISKLY *****/








/***************************************************/
/************ Devenir Partenaire ******************/
.modern-form {
    background-color: #c6d7d347;
    /* pas dans les variables, on peut laisser */
    border-radius: 15px;
    padding: 30px;
}

.modern-form .modern-field {
    display: block;
    margin-bottom: 10px;
}

.modern-form .wpcf7-list-item {
    display: block;
    padding-bottom: 15px;
}

.modern-form .field-label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--bs-primary);
    font-size: 1em;
    font-family: 'Open Sans';
}

.modern-form label {
    display: flex;
}

.modern-form .input-field {
    width: 100%;
    padding: 5px 12px;
    border: 1px solid var(--bs-primary);
    border-radius: 5px;
    background-color: var(--surface-color);
    transition: border 0.3s ease;
    font-size: 0.9rem;
    color: var(--text-color);
}

/* Start contact form 7 */
.custom-submit-btn {
    display: inline-block;
    padding: 17px 55px;
    font-size: 0.9rem;
    border-radius: 50px;
    font-weight: 600;
    border: initial;
    line-height: 1;
    margin: 0 0.2rem;
    transition: 0.3s;
    text-transform: uppercase;
    background-color: #5e8c80;
    color: white;
    cursor: pointer;
}

.custom-submit-btn:hover {
    background-color: #50766d;
    border-color: #ffffff;
}

/* end contact form 7 */

.modern-form .input-field:focus {
    outline: none;
    border: none;
    box-shadow: inset 0 0 0 2px var(--bs-primary);
}

.modern-form .textarea-field .input-field {
    height: 100px;
    resize: vertical;
}

.modern-form .modern-consent {
    margin-top: 5px;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}

.modern-form input[type="checkbox"] {
    width: 30px;
    height: 30px;
    accent-color: var(--bs-primary);
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid var(--bs-primary);
}

.modern-form input.wpcf7-submit.btn.btn-command.btn-blue-outline {
    padding: 15px 55px;
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    border: none !important;
    text-transform: capitalize;
    font-family: 'Open Sans';
    border-radius: 10px;
    font-size: 1.1em;
}

.modern-form input.wpcf7-submit.btn.btn-command.btn-blue-outline:hover {
    opacity: 0.8;
}

/************ End Devenir Partenaire ******************/



/************  FOOTER ******************/
.footer-demo {
    background-color: var(--footer-bg);
    color: var(--footer-text);
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 3;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.footer-col {
    margin-bottom: 30px;
}

.footer-col.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-col.logo img {
    max-width: 180px;
    height: auto;
}

.footer-col h3 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 1em;
    position: relative;
    padding-bottom: 8px;
}

.footer-col h3::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #eee;
    bottom: 0;
    left: 0;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    line-height: 1.7;
}

.footer-col ul li a,
.footer-col.contact p a {
    color: #fff;
    text-decoration: none !important;
    font-family: 'GeneralSans', sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: 0.9em;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.footer-col ul li a:hover,
.footer-col.contact p a:hover {
    opacity: var(--footer-link-hover);
    text-decoration: none;
}

.footer-col.contact p {
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--footer-text);
}

.material-symbols-outlined.icon {
    font-size: 20px;
    vertical-align: middle;
    color: var(--footer-light);
}

.footer-bottom {
    text-align: center;
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 20px;
    color: var(--footer-light);
    font-size: 14px;
}

.footer-bottom p {
    font-size: 0.95em;
    letter-spacing: 0.5px;
    opacity: 0.8;
}

.footer-bottom-line {
    height: 1px;
    background-color: white;
    width: 100%;
    margin: 0 auto 15px auto;
    opacity: 0.3;
}

.footer-col a {
    display: block;
}

.footer-col.offer,
.footer-col.contact {
    font-size: 1em;
}

footer p,
footer a {
    color: #eee;
    text-decoration: none !important;
    transition: color 0.3s ease, opacity 0.3s ease;
}

footer a:hover {
    opacity: var(--footer-link-hover);
    cursor: pointer;
    text-decoration: none;
}

.footer-col .btn.btn-command.btn-blue-outline {
    border: 1px solid var(--footer-border) !important;
    background-color: transparent !important;
    color: var(--footer-border) !important;
    margin-top: 15px;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 500;
    position: relative;
    font-size: 0.85em;
    line-height: inherit;
    border-bottom: 2px solid var(--color-orange) !important;
    text-transform: uppercase !important;
}

footer .btn.btn-blue-outline:hover {
    background-color: #ededed29 !important;
}

/* Back to top button (unifié) */
#back_to_top,
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 25px;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: none;
    border: 1px solid var(--bs-primary);
    z-index: 10000;
    transition: all 0.3s ease;
    cursor: pointer;
}

#back_to_top.show,
#back-to-top.show {
    visibility: visible;
    opacity: 1;
}

#back_to_top span,
#back_to_top i,
#back-to-top span,
#back-to-top i {
    font-size: 17px;
    color: var(--bs-primary);
    line-height: 47px;
    text-align: center;
}

#back-to-top i {
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Font Awesome icons */
.fa {
    padding: 0;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    width: 2.5em;
    position: relative;
    vertical-align: middle;
}

.fa-linkedin {
    background: transparent;
    color: white;
    font-size: 1.2em;
    padding-top: 15px;
}

/* Decorative footer bands */
.footer-band-container {
    position: relative;
    width: 100%;
    height: 180px;
    margin-bottom: -100px;
    overflow: visible;
}

.footer-band-container .behind {
    background-color: var(--footer-accent);
    height: 200px;
    width: 100%;
    clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 80%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.footer-band-container .bottom {
    background-color: var(--footer-accent-strong);
    height: 200px;
    width: 100%;
    clip-path: polygon(0 45%, 100% 0, 100% 85%, 0 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-col {
        max-width: 400px;
        margin: 0 auto 30px auto;
    }
}

/************ END FOOTER ******************/



/************ Media querries ******************/

/* À partir de 768px */
@media (min-width: 768px) {
    .menu {
        padding: 0 0 !important;
    }

    .menu-item {
        padding: 0 10px;
    }
}




/* À partir de 992px */
@media (min-width: 992px) {
    .container {
        max-width: 1000px;
    }

    .section.first-section {
        padding-top: 130px;
    }

    .fbs__net-navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .fbs__net-navbar .navbar-nav .dropdown>.dropdown-menu,
    .fbs__net-navbar .navbar-nav .dropend>.dropdown-menu,
    .fbs__net-navbar .navbar-nav .dropstart>.dropdown-menu {
        padding-left: 10px;
        padding-right: 10px;
        width: 200px;
        border: none;
    }

    .fbs__net-navbar .navbar-nav .dropdown:hover>.dropdown-menu,
    .fbs__net-navbar .navbar-nav .dropend:hover>.dropdown-menu,
    .fbs__net-navbar .navbar-nav .dropstart:hover>.dropdown-menu {
        display: block;
        animation: fadeInUp 0.3s ease;
    }

    .fbs__net-navbar .navbar-nav .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        animation: fadeInRight 0.3s ease;
    }

    .fbs__net-navbar .navbar-nav .dropstart:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        right: 100%;
        animation: fadeInLeft 0.3s ease;
    }

    .fbs__net-navbar .header-social a {
        color: var(--bs-white);
    }

    .fbs__net-navbar.active .header-social a {
        color: rgba(var(--inverse-color-rgb), 1) !important;
    }
}

/* À partir de 1200px */
@media (min-width: 1200px) {
    .container {
        max-width: 1150px;
    }

    .menu-item {
        padding: 0 15px !important;
    }

    .menu-link {
        gap: 1px;
    }

    .menu {
        padding: 0 0 !important;
    }
}


/* À partir de 1400px */
@media (min-width: 1400px) {
    .container {
        max-width: 1280px;
    }
}

/* En dessous de 992px */
@media (max-width: 991.98px) {

    .padbot,
    .padtop {
        padding-bottom: 25px;
        padding-top: 25px;
    }

    .margbot {
        margin-bottom: 25px;
    }


    .margtop {
        margin-top: 25px;
    }

    .margbot2 {
        margin-bottom: 60px;
    }

    .bg-header {
        padding: 15px 20px;
    }

    .stats-section {
        clip-path: polygon(0% 1%, 100% 0, 100% 100%, 0% 100%);
    }

    .hero__v6 .hero-img .img-main {
        display: none;
    }

    .hero__v6 {
        padding: 3rem 0 0 0 !important;
    }

    .hero__v6 .hero-title {
        font-size: 30px;
    }

    .hero__v6 .hero-img .img-card {
        left: 10px;
        max-width: 380px;
    }

    .howitworks__v1 .arch-line {
        display: none;
    }

    .fbs__net-navbar .navbar-nav>li>.nav-link,
    .fbs__net-navbar .navbar-nav>li>.nav-link.active,
    .fbs__net-navbar .navbar-nav>li>.nav-link:hover,
    .fbs__net-navbar .navbar-nav>li>.nav-link:focus {
        color: var(--inverse-color) !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .fbs__net-navbar .fbs__net-navbar-toggler {
        display: flex;
    }

    .fbs__net-navbar .navbar-nav li.dropend>a .bi,
    .fbs__net-navbar .navbar-nav li.dropstart>a .bi {
        transform: rotate(90deg);
        margin-top: -10px;
    }
}

/* Moins de 768px */
@media (max-width: 767.98px) {
    .fbs__net-navbar .navbar-nav>li>.nav-link {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .about__v4 .icon-boxes>.col-md-6:nth-child(1) {
        margin-top: 0;
    }



    .section {
        padding: 40px 0;
    }

    .custom-accordion-button,
    .accordion-body {
        font-size: 0.9rem;
        padding: 0.75rem 1rem;
    }
}

/* Moins de 576px */
@media (max-width: 575.98px) {
    .hero__v6 .hero-img .img-card {
        max-width: 280px;
    }

    .fbs__net-navbar .header-social .btn {
        display: none;
    }
}

/* Menu mobile + éléments spécifiques */


@media screen and (max-width: 992px) {
    .navbar-riskly {
        position: fixed;
        top: 0;
        left: -100%;
        width: 91%;
        height: 100%;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        background-color: #16181b;
        transition: all 0.5s ease;
        padding: 40px 0px;
    }

    .navbar-riskly.activeb {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    .menu-riskly {
        padding: 130px 0 0 45px;
    }

    .menu-item-riskly {
        display: block;
        margin: 0 auto;
        padding: 0 0 10px 0;
    }

    .menu-link-riskly {
        display: inline-block;
        justify-content: space-between;
        padding: 0.2rem;
        color: #fff;
        font-size: 1.3rem;
        font-family: 'GeneralSans', sans-serif;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-decoration: none;
    }

    .menu-link-riskly:hover {
        opacity: 0.8;
    }

    .ham-riskly {
        cursor: pointer;
        transition: transform 400ms;
        position: relative;
        z-index: 1000;
    }

    .ham-riskly .line {
        stroke: #283036;
        transition: stroke 800ms ease, stroke-dasharray 800ms, stroke-dashoffset 800ms;
        stroke-width: 4;
        stroke-linecap: round;
        fill: none;
    }

    .ham-riskly.activeb {
        position: fixed;
        top: 30px;
        left: 40px;
        z-index: 1001;
        transform: rotate(45deg);
    }

    .ham-riskly.activeb .line {
        stroke: #fff;
    }

    .line {
        fill: none;
        stroke-width: 4;
        stroke-linecap: round;
        transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    }

    .ham1 .top {
        stroke-dasharray: 40 139;
    }

    .ham1 .bottom {
        stroke-dasharray: 40 180;
    }

    .ham1.activeb .top {
        stroke-dashoffset: -98px;
    }

    .ham1.activeb .bottom {
        stroke-dashoffset: -138px;
    }

    .p-header-mob-riskly {
        padding: 0 30px 0 20px;
    }

    .overlay-riskly {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        transition: all 0.35s ease-in-out;
        background-color: #29574bb8;
    }

    .overlay-riskly.activeb {
        opacity: 1;
        visibility: visible;
    }
}

/* Moins de 768px : éléments spécifiques */
@media screen and (max-width: 768px) {

    .up-middle {
        margin-top: 0;
    }

    .bg-img-a-propos,
    .bg-header-ressource {
        padding: 0 0 !important;
    }

    .cst-pad-ressource {
        padding-left: 0 !important;
    }

    .pad-mob-ressource {
        padding-top: 100px !important;
    }

    .cst-pad-wrap {
        padding: 40px 20px;
    }

    #tarif .row>.col-md-4:nth-child(2) .card {
        transform: translateY(0);
    }

    .cst-pad-tarif-spe {
        padding-bottom: 0;
    }

    .padtotspe {
        padding-top: 100px;
    }

    .padbotspe {
        padding-bottom: 100px;
    }

    .stats_card {
        padding: 1rem;
    }

    .image-overlap-deux {
        border-radius: 12px 12px 0 0;
    }

    .who-mob {
        display: block;
    }

    .who-desk {
        display: none;
    }

    .stats__v3 .content .content-title,
    .partenaire .content .content-title {
        font-size: 1.25rem;
        line-height: 1.2em;
    }

    .menu-item-riskly a {
        font-size: 1.2em;
    }

    .riskly.active .dropdown-menu-riskly {
        padding-bottom: 10px;
    }

    #back_to_top {
        z-index: 0;
    }

    .pad-mob-spe {
        padding-top: 30px !important;
    }

    .footer-col h3::after {
        left: 45%;
        width: 30px;
    }

    .footer-col.contact p {
        justify-content: center;
    }

    .footer-demo {
        text-align: center;
    }

    .p-header-mob-riskly {
        display: flex !important;
    }

    .navbar-riskly {
        display: block;
    }

    .navbar {
        display: none;
    }

    a.brand img {
        width: 20%;
    }

    .work-process .card-solution .bg-gradient-light,
    .work-process .card-solution-un .bg-gradient-light {
        height: auto;
    }

    .angled-section-2 {
        clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    }

    .angled-section {
        clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
    }

    .faq__v2 h2,
    .faq__v2 p {
        text-align: center;
    }

    .navbar-mobile {
        border-bottom: 2px solid #5d8c8082;
        padding: 10px 0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
}

/* Moins de 1200px */
@media (max-width: 1199.98px) {
    .hero__v6 .hero-title {
        font-size: 40px;
    }
}