 /*
Theme Name: Consen 
Theme URI: http://wp.dreamitsolution.net/consen/
Description: Consen - IT Solution & Technology WordPress Theme 
Author: DreamIT
Author URI: https://themeforest.net/user/dreamit-solution
Version: 1.0.0
Tags: custom-menu, editor-style, featured-images
Text Domain: consen
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*---------------------------------------- Don't change any css from here. If you need to change, Please use child theme. ------------------------------------------*/
 html, body {
}
 img {
     max-width: 100%;
     height: auto;
}
 .box.wrapper {
     max-width: 1200px;
     margin: auto;
     background: #fff;
     -webkit-box-shadow: 0px 0px 5px #ddd;
     box-shadow: 0px 0px 5px #ddd;
}
 .template-home-wrapper {
     overflow: hidden;
}
 .fix {
     overflow: hidden;
}
 .clear_both {
     clear: both;
}
 fff .lead{
     font-weight:400;
}
 .form-group {
     margin-bottom: 20px;
}
.container {
    max-width: 1320px;
}

/*===================== consen HEADING TOP AREA CSS =========================*/
/* LEFT RIGHT CSS */
 .em40_header_area_main.hdisplay_none {
     display: none;
}
.consen-header-top {
    background: #141323;
    padding: 18px 0 18px;
}
 .top-address p {
     margin-bottom: 0;
     font-size: 12px;
     display:inline-block;
}
 .top-address p span, .top-address p a {
     margin-right: 20px;
}
 .top-address p span i, .top-address p a i {
     font-size: 15px;
     color: #fff;
     margin-right: 10px;
}
 .top-address p a {
     display: inline-block;
     text-decoration: none;
     -webkit-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
}
/* TOP RIGHT CSS */
.top-address span {
    color: #fff;
    padding: 0 0 0 10px;
    position: relative;
    z-index: 1;
}
.top-address img {
    position: relative;
    top: 5px;
}
.top-right-menu {
    float: right;
}
.top-right-menu ul.social-icons {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.top-right-menu span {
    display: inline-block;
    font-size: 15px;
    font-family: 'Fira Sans';
    font-weight: 500;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0;
}
.top-right-menu span:before {
    position: absolute;
    content: "";
    left: -45px;
    top: 13px;
    height: 2px;
    width: 35px;
    background: #00ebff;
}
 .top-right-menu ul.social-icons li {
     display: inline-block;
     margin-left: 5px;
     position: relative;
}
.top-right-menu ul.social-icons li a {
    font-size: 15px;
    color: #1773ea;
    font-size: 14px;
    font-weight: 400;
    margin: 0 10px;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 29px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
}
/* Theme uses Font Awesome 4 — keep glyphs visible when Elementor loads FA5 */
.consen-header-top .top-right-menu ul.social-icons li a .fa,
.sidebar-social-icon ul li a .fa {
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    color: inherit;
}
.consen-header-top .top-right-menu ul.social-icons li.facebook a { color: #1773ea; }
.consen-header-top .top-right-menu ul.social-icons li.twitter a { color: #03A4EC; }
.consen-header-top .top-right-menu ul.social-icons li.instagram a { color: #E4405F; }
.consen-header-top .top-right-menu ul.social-icons li.linkedin a { color: #001645; }
.consen-header-top .top-right-menu ul.social-icons li.dribbble a { color: #DD4E85; }
.consen-header-top .top-right-menu ul.social-icons li a .fa:before {
    font-family: FontAwesome !important;
}
.top-right-menu ul.social-icons li:nth-child(2) a{
    color:#03A4EC;
}
.top-right-menu ul.social-icons li:nth-child(3) a{
    color:#001645;
}
.top-right-menu ul.social-icons li:nth-child(4) a{
    color:#DD4E85;
}
.top-right-menu ul.social-icons li a:last-child{
    margin-right:0;
}
.top-address p a, .top-address p span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.top-right-menu .social-icons li a:hover, .top-right-menu .social-icons li a i:hover {
    color: #001645;
}
 .top-both-p0 .top-address p a, .top-both-p0 .top-address p span {
     margin-right: 0px;
     margin-left: 12px;
}
 .right_menu_button {
     text-align: right;
}
 .login_button {
     font-size: 12px;
     text-transform: uppercase;
     color: #fff;
     border: 1px solid #fff;
     display: inline-block;
     padding: 0px 17px;
     margin-left: 10px;
     font-weight: 500;
     -webkit-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
     line-height: 24px;
}
 .login_button.active, .login_button:hover {
     background: #333;
     border-color: #333;
     color: #fff;
}
 .header-support {
     margin-top: 11px;
     margin-left: 14px;
     display:inline-block;
}
 .header-support a {
     color: #fff;
     font-weight: 500;
     background: #00ebff;
     padding: 8px 21px;
     border-radius: 30px;
     display: inline-block;
     position: relative;
     z-index: 1;
}
 .header-support a:before{
     position:absolute;
     left:0;
     top:0;
     height:100%;
     width:0%;
     content:"";
     background:#161a33;
     border-radius:30px;
     z-index:-1;
     -webkit-transition:.3s;
     -o-transition:.3s;
     transition:.3s;
}
 .header-support a:hover::before{
     width:100%;
}
 .header-support b {
     font-weight: 400;
     font-size: 17px;
     color: #565872;
}
 .header-support i {
     margin-right: 12px;
     display: inline-block;
}
/* sub menu css */
 .top-right-menu ul .sub-menu {
     position: absolute;
     left: 0px;
     top: 100%;
     visibility: hidden;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     border-top: 1px solid #f00;
     width: 150px;
     -webkit-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
     text-align: left;
     background: #fff;
     z-index: 1;
}
 .top-right-menu ul.social-icons li:hover .sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
}
 .top-right-menu ul .sub-menu li {
     padding: 5px 0px 0px 5px;
}
 .top-right-menu ul .sub-menu li a {
     font-size: 12px;
}
 .top-right-menu ul .sub-menu ul {
     display: none;
}
 .top-welcome p {
     padding: 0px;
     margin: 0px;
}
 .top-address a {
     margin-right: 5px;
     color: #43342c;
}
 .top-address.em-login a+a {
     margin-right: 0;
}
 .top-address.em-login p a i, .top-address.em-login p a i {
     margin-right: 5px;
}
 .top-address.em-login a+a:before {
     content: "|";
     margin-right: 12px;
}
/* .txtc {
     text-align: center;
}
 .text-center {
     text-align: center;
}*/
 .text-center {
     text-align: left!important;
}
 .text-left {
     text-align: left;
}
 .text-right {
     text-align: right;
}
 .top-address a:hover{
     color:#fff;
}
/* top opening */
 .top-address.menu_18 span {
     background: #fff;
     padding: 8px 15px 9px;
     display: inline-block;
     color: #333;
}
 .top-right-menu ul.social-icons.menu_18, .top-right-menu ul.social-icons.menu_19 {
     padding: 7px 0;
}
 .em-login.menu_18, .em-quearys-top.menu_19 {
     padding: 7px 0;
}
/* top quearys */
 .em-top-quearys-area {
     position: relative;
     display: inline-block;
}
 .em-header-quearys {
     list-style: none;
}
 .em-quearys-menu i {
     border-radius: 3px;
     display: inline-block;
     height: 30px;
     text-align: center;
     width: 30px;
     line-height: 30px;
     font-size: 13px;
     cursor: pointer;
     color: #fff;
     margin-top: 0px;
     background: #00ebff;
}
 .heading_style_3 .hbg2 .em-quearys-menu i {
     color: #333;
}
 .em-quearys-inner {
     position: absolute;
     right: 15px;
     top: 36px;
     z-index: 999;
     display: none;
     -webkit-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
}

 .em-quearys-form {
     background-color: #f5f5f5;
     width: 363px;
     float: right;
     border-radius: 30px;
}
 .top-form-control {
     position: relative;
}
 .em-quearys-inner::before {
     position: absolute;
     right: 1px;
     top: -11px;
     width: 47px;
     height: 47px;
     text-align: center;
     width: 0;
     height: 0;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     border-bottom: 8px solid #001645;
     content: " ";
}
 .top-form-control input {
     background: #f4f6f9;
     color: #555555;
     font-size: 13px;
     font-weight: 300;
     height: 55px;
     padding: 0 40px 0 25px;
     width: 100%;
     border: none;
     -webkit-transition: 1s;
     -o-transition: 1s;
     transition: 1s;
     border-radius: 30px;
}
 .top-form-control button.top-quearys-style {
     position: absolute;
     right: 0;
     top: 50%;
     background: 0 0;
     font-size: 16px;
     border: none;
     color: #00ebff;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     height: 100%;
     background: #00ebff;
     width: 58px;
     border-radius: 0 30px 30px 0;
     text-align: center;
}
 .top-quearys-style i {
     font-size: 18px;
     color: #fff;
}
 .em-s-hidden {
     display: none !important;
}
/* address left right icon */
 .top-right-menu.litop {
     float: left;
}
/* mobile logo */
 .mobile_menu_logo.text-center {
     padding: 20px 0;
}
 .tr_search .em-quearys-menu i {
     color: #fff;
}
/* Style 7 Top Bar */
 .top-right-address p {
     margin-bottom: 0;
     font-size: 12px;
     display: inline-block;
}
 .top-right-address .social-icons {
     display: inline-block;
     margin: 0;
     padding: 0;
     list-style: none;
     position: relative;
}
 .top-right-address .social-icons li {
     display: inline-block;
     margin-left: 17px;
     color: #fff;
     font-size: 14px;
}

/*======================= CONSEN HEADING NAV AREA CSS ========================*/
.consen-main-menu {
    position: relative;
}
 .mean-container{
     overflow:hidden;
}
 .mean-container .mean-bar {
     padding: 0;
}
.mean-container .mean-nav {
    background: #00ebff none repeat scroll 0 0;
    float: none;
}
 .mean-container .mean-nav>ul>li:first-child {
     border-top: 0px solid #fff;
}
 .main_menu_div {
     position: relative;
}
 .consen_nav_area {
     background: #fff none repeat scroll 0 0;
}
.scroll-to-fixed-fixed .consen_nav_area {
    box-shadow: 0 0 3px rgba(0,0,0,0.10);
}
 .consen_menu {
     text-align: right;
}
.consen-main-menu.main.menu .consen_menu {
    text-align: right;
}
 .container-fluid .consen_menu {
     text-align: center;
}
/* LOGO CSS */
 .logo a {
     font-size: 23px;
     font-weight: 600;
     display: inline-block;
}
 .logo a.retina-logo {
     display: none;
}
/* MAIN MENU CSS */
 .consen_menu ul {
     list-style: none;
     text-align:right;
     display:inline-block;
}
 .transprent-menu .consen_menu ul {
     list-style: none;
     text-align: center;
}
 .consen_menu > ul > li {
     display: inline-block;
     position: relative;
}
.consen_menu > ul > li > a {
    display: block;
    margin: 35px 15px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #232323;
    font-weight: 400;
    font-family: 'Fira Sans';
}
 .consen_menu > ul > li > a:hover {
    color: #001645;
}

 .consen_menu ul li:last-child a {
     margin-right: 0px;
}
 .consen_menu > ul > li.current > a, .consen_menu > ul > li:hover > a {
     color: #001645;
}
/* Lien actif WordPress = même style que hover (le thème ne ciblait que .current) */
.consen_menu > ul > li.current-menu-item > a,
.consen_menu > ul > li.current_page_item > a,
.consen_menu > ul > li.current-menu-ancestor > a {
    color: #001645;
}
.transprent-menu .consen_menu > ul > li > a {
    color: #fff;
}
.transprent-menu .consen_menu > ul > li > a:hover {
    color: #001645;
}
.transprent-menu .consen_menu > ul > li.current-menu-item > a,
.transprent-menu .consen_menu > ul > li.current_page_item > a,
.transprent-menu .consen_menu > ul > li.current-menu-ancestor > a {
    color: #001645;
}

/* Page courante — ligne sous le lien avec espace (theme-default force text-decoration:none) */
.consen_menu > ul > li.current > a,
.consen_menu > ul > li.current-menu-item > a,
.consen_menu > ul > li.current_page_item > a,
.consen_menu > ul > li.current-menu-ancestor > a {
    position: relative !important;
    text-decoration: none !important;
    box-shadow: none !important;
    padding-bottom: 10px !important;
}
.consen_menu > ul > li.current > a::after,
.consen_menu > ul > li.current-menu-item > a::after,
.consen_menu > ul > li.current_page_item > a::after,
.consen_menu > ul > li.current-menu-ancestor > a::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 2px !important;
    background-color: #001645 !important;
}
/* Accueil uniquement : menu hover + actif en cyan #00ebff */
body.home .transprent-menu .consen_menu > ul > li > a:hover,
body.home .transprent-menu .consen_menu > ul > li:hover > a {
    color: #00ebff !important;
}
body.home .transprent-menu .trp_nav_area:not(.hbg2) .consen_menu > ul > li.current > a,
body.home .transprent-menu .trp_nav_area:not(.hbg2) .consen_menu > ul > li.current-menu-item > a,
body.home .transprent-menu .trp_nav_area:not(.hbg2) .consen_menu > ul > li.current_page_item > a,
body.home .transprent-menu .trp_nav_area:not(.hbg2) .consen_menu > ul > li.current-menu-ancestor > a {
    color: #00ebff !important;
}
body.home .transprent-menu .trp_nav_area:not(.hbg2) .consen_menu > ul > li.current > a::after,
body.home .transprent-menu .trp_nav_area:not(.hbg2) .consen_menu > ul > li.current-menu-item > a::after,
body.home .transprent-menu .trp_nav_area:not(.hbg2) .consen_menu > ul > li.current_page_item > a::after,
body.home .transprent-menu .trp_nav_area:not(.hbg2) .consen_menu > ul > li.current-menu-ancestor > a::after {
    background-color: #00ebff !important;
}

/*style two transparent menu*/
.consen-main-menu.transprent-menu.style-two .row.header-bg {
    background: #fff;
    border-radius: 5px;
    height: 110px;
    padding: 0 18px;
    box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
    z-index: 1;
}

.consen-main-menu.transprent-menu.style-two .consen_menu>ul>li>a {
    color: #232323;
}

.transprent-menu.style-two .hbg2{
    background: transparent;
    box-shadow: none;
}

/* transparent 2 */
 .trp_nav_area {
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     z-index: 9999;
     background-color: transparent;
     padding: 0 100px;
     -webkit-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
}
 .hbg2 {
     background: rgba(0, 0, 0, .7);
     padding: 0px 50px;
}
 .trp_nav_area.full-width {
     padding: 37px 100px 37px 100px;
}
 .trp_nav_area.full-width.hbg2 {
     padding: 7px 20px 10px;
}
/* Sticky MENU CSS */
 #sticky-header {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     z-index: 999;
     transition: .5s;
     padding: 18px 0 9px;
}
/* Skyty Menu */
 .sticky-nav {
     left: 0;
     margin: auto;
     position: fixed !important;
     top: 0;
     width: 100%;
     box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
     z-index: 9999;
     -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
     animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
     -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
     transition: .5s !important;
}
/* stycky nav js */
 .transprent-menu.menu4 {
     position: relative;
}
 .transprent-menu .consen_nav_area {
     left: 0;
     right: 0;
     top: 0;
     z-index: 9999;
     background-color: transparent;
     -webkit-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
     position: absolute;
}
 .consen_nav_area.postfix {
     -webkit-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
}
 .consen_nav_area.prefix, .hbg2 {
     -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
     box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}
 .heading_style_3.tr_btn .prefix .consen_menu > ul > li > a:hover, .heading_style_3.tr_btn .hbg2 .consen_menu > ul > li.current a {
     color: #001645;
}
 .heading_style_3 .prefix .consen_menu > ul > li > a:hover, .heading_style_3 .hbg2 .consen_menu > ul > li.current a {
     color: #001645;
}
 .heading_style_3 .consen_nav_area.prefix .em-quearys-top.msin-menu-search .em-quearys-menu i {
     color: #fff;
}
 .tr_white_btn .hbg2 {
     background:#00ebff !important;
}
 .tr_white_btn .hbg2 .consen_menu > ul > li > a {
     color: #fff !important;
}
/* LOGO LEFT RIGHT CSS */
 .logo-left {
}
 .logo-right .logo {
     text-align: right;
}
 .logo-right .consen_menu > ul {
     text-align: left;
}
 .logo-right .consen_menu > ul > li:first-child a {
     padding-left: 0px;
}
 .logo-right .consen_menu > ul > li:last-child a {
     padding-right: auto;
}
 .search_button {
     text-align: right;
}
/* logo top */
 .logo-top .logo {
     text-align: center;
}
 .logo-top .consen_menu > ul {
     text-align: center;
}
 .logo-top >.consen_menu > ul>li:last-child a {
     padding-right: auto;
}
/* sub menu style */
.consen_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 22;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #001645;
    opacity: 0;
}
 .consen_menu ul li:hover >.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}
 .consen_menu ul .sub-menu li {
     position: relative;
}
 .consen_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-family: 'Fira Sans';
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #211e3b !important;
}
 .consen_menu ul .sub-menu li:hover>a, .consen_menu ul .sub-menu .sub-menu li:hover>a, .consen_menu ul .sub-menu .sub-menu .sub-menu li:hover >a, .consen_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
     color:#001645;
}
 .consen_menu ul .sub-menu li {
     position: relative;
     -webkit-transition:.3s;
     -o-transition:.3s;
     transition:.3s;
}
.consen_menu ul .sub-menu li:hover>a,
.consen_menu ul .sub-menu .sub-menu li:hover>a, 
.consen_menu ul .sub-menu .sub-menu .sub-menu li:hover>a, 
.consen_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: #001645;
    color: #fff !important;
}
/* sub menu 2 */
 .consen_menu ul .sub-menu .sub-menu {
     left:100%;
     top: 130%;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
}
 .consen_menu ul .sub-menu li:hover>.sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}
/* sub menu 3 */
 .consen_menu ul .sub-menu .sub-menu li {
     position: relative;
}
 .consen_menu ul .sub-menu .sub-menu .sub-menu {
     right: 100%;
     left: auto;
     top: 130%;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
}
 .consen_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}
/* sub menu 4 */
 .consen_menu ul .sub-menu .sub-menu .sub-menu li {
     position: relative;
}
 .consen_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {
}
 .consen_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}
/* user login */
 .logged-in .transprent-menu .consen_nav_area.prefix {
     top: 32px;
}
 .logged-in .trp_nav_area.hbg2 {
     top: 32px;
}
/* maing menu search */
 .top-address.em-quearys-top.text-right {
     float: right;
}
 nav.consen_menu.main-search-menu {
     float: right;
}
 .consen_menu.main-search-menu>ul, .em-quearys-top.msin-menu-search {
     display: inline-block;
}
 .em-quearys-top.msin-menu-search .em-quearys-menu i {
     margin-left: 20px;
     margin-top: 6px;
}
 .em-quearys-top.msin-menu-search .em-quearys-inner {
     top: 61px;
     background: #fff;
     padding: 20px;
     border-top: 3px solid #001645;
}
 nav.consen_menu.main-search-menu {
    /* float: right;
     */
     text-align: center;
}
/* has menu icon */
 .consen-main-menu .menu-item-has-children>a:after {
     margin-left: 5px;
     content: "\f107";
     font-family: FontAwesome;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     font-size: 13px;
     opacity: .5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
 .consen-main-menu .menu-item-has-children .menu-item-has-children>a:after {
     margin-left: 8px;
     content: "\f105";
}
/* HEADER BUTTON */
.donate-btn-header {
    display: inline-block;
    margin-left: 30px;
}
a.dtbtn {
    padding: 12px 32px;
    color: #fff;
    background: #00ebff;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
    border: 2px solid #00ebff;
    font-family: 'Fira Sans';
}
 a.dtbtn:before {
     position: absolute;
     content: "";
     z-index: -1;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     border-radius: 30px;
     background: #10102E;
     transform: scale(0);
     transition: .5s;
}
 a.dtbtn:hover:before {
     transform: scale(1);
     background: #001645;
}
a.dtbtn:hover {
    background: #001645;
    border-color: #001645;
    color: #fff;
}
/*========== consen BLOG AREA CSS =========*/
 .consen-blog-area, .consen-blog-index {
     background: #fff;
     padding: 100px 0 70px;
}
.consen-blog-area.consen-blog-archive.ptb-100 {
    padding: 100px 0 205px;
}
.consen-blog-index.blog-area.consen-blog-area.blog-grid-item {
    padding: 100px 0 203px;
}
/* Détail article — marge basse pour le CTA footer (comme page blog) */
.consen-blog-area.single-blog-details {
    padding-bottom: 200px;
}
 .consen-single-blog {
     margin-bottom: 30px;
     text-align: left;
     -webkit-transition: all .3s ease-in-out 0s;
     -o-transition: all .3s ease-in-out 0s;
     transition: all .3s ease-in-out 0s;
     text-align: left;
     border: 1px solid #e6e9f0;
     border-radius: 0 0 10px 10px;
}
 .consen-single-blog {
     text-align: left;
}
.consen-blog-thumb {
    position: relative;
}
 .consen-blog-thumb img {
     vertical-align: middle;
}
.consen-blog-content-area {
    padding: 27px 31px 31px;
    position: relative;
}
 .blog-page-title h2 {
     font-size: 1.5625rem;
}
.blog-page-title h2, .blog-page-title h2 a {
    font-size: 32px;
    font-weight: 600;
    color: initial;
    text-decoration: none;
    margin: 18px 0 19px;
    transition: .3s;
    letter-spacing: -1px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
 .blog-page-title h2:hover, .blog-page-title h2 a:hover{
     color:#001645;
}
 .consen-blog-meta-top {
     padding-top: 5px;
     position: absolute;
     left: 20px;
     top: 20px;
}
 .consen-blog-meta-top li {
     display: inline-block;
     margin-right: 10px;
}
.consen-blog-meta-left a, 
.consen-blog-meta-left time, 
.consen-blog-meta-left span {
    margin-right: 0;
    transition: .3s;
    color: #495057;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    color: #686868;
    font-weight: 400;
    background: transparent;
    display: inline-block;
    padding: 0;
    border-radius: 0;
    margin-right: 14px;
}
.consen-blog-meta-left a:hover, 
.consen-blog-meta-left time:hover, 
.consen-blog-meta-left span:hover {
    color: #001645;
}

.consen-blog-index.blog-area.consen-blog-area .consen-blog-meta-left a, 
.consen-blog-index.blog-area.consen-blog-area .consen-blog-meta-left time, 
.consen-blog-index.blog-area.consen-blog-area .consen-blog-meta-left span {
    margin-right: 0;
    transition: .3s;
    color: #495057;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    color: #686868;
    font-weight: 400;
    background: transparent;
    display: inline-block;
    padding: 0;
    border-radius: 0;
    margin-right: 14px;
}
 .consen-blog-meta-left a:last-child:before{
     display:none;
}
 .consen-blog-meta-top li a,
 .consen-blog-meta-top li span {
     display: inline-block;
     padding: 0;
     font-size: 14px;
     text-transform: uppercase;
     font-weight: 500;
     color: #fff;
     padding-top: 2px;
     background: #00ebff;
     padding: 6px 25px;
     border-radius: 30px;
     border-radius: 6px;
}
 .blog-content-bottom-meta img {
     width: 30px;
     border-radius: 100%;
}
 .blog-readmore a {
     background: #00ebff;
     color: #fff;
     display: inline-block;
     padding: 13px 35px;
     border-radius: 8px;
     font-weight: 500;
     margin-top: 14px;
     z-index:1;
     position:relative;
}
 .blog-readmore a:before {
     position: absolute;
     content: "";
     z-index: -1;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: #10102E;
     border-radius: 8px;
     transform: scale(0);
     transition: .5s;
}
 .blog-readmore a:hover:before {
     transform: scale(1);
}
.blog-author {
    border-top: 1px solid #e6e9f0;
    padding: 18px 31px 18px;
}
.blog-author a {
    margin-right: 18px;
    color: #232323;
}
.blog-author i {
    display: inline-block;
    color: #00ebff;
    font-size: 14px;
    margin-right: 6px;
}

/* Blog Grid Style */
 .blog-grid .consen-blog-content-area {
     padding: 35px 25px 40px;
}
 .blog-grid .consen-blog-meta-left a, .blog-grid.consen-blog-meta-left time, .blog-grid .consen-blog-meta-left span {
     margin-right: 13px;
}
 .blog-grid .blog-page-title h2, .blog-grid .blog-page-title h2 a {
     font-size: 24px;
     margin: 13px 0 20px;
}
.consen-blog-index.blog-area.consen-blog-area .blog-grid .consen-blog-meta-left i {
    margin-right: 12px;
}
 .blog-grid .blog-readmore a {
     padding: 10px 25px;
}
/* Blog Details Css */
.consen-single-blog-details-inner {
    background: #fff;
    padding: 39px 45px 49px;
    border: 1px solid #ddd;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
 .single-blog-title {
     font-size: 1.5625rem;
     font-family: montserrat;
     color: initial;
     text-decoration: none;
     color: #333;
     margin: 0px 0 11px;
}
 .consen-single-blog-details-inner .consen-blog-meta-left {
     margin-bottom: 18px;
     border: 0;
     padding: 0;
}
 .consen-single-blog-details-inner .consen-blog-meta-left a {
    color: inherit;
}
 .consen-blog-social {
     padding-top: 40px;
     text-align: left;
     border-top: 1px solid #e6e6e6;
     margin-top: 40px;
}
 .consen-single-icon-inner {
     text-align: left;
}
 .consen-single-icon-inner a i {
     border: 1px solid #e6e6e6;
     color: #565872;
     display: inline-block;
     font-size: 15px;
     height: 40px;
     line-height: 41px;
     margin: 0 9px 0 0;
     text-align: center;
     width: 40px;
     border-radius: 5px;
}
 .consen-single-icon-inner a i:hover {
     background: #001645;
     border-color: #001645;
     color: #fff;
}
 a.detail-link i {
     margin-left: 0px;
}
 .consen-single-blog--thumb img {
     vertical-align: middle;
}
.single-blog-details .scarpia-article-card .consen-single-blog--thumb img {
    max-width: none !important;
    width: 100% !important;
}
 .consen-blog-meta-left i {
     color: #00ebff;
     margin-right: 8px;
     font-size: 15px;
}
.consen-single-blog-details ul {
    padding-left: 15px;
}
.consen-single-blog-details ol {
    padding-left: 15px;
}
.post-details-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
}
.post-details-category a {
    font-size: 15px !important;
    color: var(--conliz-black);
    color: #6d6d6d;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #dad7d7;
    display: inline-block;
    padding: 0 8px 0 8px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-transform: capitalize;
	border-radius:3px;
}
.post-details-category a:hover{
	color:#001645;
	border-color:#001645;
}
.post-tags .tags a:hover{
	color:#001645;
}
.post-tags .tags,
.post-details-category .post-categories {
    list-style: none;
    display: inline-block;
}
.post-tags h4,
.post-details-category h4 {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    margin-right: 5px;
}
.post-details-category .post-categories li{
    display:inline-block;
}

/* Détail blog — grille 8/4 : article + sidebar côte à côte dès 768px */
.single-blog-details > .container > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.single-blog-details > .container > .row > .blog-lr,
.single-blog-details > .container > .row > .sidebar-right {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}
.single-blog-details .blog-lr {
    overflow-x: hidden;
}
.single-blog-details .comments-area {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.single-blog-details .comments-area .comment-form .row {
    margin-left: 0;
    margin-right: 0;
}
@media (min-width: 768px) {
    .single-blog-details > .container > .row {
        display: grid !important;
        grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
        column-gap: 30px;
        align-items: start;
    }
    .single-blog-details > .container > .row > .blog-lr,
    .single-blog-details > .container > .row > .col-md-8.blog-lr,
    .single-blog-details > .container > .row > .sidebar-right,
    .single-blog-details > .container > .row > .col-md-4.sidebar-right {
        grid-column: auto;
        flex: none !important;
        float: none !important;
        width: auto !important;
        max-width: none !important;
    }
    .single-blog-details > .container > .row > .blog-lr,
    .single-blog-details > .container > .row > .col-md-8.blog-lr {
        grid-column: 1;
    }
    .single-blog-details > .container > .row > .sidebar-right,
    .single-blog-details > .container > .row > .col-md-4.sidebar-right {
        grid-column: 2;
        align-self: start;
    }
    .single-blog-details > .container > .row.single-no-sidebar {
        grid-template-columns: minmax(0, 1fr) !important;
        column-gap: 0;
    }
    .single-blog-details > .container > .row.single-no-sidebar > .blog-lr,
    .single-blog-details > .container > .row.single-no-sidebar > .col-md-8.blog-lr {
        grid-column: 1;
        width: 100% !important;
        max-width: 100% !important;
    }
}
.single-blog-details .consen-single-blog-details,
.single-blog-details .consen-single-blog-details-inner,
.single-blog-details .comments-area,
.single-blog-details .single-blog-content {
    max-width: 100%;
    box-sizing: border-box;
}
.single-blog-details .single-blog-content img,
.single-blog-details .single-blog-content table,
.single-blog-details .single-blog-content pre {
    max-width: 100%;
}
.single-blog-details .single-blog-content table {
    display: table;
    overflow-x: visible;
    width: 100%;
}
.single-blog-details .single-blog-content .scarpia-table-wrap {
    display: block;
    overflow-x: auto;
    width: 100%;
}
.single-blog-details .comments-area .comment-form .form-submit {
    margin: 20px 0 0;
    padding: 0;
}
.single-blog-details .comments-area .comment-form button.wpcf7-submit.btn.solid-btn,
.single-blog-details .comments-area .comment-form button[type="submit"] {
    display: inline-flex !important;
    align-items: center;
    width: auto !important;
    max-width: none;
    white-space: nowrap;
}
.single-blog-details .comments-area .comment-form button.wpcf7-submit.btn.solid-btn i {
    margin-left: 8px;
    flex-shrink: 0;
}

/* Next And Prev CSS */
 .next-prev-post {
     overflow: hidden;
     padding: 45px;
     border: 1px solid #ddd;
     border-radius: 10px;
     margin: 30px 0;
}
 .nav-previous {
     display: inline-block;
     float: left;
}
 .nav-next {
     float: right;
}
 .nav-previous a, .nav-next a {
     display: inline-block;
     border: 1px solid #ddd;
     padding: 12px 30px;
     border-radius: 6px;
     color: #666;
     font-weight: 400;
     transition:.5s;
}
 .nav-previous a:hover, .nav-next a:hover {
     color: #fff;
     background:#001645;
     border-color:#001645;
}
 .nav-previous a i{
     margin-right:5px;
}
 .nav-next a i{
     margin-left:5px;
}
/* Post Author */
.author-bio {
    padding: 28px 45px 21px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-top: 50px;
}
.author-img {
    overflow: hidden;
    margin-right: 15px;
    width: 30%;
}
 .author-img img {
     border-radius:100%;
	 width:100%;
}
 .author-text h3 {
     font-size: 20px;
     color: #232323;
     font-weight: 600;
     text-transform: capitalize;
     margin-bottom: 10px;
}
 .author-text h3 a{
     color:inherit;
}
/*======================== consen COMMENT AREA CSS =========================*/
/* POST REPLY CSS */
 .comments {
     padding-bottom: 25px;
}
 .post_comment {
     margin: 20px 0 10px 0;
     padding: 0 10px;
}
 .commment_title h3 {
     margin-bottom: 20px;
     position: relative;
     margin-top: 0;
     font-size: 1.25em;
     font-size: 24px;
}
 .commment_title small{
     font-size: 60%;
}
 .post_replay_inner {
     word-wrap: break-word;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin-bottom: 20px;
}
 .mgl-30 {
     margin-left: 30px;
}
 .post_reply_thumb {
}
 .post_reply_thumb img {
     border-radius: 50%;
}
 .post_replay {
     margin-top: 30px;
}
 .post_reply {
     padding-left: 15px;
     width: 100%;
     position: relative;
}
 .post_reply div.st {
     font-size: 18px;
     font-weight: 400;
}
 .post_reply div.st a {
     color: #222;
     font-size: 15px;
     display: inline-block;
     padding-bottom: 7px;
     text-transform: capitalize;
     font-weight: 500;
}
 .reply_date {
     overflow: hidden;
     margin-bottom: 15px;
}
 .reply_date span.span_left {
     font-size: 13px;
     color: #777;
     display: block;
}
 .reply_date span.span_right {
     float: none;
     color: #fff;
     font-size: 12px;
     font-weight: 400;
     letter-spacing: 1px;
     position: absolute;
     top: 0;
     right: 0;
     background: #00ebff;
     padding: 5px 13px;
     transition: .3s;
     border-radius: 3px;
}
 .reply_date span.span_right:hover{
     background:#001645;
}
 .post_reply p {
}
 .comments-area {
     background: #fff;
     margin: 30px 0;
     padding: 50px 45px 55px;
     border-radius: 10px;
     border: 1px solid #ddd;
}
 .comment-list .comment .comment{
     margin-left: 85px;
}
 .comment-list .comment .comment .post_comment{
     border-bottom:transparent;
}
 .comments-area .children {
     margin-left: 90px;
}
 .post_comment .post_comment {
     margin-left: 15px;
}
/* COMMENT FORM CSS */
 .comment-form-cookies-consent input[type="checkbox"], .comment-form-cookies-consent input[type="radio"] {
     margin: 4px 0 0;
     margin-top: 1px;
     line-height: normal;
     margin-right: 10px;
}
 .comment_field input[type="text"] {
}
 .comment_field input[type="email"] {
}
 .em-theme-main-page .commment_title h3 {
     margin-top: 0px;
}
 .logged-in-as {
     margin-bottom: 10px;
     margin-top: 25px;
}
 .logged-in-as a {
     color: #333;
}

.logged-in-as a:hover{
	color:#001645;
}
 a.comment-edit-link {
     margin-bottom: 12px;
     display: inline-block;
}
 .em-theme-main-page .comments-area {
     margin-top: 40px;
     clear: both;
}
.comments-area button {
    background: #00ebff;
    color: #fff;
    padding: 13px 30px;
    border-radius: 7px;
    transition: .5s;
    border-radius: 30px;
    margin-top: 20px;
}
.comments-area button i {
    margin-left: 5px;
    font-size: 11px;
}
 .comments-area button:hover {
     background: #10102E !important;
     color: #fff;
}
/*======================== consen PAGINATION SECTION =========================*/
.paginations {
    /* text-align: center; */
    margin-top: 20px;
}
 .page-numbers li {
     display: inline-block;
     text-align: center;
}
.paginations a, .page-numbers span.current {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px 0 0;
    color: #6d6d6d;
    background: #fff;
    border-radius: 3px;
    text-decoration: none;
    border: 1px solid #ddd;
}
 .page-numbers li {
     display: inline-block;
}
 .paginations a:hover, .paginations a.current, .page-numbers span.current {
     background: #001645;
     border-color: #001645;
     color: #fff;
}
/*======================== consen BREADCRUMB AREA CSS =========================*/
.breadcumb-area {
    padding: 120px 0 89px;
    background: linear-gradient(rgba(0, 22, 69, 0.88), rgba(0, 22, 69, 0.92)), url(https://html.dreamitsolution.net/consen-demo/assets/images/resource/braitcam.png) no-repeat center/cover;
    position: relative;
    background-size: cover;
    background-position: center;
}
.breadcumb-area > .container {
    position: relative;
    z-index: 1;
}
/* Scarpia — voile sur l’image breadcrumb (image inchangée) + menu #001645 pour le logo */
.breadcumb-area.scarpia-breadcrumb-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(0, 22, 69, 0.92) 0%,
        rgba(0, 22, 69, 0.8) 22%,
        rgba(0, 22, 69, 0.5) 50%,
        rgba(0, 22, 69, 0.32) 100%
    );
}
/* Pages internes : menu blanc dès le chargement (accueil inchangé) */
body.scarpia-internal-white-header .transprent-menu .trp_nav_area:not(.hbg2) {
    background: #fff !important;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}
body.scarpia-internal-white-header .transprent-menu .trp_nav_area:not(.hbg2) .consen_menu > ul > li > a {
    color: #232323 !important;
}
body.scarpia-internal-white-header .transprent-menu .trp_nav_area:not(.hbg2) .consen_menu > ul > li > a:hover,
body.scarpia-internal-white-header .transprent-menu .trp_nav_area:not(.hbg2) .consen_menu > ul > li.current-menu-item > a,
body.scarpia-internal-white-header .transprent-menu .trp_nav_area:not(.hbg2) .consen_menu > ul > li.current_page_item > a,
body.scarpia-internal-white-header .transprent-menu .trp_nav_area:not(.hbg2) .consen_menu > ul > li.current-menu-ancestor > a {
    color: #001645 !important;
}
body.scarpia-internal-white-header .transprent-menu .trp_nav_area:not(.hbg2) .logo a.standard-logo {
    display: none !important;
}
body.scarpia-internal-white-header .transprent-menu .trp_nav_area:not(.hbg2) .logo a.retina-logo {
    display: inline-block !important;
}
body.scarpia-internal-white-header .transprent-menu .trp_nav_area:not(.hbg2) .logo img {
    filter: none;
}
body.scarpia-internal-white-header .transprent-menu .trp_nav_area:not(.hbg2) .donate-btn-header a.dtbtn,
body.scarpia-internal-white-header .transprent-menu .trp_nav_area:not(.hbg2) .donate-btn-header a.dtbtn:hover {
    background: #001645 !important;
    border-color: #001645 !important;
    color: #fff !important;
}
body.scarpia-internal-white-header .transprent-menu .trp_nav_area:not(.hbg2) .donate-btn-header a.dtbtn:before {
    background: #001645 !important;
}
 .breadcrumb_tran_header .breadcumb-area {
     padding: 191px 0 110px;
}
 .breadcumb-inner h2 {
     font-size: 50px;
     color: #fff;
     margin-bottom: 30px;
}
.breadcumb-inner ul {
    text-align: left;
    display: inline-block;
    position: relative;
    left: 0;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.25);
    padding: 8px 13px 7px;
    border-left: 3px solid #001645;
    margin-bottom: 5px;
}
.breadcumb-inner li {
    display: inline-block;
    margin: 0 6px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}
 .breadcumb-inner li:nth-last-child(-n+1) {
     color: #fff;
}
 .breadcumb-inner li a {
     color: #fff;
     text-transform: uppercase;
}
 .brpt {
     text-align: left;
}
.brpt h2 {
    font-size: 45px;
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff;
}
 .lcase {
     text-transform: lowercase;
}
 .ucase {
     text-transform: uppercase;
}
 .ccase {
     text-transform: capitalize;
}
 .pimgs img {
     width: 100%;
}
/*======================== consen 404 AREA CSS =========================*/
 .not-found-area {
     background-color: #f9f9f9;
     background-position: center top;
     background-repeat: repeat;
     background-size: cover;
     padding: 0 0 16px;
}
 .not-found {
     display: table;
     width: 100%;
     text-align: center;
     background: #fff;
     margin: 70px 0;
     padding: 120px 0;
     box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
 .not-found-inner {
     display: table-cell;
     vertical-align: middle;
}
 .not-found-inner {
     font-size: 30px;
}
 .not-found-inner h2 {
     color: #00ebff;
     display: inline-block;
     font-size: 160px;
     font-weight: 700;
     line-height: 1.2;
     padding: 15px 0;
}
 .not-found-inner p {
     font-size: 30px;
}
 .not-found-inner a {
     color: #fff;
     font-size: 24px;
     margin-top: 40px;
     display: inline-block;
     background: #00ebff;
     box-shadow: 0 0 4px rgba(0,0,0,.15);
     padding: 10px 40px;
}
 .not-found-inner a:hover{
     background:#001645;
     color:#fff;
}
/* search error */
 .consen-search-page {
     padding-bottom: 100px;
}
 .search-error .search input {
     padding: 20px 0;
}
 .search-error .search input[type="text"] {
     padding-left: 10px;
}
 .search-error .search button {
     top: 48%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
}
 .search-error > p {
     font-size: 18px;
     margin: 14px 0 20px;
}
 .search-error > h3 {
     display: block;
     font-size: 60px;
     color: #00ebff;
}
 .search-error .search input {
     height: 54px;
     border: 1px solid #ddd;
}
 .mobile_menu_logo a {
     font-size: 23px;
     font-weight: 600;
     text-transform: uppercase;
}
/*======================== consen FOOTER WIDGET SECTION =========================*/
 .footer-middle {
     padding: 148px 0 5px;
     position: relative;
     background: #001645;
}
 .footer-middle:before {
     left: 0;
     width: 100%;
     position: absolute;
     height: 90px;
     top: 0px;
     background: url(assets/images/footer-top-shape.svg);
     content: "";
     background-repeat: no-repeat;
     background-size: cover;
}
/* Address Widgets */
 .footer-logo img {
     margin-bottom: 1rem;
     width: 120px;
}
 .footer-logo p {
     margin: 0;
}
 .footer-sociala-icon {
     display: inline-block;
     float: left;
     font-size: 14px;
     color: #fff;
     margin-right: 10px;
     overflow: hidden;
}
 .footer-sociala-info p {
     margin: 0 0 11px;
     font-size: 14px;
     opacity: 0.8;
}
/* Custom Menu Widgets */
 .footer-middle .widget ul li {
     display: block;
     margin-bottom: 10px;
     color: #fff;
}
 .footer-middle .widget ul li a {
     font-size: 14px;
     line-height: 19px;
     color: #fff;
     opacity: 0.8;
     text-decoration: none;
}
 .footer-middle .widget ul li a:before {
     position: absolute;
     left: 0;
     top: 0;
     font-size: 15px;
     color: #686868;
     content: "\e65d";
     font-family: themify;
     display:none;
}
 .footer-middle #menu-footer-menu li {
     display:inline-block;
}
 .footer-middle #menu-footer-menu li a {
     margin-right: 10px;
}
 .menu-social-menu-container ul li {
     display: inline-block !important;
}
 .menu-social-menu-container ul li a {
     font-size: 15px;
     color: #fff;
     margin-right: 16px;
}
 .footer-middle .widget-title {
     color: #fff;
}
 .footer-middle .widget.about_us {
     margin-bottom: 15px;
}
/*footer four*/
.footer-four input[type="email"] {
    font-size: 16px;
    height: 60px;
    padding: 5px 25px;
    width: 100%;
    background: #ffffff;
    border-radius: 0;
    outline: 0;
    text-align: center;
}
.footer-four p.mailchimp-form button {
    border: medium none;
    border-radius: 0;
    font-weight: 500;
    text-align: center;
    padding: 16px 30px;
    position: absolute;
    right: 0;
    top: 70px;
    width: 100%;
}

/*======================== consen FOOTER COPPYRIGHT SECTION =========================*/
 .footer-bottom {
     background: #F4F7FA;
     padding: 23px 0 22px;
     border-top: 1px solid #ddd;
    /* border-top: 1px solid rgba(255,255,255,.23);
     */
}
 .copy-right-text p {
     margin: 0;
     padding: 0;
     margin-top: 0;
     font-size: 14px;
}
 .footer-menu ul {
     list-style: none;
     margin: 0px;
     padding: 0px;
}
 .footer-menu ul li {
     display: inline-block;
}
 .footer-menu ul .menu-item {
     margin-left: 10px;
}
 .footer-menu ul .menu-item a {
     color: #686868;
     padding: 0;
     display: block;
     text-transform: capitalize;
     margin-left: 10px;
     transition: .3s;
     font-size: 14px;
}
 .footer-menu ul .menu-item a:hover{
     color:#00ebff;
}
.footer-middle .widget ul li a:hover,
.footer-middle .sub-menu li a:hover,
.footer-middle .nav .children li a:hover,
.footer-middle .recent-post-text > h4 a:hover,
.footer-middle .tagcloud a:hover,
.footer-menu ul li a:hover,
.copy-right-text a:hover {
    color: #00ebff;
}
 .footer-menu .social-icon {
     display: block;
     margin-left: 26px;
     -webkit-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
     text-align: center;
     color: #00ebff;
     opacity: 0.8;
     font-size: 18px;
}
 .footer-menu .social-icon:hover {
     opacity: 1;
}
 .footer-menu ul li:last-child a {
     padding-right: 0px;
}
 .footer_style_3 .footer-menu ul li:first-child a {
     padding-left: 0px;
}
 .footer-menu ul ul {
     display: none;
}
 .copy-right-text a {
     color: #00ebff;
}
 .copyright-social ul li {
     font-size: 16px;
     display: inline;
}
 .copyright-social ul li a {
     color: #f8f9fe;
     font-size: 14px;
}
 .copyright-social ul .policy:after {
     content: "/";
     color: #f8f9fe;
     padding-left: 10px;
     padding-right: 10px;
}
 .menu-footer-menu-container {
     display: none;
}
/*======================== consen SCROLL TOP CSS =========================*/
 #scrollUp {
     bottom: 30px;
     color: #fff;
     font-size: 34px;
     height: 60px;
     line-height: 55px;
     right: 30px;
     text-align: center;
     width: 60px;
     border-radius: 100%;
     background: #00ebff;
     transition: .3s;
}
 #scrollUp:hover{
     background:#001645;
}
 #scrollUp i {
     color: #fff;
}
body.scarpia-references-page #scrollUp i {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
}
 .mc4wp-alert.mc4wp-success {
    color: #fff;
}

/* Side bar */
.sidebar {
    display: inline-block;
    position: relative;
    left: 20px;
    top: 0px;
    width: 40px;
    height: 40px;
    line-height: 53px;
    border-radius: 50%;
}
 .sidebar {
    left: 10px;
}
.nav-btn.navSidebar-button {
    left: 0;
}
.nav-btn.navSidebar-button {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    position: relative;
    top: -2px;
    left: -15px;
}
.nav-btn.navSidebar-button i {
    font-size: 15px;
    width: 32px;
    line-height: 35px;
    height: 32px;
    border-radius: 50px;
    text-align: center;
    background: #efefef;
    display: inline-block;
    color: #232323;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    transition: .5s;
    cursor: pointer;
}
.nav-btn.navSidebar-button i:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #00ebff;
    border-radius: 50%;
    transition: .5s;
    transform: scale(0);
}
.nav-btn.navSidebar-button:hover i:after{
   transform: scale(1); 
}
.nav-btn.navSidebar-button:hover i{
    color:#fff;
}
.nav-btn.navSidebar-button {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    position: relative;
    top: 3px;
}
  span.icon.flaticon-menu-2 i {
    font-size: 20px;
    color: #000000;
  }

.sidebar-title h2 {
    font-size: 26px;
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 21px;
}
.sidebar-contact-info h2 {
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 600;
}
.sidebar-content-inner {
	margin-top: 40px;
}
.sidebar-contact-info ul li {
	list-style: none;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 15px;
}
.sidebar-contact-info ul li i {
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #00ebff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}
.sidebar-social-icon {
	margin-top: 38px;
}
.sidebar-social-icon ul li {
	list-style: none;
	display: inline;
}
.sidebar-social-icon ul li a {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #001645;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
    position: relative;
    z-index: 1;
}
.sidebar-social-icon ul li a .fa:before {
    font-family: FontAwesome !important;
}
.sidebar-social-icon ul li a:hover {
    background: #001645;
    color: #fff;
}
  /*start sidebar section*/
  
.navSidebar-button span {
    display: block;
    border-top: 2px solid #0a0a0a;
    margin: 4px 3px;
    width: 22px;
}
  .navSidebar-button span.line3 {
    width: 10px;
    transition: .5s;
  }
  .sidebar:hover .navSidebar-button span.line3{
      width:22px;
  }
  .xs-sidebar-group .dt-overlay {
	/* left: 100%; */
	top: 0;
	position: fixed;
	z-index: 9999;
	height: 100%;
	opacity: 0;
	width: 100%;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-in 0.8s;
	-o-transition: all 0.4s ease-in 0.8s;
	transition: all 0.4s ease-in 0.8s;
	right: 0;
	left: 0;
}
  .sidebar-logo .main_sticky_l {
    display: none;
  }

.sidebar-info-contents {
	margin-top: 40px;
}
.rpwwt-widget ul li {
    margin: 0 0 0px !important;
}
.xs-sidebar-group .widget-top {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #fff;
    opacity: 1;
    font-size: 20px;
    background: #00ebff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.widget-top:hover .bar-close {
	transform: rotate(180deg);
    color: #181818;
}
.xs-sidebar-group .widget-top .bar-close {
    display: inline-block;
    transition: .5s;
    color: #fff;
}
  .dt-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
  }
  .xs-sidebar-group.isActive .dt-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
  }
  .xs-sidebar-group.isActive .dt-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    background: #fff;
  }
  .sidebar-textwidget {
    padding: 40px;
  }
  .close-side-widget {
    color: #edc701;
    font-size: rem(15px);
    display: block;
  }
  .sidebar-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
  .xs-sidebar-group.isActive .sidebar-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .dt-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
  }
/* .bt-black {
    background: rgb(0,0,0,0.5)!important;
} */
.close {

}
/* Sidebar End */

/* Scarpia — Hero slider : image IA PNG (sans assombrissement démo) */
.dreamit-slick-slider .slider-single-image img {
    filter: none !important;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Scarpia — footer Elementor (page 761) : voile bleu nuit si l’image démo reste orangée */
.elementor-761 .elementor-element.elementor-element-d093678 > .elementor-background-overlay {
    background-color: rgba(0, 22, 69, 0.88) !important;
    opacity: 1 !important;
}

/* service-bg.png : éviter de couper les motifs à gauche (cercle, xxx) avec cover centré */
.elementor-70 .elementor-element.elementor-element-c076d9e:not(.elementor-motion-effects-element-type-background),
.elementor-70 .elementor-element.elementor-element-c076d9e > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.elementor-9137 .elementor-element.elementor-element-c076d9e:not(.elementor-motion-effects-element-type-background),
.elementor-9137 .elementor-element.elementor-element-c076d9e > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-position: left center !important;
}



/* Scarpia — Positionnement stratégique (service-box style1) : charte + animation */
.elementor-9137 .service-box.style1 {
    background: #fff;
    border: 1px solid rgba(0, 22, 69, 0.08);
    border-top: 3px solid #00ebff;
    box-shadow: 0 4px 24px rgba(0, 22, 69, 0.06);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}
.elementor-9137 .service-box.style1::before {
    background: #001645 !important;
    background-image: none !important;
    opacity: 0;
    transition: opacity 0.4s ease, width 0.4s ease, height 0.4s ease;
}
.elementor-9137 .service-box.style1:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 22, 69, 0.12);
    border-color: rgba(0, 235, 255, 0.35);
}
.elementor-9137 .service-box.style1:hover::before {
    opacity: 1;
    width: 100%;
    height: 100%;
}
.elementor-9137 .service-box.style1 .service-box-number {
    color: #001645;
    opacity: 0.12;
    transition: color 0.4s ease, opacity 0.4s ease;
}
.elementor-9137 .service-box.style1:hover .service-box-number {
    color: #00ebff;
    opacity: 0.35;
}
.elementor-9137 .service-box.style1 .icon {
    background-color: rgba(0, 22, 69, 0.04);
    border: 1px solid rgba(0, 22, 69, 0.1);
    transition: background-color 0.4s ease, border-color 0.4s ease, transform 0.4s ease;
}
.elementor-9137 .service-box.style1 .icon i {
    font-size: 36px;
    color: #001645;
    line-height: 80px;
    display: inline-block;
    transition: color 0.4s ease, transform 0.4s ease;
}
.elementor-9137 .service-box.style1 .icon img {
    display: none !important;
}
.elementor-9137 .service-box.style1 .content .title {
    color: #232323;
    transition: color 0.4s ease;
}
.elementor-9137 .service-box.style1 .content .title::before {
    background: #00ebff;
}
.elementor-9137 .service-box.style1 .content p.description {
    color: #666;
    transition: color 0.4s ease;
}
.elementor-9137 .service-box.style1:hover .icon {
    background-color: #00ebff;
    border-color: #00ebff;
    transform: scale(1.06);
}
.elementor-9137 .service-box.style1:hover .icon i {
    color: #001645;
    transform: scale(1.05);
}
.elementor-9137 .service-box.style1:hover .content .title,
.elementor-9137 .service-box.style1:hover .content p.description {
    color: #fff !important;
}

/* Scarpia — A propos / Notre conviction : titre de section */
.elementor-9404 .elementor-element-ebabf04 .section-title.style6 .title {
    color: #001645;
}

/* Scarpia — A propos / Notre conviction: same card rhythm as home */
.elementor-9404 .elementor-element.elementor-element-52ff7a6 .elementor-column .elementor-widget-wrap {
    height: 100%;
}
.elementor-9404 .elementor-element.elementor-element-52ff7a6 .service-box.style1 {
    background: #fff;
    border: 1px solid rgba(0, 22, 69, 0.08);
    border-top: 3px solid #00ebff;
    box-shadow: 0 4px 24px rgba(0, 22, 69, 0.06);
    height: 100%;
    min-height: 308px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}
.elementor-9404 .elementor-element.elementor-element-52ff7a6 .service-box.style1::before {
    background: #001645 !important;
    background-image: none !important;
    opacity: 0;
    transition: opacity 0.4s ease, width 0.4s ease, height 0.4s ease;
}
.elementor-9404 .elementor-element.elementor-element-52ff7a6 .service-box.style1:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 22, 69, 0.12);
    border-color: rgba(0, 235, 255, 0.35);
}
.elementor-9404 .elementor-element.elementor-element-52ff7a6 .service-box.style1:hover::before {
    opacity: 1;
    width: 100%;
    height: 100%;
}
.elementor-9404 .elementor-element.elementor-element-52ff7a6 .service-box.style1 .icon {
    background-color: rgba(0, 22, 69, 0.04);
    border: 1px solid rgba(0, 22, 69, 0.1);
    transition: background-color 0.4s ease, border-color 0.4s ease, transform 0.4s ease;
}
.elementor-9404 .elementor-element.elementor-element-52ff7a6 .service-box.style1 .icon i {
    font-size: 36px;
    line-height: 80px;
    color: #001645;
    transition: color 0.4s ease, transform 0.4s ease;
}
.elementor-9404 .elementor-element.elementor-element-52ff7a6 .service-box.style1 .content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.elementor-9404 .elementor-element.elementor-element-52ff7a6 .service-box.style1 .content .title {
    min-height: 72px;
    color: #001645;
    transition: color 0.4s ease;
}
.elementor-9404 .elementor-element.elementor-element-52ff7a6 .service-box.style1 .content .description {
    margin-top: auto;
    min-height: 74px;
    color: #666;
    transition: color 0.4s ease;
}
.elementor-9404 .elementor-element.elementor-element-52ff7a6 .service-box.style1:hover .icon {
    background-color: #00ebff;
    border-color: #00ebff;
    transform: scale(1.06);
}
.elementor-9404 .elementor-element.elementor-element-52ff7a6 .service-box.style1:hover .icon i {
    color: #001645;
    transform: scale(1.05);
}
.elementor-9404 .elementor-element.elementor-element-52ff7a6 .service-box.style1:hover .content .title,
.elementor-9404 .elementor-element.elementor-element-52ff7a6 .service-box.style1:hover .content p.description {
    color: #fff !important;
}
.elementor-9137 .elementor-element-f8017f0 .section-title .title span {
    color: #00ebff;
}

/* Scarpia — Notre approche IA & DATA (service-box style15) */
.elementor-9137 .service-box.style15 {
    border-left-color: #00ebff;
    box-shadow: 0 4px 20px rgba(0, 22, 69, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}
.elementor-9137 .service-box.style15::after {
    background: #001645 !important;
    background-image: none !important;
}
.elementor-9137 .service-box.style15:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 22, 69, 0.14);
    border-left-color: #00ebff;
}
.elementor-9137 .service-box.style15 .icon {
    background-color: #001645 !important;
    transition: background-color 0.4s ease, transform 0.4s ease;
}
.elementor-9137 .service-box.style15 .icon i {
    font-size: 28px;
    color: #00ebff;
    line-height: 66px;
    display: inline-block;
    transition: color 0.4s ease, transform 0.4s ease;
}
.elementor-9137 .service-box.style15 .icon img {
    display: none !important;
}
.elementor-9137 .service-box.style15 .content .title {
    color: #232323;
    transition: color 0.4s ease;
}
.elementor-9137 .service-box.style15:hover .icon {
    background-color: #00ebff !important;
    transform: translate(44%, -50%) scale(1.06);
}
.elementor-9137 .service-box.style15:hover .icon i {
    color: #001645;
}
.elementor-9137 .service-box.style15:hover .content .title,
.elementor-9137 .service-box.style15:hover .content .description {
    color: #fff !important;
}
.elementor-9137 .service_right_box .service-box.style15 {
    border-right-color: #00ebff;
}
.elementor-9137 .service_right_box .service-box.style15:hover .icon i {
    transform: scale(1.08);
}
.elementor-9137 .elementor-element-61b109b .section-title .subtitle {
    color: #00ebff;
}
.elementor-9137 .elementor-element-c076d9e .section-title .title {
    color: #fff;
}

/* Scarpia — Services : titre de section « Des services IA conçus… » */
.elementor-9137 .elementor-element-ea4981f .section-title.style1 .title {
    color: #001645;
}

/* Scarpia — Services (style9) : charte #001645 / #00ebff */
.elementor-9137 .service_box.style9 {
    background: #fff;
    border: 1px solid rgba(0, 22, 69, 0.08);
    box-shadow: 0 4px 24px rgba(0, 22, 69, 0.06);
}
.elementor-9137 .service_box.style9::before {
    background: #001645 !important;
    background-image: none !important;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.elementor-9137 .service_box.style9 .service-icon i {
    color: #001645;
    font-size: 40px;
    transition: color 0.4s ease, transform 0.4s ease;
}
.elementor-9137 .service_box.style9:hover .service-icon i {
    color: #00ebff;
    transform: scale(1.08);
}
.elementor-9137 .service_box.style9 .service_content .title {
    color: #232323;
}
.elementor-9137 .elementor-element-d4b12ba .service_box.style9 .service_content .title,
.elementor-9137 .elementor-element-d446de8 .service_box.style9 .service_content .title {
    color: #001645;
}
.elementor-9137 .service_box.style9:hover .service_content .title {
    color: #fff !important;
}
.elementor-9137 .service_box.style9 p.description {
    color: #666;
    transition: color 0.4s ease;
}
.elementor-9137 .service_box.style9:hover p.description {
    color: rgba(255, 255, 255, 0.92) !important;
}
.elementor-9137 .service_box.style9:hover::before {
    opacity: 1;
}
.elementor-9137 .service_box.style9 .service_btn a {
    border-color: #001645;
    color: #001645;
    transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.elementor-9137 .service_box.style9:hover .service_btn a {
    background: #00ebff !important;
    border-color: #00ebff !important;
    color: #001645 !important;
}
.elementor-9137 .service_box.style9:hover .service_btn a i {
    color: #001645 !important;
}

/* Scarpia — Pourquoi choisir : titre de section */
.elementor-9137 .elementor-element-e9a0a07 .section-title.style2 .title,
.elementor-9388 .elementor-element-f8ddbc5 .section-title.style2 .title {
    color: #001645;
}

/* Scarpia — Pourquoi choisir (style12) : icônes Flaticon + animation charte (toutes pages) */
.service_box.style12 .icon {
    background-color: #001645;
    line-height: 70px;
    transition: background-color 0.4s ease, transform 0.4s ease;
}
.service_box.style12 .icon i {
    font-size: 32px;
    color: #00ebff;
    line-height: 70px;
    display: inline-block;
    transition: color 0.4s ease, transform 0.4s ease;
}
.service_box.style12 .icon img {
    max-width: 32px;
    max-height: 32px;
    filter: none;
}
.service_box.style12:after {
    background: #00ebff;
    height: 4px;
}
.service_box.style12:before {
    background: #001645 !important;
    background-image: none !important;
}
.service_box.style12:hover .icon {
    background-color: #00ebff;
    transform: translateY(-4px);
}
.service_box.style12:hover .icon i {
    color: #001645;
    transform: scale(1.05);
}
.service_box.style12 .content .title {
    color: #001645;
    transition: color 0.4s ease;
}
.service_box.style12:hover .content .title,
.service_box.style12:hover p.description {
    color: #fff !important;
}
.service_box.style12:hover .service-btn a i {
    color: #00ebff !important;
}

/* Scarpia — Nos solutions : intro texte justifié */
.elementor-9388 .elementor-element-7a3e634 .section-title.style2 .description,
.elementor-9388 .elementor-element-7a3e634 .icon-box.style5 .icon-box-content .title {
    text-align: justify;
}

/* Scarpia — Nos solutions : accordéon expertises (puces = icon-box style5 comme bloc intro) */
.elementor-9388 .elementor-element-809abc8 .my-accordion.style-two.three.four li .accordion-panel-content {
    display: none;
    padding: 22px 24px 22px 30px;
    background: #1f2932;
    color: #b1b2b4;
    font-size: 16px;
    line-height: 1.65;
}
.elementor-9388 .scarpia-expertises-accordion .scarpia-expertise-panel {
    margin: 0;
}
.elementor-9388 .scarpia-expertises-accordion .scarpia-expertise-lead,
.elementor-9388 .scarpia-expertises-accordion .scarpia-expertise-sub,
.elementor-9388 .scarpia-expertises-accordion .accordion-panel-content .scarpia-expertise-panel > p {
    display: block !important;
    margin: 0 0 14px;
    padding: 0;
    color: #b1b2b4;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    text-align: justify;
}
.elementor-9388 .scarpia-expertises-accordion .scarpia-expertise-sub {
    margin-bottom: 10px;
}
.elementor-9388 .scarpia-expertises-accordion .scarpia-expertise-outro {
    display: block;
    margin: 14px 0 0;
    padding: 0;
    color: #b1b2b4;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    text-align: justify;
}
.elementor-9388 .scarpia-expertises-accordion .scarpia-expertise-outro strong {
    color: #fff;
    font-weight: 600;
}
.elementor-9388 .scarpia-expertises-accordion .scarpia-expertise-lead strong,
.elementor-9388 .scarpia-expertises-accordion .scarpia-expertise-list .scarpia-expertise-item .title strong {
    color: #fff;
    font-weight: 600;
}
.elementor-9388 .scarpia-expertises-accordion .scarpia-expertise-list {
    margin: 0;
    padding: 0;
}
.elementor-9388 .scarpia-expertises-accordion .scarpia-expertise-list .scarpia-expertise-item.icon-box.style5 {
    display: flex;
    align-items: flex-start;
    margin: 0 0 4px;
    padding: 0;
}
.elementor-9388 .scarpia-expertises-accordion .scarpia-expertise-list .scarpia-expertise-item:first-child {
    margin-top: 4px;
}
.elementor-9388 .scarpia-expertises-accordion .scarpia-expertise-list .scarpia-expertise-item:last-child {
    margin-bottom: 0;
}
.elementor-9388 .scarpia-expertises-accordion .scarpia-expertise-list .scarpia-expertise-item .icon-box-icon {
    flex-shrink: 0;
    margin: 0;
}
/* Même icône que .icon-box.style5 du bloc intro (petite flèche cerclée) */
.elementor-9388 .scarpia-expertises-accordion .scarpia-expertise-list .scarpia-expertise-item .icon i {
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    color: #00ebff;
    font-size: 11px;
    margin-right: 14px;
    border: 1px solid #00ebff;
    position: relative;
    top: -3px;
}
.elementor-9388 .scarpia-expertises-accordion .scarpia-expertise-list .scarpia-expertise-item .icon-box-content {
    flex: 1;
    min-width: 0;
}
.elementor-9388 .scarpia-expertises-accordion .scarpia-expertise-list .scarpia-expertise-item .icon-box-content h4.title {
    margin: 0;
    padding: 0;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: #b1b2b4;
    text-align: justify;
}

/* Scarpia — Nos solutions : deux cartes expertises (fond image + service-box style1) */
.elementor-9388 .elementor-element-808cded .elementor-element-64169aa {
    margin-top: 36px;
}
.elementor-9388 .elementor-element-808cded .elementor-element-64169aa > .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
}
.elementor-9388 .elementor-element-808cded .elementor-element-64169aa > .elementor-container > .elementor-column {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    min-height: 100%;
}
.elementor-9388 .elementor-element-808cded .elementor-element-648c865 > .elementor-element-populated,
.elementor-9388 .elementor-element-808cded .elementor-element-603c67c > .elementor-element-populated {
    display: flex;
    flex: 1;
    width: 100%;
    height: auto;
}
.elementor-9388 .elementor-element-808cded .elementor-element-d6513b5,
.elementor-9388 .elementor-element-808cded .elementor-element-59657c6,
.elementor-9388 .elementor-element-808cded .elementor-element-648c865 .elementor-widget-wrap,
.elementor-9388 .elementor-element-808cded .elementor-element-603c67c .elementor-widget-wrap,
.elementor-9388 .elementor-element-808cded .elementor-element-648c865 .elementor-widget-container,
.elementor-9388 .elementor-element-808cded .elementor-element-603c67c .elementor-widget-container,
.elementor-9388 .elementor-element-808cded .service-box.style1 {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
}
.elementor-9388 .elementor-element-808cded .service-box.style1 {
    position: relative;
    margin-bottom: 0;
    margin-top: 40px;
    padding: 52px 28px 32px;
    text-align: left;
    background: #fff;
    border: 1px solid rgba(0, 22, 69, 0.08);
    border-top: 3px solid #00ebff;
    box-shadow: 0 8px 32px rgba(0, 22, 69, 0.1);
}
.elementor-9388 .elementor-element-808cded .service-box.style1::before {
    display: none;
}
.elementor-9388 .elementor-element-808cded .service-box.style1:hover::before {
    display: none;
}
.elementor-9388 .elementor-element-808cded .service-box.style1 .service-number {
    display: none;
}
.elementor-9388 .elementor-element-808cded .service-box.style1 .icon {
    position: absolute;
    top: -40px;
    left: 50%;
    right: auto;
    margin: 0;
    width: 80px;
    height: 80px;
    line-height: normal;
    border-radius: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid rgba(0, 235, 255, 0.45);
    box-shadow: 0 4px 16px rgba(0, 22, 69, 0.12);
    z-index: 2;
}
.elementor-9388 .elementor-element-808cded .service-box.style1 .icon img {
    max-width: 44px;
    max-height: 44px;
    width: auto;
    height: auto;
    margin: 0;
    vertical-align: middle;
    object-fit: contain;
}
.elementor-9388 .elementor-element-808cded .service-box.style1 .content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
}
@media (max-width: 767px) {
    .elementor-9388 .elementor-element-808cded .elementor-element-64169aa > .elementor-container {
        grid-template-columns: 1fr;
    }
}
.elementor-9388 .elementor-element-808cded .service-box.style1 .content .title {
    margin-top: 0;
    padding: 0 0 16px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    color: #232323;
    text-align: center;
}
.elementor-9388 .elementor-element-808cded .service-box.style1 .content .title::before {
    display: none;
}
.elementor-9388 .elementor-element-808cded .service-box.style1 .content .description {
    margin: 0;
    text-align: left;
}
.elementor-9388 .elementor-element-808cded .service-box.style1:hover .content .title,
.elementor-9388 .elementor-element-808cded .service-box.style1:hover .content .description {
    color: inherit;
}
.elementor-9388 .elementor-element-808cded .service-box.style1:hover .icon {
    transform: translateX(-50%);
}
.elementor-9388 .elementor-element-808cded .elementor-element-648c865 .service-box.style1:hover .icon {
    background: #fff;
}
.elementor-9388 .elementor-element-808cded .elementor-element-603c67c .service-box.style1:hover .icon {
    background: #001645;
}
.elementor-9388 .elementor-element-808cded .service-box.style1 p.description .scarpia-expertise-panel {
    display: block;
    margin: 0;
}
.elementor-9388 .elementor-element-808cded .service-box.style1 p.description .scarpia-expertise-lead,
.elementor-9388 .elementor-element-808cded .service-box.style1 p.description .scarpia-expertise-sub {
    display: block;
    margin: 0 0 16px;
    padding: 0;
    color: #5a6478;
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    text-align: left;
}
.elementor-9388 .elementor-element-808cded .service-box.style1 p.description .scarpia-expertise-lead strong,
.elementor-9388 .elementor-element-808cded .service-box.style1 p.description .scarpia-expertise-item-text strong {
    color: #001645;
    font-weight: 600;
}
.elementor-9388 .elementor-element-808cded .service-box.style1 p.description .scarpia-expertise-list {
    display: block;
    margin: 0;
    padding: 0;
}
.elementor-9388 .elementor-element-808cded .service-box.style1 p.description .scarpia-expertise-item {
    display: flex;
    align-items: flex-start;
    margin: 0 0 8px;
    padding: 0;
    text-align: left;
}
.elementor-9388 .elementor-element-808cded .service-box.style1 p.description .scarpia-expertise-item > i {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    color: #00ebff;
    font-size: 11px;
    margin: 2px 12px 0 0;
    border: 1px solid #00ebff;
}
.elementor-9388 .elementor-element-808cded .service-box.style1 p.description .scarpia-expertise-item-text {
    flex: 1;
    min-width: 0;
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    color: #5a6478;
    text-align: left;
}
/* Carte droite : fond bleu nuit */
.elementor-9388 .elementor-element-808cded .elementor-element-603c67c .service-box.style1 {
    background: rgba(0, 22, 69, 0.92) !important;
    border-color: rgba(0, 235, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}
.elementor-9388 .elementor-element-808cded .elementor-element-603c67c .service-box.style1 .icon {
    background: #001645;
    border-color: rgba(0, 235, 255, 0.5);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.elementor-9388 .elementor-element-808cded .elementor-element-603c67c .service-box.style1 .content .title {
    color: #fff;
}
.elementor-9388 .elementor-element-808cded .elementor-element-603c67c .service-box.style1 p.description .scarpia-expertise-lead,
.elementor-9388 .elementor-element-808cded .elementor-element-603c67c .service-box.style1 p.description .scarpia-expertise-sub,
.elementor-9388 .elementor-element-808cded .elementor-element-603c67c .service-box.style1 p.description .scarpia-expertise-item-text {
    color: #b8c4d4;
}
.elementor-9388 .elementor-element-808cded .elementor-element-603c67c .service-box.style1 p.description .scarpia-expertise-lead strong,
.elementor-9388 .elementor-element-808cded .elementor-element-603c67c .service-box.style1 p.description .scarpia-expertise-item-text strong {
    color: #fff;
    font-weight: 600;
}
.elementor-9388 .elementor-element-808cded .elementor-element-603c67c .service-box.style1 p.description .scarpia-expertise-item > i {
    color: #00ebff;
    border-color: #00ebff;
}

/* Scarpia — Nos solutions : libellé « Nos expertises » en bleu clair */
.elementor-9388 .elementor-element-9c8401f .section-title.style6 h5.subtitle {
    color: #00ebff;
}
.elementor-9388 .elementor-element-9c8401f .section-title.style6 h5.subtitle:before {
    background: #00ebff;
    background-image: none;
}

/* Scarpia — Nos solutions : bandeau chiffres (fond bleu clair, plus d’orange) */
.elementor-9388 .scarpia-solutions-counters.elementor-section,
.elementor-9388 .elementor-element-4706594.elementor-section {
    background-color: #e8fbff !important;
    background-image: linear-gradient(135deg, #eefcff 0%, #e0f7fc 45%, #d4f3fa 100%) !important;
}
.elementor-9388 .scarpia-solutions-counters .single-counter.style_three .count,
.elementor-9388 .scarpia-solutions-counters .single-counter.style_three .suffix {
    color: #001645 !important;
}
.elementor-9388 .scarpia-solutions-counters .single-counter.style_three h6 {
    color: #5a6478 !important;
}

/* Scarpia — titres de section Services / Pourquoi choisir */
.elementor-9137 .section-title.style1 .title span,
.elementor-9137 .section-title.style2 .title span {
    color: #00ebff;
}

/* Scarpia — menu au scroll : fond blanc, texte noir, bouton bleu nuit */
.transprent-menu .trp_nav_area.hbg2 {
    background: #fff !important;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}
.transprent-menu .trp_nav_area.hbg2 .consen_menu > ul > li > a {
    color: #232323 !important;
}
.transprent-menu .trp_nav_area.hbg2 .consen_menu > ul > li > a:hover,
.transprent-menu .trp_nav_area.hbg2 .consen_menu > ul > li.current > a,
.transprent-menu .trp_nav_area.hbg2 .consen_menu > ul > li:hover > a,
.transprent-menu .trp_nav_area.hbg2 .consen_menu > ul > li.current-menu-item > a,
.transprent-menu .trp_nav_area.hbg2 .consen_menu > ul > li.current_page_item > a,
.transprent-menu .trp_nav_area.hbg2 .consen_menu > ul > li.current-menu-ancestor > a {
    color: #001645 !important;
}
body.home .transprent-menu .trp_nav_area.hbg2 .consen_menu > ul > li > a:hover,
body.home .transprent-menu .trp_nav_area.hbg2 .consen_menu > ul > li.current > a,
body.home .transprent-menu .trp_nav_area.hbg2 .consen_menu > ul > li:hover > a,
body.home .transprent-menu .trp_nav_area.hbg2 .consen_menu > ul > li.current-menu-item > a,
body.home .transprent-menu .trp_nav_area.hbg2 .consen_menu > ul > li.current_page_item > a,
body.home .transprent-menu .trp_nav_area.hbg2 .consen_menu > ul > li.current-menu-ancestor > a {
    color: #00ebff !important;
}
body.home .transprent-menu .trp_nav_area.hbg2 .consen_menu > ul > li.current > a::after,
body.home .transprent-menu .trp_nav_area.hbg2 .consen_menu > ul > li.current-menu-item > a::after,
body.home .transprent-menu .trp_nav_area.hbg2 .consen_menu > ul > li.current_page_item > a::after,
body.home .transprent-menu .trp_nav_area.hbg2 .consen_menu > ul > li.current-menu-ancestor > a::after {
    background-color: #00ebff !important;
}
/* Header Scarpia (breadcrumb) — actif = hover (pages internes) */
body.scarpia-internal-white-header:has(.scarpia-breadcrumb-hero) .transprent-menu .trp_nav_area.hbg2 .consen_menu > ul > li.current-menu-item > a,
body.scarpia-internal-white-header:has(.scarpia-breadcrumb-hero) .transprent-menu .trp_nav_area.hbg2 .consen_menu > ul > li.current_page_item > a {
    color: #001645 !important;
}
/* Menu mobile */
.mobile-menu .menu-item.current-menu-item > a,
.mobile-menu .menu-item.current_page_item > a,
.mobile-menu .menu-item.current-menu-ancestor > a {
    position: relative !important;
    color: #001645 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    padding-bottom: 8px !important;
}
.mobile-menu .menu-item.current-menu-item > a::after,
.mobile-menu .menu-item.current_page_item > a::after,
.mobile-menu .menu-item.current-menu-ancestor > a::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 2px !important;
    background-color: #001645 !important;
}
.transprent-menu .trp_nav_area.hbg2 .donate-btn-header a.dtbtn,
.transprent-menu .trp_nav_area.hbg2 .donate-btn-header a.dtbtn:hover {
    background: #001645 !important;
    border-color: #001645 !important;
    color: #fff !important;
}
.transprent-menu .trp_nav_area.hbg2 .donate-btn-header a.dtbtn:before {
    background: #001645 !important;
}
/* Logo au scroll : Logo-Scarpia-scaled.png (retina-logo) */
.transprent-menu .trp_nav_area.hbg2 .logo a.standard-logo {
    display: none !important;
}
.transprent-menu .trp_nav_area.hbg2 .logo a.retina-logo {
    display: inline-block !important;
}

/* Footer — titres colonnes : soulignement cyan (charte Scarpia) */
.elementor-761 .elementor-widget-heading .elementor-heading-title,
.elementor-8334 .elementor-widget-heading .elementor-heading-title {
    border-bottom-color: #00ebff !important;
}

/* Scarpia — bandeau CTA : moitié sur le contenu, moitié dans le footer */
#colophon,
#colophon .footer-width-fixer,
.elementor-location-footer .footer-six,
.elementor-8334 .elementor-element.elementor-element-f8c7109,
.elementor-761 .footer-six {
    overflow: visible !important;
}
.elementor-location-footer .elementor-inner-section:has(.scarpia-footer-cta),
.elementor-8334 .elementor-element.elementor-element-6a8ed73,
.elementor-761 .elementor-inner-section:has(.scarpia-footer-cta) {
    position: relative;
    z-index: 20;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
}
.elementor-element.scarpia-footer-cta {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 235, 255, 0.22) !important;
    box-shadow: 0 12px 36px rgba(0, 22, 69, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.05) inset !important;
    padding: 28px 36px !important;
    margin-top: -100px !important;
    margin-bottom: 0 !important;
    z-index: 15;
}
.elementor-8334 .elementor-element.elementor-element-f4b7159,
.elementor-761 .elementor-element.scarpia-footer-cta {
    padding: 28px 36px !important;
    margin-top: -100px !important;
    margin-bottom: 0 !important;
    z-index: 15;
}
/* Moitié basse du CTA dans le footer, colonnes en dessous */
.elementor-location-footer .elementor-inner-section:has(.scarpia-footer-cta) + .elementor-inner-section,
.elementor-8334 .elementor-element.elementor-element-7b3441f,
.elementor-761 .elementor-inner-section:has(.scarpia-footer-cta) + .elementor-inner-section {
    padding-top: 100px !important;
    margin-top: 0 !important;
    position: relative;
    z-index: 2;
}
.elementor-element.scarpia-footer-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00ebff 0%, rgba(0, 235, 255, 0.15) 100%);
    z-index: 3;
    pointer-events: none;
}
.elementor-element.scarpia-footer-cta::after {
    content: "";
    position: absolute;
    top: -50px;
    right: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 235, 255, 0.18) 0%, rgba(0, 235, 255, 0) 70%);
    pointer-events: none;
    z-index: 1;
}
.elementor-element.scarpia-footer-cta:not(.elementor-motion-effects-element-type-background),
.elementor-element.scarpia-footer-cta > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #001645 !important;
    background-image: linear-gradient(135deg, rgba(0, 22, 69, 0.97) 0%, rgba(0, 35, 90, 0.93) 48%, rgba(0, 56, 117, 0.92) 100%) !important;
    background-blend-mode: multiply;
}
.elementor-element.scarpia-footer-cta > .elementor-container,
.elementor-8334 .elementor-element.elementor-element-f4b7159 > .elementor-container,
.elementor-761 .elementor-element.scarpia-footer-cta > .elementor-container {
    position: relative;
    z-index: 2;
    align-items: center !important;
}
/* Desktop — 1 colonne centrée : titre → texte → boutons sur une ligne */
@media (min-width: 768px) {
    .elementor-element.scarpia-footer-cta > .elementor-container,
    .elementor-8334 .elementor-element.elementor-element-f4b7159 > .elementor-container,
    .elementor-761 .elementor-element.scarpia-footer-cta > .elementor-container {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }
    .elementor-element.scarpia-footer-cta > .elementor-container > .elementor-column,
    .elementor-8334 .elementor-element.elementor-element-d9f826f,
    .elementor-8334 .elementor-element.elementor-element-c0a6fe6,
    .elementor-761 .elementor-element.scarpia-footer-cta > .elementor-container > .elementor-column {
        width: 100% !important;
        flex: 0 0 auto !important;
        max-width: 100% !important;
    }
    .elementor-8334 .elementor-element.elementor-element-c0a6fe6,
    .elementor-761 .elementor-element.scarpia-footer-cta > .elementor-container > .elementor-column:last-child {
        margin-top: 4px;
    }
}
.scarpia-footer-cta .scarpia-cta-title .title,
.scarpia-footer-cta .elementor-widget-simple-heading h2,
.scarpia-footer-cta .heading .heading-text {
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0 0 8px !important;
    font-size: 26px !important;
    line-height: 1.2 !important;
    text-align: center !important;
}
.scarpia-footer-cta .scarpia-cta-title .title span,
.scarpia-footer-cta .elementor-widget-simple-heading h2 span,
.scarpia-footer-cta .heading .heading-text span {
    color: #00ebff;
}
.scarpia-footer-cta .scarpia-cta-text p,
.scarpia-footer-cta .elementor-widget-text-editor p {
    color: rgba(255, 255, 255, 0.84);
    margin: 0 auto;
    max-width: 860px;
    font-family: "Poppins", sans-serif;
    font-size: 15px !important;
    line-height: 1.55 !important;
    text-align: center !important;
}
.scarpia-footer-cta .scarpia-cta-title,
.scarpia-footer-cta .scarpia-cta-text,
.scarpia-footer-cta .elementor-element-d9f826f .elementor-widget-wrap {
    text-align: center !important;
}
.scarpia-footer-cta .elementor-widget-wrap > .elementor-element {
    margin-bottom: 0 !important;
}
.scarpia-footer-cta .scarpia-cta-title {
    margin-bottom: 10px !important;
}
.scarpia-footer-cta .scarpia-cta-text {
    margin-bottom: 22px !important;
}
/* Zone boutons */
.scarpia-footer-cta .scarpia-cta-actions {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.scarpia-cta-actions > .elementor-container {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin: 0;
}
@media (min-width: 768px) {
    .scarpia-footer-cta .scarpia-cta-actions {
        display: flex;
        justify-content: center;
    }
    .scarpia-footer-cta .scarpia-cta-actions > .elementor-container {
        flex-direction: row !important;
        flex-wrap: wrap;
        gap: 14px;
        align-items: center;
        justify-content: center !important;
        margin-left: auto;
        margin-right: auto;
    }
    .scarpia-footer-cta .scarpia-cta-actions .elementor-column {
        width: auto !important;
        max-width: none !important;
        flex: 0 0 auto !important;
    }
    .scarpia-footer-cta .scarpia-cta-actions .elementor-widget-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
    }
    .scarpia-footer-cta .scarpia-cta-actions .elementor-element.scarpia-cta-btn-primary,
    .scarpia-footer-cta .scarpia-cta-actions .elementor-element.scarpia-cta-btn-secondary {
        width: auto;
    }
    .scarpia-footer-cta .scarpia-cta-actions .elementor-widget-container,
    .scarpia-footer-cta .scarpia-cta-actions .dreamit-button {
        width: auto !important;
        text-align: center !important;
    }
    .elementor-8334 .elementor-element.elementor-element-c0a6fe6 .elementor-widget-wrap,
    .elementor-8334 .elementor-element.elementor-element-c0a6fe6 {
        justify-content: center !important;
        text-align: center !important;
    }
}
@media (max-width: 767.98px) {
    .scarpia-cta-actions .elementor-column {
        width: 100% !important;
        max-width: 100% !important;
    }
    .scarpia-cta-actions .elementor-widget-wrap {
        display: flex;
        justify-content: center;
        align-items: stretch;
        width: 100%;
    }
    .scarpia-cta-actions .elementor-element.scarpia-cta-btn-primary,
    .scarpia-cta-actions .elementor-element.scarpia-cta-btn-secondary,
    .scarpia-cta-actions .elementor-widget-container,
    .scarpia-cta-actions .dreamit-button {
        width: 100%;
    }
}
.elementor-8334 .scarpia-cta-actions > .elementor-container > .elementor-column > .elementor-widget-wrap,
.elementor-761 .scarpia-cta-actions > .elementor-container > .elementor-column > .elementor-widget-wrap {
    align-content: stretch !important;
    align-items: stretch !important;
}
@media (min-width: 768px) {
    .elementor-8334 .scarpia-cta-actions > .elementor-container > .elementor-column > .elementor-widget-wrap,
    .elementor-761 .scarpia-cta-actions > .elementor-container > .elementor-column > .elementor-widget-wrap {
        align-items: center !important;
        width: auto;
    }
    .elementor-8334 .scarpia-cta-actions .elementor-element.scarpia-cta-btn-primary .dreamit-button,
    .elementor-8334 .scarpia-cta-actions .elementor-element.scarpia-cta-btn-secondary .dreamit-button,
    .elementor-761 .scarpia-cta-actions .elementor-element.scarpia-cta-btn-primary .dreamit-button,
    .elementor-761 .scarpia-cta-actions .elementor-element.scarpia-cta-btn-secondary .dreamit-button {
        text-align: center !important;
    }
}
.scarpia-cta-actions .elementor-widget-container,
.scarpia-cta-actions .dreamit-button {
    margin: 0 !important;
}
/* Boutons style1 — identiques à « En savoir plus », alignés */
.scarpia-cta-actions .scarpia-cta-btn-primary .dreamit-button .button,
.scarpia-cta-actions .scarpia-cta-btn-secondary .dreamit-button .button {
    padding: 14px 60px 14px 32px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    background: #00ebff;
    border-radius: 30px;
    border: 2px solid #00ebff;
    display: block !important;
    width: 100%;
    max-width: none;
    min-height: 52px;
    min-width: 280px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
    white-space: nowrap;
    line-height: 52px;
    text-align: center;
}
@media (min-width: 768px) {
    .scarpia-footer-cta .scarpia-cta-actions .scarpia-cta-btn-primary .dreamit-button .button,
    .scarpia-footer-cta .scarpia-cta-actions .scarpia-cta-btn-secondary .dreamit-button .button {
        display: inline-block !important;
        width: auto !important;
        min-width: 300px;
        margin: 0 !important;
    }
}
.scarpia-cta-actions .scarpia-cta-btn-primary .dreamit-button .button i,
.scarpia-cta-actions .scarpia-cta-btn-secondary .dreamit-button .button i {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px;
    font-size: 11px;
    line-height: 1 !important;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    color: #00ebff;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 700;
    transition: background 0.5s, color 0.5s;
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    flex: none;
}
.scarpia-cta-actions .scarpia-cta-btn-primary .dreamit-button .button i:before,
.scarpia-cta-actions .scarpia-cta-btn-secondary .dreamit-button .button i:before {
    display: block;
    line-height: 1;
    margin: 0;
}
.scarpia-cta-actions .scarpia-cta-btn-primary .dreamit-button .button:hover,
.scarpia-cta-actions .scarpia-cta-btn-secondary .dreamit-button .button:hover {
    color: #001645 !important;
}
.scarpia-cta-actions .scarpia-cta-btn-primary .dreamit-button .button:hover i,
.scarpia-cta-actions .scarpia-cta-btn-secondary .dreamit-button .button:hover i {
    background: #001645;
    color: #fff;
}
.scarpia-cta-actions .scarpia-cta-btn-primary .dreamit-button .button:before,
.scarpia-cta-actions .scarpia-cta-btn-secondary .dreamit-button .button:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: 0.5s;
}
.scarpia-cta-actions .scarpia-cta-btn-primary .dreamit-button .button:hover:before,
.scarpia-cta-actions .scarpia-cta-btn-secondary .dreamit-button .button:hover:before {
    width: 100%;
    left: 0;
}
/* Premier bouton — texte bleu foncé sur fond cyan */
.scarpia-cta-actions .scarpia-cta-btn-primary .dreamit-button .button {
    color: #001645;
}
.scarpia-cta-actions .scarpia-cta-btn-primary .dreamit-button .button i {
    color: #001645;
}
/* Second bouton — même style1, variante contour cyan */
.scarpia-cta-actions .scarpia-cta-btn-secondary .dreamit-button .button {
    background: transparent;
    border: 2px solid rgba(0, 235, 255, 0.75);
    color: #00ebff;
}
.scarpia-cta-actions .scarpia-cta-btn-secondary .dreamit-button .button i {
    background: rgba(0, 235, 255, 0.15);
    color: #00ebff;
}
.scarpia-cta-actions .scarpia-cta-btn-secondary .dreamit-button .button:hover:before {
    background: #00ebff;
}
.scarpia-cta-actions .scarpia-cta-btn-secondary .dreamit-button .button:hover {
    color: #001645 !important;
}
.scarpia-cta-actions .scarpia-cta-btn-secondary .dreamit-button .button:hover i {
    background: #001645;
    color: #fff;
}
@media (max-width: 1024px) {
    .elementor-element.scarpia-footer-cta,
    .elementor-8334 .elementor-element.elementor-element-f4b7159,
    .elementor-761 .elementor-element.scarpia-footer-cta {
        padding: 24px 28px !important;
        margin-top: -128px !important;
    }
    .elementor-location-footer .elementor-inner-section:has(.scarpia-footer-cta) + .elementor-inner-section,
    .elementor-8334 .elementor-element.elementor-element-7b3441f,
    .elementor-761 .elementor-inner-section:has(.scarpia-footer-cta) + .elementor-inner-section {
        padding-top: 128px !important;
    }
    .scarpia-cta-actions > .elementor-container {
        align-items: stretch;
    }
    .elementor-element.scarpia-footer-cta .scarpia-cta-actions {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .elementor-element.scarpia-footer-cta,
    .elementor-8334 .elementor-element.elementor-element-f4b7159,
    .elementor-761 .elementor-element.scarpia-footer-cta {
        padding: 22px 20px !important;
        margin-top: -172px !important;
    }
    .elementor-location-footer .elementor-inner-section:has(.scarpia-footer-cta) + .elementor-inner-section,
    .elementor-8334 .elementor-element.elementor-element-7b3441f,
    .elementor-761 .elementor-inner-section:has(.scarpia-footer-cta) + .elementor-inner-section {
        padding-top: 172px !important;
    }
    .scarpia-footer-cta .heading .heading-text,
    .scarpia-footer-cta .elementor-widget-simple-heading h2 {
        font-size: 22px !important;
    }
    .scarpia-footer-cta .scarpia-cta-text {
        margin-bottom: 18px !important;
    }
    .scarpia-footer-cta .scarpia-cta-actions {
        padding: 0 !important;
        margin-top: 0;
    }
    .scarpia-footer-cta .scarpia-cta-actions > .elementor-container {
        max-width: 100%;
        flex-direction: column !important;
        gap: 10px;
    }
    .scarpia-footer-cta .scarpia-cta-actions .elementor-column {
        width: 100% !important;
        max-width: 100% !important;
    }
    .scarpia-footer-cta .scarpia-cta-actions .elementor-widget-container,
    .scarpia-footer-cta .scarpia-cta-actions .dreamit-button {
        width: 100% !important;
    }
    .scarpia-cta-actions .scarpia-cta-btn-primary .dreamit-button .button,
    .scarpia-cta-actions .scarpia-cta-btn-secondary .dreamit-button .button {
        white-space: normal;
        line-height: 1.35;
        padding-top: 12px;
        padding-bottom: 12px;
        min-height: 48px;
        min-width: 0;
        font-size: 15px;
    }
}

/* Scarpia — Page Contact : boîte intro + boîte formulaire seulement */
.elementor-9324 .scarpia-contact-panel {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}
/* Formulaire et Contact Info — même hauteur */
.elementor-9324 .scarpia-contact-form-row > .elementor-container {
    align-items: stretch !important;
}
.elementor-9324 .scarpia-contact-form-row > .elementor-container > .elementor-column {
    display: flex !important;
    align-self: stretch !important;
}
.elementor-9324 .scarpia-contact-form-row > .elementor-container > .elementor-column > .elementor-widget-wrap {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    align-content: stretch !important;
}
.elementor-9324 .scarpia-contact-form-row .scarpia-contact-form-box,
.elementor-9324 .scarpia-contact-form-row .elementor-element-9d8276d {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-height: 100% !important;
    height: 100% !important;
    box-sizing: border-box;
}
.elementor-9324 .scarpia-contact-form-row .scarpia-contact-form-box > .elementor-container,
.elementor-9324 .scarpia-contact-form-row .elementor-element-9d8276d > .elementor-container {
    flex: 1 1 auto !important;
    height: 100% !important;
    min-height: 100% !important;
}
.elementor-9324 .scarpia-contact-form-row .scarpia-contact-form-box > .elementor-container > .elementor-column,
.elementor-9324 .scarpia-contact-form-row .elementor-element-9d8276d > .elementor-container > .elementor-column {
    height: 100% !important;
}
.elementor-9324 .scarpia-contact-form-row .scarpia-contact-form-box .elementor-widget-wrap {
    flex: 1 1 auto !important;
}
/* Contact Info — liens cliquables (e-mail, tél.) */
.elementor-9324 .elementor-element-9d8276d .icon-box.style7 .description a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
.elementor-9324 .elementor-element-9d8276d .icon-box.style7 .description a:hover {
    color: #00ebff;
}
/* Boîte intro — fond/bordure via section Elementor ; accents CSS seulement */
.elementor-9324 .scarpia-contact-intro-header {
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.elementor-9324 .scarpia-contact-intro-header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, #00ebff 0%, #00b8d4 100%);
    border-radius: 16px 0 0 16px;
    z-index: 1;
}
.elementor-9324 .scarpia-contact-intro-header::after {
    content: "";
    position: absolute;
    top: -30%;
    right: -5%;
    width: 50%;
    height: 160%;
    background: radial-gradient(ellipse at center, rgba(0, 235, 255, 0.06) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}
.elementor-9324 .scarpia-contact-intro-header > .elementor-container {
    position: relative;
    z-index: 2;
}
/* section-title style2 — intro en tête de la boîte */
.elementor-9324 .scarpia-contact-intro-header .section-title.style2,
.elementor-9324 .scarpia-contact-intro-box .section-title.style2 {
    margin-bottom: 0;
    text-align: left;
}
.elementor-9324 .scarpia-contact-intro-header .section-title.style2 .subtitle,
.elementor-9324 .scarpia-contact-intro-box .section-title.style2 .subtitle {
    color: #00ebff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 16px;
    left: 53px;
}
.elementor-9324 .scarpia-contact-intro-header .section-title.style2 .subtitle::before,
.elementor-9324 .scarpia-contact-intro-box .section-title.style2 .subtitle::before {
    background: #00ebff;
    width: 41px;
    height: 2px;
    left: -53px;
    top: 11px;
    box-shadow: 0 0 12px rgba(0, 235, 255, 0.6);
}
.elementor-9324 .scarpia-contact-intro-header .section-title.style2 .title,
.elementor-9324 .scarpia-contact-intro-box .section-title.style2 .title {
    color: #001645;
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 700;
    line-height: 1.15;
    font-family: "Fira Sans", sans-serif;
    margin: 0;
}
.elementor-9324 .scarpia-contact-intro-header .section-title.style2 .title span,
.elementor-9324 .scarpia-contact-intro-box .section-title.style2 .title span {
    color: #00ebff;
}
.elementor-9324 .scarpia-contact-intro-header .section-title.style2 .description,
.elementor-9324 .scarpia-contact-intro-box .section-title.style2 .description {
    color: #5a6478;
    font-size: 17px;
    line-height: 1.85;
    font-weight: 400;
    margin: 20px 0 0;
    max-width: 960px;
}
.elementor-9324 .scarpia-contact-form-row {
    margin-top: 0;
}
.elementor-9324 .scarpia-contact-form-box .form-area.style-three.quote_form {
    margin-top: 0;
}
.elementor-9324 .scarpia-contact-form-box .form-group input.form-control,
.elementor-9324 .scarpia-contact-form-box .form-group select.form-control,
.elementor-9324 .scarpia-contact-form-box textarea.wpcf7-form-control.wpcf7-textarea {
    background: #f8fafc !important;
    border: 1px solid rgba(0, 22, 69, 0.1) !important;
    border-radius: 10px !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.elementor-9324 .scarpia-contact-form-box .form-group input.form-control:focus,
.elementor-9324 .scarpia-contact-form-box .form-group select.form-control:focus,
.elementor-9324 .scarpia-contact-form-box textarea.wpcf7-form-control.wpcf7-textarea:focus {
    border-color: #00ebff !important;
    box-shadow: 0 0 0 3px rgba(0, 235, 255, 0.15) !important;
    outline: none;
}
.elementor-9324 .scarpia-contact-form-box .scarpia-recaptcha {
    margin-bottom: 24px;
}
.elementor-9324 .scarpia-contact-form-box .form-group .buttons {
    margin-top: 8px;
}
.elementor-9324 .scarpia-contact-form-box .buttons input[type="submit"],
.elementor-9324 .scarpia-contact-form-box .wpcf7-submit {
    background: #001645 !important;
    border-radius: 10px !important;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: background 0.2s ease, transform 0.15s ease;
}
.elementor-9324 .scarpia-contact-form-box .buttons input[type="submit"]:hover,
.elementor-9324 .scarpia-contact-form-box .wpcf7-submit:hover {
    background: #003366 !important;
    transform: translateY(-1px);
}
@media (max-width: 1024px) {
    .elementor-9324 .scarpia-contact-form-row .scarpia-contact-form-box,
    .elementor-9324 .scarpia-contact-form-row .elementor-element-9d8276d {
        min-height: 0 !important;
        height: auto !important;
    }
}
@media (max-width: 767px) {
    .elementor-9324 .scarpia-contact-intro-header .section-title.style2 .title {
        font-size: 30px;
    }
    .elementor-9324 .scarpia-contact-form-row {
        margin-top: 16px;
    }
}

/* —— Page Actualités — IT Solution 02 (Latest Blog + blog-post style4) —— */
.scarpia-actualite-page {
    background: #fff;
    padding-top: 72px;
    padding-bottom: 140px;
}
.scarpia-actualite-head-row {
    margin-bottom: 44px;
}
.scarpia-actualite-section-title.style4 .subtitle {
    color: #00ebff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 12px;
}
.scarpia-actualite-section-title.style4 .title {
    color: #001645;
    font-family: "Fira Sans", sans-serif;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    letter-spacing: -0.02em;
}
.scarpia-actualite-section-title.style4 .title span {
    color: #00ebff;
}
.scarpia-actualite-intro-text {
    color: #5a6478;
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 8px;
    max-width: 520px;
    margin-left: auto;
}
@media (min-width: 992px) {
    .scarpia-actualite-intro-text {
        padding-bottom: 6px;
    }
}
.scarpia-actualite-list {
    margin-top: 8px;
}
.scarpia-actualite-list .scarpia-actualite-col {
    margin-bottom: 10px;
}
.scarpia-actualite-list .scarpia-actualite-card-wrap {
    position: relative;
}
.scarpia-actualite-list .luxury-blog-thumb_adn,
.scarpia-actualite-list .luxury-blog-thumb_adn.scarpia-actualite-thumb-cover {
    aspect-ratio: 16 / 10;
    background-color: #001645;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    overflow: hidden;
}
.scarpia-actualite-list .luxury-blog-thumb_adn img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.45s ease;
}
.scarpia-actualite-list .blog-meta-left span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-right: 14px;
    color: #686868;
    font-size: 15px;
}
.scarpia-actualite-list .scarpia-actualite-cat {
    color: #00ebff;
    font-weight: 600;
}
.scarpia-actualite-list .blog-meta-left i {
    color: #00ebff;
    margin-right: 6px;
}
.scarpia-actualite-list .content .title {
    color: #232323;
    font-weight: 600;
}
.scarpia-actualite-list .blog_button .read-more {
    padding: 10px 19px;
    border-radius: 0;
    display: block;
    background: #fff;
    color: #232323;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    transition: background 0.3s ease, color 0.3s ease;
}
.scarpia-actualite-list .blog_button .read-more i {
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.scarpia-actualite-card-link {
    position: absolute;
    inset: 0;
    z-index: 5;
    text-indent: -9999px;
    overflow: hidden;
}
.scarpia-actualite-card-link:focus {
    outline: 2px solid #00ebff;
    outline-offset: 3px;
}
.scarpia-actualite-post:hover .luxury-blog-thumb_adn img {
    transform: scale(1.06);
}
.scarpia-actualite-post:hover .content .title,
.scarpia-actualite-post:focus-within .content .title {
    color: #001645;
}
.scarpia-actualite-post:hover .blog_button .read-more,
.scarpia-actualite-post:focus-within .blog_button .read-more {
    background: #001645;
    color: #fff;
}
.scarpia-actualite-empty {
    text-align: center;
    color: #5a6478;
    font-size: 17px;
    padding: 48px 16px;
}
.scarpia-actualite-pagination {
    margin-top: 24px;
}
@media (max-width: 991px) {
    .scarpia-actualite-intro-text {
        margin-left: 0;
        margin-top: 16px;
        max-width: none;
    }
}
@media (max-width: 767px) {
    .scarpia-actualite-page {
        padding-top: 48px;
        padding-bottom: 120px;
    }
    .scarpia-actualite-head-row {
        margin-bottom: 28px;
    }
}

/* —— Page Blog Scarpia —— */
.scarpia-blog-page.consen-blog-index {
    padding-top: 56px;
    padding-bottom: 140px;
}
.scarpia-blog-intro-panel {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 235, 255, 0.22);
    border-radius: 16px;
    box-shadow: 0 12px 36px rgba(0, 22, 69, 0.08);
    padding: 36px 40px 32px;
    margin-bottom: 48px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.scarpia-blog-intro-panel::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, #00ebff 0%, #00b8d4 100%);
    border-radius: 16px 0 0 16px;
    z-index: 1;
}
.scarpia-blog-intro-panel .section-title.style2 {
    margin-bottom: 0;
    text-align: left;
    position: relative;
    z-index: 2;
}
.scarpia-blog-intro-panel .section-title.style2 .subtitle {
    color: #00ebff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 16px;
    left: 53px;
}
.scarpia-blog-intro-panel .section-title.style2 .subtitle::before {
    background: #00ebff;
    width: 41px;
    height: 2px;
    left: -53px;
    top: 11px;
    box-shadow: 0 0 12px rgba(0, 235, 255, 0.6);
}
.scarpia-blog-intro-panel .section-title.style2 .title {
    color: #001645;
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 700;
    line-height: 1.15;
    font-family: "Fira Sans", sans-serif;
    margin: 0;
}
.scarpia-blog-intro-panel .section-title.style2 .title span {
    color: #00ebff;
}
.scarpia-blog-intro-panel .section-title.style2 .description {
    color: #5a6478;
    font-size: 17px;
    line-height: 1.85;
    font-weight: 400;
    margin: 20px 0 0;
    max-width: 960px;
}
.scarpia-blog-intro-panel .scarpia-blog-intro-lead {
    margin-top: 12px;
    font-weight: 500;
    color: #001645;
}
.scarpia-blog-cards {
    margin-left: -15px;
    margin-right: -15px;
}
.scarpia-blog-card {
    margin-bottom: 30px;
    height: 100%;
}
.scarpia-blog-card .consen-blog-thumb,
.scarpia-blog-card .consen-blog-thumb.scarpia-blog-thumb-cover {
    aspect-ratio: 16 / 10;
    background-color: #001645;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    overflow: hidden;
}
.scarpia-blog-card .consen-blog-thumb img,
.scarpia-blog-card .consen-blog-thumb .scarpia-blog-cover-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.scarpia-blog-card .consen-single-blog {
    position: relative;
    height: 100%;
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
/* Lien vide en overlay — évite <a> autour du bloc (conflit avec the_category) */
.scarpia-blog-card-link {
    position: absolute;
    inset: 0;
    z-index: 3;
    border-radius: 10px;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent;
}
.scarpia-blog-card-link:focus {
    outline: 2px solid #00ebff;
    outline-offset: 3px;
}
.scarpia-blog-card-link:focus-visible {
    outline: 2px solid #00ebff;
    outline-offset: 3px;
}
.scarpia-blog-card:hover .consen-single-blog,
.scarpia-blog-card:focus-within .consen-single-blog {
    border-color: rgba(0, 235, 255, 0.45);
    box-shadow: 0 14px 32px rgba(0, 22, 69, 0.12);
    transform: translateY(-4px);
}
.scarpia-blog-card .blog-page-title h2 {
    color: #001645;
    transition: color 0.2s ease;
}
.scarpia-blog-card:hover .blog-page-title h2,
.scarpia-blog-card:focus-within .blog-page-title h2 {
    color: #003875;
}
.scarpia-blog-readmore-label {
    display: inline-block;
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #00ebff;
    padding: 8px 0 0;
    position: relative;
}
.scarpia-blog-readmore-label::after {
    content: "→";
    margin-left: 6px;
    transition: transform 0.2s ease;
    display: inline-block;
}
.scarpia-blog-card:hover .scarpia-blog-readmore-label::after,
.scarpia-blog-card:focus-within .scarpia-blog-readmore-label::after {
    transform: translateX(4px);
}
.scarpia-blog-empty {
    text-align: center;
    color: #5a6478;
    font-size: 17px;
    padding: 48px 16px;
}
@media (max-width: 767px) {
    .scarpia-blog-intro-panel {
        padding: 28px 24px 24px;
        margin-bottom: 32px;
    }
    .scarpia-blog-page.consen-blog-index {
        padding-top: 40px;
        padding-bottom: 120px;
    }
}

/* —— Article single moderne (Blog / Actualité) —— */
.single-blog-details .consen-single-blog-details.scarpia-article-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}
.single-blog-details .scarpia-article-card .consen-single-blog-details-inner.scarpia-article-shell {
    border: 0;
    border-radius: 0;
    width: 100%;
}
.single-blog-details .scarpia-article-shell .scarpia-article-hero {
    border-radius: 12px;
    line-height: 0;
    margin: 0 0 28px;
    overflow: hidden;
    width: 100%;
}
.single-blog-details .scarpia-article-shell .scarpia-article-hero img,
.single-blog-details .scarpia-article-hero-img {
    border-radius: 12px;
    display: block;
    height: auto;
    max-width: none !important;
    object-fit: cover;
    vertical-align: middle;
    width: 100% !important;
}
.single-blog-details .scarpia-article-shell {
    padding: 40px 48px 36px;
}
.single-blog-details .scarpia-article-badge span {
    display: inline-block;
    background: rgba(0, 235, 255, 0.12);
    border: 1px solid rgba(0, 235, 255, 0.35);
    border-radius: 999px;
    color: #001645;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 7px 14px;
    text-transform: uppercase;
}
.single-blog-details .scarpia-article-title {
    color: #001645;
    font-size: clamp(1.75rem, 2.8vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 18px 0 16px;
}
.single-blog-details .scarpia-article-meta {
    border-bottom: 1px solid rgba(0, 22, 69, 0.08);
    margin-bottom: 28px;
    padding-bottom: 18px;
}
.single-blog-details .scarpia-article-content {
    color: #334155;
    font-size: 1.05rem;
    line-height: 1.85;
}
.single-blog-details .scarpia-article-content .scarpia-post-lead {
    border-left: 4px solid #00ebff;
    color: #001645;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.75;
    margin: 0 0 28px;
    padding-left: 18px;
}
.single-blog-details .scarpia-article-content .scarpia-post-heading {
    color: #001645;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 34px 0 14px;
}
.single-blog-details .scarpia-article-content .scarpia-post-subheading {
    color: #003366;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.45;
    margin: 22px 0 10px;
}
.single-blog-details .scarpia-article-content p {
    margin-bottom: 1.1em;
}
.single-blog-details .scarpia-article-content strong {
    color: #001645;
    font-weight: 700;
}
.single-blog-details .scarpia-article-content em {
    font-style: italic;
}
.single-blog-details .scarpia-article-content ul.scarpia-post-list,
.single-blog-details .scarpia-article-content ol.scarpia-post-list {
    background: #f8fbff;
    border: 1px solid rgba(0, 22, 69, 0.08);
    border-radius: 12px;
    list-style-position: outside;
    margin: 0 0 1.4em;
    padding: 16px 20px 16px 2.1em;
}
.single-blog-details .scarpia-article-content ul.scarpia-post-list {
    list-style-type: disc;
}
.single-blog-details .scarpia-article-content ol.scarpia-post-list {
    list-style-type: decimal;
}
.single-blog-details .scarpia-article-content .scarpia-post-list li {
    margin-bottom: 8px;
    padding-left: 0.2em;
}
.single-blog-details .scarpia-article-content .scarpia-post-list li::marker {
    color: #00ebff;
    font-weight: 700;
}
.single-blog-details .scarpia-article-content ol.scarpia-post-list li::marker {
    color: #001645;
}
.single-blog-details .scarpia-article-content .scarpia-post-list li.scarpia-list-level-1 {
    margin-left: 1.1em;
}
.single-blog-details .scarpia-article-content .scarpia-post-list li.scarpia-list-level-2 {
    margin-left: 2.2em;
}
.single-blog-details .scarpia-article-content .scarpia-post-list li:last-child {
    margin-bottom: 0;
}
.single-blog-details .scarpia-article-content .scarpia-table-wrap {
    -webkit-overflow-scrolling: touch;
    margin: 0 0 1.6em;
    overflow-x: auto;
    width: 100%;
}
.single-blog-details .scarpia-article-content table.scarpia-post-table {
    border: 1px solid rgba(0, 22, 69, 0.12);
    border-collapse: separate;
    border-radius: 12px;
    border-spacing: 0;
    display: table;
    margin: 0;
    min-width: 100%;
    overflow: hidden;
    width: 100%;
}
.single-blog-details .scarpia-article-content table.scarpia-post-table thead th {
    background: #001645;
    border-bottom: 1px solid rgba(0, 235, 255, 0.25);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.45;
    padding: 14px 16px;
    text-align: left;
    vertical-align: top;
}
.single-blog-details .scarpia-article-content table.scarpia-post-table tbody td {
    background: #fff;
    border-bottom: 1px solid rgba(0, 22, 69, 0.08);
    color: #334155;
    font-size: 0.98rem;
    line-height: 1.55;
    padding: 13px 16px;
    vertical-align: top;
}
.single-blog-details .scarpia-article-content table.scarpia-post-table tbody tr:nth-child(even) td {
    background: #f8fbff;
}
.single-blog-details .scarpia-article-content table.scarpia-post-table tbody tr:last-child td {
    border-bottom: 0;
}
.single-blog-details .scarpia-article-content table.scarpia-post-table th:first-child,
.single-blog-details .scarpia-article-content table.scarpia-post-table td:first-child {
    font-weight: 500;
}
@media (max-width: 767px) {
    .single-blog-details .scarpia-article-content table.scarpia-post-table {
        min-width: 560px;
    }
    .single-blog-details .scarpia-article-content table.scarpia-post-table thead th,
    .single-blog-details .scarpia-article-content table.scarpia-post-table tbody td {
        font-size: 0.88rem;
        padding: 11px 12px;
    }
}
@media (max-width: 767px) {
    .single-blog-details .scarpia-article-shell {
        padding: 28px 22px 24px;
    }
    .single-blog-details .scarpia-article-shell .scarpia-article-hero {
        margin-bottom: 22px;
    }
}

/* —— Page Références (Elementor + témoignages existants) —— */

/* Intro : opacité 0.3 sur l’image de fond uniquement (pas le contenu du bloc) */
body.scarpia-references-page .elementor-9366 .elementor-element-24dacdb {
    position: relative;
    isolation: isolate;
}
body.scarpia-references-page .elementor-9366 .elementor-element-24dacdb:not(.elementor-motion-effects-element-type-background),
body.scarpia-references-page .elementor-9366 .elementor-element-24dacdb > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: none !important;
    background-color: transparent !important;
}
body.scarpia-references-page .elementor-9366 .elementor-element-24dacdb::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: #492B2B;
    background-image: url("/wp-content/uploads/2026/06/SL-042820-30440-14-scaled.jpg");
    background-position: center center;
    background-size: auto;
    opacity: 0.3;
    pointer-events: none;
}
body.scarpia-references-page .elementor-9366 .elementor-element-24dacdb > .elementor-background-overlay {
    z-index: 1;
}
body.scarpia-references-page .elementor-9366 .elementor-element-24dacdb > .elementor-container {
    position: relative;
    z-index: 2;
}

/* Témoignages : opacité 0.3 sur l’image de fond uniquement */
body.scarpia-references-page .elementor-9366 .elementor-element-9724efa {
    position: relative;
    isolation: isolate;
}
body.scarpia-references-page .elementor-9366 .elementor-element-9724efa:not(.elementor-motion-effects-element-type-background),
body.scarpia-references-page .elementor-9366 .elementor-element-9724efa > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: none !important;
    background-color: transparent !important;
}
body.scarpia-references-page .elementor-9366 .elementor-element-9724efa::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("/wp-content/uploads/2026/06/SL-042820-30440-14-scaled.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.3;
    pointer-events: none;
}
body.scarpia-references-page .elementor-9366 .elementor-element-9724efa > .elementor-background-overlay {
    z-index: 1;
}
body.scarpia-references-page .elementor-9366 .elementor-element-9724efa > .elementor-container {
    position: relative;
    z-index: 2;
}

body.scarpia-references-page .elementor-9366 .scarpia-references-intro-wrap .elementor-element-6e602ba {
    align-self: center;
}
body.scarpia-references-page .elementor-9366 .scarpia-references-intro-wrap .elementor-element-e252db9 {
    position: relative;
}
body.scarpia-references-page .elementor-9366 .scarpia-references-intro-wrap .dreamit-icon-title,
body.scarpia-references-page .elementor-9366 .scarpia-references-intro-wrap .single-icon-box,
body.scarpia-references-page .elementor-9366 .scarpia-references-intro-wrap .dit-button,
body.scarpia-references-page .elementor-9366 .scarpia-references-intro-wrap .lines.about {
    display: none !important;
}
body.scarpia-references-page .elementor-9366 .scarpia-references-intro-wrap .section-title .subtitle {
    color: #00ebff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.elementor-9366 .scarpia-references-intro-wrap .section-title .title,
body.scarpia-references-page .elementor-9366 .scarpia-references-intro-wrap .section-title .title {
    color: #001645;
    font-family: "Fira Sans", sans-serif;
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 700;
    line-height: 1.2;
}
.elementor-9366 .scarpia-references-intro-wrap .section-title .title span {
    color: #00ebff;
}
.elementor-9366 .scarpia-references-intro-wrap .opacity-low p,
.elementor-9366 .scarpia-references-intro-wrap .elementor-widget-text-editor p,
body.scarpia-references-page .elementor-9366 .scarpia-references-intro-body p {
    color: #5a6478;
    font-size: 17px;
    line-height: 1.85;
    margin-bottom: 14px;
}
body.scarpia-references-page .elementor-9366 .scarpia-references-intro-body p:last-child {
    margin-bottom: 0;
    padding-top: 8px;
    border-top: 1px solid rgba(0, 235, 255, 0.25);
}
body.scarpia-references-page .elementor-9366 .scarpia-references-intro-body strong {
    color: #001645;
    font-weight: 600;
}
/* Section « Témoignages » — sous-titre lisible (plus de dégradé blanc/gris Elementor) */
body.scarpia-references-page .elementor-9366 .elementor-element-4ff8da4 .section-title .subtitle {
    color: #00ebff !important;
    background: transparent !important;
    background-image: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: #00ebff !important;
}
body.scarpia-references-page .elementor-9366 .elementor-element-4ff8da4 .section-title .title {
    color: #001645 !important;
}
body.scarpia-references-page .elementor-9366 .elementor-element-4ff8da4 .section-title .title span {
    color: #00ebff !important;
    -webkit-text-fill-color: #00ebff !important;
}
body.scarpia-references-page .elementor-9366 .opacity-low,
body.scarpia-references-page .elementor-9366 .opacity-low p {
    opacity: 1 !important;
    color: #5a6478 !important;
}

/* Carrousel témoignages — charte Scarpia (sans hover orange du thème Consen) */
body.scarpia-references-page .elementor-9366 .scarpia-references-testimonials {
    padding: 20px 0 40px;
}
body.scarpia-references-page .elementor-9366 .scarpia-references-testimonials .testimonial.style1 .testimonial-item {
    background: #fff;
    border: 1px solid rgba(0, 235, 255, 0.2);
    border-radius: 12px;
    padding: 28px 24px;
    margin: 8px;
    box-shadow: 0 8px 28px rgba(0, 22, 69, 0.08);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    overflow: hidden;
}
body.scarpia-references-page .elementor-9366 .scarpia-references-testimonials .testimonial.style1 .testimonial-item:before,
body.scarpia-references-page .elementor-9366 .scarpia-references-testimonials .testimonial.style1 .testimonial-item:after {
    display: none !important;
}
body.scarpia-references-page .elementor-9366 .scarpia-references-testimonials .testimonial.style1 .testimonial-item .author:before {
    background: #00ebff !important;
    background-image: none !important;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    left: 48px;
    bottom: 0;
    content: "\201C";
    color: #001645;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    font-weight: 700;
    font-family: Georgia, serif;
}
body.scarpia-references-page .elementor-9366 .scarpia-references-testimonials .testimonial-item .quote {
    color: #5a6478 !important;
    font-size: 16px;
    line-height: 1.75;
    font-style: italic;
    position: relative;
    z-index: 2;
}
body.scarpia-references-page .elementor-9366 .scarpia-references-testimonials .testimonial-item .author .bio .name,
body.scarpia-references-page .elementor-9366 .scarpia-references-testimonials .testimonial-item .name {
    color: #001645 !important;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
body.scarpia-references-page .elementor-9366 .scarpia-references-testimonials .testimonial-item .author .bio .designation,
body.scarpia-references-page .elementor-9366 .scarpia-references-testimonials .testimonial-item .designation {
    color: #5a6478 !important;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
body.scarpia-references-page .elementor-9366 .scarpia-references-testimonials .testimonial-item .testi-star i.active {
    color: #00ebff !important;
}
body.scarpia-references-page .elementor-9366 .scarpia-references-testimonials .testimonial.style1 .testimonial-item:hover {
    border-color: rgba(0, 235, 255, 0.55) !important;
    box-shadow: 0 14px 32px rgba(0, 22, 69, 0.12);
    transform: translateY(-3px);
}
body.scarpia-references-page .elementor-9366 .scarpia-references-testimonials .testimonial.style1 .testimonial-item:hover .author .bio .name,
body.scarpia-references-page .elementor-9366 .scarpia-references-testimonials .testimonial.style1 .testimonial-item:hover .author .bio .designation,
body.scarpia-references-page .elementor-9366 .scarpia-references-testimonials .testimonial.style1 .testimonial-item:hover .quote,
body.scarpia-references-page .elementor-9366 .scarpia-references-testimonials .testimonial.style1 .testimonial-item:hover .testi-star i.active {
    color: inherit !important;
}
body.scarpia-references-page .elementor-9366 .scarpia-references-testimonials .testimonial.style1 .testimonial-item:hover .author .bio .name,
body.scarpia-references-page .elementor-9366 .scarpia-references-testimonials .testimonial.style1 .testimonial-item:hover .name {
    color: #001645 !important;
}
body.scarpia-references-page .elementor-9366 .scarpia-references-testimonials .testimonial.style1 .testimonial-item:hover .author .bio .designation,
body.scarpia-references-page .elementor-9366 .scarpia-references-testimonials .testimonial.style1 .testimonial-item:hover .designation {
    color: #5a6478 !important;
}
body.scarpia-references-page .elementor-9366 .scarpia-references-testimonials .testimonial.style1 .testimonial-item:hover .quote {
    color: #5a6478 !important;
}
body.scarpia-references-page .elementor-9366 .scarpia-references-testimonials .owl-dots .owl-dot span {
    background: rgba(0, 22, 69, 0.2);
}
body.scarpia-references-page .elementor-9366 .scarpia-references-testimonials .owl-dots .owl-dot.active span {
    background: #00ebff;
}

/* Témoignages : fond = réglages Elementor de la section (ne pas forcer miss-7 ici) */
body.scarpia-references-page .consen-header-top {
    display: none !important;
}

/* Compteurs (section hero références) — lisibles sur fond clair */
body.scarpia-references-page .elementor-9366 .single-counter.style_two .counter-content span.count,
body.scarpia-references-page .elementor-9366 .single-counter.style_two .scarpia-counter-content span.count {
    color: #001645 !important;
}
body.scarpia-references-page .elementor-9366 .single-counter.style_two .counter-content .suffix,
body.scarpia-references-page .elementor-9366 .single-counter.style_two .scarpia-counter-content .suffix {
    color: #00ebff !important;
}
body.scarpia-references-page .elementor-9366 .single-counter.style_two .counter-content h6,
body.scarpia-references-page .elementor-9366 .single-counter.style_two .scarpia-counter-content h6 {
    color: #5a6478 !important;
}

/* Page Contact — header minimal : logo + bouton « Nous contacter » uniquement */
body.scarpia-contact-minimal-header .consen_menu > ul,
body.scarpia-contact-minimal-header .consen_menu .sub-menu,
body.scarpia-contact-minimal-header .mobile-menu,
body.scarpia-contact-minimal-header .menu_area.mobile-menu {
    display: none !important;
}
body.scarpia-contact-minimal-header .consen_menu.scarpia-header-nav-minimal {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
body.scarpia-contact-minimal-header .donate-btn-header {
    margin: 0;
    float: none;
}
body.scarpia-contact-minimal-header .scarpia-mobile-header-cta {
    text-align: right;
    padding: 8px 15px 12px;
    background: #292f3f;
}
body.scarpia-contact-minimal-header .scarpia-mobile-header-cta .dtbtn {
    display: inline-block;
}
body.scarpia-contact-minimal-header.scarpia-internal-white-header .transprent-menu .trp_nav_area:not(.hbg2) {
    background: #fff !important;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}

/* A propos - Notre conviction: same height cards + larger icons only */
.elementor-9404 .elementor-element.elementor-element-52ff7a6 > .elementor-container {
    align-items: stretch;
}
.elementor-9404 .elementor-element.elementor-element-52ff7a6 .elementor-column {
    display: flex;
}
.elementor-9404 .elementor-element.elementor-element-52ff7a6 .elementor-widget-wrap,
.elementor-9404 .elementor-element.elementor-element-52ff7a6 .elementor-widget-service,
.elementor-9404 .elementor-element.elementor-element-52ff7a6 .elementor-widget-container,
.elementor-9404 .elementor-element.elementor-element-52ff7a6 .service-box.style1 {
    height: 100%;
}
.elementor-9404 .elementor-element.elementor-element-52ff7a6 .service-box.style1 .icon i {
    font-size: 52px !important;
    line-height: 1.15;
}

/* A propos - mission list: rounded arrow + icon at paragraph start */
.elementor-9404 .elementor-element.elementor-element-bf6ac9c .elementor-icon-list-item {
    align-items: flex-start;
}
.elementor-9404 .elementor-element.elementor-element-bf6ac9c .elementor-icon-list-icon {
    margin-top: 16px;
    padding-inline-end: 7px;
}
.elementor-9404 .elementor-element.elementor-element-bf6ac9c .elementor-icon-list-icon i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 999px;
    background: #00ebff;
    color: #001645;
    font-size: 11px;
    display: inline-block;
}
.elementor-9404 .elementor-element.elementor-element-bf6ac9c .elementor-icon-list-text {
    margin-top: 0;
}

/* —— Scarpia responsive fixes —— */
@media (max-width: 991.98px) {
    .mobile_logo_area {
        padding: 0;
    }
    .mobile_menu_logo.text-center {
        padding: 8px 0 2px;
    }
    .mobile_logo_area .mobile_menu_logo img {
        max-height: 42px;
        width: auto;
        max-width: 180px;
        object-fit: contain;
    }
    .mean-container .mean-bar {
        min-height: 48px;
    }
    .mean-container a.meanmenu-reveal {
        padding: 13px 18px;
    }
    .mean-container .mean-bar::before {
        top: 14px;
        font-size: 16px;
    }
    .mean-container .mean-nav ul li {
        background: #fff;
        border-top: 1px solid rgba(0, 22, 69, 0.08);
    }
    .mean-container .mean-nav ul li a {
        background: #fff;
        color: #001645;
        font-family: 'Fira Sans', sans-serif;
        font-size: 15px;
        font-weight: 500;
    }
    .mean-container .mean-nav ul li a:hover {
        background: rgba(0, 235, 255, 0.12);
        color: #001645;
    }
    .mean-container .mean-nav ul li li a {
        background: #f4fbfd;
        color: #5a6478;
    }
}

@media (max-width: 767.98px) {
    .elementor-9137 .elementor-container > .elementor-column,
    .elementor-9388 .elementor-container > .elementor-column,
    .elementor-9366 .elementor-container > .elementor-column,
    .elementor-9404 .elementor-container > .elementor-column,
    .elementor-9324 .elementor-container > .elementor-column {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .elementor-9137 .elementor-inner-section > .elementor-container > .elementor-column,
    .elementor-9388 .elementor-inner-section > .elementor-container > .elementor-column,
    .elementor-9366 .elementor-inner-section > .elementor-container > .elementor-column,
    .elementor-9404 .elementor-inner-section > .elementor-container > .elementor-column {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .elementor-9137 .service_box.style9,
    .elementor-9137 .service-box.style15,
    .elementor-9137 .service-box.style1 {
        margin-bottom: 20px;
    }
    .elementor-9324 .scarpia-contact-form-row .elementor-column {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* Footer link hover — Scarpia */
.elementor-location-footer a:hover,
.elementor-761 a:hover,
.elementor-8334 a:hover,
.elementor-3919 a:hover,
.elementor-element-d093678 .elementor-icon-list-item:hover .elementor-icon-list-text,
.elementor-element-d093678 a:hover .elementor-icon-list-text,
.elementor-8334 .elementor-icon-list-item:hover .elementor-icon-list-text,
.elementor-8334 a:hover .elementor-icon-list-text {
    color: #00ebff !important;
}
.elementor-8334 .icon-box.style12 .description a {
    color: #ffffffba;
    text-decoration: none;
}
.elementor-8334 .icon-box.style12 .description a:hover {
    color: #00ebff !important;
}

/* Footer — coordonnées compactes : icône + info (sans titres) */
.elementor-8334 .scarpia-footer-contact-item .icon-box.style12 {
    gap: 14px;
}
.elementor-8334 .scarpia-footer-contact-item .icon-box.style12 .title {
    display: none;
}
.elementor-8334 .scarpia-footer-contact-item .icon-box.style12 .icon-box-icon {
    flex: 0 0 auto;
}
.elementor-8334 .scarpia-footer-contact-item .icon-box.style12 .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(0, 235, 255, 0.12);
    color: #00ebff;
    font-size: 18px;
    line-height: 1;
}
.elementor-8334 .scarpia-footer-contact-item .icon-box.style12 .icon-box-content {
    flex: 1 1 auto;
    min-width: 0;
}
.elementor-8334 .scarpia-footer-contact-item .icon-box.style12 .description {
    margin: 0;
    color: #ffffffba;
    font-size: 15px;
    line-height: 1.45;
}
.elementor-8334 .scarpia-footer-contact-item .icon-box.style12 .description a {
    color: #ffffffba;
}
