/*
Theme Name:     tei
Theme URI:      
Description:    Youdemus theme.
Author:         Me
Author URI:     
Template:       astra
Version:        0.1.0
Text Domain:	astra-child
*/

/* Correction menu */

.show_mobile {
	display: none !important;
}

@media screen and (max-width: 921px) {
	
	.show_mobile {
		display: block !important;
	}
	
	.hide_mobile {
		display: none !important;
	}
	
}

/*------------*/

/* --- Nouveau EFE ---------------------- */

/* Container */

@media screen and (min-width: 920px) and (max-width: 1300px) {
	.site-content .ast-container {
		padding-left: 70px;
		padding-right: 70px;
	}
}

/* Global --------- */

/* Titres */

.titre_trait h1, .titre_trait h2,.titre_trait h4, h1.ast-archive-title, h1.titre_trait {
    font-weight: 300;
    font-style: italic;
    font-size: 43px !important;
}

.titre_trait h1::after, .titre_trait h2::after, h1.ast-archive-title::after,
h1.titre_trait::after, .titre_trait h4::after {
	content: "";
    display: block;
    width: 325px;
    height: 3px;
    clip-path: polygon(5px 0%, 100% 0%, calc(100% - 5px) 100%, 0% 100%);
    background: rgb(33,94,160);
    background: -moz-linear-gradient(90deg, #084280 0%, rgba(73,129,181,1) 100%);
    background: -webkit-linear-gradient(90deg, #084280 0%, rgba(73,129,181,1) 100%);
    background: linear-gradient(90deg, #084280 0%, rgba(73,129,181,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#084280",endColorstr="#4981b5",GradientType=1);
    margin: 15px auto;
}

.follow_us h4 {
	color: #084280 !important;
	font-weight: 300 !important;
}

/* Text */

.txt_chapo {
    font-size: 21px;
    line-height: 1.3;
    max-width: 900px;
	margin: auto;
}

.light_grey_txt * {
	color: #DADADA;
}

.justify {
	text-align: justify;
}

.caption_text {
	font-size: 13px;
}

/* Links */

.btn_parall a, a.btn_parall {
	clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
    padding: 5px 40px 8px;
    background-color: #0B4783;
    color: white;
    display: inline-block;
    font-style: italic;
    font-size: 18px;
	font-weight: 500;
	transition: all 0.3s;
}

.btn_parall a:hover, a.btn_parall:hover {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.link-fleches a::before {
	content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(assets/img/fleches_link.svg);
    background-color: #BEBEBE;
    border-radius: 50%;
    background-position: center;
    background-size: 23px;
    vertical-align: middle;
    margin-right: 10px;
}

.link-fleches-after a::after {
	content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(assets/img/fleches_link.svg);
    background-position: center;
    background-size: 23px;
    vertical-align: middle;
    margin-right: 10px;
}

/* Sections */

.bckground_gardient {
	background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 34%, rgba(230,230,230,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 34%, rgba(230,230,230,1) 100%);
background: linear-gradient(180deg, rgba(255,255,255,1) 34%, rgba(230,230,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e6e6e6",GradientType=1);
}

.reverse_bckground_gardient {
	background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 34%, rgba(230,230,230,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 34%, rgba(230,230,230,1) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 34%, rgba(230,230,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e6e6e6",GradientType=1);
}

.bckground_grey {
	background-color: #ededed;
}

.bckground_blue {
	background-color: #0B4783;
}

.entete_diago {
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 150px), 0% 100%);
}

.reverse_entete_diago {
	clip-path: polygon(0 135px, 100% 0, 100% 100%, 0% 100%);
}

.double_diago {
	clip-path: polygon(0 100px, 100% 0%, 100% calc(100% - 100px), 0% 100%);
}

.blue_gardient_bg {
	background: rgb(33,94,160);
    background: -moz-linear-gradient(90deg, rgba(33,94,160,1) 0%, rgba(73,129,181,1) 100%) !important;
    background: -webkit-linear-gradient( 90deg, rgba(33,94,160,1) 0%, rgba(73,129,181,1) 100%) !important;
    background: linear-gradient( 90deg, rgba(33,94,160,1) 0%, rgba(73,129,181,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#215ea0",endColorstr="#4981b5",GradientType=1) !important;
    border-radius: 5px;
}

.dark_blue_gardient_bg {
	background: rgb(8,52,98);
    background: -webkit-linear-gradient(left, rgba(8,52,98,1) 0%, rgba(11,71,131,1) 52%, rgba(8,52,98,1) 100%);
    background: -moz-linear-gradient(left, rgba(8,52,98,1) 0%, rgba(11,71,131,1) 52%, rgba(8,52,98,1) 100%);
    background: -o-linear-gradient(left, rgba(8,52,98,1) 0%, rgba(11,71,131,1) 52%, rgba(8,52,98,1) 100%);
    background: linear-gradient(to right, rgba(8,52,98,1) 0%, rgba(11,71,131,1) 52%, rgba(8,52,98,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#083462",endColorstr="#083462",GradientType=1);
}

/* Home ----------- */

.lien_fr_tei {
	cursor: pointer;
}

.modale_tei_fr_bg {
	opacity: 0;
	pointer-events: none;
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}

.modale_open.modale_tei_fr_bg {
    background-color: #0000009c;
	opacity: 1;
	pointer-events: auto;
	z-index: 9999999;
}

.modale_tei_fr_wrap {
	background-color: white;
    width: 95%;
    max-width: 700px;
	border-radius: 30px;
    padding: 50px 50px 30px;
	position: relative;
}

.modale_tei_fr_wrap p:first-child {
	margin-bottom: 25px;
}

.modale_tei_fr_wrap p {
	line-height: 1.5;
	font-size: 20px;
	text-align: center;
}

.modale_tei_fr_wrap p img {
	max-width: 100px;
}

.close_modale_tei {
	display: block;
	position: absolute;
	height: 30px;
	width: 30px;
	right: 25px;
    top: 20px;
	cursor: pointer;
}

.close_modale_tei::before {
	content: "";
	width: 30px;
	height: 2px;
	display: block;
	background-color: #808080;
	transform: rotate(45deg);
	top: 50%;
	position: absolute;
}

.close_modale_tei::after {
	content: "";
	width: 30px;
	height: 2px;
	display: block;
	background-color: #808080;
	transform: rotate(-45deg);
	top: 50%;
	position: absolute;
}

/* Carousel */

.carousel_home .vc_column-inner, .carousel_home .slick-slide {
	padding-right: 0 !important;
	padding-left: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

@media screen and (min-width: 1400px) {
	.carousel_home .slide_home {
		height: calc(100vh - 350px) !important;
	}
}

.carousel_home .slide_home {
	height: 70vh;
	min-height: 450px;
    background-size: cover;
    background-position: center;
	display: flex;
    align-items: flex-end;
    justify-content: center;
	padding: 110px 30px 50px 30px;
	background-repeat: no-repeat;
}

.carousel_home .slide_home_product {
	background-size: 50vh;
	background-color: #EDEDED;
}

.carousel_home .slide_home .txt-home-carousel p {
    background-color: #0d4885;
    font-style: italic;
    font-size: 30px;
    font-weight: 500;
    clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
    padding: 0px 40px 4px;
    color: white;
    margin-bottom: 15px !important;
}

.link-home-carousel a {
	background-color: #BEBEBE;
    color: white;
    padding: 1px 15px 2px 10px;
    display: inline-block;
    border-radius: 50px;
    box-shadow: 0px 0px 9px -2px rgb(0 0 0 / 29%);
    -webkit-box-shadow: 0px 0px 9px -2px rgb(0 0 0 / 29%);
    -moz-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.29);
}

.link-home-carousel a::before {
	margin-right: 0;
}

.carousel_home .slick-next, .carousel_home .slick-prev {
	height: 50px;
    width: 50px;
}

.carousel_home .slick-prev {
	left: 10vw;
	top: calc(50% + 30px);
}

.carousel_home .slick-next {
	right: 10vw;
	top: calc(50% + 30px);
}

.carousel_home .slick-next i,
.carousel_home .slick-prev i {
	font-size: 40px;
    color: white;
    text-shadow: 0px 0px 10px rgb(62 62 62 / 96%);
}

/* Produits */

.vignette_produits_row {
	display: flex;
    flex-wrap: wrap;
}

.vignette_produits > .vc_column-inner {
	background-color: #ededed;
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
	padding: 0 !important;
	overflow: hidden;
	height: 100%;
}

.vignette_produits.main_family > .vc_column-inner {
	box-shadow: 0px 0px 15px 0px rgba(64,64,64,0.35);
-webkit-box-shadow: 0px 0px 15px 0px rgba(64,64,64,0.35);
-moz-box-shadow: 0px 0px 15px 0px rgba(64,64,64,0.35);
}

.vignette_produits > .vc_column-inner > .wpb_wrapper {
	height:100%;
}

.vignette_produits.full_bg > .vc_column-inner {
    background-size: cover;
}

.vignette_produits .vignette_produits_titre {
	position: absolute;
    top: 0px;
    left: 0px;
    margin-bottom: 0 !important;
    z-index: 9;
    width: 100%;
    padding: 15px 25px;
	background: rgb(237,237,237);
background: -moz-linear-gradient(180deg, rgba(237,237,237,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(180deg, rgba(237,237,237,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(180deg, rgba(237,237,237,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed",endColorstr="#ffffff",GradientType=1);
}

.vignette_produits .vignette_produits_titre h3 {
	font-size: 23px !important;
	transition: all 0.3s;
}

.vignette_produits:not(.main_family) > .vc_column-inner:hover .vignette_produits_titre h3 {
	color: white;
}

.vignette_produits > .vc_column-inner:hover .vignette_produits_titre,
.vignette_produits.main_family > .vc_column-inner .vignette_produits_titre {
	background: transparent !important;
}

.vignette_produits.main_family .vignette_produits_caption {
	text-align: right;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0px;
    padding: 13px 25px;
}

.vignette_produits .vignette_produits_caption em {
	color: #E36303;
	font-weight: 500;
}

.vignette_produits .vignette_produits_caption p:last-child::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(assets/img/fleches_link_orange.svg);
	vertical-align: middle;
	margin-left: 5px;
	transition: all 0.3s;
}

.vignette_produits .vignette_produits_caption p:hover:last-child::after {
	margin-left: 2px;
	margin-right: 3px;
}

.vignette_produits .vignette_produits_caption p {
	color: white !important;
	font-size: 16px;
    font-style: italic;
}

.vignette_produits:not(.main_family) .vignette_produits_caption {
	content: "";
	display: block;
	background-color: #062e58bf;
	clip-path: polygon(0 0, 74% 0, 100% 100%, 0% 100%);
	margin-bottom: 0 !important;
	padding: 60px 90px 25px 25px;
	margin-left: -100%;
    width: 100%;
	transition: all 0.3s;
	opacity: 0;
	height: 100%;
}

.vignette_produits .vignette_produits_caption p {
	margin-bottom: 7px !important;
}

.vignette_produits > .vc_column-inner:hover .vignette_produits_caption,
.vignette_produits.main_family > .vc_column-inner .vignette_produits_caption {
	margin-left: 0;
	opacity: 1;
}

.vignette_produits .link_sensors_home {
	margin-bottom: 0;
}

.vignette_produits > .vc_column-inner:hover .link_sensors_home a {
	position: absolute;
}

.vignette_produits > .vc_column-inner:hover .link_sensors_home a {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
}

.carousel_ass {
	margin-top: 100px;
    padding-top: 50px;
    background-color: whitesmoke;
    padding-bottom: 100px;
	width: 100vw;
	margin-left: calc( (100vw - 1140px) / -2 );
}

.carousel_ass_cont {
	max-width: 1200px;
	margin: auto;
}

.tei_produit_ass .tei_carousel_item:hover .tei_carousel_item_inside .tei_carousel_item_title {
	color: white !important;
}

.carousel_ass .tei_carousel_title {
	text-align: center;
    font-size: 45px;
    font-style: italic;
    margin-bottom: 30px;
	transition: all 0.3s;
}

.carousel_ass .tei_carousel_title * {
	color: #084280;
}

.tei_produit_ass {
	padding: 0 50px;
}

.tei_produit_ass .tei-product-ass-left-arrow {
	position: absolute;
    left: 10px;
    top: calc(50% - 20px);
}

.tei_produit_ass .tei-product-ass-right-arrow {
	position: absolute;
   	right: 10px;
    top: calc(50% - 20px);
}

.tei_produit_ass .tei-product-ass-left-arrow .tei-product-ass-arrow-inside {
	width: 30px;
    height: 30px;
    border-top: 2px solid #adadad;
    border-left: 2px solid #adadad;
    transform: rotate(-45deg);
	cursor: pointer;
}

.tei_produit_ass .tei-product-ass-right-arrow .tei-product-ass-arrow-inside {
	width: 30px;
    height: 30px;
    border-top: 2px solid #adadad;
    border-left: 2px solid #adadad;
    transform: rotate(135deg);
	cursor: pointer;
}

.tei_produit_ass .tei_carousel_item {
	background-color: white;
	position: relative;
	height: 200px;
	margin: 15px;
	box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
    border-radius: 30px;
	transition: all 0.3s;
	overflow: hidden;
}

.tei_produit_ass .tei_carousel_item:hover {
	box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
    transform: scale(1.02);
}

.tei_produit_ass .tei_carousel_item .tei_carousel_item_desc {
	background-color: #062e58d9;
    position: absolute;
    width: 95%;
    height: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    padding: 30px;
	clip-path: polygon(0 0, 78% 0, 100% 100%, 0% 100%);
	opacity: 0;
	left: -100%;
	transition: all 0.4s;
}

.tei_produit_ass .tei_carousel_item:hover .tei_carousel_item_desc {
	opacity: 1;
	left: 0;
}

.tei_produit_ass .tei_carousel_item .block_ratio::before {
	padding-bottom: 0;
}

.tei_produit_ass .tei_carousel_item .block_ratio {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.tei_produit_ass .tei_carousel_item .block_ratio .tei_carousel_item_inside {
	 height: 100%;
	 background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
	border-radius: 30px;
}

.tei_produit_ass .tei_carousel_item_inside .tei_carousel_item_title {
	color: #084280;
    font-weight: 600;
    font-size: 25px;
    padding: 15px 30px;
	z-index: 99;
    position: relative;
}

.tei_produit_ass .tei_carousel_item_inside .tei_carousel_item_see_more {
	position: absolute;
    bottom: 10px;
    right: 20px;
    display: flex;
	z-index: 99;
	margin-right: 20px;
}

.tei_produit_ass .tei_carousel_item_inside .tei_carousel_item_see_more * {
	color: #E36303;
    font-weight: 600;
	background-color: transparent;
}

.tei_produit_ass .tei_carousel_item_inside .tei_carousel_item_see_more span::before,
.tei_produit_ass .tei_carousel_item_inside .tei_carousel_item_see_more span::after {
	border-color: #E36303;
}

.tei_produit_ass .slick-dots {
	margin-left: -50px;
}



/* Solutions */

.entete_solutions_home {
	clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
	background-color: #0B4783;
}

.txt_chapo_solutions {
	font-size: 19px;
    line-height: 1.3;
    max-width: 1000px;
    margin: auto;
}

.txt_chapo_solutions strong {
	font-weight: 600;
}

.home_solution_link a {
	position: relative;
	height: 55px;
	display: inline-block;
	transition: all 0.3s;
}

.home_solution_link a::before {
	content: "";
    display: block;
    background-color: #D2D2D2;
    width: 230px;
    height: 55px;
    position: absolute;
    left: -280px;
    clip-path: polygon(0px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
    z-index: -1;
	opacty: 0;
	transition: all 0.3s;
}

.home_solution_link:hover a::before {
	left: -50px;
	opcity: 1;
}

.home_solution_link span {
    display: inline-block;
    width: 0px;
    overflow: hidden;
    height: 100%;
    line-height: 1;
    font-size: 17px;
    font-weight: 700;
    font-style: italic;
	transition: all 0.3s;
	white-space: nowrap;
	line-height: 49px;
	color: white;
}

.home_solution_link:hover span {
	width: 80px;
}

.home_solution_link svg {
	width: 33px;
}

.home_solution_link:hover svg path {
	transition: all 0.3s;
}

.home_solution_link:hover svg path {
	stroke: white !important;
}

.home_solution_link:hover svg path:first-child {
	opacity: 0;
}

.tei_articles_applications_text h3 {
	font-size: 30px;
    color: #003772;
    font-weight: 700;
    font-style: italic;
	line-height: 1.2;
}

.tei-applications_listing_image_col {
	padding: 0;
}

.post-type-archive-solution .site-content .archive_solut_cont {
	margin-top: -125px !important;
}

.vignette_solution_pages {
	min-height: 250px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vignette_solution_pages h3 {
	clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
    padding: 5px 40px 8px;
    background-color: #0B4783;
	color: white !important;
    font-size: 23px !important;
    font-weight: 500 !important;
	margin-bottom: 0;
}

.vignette_solution_pages a {
	background-color: #E36303;
    color: white;
    padding: 1px 25px 4px 15px;
    display: inline-block;
    border-radius: 50px;
    box-shadow: 0px 0px 9px -2px rgb(0 0 0 / 29%);
    -webkit-box-shadow: 0px 0px 9px -2px rgb(0 0 0 / 29%);
    -moz-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.29);
    margin-top: -20px;
    transition: all 0.3s;
    opacity: 0;
    font-weight: 500;
}

.vignette_solution_pages:hover a {
	margin-top: 15px;
	opacity: 1;
}

.vignette_solution_pages a::before {
	content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(assets/img/fleches_link.svg);
    border-radius: 50%;
    background-position: center;
    background-size: 23px;
    vertical-align: middle;
	margin-right: 1px;
}

.post-type-archive-solution .top-applications {
	padding: 80px 0 150px;
}

.flagship_prod_txt h3 {
	color: #E36303 !important;
}



/* Single solution */

.prod_phare_img img {
	border-radius: 30px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 21%);
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 21%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.21);
	background-color: white;
}

/* Actus */

.section_actu_home {
	padding: 0 30px 120px;
}

.section_actu_home::before {
	content: "";
	display: block;
	width: 100%;
	height: 60%;
	position: absolute;
	background-color: #EDEDED;
	top: 50px;
	left: 0;
	clip-path: polygon(0 0, 100% 20%, 100% 71%, 0% 100%);
}

.home .ctf-type-usertimeline {
	padding-left: 30px;
}

/* Correction post grid */

.home .actus_home_efe {
	margin-bottom: 25px;
}

.actus_home_efe::before {
	padding-top: 0 !important;
}

.actus_home_efe .vc_gitem-zone .vc-zone-link,
.actus_home_efe .vc_gitem-zone-a .vc_gitem-zone-mini,
.actus_home_efe .vc_gitem-row-position-top, .actus_home_efe .vc_gitem-row-position-middle,
.actus_home_efe .vc_gitem-row-position-bottom {
	position: static !important;
	padding: 0;
	transform: none !important;
	width: 100%;
}

.actus_home_efe .vc_gitem-row-position-middle *,
.actus_home_efe .vc_gitem-row-position-bottom * {
	margin-bottom: 0 !important;
}

/* -------------------- */

.actus_home_efe {
	display: flex;
    justify-content: flex-end;
}

.news_events .actus_home_efe {
	margin-bottom: 35px;
}

.actus_home_efe .vc_gitem-zone-mini {
	width: 80%;
    background-color: #23232396;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 30px 30px 30px 100px !important;
    text-align: right;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
	transition: all 0.3s;
}

.full_news_page .actus_home_efe .vc_gitem-zone-mini {
	width: 40%;
	min-height: 350px;
}

.actus_home_efe .vc_gitem-zone-mini * {
	color: white;
}

.actus_home_efe:hover .vc_gitem-zone-mini {
    background-color: #062e58bf;
}

.actus_home_efe .vc_gitem-post-data-source-post_title {
	color: white;
    text-transform: uppercase;
    font-size: 25px;
	font-style: italic;
    font-weight: 600;
    line-height: 1;
	margin-bottom: 0;
}

.actus_home_efe .vc_gitem-row-position-middle {
	color: white;
    font-size: 18px;
    font-style: italic;
	line-height: 1.3;
}

.actus_home_efe .vc_gitem-row-position-bottom {
	font-style: normal;
    font-weight: 600;
    color: white;
    font-size: 16px;
}

.actus_home_efe .vc_gitem-row-position-bottom p {
	transition: all 0.3s;
}

.actus_home_efe:hover .vc_gitem-row-position-bottom p {
	color: #E36303;
}

.actus_home_efe:hover .vc_gitem-row-position-bottom p::after {
	background-image: url(assets/img/fleches_link_orange.svg);
	margin-left: 2px;
	margin-right: 3px;
}

.actus_home_efe .vc_gitem-row-position-bottom p::after {
	content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(assets/img/fleches_link.svg);
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
	transition: all 0.2s;
}

.home_actu_full_height_section {
	display: flex;
    flex-wrap: wrap;
}

.home_actu_full_height * {
	height: 100%;
}

.home_actu_full_height .vc_gitem-zone-mini * {
	height: auto;
}

.home_actu_full_height .vc_gitem-zone-mini {
	clip-path: polygon(43% 0, 100% 0, 100% 100%, 0% 100%);
}

/* Newsletter Block */

.cta_rsicon_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: flex;
    justify-content: center;
}

.cta_rsicon_row .vc_icon_element {
	margin: 0 8px 15px;
}

.newsletter_block::before {
	content: "";
	width: 100%;
	height: 4px;
	display:block;
	background: rgb(33,94,160);
    background: -moz-linear-gradient(90deg, #084280 0%, rgba(73,129,181,1) 100%);
    background: -webkit-linear-gradient(90deg, #084280 0%, rgba(73,129,181,1) 100%);
    background: linear-gradient(90deg, #084280 0%, rgba(73,129,181,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#084280",endColorstr="#4981b5",GradientType=1);
	position: absolute;
    z-index: 9;
    left: 0;
}

.newsletter_block .wpcf7-form {
	max-width: 800px;
    margin: auto;
}

.newsletter_block .wpcf7-form input {
	border: 1px solid #9F9F9F;
    border-radius: 0;
}

.newsletter_block .wpcf7-form input.wpcf7-submit {
    border-radius: 0;
	clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
	padding: 5px 60px 9px;
    background-color: #084280;
    border: none;
    font-size: 18px;
    font-weight: 600;
	color: white;
	transition: all 0.3s;
} 

.newsletter_block .wpcf7-form input.wpcf7-submit:hover {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.newsletter_block .wpcf7-form .bouton_form {
	text-align: center;
    padding-left: 80px;
}

/* Footer ----------- */

.footer_col_gauche {
	margin-left: calc((100vw - 1170px)/-2);
    padding-left: 0 !important;
    width: calc(33.33333333% + ((100vw - 1170px)/2)) !important;
	filter: drop-shadow(0px 0px 10px rgba(2, 15, 29, 1));
	margin-top: -1px;
	display: flex;
}

.footer_col_gauche > .vc_column-inner {
	clip-path: polygon(0px 0%, 100% 0%, 85% 100%, 0% 100%);
	padding-left: calc((100vw - 1170px)/2) !important;
	background-color: white;
	padding-top: 40px;
}

.footer-entete * {
	text-align: center;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
	color: white;
}

.list_link_footer * {
	color: #C0C0C0;
    font-weight: 500;
    font-style: italic;
}

.footer_col_gauche * {
	color: #0C4783;
	font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
}

.footer_col_gauche img {
	width: 100px;
}

.footer_row_droite {
	text-align: center;
}

.footer_row_droite a:hover {
	color: #E36303;
}

.footer_row_droite .ult-just-icon-wrapper {
	display: inline-block;
	margin: 5px;
}

.footer_madeinfr {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
    font-size: 16px;
	margin: 4px;
}

.footer_madeinfr img {
	width: 35px;
}

/* Solutions Single */

.entete_solution {
	clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
	background-color: #EDEDED;
	padding-bottom: 150px;
	padding-top: 80px;
}

.solution_content {
	margin-top: -120px;
}

/* Pages assistance */

.tech_glossary h2 {
	font-size: 38px !important;
}

.terms_content h2, .tech_glossary h3 {
	font-size: 28px !important;
    font-weight: 500;
	margin-bottom: 15px;
}

.terms_content .wpb_text_column, .tech_glossary .wpb_text_column {
	margin-bottom: 50px;
}

.terms_content li, .tech_glossary li {
	font-size: 1.1em;
	margin-bottom: 10px;
}

/* Product */

.vignette_tei > .vc_column-inner > .wpb_wrapper {
	padding: 25px 10px;
}

.vignette_tei > .vc_column-inner > .wpb_wrapper > .vc_row-fluid {
	min-height: 210px;
    padding: 30px 50px 30px 10px !important;
	display: flex;
    align-items: center;
	
	position: relative;
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    transition: .2s ease all;
    background-color: #fdfdfd;
    transition: .2s ease all;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
    border-radius: 30px;
}

.vignette_tei > .vc_column-inner:hover > .wpb_wrapper > .vc_row-fluid {
	box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
	transform: scale(1.01);
}

.vignette_tei h3 {
	margin-bottom: 10px;
	line-height: 1.1;
}

.vignette_tei p {
	font-size: 16px !important;
    line-height: 1.4;
}

.vignette_tei .our_product_link p {
	margin-right: 5px;
    color: #E36303;
    font-weight: 500;
	font-size: 16px;
	margin-top: 10px;
}

.vignette_tei .our_product_link p::after {
	content: "";
	width: 20px;
    height: 22px;
    background-image: url(assets/img/fleches_link_orange.svg);
    display: inline-block;
    background-size: contain;
	vertical-align: middle;
	margin-left: 4px;
}

.vignette_tei .vc_col-sm-4 img {
	max-width: 105px;
	width: 100%;
}

.vignette_tei .vc_col-sm-8 {
	width: 55% !important;
}

/* -------------------------------------- */

#page > p {
	margin: 0;
}

.entry-content p {
	font-size: 1.1em;
	color: #011b2a;
	margin-bottom: 15px;
}

.clear {
	clear: both;
}

.ast-container .upb_row_bg.vcpb-default {
	width: 100vw !important;
}

.flex_row {
	display: flex;
	flex-wrap: wrap;
}

.product_archive_listing_item_container.listing_item_with_bottom .product_archive_listing_item_wrapper{
	background-color: white;
}

.product_archive_listing_item_container.listing_item_with_bottom .listing_item_image_wrapper {
	z-index: unset;
}

.iso-quality img {
	width: 100px;
}

/* Products archive */

.tei_type_filters label {
    padding: 3px 28px 6px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0 0 15px;
	font-weight: 400;
    font-size: 16px;
	position: relative;
	cursor: pointer;
	
}

.tei_type_filters label::before {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	left: -2px;
	right: -2px;
	bottom: -1px;
	clip-path: polygon(16px 0%, 100% 0%, calc(100% - 16px) 100%, 0% 100%);
    background-color: #0B4783;
	z-index: -2;
}

.tei_type_filters label::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	clip-path: polygon(15px 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
    background-color: white;
	z-index: -1;
}

.tei_type_filters input:checked + label {
	color: white !important;
}

.tei_type_filters input:checked + label::after {
	background-color: #0B4783 !important;
}

.tei_type_filters .tei_multiselect_input:focus + label {
	background-color: transparent;
}

.product_archive_listing_container {
	width: calc(100vw);
    margin: 0 -15px;
	padding-top: 160px;
	background: rgb(8,52,98);
    background: -webkit-linear-gradient(left, rgba(8,52,98,1) 0%, rgba(11,71,131,1) 52%, rgba(8,52,98,1) 100%);
    background: -moz-linear-gradient(left, rgba(8,52,98,1) 0%, rgba(11,71,131,1) 52%, rgba(8,52,98,1) 100%);
    background: -o-linear-gradient(left, rgba(8,52,98,1) 0%, rgba(11,71,131,1) 52%, rgba(8,52,98,1) 100%);
    background: linear-gradient(to right, rgba(8,52,98,1) 0%, rgba(11,71,131,1) 52%, rgba(8,52,98,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#083462",endColorstr="#083462",GradientType=1);
	margin-top: -115px;
}

.product_archive_listing_container .product_archive_listing_row {
	max-width: 1200px;
	margin: auto;
}

.listing_item_subtitle_wrapper, .listing_item_strength_list {
	padding: 0 25px;
	font-style: italic;
}

.tei_specificities_filters_container {
	margin-top: 25px;
	position: relative;
    z-index: 101;
}

/* Correction container ------------------------------------------------*/

 .entry-content .vc_row-fluid[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) {
	padding-left: 30px !important;
	padding-right: 30px !important;
} 

.entry-content .vc_row-fluid[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) > .vc_column_container {
	max-width: 1200px;
	margin: auto;
	float: none;
}

@media screen and (max-width: 1200px) {
	.entry-content .vc_row-fluid[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
}

@media screen and (max-width: 767px) {
	body.home .entry-content .vc_row-fluid[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.titre_actualite .boite {
		font-size: .6em;
	}
}

.vc_gitem-post-data-source-post_title h4 {
	line-height: 1.2;
}

.format_link_classic a {
	color: gray;
	font-size: 1rem;
	font-weight: normal;
	margin-left: -15px;
}

/*--Support - Recherche medias -----------------------------------------*/

.bloc-support {
	background-color: #f6f6f6;
	padding: 30px 30px 0;
	margin-bottom: 30px;
	margin-top: 30px;
}

.bloc-support select {
	background-color: white;
}

.bloc-support .select-results-wrapper, .bloc-support .search-results-wrapper {
	padding: 0 0;
	margin-bottom: 20px;
}

.label-search-support {
	margin-bottom: 8px;
    font-size: 14px;
}

.bloc-support #docuSearchForm input {
	background-color: white;
}

.bloc-support #docuSearchForm button {
	padding-right: 20px;
	padding-left: 20px;
	background-color: white;
}

/* header */

@media screen and (max-width: 970px) {
	.ast-above-header > div, .main-header-bar > div, .ast-below-header > div {
		padding-left: 20px !important;
    	padding-right: 20px !important;
	}
}

@media screen and (max-width: 920px) {
	body:not(.ast-primary-sticky-header-active) .ast-main-header-bar-alignment {
		height: auto !important;
	}
}

/*----------------------------------------------------------------------*/

.tei_solutions_archive_lang_en {
	margin-top: 70px;
}

.fa::before, .fas::before {
	font-weight: 900 !important;
}


html {
	scroll-behavior: smooth;
}

#masthead {
	z-index: 999;
}

body {
}

.disabled {
	pointer-events: none;
}

.text_center {
	text-align: center;
}

.text_bold {
	font-weight: bold;
}

.absolute_full {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.block_ratio {
	position: relative;
}

.block_ratio.ratio_16_9::before {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 64%;
}

.block_ratio .block_ratio_inside {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
}

#nous_trouver_map {
	height: 450px;
	margin-bottom: 50px;
}

.nous_trouver_tableau {
	margin-bottom: 50px !important;
}

.footer_row_picto {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.footer_row {
		padding-left: calc((100vw - 750px) / 2) !important;				/* On reproduit la largeur de colonne bootstrap. On fait en sorte qu'il y ait suffisament de padding de chaque coté pour qu'il reste 750px au centre */
		padding-right: calc((100vw - 750px) / 2) !important;				/* On reproduit la largeur de colonne bootstrap. On fait en sorte qu'il y ait suffisament de padding de chaque coté pour qu'il reste 750px au centre */
		left: 0 !important;
	}
}

@media (min-width: 992px) {
	.footer_row {
		padding-left: calc((100vw - 970px) / 2) !important;				/* On reproduit la largeur de colonne bootstrap. On fait en sorte qu'il y ait suffisament de padding de chaque coté pour qu'il reste 970px au centre */
		padding-right: calc((100vw - 970px) / 2) !important;				/* On reproduit la largeur de colonne bootstrap. On fait en sorte qu'il y ait suffisament de padding de chaque coté pour qu'il reste 970px au centre */
		left: 0 !important;
	}
	
	.main-header-bar:not(.ast-sticky-active) .astra-full-megamenu-wrapper {
		margin-top: 13px !important;
	}
	
	.astra-full-megamenu-wrapper > .astra-megamenu.sub-menu {
		margin-top: -20px !important;
    	background-color: transparent !important;
		padding-top: 40px !important;
	}
	.astra-full-megamenu-wrapper > .astra-megamenu.sub-menu > .menu-item {
		background-color: #fff;
	}
}

@media (min-width: 1200px) {
	.footer_row {
		padding-left: calc((100vw - 1170px) / 2) !important;				/* On reproduit la largeur de colonne bootstrap. On fait en sorte qu'il y ait suffisament de padding de chaque coté pour qu'il reste 1170px au centre */
		padding-right: calc((100vw - 1170px) / 2) !important;				/* On reproduit la largeur de colonne bootstrap. On fait en sorte qu'il y ait suffisament de padding de chaque coté pour qu'il reste 1170px au centre */
		left: 0 !important;
	}
}

/* Retouches */

.home .entry-content #technologies-tei-hp h2 {
	font-size: 45px;
}

.home .entry-content #technologies-text-tei-hp, .sous-titre-texte {
	width: 90%;
    margin: auto;
    font-size: 21px;
    line-height: 1.3;
	margin-top: 20px;
    margin-bottom: 30px;
}

.sous-titre-texte {
	margin-top: 10px !important;
}

.tei_double_fleche {
	transform: scale(0.85);
    margin-right: 6px;
}

.tei_articles_applications_text .articles-icon .vc_icon_element-inner {
	transform: scale(0.85);
}

.tei_articles_applications_text h3, .tei_articles_applications_text .articles-icon {
	margin-bottom: 10px;
}

.tei_articles_applications_text p {
	margin-bottom: 20px;
}

.home .actualite_rangee > .vc_column_container.vc_col-sm-12 {
	max-width: 1200px;
    margin: auto;
}

.actualite-post-grid.actu-actualites .vc_gitem-zone {
	padding-left: 40px;
}

.actualite-post-grid.event-actualites .vc_gitem-zone {
	padding-right: 40px;
}

.actualite-post-grid.actu-actualites .vc_grid-item-mini,
.actualite-post-grid.event-actualites .vc_grid-item-mini,
.actualite-post-grid.event-actualites .vc_gitem-row-position-top {
	display: flex;
	align-items: center;
}

.actualite-post-grid.event-actualites .vc_gitem-row-position-top {
	height: 100%
}

.actualite-post-grid.actu-actualites .vc_gitem-post-data-source-post_excerpt p, 
.actualite-post-grid.event-actualites .vc_gitem-post-data-source-post_excerpt p {
	margin-bottom: 15px;
}

.actualite-post-grid.actu-actualites .vc_gitem-post-data-source-post_title,
.actualite-post-grid.event-actualites .vc_gitem-post-data-source-post_title {
	margin-bottom: 3px;
}

.single-post .post h1.entry-title, .archive.category .post h1.entry-title {
    line-height: 1.1;
    font-style: italic;
    font-weight: 500;
    font-size: 32px;
	margin-bottom: 0;
}

.single-post .ast-single-post-order .entry-meta, .single-post .ast-single-post-order .entry-meta * {
	color: #E36303;
	font-style: italic;
}

.single-post .post .post-thumb-img-content {
	margin-top: 0px;
}

.single-post .widget h2.widget-title, .archive.category .widget h2.widget-title {
	color: #E36303;
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 10px;
	font-style: italic;
}

.single-post .widget li.cat-item, .archive.category .widget li.cat-item {
	line-height: 1.4;
}

@media screen and (min-width: 769px) {
	.single-post #secondary, .archive #secondary {
    	width: 25%;
		margin-top: 140px;
		background-color: #ececec;
    	padding-top: 50px;
    	padding-bottom: 50px;
    	clip-path: polygon(0 0, 100% 7%, 100% 100%, 0% 100%);
	}
	
	.single-post #primary, .archive.category #primary {
    	width: 75%;
		z-index: 1;
	}
}

/*--GENERAL--*/

header .site-logo-img .custom-logo-link img {
	width: 100px !important;
	object-fit:contain;
}

.header_rechercher label {
	position: relative;
}

.ast-site-title-wrap .site-title {
    display: none;
}
.texte_blanc * {
    color: #fff !important;
}
.texte_bleu * {
    color: #003771 ;
}

.texte_orange * {
	color: #E36303;
}
.texte_majuscule * {
    text-transform: uppercase;
}
.entry-content h2 {
    font-size: 35px;
	font-style: italic;
}

.entry-content h4{
	font-size: 35px;
	font-style: italic;
}

.entry-content h3 {
    font-size: 30px;
    color: #003772;
    font-weight: 700;
	font-style: italic;
}
.entry-content h4 {
    font-size: 25px;
    font-weight: 700;
}

.titre_trait h4{
	font-size: 43px !important;
	font-style: italic;
}

.bouton a{
    background-color: white;
    border: 1px solid #0E254A;
    color: #0E254A;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 700;
}
.bouton a:hover{
    background-color: #E16910;
    border: 1px solid #E16910;
    color: white;
    border-radius: 25px;
}

.bouton_bleu a {
	  background-color: #0E254A;
    border: 1px solid #0E254A;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 700;
}
.bouton_bleu a:hover{
    background-color: #fff;
    color: #0E254A;
}

.separateur_global_shadow_rangee{
    padding-top: 0 !important;
}
.separateur_global_shadow_rangee .vc_column-inner{
    padding-top: 0 !important;
}
.separateur_global_shadow_bas{
    height: 50px;
}
.separateur_global_shadow_haut {
    height: 50px;
    margin-bottom: -35px !important;
    position: relative;
}
.separateur_global_shadow_bas .vc_sep_line{
    height: 75px !important;
    border-top: none !important;
    background: linear-gradient(#D5D5D5, transparent);
    margin-top: -50px;
}
.separateur_global_shadow_haut .vc_sep_line{
    height: 100px !important;
    border-top: none !important;
    background: linear-gradient(transparent, #D5D5D5);
    margin-top: -100px;
    position: absolute;
    z-index: -1;
}
/*--NAV--*/

body:not(.ast-primary-sticky-header-active) .ast-main-header-bar-alignment {
	height: 108px;
}

header .site-header:not(.ast-sticky-active) .astra-megamenu.sub-menu, .site-header:not(.ast-sticky-active) .sub-menu {
	top: 108px;
}

header .site-header:not(.ast-sticky-active) .menu-item.menu-item-has-children:hover::after {
	bottom: -2px;
}

header .site-header.ast-sticky-active .astra-megamenu.sub-menu, .site-header.ast-sticky-active .sub-menu {
	top: 70px;
}

header .site-header .menu-item.menu-item-has-children:hover::after {
	bottom: 0px;
}

.main-header-menu .current-menu-item > a, .main-header-menu .current-menu-ancestor > a, .main-header-menu .current_page_item > a,
.main-header-menu a:hover, .ast-header-custom-item a:hover, .main-header-menu li:hover > a, .main-header-menu li.focus > a {
	color: #0d4885 !important;
}

.home:not(.ast-primary-sticky-header-active) .site-header .main-header-bar {
	background: rgb(255,255,255);
background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.8295693277310925) 19%, rgba(255,255,255,0.4458158263305322) 52%, rgba(255,255,255,0) 100%);
background: -moz-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.8295693277310925) 19%, rgba(255,255,255,0.4458158263305322) 52%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.8295693277310925) 19%, rgba(255,255,255,0.4458158263305322) 52%, rgba(255,255,255,0) 100%);
background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.8295693277310925) 19%, rgba(255,255,255,0.4458158263305322) 52%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	border-bottom: none !important;
} 

/*.ast-primary-sticky-header-active .main-header-bar{
    background-color: #003772 !important;
}*/
.main-header-bar.ast-sticky-active .main-header-menu > li > a {
    /*color: white !important;*/
    justify-content: center;
}

nav li.pll-parent-menu-item::before {
	content: '\f142';
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	font-size: 14px;
}

nav li.pll-parent-menu-item ul a,
.menu-item-has-children > ul a {
	color: #003772 !important;
}

.header_rechercher {
	display: flex !important;
	align-items: center;
}

.main-header-menu > li.menu-item {
	height: 100%;
}

.ast-primary-sticky-header-active .main-header-menu > li.menu-item {
	height: 70px;
}

nav li.pll-parent-menu-item ul a::after, 
.header_rechercher .search-submit {
	display: none;
}

nav li.pll-parent-menu-item > a {
	padding: 0 2em;
}

.header_rechercher label::before {
	content: '\f002';
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	position: absolute;
	top: 58%;
	transform: translatey(-50%);
	color: white;
	padding-left: 12px;
	cursor: pointer;
	font-size: 14px;
}

.header_rechercher .search-field::placeholder {
	color: white;
}

.header_rechercher .search-field:focus {
	color:white;
}

.header_rechercher .search-field {
    padding: 5px 5px 7px 35px;
    border-radius: 25px !important;
    font-style: italic;
    color: white;
    width: 200px;
	background: rgb(33,94,160);
    background: -moz-linear-gradient(90deg, rgba(33,94,160,1) 0%, rgba(73,129,181,1) 100%) !important;
    background: -webkit-linear-gradient(90deg, rgba(33,94,160,1) 0%, rgba(73,129,181,1) 100%) !important;
    background: linear-gradient(90deg, rgba(33,94,160,1) 0%, rgba(73,129,181,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#215ea0",endColorstr="#4981b5",GradientType=1) !important;
    border: none;
	font-size: 15px;
}

nav li.pll-parent-menu-item ul {
	border: none !important;
	width: 100% !important;
}

nav li.pll-parent-menu-item ul a:hover {
	background-color: #003772 !important;
	color: #fff !important;
}

.main-header-bar {
	border-bottom: 3px solid #0d4885 !important;
}

.main-header-bar.ast-sticky-active .main-header-menu > li > a:hover::after {
    width: 65%;
    margin: 0 auto;
    height: 2px;
    background-color: white;
    position: absolute;
    content:"";
    bottom: 10px;
}
.main-header-menu a{
    justify-content: center;
    font-weight: 400;
	font-size: 19px;
	/*text-shadow: 0px 0px 8px rgb(255 255 255 / 32%);*/
}

.allactus a {
	background-color: #003772 !important;
    color: white !important;
    font-size: 18px !important;
    background-image: none !important;
    border-radius: 50px !important;
    margin-bottom: 30px !important;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>li {
	width: 25%;
	flex: unset !important;
}

.slide-actus {
	background-color: #f3f3f3;
}

.slide-actus .vc_gitem-zone-c {
	background-color: transparent !important;
}

.slide-actus .slick-arrow {
	z-index: 1;
	width: 50px;
	height: 50px;
	top: 175px;
}

.slide-actus .slick-prev {
	left: 15px;
}

.slide-actus .slick-prev::before, .slide-actus .slick-next::before {
	content: "\e900";
    display: inline-block;
    font-family: Astra;
	color: white;
	font-weight: bold;
	opacity: 1;
	transform: rotate(90deg);
    font-size: 35px;
}

.slide-actus .slick-next::before {
	transform: rotate(-90deg);
}

.slide-actus .slick-next {
	right: 30px;
}

.slide-actus .vc_general.vc_btn3 {
	background-color: transparent !important;
    color: #003772 !important;
    padding: 0 !important;
    font-size: 0.95em !important;
}

.slide-actus .vc_btn3-container.vc_btn3-left::after {
	content: ">>";
	vertical-align: middle;
	color: #003772 !important;
}

.slide-actus .vc_gitem-zone-a {
	height: 400px;
}

.slide-actus .vc_gitem-post-data-source-post_title h4 {
	text-align: left;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
}

.slide-actus .vc_gitem-post-data-source-post_excerpt {
	margin-top: -10px;
	color: #003772;
}

.slide-actus .vc_gitem-post-data-source-post_excerpt p {
	margin-bottom: 5px;
}

.slide-actus .vc_gitem-post-data-source-post_excerpt .read-more {
	text-decoration: underline;
}


/* .main-header-menu a:hover {
	font-weight: 800;
} */
/*

.main-header-menu a:hover::after{
    background-color: #fff;
    width: 65%;
    margin: 0 auto;
    height: 3px;
    position: absolute;
    content:"";
    bottom: 10px;
}
*/


/*megamenu*/

.main-header-menu .sub-menu {
	top: 73px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu,
.ast-desktop .main-header-menu.submenu-with-border .sub-menu {
	background-color: #0B4783;
	border-color: #0B4783;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .megamenu_cat_col > a {
	text-transform: uppercase;
    font-style: italic;
    color: #ededed !important;
    font-weight: 500 !important;
	font-size: 18px !important;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .megamenu_cat_col .megamenu_title_link a,
.ast-desktop .main-header-menu.submenu-with-border .sub-menu:not(.astra-megamenu) a {
	color: #c5c5c5 !important;
    letter-spacing: normal;
}

.astra-megamenu {
	padding: 30px !important;
}
.astra-megamenu .megamenu_title_link a {
	color: #797979 !important;
	font-size: 20px;
	font-weight: normal;
	padding: 5px !important;
}


.main-navigation .menu-item.menu-item-has-children:hover::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #0B4783 transparent;
	left: 50%;
    position: absolute;
    bottom: -3px;
    transform: translate(-50%);
}
/*
.megamenu_cat_col a:hover::after {
	width: 0 !important;
}
*/

.astra-megamenu .megamenu_cat_col > a,
.astra-megamenu .menu-item-object-product > a{
	color: #003772 !important;
	font-weight: bold !important;
	font-size: 24px !important;
	padding: 10px 0;
	margin-bottom: 5px;
}

.astra-megamenu .menu-item-object-product{
	position: relative;
	width: 50%;
	min-width: 50%;
	margin-left: 15px;
}
.astra-megamenu .menu-item-object-product::before{
	content: '';
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 0;
	width: 1px;
	background-color: lightgray;
}



/******FOOTER******/

.footer_row {
	background-color: #0B4783;
	color: white;
	padding-bottom: 0;
}

/*.footer_row::before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: rgba(15,37,74,1);
    margin-bottom: 25px;
}*/

.footer_row_picto {
	background-color: rgb(0, 55, 114);
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 22px !important;
	margin-top: 0;
}

.footer_logo {
	margin-bottom: 0 !important;
}

footer {
	width: 100%;
	position: absolute;
	left: 0;
}

footer > div {
	border-top: 0 !important;
}

footer .ast-footer-overlay {
	padding: 7px 0 !important;
	background-color: #0E254A !important;
	color: #BEBEBE;
	font-weight: 500;
	font-size: 14px;
}

footer .ast-footer-overlay a {
	color: #BEBEBE;
}

.footer_logo img {
	height: 70px !important;
	object-fit: contain;
	width: 100%;
}

.footer_link:nth-child(odd) {
	margin-bottom: 35px !important;
}

.footer_col_droite {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 0px !important;
}

.footer_col_gauche {
	position: relative;
}

.footer_col_droite div {
	padding-right: 0 !important	;
	padding-left: 0 !important	;
}

.footer_row_droite > div:last-child {
	padding-left: 35px !important;
}

.footer_row_picto .wpb_wrapper {
	display: flex;
	justify-content: space-between;
	width: 25%;
	margin: auto;
}

.footer_row_picto .aio-icon {
	font-size: 22px !important;
	height: 2em;
	width: 2em;	
	border-radius: 50%;
	line-height: 2em;
	text-align: center;
} 

.footer_carte::after {
    content: 'FABRICANT FRANÇAIS';
    font-size: 16px;
    color: white;
	font-weight: bold;
	position: absolute;
	width: 10px;
	margin-left: 20px;
}

.footer_carte.en::after {
    content: 'FRENCH MANUFACTURER';
}

.footer_link, .footer_adresse, .footer_coord, .footer_desc {
	margin-bottom: 5px !important;
	font-size: 16px;
	color: #9a9a9a;
	font-weight: 600;
}

.footer_link a {
	color: #9a9a9a;
	font-weight: 600;
}

.footer_link a:hover {
	text-decoration: underline;
}

.footer_mentions > div {
	text-align: center;
}

.footer_row {
	display: flex;
	flex-wrap: wrap;
}

.footer_row > .vc_col-sm-4 > .vc_column-inner  {
	height: 100%;
}

/*--HOME--*/

/*h2 {
	color: red !important;
}*/

.hp_category_sub_elements {
	padding-bottom: 83px !important;
}

.hp_category_sub_element_content_wrapper .sub_element_content_text {
	align-self: center;
}

.home_section_titre_bloc {
    color: #0E254A;
    background-color: rgba(14,37,74,0.95);
    width: 50% !important;
    display: inline-block !important;
    border-radius: 50px 0 0 50px;
    margin-left: 50%;
}
.home_section_titre_bloc h1, .home_section_titre_bloc p{
    color: white;
}
.home_bloc_type_de_produit_rangee{
display: flex;
justify-content: center;
height: 460px;
}
.home_bloc_type_de_produit{
    background-color: white;
    position: absolute;
    box-sizing: content-box;
    margin: 10px;
    z-index: 2;
    top: -110px;
    width: 40% !important;
    border-radius: 5px;
    /* border: 2px solid #D5D5D5; */
    box-shadow: 0px 0px 4px 1px rgb(0,0,0,0.2);
    background: linear-gradient(to bottom, white 0%,white 73%,white 73%,#003772 73%,#003772 100%);
}
.home_bloc_type_de_produit .vc_column-inner{
    padding: 0 !important;
}
.home_bloc_type_de_produit .wpb_text_column{
    margin-bottom: 0px !important;
}
.home_bloc_type_de_produit .wpb_text_column h2{
    margin-top: 40px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #003772;
}
.home_bloc_type_de_produit .ult-carousel-wrapper{
    margin-top: 30px;
    padding: 0 50px 20px 50px;
}
.home_bloc_type_de_produit .slick-slide img{
    width: 80%;
    margin: 0 auto;
}
.home_bloc_type_de_produit .conteneur-liens{
    color: white;
    padding-bottom: 10px;
    height: 130px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_bloc_type_de_produit .conteneur-liens .lien-bancs a{
    color: white;
}
.home_bloc_type_de_produit .conteneur-liens .lien-capteurs a{
    color: white;
}
.home_bloc_type_de_produit .conteneur-liens .lien-capteurs a:hover{
    color: #E16910;
}
.home_bloc_type_de_produit .conteneur-liens .lien-bancs a:hover{
    color: #5592C3;
}
.titre_section h2{
    font-size: 35px;
    color: #003772;
}
.titre_section.texte_blanc h2{
    color: white;
}
.titre_section_description {
    font-size: 17px;
}
.home_prochains_evenements_rangee .wpb_wrapper:first-child{
    padding-right: 50px;
}
.home_prochains_evenements_rangee .wpb_wrapper:first-child .vc_separator{
    padding-right: 50px;
    margin-bottom: 15px;
}
.home_prochains_evenements_voir_tous_rangee{
    position: relative;
}
.home_prochains_evenements_voir_tous_rangee .vc_icon_element{
    position: absolute;
    left: calc(50% + 175px);
    top: 45px;
}
.actualite_rangee{
    margin-bottom: 20px;
    height: 300px;
}
.actualite_rangee .etiquette{
    color: #0E254A;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.actualite_rangee .etiquette .boite-etiquette{
    background-color: rgba(255,255,255,0.95);
    padding: 5px 20px;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 20px;
}
.actualite_rangee h3{
  text-transform: uppercase;
}
.actualite_rangee .titre_actualite h3, .actualite_rangee .titre_actualite p{
    color: white;
    margin: 0;
    padding: 0;
}
.actualite_rangee .titre_actualite .boite{
    background-color: #0E254A;
    padding: 10px;
}
.actualite_rangee .titre_actualite h3 .boite{
	text-transform: uppercase;
}
.actualite_rangee .titre_actualite p .boite{
	font-size: 22px;
}
.actualite_rangee .titre{
    margin-bottom: 20px;
}
.actualite_rangee .bouton_lire_article .boite-bouton{
    background-color: #5592C3;
       padding: 5px 50px 5px 35px;
    border-radius: 25px;
	font-weight: 700;
	position: relative;
	display: inline-block;
}
.actualite_rangee .bouton_lire_article .boite-bouton::after{
    content: "\f101";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
}

.actualite_rangee .bouton_lire_article a {
	width: 100% !important;
	display: block;
	color: #fff;
}
.actualite_rangee .bouton_lire_article{
    color: white;
}
.socials_rangee{
    display: flex;
    justify-content: center;
}
.socials_rangee .wpb_column{
    width: 60px;
    height: 60px;
}
.socials_rangee .vc_icon_element{
    width: 100px;
}
.bouton_form {
    text-align: right;
}
.bouton_form .wpcf7-submit{
    background-color: #003772;
    padding: 5px 30px;
    border-radius: 25px;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
	background-color: transparent;
}

#post-grid-homepage .vc_gitem-post-data-source-post_title {
    color: #003772;
    font-size: 24px;
    font-weight: 600;
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 1.2;
	margin-top: 15px;
    margin-bottom: 0;
}

#post-grid-homepage .vc_gitem-post-data-source-post_title h4 {
	margin-bottom: 10px;
}

#post-grid-homepage .vc_gitem-post-data-source-post_date {
	color: #003772;
	font-size: 18px;
	padding-left: 2rem;
	padding-right: 2rem;
}

#post-grid-homepage .read-more {
	display: none;
}

#post-grid-homepage .vc_grid-item-mini.vc_clearfix {
	background-color: #f3f3f3;
}

#post-grid-homepage .vc_gitem-post-data-source-post_excerpt {
	margin-top: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

#post-grid-homepage .partager {
	color: #003772;
	font-weight: 600;
	font-size: 15px;
	padding-top: 0.5rem;
	padding-left: 1rem;
}

#post-grid-homepage .linkedin-grid > div {
	margin-left: -4rem;
}

#post-grid-homepage .vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- {
	padding: 0;	
}

#technologies-tei-hp {
	margin-bottom: 15px;
}

#technologies-link-hp .wpb_wrapper {
	display: flex;
	justify-content: center;
}

#technologies-link-hp .tei_double_fleche {
	background-color: #797979;
}

#technologies-link-hp .tei_double_fleche::before,
#technologies-link-hp .tei_double_fleche::after {
	color: white;
}

#decouvrez-tei-hp a {
	color: #797979;
}

#decouvrez-tei-hp p {
	font-style: italic;
	color: #797979;
}

.text-icon-wrap1,
.text-icon-wrap2 {
	display: flex;
	justify-content: right;
}

#grid-homepage-icon1 .tei_double_fleche,
#grid-homepage-icon2 .tei_double_fleche {
	background-color: #003772;
	color: white;
	margin-left: 10px;
}



 
/* TEI COMPONENT CHANGES */

.hp_block_backgrounds_slider {
	height: 65vh;
	min-height: 490px;
}

.hp_block_category_wrapper {
	width: 30%;
}

.hp_block_category_button {
	padding: 25px 0;
}

.sub_element_content_image_wrapper img {
	max-height: 350px;
    object-fit: contain;
}


@media only screen and (max-width: 1500px) {
	.sub_element_content {
		width: 70%;
	}
	
	.sub_element_content_image_wrapper img {
		padding-right: 20px;
	}
}

@media only screen and (max-width: 1199px) {
	.sub_element_content {
		width: 75%;
		margin-bottom: 40px;
	}
	
	.sub_element_content_image_wrapper img {
		width: 90%;
	}
	
	.hp_category_sub_element_button {
		padding: 8px 10px;
		width: 240px;
	}
	
	body .main-header-menu a {
		padding: 0 0.5em;
	}
	
	.hp_block_background.current_slide img,
	.hp_block_background img{
		object-fit: cover;
	}
}

@media only screen and (max-width: 991px) {
/* 	.hp_block_backgrounds_slider {
		height: 52vh;
	} */
	
	.sub_element_content {
		width: 85%;
	}
	
	.hp_category_sub_element_button {
		width: 190px;
		font-size: 1.2em;
	}
	
	.hp_block_category_wrapper {
		width: 48%;
	}
}

@media only screen and (max-width: 768px) {
/* 	.hp_block_backgrounds_slider {
		height: 47vh;
	} */
	
	.sub_element_content {
		width: 95%;
	}
	
	.hp_block_category_wrapper {
		width: 40%;
	}
	
	.sub_element_content_image_wrapper img {
		width: 100%;
		padding-top: 20px;
	}
	
	.hp_block_main_buttons > div:first-child .hp_category_sub_element_button {
		width: 98px;
	}
	
	.hp_block_main_buttons > div:first-child .hp_category_sub_elements button {
		height: 63px;
	}
	
	.hp_block_main_buttons > div:nth-child(2) .hp_category_sub_element_button {
		width: 105px;
	}
	
	.hp_category_sub_elements {
		padding-bottom: 60px;
	}
}

@media only screen and (max-width: 580px) {
/* 	.hp_block_backgrounds_slider {
		height: 45vh;
	} */
	
/* 	.hp_block_background.current_slide {
		transform: scale(0.8);
	} */
	
	.sub_element_content_image_wrapper img {
		width: 110%;
		padding-top: 40px;
	}
	
	.hp_block_category_wrapper {
		width: 60%;
	}
	
	.sub_element_content_desc {
		font-size: 1.4em;
	}
	
	.sub_element_content_title {
		font-size: 2.3em;
		line-height: 33px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 480px) {
	
	.sub_element_content_image_wrapper img {
		padding-top: 70px;
	}
	
	.hp_block_category_button {
		font-size: 1.6em;
	}
	
	.hp_block_main_buttons > div:first-child .hp_category_sub_element_button {
		width: 78px;
		padding: 0;
	}
	
	.hp_block_main_buttons > div:nth-child(2) .hp_category_sub_element_button {
		width: 82px;
		padding: 0.7em 0;
	}
}

@media only screen and (max-width: 375px) {
	.hp_block_backgrounds_slider {
		height: 80vh;
	}
	
	.sub_element_content_desc {
		font-size: 1.3em;
	}
	
	.sub_element_content_image_wrapper img {
		padding-top: 90px;
	}
}

/*--CONTACT--*/

.contact_form_col {
	border-radius: 35px;
    padding: 20px 50px !important;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.29);
    background-color: white;
}

.contact_col_3 {
	display: flex;
    flex-wrap: wrap;
	max-width: 1060px;
}

.contact_col_3 .vc_col-sm-4 {
	background-color: #ededed;
    clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
	padding: 30px 10px;
}

.contact_col_3 .vc_icon_element-inner {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.29);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.29);
}

.contact_col_3 .vc_icon_element-inner span {
	color: white !important;
}

.contact_col_3 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
	display: flex;
    flex-wrap: wrap;
	align-items: center;
}

.contact_col_3 .vc_icon_element {
	width: 60px;
	margin-bottom: 0 !important;
}

.contact_col_3 .wpb_text_column {
	margin-bottom: 0;
	width: calc(100% - 60px);
}

.contact_col_3 .wpb_text_column p {
	font-size: 17px;
	text-align: left !important;
    padding-left: 15px;
}

.contact_form_col .contact_forms .title_form, .header_text_contact * {
	color: #084280;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 10px;
    display: block;
	line-height: 1.2;
}

.wpcf7-form .wpcf7-countrytext, .wpcf7-form .wpcf7-phonetext {
	padding-left: 48px !important;
}

.contact_form_col .wpcf7-form .col-sm-6, .wpcf7-form .col-sm-12 {
	padding-right: 7px;
	padding-left: 7px;
}

.contact_form_col .wpcf7-form input.wpcf7-text, .contact_form_col .wpcf7-form select,
.contact_form_col .wpcf7-form textarea {
	/*border-radius: 30px;
    border: none;
    padding: 10px 15px;
	
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.29);*/
}

.contact_form_col .wpcf7-form textarea {
	padding: 15px 15px;
}

.contact_form_col .wpcf7-form label {
	font-size: 17px;
    font-style: italic;
}

.met_tei .wpcf7-form-control-wrap label span {
	font-weight: 400 !important;
    font-size: 16px !important;
    padding: 7px 18px 10px !important;
    display: block;
    margin-top: 10px;
    background-color: #ffffff2b !important;
    border: 1px solid #cacaca !important;
	font-style: normal;
	margin-top: 0;
    margin-bottom: 15px;
}

.met_tei input[type="radio"]:checked+span {
	background-color: white !important;
	color: #676767;
	font-weight: 500 !important;
	
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

.met_tei .wpcf7-list-item {
	margin: 0 10px 0 0;
}

.wpcf7-form .wpcf7-validates-as-required, .wpcf7-form .wpcf7-validates-as-required > span {
	display: block;
}

.wpcf7-form .wpcf7-validates-as-required .wpcf7-list-item-label {
	font-size: 17px;
    line-height: 1.3;
    display: inline-block;
    width: calc(100% - 40px);
    margin-left: 5px;
    vertical-align: top;
}

.wpcf7-form .wpcf7-submit {
	clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
    padding: 5px 40px 8px;
    background-color: #0B4783;
    color: white;
    display: inline-block;
    font-style: italic;
    font-size: 18px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    width: 200px;
	transition: all 0.3s;
}

.wpcf7-form .wpcf7-submit:hover {
	clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
	background-color: #0B4783;
    color: white;
}

/*-- OLD --------------------------*/

.wpcf7-form .contact_forms .met_tei {
	margin-bottom: 20px !important;
}

.met_tei > label {
	display: block;
	margin-top: 10px;
    margin-bottom: -10px;
}

.contact_info .vc_col-sm-6, .contact_info  .vc_col-sm-12, .contact_info .vc_col-sm-4 {
    margin-bottom: 1.2em;
}
.contact_info input, .contact_info select {
    height: 50px; 
    border: solid 1px #D2D2D2;
}

.contact_info textarea {
	border: solid 1px #D2D2D2;
}


.contact_info select{
    border-radius: 0 !important;  
    -webkit-appearance: none; 
}
/* .contact_info input :not(.country-select) {
    padding-left: 20px !important;
} */


.contact_info .wpcf7-submit {
    float: right;
}
.contact_info .title_form {
    display: block;
    color: #003772;
    text-transform: uppercase;
    font-size:25px;
    font-weight: 500;
}
.contact_info #field_fonction {
    max-width: calc(50%);
}

.contact_info .bloc_fields {
    margin-top: 50px;
}

.btSearch a:focus {
	text-transform: underline;
}

/* page Présentation */

.btn_presentation .bouton_bleu a {
	display: block;
}

.pres_equipement .upb_bg_overlay {
	mix-blend-mode: multiply;
}

.carte_trouver {
	max-width: 300px;
	margin: auto;
}

.link-presentation-style a {
	color: #797979;
}

/* page Assistance */

.grid_assistance .picto_assistance {
	width: 25%;
	margin: auto;
}

.grid_assistance h4 {
	font-weight: 500;
	line-height: 1.2;
	font-style: italic
}

/* page FAQ */

.design_faq .vc_tta-panel {
	margin-bottom: 20px;
}

.design_faq .vc_tta-panel-title {
	background: rgb(33,94,160);
    background: -moz-linear-gradient(90deg, rgba(33,94,160,1) 0%, rgba(73,129,181,1) 100%) !important;
    background: -webkit-linear-gradient( 90deg, rgba(33,94,160,1) 0%, rgba(73,129,181,1) 100%) !important;
    background: linear-gradient( 90deg, rgba(33,94,160,1) 0%, rgba(73,129,181,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#215ea0",endColorstr="#4981b5",GradientType=1) !important;
	clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
}

.design_faq .vc_tta-panel-title a {
	padding-bottom: 19px;
}

.design_faq i.vc_tta-controls-icon::before, .design_faq i.vc_tta-controls-icon::after {
	border-color: white !important;
}

.design_faq .vc_tta-panel-heading, .design_faq .vc_tta-panel-body {
	border: none !important;
}

.design_faq .vc_tta-title-text {
	font-weight: 400;
	color:white;
	font-style: italic;
	font-size: 22px;
}

.design_faq .vc_tta-controls-icon::before,
.design_faq .vc_tta-controls-icon::after{
	border-color: #003772 !important;
}

/* page Support Technique */

.grid_assistance {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bloc_picto_assistance > .vc_column-inner {
	padding-top: 40px;
	box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    background-color: white;
    border-radius: 25px;
	height: 100%;
	transition: all .3s;
}

.bloc_picto_assistance > .vc_column-inner:hover {
	/*background-color: #EDEDED;*/
	box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	transform: scale(0.99);
}

/*.bloc_picto_assistance_bottom {
	margin-top: 100px;
}*/

.texte_majuscule > div > h4 {
	font-size: 20px;
}

.bloc_picto_assistance .link_hover a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

/*.bloc_picto_assistance:hover {
  background-color:#f6f6f6;
}*/

body .bloc_picto_assistance > .vc_column-inner {
  padding-left:0px;
  padding-right:0px;
}

/* Documentation */
#teiDocumentation .col-md-12,
#teiDocumentation.col-md-4 {
	margin-bottom: 1em;
}

.search-results-wrap {
	margin: 1em 0 3em;
}

.search.search-results .site-content {
	padding-bottom: 100px;
}

select.tei_doc_search_dropdown {
	width: 100%;
}

#teiDocumentation .col-md-12 p {
	margin-bottom: 0.75em;
}

.doc-title-wrap {
	padding-bottom: 2em;
	width: 100vw;
	margin-left: calc( (100vw - 1180px) / -2 );
	padding: 50px 0 70px;
	margin-bottom: 50px;
}

.doc-title-wrap .titre_trait {
	margin-bottom: 35px;
}

.doc-title {
	padding: 2em 0 1em;
	text-align: center;
}

.doc-subtitle {
	text-align: center;
	color: #003772;
	margin-bottom: 0.75em;
}

#docuSearchForm input {
	border-right: none;
	padding-right: 0;
	height: 52px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 300px;
}

#docuSearchForm input:focus {
	border-color: #eaeaea;
}

#docuSearchForm button {
	background-color: #fafafa;
	border-color:#eaeaea;
	border-left: none;
	height: 52px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#docuSearchForm button i {
	color: grey;
}

.pdf-download {
/* 	text-transform: uppercase; */
	margin-bottom: 2em;
}

.pdf-download h3 {
	font-size: 28px;
	margin-bottom: 1.5em;
}

.support-note {
	margin-bottom: 3em;
}

/* Responsive toutes les pages de Support Technique et Presentation */

@media only screen and (max-width: 1299px) {
	.support-technique-text,
	.design_faq {
		margin-left: 2.5rem !important;
		margin-right: 1.5rem !important;
	}
	.support-technique-contact-form {
		margin-left: 1.5rem !important;
		margin-right: 0.5rem !important;
	}
}

@media only screen and (max-width: 767px) {
	.support-technique-subtitle {
		margin-left: 2.5rem;
		margin-right: 2.5rem;
	}
	
	.bloc_picto_assistance_bottom {
		margin-top: 0;
	}
	
	#presentation-order-swap {
		display: flex;
		flex-direction: column;
	}
	
	#presentation-bancs {
		order: 2;
	}
	
	#presentation-bancs-image {
		order: 1;
	}
	
	#presentation-dans-le-cas > div {
		padding-left: 0;
	}
	
	.tei_liste_emplois_block {
		width: 77%;
	}
	
	.tei_emploi_right {
		position: unset;
		justify-content: end;
	}
	
	#presentation-nous-trouver-text {
		text-align: center;
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}
}

@media only screen and (max-width: 600px) {
	.tei_emploi_form {
		padding: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.wpcf7-form {
		display: table !important;
	}
	
	.wpcf7-form > div {
		padding: 0.5rem;
	}
	
	.postuler_envoyer input {
		margin-top: 2rem;
	}
}

@media only screen and (max-width: 370px) {
	.tei_apply {
		padding-bottom: 28px;
	}
}

/* page Actualites */

.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
	padding-top: 50px;
	padding-bottom: 0px;
	border: none;
	padding-right: 50px;
    padding-left: 50px;
}
.ast-separate-container .ast-article-post {
	padding-top: 0;
	padding-right: 25px;
  padding-left: 25px;
}

.category-actualites.ast-separate-container .container-fluid,
.category-videos.ast-separate-container .container-fluid,
.archive.category.ast-separate-container .container-fluid {
	max-width: 1200px;
	padding-right: 70px;
	padding-left: 70px;
}

@media screen and (max-width: 920px) {
	.category-actualites.ast-separate-container .container-fluid,
	.category-videos.ast-separate-container .container-fluid,
	.archive.category.ast-separate-container .container-fluid {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
}

/*.archive.category-videos .site-content .content-area .ast-archive-description,
.archive.category-actualites .site-content .content-area .ast-archive-description,
.archive.category .site-content .content-area .ast-archive-description {
    text-align: center !important;
	padding-top: 40px !important;
    padding-bottom: 10px !important;
	padding-right: 50px !important;
    padding-left: 50px !important;
	background-color: white;
}*/

.archive.category .site-content .content-area .ast-archive-description h1 {
	text-align: center;
    margin-bottom: 50px;
	font-weight: 600;
}

.category-videos .entry-title {
	line-height: 1;
}

.category-actualites .content-area.primary,
.category-videos .content-area.primary {
	background-color: white;
}

.category-actualites .entry-meta .posted-on {
	display: block;
}

.ast-archive-description {
	padding: 1.5em 7em !important;
}

.page-actualites .ult-video {
	margin: 0;
}

.page-actualites .tei_liste_emplois_block {
	width: 100%;
}

.page-actualites .uvc-main-heading h2 {
	font-weight: 700 !important;
	font-size: 45px
}

.page-actualites .uvc-sub-heading h3 {
	font-weight: 300;
}

.page-actualites .ubtn-data.ubtn-text {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.page-actualites .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-4-3::before {
	padding-top: 67%;
}

.page-actualites rs-slide {
	background-color: #f3f3f3;
}

.actualite-post-grid h6 {
	margin-top: 0;
	font-size: 22px;
    font-weight: 700;
    color: #cecece;
}

.actualites-post-grid-video .vc_custom_heading.vc_gitem-post-data-source-post_title {
	font-size: 25px;
	text-transform: uppercase;
	color: #003772;
	font-weight: 600;
}

.actualites-post-grid-video .wpb_content_element {
	color: #003772;
}

.actualite-nos-videos-lien a {
	color: #666;
}

.actualite-post-grid .vc_gitem-post-data-source-post_title > div,
.actualite-post-grid .vc_gitem-post-data-source-post_excerpt {
	color: #003772;
}

.actualites-post-grid-video .vc_gitem-zone-a .vc_gitem-row-position-top, 
.actualites-post-grid-video .vc_gitem-zone-b .vc_gitem-row-position-top {
	position: relative !important;
}

.actualites-post-grid-video .vc_gitem-zone-a .vc_gitem-row-position-top::before, 
.actualites-post-grid-video .vc_gitem-zone-b .vc_gitem-row-position-top::before,
.actualites-post-grid-video .vc-gitem-zone-height-mode-auto:before {
	display: none !important;
}

.actualite-post-grid .vc_gitem-post-data-source-post_title a {
	font-weight: 700;
	font-size: 31px;
/* 	color: #003772; */
	text-transform: uppercase;
	line-height: 1.2;
}

.actualite-post-grid .vc_gitem-post-data-source-post_excerpt {
	font-size: 20px;
    margin-bottom: 10px;
}

.actualite-post-grid .read-more {
	display: none;
}

.actualite-post-grid .vc_btn3,
.actualites-post-grid-video .vc_btn3 {
	padding: 0 !important;
	font-style: italic !important;
	font-size: 18px !important;
}

.actualite-post-grid .vc_btn3:hover,
.actualite-post-grid .vc_btn3:active,
.actualite-post-grid .vc_btn3:focus,
.actualites-post-grid-video .vc_btn3:hover,
.actualites-post-grid-video.vc_btn3:active,
.actualites-post-grid-video .vc_btn3:focus {
	background-color: white !important;
	border-color: white !important;
}

.actualite-offres-emploi {
	color: #003772;
}

.archive.category- .post-thumb-img-content {
	display: block !important;
}

.archive.category .entry-title, .archive.category .entry-title * {
	color: white;
	font-size: 25px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.1;
}

.archive.category .entry-title, .archive.category .entry-title a:hover {
	color: #E36303;
}

/*.archive.category .entry-title a {
	font-weight: 700;
    font-size: 25px;
    color: #003772;
    text-transform: uppercase !important;
	line-height: 1.2;
}*/

.archive.category .post-content .entry-header {
	margin-bottom: 10px;
}

/*.archive.category .entry-meta {
	position: absolute;
    top: -40px;
	line-height: 1.1;
}*/

.archive.category .entry-meta .cat-links {
	line-height: 1.1;
}

.archive.category .entry-meta .cat-links a {
	color: #cecece;
    font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1.1;
}

.archive.category .entry-content p {
	color: white;
    font-style: italic;
    font-size: 1.1em;
    line-height: 1.3;
}

.archive.category .entry-content p.read-more a {
	color: #797979 !important;
}

.archive.category .ast-post-format-.blog-layout-3, .category-actualites .ast-post-format-standard.blog-layout-3 {
	align-items: center;
    display: flex;
}

.archive.category .ast-post-format-.blog-layout-3 .post-thumb-img-content img {
	height: 300px;
	object-fit: cover;
	width: 100%;
}

/*.archive.category article:nth-child(even) .ast-blog-featured-section.post-thumb {
	order: 2;
}*/

.archive.category .ast-article-post {
	position: relative;
	background-color: gainsboro;
	margin-bottom: 25px;
	padding: 0;
	min-height: 220px;
}

.archive.category .ast-article-post > div.ast-post-format- {
	display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.archive.category .ast-blog-featured-section.post-thumb {
	position: absolute;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    overflow: hidden;
}

.archive.category .ast-article-post .post-content {
	width: 70% !important;
    background-color: #062e58bf;
	clip-path: polygon(0% 0, 80% 0, 100% 100%, 0% 100%);
	padding: 30px 100px 30px 30px !important;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s;
	min-height: 220px;
}

/*.archive.category article:nth-child(even) .post-content {
	text-align: right;
    padding-left: 0;
    padding-right: 2em;
}*/

/*.archive.category article:nth-child(even) .entry-meta {
	right: 2em;
}*/

/*.archive.category .ast-archive-description {
	    background-color: transparent;
    text-align: center;
    padding-top: 0 !important;
}*/

.category-videos .post-thumb-img-content.post-thumb {
	display: block !important;
}

/* page Single Post et archive */

.primary-single-post, .archive.category #primary {
	margin-top: 40px !important;
}

.primary-single-post article.ast-article-single, 
#primary .archive-primary-content {
	 box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 35%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    border-radius: 15px;
	padding: 50px 65px 70px;
	background-color: white;
}

#primary .ast-archive-description {
	background-color: transparent;
    padding: 0 !important;
}

#primary .tei_breadcrumbs_blog {
	position: relative !important; 
    bottom: auto !important;
    margin-bottom: 20px;
	margin-left: 5px;
}

.primary-single-post .ast-oembed-container {
	margin: 25px 0;
}

/*.primary-single-post .ast-single-post-order {
	position: absolute;
	top: 0;
	left: 50px;
	margin-bottom: 2em;
}*/

.primary-single-post .post-thumb-img-content.post-thumb img {
	height: auto;
    width: 100%;
    object-fit: cover;
    max-height: 400px;
}

.single-post .sidebar-main .menu a,
.archive .sidebar-main .menu a {
	font-weight: 500;
    font-size: 17px;
	display: inline-block;
}

.single-post .sidebar-main .menu a:hover,
.archive .sidebar-main .menu a:hover {
	color: #003772;
}

.single-post .sidebar-main .menu a::before,
.archive .sidebar-main .menu a::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(assets/img/fleches_link_bleu.svg);
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
	transition: all 0.3s;
}

.single-post .sidebar-main .menu a:hover::before,
.archive .sidebar-main .menu a:hover::before{
	margin-right: 0px;
	margin-left: 5px;
}

/* Page Solution */

.solution-product-title {
	text-align: right;
}

.solution-product-image {
	padding: 10px;
}

.solution-product-image > div {
	min-height: 220px;
}

.solution-product-link {
	text-align: center;
	margin: 20px 0;
	font-style: italic;
}

.solution-product-link {
	color: #797979 !important;
}

.autres-solutions-grid .vc_general.vc_btn3.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-default {
	background-color: white;
	border: 1px solid #ccc;
	transition: all 0.25s cubic-bezier(.58,.53,.52,.86);
}

.autres-solutions-grid .vc_general.vc_btn3.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-default:hover {
	transition: all 0.25s cubic-bezier(.58,.53,.52,.86);
	color: white;
	background-color: rgba(25, 75, 128);
}

.solution-blocks-single {
	height: 300px;
	background-color: #e6e6e6;
	color: white;
	transition: all 0.25s cubic-bezier(.58,.53,.52,.86);
}

.solution-blocks-single > div,
.solution-blocks-single > div > div,
.solution-blocks-single > div > div > div,
.solution-blocks-single > div > div > div > div {
	height: 100%;
}

.solution-blocks-single > div {
	padding: 0 !important;
}

.solution-blocks-single p > strong {
	position: absolute;
	left: 50%;
	top: calc(50% - 10px);
	transform: translateX(-50%);
	padding: 5px 10px;
	border-radius: 20px;
}

.solution-blocks-single p > em {
	position: absolute;
	top: 60%;
	right: 50%;
	transform: translateX(50%);
	visibility: hidden;
}

.solution-blocks-single:hover {
	cursor: pointer;
	background-color: rgba(25, 75, 128, 0.3);
	color: #194B80;
	transition: all 0.25s cubic-bezier(.58,.53,.52,.86);
}

.solution-blocks-single:hover p > strong {
	background-color: white;
}

.solution-blocks-single:hover p > em {
	visibility: visible;
	color: white;
}

/* page Single Application */
.solution-blocks {
	margin-bottom: 2px !important;
}

.solution-blocks-single {
	width: calc(50% - 2px) !important;
}

.solution-blocks-single:hover .vc_parallax-inner.skrollable {
/* 	background-color: rgba(25, 75, 128, 0.5)!important; */
/* 	background-color: rgb(9, 65, 115) !important; */
	background-color: rgb(19, 85, 125) !important;
/* 	color: white; */
	transition: all 0.25s cubic-bezier(.58,.53,.52,.86);
	background-blend-mode: multiply;
}

.solution-blocks-single-right {
	margin-right: 2px;
}

.main-image-application img {
	width: 1500px;
	height: 470px !important;
	object-fit: cover;
}

.italic-application p {
	margin-bottom: 0.3em;
}

body #sidebar-application .ubtn-data.ubtn-text {
	font-size: 18px !important;
}

#sidebar-application .wpb_content_element {
	margin-bottom: 25px;
}

#sidebar-application .ubtn-ctn-right {
	margin-bottom: 0px;
}

.single-application nav.navigation.post-navigation {
	display: none;
}

#sidebar-application .tei_double_fleche.tei_fleche_grise.tei_fleche_petite {
	margin-left: auto;
	margin-right: auto;
	background-color: #003772;
	color: white;
}

#text-color p {
	color: #003772 !important;
}
#text-color ul, #text-color li {
	color: #003772 !important;
}

.text-weight h4 {
	font-weight: 500 !important;
}

.text-uppercase {
	text-transform: uppercase;
}

.autres-solutions-grid .vc_gitem-zone {
	border: 1px solid #d6d6d6;
	padding: 10px;
	transition: all 0.25s cubic-bezier(.58,.53,.52,.86);
}

.autres-solutions-grid .vc_gitem_row.vc_gitem-row-position-middle {
	margin-top: -2em;
}

.autres-solutions-grid .vc_custom_heading.vc_gitem-post-data-source-post_excerpt {
	font-weight: 700;
	color: #003772;
}

.vc_btn3-container.autres-produits-button.vc_btn3-left {
	margin-bottom: 10px;
}

.vc_btn3-container.autres-produits-button.vc_btn3-left > a {
	background-image: unset;
	font-style: italic;
	font-size: 15px;
	padding: 0;
}

.autres-solutions-grid .vc_gitem_row.vc_row.vc_gitem-row-position-bottom > div {
	padding: 0 20px;
}

.autres-solutions-grid .vc_gitem-zone:hover {
	background-color: #194B80 !important;
	color: white;
	transition: all 0.25s cubic-bezier(.58,.53,.52,.86);
}

.autres-solutions-grid .vc_gitem-zone:hover .tei_double_fleche.tei_fleche_grise.tei_fleche_petite {
	background-color: #5592C3;
	color: white;
}

.autres-solutions-grid .vc_gitem-zone:hover img {
	-webkit-filter: saturate(60%);
	filter: saturate(60%);
	opacity: 0.1;
}

.autres-solutions-grid .vc_gitem-zone:hover .vc_gitem_row.vc_gitem-row-position-top h3,
.autres-solutions-grid .vc_gitem-zone:hover .vc_custom_heading.vc_gitem-post-data-source-post_excerpt,
.autres-solutions-grid .vc_gitem-zone:hover .vc_btn3-container.autres-produits-button.vc_btn3-left > a {
	color: white !important;
}

.autres-solutions-grid .vc_gitem-zone:hover .vc_btn3-container.autres-produits-button.vc_btn3-left > a {
	background-color: #194B80 !important;;
}

body.post-type-archive-solution {
	margin: 0 -15px;
}

/* page NOS PRODUITS */



/* page PRODUITS */

.top-produits {
	text-align: center;
	padding: 80px 0 115px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}

.top-produits > h1 {
	padding-bottom: 10px;
	color: white;
	font-style: italic;
}

.top-produits > h4 {
	font-weight: 300;
	color: #343434;
 }

.mid-produits {
	padding: 50px 0;
	padding-right: 250px;
	background-image: url('assets/img/satellite.jpg');
	background-position: 50% 38%;
	text-align: right;
}

.mid-produits > p,
.mid-produits > h2 {
	color: white;
}

.mid-produits > h2 {
	margin-bottom: 0;
	font-size: 2em;
}

.mid-produits > h2 > b {
	font-weight: 600;
}

.mid-produits > p {
	margin-top: 1em;
}

.categories-produits > div > h3 {
	text-transform: uppercase;
	font-weight: 500;
}

.categories-produits {
	margin-top: 50px;
	margin-bottom: 50px;
}

.categories-name {
	text-transform: uppercase;
	font-weight: 500;
}

.categories-all {
	border: 1px solid #C9C9C9;
	border-radius: 5px;
	margin-top: 20px;
	display: flex;
	margin-left: 350px;
	margin-right: 350px;
	padding: 50px 50px 15px 50px;
	transition: all 0.2s cubic-bezier(.58,.53,.52,.86);
	position: relative;
}

.categories_anchor_padding {
	position: absolute;
	top: -50px;
	opacity: 0;
}

.categories-list {
	margin: 0 0 1.5em 1em;
	color: #0f3772;
	transition: all 0.2s;
}

.categories-all:hover .categories-list {
	color: white;
}

.categories-list-item-title {
	font-weight: 600;
}

.tei_archive_link_to_cat {
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}

.categories_link_inside {
	font-style: italic;
	margin-right: 20px;
	color: #797979;
	line-height: 1;
	transition: all 0.2s;
}

.categories-all:hover .categories_link_inside {
	color: white !important;
}

.categories-div1,
.categories-div2 {
	box-sizing:border-box;
}

.categories-div1 {
	width: 35%;
	padding-left: 30px;
}

.categories-div2 {
	width: 65%;
}

.categories-div2 > h3 {
	padding-bottom: 15px;
}

.categories-all:hover {
	background-color: #194B80;
	color: white;
	transition: all 0.2s cubic-bezier(.58,.53,.52,.86);
}

.categories-all:hover h3,
.categories-all:hover ul {
	color: white;
}

.categories-all:hover .categories_link_inside {
	color: #5592C3;
}

.categories-all:hover .tei_double_fleche.tei_fleche_grise.tei_fleche_petite {
	background-color:white;
}

.categories-all:hover img {
	-webkit-filter: saturate(60%);
	filter: saturate(60%);
	opacity: 0.5;
}

.categories-div2 .categories-link {
	color: #797979;
}

.categories-div2 .categories-link:hover {
	text-decoration: underline;
}

.autres-produits img {
	max-width: 100%;
    min-width: unset !important;
	max-height: 160px;
}

.tei_select_wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

.autres-produits .tei_category_list_item_details {
	align-self: center;
}

.autres-produits .tei_category_list_item {
	padding-top: 20px;
    padding-bottom: 20px;
}

.row.tei_category_list_item {
	min-height: 240px;
	padding: 30px 50px 30px 10px !important;
}

.row.tei_category_list_item .tei_category_list_item_img_wrapper {
	display: flex;
    align-items: center;
	width: 45%;
}

.row.tei_category_list_item .tei_category_list_item_details {
	display: flex;
    flex-direction: column;
    justify-content: center;
	width: 55%;
}

.row.tei_category_list_item .tei_category_list_item_img {
	max-height: 150px;
    width: auto;
    min-width: unset;
}

.row.tei_category_list_item .tei_category_list_item_solutions_list {
	margin-left: 20px;
}

.row.tei_category_list_item .tei_category_list_item_title {
	margin-bottom: 10px;
}

/* Applications archive */

#primary.archive_template {
	margin-top: 0 !important;
}

.top-applications {
/* 	position: absolute; */
	top: 95px;
	left: 15px;
	width: 100%;
}

.archive-applications {
	margin-bottom: 30px;
}

.pagination {
	margin-top: 50px;
	text-align: center;
	font-size: 35px;
	font-weight: 700;
}

.ydu_results_pagination_inside {
	margin-bottom: 50px;
}

.title-applications {
	font-weight: 700;
}

.top_applications {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}

.tei_discovery {
	background-size: 100%;
	background-repeat: no-repeat;
/* 	image-rendering: auto;
  	image-rendering: crisp-edges;
  	image-rendering: pixelated; */
}

.applications-full-width {
	width: 100% !important;
}

.applications-title {
	margin-bottom: 70px;
}

/* Page recherche */

.result-page-title {
	padding-top: 70px;
	padding-bottom: 50px;
	/*width: 100vw;
	margin-left: calc((100vw - 1200px) / -2);*/
}

.result-page-title h1 {
	font-weight: 600;
}

/*.result-page-title {
	position: relative;
	box-sizing: border-box;
	/*left: -354px;
	width: 1908px;
	padding-left: 354px;
	padding-right: 354px;
	width: 100vw;
	left: calc( ( 100vw - 1200px ) / 2 * -1 );
background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));;
	height: 150px;
	margin-bottom: 3rem;
	margin-left:auto;
		margin-right: auto;
}*/

@media screen and (max-width: 1200px) {
/*	.result-page-title {
		position: relative;
		box-sizing: border-box;
		left:0;
		width: 100vw;
		padding: 0 15px;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));;
		height: 150px;
		margin-bottom: 3rem;
		margin-left:-30px;
		margin-right: -30px;
	}*/
}

.result-page-title > div {
	padding-top: 3rem;
}
	
	*/

.result-inner {
	background-color: white;
	padding: 2rem;
/* 	min-height: 460px; */
	margin-bottom: 2rem;
	height: 100%;
}

.result-title {
	padding-top: 0.5rem;
}

.result-content {
	color: #797979;
}

.result-lire {
	position: absolute;
	bottom: 0;
}

.result-lire:hover {
	color: #003772;
}

.result-lire .tei_double_fleche::after,
.result-lire .tei_double_fleche::before {
	margin-top: 0.4rem;
}

.result-img-empty {
	background-image: url("/wp-content/uploads/woocommerce-placeholder.png");
	height: 194.667px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.wrap-three-articles {
	display: flex;
	width: 100%;
	height: 100%;
}

.result-all {
	margin-top: 1em;
}

.result-variations {
	color: var(--tei_bleu_clair);
}

.result-variations-head {
	font-weight: bold;
}

.filter-toggle-color {
	background: #e16910;
	color: white;
}

/* Loader */
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}


/* Boutons Catégories */

.btn_categories a {
	/*display: inline-block;*/
    border: 1px solid #5592c3;
    color: #003772;
    font-size: 19px;
    padding: 10px 20px;
    border-radius: 300px;
    font-weight: 500;
    cursor: pointer;
    transition: all .4s ease;
    background: white;
    margin: 10px 0;
}
.btn_categories a:hover {
	font-weight: 600;
    background: #5592c3;
    color: white;
}

/****************************************** SLICK PRODUCT ASS */

/*.tei_carousel_title {
	margin-bottom: 30px;
}

.tei_carousel .slick-slider {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 70px;
}

.tei_carousel .slick-slider .slick-list {
	width: 80%;
}

.tei_carousel .slick-slider .slick-list .slick-track {
	display: flex;
	flex-direction: row;
}

.tei-product-ass-arrow {
	width: 10%;
	min-width: 80px;
	position: relative;
}

.tei-product-ass-arrow-inside {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, 0%) rotate(45deg);
	height: 46px;
	width: 46px;
	cursor: pointer;
}

.tei-product-ass-arrow.tei-product-ass-left-arrow .tei-product-ass-arrow-inside {
	border-left: 1px solid #0e254a;
	border-bottom: 1px solid #0e254a;
}

.tei-product-ass-arrow.tei-product-ass-right-arrow .tei-product-ass-arrow-inside {
	border-top: 1px solid #0e254a;
	border-right: 1px solid #0e254a;
}

.tei_carousel_row {
	position: relative;
	margin-top: 30px;
	padding-top: 30px;
}

.carousel_disco {
	margin-bottom: 60px;
}

.tei_carousel_row + .tei_carousel_row::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: lightgray;
}

.tei_carousel .slick-list .slick-track .tei_carousel_item {
	height: inherit;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.tei_carousel_item:focus {
	outline: none;
}

.tei_carousel_title {
	text-align: center;
	text-transform: uppercase;
	font-size: 2em;
}

.tei_carousel_item_desc {
	margin-bottom: 10px;
	padding: 0 10px;
}

.tei_carousel_item_inside::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: transparent;
	transition: all .2s ease;
}

.tei_carousel_item:hover .tei_carousel_item_inside::before{
	background: #012244e0;
}

.tei_carousel_item:hover .tei_carousel_item_title {
	background-color: #5592c3;
}

.tei_carousel_item:hover .tei_carousel_item_see_more {
	opacity: 1;
}

.tei_carousel_item_inside {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 5px;
	top: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center;
	border: 1px solid #0e254a;
	border-radius: 4px;
	transition: all .2s ease;
}

.tei_carousel_item_see_more {
	margin-top: 10px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.tei_carousel_item_see_more .tei_carousel_item_see_more_txt {
	color: white;
	font-size: .9em;
}

.tei_carousel_item_see_more_arrow {
	margin-top: 10px;
}

.tei_carousel_item_title {
	transition: all .2s ease;
	position: absolute;
	left: -1px;
	top: -1px;
	padding: 5px 10px;
	line-height: 1;
	font-size: 1.2rem;
	font-weight: bold;
	color: white !important;
	background-color: #0e254a;
}

.tei_carousel_row .slick-dots li button::before {
	content: "";
	width: 20px;
	height: 20px;
	border: 6px solid transparent;
	top: 50%;
	transform: translateY(-50%);
	background-color: #0e254a;
	background-clip: content-box;
}*/

/* Newsletter form */

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
	background-color: transparent;
	color: red;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors::before {
	display: none;
}

.wpcf7-form.invalid .bouton_form {
	margin-bottom: 0;
}

.vc_col-sm-2.bouton_form .wpcf7-submit {
	width: 100%;
	height: 50px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu > li.double {
    width: 50%;
}

.vc_gitem_row .partager, .vc_gitem_row .partager + div {
		display: inline-block;
	    margin-bottom: 20px !important;
	}

.vc_gitem_row .partager {
	margin-right: 15px;
	padding-left: 2rem !important;
	margin-top: 25px;
}

/* ===== Responsive ====== */

/* Page Single Solution */

@media only screen and (max-width : 1200px) {
	.autres-solutions-grid .vc_gitem_row.vc_row.vc_gitem-row-position-middle {
		margin-top: -5em;
	}
	
	.autres-solutions-grid .vc_gitem_row.vc_row.vc_gitem-row-position-middle img {
		max-width: 75%;
	}
}

@media only screen and (max-width : 1020px) {
	.autres-solutions-grid .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt p {
		margin-bottom: 0;
	}
	
	.autres-solutions-grid .wpb_text_column.wpb_content_element p {
		font-size: 90%;
	}
	
	.autres-solutions-grid .vc_gitem_row.vc_row.vc_gitem-row-position-middle {
		margin-top: -3em;
	}
}
	
@media only screen and (max-width : 960px) {
	.autres-solutions-grid .wpb_text_column.wpb_content_element p {
		font-size: 75%;
	}
	
	.autres-solutions-grid .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt p {
		font-size: 90%;
	}
	
	h2, .entry-content h2 {
		font-size: 25px !important;
	}
}
	
@media only screen and (max-width : 880px) {
	.vc_custom_heading.autres-produits-title.vc_gitem-post-data.vc_gitem-post-data-source-post_title h3 {
		font-size: 20px;
	}
	.vc_custom_heading.autres-produits-title.vc_gitem-post-data.vc_gitem-post-data-source-post_title a {
		z-index: 10;
		position: relative;
	}
	
	.autres-solutions-grid .vc_gitem_row.vc_row.vc_gitem-row-position-middle {
		margin-top: -4em;
	}
}

@media only screen and (max-width : 820px) {
	.solution-blocks-single em {
		margin-top: 25px;
	}
}

@media only screen and (max-width : 767px) {

	.solution-blocks {
		display: flex;
	}
	
	.tei-applications_listing_text_col {
		margin-top: 15px;
	}
	
	.solution-blocks-single {
		height: 250px;
	}
	
	.autres-solutions-grid .vc_pageable-slide-wrapper.vc_clearfix {
		display: flex;
		flex-wrap: wrap;
	}
	
	.autres-solutions-grid .vc_grid-item.vc_clearfix.vc_col-sm-4{
		width: 50%;
	}
}

@media only screen and (max-width : 520px) {
	.autres-solutions-grid .vc_pageable-slide-wrapper.vc_clearfix {
		display: block;
	}
	
	.autres-solutions-grid .vc_grid-item.vc_clearfix.vc_col-sm-4{
		width: 100%;
	}
	
	.autres-solutions-grid .vc_gitem-zone.vc_gitem-zone-a.vc_custom_1586960565368.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4::before {
		padding-top: 80%;
	}
}

@media only screen and (max-width : 480px) {
	.solution-blocks {
		display: block;
	}

	.solution-blocks-single {
		width: 90% !important;
		margin: auto;
		height: 200px;
	}
	
	.solution-blocks-single em {
		margin-top: 0;
	}
}

@media only screen and (max-width : 440px) {
	.solution-blocks-single em {
		margin-top: 25px;
	}
}

@media only screen and (max-width : 420px) {
	.autres-solutions-grid .vc_gitem_row.vc_row.vc_gitem-row-position-middle img {
		max-width: 50%;
	}
	
	.autres-solutions-grid .vc_gitem_row.vc_row.vc_gitem-row-position-middle {
		margin-top: -3em;
	}
	
	.autres-solutions-grid .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt,
	.autres-solutions-grid .wpb_text_column.wpb_content_element {
		margin-bottom: 0 !important;
	}
	
	.autres-solutions-grid .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-custom {
		font-size: 13px;
	}
	
	.single .post-navigation .ast-left-arrow, .single .post-navigation .ast-right-arrow {
		display: inline-block !important;
	}
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1500px) {
	.hp_block_main_container {
		min-height: 550px;
	}
	
	.hp_block_backgrounds_slider {
		min-height: 550px;
	}
	.block_ratio.ratio_16_9::before {
			padding-bottom: 74.25%;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	
	.vc_row .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded {
		max-width: unset !important;
	}
	
	.tei_discovery {
		padding: 40px 0;
		height: auto !important;
	}
	
	.categories-all {
		margin-left: 80px;
    	margin-right: 80px;
	}
	
	.hp_block_main_container {
		min-height: 700px;
	}
	
	.hp_block_backgrounds_slider {
		min-height: 700px;
	}
	
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
	#filterApplications {
		width: 100%;
	}
	
	.col-md-8.col-sm-8.tei_articles_applications_image, .col-md-4.col-sm-4.tei_articles_applications_text {
		width: 50%;
	}
	
	.vc_grid-item-zone-c-right .vc_gitem-animated-block {
		 width: 40% !important;
	}
	
	.vc_grid-item-zone-c-right .vc_gitem-zone-c {
		width: 60% !important;
	}
	
	.footer_row_picto .wpb_wrapper {
		width: 60%;
	}
	
	.footer_col_droite {
		margin-top: 0 !important;
	}
	
	.footer_col_droite .wpb_single_image.vc_align_left {
		transform: scale(0.7);
    	transform-origin: left;
	}
	
	.support-technique-text .vc_col-sm-8 .vc_col-sm-1 {
		width: 60px;
	}
	
	.support-technique-text .vc_col-sm-8 .vc_col-sm-11 {
		width: calc(100% - 100px);
	}
	
	.product_archive_head_row {
		margin: 0 -15px !important;
	}
	
	.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu {
		padding: 0 !important;
	}
	
	.ast-header-break-point .main-header-bar .main-header-bar-navigation ul.sub-menu .menu-item-has-children > .ast-menu-toggle {
		color: #003772;
	}
	
	.blog-layout-3 .post-content {
		padding: 20px 20px !important;
	}
	
	.category-actualites .entry-header {
		position: relative;
		padding-top: 30px;
	}
	
	.archive.category-actualites .entry-meta {
		top: -20px;
	}
	
	.primary-single-post .ast-single-post-order {
		width: 100%;
    	left: 0;
		position: relative;
	}
	
	.ast-separate-container .ast-article-single {
		padding-top: 20px !important;
	}
	
	.primary-single-post .post-thumb-img-content.post-thumb img {
		width: auto;
	}
	
	.page-actualites .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini {
		display: flex;
		align-items: center;
	}
	
	.page-actualites .slide-actus .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini {
		display: block;
	}
	
	.page-actualites .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-4-3::before {
		padding-top: 100%;
	}
	
}

@media only screen and (max-width : 921px) {
	
	.main-header-menu > li.menu-item {
		height: auto;
	}
	
	.main-navigation .main-header-menu .menu-item-has-children .sub-menu a.menu-link  {
		text-align: left;
    	padding-left: 20px !important;
    	line-height: 2;
    	padding-top: 4px !important;
		margin-bottom: 0 !important;
		padding-bottom: 8px !important;
	}
	
	.main-navigation .main-header-menu .menu-item-has-children .sub-menu a.menu-link::before {
		display: none !important;
	}
	
	.main-navigation .main-header-menu .all-product-item {
		padding: 20px !important;
    	margin: 30px auto;
    	width: 300px;
	}
	
	.main-navigation .main-header-menu .all-product-item a {
		text-align: center !important;
    	padding-left: 0 !important;
	}
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	#filterApplications {
		display: flex;
	}
	
	.col-md-4.col-sm-4.tei_articles_applications_text {
		padding: 40px;
		width: 70%;
	}
	
	.col-md-8.col-sm-8.tei_articles_applications_image {
		width: 30%;
	}
	
	.tei_applications_type + label {
		white-space: nowrap;
	}
	
	/*.tei_articles_applications {
		display: block;
	}
	
	.col-md-8.col-sm-8.tei_articles_applications_image, .col-md-4.col-sm-4.tei_articles_applications_text {
		display: inline-block;
		width: 48%;
	}*/
	
	.vc_grid-item-zone-c-right .vc_gitem-animated-block {
		 width: 100% !important;
	}
	
	.vc_grid-item-zone-c-right .vc_gitem-zone-c {
		width: 100% !important;
	}
	
	.col-md-12.model_specs_characteristics {
		overflow: auto;
	}
	
	.models_characteristics_tabs {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.wrap-three-articles {
		flex-wrap: wrap;
	}
	
	.result-page-title .col-lg-4.result-all {
		    width: 100%;
	}

}

@media only screen and (max-width : 767px) {
	
	.hp-video .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-4-3:before {
		display: none;
	}
	
	.sub_element_content {
		flex-wrap: wrap;
		margin-top: -120px;
	}
	
	.sub_element_content_image_wrapper {
		max-width: 200px;
	}
	
	.sub_element_content_text {
		width: 100%;
	}
	
	.hp_category_sub_elements {
		flex-wrap: wrap;
	}
	
	.hp_category_sub_element_wrapper .hp_category_sub_element_button {
		width: 100% !important;
    	padding: 12px !important;
    	height: 100% !important;
	}
	
	.hp_category_sub_element_wrapper {
		max-width: 33%;
		height: 70px;
	}
	
	.hp_block_backgrounds_slider {
		height: 85vh;
		min-height: 640px;
	}
	
	.archive.category-actualites .ast-post-format-.blog-layout-3,
	.category-actualites .ast-post-format-standard.blog-layout-3 {
		flex-wrap: wrap;
	}
	
	.blog-layout-3 .post-thumb {
		width: 100%;
	}
	
	.blog-layout-3 .post-content {
		order: 2;
		text-align: left !important;
		padding-top: 0 !important;
	}
	
	.archive.category-actualites .entry-meta {
		top: 0px;
	}
	
	.archive.category-actualites article:nth-child(even) .entry-meta {
		left: 0;
	}
	
	.page-actualites .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini {
		flex-wrap: wrap;
	}
	
	.vc_gitem-zone-a .vc_gitem-row-position-top {
		position: relative !important;
	}
	
	.page-actualites .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-4-3::before {
		display: none;
	}
	
	.page-actualites .actualite-post-grid h6 {
		margin-top: 0;
	}
	
	.page-actualites > .vc_row-fluid:nth-child(odd) .vc_grid-item-zone-c-right .vc_gitem-animated-block {
		order: 2;
	}
	
	.actualites-post-grid-video .vc-gitem-zone-height-mode-auto:before {
		display: none !important;
	}
	
	.main-navigation .main-header-menu .all-product-item {
		padding: 20px 0 !important;
    	margin: 30px auto;
    	width: 80%;
	}
	
	.main-navigation .main-header-menu .all-product-item a {
		text-align: center;
    	padding-left: 0 !important;
		margin: 0 20px !important;
		width: 90%;
	}
	.main-navigation .main-header-menu .menu-item-has-children .sub-menu .all-product-item a.menu-link {
			text-align: center;
			padding-left: 0 !important;
	}
	.main-navigation .main-header-menu .tei-logo {
		padding: 20px 0 !important;
    	margin: 30px auto;
    	width: 80%;
	}
	
	.main-navigation .main-header-menu .tei-logo a {
		text-align: center;
    	padding-left: 0 !important;
		margin: 0 20px !important;
		width: 90%;
	}
	.main-navigation .main-header-menu .menu-item-has-children .sub-menu .tei-logo a.menu-link {
			text-align: center;
			padding-left: 0 !important;
	}
	.main-navigation .main-header-menu .assistance {
		padding: 20px 0 !important;
    	margin: 30px auto;
    	width: 80%;
	}
	
	.main-navigation .main-header-menu .assistance a {
		text-align: center;
    	padding-left: 0 !important;
		margin: 0 20px !important;
		width: 90%;
	}
	.main-navigation .main-header-menu .menu-item-has-children .sub-menu .assistance a.menu-link {
			text-align: center;
			padding-left: 0 !important;
	}
	
	.tei_category_list .tei_category_list_item .col-md-4, .tei_category_list .tei_category_list_item .col-md-8 {
		width: 100% !important;
	}
	
	.tei_show_more, .tei_apply {
		width: 50%;
		height: 31px;
	}
	
	.actualite-post-grid.actu-actualites .vc_gitem-zone {
		padding-left: 0px;
	}
	
	.footer_row_picto .wpb_wrapper {
		width: 90%;
	}
	
	.footer_col_gauche {
		padding-right: 0 !important;
	}
	
	/*.footer_row_droite > div:last-child {
		padding-left: 0 !important;
    	margin-top: 40px;
    	margin-bottom: 40px;
	}*/
	
	.footer_row {
		display: flex;
    	flex-wrap: wrap;
	}
	
	.footer_row .footer_col_gauche {
		order: 10;
	}
	
	.slide-actus .vc_grid.vc_row .vc_grid-item {
		float: left;
	}
	
	.actualite-post-grid.event-actualites .vc_gitem-zone-mini {
		padding-right: 0 !important;
	}
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	
	.main-header-bar {
		padding-top: 0 !important;
    	padding-bottom: 0 !important;
	}
	
	.col-md-4.col-sm-4.tei_articles_applications_text {
		width: 100%;
	}
	
	.col-md-8.col-sm-8.tei_articles_applications_image {
		width: 100%;
	}
	
	.titre_section h2 {
		text-align: center !important;
	}
	
	.filter-row {
		margin-bottom: 20px;
	}
	
	.filter-row .col-md-6 {
		float: none;
	}
	
	.filter-row #filterApplications {
		flex-wrap: wrap;
		padding: 0;
	}
	
	.filter-row #filterApplications .vc_column-inner {
		padding: 0;
	}
	
	.filter-row #filterApplications .vc_col-sm-3:first-child {
		width: 100%;
	}
	
	.filter-row #filterApplications .vc_col-sm-3, 
	.filter-row #filterApplications .vc_col-sm-6 {
		width: 50%;
	}
	
	.tei_articles_applications {
		margin: 0 !important;
	}
	
	.tei_articles_applications_text {
		padding: 20px 0 !important;
	}
	
	#post-grid-homepage .vc_column-inner {
		padding: 0 !important;
	}
	
	/* just don't do it (below) ??? */
	/* You can litteraly edit this in the VC page builder whereas doing it here breaks all the pages with the class. */
/* 	.support-technique-text .vc_column-inner {
		padding: 0 !important;
	} */
	
	.vc_custom_1572453529472 {
		padding-left: 0 !important
	}
	
	.support-technique-subtitle, .support-technique-text, .design_faq {
		margin-left: 0 !important;
    	margin-right: 0 !important;
	}
	
	.support-technique-subtitle h2 {
		font-size: 25px;
	}
	
	.tei_articles_applications_image {
		min-height: 200px;
	}
	
	.col-md-4.col-sm-4.tei_articles_applications_text {
		order: 2;
	}
	
	.tei_articles_applications.archive-applications {
		padding: 0 20px;
	}
	
	.categories-all {
		margin-left: 20px;
    	margin-right: 20px;
	}
	
	.tei_discovery {
		background-size: cover !important;
	}
	
	.tei_discovery_top, .tei_discovery_bot {
		font-size: 25px !important;
	}
	
	.tei_specificities_filters {
		padding: 50px 20px 15px !important;
	}
	
	.ydu_product_subhead_desc, .ydu_product_subhead_domains_title,
	.ydu_product_subhead_domains, .model_specs_characteristics,
	.contact_info, .vc_custom_1570028487200 {
		padding-left: 0 !important;
	}
	
	.models_tabs_switcher {
		padding: 7px 10px 10px !important;
	}
	
	.model_specs_table_row, .model_specs_table_name, .model_specs_table_values.short_values {
		display: block !important;
		width: 100% !important;
		padding-left: 0;
	}
	
	.model_specs_table_name {
		margin-top: 20px;
	}
	
	.support-technique-contact-form {
		margin-left: 0 !important;
	}
	
	#docuSearchForm input {
		width: 180px;
	}
	
	.tei-product-ass-arrow {
		min-width: 20px;
	}
	
	.tei-product-ass-arrow-inside {
		width: 20px;
		height: 20px;
	}
	
	.tei_emploi_right .tei_show_more, .tei_emploi_right .tei_apply {
		width: 50%;
	}
	
	.single-post article {
		padding-left: 10px !important;
    	padding-right: 10px !important;
		padding-top: 150px !important;
	}
	
	.primary-single-post .ast-single-post-order {
		left: 10px;
	}

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}



/* Feed Tweet */
.ctf-out-of-tweets > p + p {
	display: none !important;
}

/* back to top */

body .ast-scroll-to-top-right {
    right: 90px;
    bottom: 30px;
}

.grecaptcha-badge {
	z-index: 100000;
}

/*@media (min-width:768px) {
	.single-solution .ast-container {
			max-width: 750px;
	}
}*/

@media (min-width:993px) {
	.single-solution .ast-container {
    max-width: 1000px;
	}
}

@media (min-width:1201px) {
	.single-solution .ast-container {
			max-width: 1240px;
	}
}

body .ast-container {
    padding-left: 30px;
    padding-right: 30px;
}
.search_no_result {
	text-align:center;
	margin-bottom: 20px;
}
	
/* New responsive ------------------------------------- */
	
@media screen and (max-width: 1199px) {
	body .footer_row {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	
	body .footer_row .footer_col_gauche {
		margin-left: -40px !important;
		width: 33.3333% !important;
	}
	
	.carousel_ass {
		margin-left: calc( (100vw - 940px) / -2 );
	}
	
	body .ast-container {
		padding-left: 50px;
    	padding-right: 50px;
	}
	
	.vignette_solution_pages h3 {
		max-width: 90%;
    	margin: auto;
	}
	
	.tei_category_list .row.tei_category_list_item {
		padding: 30px 10px 30px 10px !important;
	}
	
	.tei_category_list {
		padding: 20px !important;
	}
	
	.doc-title-wrap {
		margin-left: -70px;
		padding-right: 70px;
    	padding-left: 70px;
	}
	
	.contact_col_3 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
		flex-direction: column;
	}
	
	.contact_col_3 .wpb_text_column {
		width: 100% !important;
		margin-top: 15px;
	}
	
	.contact_col_3 .wpb_text_column p {
		padding: 0 !important;
		text-align: center !important;
	}
	
	.home_actu_full_height .vc_gitem-zone-mini {
		 clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
	}
	
	.ctf-type-usertimeline {
		padding-left: 0 !important;
	}
	
	.home .vc_custom_1619095925809 {
		margin-top: 0px !important;
	}
	
	.post-type-archive-solution .tei-applications_listing_image_col {
		width: 45%;
	}
	
	.post-type-archive-solution .tei-applications_listing_text_col.tei_articles_applications_text {
		width: calc(55% - 30px);
    	padding: 0 30px !important;
	}
	.sol_products_caption {
			padding: 60px 35px 25px 30px;
	}
	.block_ratio.ratio_16_9::before {
			padding-bottom: 116.25%;
	}
}

@media screen and (max-width: 992px) {
	body .footer_row .footer_col_gauche {
		width: calc(100% + 80px) !important;
		order: 2;
		margin-right: -40px;
	}
	
	.block_ratio.ratio_16_9::before {
			padding-bottom: 56.25%;
	}
	
	.footer_col_gauche > .vc_column-inner {
		clip-path: none;
		padding: 20px 0 !important;
	}
	
	.footer_col_droite {
		padding-top: 40px;
	}
	
	body .footer_row .footer_col_gauche > div > .wpb_wrapper {
		display: flex;
    	align-items: center;
    	justify-content: center;
	}
	
	body .footer_row .footer_col_gauche > div > .wpb_wrapper .wpb_text_column {
		margin-bottom: 0 !important;
    	margin-left: 20px;
    	text-align: left;
	}
	
	body .footer_row .footer_col_gauche > div > .wpb_wrapper .wpb_single_image {
		margin-bottom: 0 !important;
	}
	
	.ydu_product_subhead {
		clip-path: polygon(0 100px, 100% 0, 100% 100%, 0% 100%) !important;
    	padding-top: 125px !important;
		margin-top: -30px !important;
	}
	
	.vc_grid .vc_grid-item, .vc_grid .vc_grid-item .vc_grid-item-mini > div {
		width: 100% !important;
	}
	
	.full_news_page .actus_home_efe .vc_gitem-zone-mini {
		width: 80%;
	}
	
	.actus_home_efe .vc_gitem-zone-mini {
		min-height: 300px !important;
	}
	
	.primary-single-post, .archive.category #primary {
		padding-top: 0 !important;
	}
	
	.tei_category_list {
		padding: 10px !important;
	}
	
	.tei_category_list .tei_category_list_item_details {
		margin-left: -15px;
		width: calc(65% + 15px);
	}
	
	.vignette_tei > .vc_column-inner > .wpb_wrapper {
		padding: 10px 0px;
	}
	
	.vignette_tei .vc_col-sm-4 {
		width: 25% !important;
	}
	
	.vignette_tei .vc_col-sm-4:nth-child(2) {
		width: 50% !important;
	}
	
	.vignette_tei > .vc_column-inner > .wpb_wrapper > .vc_row-fluid {
		padding: 30px 15px 30px 10px !important;
	}
	
	.vignette_tei .vc_col-sm-8 {
    	width: 75% !important;
	}
	
	.bloc_picto_assistance {
		width: 50% !important;
	}
	
	.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle, .ast-header-break-point .main-header-bar .main-header-bar-navigation .page_item_has_children>.ast-menu-toggle {
		height: 59px;
		color: #003772;
	}
	
	.main-navigation .menu-item.menu-item-has-children:hover::after {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.carousel_ass {
		margin-left: calc( (100vw - 720px) / -2 );
	}
	
	.ydu_product_head_desc {
		width: 50%;
	}
	
	.ydu_product_subhead_desc_container {
		width: calc(66.66666% - 40px);
	}
	
	.entete_diago {
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0% 100%) !important;
	}
	.sol_products_caption .tei_sol_products_desc  {
		display:block;
	}
	.sol_products_caption {
			padding: 60px 60px 25px 30px;
	}
}

@media screen and (max-width: 930px) {
	.doc-title-wrap {
    	margin-left: -50px;
    	padding-right: 30px;
    	padding-left: 30px;
	}
}

@media screen and (max-width: 840px) {
	.ydu_product_head_pic_col {
		width: 45%;
	}
	
	.contact_form_col {
		padding: 20px 10px !important;
	}
	
	#main .vc_custom_1617800907264 {
		padding-right: 0px !important;
    	padding-left: 0px !important;
	}
	
	.tei_articles_applications_text {
		padding-right: 0 !important;
	}
	
	.container {
    	width: 100%;
	}
	
	.block_ratio.ratio_16_9::before {
			padding-bottom: 83.25%;
	}
	
	.product_archive_listing_container {
    	 width: calc(100vw);
	}
}

@media screen and (max-width: 779px) {
	.carousel_ass {
		margin-left: -30px;
	}
}

@media screen and (max-width: 767px) {
	.ydu_product_head_pic_col {
		width: 100%;
	}
	.block_ratio.ratio_16_9::before {
			padding-bottom: 56.25%;
	}
	
	.ydu_product_head_desc {
		width: 100%;
    	margin-top: 50px;
	}
	
	.ydu_product_subhead_strengths {
		width: 100%;
    	border: none;
	}
	
	.ydu_product_subhead_desc_container {
		width: 100%;
	}
	
	.ydu_product_subhead_desc {
		padding: 0 !important;
	}
	
	.ydu_product_subhead_domains_title {
		padding: 0 !important;
		margin-top: 30px;
	}
	
	.ydu_product_subhead {
		clip-path: polygon(0 75px, 100% 0, 100% 100%, 0% 100%) !important;
    	padding-top: 100px !important;
		margin-top: -15px !important;
	}
	
	body .ast-container {
		padding-left: 30px;
    	padding-right: 30px;
	}
	
	.wpb_column .vc_custom_1617899406464 {
		padding-right: 0 !important;
	}
	
	#main .vc_custom_1617715026287, #main .vc_custom_1617715033349 {
		margin-top: 0 !important;
	}
	
	.contact_col_3 .vc_col-sm-4 {
		margin-bottom: 15px;
	}
	
	.contact_col_3 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
		flex-direction: row;
	}
	
	.contact_col_3 .wpb_text_column {
		width: calc(100% - 60px) !important;
		margin-top: 0 !important;
	}
	
	.contact_col_3 .wpb_text_column p {
		text-align: left !important;
    	padding-left: 20px !important;
	}
	
	.contact_col_3 .vc_col-sm-4 {
		max-width: 370px !important;
	}
	
	.tei_articles_applications_text {
		padding-left: 0 !important;
		margin-top: 20px !important;
	}
	
	.entete_solutions_home {
		clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
	}
	
	.doc-title-wrap {
    	margin-left: -30px;
	}
	
	.post-type-archive-solution .tei-applications_listing_image_col {
		width: 100%;
	}
	
	.post-type-archive-solution .tei-applications_listing_text_col.tei_articles_applications_text {
		width: calc(100% - 30px);
    	padding: 0 30px !important;
	}
	.sol_products_caption .tei_sol_products_desc  {
		display:block;
	}
}

@media screen and (max-width: 600px) {
	body .footer_row {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	body .footer_row_droite > div:last-child {
		padding-left: 0 !important;
		width:100%;
		margin-top: 30px;
	}
	
	body .footer_row_droite {
		margin-bottom: 15px !important;
	}
	
	body .footer_row_droite > div {
		width: 50% !important;
		margin-bottom: 20px;
	}
	
	body .footer_row .footer_col_gauche {
		width: 50% !important;
    	margin-left: -20px !important;
    	margin-top: -240px;
	}
	
	body .footer_row .footer_col_gauche > div > .wpb_wrapper {
		    flex-direction: column;
	}
	
	body .footer_row .footer_col_gauche > div > .wpb_wrapper .wpb_single_image {
		margin-bottom: 20px !important;
	}
	
	.footer_col_gauche > .vc_column-inner {
		clip-path: polygon(0px 0%, 100% 0%, 85% 100%, 0% 100%);
		display: flex;
    	justify-content: center;
    	align-items: center;
    	padding-bottom: 40px !important;
    	padding-right: 25px !important;
	}
	
	body .footer_row .footer_col_gauche > div > .wpb_wrapper .wpb_text_column {
		margin-left: 0 !important;
	}
	
	.models_characteristics_tabs.tei_characteristics_multiple_models .models_tabs_switcher {
		padding: 15px 20px;
		width: auto;
	}
	
	.tei_produit_ass .tei-product-ass-left-arrow .tei-product-ass-arrow-inside,
	.tei_produit_ass .tei-product-ass-right-arrow .tei-product-ass-arrow-inside {
		width: 20px;
    	height: 20px;
	}
	
	.tei_produit_ass {
		padding: 0 30px;
	}
	
	.tei_produit_ass .tei_carousel_item {
		margin: 5px;
	}
	
	.tei_produit_ass .slick-dots {
		margin-left: -30px;
	}
	
	.tei_produit_ass .tei-product-ass-left-arrow {
		left: 2px;
	}
	
	.tei_produit_ass .tei-product-ass-right-arrow {
		right: 2px;
	}
	
	.primary-single-post article.ast-article-single, #primary .archive-primary-content {
		padding: 50px 30px 70px;
	}
	
	.full_news_page .actus_home_efe .vc_gitem-zone-mini,
	.actus_home_efe .vc_gitem-zone-mini {
		width: 100%;
	}
	
	.entete_diago {
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 0% 100%) !important;
	}
	
	.bloc_picto_assistance {
		width: 100% !important;
	}
	
	.vignette_tei .vc_col-sm-4:nth-child(2) {
		width: 75% !important;
	}
	
	.vignette_tei .vc_col-sm-4:last-child {
		width: 50% !important;
		margin-top: 25px;
	}
}

@media screen and (max-width: 480px) {
	.archive.category .ast-article-post .post-content {
		width: 100% !important;
	}
	
	.titre_trait h1::after, .titre_trait h2::after, h1.ast-archive-title::after, h1.titre_trait::after {
		width: 100%;
	}
	
	.titre_trait h1, .titre_trait h2, h1.ast-archive-title, h1.titre_trait {
		font-size: 35px !important;
	}
	
	.archive.category .entry-title, .archive.category .entry-title * {
		font-size: 20px;
	}
	
	.actus_home_efe .vc_gitem-zone-mini {
		padding: 30px 20px 30px 75px !important;
	}
	
	.actus_home_efe .vc_gitem-zone-mini .vc_gitem-post-data-source-post_title * {
		font-size: 20px;
	}
	
	.actus_home_efe .vc_gitem-zone-mini {
		padding: 20px 20px 15px 75px !important;
	}
	
	body .ast-container {
		padding-left: 10px;
    	padding-right: 10px;
	}
	
	.entry-content .vc_row-fluid[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) {
		padding-left: 20px !important;
    	padding-right: 20px !important;
	}
	
	.entete_diago {
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), 0% 100%) !important;
	}
	
	.doc-title-wrap {
		margin-left: -10px;
	}
	
}

.newsletter_block .wpcf7-form .bouton_form, .wpcf7-form .bouton_form {
		padding-left: 0 !important;
	}
	
	.newsletter_block .wpcf7 .ajax-loader, .wpcf7-form .ajax-loader {
		position: absolute !important;
		bottom: -20px !important;
	}
	
	
@media print {
	#floating_bar {
		display:none;
	}
	.ydu_product_head_desc_buttons {
		display:none;
	}
	.ydu_product_subhead {
			padding-top: 0 !important;
			margin-top: 0 !important;
			background: none !important;
			filter: none !important;
			clip-path: none !important;
	}
	.ydu_product_subhead_strengths {
			border-right: 0px solid #d2d2d2 !important;
	}
	.grecaptcha-badge {
		display:none !important;
	}
	#ast-fixed-header {
		display:none !important;
	}
	.tei_carousel_row {
		display:none !important;
	}
	.footer_col_gauche {
			margin-left: 0 !important;
			padding-left: 0 !important;
			width: 100% !important;
			filter: none !important;
			margin-top: 0 !important;
			display: block !important;
	}
	.footer_col_droite {
		display: none !important;
	}
	.footer_row {
		display:none !important;
	}
	#ast-scroll-top {
		display: none !important;
	}
	.vc_row {
		max-width:100%;
		left:0 !important;
	}
	#homeHead {
			display: none;
	}
	#main {
			margin-top: 200px;
			max-width: 100%;
	}
	* {-webkit-print-color-adjust:exact; color-adjust: exact !important; }
	
}
	
	
	
.tei_select_wrapper select {
	background: none;
}

.tei_doc_search_dropdown {
	background-position-y: 50%;
}

@media screen and (min-width: 922px) {
	nav .lang-item > a {
		padding: .9em 1em !important;
	}
}

@media screen and (max-width: 921px) {
	nav .lang-item.current-lang > a {
		padding: 4px 20px 8px 25px !important;
		line-height: 2 !important;
	}
}
	
	
	