/
Theme Name: plt-theme
Theme URI: https://them.es/starter
Author: Plateformance
Author URI: https://them.es/
Description: 
Version: 3.0.3
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: plt-theme
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */
/* custom init stretched content */
.elementor-section.elementor-section-stretched {
    /* position: relative; */
    /* width: 100vw; */
    /* left: calc( (100% - 100vw) / 2 ); */
}
/*
.page-header_wrapper.header_wrapper {
    visibility: hidden;
}

body[data-elementor-device-mode="desktop"] .page-header_wrapper.header_wrapper,
body[data-elementor-device-mode="tablet"] .page-header_wrapper.header_wrapper,
body[data-elementor-device-mode="mobile"] .page-header_wrapper.header_wrapper{
	visibility: visible;
}*/


body{
 /*	overflow: overlay !important;*/
}

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%; / Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/***********************************/
/* Font family 			   */
/***********************************/

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    font-family: 'Titillium Web', sans-serif;
} 
/***********************************/
/* End Font family				   */
/***********************************/
#main {
    margin-top: 0!important;
} 

p {
	color: #616161;	
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 20px;
	
}
h1 {
	font-size: 34px;
	color: #222222;
	line-height: 44px;
	font-weight: 600;
}
h2 {
	font-size: 32px;
	color: #222222;
	line-height: 40px;
	font-weight: 600;
}
h3 {
	color: #616161;	
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
}
h4 {
	color: #009BDC;
	font-size: 22px;
	font-weight: 300;
	line-height: 36px;
}
a {
	color: #009BDC;
/* 	font-size: 18px; */
	font-weight: 400;
}
a:hover {
	color: #616161;
}
button,
.button,
.btn {
	padding: 14px 36px 14px 36px;
    border-radius: 11px;
    font-size: 18px;
    font-weight: 600;
	background-color: #009bdc;
    border-color: #009bdc;
	text-transform: uppercase;
}
a.button,
a.btn , .load_more_item {
	display: block;
    padding: 14px 36px 14px 36px;
	border-radius: 11px;
    font-size: 18px;
    font-weight: 600;
	/* background-color: #009bdc; */
    /* border-color: #009bdc; */
	background: linear-gradient(111deg, #009bdc, #B6C7A2);
    color: #ffffff;
	max-width: initial;
	text-transform: uppercase;
}
a.button:hover {
	color: #ffffff;
}
	
li {
    font-size: 18px;
	color: #616161;
	margin-bottom: 15px;
}
img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.elementor img {
	border-radius: 10px!important;
	-webkit-border-radius: 10px!important;
}

/* ***** Force elementor style ******* */

.elementor-widget-heading h1.elementor-heading-title, .elementor-widget-text-editor h1, .elementor-widget-wrap h1 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 34px;
	color: #222222;
	line-height: 44px;
	font-weight: 700;
}
.elementor-widget-heading h2.elementor-heading-title, .elementor-widget-text-editor h2, .elementor-widget-wrap h2 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 32px;
	color: #222222;
	line-height: 34px;
	font-weight: 600;
}
.elementor-widget-heading h3.elementor-heading-title, .elementor-widget-text-editor h3, .elementor-widget-wrap h3 {
	font-family: 'Titillium Web', sans-serif;
	color: #222222;	
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
}
.elementor-widget-heading h4.elementor-heading-title, .elementor-widget-text-editor h4, .elementor-widget-wrap h4 {
	font-family: 'Titillium Web', sans-serif;
	color: #009BDC;
	font-size: 22px;
	font-weight: 300;
	line-height: 26px;
}

.elementor a {
/* 	font-family: 'Titillium Web', sans-serif;
	color: #009BDC;
	font-size: 18px;
	font-weight: 400; */
}
.elementor a:hover {
	color: #616161;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button {
	font-family: 'Titillium Web', sans-serif;
	padding: 14px 36px 14px 36px;
    border-radius: 11px;
    font-size: 18px;
    font-weight: 600;
	color: #ffffff;
	/* background-color: #009bdc; */
    /* border-color: #009bdc; */
	background: linear-gradient(111deg, #009bdc, #B6C7A2);
}

.bullet_point.elementor-widget-text-editor ul {
	position: relative;
}

.bullet_point.elementor-widget-text-editor ul li {
    list-style: none;
	font-weight: 400;
	color: #616161;
	margin-bottom: 25px;
	margin-left: 30px;
}

.bullet_point.elementor-widget-text-editor ul li::before {
    content: "\f00c";
    font-family: 'FontAwesome';
	position: absolute;
	display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
	height: 40px;
	width: 40px;
	color: #03FCFF;
	background-color: #FFFFFF;
    border-radius: 20px;
	box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
	-webkit-box-shadow: 6px 5px 16px 0px #8888884f;
	-webkit-appearance: none;
}
.bullet_point.elementor-widget-text-editor ul li:hover {
	cursor: pointer;
}
.bullet_point.elementor-widget-text-editor ul li:hover::before {
	color: #FFFFFF;
	background-color: #03FCFF;
}
.simple_bulet_white.elementor-widget-text-editor ul li {
	color: white;
    margin-bottom: 16px;
}
.simple_bulet_gris.elementor-widget-text-editor ul li {
	color: #616161;
    margin-bottom: 25px;
}
 
/* ***** End Force elementor style ******* */

/*************Begin Header menu ************/
#wrapper {
	position: relative;
}
.plt-desktop-header .navbar img, .plt-mobile-header .navbar img {
	height: 55px;
}
.plt-desktop-header .navbar.sticky_active img.default_logo, .plt-desktop-header .navbar img.sticky_logo {
	display: none;
}
.plt-desktop-header .navbar.sticky_active img.sticky_logo, .plt-desktop-header .navbar img.default_logo {
	display: block;
}
.plt-mobile-header {
	display: block;
} 
.plt-desktop-header {
	display: none;
}
.plt-mobile-header .navbar {
	background-color: #15222b;
	height: 100px;
	z-index: 9999;
}
.plt-mobile-header .navbar>.container-fluid {
	display: block!important;
	width: 90%;
}
.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.plt-mobile-header .primary-nav {
	position: absolute;
	z-index: 999999;
	padding: 30px;
	width: calc(100% - 48px);
	background-color: rgba(21, 34, 43,1);
	transition: opacity .2s;
	overflow: hidden;
    transform: translateX(-100%);
    transition: transform .45s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
}
.plt-mobile-header.active .primary-nav {
    transform: translateX(0);
    overflow: visible;
}


.plt-mobile-header .search__icon.flaticon-search-3{
    font-size: 11px;
	display: flex;
    align-items: center;
	}

.primary-nav > ul > li > a {
	display: flex;
	position: relative;
	z-index: 1;
	height: 100%;
	align-items: center;
	vertical-align: middle;
	padding: 10px 0;
	margin: 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	text-transform: initial;
	opacity: 1;
	transition: 0.2s; 
}
.navbar.sticky_active .primary-nav > ul > li > a { 
	color: black;
}
.primary-nav ul li ul {
	background-color: rgba(21,34,43,1);
    color: #ffffff;
	padding: 0 0 0 30px;
	border: none;
}
.primary-nav ul li ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	color: #FFFFFF;
	font-size: 16px;
	opacity: 1;
	transition: 0s;
}
.primary-nav ul li ul li{
	margin-bottom: 0;
}
.primary-nav > ul > li span.caret { 
	position: absolute;
	width: 7px;
	height: 7px;
	top: 3px;
	right: -17px;
	opacity: .5;
}
.primary-nav > ul > li span.caret:before {
	content: '';
	border-bottom: 2px solid currentColor;
	opacity: .8;
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent;
	transition: .4s;
	transform: rotate( 45deg) translateX(-2px);
	transform-origin: 50% 100%;
}
.primary-nav > ul > li span.caret:after {
	content: '';
	border-bottom: 2px solid currentColor;
	opacity: .8;
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent;
	transition: .4s;
	transform: rotate( 135deg) translateX(2px);
	transform-origin: 50% 100%;
}
.primary-nav > ul > li:hover span.caret:before {
	transform: rotate(135deg) translateX(-2px);
}
.primary-nav > ul > li:hover span.caret:after {
	transform: rotate(225deg) translateX(2px);
}

.hamburger-box {
    display: inline-block;
    position: relative;
    width: 20px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	position: absolute;
	width: 20px;
	height: 1px;
	background-color: #ffffff;
	transition: transform .15s ease;
}
.hamburger-inner::before {
    content: '';
    display: block;
    top: 6px;
}
.hamburger-inner::after {
    content: '';
    display: block;
    top: -6px;
}

.header_search .search-form {
	min-width: 270px;
	border-radius: 5px;
	background-color: #FFFFFF;
}
.header_search.search_standard .header_search-field .search-form input {
	border: unset;
}
.header_search.search_standard .header_search-field .search-form button {
	margin: 5px;
	background: #15222b;
	border-radius: 5px!important;
	border-color: #15222b;
}
.plt-mobile-header .header_search .search-form .search__icon {
	color: #FFFFFF;
}
/*************End Header menu ************/

/*************Style Single POST (BLOG)************/

.single-post header.plt-theme-header{
	position: inherit;
}
.single-post .plt-desktop-header .primary-nav > ul > li > a{
	color: #000000;
}
.single-post .plt-desktop-header .navbar img.sticky_logo{
	display: block;
}
.single-post .plt-desktop-header .navbar img.default_logo{
	display: none;
}
.single-post .post_date{
	margin-bottom: 30px;
    width: 60px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    height: 60px;
    padding: 0 9px;
    border-radius: 5px;
    display: flex;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    flex-direction: column;
    line-height: 1;
    font-weight: 700;
    justify-content: center;
    box-shadow: 6px 5px 16px 0 rgb(0 0 0 / 15%);
    background: #009bdc;
}
.single-post .post_date span{
	font-size: 26px;
    margin-bottom: 2px;

}
.single-post .post_meta-categories span{
	color: #989898;
    font-weight: 700;
    text-transform: uppercase;
}

.single-post .bloc_entete{
	border: 1px solid #03fcff;
	border-image: linear-gradient(92deg, #03fcff , #B6C7A2 55%) 1;
	margin: auto;
}
.single-post .bloc_text{
	margin: auto;
}
.single-post .header_title p{
font-size: 45px;
color: black;
font-weight: 700;
line-height: 60px;
}
.single-post .bloc_img{
	padding: 0;
}
.single-post .bloc_entete img{
	width: 100%;
    height: 100%;
    object-fit: contain;
	border-radius:  0px!important;
}

.tagcloud .tag {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 8px 9px;
    border: 0;
    font-weight: 700;
    line-height: 1.2;
    /* text-transform: uppercase; */
    transition: .4s;
    border-radius: 3px;
	color: #616161;
	border: 1px solid #03fcff;
	border-image: linear-gradient(91deg, #03fcff , #B6C7A2 55%) 1;
}
.tagcloud .tag:hover {
    /* color: #fff;
	background: #009bdc;
    border: 1px solid #009bdc; */
}


.tagcloud .tagsHeader {
	color: #000000;
    font-size: 24px;
    font-weight: 600;
	position: relative;
	margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .tagcloud .tagsHeader span {
	background-color: white;
	padding-right: 10px;
  }
  
  .tagcloud .tagsHeader:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0.5em;
	border-top: 1px solid #03fcff;
	z-index: -1;
  }
  .text_bleu p{
	padding: 0;
    margin-top: 20px;
    color: #009BDC;
    font-size: 20px;
    font-weight: 600;
  }
  .single-post .addthisButton{
	text-align: end;
    margin-top: 20px;
  }
  .single-post .addthisButton .at-share-tbx-element .at-icon-wrapper{
	border-radius: 50%!important;
    background-color: #8c8c8c!important;
    height: 35px;
    width: 35px;
  }
  .single-post .bloc_date{
	width: 130px;
    min-width: -moz-fit-content;
    height: 60px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    box-shadow: 6px 5px 16px 0 rgb(0 0 0 / 15%);
    background: linear-gradient(111deg, #009bdc, #B6C7A2);
    color: #fff;
    display: flex;
    justify-content: space-between;
	margin-top: 50px;
    margin-bottom: 25px;
  }
  .single-post .bloc_date .jour_mois{
    width: 40%;
    margin: auto;
    text-align: center;
  }
  .single-post .bloc_date .jour{
	font-size: 26px;
    margin-bottom: 2px;
  }
  .single-post .bloc_date .annee{
  width: 60%;
    margin: auto;
    font-size: 26px;
  }
/*************END Style Single POST (BLOG)************/

/** Begin widget reassurance **/
#ressurance  .elementor-container{
	padding: 0;
}
section#ressurance {
    padding: 25px 0;
}
#ressurance .elementor-row{
	width: calc(100% + 30px);
	margin: 0 -15px;
}

#ressurance .elementor-element-populated{
	padding: 15px;
}
#ressurance .elementor-element-populated .elementor-widget-wrap{
	box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 25%);
	padding: 33px 30px 15px 35px;
    border-radius: 10px;
	transition: .5s;
}
#ressurance .elementor-element-populated .elementor-widget-wrap:hover {
    background-color: #FFFFFF;
}
#ressurance .elementor-element-populated .elementor-widget-wrap:hover span{
	color: #222222;
}
#ressurance .elementor-element-populated .elementor-widget-wrap:hover p span{
	color: #616161;
}
#ressurance .elementor-element-populated .elementor-widget-wrap:hover a span{
	color: #03FCFF;
}
#ressurance .icon_bloc{
	margin-bottom: 20px;
	height: 50px;
}
#ressurance img{
	max-width: 45px;
	max-height: 49px;
}
#ressurance .text_bloc p{
    margin-top: 18px;
    margin-bottom: 15px;
    color: #fff;
    padding: 0;
}
#ressurance span{
	color: #fff;
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
	margin: 21px 0px 11px 0px;
}
#ressurance p span{
	color: #fff;
	font-size: 22px;
	line-height: 1.875;
	font-weight: normal;
}
#ressurance a span{
    font-weight: 700;
    text-transform: uppercase;
	color: #03FCFF;
    font-size: 14px;
}
#ressurance a i{
	font-size: 21px;
}
#ressurance a .flaticon-long-next{
	transition: all .5s,color .4s;
    transition-delay: .4s,0s;
    width: 0;
	margin-right: -2px;
}
#ressurance a:hover .flaticon-long-next{
	transition-delay: 0s;
    width: 50px;
    margin-right: 13px;
	color: #03FCFF;
}
#ressurance a .flaticon-long-next:before{
	transform: rotate(0);
    transform-origin: 100% 100%;
    width: 0;
    height: 0;
    transition: all .4s,color 0s,width 0s,height 0s;
    transition-delay: 0s,0s,.4s,.4s;
}
#ressurance a:hover .flaticon-long-next:before{
    width: 10px;
    height: 10px;
    transform: rotate(
	45deg
	);
    transition: all .4s,color 0s,width 0s,height 0s;
    transition-delay: .4s,0s,.1s,.1s;	 
}
#ressurance a .flaticon-long-next:after{
	transform: rotate(0);
    transform-origin: 100% 0;
    width: 0;
    height: 0;
    transition: all .4s,color 0s,width 0s,height 0s;
    transition-delay: 0s,0s,.4s,.4s;
}
#ressurance a:hover .flaticon-long-next:after{
	width: 10px;
    height: 10px;
    transform: scaleY(1) rotate(
	-45deg
	);
    transition: all .4s,color 0s,width 0s,height 0s;
    transition-delay: .4s,0s,.1s,.1s;
}
@media (min-width: 768px) and (max-width: 1024px){
	#ressurance .elementor-column.elementor-col-25{
		width: 50%;
	}
}
@media (min-width: 1025px) and (max-width: 1200px){
	#ressurance span{
		font-size: 26px;
    	line-height: 35px;
	}
	#ressurance p span{
		font-size: 18px;
		line-height: 18px !important;
	}
}
/** End widget reassurance **/

/** Begin bloc testimonial **/
#testimonial {
    padding: 10px 0;
}
#testimonial h3 {
    padding: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
}
#testimonial .title_testimonial{
	text-align: center;
	padding: 0;
	margin-bottom: 0;
}
#testimonial ul{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#testimonial ul .slick-list{
	padding: 0;
	overflow: visible;
}
#testimonial ul li div.wgl-testimonials_quote{
	-webkit-box-shadow: 0px 1px 12px -8px rgb(0 0 0 / 65%);
	box-shadow: 0px 1px 12px -8px rgb(0 0 0 / 65%);
	-webkit-box-shadow: 0px 1px 12px -8px rgb(0 0 0 / 65%);
	border-radius: 10px;
	background: #fff;
	margin: auto 2px;
    padding: 2% 10% 5% 10%;
	/* min-height: 462px; */
}

#testimonial .slick-arrow {
    display: block;
    position: absolute;
    bottom: 35px;
    z-index: 100;
    margin: 0;
    border: unset;
    border-radius: 0;
    padding: 0;
    font-size: 0;
    font-weight: 300;
    letter-spacing: 0;
    text-align: center;
    text-indent: 0;
    cursor: pointer;
    opacity: 1;
    background: #fff;
    width: 50px;
    transition: .5s;
    right: auto;
    line-height: unset;
    height: 40px;
    border: 19px solid rgba(255,255,255,0);
    border-left: unset;
    border-right: unset;
    background-clip: padding-box;
}
#testimonial ul .slick-arrow {
	background-color: #222222;
	height: 40px;
	/* margin-top: -30px; */
}
#testimonial ul .slick-prev {
    left: 10%;
    top: 50%;
}
#testimonial ul .slick-next {
    left: initial;
    right: 10%;
    top: 50%;
}
#testimonial ul .slick-prev:before {
    bottom: 0;
    left: 0;
    border-bottom: 2px solid;
    transform: rotate(
	-45deg
	);
    transform-origin: 0 100%;
}
#testimonial ul .slick-prev:after {
    top: 0;
    left: 0;
    border-top: 2px solid;
    transform: rotate(
	45deg
	);
    transform-origin: 0 0;
}
#testimonial ul .slick-next:before {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid;
    transform: rotate(
	45deg
	);
    transform-origin: 100% 100%;
}
#testimonial ul .slick-next:after {
    top: 0;
    right: 0;
    border-top: 2px solid;
    transform: rotate(
	-45deg
	);
    transform-origin: 100% 0;
}
#testimonial ul .slick-arrow:before, #testimonial ul .slick-arrow:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    transition: .4s;
    color: #fff;
}
#testimonial ul .slick-next:hover:before {
    transform: rotate(
	20deg
	);
    width: 15px;
}
#testimonial ul .slick-next:hover:after {
    transform: rotate(
	-20deg
	);
    width: 15px;
}
#testimonial ul .slick-prev:hover:before {
    width: 15px;
    transform: rotate(
	-20deg
	);
}
#testimonial ul .slick-prev:hover:after {
    width: 15px;
    transform: rotate(
	20deg
	);
}
#testimonial ul .slick-arrow:hover {
    background-color: #989898;
}
#testimonial ul .slick-arrow:hover:after, #testimonial ul .slick-arrow:hover:before {
    border-color: #989898;
}
#testimonial ul .slick-arrow:hover:after, #testimonial ul .slick-arrow:hover:before {
    border-color: #989898;
}

#testimonial ul .slick-arrow:before, #testimonial ul .slick-arrow:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    transition: .4s;
    color: #222222;
} 
#testimonial ul li{
	text-align: center;
}
#testimonial ul li p{
	font-weight: 300;
	padding: 0;
	margin-bottom: 20px;
}
#testimonial ul li p strong{
	font-weight: 700;
	padding: 0;
}
#testimonial img{
	margin: auto;
}
@media (min-width: 1200px){
	#testimonial{
		padding: 53px 0;
	}
	#testimonial .title_testimonial{
		margin-bottom: 22px;
	}
	.elementor-widget-PltBlog {
		margin-top: 64px;
	}
}
@media (max-width: 1199px){

	
	#testimonial{
		padding: 23px 0px;
		margin-bottom: 0px;
		padding-bottom: 5px;
	}
	.elementor-widget-PltBlog {
		margin-top: 20px;
	}
	.plt_cpt_section .load_more_wrapper {
		margin-top: 15px;
	}
	
	.timeline-year.scrollable-section {
		visibility: hidden;
		height: 0px!important;
		margin: 0px 0 0px!important;
	}
}
@media (min-width: 768px){
	#testimonial ul .slick-list{
		padding: 10px 0;
		overflow: visible;
	}
	
	#testimonial ul li div.wgl-testimonials_quote{
		margin: auto 6%;
	}
	
	#testimonial ul li div.wgl-testimonials_quote{
		box-shadow: 6px 5px 20px 0 rgb(0 0 0 / 12%);
    	padding: 5% 10% 5% 10%;
	}
	/* #testimonial ul li{
		min-height: 600px;
	}
	#testimonial ul li div.wgl-testimonials_quote{
		min-height: 595px;
	} */
	#testimonial img{
		max-width: 180px;
	}
	#reassurance_bloc .elementor-widget-Widget_ReassuranceV2, #reassurance_bloc .elementor-widget-Widget_ReassuranceV3 {
		margin: auto 5px;
	}
	.single-post .post_meta-categories span{
		font-size: 18px;
	}
	.tagcloud .tag {
		font-size: 18px;
	}

}
@media (max-width: 767px){
	#testimonial_bloc{
		background-image: none;
	}
	#testimonial ul .slick-next {
		right: 20px;
	}
	#testimonial ul .slick-arrow{
		width: 20px;
	}
	#testimonial ul .slick-prev {
		left: 20px;
	}
	#testimonial ul li div.wgl-testimonials_quote{
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.col-md-12.title_testimonial h2 {
		margin-bottom: 15px;
	}
	#testimonial img{
		max-width: 150px;
	}
	#reassurance_bloc .elementor-widget-Widget_ReassuranceV2, #reassurance_bloc .elementor-widget-Widget_ReassuranceV3 {
		margin: auto;
	}
	.single-post .post_meta-categories span{
		font-size: 16px;
	}
	.tagcloud .tag {
		font-size: 15px;
	}
}
/** End bloc testimonial **/

/** begin bloc reassurance v2**/
/* p:empty {
    display: none;
	margin: 0;
	padding: 0;
} */
.m-0{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.text-center{
	text-align: center;
}
#reassurance_bloc{
	
}
#reassurance_bloc .elementor-widget-Widget_ReassuranceV2, #reassurance_bloc .elementor-widget-Widget_ReassuranceV3 {
	background-color: #14212B;
    border-radius: 30px;
	padding-top: 100px;
	padding-bottom: 115px;
}
#reassurance_bloc .elementor-widget-container {
    max-width: 1170px;
    margin: auto;
    /* display: flex; */
    position: relative;
}
#ressurance.col-md-3 {
    width: 25%;
    float: left;
    /* background: red; */
    /* border: 1px solid #000; */
	padding: 15px;
}
#ressurance.col-md-3.ressurancev3 {
	display: flex;
}
#ressurance.col-md-3 .ressurance_content{
	background: #14212B;
	padding: 33px 30px 18px 35px;
    border-radius: 10px;
    transition: .5s;
	box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 25%);
}	
#ressurance.col-md-3 .ressurance_content:hover {
    background-color: #FFFFFF;
}
#ressurance.col-md-3 .ressurance_content:hover span {
    color: #222222;
}
#ressurance.col-md-3 .ressurance_content:hover p span, #ressurance.col-md-3 .ressurance_content:hover p {
    color: #616161;
}
#ressurance.col-md-3 .ressurance_content:hover a span {
    color: #03FCFF;
}
.ressurance_top {
    max-width: 725px !important;
    margin: auto auto 25px;
}
.ressurance_top h3{
	color: #fff;
	font-size: 36px !important;
	line-height: 56px !important;
	text-align: center;
	padding: 0;
    margin: 0 0 12px 0;
}
.ressurance_top p{
	color: #DDDFE1;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	padding: 0;
    margin: 0;
}
#reassurance_bloc .elementor-button-link {
    padding: 14px 36px 14px 36px!important;
    border-radius: 11px!important;
    font-size: 18px!important;
    font-weight: 600!important;
    /* background-color: #009bdc!important; */
    /* border-color: #009bdc!important; */
	    background: linear-gradient(111deg, #009bdc, #B6C7A2) !important;
    text-transform: uppercase!important;
	margin-top: 35px;
	width: auto;
    margin-left: auto;
    margin-right: auto;
}
#reassurance_bloc .elementor-button-link:hover {
	color: #FFFFFF;
	box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 12%);
}
#reassurance_bloc .elementor-button-link span{
	color: #fff;
}

@media (min-width: 1200px){
	#ressurance.col-md-3 .ressurance_content{
		min-height: 473px;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	div#ressurance.col-md-3 {
		width: 50%;
	}
	#ressurance.col-md-3 .ressurance_content {
		min-height: 430px;
	}
}
@media (min-width: 1025px) and (max-width: 1200px){
	#ressurance span{
		font-size: 26px;
    	line-height: 35px;
	}
	#ressurance p span{
		font-size: 18px;
		line-height: 18px !important;
	}
}
@media (max-width: 767px){
	div#ressurance.col-md-3 {
		width: 100%;
	}
}
@media (max-width: 1199px){
	#reassurance_bloc .elementor-widget-container {
		width: 950px;
	}
	.elementor-widget-wrap .ressurance_clair_left h3{
		font-size: 38px;
    	line-height: 34px;
	}
	.ressurance_clair_right .reassurance_item span {
		font-size: 26px;
		line-height: 36px;
	}
	.ressurance_clair_right .reassurance_item p {
		font-size: 18px;
	}

}
@media (min-width: 1200px){

	.ressurance_clair_right .reassurance_item p{
		font-weight: 300;
		font-size: 22px;
		margin-top: 11px;
	}

	.elementor-widget-wrap .ressurance_clair_left h3{
		padding: 0;
		font-size: 48px;
		line-height: 55px;
		margin-bottom: 20px;
	}
}
@media (max-width: 992px){
	#reassurance_bloc .elementor-widget-container {
		width: 728px;
	}
}
@media (max-width: 767px){
	#reassurance_bloc .elementor-widget-container {
		width: 560px;
	}
}
@media (max-width: 600px){
	#reassurance_bloc .elementor-widget-container {
		width: 420px;
	}
}
@media (max-width: 480px){
	#reassurance_bloc .elementor-widget-container {
		width: 90%;
	}
}
/***** Begin Footer style ***** */
footer#footer {
	background-color: #508AA2;
	position: relative;
}
footer#footer p {
	padding-left: 0;
}
footer .footer-desc {
	padding-top: 15px;
}
p.footer-desc-content {
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}
footer .footer_logo_wrap {
	display: flex;
	align-items: center;
	flex-direction: column;
}
footer .footer_content > .row {
	display: flex;
	justify-content: center;
	flex-direction: column;
    align-content: center;
}
footer .footer_logo_wrap_2 {
    width: max-content;
    display: flex;
    flex-direction: column;
	padding-right: 15px;
}
footer nav.main_footer {
	width: max-content;
	align-self: center;
}
footer .footer_logo_wrap .footer_logo, footer .footer_logo_wrap_2 .footer_logo {
	margin-bottom: 20px;
	max-width: 200px;
}
footer nav.main_footer ul.menu {
	justify-content: center;
	flex-direction: column;
    align-content: center;
}
.divider-separator {
    margin: 20px 0;
    border-top: solid 1px#ffffff14;
}
footer nav > ul > li:last-child,
footer nav > ul > li:first-child {
	margin: 0 0 20px 0;
}
footer nav > ul > li {
	margin: 0 0 0 0;
}
footer ul#ptl-footer-menu-bottom > li {
	margin: 0 0 20px 0;
}

footer ul > li > a.nav-link {
	display: flex;
	position: relative;
	z-index: 1;
	width: fit-content;
	align-items: center;
	vertical-align: middle;
	margin-bottom: 10px;
	padding: 0 0 5px 0;
	color: #FFFFFF;
	font-size: 18px; 
	font-weight: inherit;
}
footer ul > li > a.nav-link:focus, footer#footer .menu-item a[aria-current=page] {
	color: #FFFFFF;
}
footer nav > ul > li > a.nav-link { 
	font-weight: 600;
}
footer ul > li >a:first-child:before, footer ul > li >a:first-child:after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 0;
	/* background: #03FCFF; */
	background: linear-gradient(111deg, #03FCFF, #B6C7A2);
	transition: 0s;
}
footer ul > li > a.nav-link:hover {
	color: #FFFFFF;
}
footer ul > li > a:hover:before {
    width: 100%;
    transition: width .4s;
}
footer ul > li > a:hover:after {
    width: 100%;
    transition: 0s;
    background: transparent;
}
footer ul > li > ul.dropdown-menu {
	display: block;
	position: relative;
	background-color: inherit;
	padding: 0;
	border: none;
	min-width: fit-content;
}
footer .footer-bottom-content {
	padding-bottom: 25px;
}
footer ul#ptl-footer-menu-bottom {
	display: flex;
    flex-direction: column;
}
footer ul#ptl-footer-menu-bottom > li > a {
	display: flex;
	position: relative;
	width: fit-content;
	padding: 0 0 5px 0;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: inherit;
}
footer p.copyright {
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 0;
	padding-right: 0;
	margin-top: 20px!important;
}
footer .rs {
	display: flex;
	justify-content: start;
	padding: 0 45px;
}
footer .rs a {
	padding-top: 15px;
	padding-right: 15px;
}

@media (min-width: 768px){

	.row.footer-bottom-content .col-12.col-md-6{
		padding-right: 0;
	}
		
	.row.footer-bottom-content .menu-footer-bottom.col-12.col-md-6{
		padding-left: 0;
	}
		
	.row.footer-bottom-content{
		padding-right: 0;
	}
	footer ul#ptl-footer-menu-bottom > li{
		margin-left: 12px!important;
	}
	footer p.copyright {
		text-align: center;
	}
	footer ul#ptl-footer-menu-bottom {
		align-content: center;
	}
}
@media (max-width: 767px){

	
	footer p.copyright {
		text-align: left;
	}
	.row.footer-bottom-content{
		padding: 0 45px;
	}
	footer ul#ptl-footer-menu-bottom {
		align-content: start;
	}
}
/***** End Footer style ***** */

/* *** Begin Scroll Up ********* */
#scroll_up {
	position: fixed;
	z-index: 20;
	right: 20px;
	bottom: 30px;
	text-align: center;
	cursor: pointer;
	opacity: 0;
	transform: translateX(50px) rotate(-90deg);
	transform-origin: 50% -100%;
	transition: 0.4s;
	font-size: 16px;
	zoom: 1.01;
	font-weight: 600;
	color: #03fcff; 
}
#scroll_up.active {
	opacity: 1;
	transform: translateX(0) rotate(-90deg); 
}
#scroll_up .scroll_up-text {
	display: block;
	transform: translateX(0);
	transition: 0.4s;
	transition-delay: 0.4s; 
}
#scroll_up .scroll_up-arrow {
	position: absolute;
	bottom: 50%;
	left: 0;
	z-index: 1;
	width: 0px;
	height: 2px;
	transition: 0.4s;
	transition-delay: 0.4s; 
	background-color: #03fcff;

}
#scroll_up .scroll_up-arrow:before, #scroll_up .scroll_up-arrow:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	right: 0;
	transition: 0.4s;
	opacity: 0; 
}
#scroll_up .scroll_up-arrow:before {
	bottom: 0;
	border-bottom: 2px solid;
	transform: rotate(0);
	transform-origin: 100% 100%; 
}
#scroll_up .scroll_up-arrow:after {
	top: 0;
	border-top: 2px solid;
	transform: rotate(0);
	transform-origin: 100% 0; 
}
#scroll_up:hover .scroll_up-text {
	transform: translateX(60px);
	transition-delay: 0s; 
}
#scroll_up:hover .scroll_up-arrow {
	width: 50px;
	transition-delay: 0s; 
}
#scroll_up:hover .scroll_up-arrow:before, #scroll_up:hover .scroll_up-arrow:after {
	opacity: 1; 
}
#scroll_up:hover .scroll_up-arrow:before {
	transform: rotate(45deg);
	transition-delay: 0.4s; 
}
#scroll_up:hover .scroll_up-arrow:after {
	transform: rotate(-45deg);
	transition-delay: 0.4s; 
}

/* *** End Scroll Up ********* */

/** Begin reassurance clair **/
#reassurance_clair{

}
#reassurance_clair .elementor-widget-Widget_ReassuranceClair{
	margin: auto 0px;
	background-color: #E6F5FF;
	border-radius: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
}	
.row .ressurance_clair_left{
	width: 33.333%;
	padding: 0;
}
.row .ressurance_clair_right{
	width: 66.666%;
	padding: 0;
}
#reassurance_clair .elementor-widget-container {
    max-width: 1170px;
    margin: auto;
    position: initial;
}
.ressurance_clair_left h4{
	font-size: 22px;
	font-weight: 600;
}
.elementor-widget-wrap .ressurance_clair_left h3{
	padding: 0;
	margin-bottom: 20px;
}

.ressurance_clair_left p{
	padding: 0;
	margin-bottom: 25px;
}
.ressurance_clair_right p{
	padding: 0;
}
.ressurance_clair_right .col-md-6{
    width: 50%;
    float: left;
	padding: 20px 29px 0px 0px;
}
.ressurance_clair_right .col-md-6:last-child{
	padding: 20px 0 15px 0px;
}
.ressurance_clair_right .reassurance_item{
	display: flex;
}
.ressurance_clair_right .ressurance_clair_img{
    min-width: 73px;
    margin-right: 15px;
}
.ressurance_clair_right .ressurance_clair_img img{
    width: 73px;
    background-color: white;
    border-radius: 10px;
    padding: 14px;
    transform: rotate( 
	0deg
	);
    pointer-events: all;
    height: 73px;
}
.ressurance_clair_right .ressurance_clair_img img:hover{
	box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 12%);
}
.ressurance_clair_txt {
    padding-top: 10px;
}
.ressurance_clair_right .reassurance_item span{
	margin: 10px 0px 4px 0px;
	font-size: 26px;
	color: #222222;
	font-weight: 600;
	line-height: 40px;
}

#reassurance_clair .elementor-button-link{
	padding: 14px 36px 14px 36px;
    border-radius: 11px;
    font-size: 18px;
    font-weight: 600;
    /* background-color: #009bdc; */
    /* border-color: #009bdc; */
	background: linear-gradient(111deg, #009bdc, #B6C7A2);
    color: #ffffff;
    text-transform: uppercase;
}
#reassurance_clair .img_courb{
	padding: 0;
    position: absolute;
    right: 0;
    max-width: 404px;
    bottom: 0px;
}
.ressurance_clair_left p:empty {
    display: none;
}
@media (min-width: 1200px){
	#reassurance_clair .elementor-widget-Widget_ReassuranceClair{
		padding-top: 63px;
    	padding-bottom: 80px;
	}
	.ressurance_clair_left p {
		margin-bottom: 40px;
	}
}
@media (max-width: 576px){
	
	.ressurance_clair_right .col-md-6{
		padding: 0;
	}
	.ressurance_clair_right .reassurance_item span {
		font-size: 26px;
		line-height: 36px;
	}

	.ressurance_clair_right .ressurance_clair_img {
		min-width: 55px;
		margin-right: 10px;
	}
	.ressurance_clair_right .ressurance_clair_img img {
		width: 55px;
		padding: 10px;
		height: 57px;
	}
}

@media (max-width: 1025px){
	.ressurance_clair_right ul.slick-dots{
		position: absolute;
    	bottom: -16px;
		margin: 0;
	}
	.ressurance_clair_right .slick-dots li button:before{
		font-size: 30px;
	}
	.ressurance_clair_right .slick-track {
		align-items: flex-start;
		display: flex;
	}
	.row .ressurance_clair_left{
		margin-bottom: 35px !important;
	}
	.ressurance_clair_right .slick-list{
		padding: 0;
	}
	#reassurance_clair .col-md-6 {
		width: 100%;
	}

	#reassurance_clair .img_courb{
		max-width: 170px;
	}
}
@media (max-width: 1024px){
	.row .ressurance_clair_right, .row .ressurance_clair_left{
		width: 100%;
	}
	.row .ressurance_clair_left{
		margin-bottom: 25px;
		text-align: center;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.row .ressurance_clair_right, .row .ressurance_clair_left{
		width: 100%;
		padding: 0 15px;
	}
	#reassurance_clair .img_courb{
		max-width: 200px;
	}
}
@media (min-width: 1024px) and (max-width: 1570px){
	#reassurance_clair .img_courb{
		max-width: 250px;
	}
}
@media (max-width: 1200px){
	#reassurance_clair .elementor-widget-container {
		width: 950px;
	}
}
@media (max-width: 992px){
	#reassurance_clair .elementor-widget-container {
		width: 728px;
	}
}
@media (max-width: 767px){
	#reassurance_clair .elementor-widget-container {
		width: 560px;
	}
}
@media (max-width: 600px){
	#reassurance_clair .elementor-widget-container {
		width: 420px;
	}
}
@media (max-width: 480px){
	#reassurance_clair .elementor-widget-container {
		width: 90%;
	}
}
/** End reassurance clair **/
/** Begin widget testimonial_2 **/
#testimonial_2 .elementor-container.elementor-column-gap-default {
    max-width: 1170px;
}
#testimonial_2 .elementor-widget-wrap.elementor-element-populated {
    padding: 0;
}

#widget_text .wd_text_left {
    min-width: 18.373%;
	text-align: center;
	margin-bottom: 25px;
}
#widget_text .wd_text_left img{
    display: block;
	margin: auto;
}
#widget_text .wd_text_left .img_round{
    width: 150px;
    border-radius: 50% !important;
    max-width: 100%;
	margin-bottom: 20px;
}
.wd_text_right .bloc_txt_right{
    border-left: 7px solid;
    padding-left: 20px;
	border-image: linear-gradient(#009bdc, #B6C7A2) 1;
	border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
	-webkit-appearance: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
}
#widget_text .wd_text_right p{
	padding: 0;
	margin-bottom: 30px;
	line-height: 34px;
	font-weight: 400;
}
#widget_text .wd_text_right span{
	display: block;
	color: #222222;
    font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.3;
}
#widget_text .wd_text_right span:last-child{
	margin-bottom: 0;
}
@media (min-width: 768px){
	#widget_text {
		display: flex;
	}
	#widget_text .wd_text_left .img_logo_bloc {
		max-width: 88%;
	}
	#widget_text .wd_text_left{
		margin-right: 5px;
		margin-bottom: 0;
	}
}
/** End widget testimonial_2 **/

/************* Begin page search************/

.search-results header.plt-theme-header {
	position: relative;
}
.search-results .plt-desktop-header .primary-nav > ul > li > a, .search-results .primary-nav .header_search-button-wrapper {
	color: #000000;
}
.search-results .plt-desktop-header .navbar img.sticky_logo {
	display: block;
}
.search-results .plt-desktop-header .navbar img.default_logo {
	display: none;
}
.search-results #main > header {
    margin: 50px 0;
}
.search-results #main header.card-body {
    padding: 10px 10px 0 10px;
}
.search-results #main header.card-body h3.card-title {
	margin-bottom: 0;
}
.search-results a.button {
	margin: auto;
	width: max-content;
}
.search-results h3 a {
	color: #616161;	
	font-size: 30px;
	padding: 14px; 
	line-height: 40px;
	font-weight: 600;
}
body.search.search-results  .card-text.entry-meta{
	display:none
}
body.search.search-results .post-thumbnail{
	display:none
}
/************* End page search************/

/* ==================== ## 404 ## ==================== */






div#post-0 {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
    position: relative;
}

.page_404_wrapper-container {
    margin-top: 0px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.page_404_wrapper-container img {
	margin: auto;
}

.ptl_col-12.ptl_col-md-12 {
    display: block;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    min-height: 1px;
	margin-bottom: 32px;
}
.main_404-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 90px 0 150px;
    box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 12%);
    border-radius: 10px 10px 0 0;
    background: #ffffff;
}
h2.banner_404_title {
    margin-top: 32px;
	padding: 0 10px;
}
.ptl_404__button {
	margin-top: 40px;
}
a.ptl_404__link.ptl-button {
    padding: 14px 36px 14px 36px;
    border-radius: 11px;
    font-size: 18px;
    font-weight: 600;
    background-color: #009bdc;
    border-color: #009bdc;
    color: #ffffff;
    max-width: 198px;
}
.error404 .plt-desktop-header .primary-nav > ul > li > a {
    color: black;
}
.error404 .plt-desktop-header, .error404 .plt-mobile-header{
	margin-bottom: 35px;
}

.error404 .plt-theme-header{
	position: relative;
}
.error404 .plt-desktop-header .navbar img.default_logo{
	display:none
}

.error404 .plt-desktop-header .navbar img.sticky_logo {
	display: block;
}

/***** Begin reassurance foncé *****/
.ressurance-toggle-text.v2 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.toggle-text {
  	color: #FFFFFF;
}
.toggle-text-content span {
	display: none;
}
.toggle-text-link {
	display: block;
	margin: 20px 0;
}
button.toggle-text-link {
	font-weight: 700;
    text-transform: uppercase;
    color: #03FCFF;
    font-size: 14px;
	padding: 0;
    background: none;
    border: none;
	display: inline-block;
    position: relative;
	overflow: hidden;
}
#ressurance  .toggle-text-link span.read-more-arrow {
    position: relative;
    z-index: 1;
    width: 0;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    transition: .5s;
    transition-delay: .4s;
	margin: -3px 4px 0 0;
	color: #03FCFF;
}
.toggle-text-link .read-more-arrow {
    background: #03FCFF;
}
.toggle-text-link .read-more-arrow:before {
    bottom: 0;
    border-bottom: 2px solid;
    transform: rotate(0);
    transform-origin: 100% 100%;
}
.toggle-text-link .read-more-arrow:before, .toggle-text-link .read-more-arrow:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    transition: .4s;
	color: #03FCFF;
}
.toggle-text-link .read-more-arrow:after {
    top: 0;
    border-top: 2px solid;
    transform: rotate(0);
    transform-origin: 100% 0;
}
.toggle-text-link:hover .read-more-arrow:before {
    transform: rotate(45deg);
    transition-delay: .4s;
}
.toggle-text-link:hover .read-more-arrow:after {
    transform: rotate(-45deg);
    transition-delay: .4s;
}
#ressurance .toggle-text-link:hover span.read-more-arrow {
	color: #03FCFF;
    width: 50px;
    margin-right: 13px;
    transition-delay: 0s;
}
/***** End reassurance foncé *****/

/** Begin page Princing **/
#Princing_section .bullet_point.elementor-widget-text-editor ul li{
	color: #fff;
}
@media (min-width: 768px) and (max-width: 1199px){
	#Princing_section .elementor-column.elementor-col-25{
		width: 50%;
		margin: 7px 0px;
	}
}
@media (max-width: 1199px){
	#Princing_section.elementor-section .elementor-container{
		flex-wrap: wrap;
	}
	#Princing_section .slick-track .elementor-column.elementor-col-25 {
		margin-left: 15px;
	}
	
	
}
/** End page Princing **/
/** cool-timeline**/

.cool-timeline .timeline-post.odd.light-grey-post .timeline-meta {
    color: #000;
    left: 38%!important;
    z-index: 1;
}

.timeline-post.even.light-grey-post.icons_no.default-skin .timeline-meta {
    right: 38%;
    z-index: 1;
}

.timeline-content.clearfix h2.content-title {
    display: none;
}

.timeline-year.scrollable-section {
    visibility: hidden;
    height: 0px!important;
	margin: 12px 0 16px!important;
}
.cool-timeline.white-timeline:before, .cool-timeline.white-timeline.one-sided:before{
	background-image: linear-gradient(139deg, #B6C7A2, #009bdc )!important;
}
.meta-details{
	display: none;
}
@media (max-width: 767px){
	#Princing_section .elementor-widget-wrap.elementor-element-populated {
		min-height: 530px;
	}
}

@media (min-width: 768px) and (max-width: 1199px){
	#Princing_section .elementor-widget-wrap.elementor-element-populated {
		min-height: 600px;
	}
}
@media (min-width: 860px) and (max-width: 991px){

	.cool-timeline .timeline-post.odd.light-grey-post .timeline-meta{
		left: 32%!important;
	}
	.timeline-post.even.light-grey-post.icons_no.default-skin .timeline-meta{
		right: 32%!important;
	}
}

@media (min-width: 861px){
	.timeline-post.odd.light-grey-post.icons_no.default-skin .ctl_info.event-description.full {
		text-align: right;
	}
	.cool-timeline .timeline-post .timeline-content {
		padding-top: 38px!important;
	}

}
@media (max-width: 860px){
	.timeline-post.odd.light-grey-post.icons_no.default-skin .ctl_info.event-description.full {
    	text-align: left;
	}
	.cool-timeline .timeline-post.odd.light-grey-post .timeline-meta {
		left: 2%!important;
	}
	.cool-timeline .timeline-post .icon-dot-full{
		margin: -30px 0 0 6px!important;
	}

	.timeline-post.even.light-grey-post.icons_no.default-skin .timeline-meta{
		left: 2%!important;
	}
}
/** END cool-timeline**/

/** Begin expertise bloc **/
@media (max-width: 767px){
	.expertisebloc .bloc2{
		padding: 10px 25px 0 25px !important;
		background-image: none !important;
	}
	.expertisebloc ul {
		margin: 0;
		padding: 0;
	}
	.expertisebloc ul li{
		box-shadow: none !important;
		margin: 0 !important;
		padding: 5px 0 5px 15px !important;
	}
	.expertisebloc .contenu {
		margin-bottom: 25px !important;
	}
}
/** End expertise bloc **/
.margin-left-right {
    margin: 0px 20px 0px 20px; 
}
/** Begin style footer mobil **/
@media (max-width: 767px){
	footer nav.main_footer ul.menu{
		justify-content: space-between;
		flex-direction: inherit;
	}
	footer nav.main_footer{
		width: 100%;
	}
	footer .footer_logo_wrap_2{
		position: absolute;
		right: 18px;
		top: 0;
	}
	footer .footer_logo_wrap_2 img{
		max-width: 115px !important;
	}
	#footer .container div.row {
		position: relative;
	}
	#footer .container div.row .footer_content .row{
		position: initial;
	}
	footer .footer_logo_wrap {
		align-items: flex-start;
		flex-direction: initial;
	}
	footer .footer_logo_wrap_2 img {
		max-width: 85px !important;
	}
	footer .footer_logo_wrap .footer_logo{
		margin-left: 35px;
	}
	footer ul>li>a.nav-link{
		font-size: 16px;
		margin-bottom: 0;
	}
	footer nav.main_footer{
		padding: 0 45px;
	}
	footer nav > ul > li:last-child, footer nav>ul>li:first-child, footer ul#ptl-footer-menu-bottom>li {
		margin-bottom: 0;
	}
	footer p.copyright{
		margin-top: 10px !important;
	}
	footer .footer-bottom-content{
		padding-bottom: 0;
	}
	footer ul#ptl-footer-menu-bottom>li>a{
		font-size: 16px;
	}
	.footer-desc.col-12{
		padding-left: 10px;
    	padding-right: 10px;
	}
	p.footer-desc-content{
		font-size: 22px;
	}
}
@media (max-width: 425px){
	footer .footer_logo_wrap .footer_logo{
		max-width: 150px;
	}
}
/** End style footer mobil **/
/** Begin header mobil **/
@media (max-width: 1199px){
	.plt-mobile-header .navbar, .plt-mobile-header .primary-nav, .primary-nav ul li ul{
			background-color: #009bdc;
	}
	.header_search.search_standard .header_search-field .search-form button{
		background: #009bdc;
		border-color: #009bdc;
	}
	#navbar a.button {
		background: linear-gradient(111deg, #095fa4, #B6C7A2);
		/* border-color: #fff; */
		color: #009bdc;
		margin-top: 15px;
	}
	#navbar a.button span.touch-button-text {
		color: #fff;
	}
	.plt-mobile-header .btn.btn-outline-secondary{
		padding: 0px 7px 0px 7px;
		height: 29px;
	}
	.plt-mobile-header .touch-button-wrapper a{
		font-size: 14px;
		font-size: 14px;
		padding: 10px 20px 10px 20px;
	}
	.header_search {
		position: relative;
		height: 70px;
		display: none;
	}
}
@media (min-width: 1198px){
	.plt-mobile-header .btn.btn-outline-secondary{
		padding: 0 12px;
		height: 50px;
	}
	.header_search {
		position: relative;
		height: 100px;
	}
}
/** End header mobil **/
/** Begin style réassurance v3 mobile **/
@media (max-width: 767px){
	.ressurance_slick .slick-list.draggable {
		padding: 0 15px;
	}
}

@media (max-width: 1200px){
	#ressurance.col-md-3 .ressurance_content{
		min-height: 514px;
	}
	.ressurance_top p{
		font-size: 18px;
	}
	#reassurance_bloc .elementor-widget-Widget_ReassuranceV3{
		padding-top: 30px;
    	padding-bottom: 45px;
	}
}
.ressurance_slick ul.slick-dots {
    margin: 0;
    left: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ressurance_slick .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #009bdc;
}
.ressurance_slick .slick-dots li button:before{
	font-size: 30px;
	color: #fff;
    opacity: 1;
}
/** End style réassurance v3 mobile **/
/** Begin detail blog **/
.load_more_wrapper .load_more_item {
    border: none !important;
}
@media (min-width: 768px) and (max-width: 1199px){
	.single-post .bloc_text .header_title h1 {
		font-size: 40px;
		line-height: 44px;
	}
}
.post_date{
	background: linear-gradient(111deg, #009bdc, #B6C7A2) !important;
}
.blog-style-standard .blue_title, .blog-post_content .blue_title, .blog-style-standard .blue_title a{
	color: #616161;
    font-size: 18px;
    line-height: 30px
} 
.tagcloud .tagsHeader{
	display: none;
}

@media (min-width: 768px){
	.blog-style-standard .blog-post{
		min-height: 620px;
	}
   .blog-style-standard .blue_title, .blog-post_content .blue_title, .blog-style-standard .blue_title a{
		color: #616161;
		font-size: 22px;
		line-height: 34px;
   } 
}
/** End detail blog **/
/** Begin widget plateform api **/
#plateform_api .elementor-element-populated {
    padding: 0;
}
#plateform p:empty{
	display: none;
}
#plateform h3 p{
	color: #FFFFFF;
	font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
	padding:  0 15px;
}
#plateform span p{
	color: #FFFFFF;
    font-family: "Titillium Web", Sans-serif;
    font-size: 18px;
    font-weight: 500;
	padding:  0 15px;
}
#plateform{
	background: linear-gradient(80deg, #B6C7A2 67%, #508AA2 100%);
	text-align: right;
	padding: 20px 10px 1px 10px;
}
@media (min-width: 992px){

}
@media (min-width: 1025px){
	#plateform h3 p{
		font-size: 42px;
		line-height: 50px;
		padding: 0 5% 0 40%;
	}
	#plateform span p{
		font-size: 24px;
		padding: 0% 05% 0% 50%;
	}
}
@media (min-width: 768px){
	#plateform{
		padding: 40px 40px 25px 40px;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	#plateform h3 p{
		font-size: 26px;
	}
}
/** End widget plateform api **/

/** Begin background spacer **/
.elementor-widget-divider .elementor-divider-separator{
	border-image: linear-gradient(to right, #009bdc, #B6C7A2) 1;
}
/** End background spacer **/
.p-white p{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 30px;
}
@media (min-width:768px){
	.expertisebloc .bloc2{
		background-image: url("../../uploads/2022/01/lien-02.png"), linear-gradient(80deg, #508AA2 67%, #B6C7A2 100%) !important;
	}
	.p-white p{
		color: #FFFFFF;
		font-size: 22px;
		line-height: 34px;
	}
}

@media (max-width:767px){
	.expertisebloc .bloc2{ 
		background: linear-gradient(80deg, #508AA2 67%, #B6C7A2 100%) !important;
		height: auto !important;
	}
}

.elementor-column.elementor-col-50.ptl_content .elementor-widget-wrap::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.elementor-column.elementor-col-50.ptl_content .elementor-widget-wrap::-webkit-scrollbar
{
	width: 4px;
    background-color: #F5F5F5;
}

.elementor-column.elementor-col-50.ptl_content .elementor-widget-wrap::-webkit-scrollbar-thumb
{
	border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #bbf6ff;
}
.elementor-column.elementor-col-50.ptl_content .elementor-widget-wrap {
    max-height: 400px;
    overflow-x: overlay;
	display: block!important;
	padding-right: 15px;

}
.plt_tabs_mobile_item .ptl-tabs_content.ptl-tabs_content {
    height: 600px;
    overflow-x: overlay;
}
.ptl-tabs_content-wrap .elementor-row {
	display: flex;
}

@media print {
	/** Usescases pages **/
	.ptl_usecases-template-default .elementor-section-height-default {
		width: auto !important;
		left: 0 !important;
	}
	.row .plt-usecases-list_item{
		max-width: 335px;
	}
	.elementor-widget-image {
		text-align: center !important;
	}
	footer#footer{
		margin-top: 25px;
	}
	header.plt-theme-header, .plt-mobile-header{
		display: none;
	}
	#scroll_up .scroll_up-text{
		display: none;
	}
	.col-12.col-md-9.footer_content {
		display: none;
	}
	#footer .divider-separator {
		display: none;
	}
	.page-header_image{
		display: none;
	}
	.ptl-container.header-container .page-header_title, .ptl-container.header-container .page-header_subtitle {
		color: #000 !important;
	}
	#footer img.footer_logo.ls-is-cached.lazyloaded {
		display: none;
	}
	.footer_logo_wrap img {
		display: none;
	}
	#footer .footer_logo_wrap::before {
		content: url("./assets/imgs/logo_footer.png");
	}
	.row.footer-bottom-content, .row.footer-bottom-content .col-12.col-md-6{
		padding-left: 0;
	}
	.row.footer-bottom-content .menu-footer-bottom.col-12.col-md-6, footer ul#ptl-footer-menu-bottom{
		display: none;
	}
	footer .footer_logo_wrap {
		padding: 0 0 0 25px;
	}
	.row.footer-bottom-content {
		padding: 0 0 0 34px;
	}
	footer#footer p{
		color: #000;
	}
	h1, h2, h3, span, p, li, .simple_bulet_white.elementor-widget-text-editor ul li {
		color: #000 !important;
	}
	span.elementor-button-text {
	    color: #616161 !important;
	}
	/** Homepage **/
	.elementor-section-height-default {
		width: auto !important;
		left: 0 !important;
	}
	.ressurance_clair_right .col-md-6 {
	    width: 50% !important;
	}
	.elementor-column.elementor-col-33{
		width: 33.333% !important;
	}
	#reassurance_clair .elementor-widget-container{
		max-width: 100% !important;
    	width: 100% !important;
	}
	.expertisebloc .bloc1 img {
	    display: block !important;
	}
	.media-wrapper.icon-wrapper{
		margin-top: 30px;
	}
	img.infbox-img{
		width: 80px;
		height: 80px;
	}
	.ptl-infobox_wrapper {
		margin-top: 10px;
	}
	.expertisebloc .bloc1{
		height: 0;
		display: none;
	}
	.counter_mobile {
		margin-top: 100px;
	}
	#testimonial ul li div.wgl-testimonials_quote{
		max-width: 675px!important;
		margin: auto 0 !important;
		padding: 35px !important;
	}
	/** Pages our solutions **/
	.ptl-container.header-container{
		position: relative
	}
	.elementor-widget-container .page-header_wrapper .img-mobile {
		/* display: none;  */
	}
	#Princing_section .elementor-column.elementor-col-25 {
		width: 50% !important;
	}
	#ressurance.col-md-3.ressurancev3{
		width: 50% !important;
	}
	#reassurance_bloc .elementor-widget-container{
		max-width: 100% !important;
		width: 100% !important;
	}
	.ptl-tabs.tabs_align-justify .ptl-tabs_header_wrap{
		min-width: auto !important;
	}
	.ptl-tabs {
		display: block !important;
	}
	.plt_tabs_mobile {
		display: none !important;
	}
	.ptl-tabs_header_wrap.active .ptl-tabs_icon.ptl-tabs_icon-image.hov_img{
		display: none !important;
	}
	.ptl-tabs_header_wrap.active .ptl-tabs_icon.ptl-tabs_icon-image.not_hov_img{
		display: block !important;
	}
	.ptl-tabs_content-wrap .elementor-row .elementor-col-50.ptl_content_img, .ptl-tabs_content-wrap .elementor-row .elementor-col-50.ptl_content {
		width: 50% !important;
	}
	.ptl-tabs_header{
		padding: 10px !important;
		margin: 0 5px !important;
	}
	.ptl-tabs_icon.ptl-tabs_icon-image{
		width: 40px !important;
	}
	.ptl-tabs_title{
		font-size: 12px !important;
	}
	.print_mode .expertisebloc .bloc2 ul{
		margin-top: 35px;
	}
	.bullet_point {
		margin-top: 25px;
	}
	/*** Pages landing ***/
	.landing_mb_left{
		margin-bottom: 100px;
	}
  }

/** Begin Adaptation footer page landing **/

	footer .footer_logo_wrap_2{
		/*padding-right: 0 !important;*/
	}
	footer .rs a{
		padding-right: 0 !important
	}
	footer .rs {
		display: flex;
		justify-content: end;
		padding: 0 17px;
	}
	@media screen and (min-width: 768px){
		footer .rs{
			padding: 0 !important;
		}
	}

/** End Adaptation footer page landing **/

/** Begin style widget our solution **/
.infobox_bloc .ptl-infobox_content p{
	-webkit-line-clamp: initial;
}
.infobox_bloc a.ptl-infobox.ptl-layout-top{
	max-height: initial;
}
/** End style widget our solution **/

/** Begin widget image round **/
.img_round_bloc{
	max-width: 250px;
	min-height: 200px;
    margin: auto;
}
.img_round_bloc img{
	border-radius: 50% !important;
}
.img_round_wrapper{
	text-align: center;
    margin-top: 20px;
    margin: 20px auto auto;
    max-width: 60%;
}
.img_round_wrapper span{
	color: #000000;
    font-family: "Titillium Web", Sans-serif;
    font-size: 26px;
    font-weight: 600;
}
.img_round_wrapper p{
	color: #989898;
    font-family: "Titillium Web", Sans-serif;
    font-size: 18px;
	line-height: 25px;
    font-weight: 600;
}
/** End widget image round **/
/** Begin slick logo page landing **/
@media (max-width: 767px){
	.slick_logo .slick-track {
		height: 80px;
	}
}
/** End slick logo page landing **/
/** Begin style responsive widget infobox homepage **/
.infobox_home .ptl-infobox_content p{
	-webkit-line-clamp: initial;
}
.infobox_home a.ptl-infobox.ptl-layout-top{
	max-height: initial;
}
@media(min-width: 1665px){
	.infobox_home a.ptl-infobox.ptl-layout-top{
		height: 405px;
	}
}
@media(min-width: 1577px) and (max-width: 1664px){
	.infobox_home a.ptl-infobox.ptl-layout-top{
		height: 447px;
	}
}
@media(min-width: 1506px) and (max-width: 1576px){
	.infobox_home a.ptl-infobox.ptl-layout-top{
		height: 488px;
	}
}
@media(min-width: 1333px) and (max-width: 1505px){
	.infobox_home a.ptl-infobox.ptl-layout-top{
		height: 528px;
	}
}
@media(min-width: 1272px) and (max-width: 1332px){
	.infobox_home a.ptl-infobox.ptl-layout-top{
		height: 570px;
	}
}
@media(min-width: 1207px) and (max-width: 1271px){
	.infobox_home a.ptl-infobox.ptl-layout-top{
		height: 609px;
	}
}
@media(min-width: 1200px) and (max-width: 1206px){
	.infobox_home a.ptl-infobox.ptl-layout-top{
		height: 653px;
	}
}
/* @media(min-width: 1126px) and (max-width: 1195px){
	.infobox_home a.ptl-infobox.ptl-layout-top{
		height: 336px;
	}
} */
/* @media(min-width: 1025px) and (max-width: 1125px){
	.infobox_home a.ptl-infobox.ptl-layout-top{
		height: 403px;
	}
} */
@media(min-width: 924px) and (max-width: 1199px){
	.infobox_home a.ptl-infobox.ptl-layout-top{
		height: 336px;
	}
}
@media(min-width: 873px) and (max-width: 925px){
	.infobox_home a.ptl-infobox.ptl-layout-top{
		height: 369px;
	}
}
@media(min-width: 768px) and (max-width: 872px){
	.infobox_home a.ptl-infobox.ptl-layout-top{
		height: 443px;
	}
}
@media(min-width: 621px) and (max-width: 730px){
	.infobox_home a.ptl-infobox.ptl-layout-top{
		height: 302px;
	}
}

@media(min-width: 556px) and (max-width: 620px){
	.infobox_home a.ptl-infobox.ptl-layout-top{
		height: 336px;
	}
}

@media(max-width: 330px){
	.infobox_home a.ptl-infobox.ptl-layout-top{
		height: 550px;
	}
}
/** End style responsive widget infobox homepage **/ 
/** Begin style page webinar **/
.p-webinar p{
	color: #616161;
	font-family: "Titillium Web", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}
/** End style page webinar **/

/**add style sendinblue form**/
.sib-form {
	font-family: Titillium Web!important;
	}
	.sib-form .entry__label {
		font-family: Titillium Web!important;
		font-size: 16px !important;
		color: #40454F !important;
		font-weight: 500!important;
	}
	.sib-form{
		background-color: transparent!important;
	}
	.sib-form-block__button{
	background-color: #009bdc!important;
	font-family: Titillium Web!important;
	text-transform: none!important;
	
	}
	.sib-form input:not([type=file]), .sib-form textarea.input{
	
	background-color: #f5f8fa;
	}
	#sib-container{
		border: none!important;	
	}
	.sib-form .entry__error{
		color: #f2545b!important;
		background-color: transparent!important;
		font-family: Titillium Web!important;
	}
	.sib-form  .entry__label{
		margin-bottom: 0px !important;
	}
	.sib-form, #sib-container{
		padding: 0!important;
	}


/**add style zoho form**/
#zmWebToEntityForm, #zmWebToEntityForm table{
	width: 100%!important;
}
#zmWebToEntityForm tr {
	display: flex;
    flex-direction: column;
    justify-content: stretch;
	padding: 8px 0;
}
#zmWebToEntityForm tr:nth-child(1), #zmWebToEntityForm tr:nth-child(2) ,#zmWebToEntityForm [type=reset]{
display: none;
}
#zmWebToEntityForm tr td:nth-child(1) {
    display: table;
    font-weight: 700;
    padding: 0;
    white-space: normal;
    font-family: Titillium Web!important;
    font-size: 16px !important;
    color: #40454F !important;
    font-weight: 500!important;
    width: 100%!important;
	text-align: left!important;
}
#zmWebToEntityForm  tr td:nth-child(2) {
    width: 100%!important;
	padding: 0;
}
#zmWebToEntityForm tr td:nth-child(2) input {
    align-items: center;
    background: #fff;
    border: 1px solid #c0ccda;
    border-radius: 3px;
    display: inline-flex;
    margin: 0.25rem 0;
    width: 100%!important;
    box-shadow: none;
    min-width: 1px;
    padding: 0;
    background-color: #f5f8fa;
    height: calc(2.5rem - 2px);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
#zmWebToEntityForm [type=submit] {
    font-size: 16px!important;
    font-weight: 700;
    color: #FFFFFF!important;
    border-radius: 3px;
    border-width: 0px;
    background-color: #009bdc;
    font-family: Titillium Web;
    min-height: 40px;
    padding: 8px 18px;
}
.footer_logo_wrap_2.ISO_sous_site {
    padding-right: 0px;
	display: none;
}
.size-18 p, .size-18 li{
	font-size: 18px;
}

/** begin poupup hp **/
#modal_white_paper {
	padding: 0 !important;
    background-color: #0000005c;
    z-index: 9999;
}
#modal_white_paper.show .modal-dialog {
	display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
	max-width: initial;
}
#modal_white_paper.fade.in {
	opacity: 1;
}

#modal_white_paper .modal-content {
	border: 0px solid #000000;
	border-radius: 0;
	max-width: 630px;
	background: #fff;
	margin: auto;
	border-radius: 7px;
	box-shadow: -2px 2px 41px -17px rgb(0 0 0 / 74%);
    -webkit-box-shadow: -2px 2px 41px -17px rgb(0 0 0 / 74%);
    -moz-box-shadow: -2px 2px 41px -17px rgba(0,0,0,0.74);
}
#modal_white_paper .img_white_paper img{
	box-shadow: 0px 0px 40px -20px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0px 0px 40px -20px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 40px -20px rgba(0,0,0,0.75);
	max-width: 100%;
}
#modal_white_paper .modal-content .modal-body {
	/* margin-top: 25px; */
	/* padding-bottom: 55px !important; */
	padding-bottom: 40px !important;
}

.modal-header .close {
    color: #000000;
    margin-top: 0;
    outline: none;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
}

.close {
	font-size: 21px;
    font-weight: bold;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    line-height: 1;
}

.icone {
	height: 30px;
	width: 100%;
	background-color: #000000;
}

.modal-header:before,
.modal-header:after {
	display: table;
	content: " ";
}

#modal_white_paper .modal-header {
    border-bottom: 0 !important;
    padding: 15px;
    justify-content: end;
}

.iconfixed {
	padding: 17px 0px 11px 0px !important;
	float: left;
}

#modal_white_paper .text-news-letter {
	margin-bottom: 30px;
}
#modal_white_paper p{
	color: #000;
}

.modal-news-form {
	display: flex;
	/* justify-content: space-between; */
	align-items: flex-end;
	position: relative;
}

#modal_white_paper .modal-body {
	/* padding: 0 15px; */
	padding: 0 40px;
}

#modal_white_paper input[type=email] {
	border: 1px solid #000;
	height: 33px;
	padding: 0 11px;
	background: #ffffff;
	/* width: 200px; */
	width: 170px;
	font-size: 12px;
}

#modal_white_paper input[type=email]::placeholder {
	color: #000000;
	font-size: 12px;
	font-family: 'montserratregular';
	-webkit-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
}

#modal_white_paper input[type=email]::-webkit-input-placeholder {
	/* Edge */
	color: #000000;
	font-size: 12px;
	font-family: 'montserratregular';
	-webkit-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	/* */
}

#modal_white_paper input[type=email]:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000000;
	font-size: 12px;
	font-family: 'montserratregular';
	-webkit-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	/* */
}

.modal-backdrop.show{
	display: none;
}
.modal_home img{
	margin-bottom: 5px;
}
.modal_home a.button {
    width: max-content;
}
/** end poupup hp **/

/** Page contact***/
/*
.elementor-section-full_width.elementor-section-stretched .elementor-widget-container{
	margin-left: 0 !important;
	margin-right: 0 !important;
}*/
.text_rgpd p, .text_rgpd a{
	color: #868787;
    font-family: "Titillium Web", Sans-serif;
    font-size: 14px!important;
    font-weight: 400;
    font-style: italic;
    line-height: 21px;
    letter-spacing: -0.1px;
}