@import 'seb-custom.css';
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,400,600,700,700i&display=swap');
/*Palette colors*/
/*Blues*/
HTML.bright_cyan
{
	background-color: #5BECFF;
}
HTML.light_violet
{
	background-color: #4F64FF;
}
HTML.violet
{
	background-color: #6446FF;
}
HTML.main_gradient
{
	background-color: #5074FF;
	background-color: #6446FF;
}
/*fonts*/
@font-face
{
	font-family: 'SourceSansPro-Regular';
	src: url('../fonts/SourceSansPro-Regular.ttf');
}
.style-light P, .style-light H1, .style-light H2, .style-light H3, .style-light H4, .style-light SPAN, .style-light H4 a
{
	color: #4F5963 !important;
}
.style-dark P, .style-dark H1, .style-dark H2, .style-dark H3, .style-dark H4, .style-dark SPAN, .style-dark STRONG
{
	color: #FFFFFF !important;
}
/*a voir à supprimer ?*/
.style-dark .icon-box-icon
{
	/*-webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(249deg) brightness(103%) contrast(104%);*/
}
/*General*/
/*-----------------------------------------------*/
/*animations */
.transition-anim
{
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
/*family*/
P
{
	font-family: 'SourceSansPro-Regular';
	/*line-height: 21px !important; 2025 commenté*/
}
.uncell .uncode_text_column P A
{
	color: #022DD7;
	text-decoration: underline;
}
.white_link .uncell .uncode_text_column P A
{
	color: #FFFFFF;
}
.uncell .uncode_text_column P A:hover
{
	color: #0227BA;
	text-decoration: underline;
}
.btn_commencer_a_discuter P A
{
	text-decoration: none !important;
}
/*Bouton standards centrés*/
.btn_standard_medium A.custom-link
{
	width: 158px;
}
.btn_standard_medium A.custom-link.btn-round:before
{
	width: 162px;
}
.btn_standard_medium A.custom-link.btn-round:hover:after
{
	width: 164px;
}
.align_center.btn_standard_medium SPAN A
{
	margin-left: auto;
	margin-right: auto;
}
/*Ajout 2021*/
.main-container .bg_blanc .uncode_text_column P A
{
	text-decoration: none;
}
.main-container .bg_bleu .uncode_text_column P A
{
	color: #FFFFFF !important;
}

/*reseau sociaux*/
.share-button LI.social-xing
{
	display: none !important;
	position: absolute !important;
	transform: scale(0);
}
/*divers*/
.category P.t-entry-author
{
	display: none;
}
.archive.tag P.t-entry-author
{
	display: none;
}
/*rgpd*/
#ct-ultimate-gdpr-cookie-content A
{
	color: #4F64FF !important;
}
/*fond de couleur*/
.bg_degrade_bleu_violet_droite
{
	background: transparent linear-gradient(246deg, #6446FF 0%, #4671FF 100%) 0% 0% no-repeat padding-box;
}
/*tabs*/
.nav-tabs
{
	border-bottom: none !important;
}
.nav-tabs > LI.active > A
{
	border-bottom-width: 1px !important;
	border-bottom-style: solid;
	border-color: #FFFFFF !important;
}
.vc_tta-tabs-container LI A SPAN
{
	font-size: 26px !important;
	color: #FFFFFF !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 3.6em;
	font-weight: 100 !important;
	letter-spacing: 0;
}
/*pour ne pas afficher menu par defaut*/
.menu-wrapper.with-header
{
	display: none !important;
}
.box-wrapper DIV.box-container .menu-wrapper
{
	display: none;
}
/*Background avec SVG general*/
.grid_pictos_svg_anim
{
	position: absolute !important;
	z-index: -1 !important;
	top: 0 !important;
	width: 120% !important;
	left: -10%;
	right: -10%;
	max-height: 100vh;
}
.item_svg
{
	display: inline-flex;
}
.grid_pictos_svg_anim IMG
{
	opacity: 0.15;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	float: left;
	margin: 28px 37px 28px 36px;
}
.grid_pictos_svg_anim IMG:hover
{
	opacity: 1;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
/*page recherche + header*/
.search-results .el-text H1 SPAN
{
	color: #FFFFFF !important;
	font-size: 65px;
	font-family: 'Nunito', sans-serif !important;
}
/*Nouveau header */
#header-widget-area
{
	position: fixed !important;
	z-index: 10000 !important;
	top: 0;
	width: 100%;
	padding-top: 13px;
	padding-left: 51px;
	padding-right: 33px;
	background-color: #5060EA;
	padding-bottom: 9px;
}
#header-widget-area .logo IMG
{
	width: 172px;
	height: auto;
}
#header-widget-area .logo
{
	float: left;
}
#header-widget-area .search
{
	float: right;
	display: block;
}
/*#header-widget-area .logo.dark .bg_light
{
	display: block !important;
}*/
/*#header-widget-area .logo.dark .bg_dark
{
	display: none;
}*/
#header-widget-area .logo .bg_light
{
	display: none;
}
/*Menu principal gauche*/
/* MENU LEFT */
.responsive-menu-pro-subarrow:hover
{
	cursor: pointer;
}
#responsive-menu-pro-container LI.menu-item-has-children > A
{
	font-weight: normal;
}
#responsive-menu-pro-container LI.current-menu-item > A
{
	font-weight: bold;
}
#responsive-menu-pro-container LI.current-menu-item A:before
{
	content: '_';
	display: inline-block;
	padding-right: 3px;
	color: #5BECFF;
	top: -6px;
	position: relative;
}
#responsive-menu-pro-container LI.current-menu-item.menu-item-has-children A:before
{
	display: none;
}
/*#menu-widget-area
{
	position: absolute !important;
}*/
.responsive-menu-pro-box.dark IMG, .page-id-85979 .responsive-menu-pro-box.dark IMG
{
	filter: invert(70%) sepia(75%) saturate(1101%) hue-rotate(177deg) brightness(103%) contrast(104%);
}
.page-id-4327 .responsive-menu-pro-box IMG, .page-id-85979 .responsive-menu-pro-box IMG
{
	filter: invert(70%) sepia(75%) saturate(1101%) hue-rotate(177deg) brightness(103%) contrast(104%);
}
.category-video.group-blog .responsive-menu-pro-box IMG
{
	filter: invert(70%) sepia(75%) saturate(1101%) hue-rotate(177deg) brightness(103%) contrast(104%);
}
.single-jobpost .responsive-menu-pro-box IMG
{
	filter: invert(70%) sepia(75%) saturate(1101%) hue-rotate(177deg) brightness(103%) contrast(104%);
}
.category-avis-dexpert.group-blog .responsive-menu-pro-box IMG
{
	filter: invert(70%) sepia(75%) saturate(1101%) hue-rotate(177deg) brightness(103%) contrast(104%);
}
.category-etude .responsive-menu-pro-box IMG
{
	filter: invert(70%) sepia(75%) saturate(1101%) hue-rotate(177deg) brightness(103%) contrast(104%);
}
.category-livre-blanc.group-blog .responsive-menu-pro-box IMG
{
	filter: invert(70%) sepia(75%) saturate(1101%) hue-rotate(177deg) brightness(103%) contrast(104%);
}
.category-temoignage-client.group-blog .responsive-menu-pro-box IMG
{
	filter: invert(70%) sepia(75%) saturate(1101%) hue-rotate(177deg) brightness(103%) contrast(104%);
}
.page-id-6360.group-blog .responsive-menu-pro-box IMG
{
	filter: invert(70%) sepia(75%) saturate(1101%) hue-rotate(177deg) brightness(103%) contrast(104%);
}
.page-id-85740.group-blog .responsive-menu-pro-box IMG
{
	filter: invert(70%) sepia(75%) saturate(1101%) hue-rotate(177deg) brightness(103%) contrast(104%);
}
.archive.tag .responsive-menu-pro-box IMG
{
	filter: invert(70%) sepia(75%) saturate(1101%) hue-rotate(177deg) brightness(103%) contrast(104%) !important;
}
.page-id-88193.group-blog .responsive-menu-pro-box IMG, .page-id-88203.group-blog .responsive-menu-pro-box IMG
{
	filter: invert(70%) sepia(75%) saturate(1101%) hue-rotate(177deg) brightness(103%) contrast(104%);
}
.page-id-88227.group-blog .responsive-menu-pro-box IMG, .page-id-88217.group-blog .responsive-menu-pro-box IMG
{
	filter: invert(70%) sepia(75%) saturate(1101%) hue-rotate(177deg) brightness(103%) contrast(104%);
}
.page-id-88208.group-blog .responsive-menu-pro-box IMG, .page-id-88214.group-blog .responsive-menu-pro-box IMG
{
	filter: invert(70%) sepia(75%) saturate(1101%) hue-rotate(177deg) brightness(103%) contrast(104%);
}
.page-id-88193.group-blog .responsive-menu-pro-box IMG, .page-id-88203.group-blog .responsive-menu-pro-box IMG
{
	filter: invert(70%) sepia(75%) saturate(1101%) hue-rotate(177deg) brightness(103%) contrast(104%);
}
.page-id-87769 .responsive-menu-pro-box IMG, .page-id-87770 .responsive-menu-pro-box IMG
{
	filter: invert(70%) sepia(75%) saturate(1101%) hue-rotate(177deg) brightness(103%) contrast(104%);
}
.page-id-87770
{
}
.archive.category-actualites .responsive-menu-pro-box IMG, .archive.category-news .responsive-menu-pro-box IMG
{
	filter: invert(70%) sepia(75%) saturate(1101%) hue-rotate(177deg) brightness(103%) contrast(104%);
}
.page-id-85521 .responsive-menu-pro-box IMG, .page-id-85806 .responsive-menu-pro-box IMG
{
	filter: invert(70%) sepia(75%) saturate(1101%) hue-rotate(177deg) brightness(103%) contrast(104%);
}
.search.search-results .responsive-menu-pro-box IMG
{
	filter: invert(39%) sepia(33%) saturate(4839%) hue-rotate(220deg) brightness(101%) contrast(102%);
}
BUTTON#responsive-menu-pro-button
{
	top: 47.9vh !important;
}
#responsive-menu-pro-button.is-active
{
	left: -55px;
}
#responsive-menu-pro-container
{
	padding-left: 43px !important;
	padding-top: 12px !important;
}
#responsive-menu-pro-wrapper UL
{
	padding-left: 15px;
}
#responsive-menu-pro-wrapper UL LI .responsive-menu-pro-subarrow
{
	margin-left: -20px;
	background-color: rgba(255, 255, 255, 0) !important;
}
#responsive-menu-pro-container
{
	outline: 0px solid transparent !important;
}
/*search*/
#header-widget-area .search .search-icon
{
	background: url('..//library/img/search-icon_white.svg') no-repeat;
	width: 35px;
	height: 35px;
	font-size: 0;
	display: block;
	margin-right: 10px;
	transition: all 0.3s ease-out;
}
#header-widget-area .search .search-icon:hover
{
	background: url('..//library/img/search-icon_white_hover.svg') no-repeat;
}

/*bouton section suivante*/
.content_btn_section_suivante
{
	position: relative;
	z-index: 999999999 !important;
}
/*bouton contact header*/
#header-widget-area .btn_contact A
{
	background: url('..//library/img/paper-plane-contact.svg') center no-repeat;
	width: 35px;
	height: 38px;
	float: right;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	/* transition: all 0.3s ease-out; */
}
#header-widget-area .btn_contact A:hover
{
	background: url('..//library/img/paper-plane-contact_hover.svg') center no-repeat;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
}
/*#search_lang_contact.dark .btn_contact A
{
	background: url('..//library/img/paper-plane-contact-bleu.svg') center no-repeat;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}*/
/*#search_lang_contact.dark .btn_contact A:hover
{
	background: url('..//library/img/paper-plane-contact-bleu_hover.svg') center no-repeat;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}*/
/*bouton contact Career*/
#header-widget-area-2025 .btn_career A
{
	background: url('..//library/img/career-user.svg') right bottom no-repeat;
	width: 47px;
	height: 35px;
	float: right;
	margin-right: 10px;
	transition: all 0.3s ease-out;
}
#header-widget-area-2025 .btn_career A:hover
{
	background: url('..//library/img/career-user_hover.svg') right bottom no-repeat;
}
/*#search_lang_contact.dark .btn_career A
{
	background: url('..//library/img/career-user-bleu.svg') bottom right no-repeat;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}*/
/*#search_lang_contact.dark .btn_career A:hover
{
	background: url('..//library/img/career-user-bleu_hover.svg') bottom right no-repeat;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}*/
/*Changement de langue*/
.btn_switch_lang
{
	float: right;
}
.btn_switch_lang .switch
{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 40px;
}
.btn_switch_lang .btn_switch
{
	width: 26px;
	float: left;
}
.btn_switch_lang .text_lang
{
	float: left;
	font-size: 12px;
	padding-top: 3px;
	font-weight: 300;
}
.btn_switch_lang .text_lang A
{
	text-decoration: none;
	color: #FFFFFF;
}
/*#search_lang_contact.dark .btn_switch_lang .text_lang A
{
	color: #586CFF;
}*/
.btn_switch_lang .text_lang DIV.french
{
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 4px;
	padding-bottom: 3px;
}
/*#search_lang_contact.dark .btn_switch_lang .text_lang DIV.french
{
	border-bottom: 1px solid #586CFF;
}*/
.btn_switch_lang .switch INPUT
{
	opacity: 0;
	width: 0;
	height: 0;
}
.btn_switch_lang .slider
{
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.4s;
	border: 1px solid #FFFFFF;
}
/*#search_lang_contact.dark .slider
{
	border-color: #586CFF;
}*/
.slider:before
{
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 2px;
	top: 2px;
	background-color: #2CF2F3;
	transition: 0.4s;
}
.language-en .slider:before
{
	-webkit-transform: translatey(20px);
	-ms-transform: translatey(20px);
	transform: translatey(20px);
}
.language-fr .btn_switch_lang INPUT:hover + A .slider:before
{
	-webkit-transform: translatey(20px);
	-ms-transform: translatey(20px);
	transform: translatey(20px);
}
.language-en .btn_switch_lang INPUT:hover + A .slider:before
{
	-webkit-transform: translatey(0px);
	-ms-transform: translatey(0px);
	transform: translatey(0px);
}
.btn_switch_lang .slider.round
{
	border-radius: 34px;
}
.btn_switch_lang .slider.round:before
{
	border-radius: 50%;
}
#header-widget-area .execphpwidget
{
	display: none;
}
.language-fr .display_language-fr
{
	display: block;
}
.language-fr .display_language-en
{
	display: none;
}
.language-en .display_language-en
{
	display: block;
}
.language-en .display_language-fr
{
	display: none;
}
/*Home*/
/*Section Home*/
#animation_home_home
{
	overflow: hidden !important;
	max-height: 100vh;
}
	#content_slider_home{max-height: 85vh;}
#animation_home_home .grid_pictos_svg_anim
{
	top: -145px !important;
	z-index: -2 !important;
}
#animation_home_home .content_gradiant
{
	position: absolute;
	width: 120%;
	height: 123vh !important;
	top: 0px;
	margin-left: -10%;
	margin-right: -10%;
	margin-top: -40px !important;
	z-index: 0 !important;
	background: -moz-linear-gradient(45deg, rgba(100, 70, 255, 1) 0%, rgba(83, 109, 255, 0) 84%, rgba(80, 116, 255, 0) 100%);
	background: -webkit-linear-gradient(45deg, rgba(100, 70, 255, 1) 0%, rgba(83, 109, 255, 0) 84%, rgba(80, 116, 255, 0) 100%);
	background: linear-gradient(45deg, rgba(100, 70, 255, 1) 0%, rgba(83, 109, 255, 0) 84%, rgba(80, 116, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6446ff', endColorstr='#005074ff',GradientType=1 );
}
#animation_home_home .content_big_trace
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url('../library/img/big_trace_top.svg') left bottom / 100% no-repeat;
	opacity: 1;
	top: -34%;
	left: 0px;
}
/*--------------------*/
#content_slider_home H2.titre_slider SPAN
{
	/*font-family: 'Nunito', sans-serif !important;*/
	/*font-weight: 700;*/
	/*font-size: 105px !important;*/
	/*line-height: 100px !important;*/
	color: #2CF2F3 !important;
}
#animation_home_home .btn_slide A
{
	font-weight: 100 !important;
	font-family: 'SourceSansPro-Regular';
}
#arrows_slide_left .rs-layer
{
	background: url('../library/img/arrow-left-white.svg') no-repeat !important;
}
#arrows_slide_right .rs-layer
{
	background: url('../library/img/arrow-right-white.svg') no-repeat !important;
	cursor: pointer;
}
/*Home section products*/
.grid_pictos_svg_anim.section_produits
{
	transform: rotate(-90deg) !important;
	font-family: 'Nunito', sans-serif !important;
	font-size: 14.2em;
	top: 0 !important;
	position: absolute !important;
	transform-origin: right;
	padding-right: 0;
	padding-bottom: 34%;
	margin-top: -443px !important;
	font-weight: 700;
	opacity: 1;
	/*à faire plus tard*/
	display: none;
}
.grid_pictos_svg_anim.section_produits DIV
{
	color: #F0F0F0 !important;
	text-align: right !important;
}
.bg_products
{
	background: url('../library/img/big_trace_left.svg') -960px 120px / auto no-repeat scroll border-box padding-box !important;
	overflow: hidden;
}
.picto_and_titre_products .icon-box-left
{
	/* margin-left: 23% !important; */
	display: flex;
	justify-content: center;
	background: none;
	margin: auto !important;
}
.picto_and_titre_products .icon-box-left *
{
	display: block !important;
}
.icone_titre_products
{
	padding-top: 0px;
	margin-top: -9px !important;
}
.picto_connexion
{
	margin-top: 10px !important;
}
.products H2
{
	font-size: 65px !important;
	color: #4F5963 !important;
	font-family: sofia-pro-soft, sans-serif;
	font-style: normal;
	font-weight: 700;
}
.products .icon-box-icon SPAN .icon-media
{
	width: 100% !important;
	margin-bottom: -24px;
}
.products .produits H3
{
	text-align: center !important;
	font-weight: 300 !important;
	font-size: 45px !important;
	height: 45px;
}
.products .produits P
{
	text-align: center !important;
	font-size: 14px;
	margin-top: -14px;
	min-height: 73px;
	margin-bottom: -20px;
	padding-left: 15px;
	padding-right: 15px;
}
.products .btn_prima
{
	/*+border-radius: 18px !important;*/
	-moz-border-radius: 18px !important;
	-webkit-border-radius: 18px !important;
	-khtml-border-radius: 18px !important;
	border-radius: 18px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
/*slide news*/
.news_home
{
	padding-top: 129px;
}
.ms-container
{
	margin-bottom: -175px !important;
}
.ms-slide-container
{
	margin-top: 269px;
}
.ms-slide-info
{
	position: absolute !important;
	top: 78px !important;
	/*border: 1px solid black;*/
	width: 46% !important;
	font-family: 'Nunito', sans-serif !important;
	font-weight: 600;
	font-size: 42px !important;
	line-height: 42px !important;
	padding-left: 45px;
}
.master-slider H2
{
	color: #FFFFFF !important;
}
.master-slider P
{
	color: #FFFFFF !important;
	font-weight: 100 !important;
	font-family: 'SourceSansPro-Regular';
}
.ms-staff-carousel.ms-round .ms-slide-bgcont
{
	border-radius: 0px !important;
	border: none !important;
	margin: 0 -8px;
}
.ms-staff-carousel .ms-nav-prev, .ms-staff-carousel .ms-nav-next
{
	position: absolute;
	top: 250px !important;
}
.ms-staff-carousel .ms-nav-prev
{
	left: 0% !important;
}
.ms-staff-carousel .ms-nav-next
{
	left: 45% !important;
}
.ms-info .readmore
{
	position: absolute;
	float: right !important;
	padding-top: 26px !important;
	display: none;
}
.ms-inner-controls-cont, .ms-container
{
	position: static !important;
}
.ms-staff-carousel .ms-view
{
	position: relative !important;
	bottom: -174px !important;
}
.section_news .supercarousel
{
	text-align: left;
}
.section_news .super_title H3
{
	color: #FFFFFF !important;
	height: auto !important;
	padding: 0px 35px;
	font-family: 'SourceSansPro-Regular';
	margin-top: 0;
}
.section_news .supercarousel .date
{
	color: #FFFFFF;
	font-size: 12px !important;
	padding: 10px 35px;
	font-family: 'SourceSansPro-Regular';
}
.section_news .super_excerpt.texte P
{
	color: #FFFFFF !important;
	padding: 0px 35px 10px;
	font-family: 'SourceSansPro-Regular';
	min-height: 72px;
	margin-top: 0;
	margin-right: 0;
}
.section_news .el-text H2 SPAN
{
	font-size: 92px !important;
	color: #FFFFFF !important;
	font-family: 'Nunito', sans-serif !important;
}
.section_news .btn-round
{
	margin-left: auto !important;
	margin-right: auto !important;
}
.supercrsl A.superprev
{
	background: url('..//library/img/arrow-left-white.svg') no-repeat;
}
.supercrsl A.supernext
{
	background: url('..//library/img/arrow-right-white.svg') no-repeat;
}
.super_style1-white.superprev
{
	background-position: -111px 0;
	height: 70px;
	width: 47px;
}
.super_style1-white.supernext
{
	background-position: -461px 0;
	height: 70px;
	width: 47px;
}
.supercrsl A.superprev
{
	left: 71px;
	top: 140px;
}
.supercrsl A.supernext
{
	right: 44px;
	top: 140px;
}
.section_news .supercrsl A.superprev
{
	left: 0;
}
.section_news .supercrsl A.supernext
{
	right: 0;
}
/*home section innovations*/
#innovations
{
	overflow: hidden;
}
#innovations .grid_pictos_svg_anim
{
	margin-top: -36px;
}
#innovations .grid_pictos_svg_anim .pos-middle
{
	vertical-align: top !important;
}
#innovations .content_pictos_svg_anim
{
	height: 50vh;
	top: -100px;
	position: absolute;
	overflow: hidden;
}
#innovations .content_big_trace
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url('../library/img/big_trace_top.svg') left bottom / 100% no-repeat;
	opacity: 1;
	top: -34%;
	left: 0px;
}
.bg_innovations
{
	background-image: url('../library/img/big_trace_left.svg'), url('../library/img/bg_innovations.jpg');
	background-position: -400px 200px, 0px 0px;
	background-repeat: no-repeat;
	background-size: contain, cover !important;
	background-size: 80%, 100%;
	overflow: hidden;
}
.content_innovation_reduct_width
{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.compteurs_innovations .uncode-wrapper .counter
{
	font-size: 130px !important;
	font-weight: bold;
}
.compteurs_innovations .uncode-wrapper .counter:hover
{
	color: #5BECFF !important;
}
.compteurs_innovations .uncode_text_column P
{
	font-size: 37px !important;
	font-weight: 200;
}
.compteurs_innovations .first_text_counter P
{
	font-weight: 100;
	padding-bottom: 9px;
	font-size: 30px !important;
}
#titre_innovations H2 SPAN
{
	font-family: 'Nunito', sans-serif;
	font-size: 88px;
}
#innovations A.custom-link.btn-round
{
	width: 120px;
}
#innovations A.custom-link.btn-round:before, #innovations A.custom-link.btn-round:hover:after
{
	width: 126px;
}
/*home section références*/
#references.bg_refrences_one
{
	background-image: url('../library/img/backgrounds-colors-references.svg');
	background-position: center center, 0px 0px;
	background-repeat: no-repeat;
	background-size: cover !important;
	/* background-size: auto 100% !important; */
	overflow: hidden !important;
}
#references .grid_pictos_svg_anim
{
	margin-top: 0 !important;
}
#references .content_pictos_svg_anim
{
	position: absolute;
	top: 50vh;
	position: absolute !important;
}
#references .content_big_trace
{
	background-image: url(../library/img/big_trace_top.svg);
	background-repeat: no-repeat;
	background-position: 70% bottom;
	background-size: 60%;
	height: 35vh;
}
#references .quotes
{
	background: url('../library/img/quotes-icons.svg') no-repeat center / 72%;
	position: absolute;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99;
}
#references .content_gradiant
{
	background: linear-gradient(to top, rgb(47, 200, 230), transparent 100%);
	position: absolute;
	top: 50vh;
	left: -10%;
	height: 100vh;
	width: 120%;
	z-index: 9;
}
/*references */
#references .grid_pictos_svg_anim
{
	z-index: 1 !important;
}
#references .text_references P
{
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 2.1em;
	text-align: center !important;
	line-height: 1.2em !important;
	color: #FFFFFF !important;
	font-weight: 100;
	padding-top: 10px !important;
	padding-left: 20%;
	padding-right: 20%;
}
.category-produits #references .text_references P
{
	font-size: 31px !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	line-height: 44px !important;
	color: #FFFFFF !important;
	font-weight: 100;
	padding-left: 18%;
	padding-right: 18%;
}
#references A.custom-link
{
	width: 150px;
}
#references A.custom-link:before, #references A.custom-link:hover:after
{
	width: 156px;
}
.slider_references
{
	position: relative;
	z-index: 3 !important;
}
.bg_refrences_one .text_slide_references
{
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 0.5em;
	text-align: center !important;
	line-height: 1.2em !important;
	color: #FFFFFF !important;
	font-weight: 100;
	/*padding-top: 10px !important;*/
}
.bg_refrences_one H3
{
	font-size: 3.9em !important;
	text-align: center !important;
	color: #FFFFFF !important;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif !important;
	letter-spacing: normal !important;
}
.btn_see_all_references
{
	width: 250px !important;
	transform: translatey(-130px);
	z-index: 1;
}
.bg_refrences_one .btn-container
{
	margin-left: auto;
	margin-right: auto;
	width: 182px;
}
.btn_prima.btn_see_all_references.btn-round
{
	width: 176px !important;
}
.btn_prima.btn_see_all_references.btn-round:before
{
	width: 182px !important;
}
.btn_prima.btn_see_all_references.btn-round:hover:after
{
	width: 182px !important;
}
.section_logos .uncode-single-media .uncode-single-media-wrapper
{
	width: 100% !important;
}
/*
FOOTER
*/
#section-contact
{
	height: 100vh;
	padding-top: 0;
}
#section-contact .grid_pictos_svg_anim
{
	margin-top: 0;
	padding-top: 0;
}
#section-contact .content_big_trace
{
	background-image: url(../library/img/big_trace_top.svg);
	background-repeat: no-repeat;
	background-position: 80% bottom;
	background-size: 60%;
	height: 50vh;
	width: 100%;
	position: absolute;
	top: 0;
}
.bg_contact
{
	overflow: hidden;
	padding-top: 75px;
}
.bg_contact .content_pictos_svg_anim
{
	padding-top: 0px;
	display: block;
}
.bg_contact .uncode_text_column H2
{
	font-size: 92px;
	color: #FFFFFF !important;
	font-family: 'Nunito', sans-serif !important;
}
.bg_contact .uncode_text_column P
{
	color: #5BECFF !important;
	font-size: 36px;
}
.bg_contact .icon-box-icon
{
	display: block !important;
}
.btn_commencer_a_discuter P
{
	margin-top: 75px !important;
	text-align: center;
}
.btn_commencer_a_discuter P A
{
	color: #FFFFFF !important;
	font-weight: 100 !important;
	font-size: 51px;
	font-family: 'Source Sans Pro', sans-serif;
}
.btn_commencer_a_discuter P:before
{
	background: url('..//library/img/arrow-icon.svg') left center no-repeat;
	content: ' ';
	padding-left: 76px;
	padding-top: 17px;
	padding-bottom: 17px;
	top: -9px;
	position: relative;
}
/*btn retour widget*/
.btn_retour_widget P
{
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.btn_retour_widget P A
{
	color: #303133 !important;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	-ms-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
	margin-left: -15px;
}
.btn_retour_widget P:hover A
{
	color: #4F64FF !important;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	-ms-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
}
.btn_retour_widget P:before
{
	background: url('..//library/img/arrow-icon_black.svg') left center / 49px no-repeat;
	padding-top: 28px;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	-ms-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
}
.btn_retour_widget P:hover:before
{
	background: url('..//library/img/arrow-icon_blue.svg') left center / 49px no-repeat;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	-ms-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
}
/*.single-post .post-after
{
	display: block;
}*/
.category-produits .post-after, .category-products .post-after
{
	display: none;
}
.category-solutions .post-after, .category-solution .post-after
{
	display: none;
}
/*Blog news and event*/
.header-news H1
{
	font-family: 'Nunito', sans-serif !important;
}
.header-general .uncont.no-block-padding.col-custom-width
{
	max-width: 100% !important;
}
/*Page type (post default + header)*/
.category-info A
{
	color: #FFFFFF !important;
}
.header_default_post_prima .uncode-info-box
{
	font-size: 15px;
	font-weight: bolder !important;
}
.header_default_post_prima .share-button
{
	float: right;
}
.header_default_post_prima .social UL LI
{
	color: #FFFFFF !important;
}
/*Catégories Ressources*/
.category-avis-dexpert .header_default_post_ressources SPAN, .category-temoignage-client .header_default_post_ressources SPAN
{
	color: #FFFFFF !important;
	font-size: 65px;
}
.category-video .header_default_post_ressources SPAN, .category-livre-blanc .header_default_post_ressources SPAN
{
	color: #FFFFFF !important;
	font-size: 55px;
}
.category-avis-dexpert .header_default_post_ressources SPAN.date-info
{
	/*pour ne pas afficher la date*/
	color: #5A7FFC !important;
}
.group-blog .isotope-general-light .t-entry SPAN.t-entry-category.t-entry-date, .group-blog .isotope-general-light .t-entry SPAN.t-entry-category.t-entry-tax
{
	/*pour ne pas afficher la categorie*/
	display: none;
}
.group-blog .isotope-container .t-entry .t-entry-meta
{
	padding-left: 0;
	margin-left: -8px;
}
.wpb_content_element H3 .info_cat:hover
{
	color: #FFFFFF !important;
}
/*Articles Produits  */
/*Prima P&C*/
#prima-pc
{
	overflow: hidden !important;
	z-index: 1 !important;
}
.category-produits .heading-text, .category-products .heading-text
{
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}
.category-produits .heading-text H1, .category-products .heading-text H1
{
	font-size: 87px !important;
	color: #FFFFFF !important;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 100;
	margin-top: 0;
	margin-bottom: -9px;
}
.category-produits .fluid-svg .icon-media, .category-products .fluid-svg .icon-media
{
	width: 100% !important;
}
.category-produits .heading-text H2, .category-products .heading-text H2
{
	font-size: 37px !important;
	color: #FFFFFF !important;
	font-family: 'Nunito', sans-serif !important;
}
.category-produits .bg_blanc .heading-text H2, .category-products .bg_blanc .heading-text H2
{
	color: #303133 !important;
}
HR.hr
{
	width: 110px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.titre_prima_pc .heading-text H2
{
	margin-top: -15px;
	text-align: center !important;
	font-weight: 100 !important;
	font-size: 55px !important;
	font-family: 'Source Sans Pro', sans-serif !important;
}
/*Contenu associés (pour les produits etc.)*/
.section_slider_produit .el-text H2 SPAN
{
	color: #FFFFFF !important;
	font-size: 65px;
	font-family: 'Nunito', sans-serif !important;
	font-weight: 700 !important;
}
.section_slider_produit .el-text H2 SPAN, .section_slider_produit .heading-text.el-text H1
{
	color: #FFFFFF !important;
	font-size: 65px;
	font-family: 'Nunito', sans-serif !important;
	font-weight: 700 !important;
}
.section_slider_produit .super_overlay_title
{
	min-height: 113px;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
/*Outils de gestion*/
.produits_prima_pc .grid_pictos_svg_anim
{
	margin-top: -37px !important;
}
.produits_prima_pc .content_bg_image
{
	position: absolute;
	height: 100vh;
	z-index: -1;
	background: url('../library/img/bg_prima_pc.jpg') center top / cover no-repeat;
	opacity: 1;
	left: -30px;
	right: -30px;
}
#prima-compliance.produits_prima_pc .content_bg_image
{
	height: 100%;
}
.produits_prima_pc .content_pictos_svg_anim
{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-left: -84px !important;
	/*margin-top: -41px;*/
	padding-bottom: 0px;
}
.produits_prima_pc .content_pictos_svg_anim .item_svg
{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.produits_prima_pc .content_gradiant
{
	position: absolute;
	height: 100% !important;
	top: 0px;
	left: -30px;
	right: -30px;
	z-index: 0 !important;
	background: -moz-linear-gradient(left, rgba(100, 70, 255, 0.9) 0%, rgba(70, 113, 255, 0.9) 100%);
	background: -webkit-linear-gradient(left, rgba(100, 70, 255, 0.9) 0%, rgba(70, 113, 255, 0.9) 100%);
	background: linear-gradient(to right, rgba(100, 70, 255, 0.9) 0%, rgba(70, 113, 255, 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e66446ff', endColorstr='#e64671ff',GradientType=1 );
}
.produits_prima_pc .content_big_trace
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url('../library/img/big_trace_top.svg') left bottom / 100% no-repeat;
	opacity: 1;
	top: -34%;
	left: 0px;
}
.category-produits .section_outil_gouvernance P, .category-products .section_outil_gouvernance P
{
	font-size: 28px !important;
	line-height: 42px !important;
}
.category-produits .produits_prima_pc .uncode_text_column P, .category-products .produits_prima_pc .uncode_text_column P
{
	font-size: 42px;
	color: #FFFFFF !important;
	line-height: 58px !important;
	font-weight: 100;
	font-family: 'SourceSansPro-Regular' !important;
}
/* outil de gouvernance */
SPAN.btn-container
{
	z-index: 99;
}
.section_outil_gouvernance A.custom-link.btn-round
{
	width: 180px !important;
	margin: auto;
	margin-top: auto;
	margin-bottom: auto;
}
.section_outil_gouvernance A.custom-link.btn-round:before, .section_outil_gouvernance A.custom-link.btn-round:hover:after
{
	width: 186px;
}
.section_outil_gouvernance .uncode_text_column P
{
	text-align: center;
}
.section_outil_gouvernance HR.hr
{
	border-bottom: 1px solid #9AAFF6 !important;
}
.section_logos.bg_refrences .wpb_row.row-inner
{
	margin: auto;
	text-align: center;
}
.section_logos .row_logos_references
{
	/* padding-left: 4%; */
}
/*modules associes*/
.section_modules_associes A.custom-link.btn-round:before, .section_modules_associes A.custom-link.btn-round:hover:after
{
	width: 186px;
}
.section_modules_associes H3
{
	color: #FFFFFF !important;
	font-size: 63px !important;
	font-family: 'Nunito', sans-serif !important;
}
.circles_modules .wpb_wrapper
{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 960px;
	margin: auto;
}
.circle_text
{
	margin: 0 10px 30px 10px;
}
.section_modules .double_col .circle_text
{
	border-radius: 50%;
	width: 130px;
	height: 130px;
	background-image: -webkit-radial-gradient(0px 0px, #A2A2A2, #BFBFBF);
	float: left !important;
	text-align: center;
	color: #FFFFFF !important;
	padding-top: 48px;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 100;
	font-size: 19px;
	text-transform: capitalize;
}
.postid-87785 .section_modules .double_col .circle_text
{
	padding-top: 34px;
}
/*.postid-86047 .section_modules .double_col .circle_text
{
	padding-top: 38px;
}*/
.postid-87785 .section_modules_associes .circle_text A
{
	padding-top: 27%;
}
.section_modules .double_col .circle_text.active
{
	background-image: -webkit-radial-gradient(0px 105px, #0E95FF, #5256FF) !important;
	/*+box-shadow: 0px 8px 43px rgba(0, 0, 0, 0.341);*/
	-moz-box-shadow: 0px 8px 43px rgba(0, 0, 0, 0.341);
	-webkit-box-shadow: 0px 8px 43px rgba(0, 0, 0, 0.341);
	box-shadow: 0px 8px 43px rgba(0, 0, 0, 0.341);
}
.section_modules_associes .circle_text A
{
	border-radius: 50%;
	width: 130px;
	height: 130px;
	background-image: -webkit-radial-gradient(0px 0px, #A2A2A2, #BFBFBF);
	float: left !important;
	text-align: center;
	color: #FFFFFF;
	margin: auto;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 100;
	font-size: 19px;
	text-transform: capitalize;
	padding-top: 37%;
}
/*.postid-86047 .section_modules_associes .circle_text A
{
	padding-top: 30%;
}*/
.section_modules_associes .circle_text A:hover
{
	background-image: -webkit-radial-gradient(0px 105px, #0E95FF, #5256FF);
	color: #FFFFFF !important;
	/*+box-shadow: 0px 8px 43px rgba(0, 0, 0, 0.341);*/
	-moz-box-shadow: 0px 8px 43px rgba(0, 0, 0, 0.341);
	-webkit-box-shadow: 0px 8px 43px rgba(0, 0, 0, 0.341);
	box-shadow: 0px 8px 43px rgba(0, 0, 0, 0.341);
}
.category-produits .section_modules_associes P, .category-products .section_modules_associes P
{
	font-size: 15px !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	line-height: 15px !important;
	color: #FFFFFF !important;
	font-weight: 100;
	padding-left: 18%;
	padding-right: 18%;
}
.section_modules_associes A.custom-link.btn-round
{
	width: 180px !important;
	margin: auto;
	margin-top: auto;
	margin-bottom: auto;
}
.liste_numero_produits OL
{
	list-style: none;
	counter-reset: li;
}
/*.liste_numero_produits OL LI
{
	counter-increment: li;
}*/
.liste_numero_produits OL LI :before
{
	content: "";
	margin-left: -3em;
	margin-right: 0.5em;
	background-image: url('../library/img/arrow-icon_black.svg');
	background-repeat: no-repeat;
	height: 55px;
	width: 52px;
	position: absolute;
	margin-top: -8px;
	filter: invert(41%) sepia(47%) saturate(4790%) hue-rotate(215deg) brightness(102%) contrast(101%);
}
.liste_numero_produits OL LI A:before
{
	content: "";
	background-image: none !important;
}
.section_modules .double_col .el-text H2
{
	/*text-align: left !important;*/
	display: block !important;
	color: #4671FF !important;
	font-size: 85px !important;
	padding-left: 0;
}
/*page Carrieres*/
.section_carrieres .content_padding_prima
{
	padding-left: 9%;
}
.section_carrieres .el-text H1
{
	font-size: 105px;
	font-family: 'Nunito', sans-serif !important;
	font-weight: 600;
}
.section_carrieres .heading-text.el-text P
{
	color: #5BECFF !important;
	font-size: 34px !important;
	line-height: 53px !important;
}
.section_carrieres .uncode_text_column P
{
	font-size: 21px;
	line-height: 28px !important;
}
/*section nos valeurs*/
.section_nos_valeurs .icon-media
{
	width: 100px !important;
	height: 100px;
}
.section_nos_valeurs .cols_section_nos_valeurs
{
	padding-left: 8%;
	padding-right: 8%;
}
.section_nos_valeurs .el-text H2
{
	font-size: 65px !important;
	font-style: normal;
	font-weight: 700;
	font-family: 'Nunito', sans-serif !important;
}
.section_nos_valeurs .uncode_text_column P
{
	font-size: 18px;
	font-family: 'SourceSansPro-Regular' !important;
	line-height: 24px !important;
}
.section_nos_valeurs .cols_section_nos_valeurs .el-text H3
{
	font-size: 3.5em;
}
.section_video_carrieres .video_section_video
{
}
/*témoignages employés*/
.section_temoignages_employes .el-text H2
{
	font-size: 65px !important;
	font-style: normal;
	font-weight: 700;
	font-family: 'Nunito', sans-serif !important;
}
.section_temoignages_employes .supercarousel_wrapper .super_title.superelement1
{
	margin-top: -213px !important;
}
.super_overlay_title
{
	/*opacity: 1 !important;*/
}
.section_temoignages_employes .super_overlay_title DIV.text_visible
{
	font-size: 3.3vh;
	padding-bottom: 32px;
}
.section_temoignages_employes .super_overlay_title
{
	padding-left: 15% !important;
	padding-right: 15% !important;
}
/*les plus du groupe*/
.section_les_plus_groupe H2
{
	font-size: 85px !important;
	font-style: normal;
	font-weight: 700;
	font-family: 'Nunito', sans-serif !important;
}
.section_les_plus_groupe .el-text H3 SPAN
{
	font-size: 45px;
	color: #5BECFF !important;
	font-family: 'SourceSansPro-Regular';
}
/*page le groupe*/
.section_a_propos_de_nous .content_padding_prima
{
	padding-left: 9%;
}
.section_a_propos_de_nous H1
{
	font-size: 105px !important;
	font-family: 'Nunito', sans-serif !important;
	color: #4671FF !important;
}
.section_a_propos_de_nous .uncode_text_column P
{
	font-size: 44px !important;
	line-height: 56px !important;
	color: #4F5963 !important;
}
/*les chiffres cles prima*/
.section_chiffres_cles_prima .content_padding_prima
{
	padding-left: 9%;
	padding-right: 9%;
}
.section_chiffres_cles_prima H2
{
	font-size: 105px !important;
	font-family: 'Nunito', sans-serif !important;
}
.section_chiffres_cles_prima .uncode_text_column P
{
	font-size: 44px !important;
	line-height: 56px !important;
	color: #FFFFFF !important;
}
.section_chiffres_cles_prima .uncode_text_column P SPAN
{
	color: #5BECFF !important;
}
.compteurs_chiffres_cles .uncode-wrapper .counter
{
	font-size: 130px !important;
	font-weight: bold;
	color: #FFFFFF !important;
	text-align: center !important;
	display: block;
	padding-bottom: 11px;
}
.compteurs_chiffres_cles .wpb_column
{
	padding-left: 0 !important;
	margin-left: 0 !important;
}
.section_chiffres_cles_prima .col_two
{
	padding-left: 10% !important;
	padding-right: 10% !important;
}
.compteurs_chiffres_cles .uncode-wrapper .counter:hover
{
	color: #5BECFF !important;
}
.compteurs_chiffres_cles .uncode_text_column P
{
	font-size: 30px !important;
	text-align: center;
	line-height: 39px !important;
}
.compteurs_chiffres_cles .first_text_counter P
{
	font-weight: 100;
	padding-bottom: 9px;
	font-size: 30px !important;
}
/*a propos de nous two*/
.section_a_propos_de_nous_two H2
{
	font-size: 65px !important;
	font-style: normal;
	font-weight: 700;
	font-family: 'Nunito', sans-serif !important;
	color: #FFFFFF !important;
}
.section_a_propos_de_nous_two .wpb_accordion_section
{
	float: left;
	border: 1px solid black;
	display: block !important;
	width: 33%;
}
.section_a_propos_de_nous_two #accordion_strategy .wpb_accordion_header
{
	float: left;
}
.section_a_propos_de_nous_two .wpb_accordion_header P.panel-title A SPAN
{
	color: #FFFFFF !important;
}
.section_a_propos_de_nous_two .text_preced_acordion
{
	clear: both;
	padding-top: 52px;
	padding-left: 20%;
	padding-right: 20%;
}
.section_a_propos_de_nous_two .text_preced_acordion P
{
	font-size: 26px !important;
	text-align: center;
	line-height: 35px !important;
	color: #FFFFFF !important;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif !important;
}
/*notre vision*/
.section_notre_vision .content_padding_prima
{
	padding-left: 4%;
	padding-right: 4%;
}
.section_notre_vision H2
{
	font-size: 141px !important;
	font-style: normal;
	font-weight: 700;
	font-family: 'Nunito', sans-serif !important;
	color: #FFFFFF !important;
}
.section_notre_vision .col_right .el-text
{
	text-align: right !important;
}
.section_notre_vision .uncode_text_column P
{
	font-size: 26px !important;
	text-align: left;
	line-height: 35px !important;
	color: #FFFFFF !important;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif !important;
	margin-top: -20px;
	padding-right: 25%;
}
.section_notre_vision .col_right .uncode_text_column P
{
	text-align: right;
	padding-right: 0%;
	padding-left: 25%;
}
/*Notre charte*/
.section_notre_charte .text_one P
{
	font-size: 30px !important;
	font-style: normal;
	font-weight: 500;
	font-family: 'Nunito', sans-serif !important;
	color: #FFFFFF !important;
	line-height: 37px !important;
	text-align: center;
}
.section_notre_charte .text_two P
{
	font-style: italic !important;
	font-size: 22px !important;
	font-style: normal;
	font-weight: 400 !important;
	color: #FFFFFF !important;
	line-height: 33px !important;
	font-family: 'Source Sans Pro', sans-serif !important;
}
.section_notre_charte .text_personne P
{
	text-align: center;
	font-size: 21px;
	font-weight: bold;
}
.section_notre_charte .text_personne P SPAN
{
	font-size: 16px;
	font-weight: 100;
	line-height: 40px;
	color: rgba(255, 255, 255, 0.746) !important;
	font-family: 'Source Sans Pro', sans-serif !important;
}
.section_notre_charte .btn_prima
{
	margin-left: auto !important;
	margin-right: auto !important;
}
.section_notre_charte .content_padding_prima
{
	padding-left: 20% !important;
	padding-right: 20% !important;
}
.section_notre_charte .el-text H2 SPAN P
{
	font-size: 65px !important;
	font-family: 'Nunito', sans-serif !important;
	line-height: 65px !important;
}
.page-id-88092 .btn-round, .page-id-86106 .btn-round
{
	width: 235px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.page-id-88092 A.custom-link.btn-round:before, .page-id-88092 A.custom-link.btn-round:hover:after
{
	width: 241px !important;
}
.page-id-86106 A.custom-link.btn-round:before, .page-id-86106 A.custom-link.btn-round:hover:after
{
	width: 241px !important;
}
/*team management*/
.section_notre_charte .content_padding_prima
{
	padding-left: 9%;
	padding-right: 9%;
}
.section_management_team H2
{
	font-size: 86px !important;
	font-family: 'Nunito', sans-serif !important;
	color: #4671FF !important;
}
.management_team .single-team IMG
{
	margin-left: auto;
	margin-right: auto;
}
.rt-team-container .layout1 .tlp-content-layout1, .rt-team-container .tlp-content
{
	background: rgba(240, 41, 41, 0);
	color: #FFFFFF;
	padding: 10px;
}
.management_team .single-team FIGURE
{
	padding: 16px;
	min-height: 192px !important;
	max-height: 230px !important;
	display: flex;
	align-items: center !important;
	justify-content: center !important;
}
.management_team .single-team-area .short-bio P
{
	color: #B5B5B5 !important;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 5px;
	height: 48px;
}
.management_team .single-team-area .short-bio:after
{
	content: "";
	border-bottom: 1px solid #B5B5B5;
	width: 70%;
	height: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.management_team .contact-info SPAN.tlp-url
{
	display: none;
}
.management_team .tlp-content H3
{
	height: 54px;
}
.management_team .tlp-content H3 SPAN
{
	color: #4F5963 !important;
}
.rt-team-container .contact-info I
{
	width: 20px;
	padding-right: 4px;
	text-align: center;
	padding-top: 17px;
}
.fa-globe:before
{
	content: "\f0e1" !important;
	color: #B5B5B5;
	font-size: 16px;
}
/*Articles Solutions*/
.section_assurance_usage H2 STRONG
{
	color: #FFFFFF;
	font-family: 'Nunito', sans-serif !important;
	font-weight: 700;
	font-size: 65px !important;
}
.section_assurance_usage P
{
	color: #FFFFFF !important;
	font-size: 27px !important;
	line-height: 41px !important;
}
.section_assurance_usage H1 P
{
	font-size: 41px !important;
	font-weight: 100 !important;
}
.section_innovant_besoins H3 SPAN
{
	color: #4671FF !important;
	font-size: 65px;
}
/*.content_big_trace
{
	z-index: -1 !important;
	position: relative;
	display: none;
}*/
.section_vos_besoins H2 SPAN
{
	font-size: 65px !important;
	color: #FFFFFF !important;
	font-weight: 700;
	font-family: 'Nunito', sans-serif !important;
}
.section_vos_besoins P
{
	color: #FFFFFF !important;
	font-size: 28px !important;
	line-height: 42px !important;
	font-family: 'SourceSansPro-Regular' !important;
	padding-left: 25%;
	padding-right: 25%;
}
.section_contenu_associe_slide .heading-text H2 SPAN
{
	color: #4671FF !important;
	font-size: 65px !important;
}
.section_contenu_associe_slide .el-text H2
{
	font-size: 80px !important;
}
.section_vos_besoins .custom-link
{
	margin-left: auto !important;
	margin-right: auto !important;
}
/*page offre d'emploi*/
.sjb-page .sjb-filters
{
	background-color: #FFFFFF;
}
.section_offres_demploi .btn-container .btn-round
{
	margin-left: auto;
	margin-right: auto;
}
.section_offres_demploi .btn-search, .page-id-85806 .btn-search
{
	background-color: #4F62EC !important;
}
/*Custom CSS simple job board by webscom 2019*/
.page-id-85521 .btn-round, .page-id-85806 .btn-round
{
	width: 235px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.page-id-85806 A.custom-link.btn-round:before, .page-id-85806 A.custom-link.btn-round:hover:after
{
	width: 241px !important;
}
.page-id-85521 A.custom-link.btn-round:before, .page-id-85521 A.custom-link.btn-round:hover:after
{
	width: 241px !important;
}
.sjb-page .sjb-filters .btn-search
{
	font-family: "FontAwesome" !important;
	font-weight: lighter !important;
	line-height: 10px;
}
#page_recrutement_new_2019 .g-html CODE
{
	display: inline-block;
	font-family: "Roboto", sans-serif;
	padding: 0 5px;
	background-color: #FFFFFF;
	color: #333;
}
#page_recrutement_new_2019 .sjb-container
{
	padding-top: 88px;
}
#page_recrutement_new_2019 .sjb-page .sjb-archive-page > H3
{
	display: none;
}
.sjb-page .list-data
{
	background: #FFF;
	border: none;
	float: left;
	margin: 15px 0;
	padding: 0px;
	width: 100%;
}
.list-data .row .col-md-9.col-sm-9
{
	border: 1px solid #DCDCDC;
	/*display: flex;*/
	min-height: 136px;
	padding: 12px 12px 12px 4%;
}
.job-category, .job-type, .job-location, .job-type I, .job-location I
{
	color: #C1BCBC !important;
}
.job-category, .job-type, .job-location
{
	float: left;
}
.sjb-listing HEADER .col-md-4.col-sm-4.col-xs-12
{
	float: left !important;
	display: block;
	width: auto;
	min-width: 26%;
}
.single-jobpost .list-data HEADER .col-md-4.col-sm-4, .single-jobpost .list-data HEADER .col-md-3.col-sm-4
{
	width: auto;
	float: left !important;
}
H3.job-title
{
	color: #131313 !important;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 57px;
	float: left;
}
.sjb-page .list-data .company-logo
{
	margin-bottom: 0px;
	overflow: hidden;
}
.list-data .col-md-3.col-sm-3.col-xs-12
{
	padding-right: 0;
}
.sjb-page .list-data .company-logo IMG
{
	margin-bottom: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: none;
	min-height: 136px;
	max-width: none;
	max-height: 136px !important;
}
/*.sjb-filters .sjb-search-button
{
	margin-top: -6px !important;
}*/
.sjb-content .sjb-archive-page
{
	padding-top: 55px;
}
.sjb-page .list-data .header-margin-top
{
	margin-top: 0px;
}
.sjb-page .list-data .row .col-md-3.col-sm-3
{
	/*margin-right: 0;*/
	padding-right: 0;
}
.single-jobpost HEADER .row .col-md-3.col-sm-3 IMG
{
	width: auto;
}
.sjb-page HEADER .header-margin-top DIV.col-md-5
{
	display: none;
}
.sjb-page HEADER
{
	float: left;
	width: 100%;
	padding-bottom: 19px;
}
.sjb-page .job-features TD
{
	padding-left: 7px !important;
}
.single-jobpost .w-blog .w-blog-post-meta
{
	display: none;
}
.single-jobpost H1.w-blog-post-title.entry-title
{
	margin-bottom: 0 !important;
}
.single-jobpost .job-description H2
{
	/*color: #F59900 !important;*/
	font-size: 1.235rem !important;
}
.single-jobpost .job-description H3
{
	/*color: #E6472A !important;*/
	font-size: 16px !important;
}
.single-jobpost .job-description H4 STRONG
{
	/*color: #F59900 !important;*/
	font-size: 16px !important;
}
.single-jobpost .job-description H4
{
	font-size: 16px !important;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 28px;
}
.single-jobpost .job-description UL
{
	margin-top: 11px !important;
}
.single-jobpost .job-description P
{
	font-size: 0.938rem;
	line-height: 26px;
}
#page_recrutement_new_2019 .sjb-filters .filters-form INPUT.btn-search
{
	background-color: #161B69;
}
.single-jobpost .jobpost .post-info
{
	display: none;
}
/*page services*/
/*.content_big_trace
{
	display: none;
}*/
.services_section_1 .el-text H1
{
	font-size: 85px !important;
	font-style: normal;
	font-weight: 700;
	font-family: 'Nunito', sans-serif !important;
	color: #FFFFFF !important;
}
.services_section_1 P
{
	color: #FFFFFF !important;
	font-size: 28px !important;
	line-height: 42px !important;
	font-family: 'SourceSansPro-Regular' !important;
	padding-left: 25%;
	padding-right: 25%;
}
.services_section_2 .el-text H2
{
	font-size: 85px !important;
	font-style: normal;
	font-weight: 700;
	font-family: 'Nunito', sans-serif !important;
	color: #FFFFFF !important;
}
.section_modules .el-text H2
{
	text-align: center;
}
.services_section_1 .btn-container .btn
{
	margin-left: auto;
	margin-right: auto;
}
/*section services*/
.services_section_2 .h2 SPAN
{
	color: #FFFFFF !important;
}
/*footer*/
.site-footer .row-container
{
	padding: 20px 0;
}
.site-info .info_footer
{
	float: left;
	height: 25px !important;
	padding: 2px;
	text-align: center;
}
.site-info .info_footer a.mecenat-cardiaque{padding-right: 20px;}
.infos_footer .gdpr_btn
{
	float: left;
	height: 25px;
	padding: 2px;
}
.site-footer .infos_footer
{
	margin-left: auto !important;
	margin-right: auto !important;
	/*border: 1px solid #E5E4E4;*/
	padding-left: 4%;
	padding-right: 4%;
	width: auto;
	display: inline-block;
}
/*divers*/
.rt-team-container .layout1 .overlay
{
	background-color: rgba(255, 255, 255, 0) !important;
}
/*modification témoignage pour mac pro*/
/*.display_none_under_1600px
{
	display: none !important;
}*/
/*.section_temoignages_employes .owl-carousel-wrapper .owl-item
{
	width: 100% !important;
}*/
/*optimisation IE11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
	.pageloader-image-wrapper
	{
		display: none !important;
	}
	.pageloader-sentence-inner
	{
		display: none !important;
	}
	.pageloader-image-wrapper, .pageloader-icon-wrapper, .pageloader-sentence-wrapper, .pageloader-widgets-wrapper
	{
		z-index: -1;
		display: none !important;
	}
	.item_svg
	{
		display: inline-block;
		margin-left: 40px;
		margin-right: 40px;
		width: 110px !important;
	}
}
/*Responsive recrutement + header mobile*/
@media (max-width: 1700px)
{
	.management_team .single-team FIGURE
	{
		min-height: 192px !important;
		max-height: 214px !important;
	}
	.rt-team-container .layout1 .single-team-area H3
	{
		min-height: 98px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.rt-team-container .layout1 .short-bio P
	{
		margin-bottom: 0px;
		min-height: 51px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media (max-width: 1500px)
{
	.management_team .single-team FIGURE
	{
		min-height: 206px !important;
	}
}
@media (max-width: 1400px)
{
	.management_team .single-team FIGURE
	{
		min-height: 179px !important;
	}
}
@media (max-width: 1200px)
{
	.section_offres_demploi .sjb-page, .post-type-archive .wpb_wrapper P
	{
		margin-left: 15px;
		margin-right: 30px;
	}
	.section_offres_demploi H3.job-title
	{
		line-height: 36px;
	}
	.management_team .single-team FIGURE
	{
		min-height: 157px !important;
	}
	.rt-team-container .layout1 .short-bio P
	{
		min-height: 70px;
	}
}
@media (max-width: 991px)
{
	.management_team .single-team FIGURE
	{
		min-height: 254px !important;
	}
	.rt-team-container .layout1 .single-team-area H3
	{
		min-height: 48px;
	}
}
@media (max-width: 882px)
{
	.rt-team-container .layout1 .single-team-area H3
	{
		min-height: 62px;
	}
	.management_team .single-team FIGURE
	{
		min-height: 240px !important;
		max-height: 234px !important;
	}
}
@media (max-width: 768px)
{
	.sjb-listing H3.job-title
	{
		font-size: 22px;
	}
}
@media (max-width: 767px)
{
	.single-jobpost HEADER .row DIV.col-md-3.col-sm-3
	{
		padding-left: 0;
		float: left;
	}
	.post-type-archive .list-data .company-logo-col
	{
		width: 241px !important;
		padding: 0;
	}
	.section_offres_demploi .list-data .company-logo-col IMG
	{
		width: 100% !important;
		height: auto;
		min-height: auto;
	}
	.section_offres_demploi .list-data .row .col-md-9.col-sm-9
	{
		float: left;
		width: 61%;
		min-height: auto;
		padding: 6px;
		min-height: 117px;
	}
	.section_offres_demploi HEADER H3.job-title
	{
		font-size: 15px;
		line-height: 23px;
	}
	.section_offres_demploi .list-data HEADER .job-type
	{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.management_team .single-team FIGURE
	{
		min-height: 256px !important;
	}
	.rt-team-container .layout1 .short-bio P
	{
		min-height: 38px;
	}
	.rt-team-container .layout1 .single-team-area H3
	{
		min-height: 38px;
	}
}
@media (max-width: 649px)
{
	#page_recrutement_new_2019 .list-data .row .col-md-9.col-sm-9
	{
		float: left;
		width: 54%;
		max-height: 117px;
	}
	#header-widget-area
	{
		width: 100%;
		padding-top: 9px;
		padding-left: 3px;
		padding-right: 7px;
		background-color: #5060EC;
		padding-bottom: 16px;
	}
	#header-widget-area .logo IMG
	{
		width: 105px;
	}
	#search_lang_contact.dark .btn_contact A
	{
		background: url('..//library/img/paper-plane-contact.svg') center no-repeat;
	}
	#header-widget-area .logo.dark .bg_light
	{
		display: none !important;
	}
	#header-widget-area .logo.dark .bg_dark
	{
		display: block;
	}
	#search_lang_contact.dark .btn_career A
	{
		background: url('..//library/img/career-user.svg') bottom right no-repeat;
	}
	#search_lang_contact.dark .btn_switch_lang .text_lang A
	{
		color: #FFFFFF;
	}
	/*#search_lang_contact.dark .search-icon
	{
		filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(23deg) brightness(118%) contrast(118%);
	}*/
	#search_lang_contact.dark .btn_switch_lang .text_lang DIV.french
	{
		border-bottom: 1px solid #FFFFFF;
	}
	#search_lang_contact.dark .slider
	{
		border-color: #FFFFFF;
	}
}
@media (max-width: 578px)
{
	.single-jobpost HEADER .row DIV.col-md-3.col-sm-3, .single-jobpost HEADER .row DIV.col-md-3.col-sm-3 IMG
	{
		width: 100% !important;
		display: block;
		float: left;
		height: auto;
		/*min-height: auto;*/
		max-height: none !important;
		-webkit-border-top-left-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
	.single-jobpost .list-data HEADER .col-md-9.col-sm-9.header-margin-top
	{
		clear: both;
	}
	#page_recrutement_new_2019 .list-data .company-logo-col
	{
		width: 100% !important;
		padding: 0;
		min-height: auto !important;
		height: auto !important;
	}
	#page_recrutement_new_2019 .list-data .row .col-md-9.col-sm-9
	{
		float: left;
		width: 100%;
		min-height: auto;
		padding: 6px;
		min-height: 117px;
	}
	.sjb-page .list-data .company-logo IMG
	{
		max-height: none !important;
		-webkit-border-top-left-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
	#page_recrutement_new_2019 .sjb-page .list-view .list-data .row
	{
		margin-left: 0;
		margin-right: 0;
	}
	.sjb-page .sjb-filters
	{
		padding: 0px;
	}
}
/*Switch langue 2025*/
.lang-switcher {
  position: relative;
  width: 20px;
  height: 40px;
  display: inline-block;
}
.lang-switcher::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #fff;
  border-radius: 34px;
  box-sizing: border-box;
}
.lang-switcher .slider-thumb {
  position: absolute;
  left: 3px;
  /* top sera géré par JS */
  width: 14px;
  height: 14px;
  background-color: #2CF2F3;
  border-radius: 50%;
  transition: top 0.3s ease;
  z-index: 1;
}
.lang-switcher .cpel-switcher__flag,
.lang-switcher .cpel-switcher__code {
  display: none !important;
}
.lang-switcher .cpel-switcher__lang a {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 2;
}
.lang-switcher .cpel-switcher__lang:nth-child(2) a {
  top: 50%;
}
