/* ==================== ## ptl Tabs ==================== */
.ptl-tabs_headings {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    z-index: 1; 
}
.elementor-widget-Ptl_tabs .ptl-tabs_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-weight: 700;
    line-height: 1.6;
    cursor: pointer;
    transition: 0.4s;
    z-index: 1; 
	background: none;
    border-radius: 0px;
    border: none!important;
	background-color: #ffffff00!important;
	
}

.ptl-tabs_header:after {
    /* content: ''; */
    /* font-size: 13px; */
    /* line-height: 0; */
    /* position: absolute; */
    /* left: 50%; */
    /* bottom: 0; */
    /* transition: 0.4s; */
    /* border-radius: 0 0 5px 0; */
    /* border: 1em solid transparent; */
    /* transform: translateY(1em) translateX(-50%) rotate(45deg);  */
}
.ptl-tabs_header:after {
    z-index: -1;
    box-shadow: inherit; 
}
.ptl-tabs_content {
    display: block; 
}
.ptl-tabs_content > .elementor {
    margin: 10px; 
}
.ptl-tabs_icon {
    line-height: 1;
    color: inherit;
    transition: 0.4s;
    font-weight: 400; 
}
.ptl-tabs_title {
    font-size: 14px;
    color: inherit;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0!important; 
}
.ptl-tabs.icon_position-left .ptl-tabs_header {
    flex-direction: row-reverse; 
}

.ptl-tabs.icon_position-right .ptl-tabs_header {
    flex-direction: row; 
}

.ptl-tabs.icon_position-top .ptl-tabs_header {
    flex-direction: column-reverse; 
}

.ptl-tabs.icon_position-bottom .ptl-tabs_header {
    flex-direction: column; 
}

.ptl-tabs.tabs_align-left .ptl-tabs_headings {
    justify-content: flex-start; 
}

.ptl-tabs.tabs_align-right .ptl-tabs_headings {
    justify-content: flex-end; 
}

.ptl-tabs.tabs_align-center .ptl-tabs_headings {
    justify-content: center; 
}

.ptl-tabs.tabs_align-justify .ptl-tabs_header_wrap {
    flex: 1; 
	display: flex;
	align-items: center;
	justify-content: center;
}
.ptl-tabs.tabs_align-justify .ptl-tabs_header_wrap {
    flex: 1; 
	display: flex;
	align-items: center;
	justify-content: center;
}
.ptl-tabs.tabs_align-justify .ptl-tabs_header_wrap.active{
	border-bottom: 4px solid #4285f4;
}
.ptl-tabs_icon.ptl-tabs_icon-image.hov_img {
    display: none;
    z-index: 99;
}
.ptl-tabs_icon.ptl-tabs_icon-image.not_hov_img {
    display: block;
}
.ptl-tabs_header:hover .ptl-tabs_icon.ptl-tabs_icon-image.not_hov_img {
    display: none;
}
.ptl-tabs_header:hover .ptl-tabs_icon.ptl-tabs_icon-image.hov_img {
    display: block;
}
.ptl-tabs_header_wrap.active .ptl-tabs_icon.ptl-tabs_icon-image.not_hov_img {
    display: none;
}
.ptl-tabs_header_wrap.active .ptl-tabs_icon.ptl-tabs_icon-image.hov_img {
    display: block;
}
.ptl-tabs_header_wrap.active .ptl-tabs_header:after {
    border-right-color: #009bdc!important;
    border-bottom-color: #009bdc!important;
}
.ptl-tabs_content-wrap .elementor-row .elementor-widget-wrap {
    align-content: center;
    align-items: center;
}
.ptl-tabs_content-wrap .elementor-row .elementor-col-50.ptl_content {
    padding-right: 15px;
}
.ptl-tabs_content-wrap .elementor-row .elementor-col-50.ptl_content_img {
    justify-content: center;
}
.elementor-widget-Ptl_tabs .ptl-tabs_content-wrap .ptl-tabs_content {
    box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 12%);
}
@media (min-width: 576px) {
    .ptl-tabs {
        max-width: 540px;
        margin: auto;
    }
}
@media (min-width: 768px) {
    .ptl-tabs {
        max-width: 720px;
        margin: auto;
    }
}
@media (min-width: 992px) {
    .ptl-tabs {
        max-width: 960px;
        margin: auto;
    }
}
@media (min-width: 1199px) {
    .ptl-tabs {
        max-width: 1170px;
        margin: auto;
    }
    h3.ptl-infobox_title {
        font-size: 30px;
        font-weight: 700;
    }
    .ptl-infobox_content p {
        font-size: 12px
    }
    
}
@media (min-width: 1350px) {
    .ptl-tabs {
        max-width: 1320px;
        margin: auto;
    }
}


@media (max-width: 767px) {
    .ptl-tabs.tabs_align-justify .ptl-tabs_header_wrap {
        min-width: 100%; 
    }
    .clients_image{
        margin: 0px 0px 0px 0px;
    }
}




/* ==================== ## infobox style ==================== */

@media (max-width: 1199px) {

    .ptl-infobox_content p {
        font-size: 12px
    }
    .ptl-infobox_wrapper {
        margin-top: -32px;
    }
    h3.ptl-infobox_title {
        font-size: 24px;
        font-weight: 600;
    }
}
.ptl-infobox_button.button-read-more {
    color: #8160d1;
}
.ptl-infobox_button.button-read-more:hover{
    color: #c010ef!important;
}

a.ptl-infobox.ptl-layout-top {
    background-image: none!important; 
    max-height: 500px;
    padding: 0px 25px 40px 25px;
    box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 8%)!important;
}
.ptl-infobox .ptl-infobox_title {
    color: #222222!important;
}
.ptl-infobox_content{
    opacity: 1;
}
.solution_mobile .slick-initialized .slick-slide{
    margin: 0px 7px;
}
.solution_mobile .slick-list.draggable{
    padding: 0 10% 0 0;
}

.solution_mobile .slick-track{
    margin-bottom: 18px;
}

.solution_mobile .slick-arrow, #reassurance_bloc .slick-arrow{
    display: none!important;
}

/* .elementor-counter-title{
    font-weight: 600!important;
} */


/* } */
@media (min-width: 1200px) { 
/* .ptl-infobox_content{
    opacity: 0;
}
.ptl-infobox_wrapper .content_wrapper {
    transition-duration: 0.9s;
    transform: translateY(60px);
} */
a.ptl-infobox.ptl-layout-top{
    /* min-height: 480px; */
    /* padding: 0px 47px 40px 47px; */
    box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 12%)!important;
}
} 

h3.ptl-infobox_title {
word-break: break-word;
transition: .4s;
position: relative;
z-index: 1;
color: #ffffff;
line-height: 40px;
padding-left: 0px;
margin-bottom: 6px;
padding-top: 7px;
font-size: 18px;
line-height: 28px;
letter-spacing: -.02em;
}

a.ptl-infobox.ptl-layout-top{
display: inline-block;
width: 105%;
position: relative;
transition: .5s;
color: #000;
z-index: 1;
box-shadow: none;
text-decoration: none;
border-radius: 10px 10px 10px 10px;
padding-right: 19px;
padding-left: 19px;
}
.media-wrapper.icon-wrapper {
transition-duration: 0.6s;
pointer-events: none;
box-sizing: border-box;
}
.ptl-infobox-title_wrapper {
position: relative;
}


.ptl-infobox_content {
font-weight: 400;
transition: .6s;
}
.ptl-infobox_content p {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
font-weight: 300;
margin-bottom: 0;
}
a.ptl-infobox.ptl-layout-top:hover {
background: white!important;
}
.ptl-infobox:hover .content_wrapper {
transform: translateY(0);
}
.ptl-infobox:hover .ptl-infobox_content {
opacity: 1;
}
.ptl-infobox:hover .ptl-infobox_title {
color: #222222!important;
}
span.ptl-icon {
margin: -40px 0px 18px 0px;
display: block;
}
img.infbox-img {
width: 65px;
background-color: white;
border-radius: 50px!important;
padding: 11px;
box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%)!important;
transform: rotate(0deg );
}
.ptl-infobox_content p{
padding:0;
line-height: 1.875;
}
.elementor-widget-ptl-info-box .ptl-infobox .ptl-infobox_button {
display: inline-flex;
align-items: center;
position: relative;
z-index: 1;
line-height: 1;
min-height: 19px;
box-sizing: content-box;
}
.ptl-infobox_button {
padding: 0;
}
.ptl-infobox_button i {
font-size: 21px;
}
.ptl-infobox:hover .ptl-infobox-button_wrapper {
transition-duration: calc(0.6s/2);
transition-delay: 0s;
}
.ptl-infobox-button_wrapper {
margin: 10px 0px 0px 0px;
opacity: 1;
}
.button-read-more i {
transition: .4s;
color: #FFFFFF;
font-size: 21px;
}
@media screen and  (max-width: 1024px) and (min-width: 768px){
#block_Infobox .elementor-col-33 {
width: 50%!important;
} 
}
.elementor-widget-Infobox {
margin-top: 35px;
}
.button-read-more {
    font-size: 18px!important;
    font-weight: 600!important;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.ptl-infobox_button .read-more-arrow {
    background: #c010ef!important;
}
.ptl-infobox_button .button-read-more .read-more-arrow:before, .ptl-infobox_button .button-read-more .read-more-arrow:after{
	color: #c010ef;
}
.ptl-infobox_button.button-read-more .read-more-arrow:before, .ptl-infobox_button.button-read-more .read-more-arrow:after{
    border-color: #c010ef!important;
}
.ptl-infobox_content ul li {
    font-size: 12px;
    line-height: 1.875;
    margin-bottom: 0px;
}
/* ==================== ## clients widget ==================== */

@media (min-width: 768px) and (max-width:1346px) {
.clients_image {
    padding: 52px 21px 55px 21px!important;
}
}

@media (max-width: 767px) {
.clients_image {
    padding: 2px 8px 2px 8px!important;
}
.elementor-widget-clients .slick-dots{
    display: none!important;
}
.clients_image:hover {
    box-shadow:none;
}
.clients_image.slick-slide img {
    /* width: 180px; */
    max-height: 70px;
    width: auto;
}
}

@media (min-width: 768px) {
.clients_image:hover {
    background-color: #FFFFFF;
    box-shadow: 11px 10px 38px 0px rgb(0 0 0 / 10%);
}
.clients_image {
    margin: 15px 0px 30px 0px;
}
}

.elementor-widget-clients .slick-dots li button {
width: 6px;
height: 6px;
border-radius: 6px;
background-color: #14212B;
display: inline-block;
position: relative;
z-index: 1;
font-size: 0;
padding: 0;
margin: 0;
border: 0;
vertical-align: bottom;
transition: inherit;
opacity: .3;
}
.elementor-widget-clients .slick-dots li button:before{
display: none;
}
.elementor-widget-clients {
align-items: center;
}
.elementor-widget-clients .clients_image .image_wrapper {
display: flex;
position: relative;
z-index: 1;
align-items: center;
height: max-content;
}
.elementor-widget-clients img {
transition: .3s;
}
.elementor-widget-clients img {
transition: .3s;
}

.clients_image {
justify-content: center;
padding: 55px 50px 55px 50px;
border-radius: 10px 10px 10px 10px;
}
.clients_image {
width: 20%;
}
.elementor-widget-clients .clients_image {
float: left;
display: flex;
transition: .4s;
align-items: inherit;
}
.clients_image .image_wrapper {
display: flex;
position: relative;
z-index: 1;
align-items: center;
height: max-content;
}
.elementor-widget-clients .hover_image {
position: absolute;
z-index: 1;
top: 0;
left: 0;
visibility: hidden;
}
.hover_image {
display: block;
opacity: 0;
}
.clients_image:hover .hover_image {
opacity: 1;
visibility: visible;
}
.clients_image:hover .hover_image+.main_image {
opacity: 0;
}
.slick-track {
align-items: center;
display: flex;
}
.ptl-clients {
align-items: center;
}
.ptl-clients {
display: flex;
flex-wrap: wrap;
}
.ptl-clients .ptl-carousel_wrapper {
width: 100%;
overflow: visible;
}
.ptl-carousel .slick-slider, .elementor-widget-clients .ptl-carousel .slick-list {
overflow: visible;
}
.slick-list, .slick-slider {
position: relative;
}
.slick-list {
padding: 0px 50px 0px 50px;
}
.ptl-carousel .slick-dots {
margin-top: -3px;
}
.ptl-carousel.pag_align_center .slick-dots {
text-align: center;
}
ul.slick-dots {
text-align: center;
padding: 0;
margin: 30px 15px 0 15px;
line-height: 0;
font-size: 0;
min-height: 50px;
}
ul.slick-dots li {
margin: 0;
padding: 10px 5px;
display: inline-block;
line-height: 0;
list-style: none;
opacity: 1;
cursor: pointer;
transition: .4s;
}
.slick-dots button {
display: inline-block;
position: relative;
z-index: 1;
font-size: 0;
padding: 0;
margin: 0;
border: 0;
vertical-align: bottom;
transition: inherit;
opacity: .3;
background-color: #14212B;
width: 6px;
height: 6px;
border-radius: 6px;
}
.slick-track {
transform: translateZ(0);
}
.slick-track {
align-items: center;
display: flex;
}
.slick-slider .slick-list, .slick-slider .slick-track {
transform: translateZ(0);
}

.ptl-carousel {
position: relative;
z-index: 1; }
.ptl-carousel .slick-slider {
display: block;
-webkit-user-select: none;
user-select: none;
touch-action: pan-y;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
overflow: hidden; }
.ptl-carousel .slick-list {
display: block;
position: relative;
z-index: 1; }
.ptl-carousel .slick-track {
position: relative;
z-index: 1; }
.ptl-carousel .slick-track:after {
content: '';
display: table;
clear: both; }
.ptl-carousel .slick-slide {
float: left;
height: 100%;
min-height: 75px;
cursor: pointer; }
.ptl-carousel .slick-slide.dragging img {
pointer-events: none; }
.ptl-carousel .slick-loading .slick-track, .ptl-carousel .slick-loading .slick-slide {
visibility: hidden; }
.ptl-carousel-wrapper, .ptl-carousel_wrapper {
overflow: hidden; }
.ptl-carousel .slick-dots li button:focus {
outline: none; }
.ptl-carousel .slick-dots li:last-child {
margin-right: 0; }
.ptl-carousel .slick-dots li:hover button, .ptl-carousel .slick-dots li.slick-active button {
opacity: 1; }


.expertise ul li:hover {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    background-color: #8160d1;


}
.expertise ul li{
    box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 12%);
    padding: 17px 19px 16px 19px;
    margin-bottom: 20px;
    justify-content: flex-start;
    transition: all .5s;
}
.expertise ul{
    list-style-type: none;
}
.expertise li i{
    color: #c010ef;
    border-color: #c010ef;
    border: 2px solid ;
    border-radius: 50%;
    padding: 2px;
    font-size: 14px;
    margin-right: 14px;
}

.expertise ul li:hover  i{
    color: #ffffff!important;
    border-color: #ffffff!important;

}
.expertise p {
    color: white;
}


/* ==================== ## counter widget ==================== */

span.ptl-counter__suffix {
    text-align: left;
    position: absolute;
    top: -0.63em;
    right: 2em;
    font-size: .42em;
    color: #8461d9;
}

@media (min-width: 1700px) {
    .img-counter img {
        margin-right: 5%;
    }
}

@media (max-width: 767px) {

/* .counter_mobile .elementor-column.elementor-col-25.elementor-top-column.elementor-element { */
    /* width: 50%!important; */
    /* } */
}

@media (max-width: 440px) {

.counter_mobile .elementor-column.elementor-col-25.elementor-top-column.elementor-element {
    width: 100%!important;
    }
}
@media (min-width: 768px) and  (max-width: 991px){

.counter_mobile .elementor-column.elementor-col-25.elementor-top-column.elementor-element {
    width: 50%!important;
    }
}

/* ==================== ## Header widget ==================== */

.ptl-container.header-container .page-header_subtitle{
	color: #7e7c7c;
	font-size: 25px; 
	position: relative;  
	font-weight: 500;
	font-family: 'Lato-Light', sans-serif;
}


.page-header_image {
	top: 0px;
	position: absolute;
}
.img-desktop, .img-tablet, .img-mobile{
	height: 100%;
}


@media (min-width:575px) and (max-width:767px){

.page-header_content{
    width: 100%;
}
}
@media (max-width: 375px){
    .ptl-container.header-container .page-header_subtitle {
        font-size: 18px !important;
    }
}
@media (max-width: 767px) {
.page-header_wrapper.header_wrapper{
    /* height:220px; */
    min-height:220px;
    /* margin-bottom: 25px; */
}
.img-tablet, .img-desktop {
    display: none;
    
}
.page-header_image img{ 
    max-height: 200px;
}
.img-mobile{
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
/* .elementor-element-populated {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
} */

h1.page-header_title {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 38px;
    font-weight: 600;
}
.ptl-container.header-container {
    /* position: absolute; */
    top: 0px;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
	padding: 0 15px;
	width: 100%;
    overflow: hidden;
    text-align: center;
    /* max-height: 220px; */
    min-height: 220px;
    background-image: none !important;
    
}
.ptl-container.header-container .page-header_subtitle{
    width: 100% !important;
}
.ptl-container.header-container .page-header_subtitle{
    font-size: 18px;
}
.page-id-51 .ptl-container.header-container .page-header_subtitle{
    font-size: 18px;
}
.page-id-51 h1.page-header_title{
    font-size: 21px;
}

.page-header_content {
    max-height: 100%;
    padding: 25px 0;
} 
}

@media (max-width: 1199px) {
.header_simple_bandeau .page-header_wrapper.header_wrapper{
	display:none;
}
.ptl-container.header-container .page-header_title {
    margin-bottom: 15px !important;
}
}

@media (min-width: 768px) {
.page-header_wrapper.header_wrapper{
    height:400px;
    min-height:400px;
}
.header_simple_bandeau .page-header_wrapper.header_wrapper{
	height:100px;
}
.img-mobile{ 
    display: none;
}
.page-header_wrapper .image-container{
	height: 100%;
}
.img-desktop {
    display: block;
    /* background-position: center; */
    /* background-position: 49% 25%; */
    background-size: cover;
    background-repeat: no-repeat;
    /* background-size: 100% 100%; */
    background-position: right center;
    /* background-size: 100% 100%; */
}
.ptl-container.header-container .page-header_title{
    /* line-height: 64px;  */
    line-height: 52px; 
    margin-bottom: 62px;    
    font-weight: 600;
}

/* .ptl-container.header-container{
    position: absolute;
    top: 0px;
    height: 100%;

    -webkit-box-align: center;
    align-items: center;
	
	width: 100%;
    overflow: hidden;
    text-align: center;
    top: 30%;
} */
.ptl-container.header-container {
    position: absolute;
    top: 0px;
    height: 100%;
    /* display: -webkit-flex; */
    /* display: flex; */
    /* -ms-flex-align: center; */
    /* -webkit-align-items: center; */
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    /* text-align: center; */
    top: 30%;
    background-color: transparent !important;
    /* background-image: none !important; */
    background-position: 20%;
    background-size: contain;
    background-repeat: no-repeat;
	margin: auto;
    left: 0;
    right: 0;
}
}
@media (min-width:1550px) {

    .ptl-container.header-container{
        /* left: 13%;  */
    }
}
@media (min-width:768px) and (max-width:1650px){

    .ptl-container.header-container{
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .page-header_content{
        /* width: 740px; */
    }

}

@media (min-width:1200px) {

    .ptl-container.header-container .page-header_title{
        font-size: 75px; 
    }
}
@media (min-width:1650px) {

    .page-header_content{
        /*width: 740px;*/
    }
}



.ptl-container.header-container .page-header_title{
color: #1a1721;

}

.ptl-container.header-container .page-header_subtitle{
    position: relative;
    display: table;
    /* margin: 0 auto; */
    /* width: 75%; */
    color: #000;
    /* text-align: center; */
}

@media (min-width:768px) and (max-width:1199px){
.ptl-container.header-container{
    /* left: 3%;  */
}

.page-header_wrapper.header_wrapper{
    /* max-height: 335px; */
    min-height: 335px;
}
.page-header_image img{
    max-height: 280px!important;
}
.ptl-container.header-container .page-header_title{
    /* font-size: 50px; */
    font-size: 42px;
}
.ptl-container.header-container .page-header_subtitle{
    /* font-size: 26px; */
    font-size: 22px;
}
.img-desktop{
    background-position: 20%;
}
}

/* ==================== ## Membre team widget ==================== */

.team-item .team-item_wrap{
position: relative;
z-index: 1;
transition: .3s;
padding-bottom: 30px;
max-width: 540px;
margin-left: auto;
margin-right: auto;
}
.team-item_media img{
border-radius: 50%!important;
}
.team-item_info{       
padding: 20px 7% 20px 10%;
transition: .4s;
background: #fff;
position: absolute;
z-index: 1;
left: 30px;
bottom: 0;
width: calc(100% - 60px);
min-height: 112px;
border-radius: 5px;
box-shadow: 6px 5px 16px 0 rgb(0 0 0 / 15%);
display: flex;
justify-content: space-between;
align-items: center;
transition: .5s;
}
.team-title_wrapper{
font-size: 26px;
line-height: 1.1;
font-weight: 700;
}
.team-title{
font-size: 26px;
line-height: 1.1;
font-weight: 700;
}
.team-department{       
padding: 6px 0px 0px 0px;
color: #989898;
font-size: 13px;
line-height: 1.4;
font-weight: 700;
transition: inherit;
text-transform: uppercase;
}
/* ==================== ## Expretise widget ==================== */

.expertisebloc{
margin-left: -10px;
margin-right: -10px;
}
@media  (max-width:631px){
.expertisebloc .bloc2{
    margin-top: -52px;
} 
}
@media (min-width:1200px) {

.expertisebloc .bloc1{
    min-height: 724px;
}
}
@media (max-width:1199px) {
.expertisebloc .bloc1{
    min-height: 400px;
}
.elementor-counter .elementor-counter-title{
    font-size: 16px!important;
}
.elementor-counter .elementor-counter-number-wrapper{
    /* font-weight: 600!important; */
    font-size: 55px!important;
}
}
@media (max-width:1300px) {

.expertisebloc .titrebloc, .expertisebloc .titrebleu{
    margin-bottom: 15px;
}
}
@media (min-width:1301px) {

.expertisebloc .titrebloc, .expertisebloc .titrebleu{
    margin-bottom: 34px;
}
}
.expertisebloc .bloc1{
background-repeat: no-repeat;
background-size: cover;
}
.expertisebloc  .bloc1 img{
visibility: hidden;
}
.expertisebloc .bloc2{
background-color: #508AA2;
background-position: bottom right;
background-repeat: no-repeat;
padding-left: 70px;
padding-top: 30px;
}
.expertisebloc .titrebleu{
/* color: #c010ef!important; */
/* font-weight: 500!important; */
	margin: 0 0 16px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    letter-spacing: -.03em;
}
.expertisebloc .titrebloc{
color: #FFFFFF!important;
padding:0px!important;
}
.expertisebloc .contenu{
color: #DDDFE1;
font-size: 22px;
line-height: 1.6em;
margin-bottom: 70px;
}


/* .expertisebloc ul li:hover {
box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
background-color: #8160d1;
} */
.expertisebloc ul li{
/* box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 12%); */
padding: 17px 19px 16px 19px;
margin-bottom: 20px;
justify-content: flex-start;
transition: all .5s;
color: #ffffff;
margin-bottom: 0px;
padding-bottom: 0px;
}
.elementor-widget-Ptl_tabs .plt_tabs_mobile{
display: none;
}
.ptl-tabs{
display: block;
}
@media (max-width:767px) {
.expertisebloc ul li i {
    height: 22px;
    margin-top: 7px;
}
.expertisebloc ul li{
    display: flex;
}
}



.expertisebloc ul{
list-style-type: none;
margin-left: -20px;
padding-left: 0px;
}
.expertisebloc li i{
color: #ffffff;
border-color: #ffffff;
border: 2px solid ;
border-radius: 50%;
padding: 2px;
font-size: 14px;
margin-right: 14px;
}

.expertisebloc ul li:hover  i{
color: #ffffff!important;
border-color: #ffffff!important;

}
.expertisebloc p {
color: #ffffff;
}

@media (min-width: 1200px) {
.expertisebloc .bloc2 {
    margin-top: 38px;
    border-radius: 0px 0px 0px 20px;

}
.expertisebloc .bloc1{
    border-radius: 0px 20px 0px 0px;
}
.expertisebloc .imgDESK {
    display: block!important;
    visibility: hidden;
}
.expertisebloc .bloc2{
    padding-right: 100px;
}
}

@media (max-width: 991px) {
.expertisebloc p,.expertisebloc ul li{
    font-size: 18px;
}
.expertisebloc .bloc1{
    max-height: 550px;
}

}

@media (max-width: 1199px) {
.expertisebloc .bloc1 {
    width: 100%;
}
.expertisebloc .imgMOB {
    display: block!important;
    visibility: hidden;
}
.expertisebloc .bloc2{
    width: 100%;
}
.expertisebloc .bloc2{
    padding-right: 50px;
}

.plt_tabs_mobile{
    display: none;
}
.elementor-widget-Ptl_tabs .ptl-tabs{
    display: none;
}
}

/* ==================== ## END Expretise widget ==================== */


.plt_tabs_mobile_item {
padding: 0px 10px;
}
.plt_tabs_mobile_item .ptl-tabs_header{
height: 150px;
}
.plt_tabs_mobile .slick-list {
padding: 0px 0px 0px 0px;
}

.plt_tabs_mobile .slick-dots li button:before{
font-size: 38px;
}
.plt_tabs_mobile .slick-dots button{
opacity: 1;
}
.plt_tabs_mobile .slick-track {
display: flex !important;
}

.plt_tabs_mobile  .slick-slide {
height: auto;
}
.plt_tabs_mobile  .ptl-tabs_title{
  margin-bottom: 5px;
}
.plt_tabs_mobile  .ptl-tabs_icon{
margin: 0!important; 
}
/* .plt_tabs_mobile .slick-dots{
bottom: -50px;
margin: 30px 15px 0 0px;
} */
.plt_tabs_mobile .slick-dots {
    bottom: -50px;
    margin: 30px 15px 0 0px;
    position: relative;
    margin-top: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    top: 0;
}
.plt_tabs_mobile .slick-dots li{
    padding: 0;
}
.plt_tabs_mobile  .slick-arrow {
    display: none!important;
}
.plt_tabs_mobile  .ptl-tabs_header{
margin: 0px 0px 15px 0px!important;
}
.plt_tabs_mobile  .ptl-tabs_content{
    padding: 30px 20px 30px 20px;
    box-shadow: 0px 0px 0px 0px rgb(255 255 255 / 0%)!important;
}
.plt_tabs_mobile{
    margin-bottom: 20px;
}
/* btn without radius */
.img-sans-radius img {
	border-radius: 0!important;
    -webkit-border-radius: 0!important;
}
/* bloc testimonial with degraded border */
.elementor-widget-Widget_Testimonial_2 .bloc_txt_right p:empty {
    display: none;
}

#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

/* BEGIN WIDGET STRATEGIES */



.elementor-widget-Strategies .ptl-tabs_headings, .elementor-widget-Strategies .ptl-tabs_content-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    z-index: 1;

}
.verticalTabs-bg-after {

background-size: cover;
background-repeat: no-repeat;
top: 0;
left: 0;
bottom: 0;
right: 50%;
display: block;
position: absolute;
}
a.btn-tab {
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    padding: 1em 2.1em;
    height: 56px;
    border-radius: 30px;
    border: 1px solid;
    text-align: center;
    justify-content: center;
}

.accordion {
    background-color: #ffffff00;
    color: #444;
    cursor: pointer;
    padding: 5px 0px 5px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    text-transform: initial;
  }
  
  .active, .accordion:hover {
    background-color: #ffffff00; 
  }
  
  .panel {
    display: none;
    background-color: #ffffff00;
    overflow: hidden;
    text-align: left;
  }

  
  .accordion-item
  {
    border: none;
  }
  .accordion-contant{
    display: none;
}

.elementor-widget-Strategies .ptl-tabs_header {
    display: flex;
    /* flex-direction: column;
    justify-content: center;
    align-items: center; */
    position: relative;
    /* text-align: center; */
    font-weight: 700;
    line-height: 1.6;
    cursor: pointer;
    transition: 0.4s;
    z-index: 1; 
	background: none;
    border-radius: 0px;
    border: none!important;
	background-color: #ffffff00!important;
	
}
.elementor-widget-Strategies .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px!important;
}
.elementor-widget-Strategies .strategie-header h2{
    font-size: 45px;
    color: white;

}
.strategie-container{
    padding: 0 13% 0 6%;
}

.elementor-widget-Strategies h2{
    font-family: 'Inter-Black', sans-serif;
}
.elementor-widget-Strategies .strategie-header p{
    font-size: 35px;
    color: white;
    line-height: 1.3;
}
.elementor-widget-Strategies .strategie-header strong{ 
    font-size: 30px;
    color:#c010ef;

}

.elementor-widget-Strategies  .ptl-tabs_title{
    font-size: 16px;
}

.ptl-tabs_title:hover, .ptl-tabs_header_wrap.active .ptl-tabs_title {
    color: #8160d1;
}
.verticalTabs-whiteBox.offset-md-1.offset-lg-2.col-md-10.p-lg-5 h3{

    font-size: 44px;
}
.elementor-widget-Strategies .ptl-tabs_title{
    line-height: 22px;
}
@media (max-width: 991px) {
    .verticalTabs-bg-after {
        top: 0;
        left: 0;
        bottom: 200px;
        right: 0;
    }
    
}

@media (max-width: 767px) {
    /* .elementor-widget-Strategies .verticalTabs-nav{
        display: none;

    } */
    .elementor-widget-Strategies .strategie-header h2{
        font-size: 25px;
        color: white;
        line-height: 34px;
    
    }
    .elementor-widget-Strategies .strategie-header p, .elementor-widget-Strategies .strategie-header p, .elementor-widget-Strategies .strategie-header strong{
        font-size: 23px;
    }
    .verticalTabs-whiteBox.offset-md-1.offset-lg-2.col-md-10.p-lg-5 h3{
        font-size: 20px;
    }
    .elementor-widget-Strategies .ptl-tabs_title{
        font-size: 17px;
    }

    .elementor-widget-Strategies .col-md-12.title-desc{
        padding-bottom: 0px;
        padding-top: 15px;
    }
}
@media (min-width:768px) and (max-width:1199px){
    .elementor-widget-Strategies .strategie-header h2 {
        font-size:40px;
        line-height: 55px;
    }
    .elementor-widget-Strategies .strategie-header p {
        font-size: 28px;
    }
    .elementor-widget-Strategies .strategie-header strong {
        font-size: 24px;
    }
    .verticalTabs-whiteBox.offset-md-1.offset-lg-2.col-md-10.p-lg-5 h3 {
        font-size: 29px;
    }
}
@media (min-width: 768px) {
    .elementor-widget-Strategies .plt_tabs_mobile{
        display: none;

    }
    .elementor-widget-Strategies .col-md-12.title-desc {
        /* padding-bottom: 3rem; */
        padding-top: 3rem;
    }

}

@media (min-width: 992px) {

    

    .verticalTabs-bg.pb-2.pt-5.py-md-5.section43{

        margin-bottom: 43px;
    }
}
/* END WIDGET STRATEGIES */

/* .awards{
    display: none;
} */

/* wgl-testimonials_noir */

.wgl-testimonials_noir .slider.col-12.col-lg-12{
    display: flex;
    background-color: black;
    border-radius: 19px;
}
.wgl-testimonials_noir .content_image.col-md-3{
    background-color: #9273d8;
    display: flex;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    width: 227px;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
}

.wgl-testimonials_noir .img.photo.main{
    border-radius: 50%!important;
    width: 140px;
    height: 140px;
}
.wgl-testimonials_noir .content_block.col-md-8 .white.editor p, .wgl-testimonials_noir .name p{
    color: white;
}


.wgl-testimonials_noir .info{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 24px;
}

.wgl-testimonials_noir .logo{
    max-width: 160px;
    margin-left: 48px;
}
.wgl-testimonials_noir  .white.editor{
    text-align: left;
}
.wgl-testimonials_noir .name p.pname{
    margin-bottom: 0px;
    text-align: left;
}


.elementor-widget-Widget_Testimonial-Noir .slick-list{
    padding: 0!important;
}

.elementor-widget-Widget_Testimonial-Noir .content_image.col-md-3 img.photo.main{
    margin: auto;
    border-radius: 50%!important;
    height: 140px;
    width: 140px;
}


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

.wgl-testimonials_noir .content_block.col-md-8 {
    padding-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: -27px;
}
}
@media (min-width:992px) and (max-width:1199px){
    .wgl-testimonials_noir .content_block.col-md-8 {
        padding-left: 84px;
        padding-top: 20px;
    }
}

@media (min-width:1200px) {
    .wgl-testimonials_noir .content_block.col-md-8{
        padding-left: 110px;
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .elementor-widget-Widget_Testimonial-Noir ul.slick-dots{
        display: flex;
        position: absolute;
        bottom: 8%;
        padding-right: 10%;
        justify-content: end;
        }
        
        
}
@media (min-width:768px) {
    .wgl-testimonials_noir .name{
        border-right: 1px solid #fff;
        padding-right: 48px;
    }
    .elementor-widget-Widget_Testimonial-Noir ul .slick-prev{
        left: 88%!important;
        top: 80%!important;
        z-index: 1;
    
    }
    .elementor-widget-Widget_Testimonial-Noir ul .slick-next{
        right: 3%!important;
        top: 80%!important;
    }
   
    
}

.wgl-testimonials_noir.mobile .slider.col-12.col-lg-12{
    padding-top: 23px;
    padding-left: 25px;
    padding-bottom: 18px;
    padding-right: 15px;
	flex-direction: column;
}
.elementor-widget-Widget_Testimonial-Noir .slick-dots li button{
    width: 5px;
    height: 5px;
    background: white;
}
.wgl-testimonials_noir.mobile .img-auteur{
	float: left;
    height: 50px;
    width: 50px;
    border-radius: 50%!important;
}
.wgl-testimonials_noir.mobile .name.col-md-8{
	margin-left: 20px;
    padding-left: 53px;
}

.wgl-testimonials_noir.mobile .content.col-md-12 p{
	color: white;
}
.wgl-testimonials_noir.mobile{
    display: none;
}
@media (max-width:767px) {

    .wgl-testimonials_noir.mobile{
        display: block;
    }
    .wgl-testimonials_noir.desktop{
        display: none;
    }
    .elementor-widget-Widget_Testimonial-Noir ul .slick-next {
        right: 38%!important;
        top: 84%!important;
    }
    .elementor-widget-Widget_Testimonial-Noir ul .slick-prev {
        left: 47%!important;
        top: 84%!important;
        z-index: 1;
    }

}

.footer_left img{
    margin-top: 15px;
}
.footer_left .textwidget {
    margin-top: 26px;
}


.elementor-widget-Widget_Testimonial-Noir .slick-initialized .slick-slide, .elementor-widget-Widget_Testimonial-Noir .slick-track{
    /* height: 225px!important; */
    padding: 5px;
}

.plt_tabs_mobile .ptl-tabs_content-wrap.accordion.slick-initialized.slick-slider {
    display: block;
}
.plt_tabs_mobile .clearfix .btn-tab.button{
    margin-left: 0;
}
/* Header fix: the content container must never paint the grey hero background. */
.page-header_wrapper .ptl-container.header-container,
.page-header_wrapper .ptl-container.header-container.container {
    background-color: transparent !important;
    background-image: none !important;
}
