/*
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;
	}
	
}

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

#floating_bar .floating_bar_item:nth-child(3) .floating_bar_content_list {
	width: auto !important;
}

#floating_bar .floating_bar_item:nth-child(3) .floating_bar_content_subitem {
	width: 50px !important;
}

#page > p {
	margin: 0;
}

.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;
}

/* 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;
}

#floating_bar .floating_bar_content_subitem {
	display: block !important;
}

#floating_bar .floating_bar_content_subitem > span {
	vertical-align: middle;
}

/*--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;
}

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

.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: 56.25%;
}

.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 .wpb_text_column h2 {
	font-weight: 300;
	font-size: 40px;
	line-height: 1.1;
}

.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 {
	font-weight: 700;
    line-height: 1.1;
}

.single-post .post .post-thumb-img-content, .archive.category .post .post-thumb-img-content {
	margin-top: 35px;
}

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

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

/*--GENERAL--*/

.header_rechercher label {
	position: relative;
}

.ast-site-title-wrap .site-title {
    display: none;
}
.texte_blanc * {
    color: #fff !important;
}
.texte_bleu * {
    color: #003771 ;
}
.texte_majuscule * {
    text-transform: uppercase;
}
.entry-content h2{
    font-size: 35px;
}
.entry-content h3{
    font-size: 30px;
    color: #003772;
    font-weight: 700;
}
.entry-content h4{
    font-size: 25px;
    font-weight: 700;
}

.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--*/
.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: 93px;
}

.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: 50%;
	transform: translatey(-50%);
	color: #797979;
	padding-left: 10px;
	cursor: pointer;
}

.header_rechercher .search-field {
    padding: 0 0 0 35px;
    border-radius: 25px;
    font-style: italic;
    color: #797979;
    width: 200px;
}

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.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: 700;
}

.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*/
.astra-megamenu {
	padding: 30px !important;
}
.astra-megamenu .megamenu_title_link a {
	color: #797979 !important;
	font-size: 20px;
	font-weight: normal;
	padding: 5px;
}

.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 white transparent;
	left: 50%;
    position: absolute;
    bottom: 0;
    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: linear-gradient(0deg, rgba(15,37,74,1) 0%, rgba(0,55,114,1) 100%);
	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: 10px 0 !important;
	background-color: #003772 !important;
}

.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: 50px;
	padding-left: 50px !important;
}

.footer_col_gauche {
	padding-right: 50px !important;
	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_col_gauche::after {
    content: '';
    position: absolute;
    height: 40%;
    width: 1px;
	background-color: rgba(15,37,74,1);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.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

/*--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--*/

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

.met_tei .wpcf7-form-control-wrap label span {
	font-weight: 400 !important;
	font-size: 16px !important;
	padding: 5px 15px !important;
	display: block;
    margin-top: 10px;
}

.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-heigth: 1.3em;
}

/* page FAQ */

.design_faq .vc_tta-title-text {
	font-weight: 500;
	color: #003772;
}

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

/* page Support Technique */


.bloc_picto_assistance {
	padding-top:30px;
}

.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;
}

.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;
}

.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 {
	font-weight: 700;
}

.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 {
	line-height: 0;
	 margin-top: 20px;
}

.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: 0;
}

.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: #003772;
	margin-bottom: 15px;
}

.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;
}

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

.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 */

.primary-single-post article {
	padding: 7.84em 2.67em 2.34em !important;
}

.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: 200px;
	width: 100%;
	object-fit: cover;
}

/* 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;
	line-height: 20px;
}

.solution-blocks-single p > em {
	position: absolute;
	top: 65%;
	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;;
}

/* page NOS PRODUITS */



/* page PRODUITS */

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

.top-produits > h1 {
	padding-bottom: 10px;
}

.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-top: 15px !important;
	padding-bottom: 15px !important;
	padding-right:20px;
}

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

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

.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 {
	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;
	}
}

/* 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;
}


@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%;
	}
	.main-header-bar {
		display:none;
	}
	.hp_block_backgrounds_slider, .hp_block_main_buttons {
		display:none;
	}
	.filter-row {
		display:none;
	}
	.solution-blocks-single {
		width:100%;
	}
	* {-webkit-print-color-adjust:exact; color-adjust: exact !important; }
	
}
	