@charset "UTF-8";

body {
    margin: 0;
    font-family: "tt-commons-pro", sans-serif;
    font-size: 1.1rem;
    line-height: 1.9;
    color: #5b5b5b;
}

ul.row.row-cols-2.row-cols-lg-4 {
  display: flex !important;
  flex-wrap: wrap !important;
  column-count: unset !important;
}


ul.row.row-cols-2.row-cols-lg-4 > li {
  flex: 0 0 50%;
  max-width: 50%;
}
.subtitle {font-weight:100;font-style:normal;font-family:Inter,sans-serif;font-size:1rem;line-height:1.8;color:#ffffff!important;}
@media (min-width: 992px) {
  ul.row.row-cols-2.row-cols-lg-4 > li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

:root {
  --top-nav-height: 39px;    
  --main-nav-height: 76px;   
}

.hero-img{
  position:absolute;
  top:0; right:0; height:100%; width:50%;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  background-image:url('<?php echo esc_url( $featured_image ); ?>');
}

.mb-n4 { margin-bottom: -1.5rem; } 



@media (max-width: 991.98px) {
  :root {
    --top-nav-height: 0;
    --main-nav-height: 56px;
  }
}

@media (min-width: 992px) {
   .top-nav {
		height: var(--top-nav-height);
        background-color: rgb(248, 249, 250);
        color: #5b5b5b;
        padding: 0; 
        font-size: 13px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed; 
        top: 0;
        left: 0;
  width: 100%;
  height: var(--top-nav-height);
  z-index: 1200;
    }

#mainNav {
	position: fixed;
    top: var(--top-nav-height) !important;
	  left: 0;
  width: 100%;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);

	height: var(--main-nav-height);
     transition: top 0.2s ease-out, z-index 0s linear 0.2s;
    padding: 0;
    font-size: 14px;
}

/* quand on descend, main-nav couvre top-nav */
#mainNav.cover {
  top: 0 !important;
  z-index: 1201; /* au-dessus de la top-nav */
  transition-delay: 0s;
}

}
    .top-nav .container-fluid {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1320px;
        margin: 0 auto;
        padding: 0 15px; 
        height: 100%; 
    }

    .top-nav-left {
        display: flex;
        align-items: center;
        height: 100%; 
    }

    .top-nav-left a {
        color: #5b5b5b;
        text-decoration: none;
        margin-right: 20px;
        transition: color 0.2s ease;
        display: flex;
        align-items: center;
        height: 100%;
    }
    .top-nav-left a:hover {
        color: #6da2dd;
    }
    .top-nav-left i {
        margin-right: 5px;
    }

    .top-nav-right {
        display: flex;
        align-items: center;
        height: 100%; 
    }

    .top-nav-right a {
        color: #5f5f5f;
        font-size: 14px;
        padding: 0 12px; 
        display: inline-flex;
        align-items: center; 
        height: 100%; 
        text-decoration: none;
        transition: background-color 0.2s ease, color 0.2s ease;
    }
    .top-nav-right a:hover {
        background-color: #26639e;
        color: #fff;
    }

    .top-nav-right .dropdown {
        position: relative;
        display: inline-block;
        height: 100%; 
    }
    .top-nav-right .dropdown-toggle {
        color: #5f5f5f;
        font-size: 14px;
        padding: 0 12px;
        display: inline-flex;
        align-items: center;
        height: 100%; 
        text-decoration: none;
        transition: background-color 0.2s ease, color 0.2s ease;
    }
    .top-nav-right .dropdown-toggle:hover {
        background-color: #26639e;
        color: #fff;
    }
    .top-nav-right .dropdown-toggle::after {
        display: inline-block; 
        vertical-align: 0.255em;
        margin-left: 0.255em;
    }


.navbar-brand {
    z-index: 1130;
}

.navbar-toggler {
    border: none;
    background: none;
    padding: .5rem;
    position: relative;
    z-index: 1130;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.hamburger,
.hamburger::before,
.hamburger::after {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #222;
    position: absolute;
    left: 90%;
    transform: translateX(-90%);
    transition: transform .3s;
}

.hamburger::before {
    top: 8px;
}

.hamburger::after {
    top: -8px;
}

.navbar-toggler.open .hamburger {
    background: transparent;
}

.navbar-toggler.open .hamburger::before {
    transform: translateY(0) rotate(45deg);
    top: 0;
}

.navbar-toggler.open .hamburger::after {
    transform: translateY(0) rotate(-45deg);
    top: 0;
}

@media (max-width: 991.98px) {
main[role="main"] {
  /* décale votre contenu principal sous les deux barres */
  margin-top: 56px;
}
    .logo {
        height: 40px;
    }

    .navbar {
		position: fixed;
		width: 100%;
		background-color: white;
        height: 56px;
		font-size: 14px;
		z-index:1500;
		box-shadow: var(--bs-box-shadow) !important;
    }

    .navbar .container {
        display: flex;
		margin-top: -8px;
        justify-content: space-between;
        align-items: center;
        position: relative;
        max-width: 100%;
        padding: 0;
    }

    .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .navbar-toggler {
        margin: 7px 0 0 15px;
    }

    .navbar-icons {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        height: var(--bs-navbar-height, 56px);
    }

    .navbar-icons .icon-wrapper {
        background: #3b6d9e;
        color: #fff;
        padding: 1.12rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .navbar-icons .icon-wrapper.phone {
        background: #6da2dd;
    }

    .navbar-icons .icon-wrapper i {
        font-size: 1.25rem;
    }

    #navbarNav {
        position: fixed;
        top: 0;
        left: 40px;
        width: 300px;
        height: 100vh;
        background: #26639e;
        transform: translateX(-100%);
        transition: none;
        overflow-y: auto;
        z-index: 1120;
    }

    body.offcanvas-open .navbar {
        transform: translateX(250px);
    }

    #navbarNav .navbar-nav {
        flex-direction: column;
    }

    #navbarNav .nav-link,
    #navbarNav .dropdown-toggle {
        color: #fff;
        font-weight: bold;
        padding: 1rem 1.5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: background .2s, color .2s;
        border-bottom: 1px solid;
        border-bottom-color: rgba(0, 0, 0, 0.13);
    }

    #navbarNav .nav-link:hover,
    #navbarNav .dropdown-toggle:hover,
    #navbarNav .dropdown:hover > .dropdown-toggle {
        background: rgba(255,255,255,0.1) !important;
        color: #fff !important;
        text-decoration: none !important;
    }

    #navbarNav .dropdown-menu {
        position: static !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        background: #fff !important;
        border-radius: 0 !important;
        width: 100% !important;
    }

    #navbarNav .dropdown-menu .dropdown-item {
        display: block;
        width: 100%;
        padding: .75rem 1.5rem !important;
        font-size: 12px !important;
        font-weight: normal !important;
        color: #000 !important;
        text-decoration: underline !important;
        background: transparent !important;
        transition: background .2s, color .2s;
    }

    #navbarNav .dropdown-menu .dropdown-item:hover,
    #navbarNav .dropdown-menu .dropdown-item:focus {
        background: #26639e !important;
        color: #fff !important;
        text-decoration: none !important;
    }

    #navbarNav .dropdown-toggle::after {
        display: none !important;
    }

    .dropdown-caret {
        display: inline-block !important;
        margin-left: auto;
        transition: transform .3s ease;
    }

    #navbarNav .dropdown-toggle[aria-expanded="true"] .dropdown-caret {
        transform: rotate(180deg);
    }

html, body {
    min-height: 100%; 
    overflow-x: hidden;
}

    .dropdown-menu {
        --bs-dropdown-spacer: 0rem;
    }

    #navbarNav .mega-menu-column {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    #navbarNav .mega-menu-content {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    #navbarNav .mega-menu .dropdown-item:hover,
    #navbarNav .mega-menu .dropdown-item:focus {
        background: transparent !important;
        color: #000 !important;
        text-decoration: underline !important;
    }

    #navbarNav .mega-menu .dropdown-item {
        padding: .3rem 0 !important;
    }

    #navbarNav .mega-menu .dropdown-item::before {
        content: "\f054";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 0.5rem;
        color: #bbb;
        display: inline-block;
        position: static;
        margin-right: .5rem;
    }

    #navbarNav .mega-menu-title:first-of-type {
        margin: 1rem 0 0.5rem;
    }

    #navbarNav .mega-menu-title {
        margin: 0;
    }

    #navbarNav .mega-menu-title + ul,
    #navbarNav .mega-menu-content ul {
        margin: 0 0 1rem !important;
        padding: 0 !important;
    }

    #navbarNav .mega-menu-title + hr {
        margin: 0 0 0.5rem !important;
    }

    .dropdown-hover .dropdown-menu {
        display: none !important;
    }
}

.mega-menu-title a {
    color: #333 !important;
    text-decoration: none !important;
}

.mega-menu-title a:hover,
.mega-menu-title a:focus {
    color: #333 !important;
    text-decoration: none !important;
}

@media (min-width: 992px) {
    .logo {
        height: 56px;
    }

    .navbar {
        height: 75px;
        z-index: 1100;
    }

    .navbar-nav > .dropdown:hover > .dropdown-menu {
        display: block !important;
    }

    .dropdown-toggle::after {
        display: inline-block !important;
        vertical-align: 0.255em;
        margin-left: 0.255em;
    }

    .dropdown-caret {
        display: none !important;
    }

    .navbar-nav .dropdown.position-static .dropdown-menu {
        display: none;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: calc(100vw - 30px);
        border: none;
        border-radius: .5rem;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
        padding: 1.5rem;
        flex-direction: column;
    }

    .navbar-nav .dropdown.position-static:hover > .dropdown-menu,
    .navbar-nav .dropdown.position-static.show > .dropdown-menu {
        display: flex !important;
    }

    .mega-menu-content {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 1.5rem;
    }

    .mega-menu-column {
        padding: 0 .75rem;
    }

    .mega-menu-title {
        font-size: 0.9rem;
        margin-bottom: .75rem;
        color: #333;
        border-bottom: 1px solid #CCC;
        padding: 9px 5px 9px 0px;
        margin: 0px 0px 7px 0px;
        text-align: left;
        height: 39px;
    }

    .mega-menu-content ul {
        margin-bottom: 0;
    }

    .mega-menu-content .dropdown-item {
        font-size: 13px;
        color: #424242;
        padding: .1rem 0;
        display: flex;
        align-items: center;
        gap: .5rem;
        background: none;
        text-decoration: none;
    }

    .mega-menu-content .dropdown-item::before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "\f054";
        font-size: .65rem;
        color: #ccc;
    }

    .mega-menu-content .dropdown-item:hover span {
        text-decoration: underline;
    }

    .mega-menu-content .dropdown-item:visited {
        color: #333;
        text-decoration: none;
        background: none;
    }

    .top-nav-left a,
    .top-nav-left a:visited,
    .top-nav-left a:hover,
    .top-nav-left a:active {
        color: #5b5b5b !important;
        text-decoration: none !important;
    }

    .top-nav-left {
        position: relative;
        display: flex;
        gap: 20px;
    }

    .top-nav-left a {
        color: #5b5b5b;
        text-decoration: none;
    }

    .top-nav-left a:visited,
    .top-nav-left a:hover,
    .top-nav-left a:active {
        color: #5b5b5b;
        text-decoration: none;
    }

    .call-menu {
        position: relative;
    }

    .call-menu:hover .mega-menu {
        display: flex;
    }

    .navbar-nav .dropdown:not(.position-static) .dropdown-menu,
    .top-nav-right .dropdown-hover .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
        border-radius: .5rem;
        overflow: hidden;
        border: none;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    }

    .navbar-nav .dropdown:not(.position-static) .dropdown-item,
    .top-nav-right .dropdown-hover .dropdown-menu .dropdown-item {
        color: #666666;
        border-right: none;
        text-align: left;
        display: flex;
        align-items: center;
        line-height: 22px;
        padding: 8px 12px;
        font-size: 13px;
        letter-spacing: normal;
        text-transform: none;
        gap: 0.5rem;
        transition: background 0.2s, color 0.2s, border-radius 0s;
        position: relative;
    }

    .navbar-nav .dropdown:not(.position-static) .dropdown-item::before,
    .top-nav-right .dropdown-hover .dropdown-menu .dropdown-item::before {
        content: "\f054";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 0.5rem;
        color: #bbb;
        display: inline-block;
        position: static;
    }

    .navbar-nav .dropdown:not(.position-static) .dropdown-menu > li > .dropdown-item:hover,
    .navbar-nav .dropdown:not(.position-static) .dropdown-menu > li > .dropdown-item:focus,
    .top-nav-right .dropdown-hover .dropdown-menu > li > .dropdown-item:hover,
    .top-nav-right .dropdown-hover .dropdown-menu > li > .dropdown-item:focus {
        background: #26639e !important;
        color: #fff !important;
        border-radius: 0;
    }

    .navbar-nav .dropdown:not(.position-static) .dropdown-menu > li:first-child > .dropdown-item:hover,
    .navbar-nav .dropdown:not(.position-static) .dropdown-menu > li:first-child > .dropdown-item:focus,
    .top-nav-right .dropdown-hover .dropdown-menu > li:first-child > .dropdown-item:hover,
    .top-nav-right .dropdown-hover .dropdown-menu > li:first-child > .dropdown-item:focus {
        border-top-left-radius: inherit !important;
        border-top-right-radius: inherit !important;
    }
        .navbar-nav .dropdown:not(.position-static) .dropdown-menu > li:last-child > .dropdown-item:hover,
        .navbar-nav .dropdown:not(.position-static) .dropdown-menu > li:last-child > .dropdown-item:focus,
        .top-nav-right .dropdown-hover .dropdown-menu > li:last-child > .dropdown-item:hover,
        .top-nav-right .dropdown-hover .dropdown-menu > li:last-child > .dropdown-item:focus {
            border-bottom-left-radius: inherit !important; 
            border-bottom-right-radius: inherit !important;
        }

        .navbar-nav {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            transition: all 0.3s ease;
        }

        .navbar-nav > .nav-item {
            flex-shrink: 1; 
            min-width: 0; 
            text-align: center;
            display: block;
            padding: 0;
            margin: 0;
        }

        .navbar-nav > .nav-item > .nav-link {
            display: block;
            padding: 11px 25px 11px 18px; 
            line-height: 50px;
            text-decoration: none;
            position: relative;
            border-bottom: solid 3px transparent;
            transition: padding 0.3s ease, font-size 0.3s ease;
            font-size: 0.95rem; 
        }

        @media (min-width: 992px) and (max-width: 1200px) {
            .navbar-nav > .nav-item > .nav-link {
                padding: 11px 10px; 
                font-size: 0.85rem; 
            }
        }

        .navbar-nav > .nav-item:hover > .nav-link,
        .navbar-nav > .nav-item.active > .nav-link {
            border-bottom: solid 3px #26639e;
        }

        .navbar-nav > .nav-item {
            position: relative;
            height: 100%;
        }

        .top-nav-right .dropdown-hover .dropdown-menu {
            display: none; 
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.2s ease, visibility 0.2s ease;
            position: absolute !important; 
            inset: 0px auto auto 0px !important; 
            margin: 0px !important; 
            transform: translate3d(calc(100% - 150px), 39px, 0px) !important; 
            right: 0 !important; 
            left: auto !important; 
            max-height: 90vh;
            overflow-y: auto; 
        }

        .top-nav-right .dropdown-hover:hover > .dropdown-menu {
            display: block !important;
            opacity: 1;
            visibility: visible;
        }

        .navbar-brand {
            position: static; 
            transform: none; 
            margin-left: 0px; 
        }

        .navbar .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            max-width: 1320px; 
            padding: 0 15px;
            height: 100%; 
        }
    }
        
 
    @media (max-width: 991.98px) {
        .top-nav {
            display: none; 
        }
        body {
            margin: 0;
        }
    }
main[role="main"] {
  margin-top: calc(var(--top-nav-height) + var(--main-nav-height));
}	

@media (max-width: 991.98px) {
  /* Pour tous les éléments qui avaient data-aos */
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
  /* Et ceux déjà initialisés */
  .aos-init {
    opacity: 1 !important;
    transform: none !important;
  }
	.search-toggle{height:59.6px;}
}
#search-overlay {
  position: fixed;
  top: calc(var(--top-nav-height) + var(--main-nav-height));
  left: 0;
  right: 0;
  bottom: 0;                 /* couvre tout le bas */
  background: rgba(255,255,255,0.95);
  display: none;
  z-index: 1150;
  overflow: auto;            /* si le form dépasse, scroll possible */
  transition: opacity .3s ease;
  opacity: 0;
}

#search-overlay .search-wrapper {
  display: flex;
  justify-content: center;
}

#search-overlay .search-wrapper .input-group {
  width: 100%;
  max-width: 800px;   /* ajuste selon tes besoins */
  margin: 0 auto;     /* centre l’élément quand il est inférieur à 100% */
}
body.search-open #search-overlay {
  display: block;
  opacity: 1;
}

#search-overlay .search-wrapper {
  max-width: 600px;
  margin: 2rem auto;         /* centré horizontal + marge haut/bas */
}
/* facultatif : un petit effet d’animation */
#search-overlay {
  transition: opacity .3s ease;
  opacity: 0;
}
body.search-open #search-overlay {
	opacity:0.98;
background-color: #26639e;
height:200px;z-index:9999;
}

/* styliser l’input (facultatif) */
#searchform {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
}
#searchform input[type="search"] {
  flex: 1;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem 0 0 0.25rem;
}
#searchform button {
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0 0.25rem 0.25rem 0;
  background: #26639e;
  color: #fff;
  cursor: pointer;
}


#NNPDL.content.visible {
    display: block;
}
	
#NNPDL.timeline {
    padding: 40px 0;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 8px;
}

#NNPDL.timeline .step {
    flex: 0 0 calc(100% / 8); 
    max-width: calc(100% / 8);
    position: relative;
    text-align: center;
    z-index: 1;
    overflow: visible;
}

#NNPDL.timeline .step .clickable-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 120px;
    background-color: #26639d;
    position: relative;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
    transition: background-color 0.6s ease, clip-path 0.3s ease;
    margin-top: 40px;
}

/* Flèche active ou au survol */
#NNPDL.timeline .step:hover .clickable-area,
#NNPDL.timeline .step.active .clickable-area,
#NNPDL.timeline .step.active-left .clickable-area{ 
    background-color: #26639d;
    color: white!important;
	transition: background-color 0.6s ease, color 0.6s ease;
}
	
#NNPDL.timeline .step.active-left .label{ 
    color: white!important;
	transition: background-color 0.6s ease, color 0.6s ease;
}

/* Icônes */
#NNPDL.timeline .step .icon {
    width: 60px; 
    height: 60px; 
    border-radius: 50%; 
    position: absolute;
    top: 10px;
    left: 60%;
    transform: translateX(-50%);
    background-color: #0b1723;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    transition: background-color 0.6s ease, transform 0.6s ease;
    border: 2px solid white;
    overflow: hidden;
    z-index: 2; 
}

/* Icônes actives ou au survol */
#NNPDL.timeline .step:hover .icon,
#NNPDL.timeline .step.active .icon,
#NNPDL.timeline .step.active-left .icon {
    background-color: #26639e; 
	transition: background-color 0.6s ease, transform 0.6s ease;
}


#NNPDL.timeline .step .icon img {
    width: 30%; 
    height: auto; 
    object-fit: contain; 
    filter: invert(100%);
}

/* Texte des labels */
#NNPDL.timeline .step .label {
    font-size: 0.78rem;
    text-align: center;
    padding-inline: 15px;
    margin-top: 45px;
    color: #ffffff;
    transform: none;
    transition: color 0.6s ease;
}
.timeline .step:hover {
    transform: scale(1.1); 
}
.timeline .step {
    transition: transform 0.5s ease; 
}

#NNPDL.timeline .step:hover .label,
#NNPDL.timeline .step.active .label {
    color: white; 
	transition: color 0.6s ease;
}

@media (max-width: 1200px) {
    #NNPDL.timeline {
        flex-wrap: wrap;
        justify-content: center;
		margin-top: 80px;
    }

    #NNPDL.timeline .step {
        flex: 1 1 22%;
        max-width: 22%;
    }
}

@media (max-width: 768px) {
    #NNPDL.timeline .step {
        flex: 1 1 50%; 
        text-align: center;
        overflow: visible; 
    }

    #NNPDL.timeline .step .clickable-area {
        height: 90px;
        margin-top: 30px;
    }

    #NNPDL.timeline .step .icon {
        width: 30px;
        height: 30px;
        top: 10px;
		left:65%;
    }

    #NNPDL.timeline .step .label {
        font-size: 0.6rem;
        line-height: 1rem;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    #NNPDL.timeline .icon img {
        width: 60%; 
        height: auto;
    }
}
	

#NNPDL.timeline .step.selected .clickable-area {
    background-color: #0b1723; 
    color: white;
	transition: background-color 0.6s ease, color 0.6s ease;
}

#NNPDL.timeline .step.selected .icon {
    background-color: #0b1723; 
    color: white;
	transition: background-color 0.6s ease;
}

/* Responsive Design for Mobiles (max-width: 1200px) */
@media (max-width: 1200px) {

    #NNNPDLB.brace-container .brace-2 {
        top: -70px !important;
    }

    #NNNPDLB.brace-container .brace-label-1 {
        top: -440px; 
    }

    #NNNPDLB.brace-container .brace-label-2 {
        top: -45px !important;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {


    #NNNPDLB.brace-container .brace-2 {
        top: -50px !important; 
    }

    #NNNPDLB.brace-container .brace-label-2 {
        top: -30px !important; 
    }
}

#country-pdl-25 #NNPDL.timeline .step .clickable-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 140px;
    background-color: #26639d;
    position: relative;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
    transition: background-color 0.6s ease, clip-path 0.3s ease;
    margin-top: 40px;
}

#country-pdl-25 #NNPDL.timeline .step .label {
    font-size: 0.7rem;
    text-align: center;
    margin-top: 45px;
    color: #ffffff;
    transform: none;
    transition: color 0.6s ease;
}
	
#country-pdl-25 .brace-label-1, .brace-label-2 {
        background-color: transparent;
    }
	
#country-pdl-25 .bg-light{background-color: white!important}
	
@media (max-width: 768px) {
#country-pdl-25 #NNPDL.timeline .step .icon {
        width: 40px;
        height: 40px;
        top: 10px;
        left: 65%;
    }
#country-pdl-25 #NNPDL.timeline .step .label {
    font-size: 0.7rem;
    text-align: center;
    margin-top: 25px;
    color: #ffffff;
    transform: none;
    transition: color 0.6s ease;
}

  .brace-1 {
    top: -360px!important; 
    width: 100%; 
    left: 0;
    height: 10px;
    border-top: 2px solid #dfdfdf;
    border-radius: 2px;
    border-right: 2px solid #dfdfdf;
    border-left: 2px solid #dfdfdf;
    border-bottom: none!important;
  }
.brace-label-1 {
        top: -390px !important;
    }	
}
	
@media (max-width: 1200px) {
#country-pdl-25 #NNPDL.timeline {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 40px;
    }
	
#country-pdl-25 #NNNPDLB.brace-container .brace-1 {
        top: -480px !important;
    }
#country-pdl-25 #NNNPDLB.brace-container .brace-label-1 {
        top: -510px !important;
    }
}
	
#countrypdl #content1.bg-light,
#countrypdl #content2.bg-light,
#countrypdl #content3.bg-light,
#countrypdl #content4.bg-light,
#countrypdl #content5.bg-light,
#countrypdl #content6.bg-light,
#countrypdl #content7.bg-light,
#countrypdl #content8.bg-light,
#countrypdl #content9.bg-light,
#countrypdl #content10.bg-light {
    background-color: white !important;
}
	.timeline {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  position: relative;
}
.timeline .line {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #a9a9a3; 
  transition: background-color 0.3s;
  transform: translateY(-60%);
}
.timeline .step {
  position: relative;
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.timeline .step .clickable-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  height: 140px; 
}
.timeline .step .label {
  margin-bottom: 30px;
  transform: rotate(-45deg);
  transform-origin: left bottom;
  font-size: 0.70rem;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label {
  margin-left: 5px;
  font-weight: 500;
}
.timeline .step .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #a9a9a3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  transition: background-color 0.3s;
  margin-left: -20px; 
}
.content {
  display: none;
  margin-top: 100px; 
}
.timeline .step:hover .icon,
.timeline .step.active .icon,
.timeline .step.active-left .icon {
  background-color: #26639e;
}

/* Brace Styling */
.brace-container {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.brace {
  position: absolute;
  height: 10px;
  border-bottom: 2px solid #dfdfdf;
  border-radius: 2px;
  border-right: 2px solid #dfdfdf;
  border-left: 2px solid #dfdfdf;
}
.brace-1 {
  top: -30px; 
  left: 0;
  width: 48%; 
}
.brace-2 {
  top: -30px; 
  left: 52%;
  width: 48%; 
}
.brace-label {
  position: absolute;
  background-color:transparent;
  padding: 0 10px;
}
.brace-label-1 {
  left: 15%; 
}
.brace-label-2 {
  left: 65%; 
}

/* Responsive Design */
@media (max-width: 1200px) {
  .timeline {
    flex-wrap: wrap; 
    justify-content: center;
  }
  .timeline .step {
    flex: 1 1 20%;
    max-width: 20%;
    margin-bottom: 20px;
  }
  
  .timeline .line {
    display: none;
  }
  .timeline .step .label {
    transform: none!important;
    margin-left: 0px;
    font-size: 6pt;
    padding: 20px;
    margin-bottom: 20px;
  }
  .brace-container {
    margin-top: 20px;
  }
  .brace-1 {
    top: -410px;
    width: 100%;
    left: 0;
    height: 10px;
    border-top: 2px solid #dfdfdf;
    border-radius: 2px;
    border-right: 2px solid #dfdfdf;
    border-left: 2px solid #dfdfdf;
    border-bottom: none!important;
  }
  .brace-2 {
    top: -60px; 
    width: 100%; 
    left: 0;
    height: 10px;
    border-bottom: 2px solid #dfdfdf;
    border-radius: 2px;
    border-right: 2px solid #dfdfdf;
    border-left: 2px solid #dfdfdf;
  }
  .brace-label-1 {
    top: -420px;
  }
  .brace-label-2 {
    top: -65px;
  }
  .brace-label-1,
  .brace-label-2 {
    left: 50%;
    transform: translateX(-50%);
    font-size: x-small;background-color: white;
  }
#countrypdl .brace-label-1,
#countrypdl .brace-label-2 {
  left: 50%; 
  transform: translateX(-50%);
  font-size: x-small;
  background-color: #f4f5f9;
}
  .content {
    margin-top: 20px; 
  }
}
.text-blue {
    color: #26639e !important;
}
	.text-grey {
    color: #9b9b9b !important;
}
	
.custom-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background-color: #dc3545; 
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.custom-icon.checked::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
	
.custom-featured-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
  background-color: #ffffff;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.custom-featured-icon.checked::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230062a8' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
	
.featured-content {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.featured-content-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: nowrap; 
  min-height: 56px; 
}
.featured-content-header {
    display: flex;
    align-items: center;
    padding: 1rem 1.25rem;
    background-color: #0062a8;
}

.featured-content-title {
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
}
.featured-content-title {
  margin: 0;
  font-size: 1rem;
  white-space: nowrap;    
  overflow: hidden;        
  text-overflow: ellipsis;  
}

.featured-content-body {
    padding: 1rem 1.25rem;
    background-color: #fff;
    color: #555;
}
	
.featured-content:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

.featured-content {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-featured-icon.checked:hover::before {
  transform: translate(-50%, -50%) scale(1.2);
  transition: transform 0.2s ease;
}

.featured-content-header {
  padding: 1.25rem 1.5rem;
}

@media (max-width: 576px) {
  .featured-content-header {
    align-items: flex-start;
  }
}

.custom-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    background-color: #dc3545;
}

.custom-icon.checked-red::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.solution-card {
    background-color: #fff;
    border-radius: 10px; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
    overflow: hidden; 
    margin-bottom: 20px; 
}

.solution-card-image {
    position: relative; 
    line-height: 0; 
}

.solution-card-image img {
    width: 100%; 
    height: auto;
    display: block; 
}

.solution-card-tag {
position: absolute;
    bottom: -20px;
    left: 30px;
    background-color: #26639e;
    color: #fff;
    padding: 20px 20px;
    border-radius: 30px;
    font-size: 0.7em;
    font-weight: 400;
    text-transform: uppercase;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.solution-card-body {
    padding: 50px 20px 20px 20px; 
    text-align: center; 
    background-color: #fff; 
}

#cardCarousel .solution-card-body {
	min-height:320px;
}
@media (min-width: 992px) {
    #cardCarousel .col-lg-4 {
        max-width: 32%;
    }
}

.solution-card-title {
    font-size: 1.8rem; 
    color: #333;
    margin-top: 0;
    margin-bottom: 25px; 
    font-weight: 600;
}

.solution-card-button {
    display: inline-flex;
    align-items: center;
    padding: 5px 25px;
	font-weight: 400;
    font-size: 16px;
	margin-top: 30px;
    margin-bottom: 30px;
    background-color: #db1b1b;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.solution-card-button:hover {
    background-color: #c82333; 
	color:#fff!important;
}

.solution-card-icon-question {
    display: inline-block;
    width: 18px; 
    height: 18px; 
    margin-right: 8px; 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8zm-1-13h2v2h-2zm0 4h2v6h-2z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.solution-card-image {
    position: relative; 
    line-height: 0; 
}

.solution-card-image a {
    display: block; 
    overflow: hidden; 
}

.solution-card-image img {
    width: 100%; 
    height: auto; 
    display: block; 
    transition: transform 0.3s ease; 
    object-fit: cover; 
}

.solution-card-image:hover img {
    transform: scale(1.07); 
}

.solution-card-footer {
  height: 60px;
  background-color: #fff;
  margin-bottom: 60px;
  text-align: center;
  border:none;
}
	
.divider-4 {
    width: 100%;
    position: relative;
    height: 1px; 
    background-color: rgba(0, 0, 0, .12);
    margin-bottom: 2rem; 
}

.divider-4::before {
    position: absolute;
    top: -1.5px;
    left: 50%; 
    width: 60px; 
    height: 3px; 
    margin-left: -30px; 
    content: ""; 
    background-color: #26639e; 
}

.divider-4.divider-align-left::before {
    left: 0; 
    margin-left: 0; 
}
.badge {
    display: inline-block;
    padding: .25em .95em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .1875rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.badge-primary {
    color: #fff;
    background-color: #0364a5;
}
.badge-pill {
    border-radius: 10rem;
}
.badge {
    padding: .38em .95em .29em;
    line-height: inherit;
    text-transform: uppercase;
    transition: background-color .2s ease-in-out;
}
.shadow-md {
    box-shadow: 0 .67rem 2.15rem rgba(0, 0, 0, .14) !important;
}
.section-split {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 100%;
}

.section-image {
  background-size: cover;
  background-position: center;
  min-height: 350px;
}

@media (min-width: 768px) {
  .section-image {
    min-height: 100%;
  }
}

.card-image-rounded {
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  overflow: hidden;
}
	
.breadcrumb-sm {
  font-size: 0.7rem;
}
#breadcrumb-white .breadcrumb-item + .breadcrumb-item::before {
  color: #fff; 
}
#breadcrumb-blue .breadcrumb-item + .breadcrumb-item::before {
  color: #0264a3; 
}
#breadcrumb-blue span:not(:first-child) {
  margin-left: 0.5rem;
}

#breadcrumb-blue span:not(:last-child) {
  margin-right: 0.5rem;
}

.bg-proqc {
    background-color: #08223e;
}


main h2 {font-weight: 400;color: #26639e !important;}
main#home h3 {
  position: relative;
  padding-left: 0px; 
  font-size: 1.3rem;
  margin-top: 1.8rem !important;
  margin-bottom: 1.1rem !important;
  color: #26639e; 
  font-weight: 400;
  display: flex;
  align-items: center;
  margin: 0;
}

/* on neutralise les pastilles */
main#home h3::before,
main#home h3::after {
  display: none;
}
main h3 {
  position: relative;
  padding-left: 48px; 
  font-size: 1.5rem;
  margin-top: 1.8rem !important;
  margin-bottom: 1.1rem !important;
  color: #26639e; 
  font-weight: 400;
  display: flex;
  align-items: center;
  margin: 0;
}

main h3::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-color: #dc3545;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

main h3::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
}
main h3.no-icon {
  padding-left: 0;
}

main h3.no-icon::before,
main h3.no-icon::after {
  display: none;
  content: none;
}

main a {
    color: #0264a3;
    text-decoration: none;
    background-color: transparent;
    transition: color .2s ease-in-out;
	font-weight: 400;
}

.solution-card-body>.h5 a:link, .solution-card-body>.h5 a:visited {
    color: #424242 !important;
	font-weight: 400;
	text-decoration: none;
}

	
.icon-title i {
  background-color: #dc3545;   
  color: #fff;
  border-radius: 50%;
  padding: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;      
  flex-shrink: 0;          
}

.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.social-btn:hover {  color: #fff!important;}

.social-facebook {
  background-color: #26639e;
}

.social-x {
  background-color: #26639e;
}

.social-linkedin {
  background-color: #26639e;
}

.social-youtube {
  background-color: #26639e;
}

.social-btn:hover {
  opacity: 0.85;
}

.bg-viridian {
    background-color: #0c1723 !important;
}
	
.certification-logo {
    width: 120px;
    height: auto;
}

@media (max-width: 767.98px) {
    .certification-logo {
        max-width: 80px;
        height: auto;

    }
}

#certificates {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    #certificates {
        justify-content: center;
        align-items: center;
    }
}
	
.custom-list {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.custom-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #6c757d;
  padding-left: 0rem !important;
}

.custom-list li::before {
  content: '›';
  display: inline-flex;
  flex-shrink: 0;           
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.75rem;
  border: 1px solid #26639e;
  border-radius: 50%;
  background-color: transparent;
  color: #26639e;
  font-size: 0.85rem;
  line-height: 1.2rem;
  margin-top: 5px;
}

	  
       .image-stack {
      position: relative;
      width: 100%;
      max-width: 1200px;  
      margin: 2rem auto;
      aspect-ratio: 4 / 3;
      overflow: hidden;
    }

    .image-stack::before {
    content: '';
    position: absolute;
    top: 7%;
    left: 50%;
    width: 30%;
    height: 40%;
    background-image: radial-gradient(circle, #26639e33 2px, transparent 2px);
    background-size: 1.2rem 1.2rem;
    z-index: 1;
    }

    .image-stack .img-back {
    position: absolute;
    top: 40%;
    right: 0%;
    width: 60%;
    height: auto;
    object-fit: cover;
    z-index: 2;
    }

    .image-stack .img-front {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 60%;
    height: auto;
    object-fit: cover;
    z-index: 3;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    @media (max-width: 768px) {
      .image-stack {
        aspect-ratio: auto;
      }
      .image-stack::before {
        display: none;      
      }
      .image-stack .img-back,
      .image-stack .img-front {
        position: static;   
        width: 100%;       
        margin-bottom: 1rem;
      }
    }

    .proqc-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .proqc-list li {
      display: flex;
      align-items: center;
      margin-bottom: 1rem;
      font-size: 1rem;
      color: #6c757d;
    }
    .proqc-list li::before {
    content: '›';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.75rem;
    border: 1px solid #26639e;
    border-radius: 50%;
    background-color: transparent;
    color: #26639e;
    font-size: 0.85rem;
    line-height: 2;
    }

.call-menu-wrapper {
  position: relative;
  display: inline-block;
}

.mega-menu-call {
  display: none !important;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 999;
  gap: 40px;
  min-width: 600px;
  flex-direction: row;
}

.call-menu-wrapper:hover .mega-menu-call {
  display: flex !important;
}


.mega-menu-call .menu-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 180px;
}

.mega-menu-call strong {
  font-weight: bold;
  color: #000;
}

.mega-menu-call p {
  margin: 0;
  color: #555;
}
#contact-footer a {
  text-decoration: none;
}
#contact-footer a:hover {
  text-decoration: underline;
}
#solutions-tab .nav-link:hover {
  color: #26639e;
}

.nav-pills .nav-link.active:hover, 
.nav-pills .show > .nav-link:hover {
  color: #ffffff!important;
}
.nav-pills .nav-link {
  transition: color 0.2s ease-in-out;
}

.overlay-card {
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 280px;
  overflow: hidden;
}

.overlay-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #02538aeb; 
  z-index: 1;
}

.overlay-card .card-body {
  position: relative;
  z-index: 2;
}
.title-with-border {
    border-bottom: 1px solid #ffffff45;
    display: inline-block;
    padding-bottom: 1rem;
}
  .custom-tabs .nav-link {
    border: none;
    border-radius: 20px;
    padding: 5px 50px;
    margin: 0 5px;
    background-color:transparent;
    color: #6c757d;
    transition: all 0.3s ease;
  }
  .custom-tabs .nav-link.active {
    background-color: #26639e;
    color: white;
  }
  .custom-tabs .nav-link:hover {
    background-color: #fff;
    color: #333;
  }
  .custom-tabs {
    justify-content: center;
    margin-bottom: 20px;
    border: none;
  }
  .input-group.rounded-pill {
    max-width: 350px;
  }
  .input-group-text {
    background-color: #fff;
    margin: 2px;
  }
  .form-control {
    background-color: #fff;
    border-radius: 0;
  }
  .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none!important;
  }

/* ===== WRAPPER CF7 (général) ===== */
#contact-form .wpcf7-form-control-wrap{
  position: relative;
  display: block;
  width: 100%;
}

/* ===== FILE UPLOAD : faire cibler .custom-file, pas le span ===== */
#contact-form .custom-file { position: relative; width: 100%; margin-bottom: 1rem; }
/* le span du file ne doit PAS être positionné, sinon l'input absolu s'y ancre */
#contact-form .custom-file .wpcf7-form-control-wrap{ position: static !important; }

/* input file invisible, couvre TOUT le pill */
#contact-form .wpcf7-file.custom-file-input{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  opacity: 0; cursor: pointer; z-index: 2;
}

/* label pill */
#contact-form .custom-file-label.form-round{
  display: flex; align-items: center; justify-content: space-between;
  border: 2px solid #ccc; border-radius: 50px; overflow: hidden; pointer-events: none;
}

#contact-form .custom-file-label.form-round {
  height: 51px;
  line-height: 1.5;
}

#contact-form .wpcf7-quiz.form-control {
  border: 2px solid #ccc;
  border-radius: 30px;
  padding-left: 3.5rem; /* espace pour l'icône */
  height: 48px;
  color: #5b5b5b;
}

#contact-form .input-icon i {
  position: absolute;
  top: 50%;
  left: 0.9rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5b5b5b;
  font-size: 1.1rem;
}
#contact-form .wpcf7-quiz.form-control{
  border: 2px solid #ccc;
  border-radius: 30px;
  padding-left: 3.5rem; /* place pour l’icône */
  color: #5b5b5b;
}
#contact-form .custom-file-label .file-text{
  flex: 1; padding: .75rem 1rem; color: #5b5b5b; font-size: 1rem;font-weight:400; 
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
#contact-form .custom-file-label::before{
  content: "Seleccionar un archivo"; display: inline-block; margin-left: 5px !important; padding: .5rem 2rem;
  background: #f1f1f1; color: #5b5b5b; font-size:1rem;font-weight:400; border-radius: 50px; pointer-events: none;
}
#contact-form .custom-file-label::after{
  content: "Adjuntar"; display: inline-block; margin-right: 5px !important; padding: .5rem 2rem;
  background: #26639e; color: #fff; font-size: .85rem; text-transform: uppercase;
  border-radius: 50px; pointer-events: none; transition: background .3s;
}
#contact-form .wpcf7-file.custom-file-input:hover + .custom-file-label::after,
#contact-form .wpcf7-file.custom-file-input:focus + .custom-file-label::after{ background:#1f4f7c; }

/* ===== CHAMPS + ICÔNES ===== */
#contact-form .input-icon{ position: relative; } /* pas de padding-bottom ici */
#contact-form .input-icon i{
  position: absolute; left: .9rem; top: 38%; transform: translateY(-50%);
  width: 2.5rem; height: 2.5rem; background: #f0f0f0; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #5b5b5b; font-size: 1.1rem; pointer-events: none;
}
#contact-form .input-icon .form-control,
#contact-form .input-icon .form-select{
  padding-left: 3.5rem; border: 2px solid #ccc; border-radius: 30px;
  transition: border-color .3s, box-shadow .3s; color: #5b5b5b;font-size: 0.95rem;min-height: 50px;
}
#contact-form .input-icon i.bi-patch-question {top: 59% !important;}
#contact-form .input-icon .wpcf7-quiz-label {
	margin-left: 10px;
}
#contact-form textarea.textarea-message {
  padding-left: 1.5rem !important;
}
/* ===== TIP D'ERREUR CF7 : absolu sous le champ, n'affecte pas la hauteur ===== */
#contact-form span.wpcf7-not-valid-tip{
  position: absolute;
  bottom: -1.6rem;            /* place le tip juste sous le champ */
  left: 3.5rem;             /* aligné après l’icône */
  margin: 0; font-size: .85rem; color: #dc3545; white-space: nowrap; pointer-events: none;
}
#contact-form .wpcf7-not-valid{
  border-color:#dc3545 !important;
  box-shadow:0 0 0 .2rem rgba(220,53,69,.15) !important;
}

/* ===== BASE / FOCUS / PLACEHOLDERS ===== */
#contact-form .form-control,
#contact-form .form-select{
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  box-sizing: border-box; border: 1px solid #ccc; border-radius: 50px;
  padding: .75rem 1.25rem .75rem 3.5rem; line-height: 1.4; background: #ffffff00;
  background-repeat: no-repeat; background-position: right 1rem center;
  transition: border-color .3s, box-shadow .3s;
}
#contact-form .form-control:focus,
#contact-form .form-select:focus{
  outline: none; border: 2px solid #26639e !important; box-shadow: 0 0 8px rgba(0,0,0,0.2) !important; outline-offset: 2px;
}
#contact-form .form-control::placeholder,
#contact-form .form-select::placeholder{ color:#5b5b5b; opacity:1; font-size:.9rem; }
#contact-form .input-icon .form-select:invalid{ color:#5b5b5b; font-size:.9rem; }
#contact-form .form-select option:first-child{ color:#5b5b5b; font-size:.9rem; }
#contact-form .form-select option:not(:first-child){ color:#212529; font-size:1rem; font-style: normal; }

/* ===== SUBMIT ===== */
#contact-form .btn-primary{
  background:#26639e; border-color:#26639e; border-radius:50px;
  padding:.5rem 1.5rem; transition: background-color .3s, border-color .3s;
}
#contact-form .btn-primary:hover,
#contact-form .btn-primary:focus{ background:#1f4f7c; border-color:#1f4f7c; }


/* ===== SAMPLE REPORTS CF7 ===== */
#sr_contact-form .wpcf7-form-control-wrap{
  position: relative;
  display: block;
  width: 100%;
}

/* ===== FILE UPLOAD : faire cibler .custom-file, pas le span ===== */
#sr_contact-form .custom-file { position: relative; width: 100%; margin-bottom: 1rem; }
/* le span du file ne doit PAS être positionné, sinon l'input absolu s'y ancre */
#sr_contact-form .custom-file .wpcf7-form-control-wrap{ position: static !important; }

/* input file invisible, couvre TOUT le pill */
#sr_contact-form .wpcf7-file.custom-file-input{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  opacity: 0; cursor: pointer; z-index: 2;
}

/* label pill */
#sr_contact-form .custom-file-label.form-round{
  display: flex; align-items: center; justify-content: space-between;
  border: 2px solid #ccc; border-radius: 50px; overflow: hidden; pointer-events: none;
}

#sr_contact-form .custom-file-label.form-round {
  height: 51px;
  line-height: 1.5;
}

#sr_contact-form .wpcf7-quiz.form-control {
  border: 2px solid #ccc;
  border-radius: 30px;
  padding-left: 3.5rem; /* espace pour l'icône */
  height: 48px;
  color: #5b5b5b;
}

#sr_contact-form .wpcf7-quiz.form-control{
  border: 2px solid #ccc;
  border-radius: 30px;
  padding-left: 3.5rem; /* place pour l’icône */
  color: #5b5b5b;
  margin-bottom: 0px !important;
  margin-top: 15px !important;
}
/* Le conteneur sert de référence au positionnement */
#sr_contact-form .wpcf7-form-control-wrap[data-name="math-quiz"] {
  position: relative;
  padding-bottom: 1.25rem; /* laisse de la place pour le tip */
}

/* On place le tip sous le champ */
#sr_contact-form .wpcf7-form-control-wrap[data-name="math-quiz"] .wpcf7-not-valid-tip {
    position: absolute;
    left: 3.5rem;
    bottom: -0.5rem !important;
    display: block;
}
#sr_contact-form .custom-file-label .file-text{
  flex: 1; padding: .75rem 1rem; color: #5b5b5b; font-size: 1rem;font-weight:400; 
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
#sr_contact-form .custom-file-label::before{
  content: "Upload"; display: inline-block; margin-left: 5px !important; padding: .5rem 2rem;
  background: #f1f1f1; color: #5b5b5b; font-size:1rem;font-weight:400; border-radius: 50px; pointer-events: none;
}
#sr_contact-form .custom-file-label::after{
  content: "BROWSE"; display: inline-block; margin-right: 5px !important; padding: .5rem 2rem;
  background: #26639e; color: #fff; font-size: .85rem; text-transform: uppercase;
  border-radius: 50px; pointer-events: none; transition: background .3s;
}
#sr_contact-form .wpcf7-file.custom-file-input:hover + .custom-file-label::after,
#sr_contact-form .wpcf7-file.custom-file-input:focus + .custom-file-label::after{ background:#1f4f7c; }

/* ===== CHAMPS + ICÔNES ===== */
#sr_contact-form .input-icon{ position: relative; } /* pas de padding-bottom ici */
#sr_contact-form .input-icon i{
  position: absolute; left: .4rem; top: 50%; transform: translateY(-50%);
  width: 2.5rem; height: 2.5rem; background: #f0f0f0; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #5b5b5b; font-size: 1.1rem; pointer-events: none;
}
#sr_contact-form .input-icon i.bi-patch-question {
  top: 39%!important;
  left: 0.4rem;
}
#sr_contact-form .input-icon .form-control,
#sr_contact-form .input-icon .form-select{
  padding-left: 3.5rem; border: 2px solid #ccc; border-radius: 30px;
  transition: border-color .3s, box-shadow .3s; color: #5b5b5b;font-size:1rem;
  margin-bottom: 10px;
  margin-top: 10px;
}
#sr_contact-form textarea.textarea-message {
  padding-left: 1.5rem !important;
}
/* ===== TIP D'ERREUR CF7 : absolu sous le champ, n'affecte pas la hauteur ===== */
#sr_contact-form span.wpcf7-not-valid-tip{
  position: absolute;
  bottom: -1.6rem;            /* place le tip juste sous le champ */
  left: 3.5rem;             /* aligné après l’icône */
  margin: 0; font-size: .85rem; color: #dc3545; white-space: nowrap; pointer-events: none;
}
#sr_contact-form .wpcf7-not-valid{
  border-color:#dc3545 !important;
}

/* ===== BASE / FOCUS / PLACEHOLDERS ===== */
#sr_contact-form .form-control,
#sr_contact-form .form-select{
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  box-sizing: border-box; border: 1px solid #ccc; border-radius: 50px;
  padding: .75rem 1.25rem .75rem 3.5rem; line-height: 1.4; background: #ffffff00;
  background-repeat: no-repeat; background-position: right 1rem center;
  transition: border-color .3s, box-shadow .3s;
}
#sr_contact-form .form-control:focus,
#sr_contact-form .form-select:focus{
  outline: none; border: 2px solid #26639e !important; box-shadow: 0 0 8px rgba(0,0,0,0.2) !important; outline-offset: 2px;
}
#sr_contact-form .form-control::placeholder,
#sr_contact-form .form-select::placeholder{ color:#5b5b5b; opacity:1; font-size:.9rem; }
#sr_contact-form .input-icon .form-select:invalid{ color:#5b5b5b; font-size:.9rem; }
#sr_contact-form .form-select option:first-child{ color:#5b5b5b; font-size:.9rem; }
#sr_contact-form .form-select option:not(:first-child){ color:#212529; font-size:1rem; font-style: normal; }

/* ===== SUBMIT ===== */
#sr_contact-form .btn-primary{
  margin-top: 30px;
  background:#26639e; border-color:#26639e; border-radius:50px;
  padding:.5rem 1.5rem; transition: background-color .3s, border-color .3s;
}
#sr_contact-form .btn-primary:hover,
#sr_contact-form .btn-primary:focus{ background:#1f4f7c; border-color:#1f4f7c; }

 .card-overlay {
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.1);
    padding: 2rem;
    margin-top: 0;
  }
  @media (min-width: 768px) {
    .card-overlay {
      margin-right: -4rem;
      margin-top: 2rem;
    }
  }
  .career-container {
      position: relative;
      width: 100%;
    }
    .career-image {
      width: 85%;
      height: auto;
      border-radius: 15px;
	  margin-left: 15%!important;
    }
    .career-text {
      position: absolute;
      top: 50px;
      left: 0px;
      width: 45%;
      background-color: rgba(255, 255, 255, 1);
      border-radius: 15px;
      color: #2c3e50;
    }
    @media (max-width: 768px) {
      .career-text {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        margin-top: 15px;
      }
    }

@media (max-width:991px){.sm-hidden{display:none}}
#videoModal .modal-content {
    background-color: transparent;
    border: none; 
	top:50px;
}
#videoModal .modal-header {
    border-bottom: none; 
}
#videoModal .modal-footer {
    border-top: none; 
}
.video-modal-backdrop {
    opacity: 0.8 !important; 
}
#videoModal video {
    border: none; 
}
#videoModal .modal {
    z-index: 1300!important; 
}
.modal {
    z-index: 9999 !important; 
}

.modal-backdrop {
    z-index: 9998 !important; 
}
  .btn-contact {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

.btn-facebook {
  background-color: #3b5998;
  color: white;
    width: 30px;
    height: 30px;
}

.btn-facebook:hover {
  background-color: #2d4373;
  color: white;
}

.btn-x-twitter {
  background-color: #000000;
  color: white;
    width: 30px;
    height: 30px;
}

.btn-x-twitter:hover {
  background-color: #333333;
  color: white;
}

.btn-linkedin {
  background-color: #0077b5;
  color: white;
    width: 30px;
    height: 30px;
}

.btn-linkedin:hover {
  background-color: #005983;
  color: white;
}

.btn-youtube {
  background-color: #ff0000;
  color: white;
    width: 30px;
    height: 30px;
}

.btn-youtube:hover {
  background-color: #cc0000;
  color: white;
}
.divider-white {
    width: 100%;
    position: relative;
    height: 1px;
    background-color: #FFFFFF33;
    margin-bottom: 2rem;
}

.divider-white::before {
    position: absolute;
    top: -1.5px;
    left: 50%;
    width: 60px;
    height: 3px;
    margin-left: -30px;
    content: "";
    background-color: #FFFFFF77;
}

#contact-form .form-label {
  font-size: medium !important;
}
.text-justify {
    text-align: justify !important;
}
ul.service_list {
    padding-left: 0;
    list-style: none;
    line-height: 2.1rem;
	padding-left: 0px!important;
}
main ul.service_list li {
    padding-left: 0px!important;
}
li.page_item {
    font-size: 1.1rem;
    color: #e0e0e0;
    box-sizing: border-box;
    display: block;
    padding: 10px 10px 10px 0;
    min-width: 100%;
    border-bottom: 1px solid;
}
li.page_item a:link, li.page_item a:visited {
    color: #5b5b5b;font-weight: 300;
	font-size: 0.985rem;
}
li.page_item a:hover {
    color: #26639e;
}
.styled-list-unordered {
    padding-left: 1.5rem !important;
    margin-bottom: 1rem;
}

.styled-list-unordered > div {
    position: relative;
    padding-left: 2.2em;
    margin-bottom: 0.25rem;
    line-height: 1.8;
    font-weight: 300;
}

.styled-list-unordered > div::before {
    content: "•";
    position: absolute;
    left: 0px;
    top: 0.1em;
    font-size: 1.8em;
    line-height: 1rem;
    color: #6c757d;
}

main ul {
  padding-left: 2rem !important;
  margin-bottom: 1rem;
}

main ul li {
  padding-left: 1.2rem !important;
}

  .icon-circle {
    width: 100px;
    height: 100px;
    background-color: #26639e;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	margin-top:30px;
  }
  .icon-circle svg {
    width: 50%;
    height: 50%;
  }

  .icon-circle-red {
    width: 100px;
    height: 100px;
    background-color: #db1c1b;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	margin-top:30px;
  }
  .icon-circle-red svg {
    width: 50%;
    height: 50%;
  }

  .icon-circle-dark {
    width: 100px;
    height: 100px;
    background-color: #012240;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	margin-top:30px;
  }
  .icon-circle-dark svg {
    width: 50%;
    height: 50%;
  }
#breadcrumb-white span {
    color: #ffffff80;
    font-weight: 300;
    font-size: 0.7rem;
    margin-right: 0.75rem;
    text-transform: uppercase;
}

#breadcrumb-white span a {
    color: #ffffff80;
    text-decoration: none;
}

#breadcrumb-white span.breadcrumb_last {
    font-weight: 300;
}
#breadcrumb-white span:not(:first-child) {
    margin-left: 0.75rem; /* ou ce que tu veux */
}
.paoc-popup-link {
    color: #5b5b5b;
    font-weight: 400;
    text-decoration: none;
}
.icon-element-inner {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    margin-bottom: -35px !important;
}
.bg-dark-blue {
    background-color: #012240;
}
dl, ol, ul {
    font-weight: 300;
}
@media (min-width: 992px) {
    #certificates {
        justify-content: center;
        align-items: center;
    }
}
#certificates {
    display: flex
;
    flex-wrap: wrap;
}
.certifications-about-us {
    width: auto !important;
    height: 60px !important;
}
.timeline-wrapper {
            position: relative;
            max-width: 800px;
            margin: 0 auto;
        }
        .timeline-wrapper::after {
            content: '';
            position: absolute;
            width: 4px;
            background-color: #26639e;
            top: 0;
            bottom: 0;
            left: 50%;
            margin-left: -2px;
        }
        .timeline-container {
            position: relative;
            background-color: inherit;
            width: 50%;
        }
        .timeline-container.left {
            left: 0;
        }
        .timeline-container.right {
            left: 50%;
        }
        .timeline-container::after {
            content: '';
            position: absolute;
            width: 25px;
            height: 25px;
            right: -13px;
            background-color: #db1b1b;
            border: 4px solid #f9f9f9;
            top: 15px;
            border-radius: 50%;
            z-index: 1;
        }
        .timeline-container.right::after {
            left: -13px;
        }
        .about-content {
            padding: 20px;
            background-color: #f4f5f9;
            position: relative;
            border-radius: 6px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
     /* Container global */
    .sc-timeline-container {
      margin: 40px auto;
      padding: 0 20px;
      font-family: sans-serif;
    }
    
    .sc-timeline-container h2 {
      text-align: center;
      margin-bottom: 40px;
      font-weight: 600;
    }
    
    /* Timeline verticale identifiée par Social-Compliance-timeline */
    .Social-Compliance-timeline {
      position: relative;
      margin: 20px 0;
      padding-left: 40px; /* Espace pour la barre verticale */
    }
    
    /* Barre verticale */
    .Social-Compliance-timeline::before {
      content: "";
      position: absolute;
      left: 20px;
      top: 0;
      bottom: 0;
      width: 1px;
      background: #5b5b5b;
    }
    
    /* Flèche placée en bas de la barre verticale orientée vers le bas */
    .Social-Compliance-timeline::after {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 20px;
      transform: translateX(-50%);
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: none;
      border-top: 10px solid #5b5b5b;
    }
    
    /* Bloc d'étape */
    .sc-timeline-block {
      position: relative;
      margin-bottom: 40px;
	  margin-left:20px;
    }
    
    /* Icône (cercle) de l'étape */
    .sc-timeline-icon {
      position: absolute;
      left: 0;
      top: 0;
      width: 40px;
      height: 40px;
      background: #db1b1b;
      border-radius: 50%;
      text-align: center;
      color: #fff;
      font-weight: bold;
      line-height: 40px;
    }
    
    /* Contenu de l'étape */
    .sc-timeline-content {
      padding: 0 0 0 60px;
    }
    
    .sc-timeline-content h3 {
      margin-top: 0;
      font-size: 1.2rem;
      margin-bottom: 10px;
    }
    
    .sc-timeline-content ul {
      margin: 0;
      padding-left: 20px;
    }
    
    /* Responsive : ajustement pour mobile */
    @media (max-width: 767px) {
      .Social-Compliance-timeline {
        padding-left: 30px;
      }
      .Social-Compliance-timeline::before {
        left: 15px;
      }
      .Social-Compliance-timeline::after {
        left: 15px;
      }
      .sc-timeline-icon {
        left: -5px;
      }
      .sc-timeline-content {
        padding-left: 50px;
      }
    }
.icon-info-1, .icon-info-2 {
    display: table;
}
.icon-info-1 .icon-element, .icon-info-1 .icon-info-text, .icon-info-2 .icon-element {
    display: table-cell;
    vertical-align: top;
}
.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}
.pt-1, .py-1 {
    padding-top: .25rem !important;
}
/* ——— Mise en page type "input-group" pour le formulaire CC ——— */
form.cc-input-group.ctct-form {
  /* met l’email + le bouton sur une seule ligne */
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .5rem;
  align-items: center;
  max-width: 520px; /* ajuste selon ton design */
}

/* annule les marges par défaut du plugin */
form.cc-input-group .ctct-form-field { margin: 0; }

/* cache les labels « hidden » déjà fournis par le plugin */
form.cc-input-group .ctct-label-hidden label { display: none !important; }

/* style "form-control" arrondi pour l’input email */
form.cc-input-group input[type="email"] {
  display: block;
  width: 95%;
  border-radius: 9999px;              /* round */
  border: 1px solid #dee2e6;
  padding: .75rem 1rem;
  line-height: 1.25;
  transition: border-color .2s, box-shadow .2s;
}

/* effet focus façon "input-focus-bg" */
form.cc-input-group input[type="email"]:focus {
  outline: 0;
  border-color: #54a8e1;
  box-shadow: 0 0 0 3px rgba(84, 168, 225, 0.35);
}

/* bouton type "btn btn-round btn-danger" */
form.cc-input-group input[type="submit"] {
  appearance: none;
  border: 0;
  border-radius: 9999px;              /* btn-round */
  padding: .75rem 1.25rem;
  line-height: 1.25;
  background-color: #db1b1b;         
  color: #fff;
  cursor: pointer;
  box-shadow: none;
  margin: 0;
}

/* bouton type "btn btn-round btn-danger" */
#newshome form.cc-input-group input[type="submit"] {
  appearance: none;
  border: 0;
  border-radius: 9999px;              /* btn-round */
  padding: .75rem 1.25rem;
  line-height: 1.25;
  background-color: #db1c1b;         
  color: #fff;
  cursor: pointer;
  box-shadow: none;
  margin: 0;
}

form.cc-input-group input[type="submit"]:hover {
  filter: brightness(0.95);
}

form.cc-input-group input[type="submit"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(84, 168, 225, 0.35);
}

/* si le plugin affiche le sélecteur de liste/opt-in, garde l’alignement vertical */
form.cc-input-group .ctct-list-selector,
form.cc-input-group .ctct-optin-hide { grid-column: 1 / -1; }
.ctct-disclosure a { color: #fff !important; }
/* Layout: input + bouton sur une seule ligne */
#glossary-search{
  display: flex;
  gap: .75rem;
  align-items: center;
  width: max-content;   /* largeur = contenu */
  margin: 0 auto;       /* centre horizontalement */
}
/* évite que le thème force l’input en 100% */
#glossary-q{
  width: auto !important;
}


#glossary-q{
  width: auto !important;  
  max-width: none;
  flex: 1 1 360px;      
  min-width: 350px;
  padding: .5rem .75rem;
  border: 2px solid #ccc;
  border-radius: 30px;
  transition: border-color .15s ease, box-shadow .15s ease;
  -webkit-appearance: none;
  appearance: none;
}

/* Focus (celui que vous vouliez) */
#glossary-q:focus,
#glossary-q:focus-visible{
  outline: none;
  border-color: #26639e !important;
  box-shadow: 0 0 8px rgba(0,0,0,0.2) !important;
  outline-offset: 2px; /* note: visible seulement si outline ≠ none */
}

/* Bouton Clear : reste compact, ne prend pas la largeur */
#glossary-search button[type="reset"]{
  flex: 0 0 auto;
  white-space: nowrap;
}

@media (max-width: 700px){
  #glossary-search{ flex-wrap: wrap; }
  #glossary-search button{ width: 100%; }
}

#plus .accordion-item {
margin-bottom: 1rem;
border: none;
border-radius: .5rem;
box-shadow: 0 2px 8px rgba(0,0,0,.1);
overflow: hidden;
}
#plus .accordion-button {
background-color: #fff;
color: #212529;
font-size: 1.125rem;
font-weight: 400;
padding: 1rem 1.5rem 1rem 4rem;
border: none;
position: relative;
}
#plus .accordion-button::after { display: none; }
#plus .accordion-button::before {
content: '+';
position: absolute;
top: 0.75rem; 
left: 1rem;
width: 2rem;
height: 2rem;
border-radius: 50%;
background-color: #26639e;
color: #fff;
font-size: 1.25rem;
line-height: 2rem; 
text-align: center;
}

/* Hover sur item fermé */
#plus .accordion-button.collapsed:hover {
background-color: #26639e;
color: #fff;
}
#plus .accordion-button.collapsed:hover::before {
background-color: #fff;
color: #26639e;
}
/* Active = même style que hover */
#plus .accordion-button:not(.collapsed) {
background-color: #26639e !important;
color: #fff !important;
}
/* Active = même style que le hover + on change le + en – */
#plus .accordion-button:not(.collapsed) {
background-color: #26639e !important;
color: #fff !important;
}
#plus .accordion-button:not(.collapsed)::before {
content: '–'; /* ← on override le + par un – */
background-color: #fff !important;
color: #26639e !important;
}
#plus .accordion-body {
padding: 1rem 1.5rem;
color: #6c757d;
font-size: 1rem;
}

#qcplus .accordion-item {
margin-bottom: 1rem;
border: none;
border-radius: .5rem;
box-shadow: 0 2px 8px rgba(0,0,0,.1);
overflow: hidden;
}
#qcplus .accordion-button {
background-color: #fff;
color: #212529;
font-size: 1.125rem;
font-weight: 400;
padding: 1rem 1.5rem 1rem 4rem;
border: none;
position: relative;
}
#qcplus .accordion-button::after { display: none; }
#qcplus .accordion-button::before {
content: '+';
position: absolute;
top: 0.75rem;
left: 1rem; 
width: 2rem;
height: 2rem;
border-radius: 50%;
background-color: #26639e;
color: #fff;
font-size: 1.25rem;
line-height: 2rem;
text-align: center;
}

/* Hover sur item fermé */
#qcplus .accordion-button.collapsed:hover {
background-color: #26639e;
color: #fff;
}
#qcplus .accordion-button.collapsed:hover::before {
background-color: #fff;
color: #26639e;
}
/* Active = même style que hover */
#qcplus .accordion-button:not(.collapsed) {
background-color: #26639e !important;
color: #fff !important;
}
/* Active = même style que le hover + on change le + en – */
#qcplus .accordion-button:not(.collapsed) {
background-color: #26639e !important;
color: #fff !important;
}
#qcplus .accordion-button:not(.collapsed)::before {
content: '–'; /* ← on override le + par un – */
background-color: #fff !important;
color: #26639e !important;
}
#qcplus .accordion-body {
padding: 1rem 1.5rem;
color: #6c757d;
font-size: 1rem;
}
.blue-overlay {
  position: relative; /* Required for ::before positioning */
}

.blue-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 99, 158, 0.9);
  z-index: 1; 
}

.blue-overlay .container {
  position: relative;
  z-index: 2; 
}

.carousel-control-prev,
.carousel-control-next { width: 5%; opacity: 1; z-index: 2; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 2.5rem; height: 2.5rem; background-color: #26639e;
  border-radius: 50%; background-size: 50% 50%;
}

@media (min-width:768px){
  .carousel-control-prev{ left:-3rem; }
  .carousel-control-next{ right:-3rem; }
}
@media (max-width:767.98px){
  .carousel-control-prev{ left:0; transform:translateX(-10%); }
  .carousel-control-next{ right:0; transform:translateX(10%); }
  .carousel-control-prev, .carousel-control-next{ width:12%; }
}
    
   .custom-accordion-button {
      background: transparent !important;
      border: 1px solid var(--bs-primary) !important;
      color: var(--bs-primary) !important;
      box-shadow: none !important;
	  padding-top: 8px!important;
      padding-bottom: 8px!important;
	  width:50%!important;
    }
    .custom-accordion-button:hover {
      background: var(--bs-primary) !important;
      color: #fff!important;
    }
    .custom-accordion-button .bi-chevron-down {
      color: var(--bs-primary);
      transition: transform 0.2s ease, color 0.2s ease;
    }
    .custom-accordion-button:hover .bi-chevron-down {
      color: #fff!important;
    }
    .custom-accordion-button:not(.collapsed) .bi-chevron-down {
      transform: rotate(180deg)!important;
    }
.solution-card-body .h5 {
  min-height: 80px;
}
.navigation.pagination {
  margin: 30px 0;
}

.navigation.pagination .nav-links {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.navigation.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  border: none;
}

.navigation.pagination .page-numbers:not(.prev):not(.next) {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background-color: #0264a3;
  color: #ffffff;
}

.navigation.pagination .page-numbers.current {
  font-weight: 700;
}

.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next {
  padding: 0 14px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  color: #0264a3;
  text-decoration: none;
}

.navigation.pagination .page-numbers.prev:hover,
.navigation.pagination .page-numbers.next:hover {
  background-color: #0264a3;
  border-color: #0264a3;
  color: #ffffff;
}

.navigation.pagination .page-numbers:hover {
  text-decoration: none;
}
