/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/*--//--//--
GENERAL
--//--//--*/

/* Fonts */

@font-face {
	font-family: 'Sansation';
	src: url('fonts/sansation_bold_italic-webfont.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/sansation_bold_italic-webfont.woff') format('woff'), /* Pretty Modern Browsers */
		 url('fonts/Sansation_Bold_Italic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Sansation';
	src: url('fonts/sansation_bold-webfont.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/sansation_bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
		 url('fonts/Sansation_Bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Sansation';
	src: url('fonts/sansation_italic-webfont.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/sansation_italic-webfont.woff') format('woff'), /* Pretty Modern Browsers */
		 url('fonts/Sansation_Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Sansation';
	src: url('fonts/sansation_light_italic-webfont.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/sansation_light_italic-webfont.woff') format('woff'), /* Pretty Modern Browsers */
		 url('fonts/Sansation_Light_Italic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Sansation';
	src: url('fonts/sansation_light-webfont.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/sansation_light-webfont.woff') format('woff'), /* Pretty Modern Browsers */
		 url('fonts/Sansation_Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Sansation';
	src: url('fonts/sansation_regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/sansation_regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
		 url('fonts/Sansation_Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

body{
	font-family: 'Sansation', sans-serif;
}

#anjauto_wrap a.btn.btn-flat {
	height: 38px;
	line-height: 38px;
	padding: 0 6px 0 15px !important;
	font-size:13px;
	color: #fff;
	background: rgb(144,10,10);
	background: -o-linear-gradient(320deg, rgba(144,10,10,1) 0%, rgba(255,5,5,1) 95%);
	background: linear-gradient(130deg, rgba(144,10,10,1) 0%, rgba(255,5,5,1) 95%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#900a0a",endColorstr="#ff0505",GradientType=1);
	letter-spacing: 0.08em;
	position: relative;
	border:none;
	border-radius: 0px; 
}
#anjauto_wrap a.btn.btn-flat:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 38px 14px 0 0;
	border-color: #ff0505 transparent transparent transparent ;
	position: absolute;
	right: -14px;
	top: 0;
}
#anjauto_wrap a.btn.btn-flat:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 38px 14px;
	border-color: transparent transparent #ff0505 transparent;
	position: absolute;
	right: -19px;
	top: 0;
	-webkit-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	opacity: 1;
}
#anjauto_wrap a.btn.btn-flat:hover {
	color: #fff;
}
#anjauto_wrap a.btn.btn-flat:hover:after {
	right: -24px;
	-webkit-transition: all ease-in-out .4s;
	-o-transition: all ease-in-out .4s;
	transition: all ease-in-out .4s;
	opacity: 0;
}
#anjauto_wrap p:not(#breadcrumbs), #anjauto_wrap li, #anjauto_wrap dt, #anjauto_wrap dd, #anjauto_wrap dl, #anjauto_wrap address, #anjauto_wrap label, #anjauto_wrap small, #anjauto_wrap pre, #anjauto_wrap code {
	line-height: 1.2;
}
#anjauto_wrap #first_line_pin_effect .vc_custom_heading_wrap {
	margin-top: 20px;
}
#anjauto_wrap #first_line_pin_effect .wpb_row>.wpb_column .uncode-single-media {
	background-color: #fff;
	width: 85%;
	margin: auto;
	text-align: center;
}
#anjauto_wrap .produits_wrap .t-entry-visual-tc {
	background-color: #fff;
	width: 90%;
	margin: auto;
	text-align: center;
}
#anjauto_wrap #first_line_pin_effect .wpb_row>.wpb_column .uncode-single-media>.single-wrapper {
	background-color: #fff;
	padding: 22px 15px;
	width: 98%;
	-webkit-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.3);
}
#anjauto_wrap .produits_wrap .t-entry-visual-cont {
	background-color: #fff;
	width: 98%;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}
#anjauto_wrap #first_line_pin_effect .wpb_row>.wpb_column:first-child .uncode-single-media, #anjauto_wrap .produits_wrap .tmb:nth-child(3n+1) .t-entry-visual-tc {
	-webkit-transform: none;
		-ms-transform: none;
			transform: none;
}
#anjauto_wrap #first_line_pin_effect .wpb_row>.wpb_column:first-child .uncode-single-media>.single-wrapper, #anjauto_wrap .produits_wrap .tmb:nth-child(3n+1) .t-entry-visual-cont {
	-webkit-transform: rotate(6deg);
		-ms-transform: rotate(6deg);
			transform: rotate(6deg);
}
#anjauto_wrap #first_line_pin_effect .wpb_row>.wpb_column:nth-child(2) .uncode-single-media, #anjauto_wrap .produits_wrap .tmb:nth-child(3n+2) .t-entry-visual-tc {
	-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
			transform: rotate(5deg);
}
#anjauto_wrap #first_line_pin_effect .wpb_row>.wpb_column:nth-child(2) .uncode-single-media>.single-wrapper, #anjauto_wrap .produits_wrap .tmb:nth-child(3n+2) .t-entry-visual-cont {
	-webkit-transform: rotate(-7deg);
		-ms-transform: rotate(-7deg);
			transform: rotate(-7deg);
}
#anjauto_wrap #first_line_pin_effect .wpb_row>.wpb_column:nth-child(3) .uncode-single-media, #anjauto_wrap .produits_wrap .tmb:nth-child(3n+3) .t-entry-visual-tc {
	-webkit-transform: rotate(-7deg);
		-ms-transform: rotate(-7deg);
			transform: rotate(-7deg);
}
#anjauto_wrap #first_line_pin_effect .wpb_row>.wpb_column:nth-child(3) .uncode-single-media>.single-wrapper, #anjauto_wrap .produits_wrap .tmb:nth-child(3n+3) .t-entry-visual-cont {
	-webkit-transform: rotate(7deg);
		-ms-transform: rotate(7deg);
			transform: rotate(7deg);
}
#anjauto_wrap #first_line_pin_effect .wpb_row>.wpb_column:nth-child(4) .uncode-single-media {
	-webkit-transform: rotate(-2deg);
		-ms-transform: rotate(-2deg);
			transform: rotate(-2deg);
}
#anjauto_wrap #first_line_pin_effect .wpb_row>.wpb_column:nth-child(4) .uncode-single-media>.single-wrapper {
	-webkit-transform: rotate(8deg);
		-ms-transform: rotate(8deg);
			transform: rotate(8deg);
}
#anjauto_wrap .produits_wrap .tmb .add-to-cart-overlay {
	height: 10px;
}
#anjauto_wrap .produits_wrap .tmb:nth-child(3n+1) .add-to-cart-overlay {
	-webkit-transform: rotate(-6deg);
		-ms-transform: rotate(-6deg);
			transform: rotate(-6deg);
}
#anjauto_wrap .produits_wrap .tmb:nth-child(3n+2) .add-to-cart-overlay {
	-webkit-transform: rotate(2deg);
		-ms-transform: rotate(2deg);
			transform: rotate(2deg);
}
#anjauto_wrap .produits_wrap .tmb:nth-child(3n+3) .add-to-cart-overlay {
	-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
			transform: rotate(0deg);
}
#anjauto_wrap .produits_wrap .produis_wrap_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}
#anjauto_wrap .produits_wrap .produis_wrap_inner .tmb {
	width: 33.3%;
	padding: 0; 
	margin-bottom: 30px;
}
.tax-product_cat #anjauto_wrap .produits_wrap .produis_wrap_inner .tmb {
	width: 25%;
}
#anjauto_wrap .produits_wrap .produis_wrap_inner .tmb a {
	position: relative !important;
}
#anjauto_wrap .produits_wrap .produis_wrap_inner .tmb .dummy {
	display: none;
}
#anjauto_wrap .produits_wrap .produis_wrap_inner .tmb .t-inside {
	margin: auto;
}
#anjauto_wrap .produits_wrap .produis_wrap_inner .tmb .t-inside .t-entry-visual {
	padding: 15px 15px 20px;
}
#anjauto_wrap .produits_wrap .produis_wrap_inner .tmb img {
	max-width: 85%;
	margin: auto;
}
.post-type-archive-product #anjauto_wrap .produits_wrap .produis_wrap_inner .tmb img {
	max-width: 65%;
}
.tax-product_cat #anjauto_wrap .produits_wrap .produis_wrap_inner .tmb img {
	padding: 20px 5px;
}
#anjauto_wrap .produits_wrap .produis_wrap_inner .t-entry-text-tc {
	padding-top: 0;
}
#anjauto_wrap .produits_wrap .woocommerce-result-count {
	color: #fff;
}
#anjauto_wrap .produits_wrap>.post-content>.row-container>.row>.row-container>.row>.row-inner {
	background: rgba(3, 3, 3, 0.3);
	margin-bottom: 20px;
}
#anjauto_wrap .produits_wrap>.post-content>.row-container>.row>.row-container>.row>.row-inner>.col-lg-6:first-child {
	vertical-align: middle;
	padding-left: 20px;
}
#anjauto_wrap .produits_wrap>.post-content>.row-container>.row>.row-container>.row>.row-inner>.col-lg-6:last-child {
	padding-right: 8px;
}
#anjauto_wrap .produits_wrap>.post-content>.row-container>.row>.row-container>.row>.row-inner>.col-lg-6:last-child select {
	margin: 8px 0;
}


.grecaptcha-badge {
  visibility: hidden;
}
/* ================================================== 
	RGPD
   ================================================== */
.gdpr-right .gdpr-preferences {
  display: none;
}
.gdpr-privacy-bar {
	background: #030303;
}
.gdpr-privacy-bar p {
	color: rgba(255,255,255,0.8);
}
.gdpr-privacy-bar a {
	color: #fff !important;
}
.gdpr-privacy-bar a:hover {
	color: #ff0505 !important;
}
.gdpr-privacy-bar .gdpr-agreement.btn-flat {
	background: #ff0505  !important;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 16px;
	border: 1px solid #ff0505 !important;
}
.gdpr-privacy-bar .gdpr-agreement.btn-flat:hover {
	background: transparent !important;
	color: #ff0505 !important;
	border-color: #ff0505 !important;
}
@media screen and (max-width: 959px) {
	.gdpr-privacy-bar .gdpr-wrapper p, .gdpr-right {
		text-align: center;
	}
	.gdpr-privacy-bar .gdpr-agreement.btn-flat {
		float: none !important;
	}
}


/* Header */

#anjauto_wrap .menu-wrapper {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.12);
			box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.12);
	display: block;
	height: auto !important;
	z-index: 999;
}
@media (min-width: 960px) {
	.hmenu .menu-primary .menu-smart > li > a:before, .hmenu-center .menu-primary .menu-smart > li > a:before {
		height: calc(76% - 0.50em);
	}
	.hmenu .menu-primary.is_stuck .menu-smart > li > a:before, .hmenu-center .menu-primary.is_stuck .menu-smart > li > a:before {
		height: calc(52% - 0.50em);
	}
}
#anjauto_wrap .top-menu {
	position: absolute;
	display: block;
	width: 100%;
	background: none;
}
#anjauto_wrap #masthead #logo-container-mobile {
	padding: 20px 36px 20px 36px;
}
#anjauto_wrap #masthead.is_stuck #logo-container-mobile {
	padding: 10px 36px 10px 36px;
}
#anjauto_wrap #masthead .icon_home_header {
	width: 22px;
	overflow: hidden;
}
#anjauto_wrap #masthead .icon_home_header a {
	color: #fff;
	padding: 0;
}
#anjauto_wrap #masthead .icon_home_header a i {
	color: #020202;
	font-size: 15px;
	font-weight: 600;
	position: relative;
	top: -1px;
	margin-right: 0;
	margin-left: 3px !important;
}
#anjauto_wrap .menu-wrapper .menu-item a {
	position: relative;
}
#anjauto_wrap .menu-wrapper header:not(.is_stuck) .menu-primary-inner {
	height: calc(100% - 30px);
  margin-top: 30px;
}
#anjauto_wrap .menu-wrapper .menu-primary-inner>li.current-menu-item>a:after, #anjauto_wrap .menu-wrapper .menu-primary-inner>li.current-menu-parent>a:after {
	content: "";
	width: calc(100% - 28px);
	height: 3px;
	background: rgb(144,10,10);
	background: -o-linear-gradient(320deg, rgba(144,10,10,1) 0%, rgba(255,5,5,1) 95%);
	background: linear-gradient(130deg, rgba(144,10,10,1) 0%, rgba(255,5,5,1) 95%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#900a0a",endColorstr="#ff0505",GradientType=1);
	position: absolute;
	display: block;
	bottom: 0;
	left: 14px;
}
#anjauto_wrap .menu-wrapper .menu-primary-inner .drop-menu li.current-menu-item a {
	font-weight: 600;
}
#anjauto_wrap .menu-wrapper .menu-primary-inner>li:last-child.current-menu-item a:after {
	width: calc(100% - 14px);
	right: 0;
}
#anjauto_wrap .menu-wrapper .menu-primary-inner>li:first-child.current-menu-item a:after {
	width: 100%;
	left: 0;
}
#anjauto_wrap .menu-wrapper .top-menu .row-menu-inner {
	text-align: right;
	float: right;
	display: block;
}
#anjauto_wrap .menu-wrapper .top-menu .row-menu-inner .middle {
	display: block;
}
#anjauto_wrap .top-menu .menu-bloginfo {
	padding-right: 0px;
	width: auto;
    display: inline-block;
   padding-top: 0;
}
#anjauto_wrap #top_bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	height: 30px;
	overflow: hidden;
}
#anjauto_wrap #top_bar .tel_top {
	background: rgb(98,98,98);
	background: -webkit-gradient(linear, left top, right top, from(rgba(98,98,98,1)), color-stop(92%, rgba(49,49,49,1)));
	background: -o-linear-gradient(left, rgba(98,98,98,1) 0%, rgba(49,49,49,1) 92%);
	background: linear-gradient(90deg, rgba(98,98,98,1) 0%, rgba(49,49,49,1) 92%);
	color: #fff;
	padding: 0px 10px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	position: relative;
}
#anjauto_wrap #top_bar .tel_top:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 10px 0 0;
	border-color: #313131 transparent transparent transparent;
	position: absolute;
	right: -10px;
}
#anjauto_wrap #top_bar .tel_top i {
	font-size: 15px;
	top: 3px;
	position: relative;
	margin-right: 3px;
}
#anjauto_wrap #top_bar .wpml-ls {
	padding: 0;
	margin: 0 10px 0 17px;
}
#anjauto_wrap #top_bar .wpml-ls ul {
	height: 30px;
	line-height: 30px;
}
#anjauto_wrap #top_bar .wpml-ls ul a {
	padding: 5px;
}
#anjauto_wrap #top_bar .wpml-ls ul a img {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
			box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
#anjauto_wrap #top_bar .wpml-ls ul li.wpml-ls-current-language a img {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(218, 18, 18,0.2);
			box-shadow: 0px 0px 8px 0px rgba(218, 18, 18,0.45);
}
#ajaxsearchprosettings1_1 {
	margin-top: 2px;
}
#ajaxsearchprores1_1, #ajaxsearchprosettings1_1  {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2) !important;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2) !important; 
}
#anjauto_wrap #ajaxsearchpro1_1 .probox .proinput input.autocomplete {
	opacity: 0.4;
}
#anjauto_wrap #ajaxsearchpro1_1 .probox {
	width: auto !important;
}
#anjauto_wrap #top_bar .promagnifier {
	border-radius: 15px;
	margin-left: 10px;
}
#anjauto_wrap #top_bar .promagnifier svg {
	width: 16px;
}
#anjauto_wrap #top_bar .proloading, #anjauto_wrap #top_bar .proclose {
	background-color: #f9eaea;
}
#anjauto_wrap #top_bar .proinput {
	background-color: #f9eaea;
	padding-left: 14px;
}

/* Footer */
#anjauto_wrap footer a {
	color: #fff;
}
#anjauto_wrap footer ul {
	padding: 0;
}
#anjauto_wrap footer li {
	list-style: none;
	margin-bottom: 16px;
	font-weight: 300;
}
#anjauto_wrap footer #footer_col_one img {
	width: 90%;
}
#anjauto_wrap footer #footer_col_one .uncode_text_column p:last-child {
	font-weight: 300;
}
#anjauto_wrap footer #footer_col_four img {
	max-width: 110px;
}
#anjauto_wrap footer #footer_col_four .icon-box-content {
	padding-left: 6px;
	vertical-align: middle;
}
#anjauto_wrap footer #footer_col_four .icon-box-content i {
	font-size: 16px;
}
#anjauto_wrap footer #footer_col_four .icon-box-content p {
	font-size: 14px;
}
#anjauto_wrap footer .vc_wp_custommenu {
	margin-top: 20px;
}
#anjauto_wrap footer .icon-box {
	margin-top: 10px;
}
#anjauto_wrap footer #footer_text_group {
	margin-top: 6px;
	font-weight: 300;
	font-size: 13px;
}
#anjauto_wrap footer .footer-center.footer-last {
	padding-top: 0px;
	padding-bottom: 12px;
	font-weight: 300;
}


/* Homepage */
#anjauto_wrap #home_slider .background-wrapper:after {
	content: "";
	background-image: url(https://www.anjouautomation.com/wp-content/uploads/2020/05/red_shapes_slider_home.png);
	width: 150%;
	height: 90%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0 !important;
}
#anjauto_wrap #home_slider .uncont, #anjauto_wrap #home_slider rs-fullwidth-wrap, #anjauto_wrap #rev_slider_1_1_wrapper {
	height: 100% !important;
}
#anjauto_wrap #rev_slider_1_1_wrapper p {
	font-family: 'Sansation', sans-serif !important;
}
#anjauto_wrap #rev_slider_1_1_wrapper .surtitre_shape {
	position: relative;
}
#anjauto_wrap #rev_slider_1_1_wrapper .surtitre_shape:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 15px 6px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	left: -6px;
	top: 0;
}
#anjauto_wrap #rev_slider_1_1_wrapper .btn_savoir_plus a {
	line-height: 38px !important;
}
#anjauto_wrap #rev_slider_1_1_wrapper rs-thumbs {
	width: 100% !important;
	max-width: unset !important;
	text-align: center;
	right: auto;
	margin: auto;
	background: rgb(255, 255, 255) !important;
	min-height: 20%;
  top: 0%;
}
#anjauto_wrap #rev_slider_1_1_wrapper rs-thumbs:before {
	content: "";
	background-image: url(https://www.anjouautomation.com/wp-content/uploads/2020/05/bottom-triangles-blc.png);
	width: 100%;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: -100px;
	z-index: 10;
}
#anjauto_wrap #rev_slider_1_1_wrapper rs-navmask {
	margin: auto;
}
#anjauto_wrap #rev_slider_1_1_wrapper rs-thumb {
	width: 150px !important;
	height: 150px !important;
}
#anjauto_wrap #rev_slider_1_1_wrapper rs-thumb.selected .tp-thumb-title {
	font-weight: 600;
	color: #FF0505;
}
#anjauto_wrap #rev_slider_1_1_wrapper rs-thumb .tp-thumb-image {
	width: 65%;
	height: 65%;
	margin: auto;
	right: 0;
}
#anjauto_wrap #rev_slider_1_1_wrapper rs-thumb .tp-thumb-title {
	-webkit-transform: none;
		-ms-transform: none;
			transform: none;
	opacity: 1;
	bottom: 45px;
	white-space: initial;
}
#anjauto_wrap #rev_slider_1_1 {
	height: 80% !important;
}
#anjauto_wrap #rev_slider_1_1_wrapper rs-layer-wrap:not(.bg-noir) {
	transform: translateY(-8vh) !important;
}
#anjauto_wrap #rev_slider_1_1_wrapper .tp-rightarrow:before {
	content: "\f105";
	font-family: 'uncodeicon';
}
#anjauto_wrap #rev_slider_1_1_wrapper .tp-leftarrow:before {
	content: "\f104";
	font-family: 'uncodeicon';
}
#anjauto_wrap #home_societe_txt {
	position: relative;
}
#anjauto_wrap #home_societe_txt:before {
	content: "";
	background-image: url(https://www.anjouautomation.com/wp-content/uploads/2020/05/forme-anjou-auto.png);
	width: 450px;
	height: 197px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	position: absolute;
	left: -270px;
	top: -30px;
	z-index: 1;
	opacity: 0.8;
}
#anjauto_wrap #home_societe:before {
	content: "";
	background-image: url(https://www.anjouautomation.com/wp-content/uploads/2020/05/bottom-triangles.png);
	width: 100%;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 0;
	opacity: 0.8;
}
.home #anjauto_wrap #first_line_pin_effect .uncode-single-media img {
	max-width: 170px;
	margin: auto;
}

/* Produits archives */
.post-type-archive-product #anjauto_wrap .page-body, .tax-product_cat #anjauto_wrap .page-body {
	background-image: url(https://www.anjouautomation.com/wp-content/uploads/2020/05/bg_all_produits.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.post-type-archive-product #anjauto_wrap .page-body .post-content a:not(.product_button_loop), .tax-product_cat #anjauto_wrap .page-body .post-content a:not(.product_button_loop) {
	color: #fff;
	font-size: 17px;
	letter-spacing: 1px;
}
.post-type-archive-product #anjauto_wrap .page-body .post-wrapper, .tax-product_cat #anjauto_wrap .page-body .post-wrapper {
	position: relative;
}
.post-type-archive-product #anjauto_wrap .page-body .post-wrapper:before, .tax-product_cat #anjauto_wrap .page-body .post-wrapper:before {
	content: "";
	background-image: url(https://www.anjouautomation.com/wp-content/uploads/2020/05/bottom-triangles-blk.png);
	width: 100%;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 0;
}

/* Page Documents */
#anjauto_wrap #icones_documents a {
	-webkit-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
#anjauto_wrap #icones_documents a:hover {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.12);
			box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.12);
	-webkit-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
#anjauto_wrap #icones_documents .col-link {
	width: calc(100% - 36px);
	left: auto;
	right: 0px;
}


/* Pages documents téléchargeables */
#anjauto_wrap #dwnld_grid .sdm_download_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
	border: none;
}
#anjauto_wrap #dwnld_grid .sdm_download_thumbnail {
	display: none;
}
#anjauto_wrap #dwnld_grid .sdm_download_item:nth-child(2n+1) {
	background-color: #f5F5F5;
}
#anjauto_wrap #dwnld_grid .sdm-download-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
#anjauto_wrap #dwnld_grid .sdm_download_item .sdm_download_item_top {
	width: 20%;
}
#anjauto_wrap #dwnld_grid .sdm_download_item .sdm_download_description {
	width: 45%;
	border: none;
	padding: 0 30px 0 0;
	margin: 0;
}
#anjauto_wrap #dwnld_grid .sdm_download_item .sdm_download_description p {
	margin: 0;
}
#anjauto_wrap #dwnld_grid .sdm_download_item .sdm_download_item_top .sdm_download_title {
	font-size: 16px;
	line-height: 18px;
}
#anjauto_wrap #dwnld_grid .sdm_download_item .sdm_download_size {
	width: 10%;
}
#anjauto_wrap #dwnld_grid .sdm_download_item .sdm_download_link {
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
}
#anjauto_wrap #dwnld_grid .sdm_download_item .sdm-termscond-button {
	margin-left: 15px;
}
#anjauto_wrap #dwnld_grid .sdm_download_item .sdm_download.black {
	background: #020202;
	border: none;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	border-radius: 0;
}



/* Page contact */
#anjauto_wrap .contact-infos p, #anjauto_wrap .contact-infos a:not(.text-accent-color), #anjauto_wrap .contact-infos h5 { color: #FFF !important; }
#anjauto_wrap #contact_formulaire { background-color: #FFF; }
#anjauto_wrap #contact_formulaire select {
		height: 38px;
	margin: 12px 0;
}
#anjauto_wrap #contact_formulaire input[type="submit"] {
	height: 38px;
	line-height: 38px;
	padding: 0 15px !important;
	font-size:13px;
	color: #fff;
	background: rgb(144,10,10);
	background: -o-linear-gradient(320deg, rgba(144,10,10,1) 0%, rgba(255,5,5,1) 95%);
	background: linear-gradient(130deg, rgba(144,10,10,1) 0%, rgba(255,5,5,1) 95%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#900a0a",endColorstr="#ff0505",GradientType=1);
	letter-spacing: 0.08em;
	position: relative;
	border:none;
	border-radius: 0px; 
}
#anjauto_wrap #contact_formulaire input[type="submit"]:hover {
	color: #020202;
}
​
/* Mentions légales */
#anjauto_wrap .content-mentions { background-color: #FFF; }
#anjauto_wrap .content-mentions .uncode_text_column {
	margin-top: 16px;
}

#anjauto_wrap #pdt_custom_breadcrumb .row-parent {
	padding: 0px;
}
#anjauto_wrap #pdt_custom_breadcrumb #breadcrumbs {
	background: #030303;
	color: #ADADAD;
	margin: 0;
	width: auto;
	display: inline-block;
	padding: 6px 6px 6px 12px;
	position: relative;
	font-size: 12px;
}
#anjauto_wrap #pdt_custom_breadcrumb #breadcrumbs a {
	color: #ADADAD;
	font-size: 12px;
}
#anjauto_wrap #pdt_custom_breadcrumb #breadcrumbs:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 33px 0 0 12px;
	border-color: transparent transparent transparent #030303;
	position: absolute;
	right: -12px;
	top: 0;
}
#anjauto_wrap #pdt_custom_breadcrumb #breadcrumbs span.breadcrumb_last {
	color: #fff;
}
#anjauto_wrap .somdn-download-wrap {
	margin-top: 30px;
}
#anjauto_wrap #somdn-form-submit-button:before {
	content: "";
	background-image: url(https://www.anjouautomation.com/wp-content/uploads/2020/05/icon_pdf.png);
	width: 32px;
	height: 48px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	position: relative;
	left: 0;
	bottom: 0px;
	z-index: 1;
	margin-right: 6px;
}
#anjauto_wrap #somdn-form-submit-button.loading:after {
	content: "";
	background-image: url(https://www.anjouautomation.com/wp-content/uploads/2020/06/load.gif);
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	position: relative;
	right: 0;
	bottom: 0px;
	z-index: 1;
	margin-left: 6px;
}
#anjauto_wrap #somdn-form-submit-button.loading {
	border: none;
}
#anjauto_wrap #somdn-form-submit-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	background: none;
	padding: 0;
	text-transform: none;
	letter-spacing: 0.08em;
}
#produit_custom_lien p.title {
	font-size: 17px;
	font-weight: 600;
	color: #FF0505;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#produit_custom_lien p:not(.title) {
	margin-top: 5px;
	margin-bottom: 18px;
	line-height: 1.2;
}
.single-product #anjauto_wrap .product>.row-container>.double-top-padding {
	padding-top: 50px;
}
.single-product #anjauto_wrap .row-related {
	border-top: none;
	padding: 10px 0 40px;
}
.single-product #anjauto_wrap .row-related .related-title {
		text-transform: none;
	font-size: 22px;
	margin-bottom: 14px;
}
.single-product #anjauto_wrap .row-related .t-entry-visual {
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	margin: 20px auto 0;
	width: calc(100% - 40px);
}



.term-121 #anjauto_wrap .produits_wrap .produis_wrap_inner, .term-122 #anjauto_wrap .produits_wrap .produis_wrap_inner  {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}

#anjauto_wrap .product-sonde {
	margin: 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	background: #fff;
	padding: 25px;
	width: 80%;
	margin-right: 20%;
	position: relative;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
			box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
}
#anjauto_wrap .product-sonde:before {
	content: "";
	height: 100%;
	width: 5px;
	position: absolute;
	background-color: #FF0505;
	right: 0;
	top: 0;
}
#anjauto_wrap .product-sonde.left:before {
	background-color: #FF0505;
	right: auto;
	left: 0;
}
#anjauto_wrap .product-sonde .content {
	width: calc(95% - 200px);
	padding-right: 5%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#anjauto_wrap .product-sonde .content h3 {
	margin-top: 0;
	line-height: 1em
}
#anjauto_wrap .product-sonde .content p {
	font-size: 14px;
}
#anjauto_wrap .product-sonde .content a {
	margin-top: 15px;
}
#anjauto_wrap .product-sonde .photo {
	width: 200px;
	background-color: #EEE;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	overflow: hidden;
	position: absolute;
	right: 5%;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
			box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
}
#anjauto_wrap .product-sonde.left {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
	margin-right: 0%;
	margin-left: 20%;
}
#anjauto_wrap .product-sonde.left .photo {
	right: auto;
	left: 5%;
}

.single-post #anjauto_wrap .category-info, .single-post #anjauto_wrap .author-info {
	display: none;
}
.single-post #anjauto_wrap .post-info {
	color: #fff;
}
.single-post .post-navigation a {
		letter-spacing: 3px;
	font-size: 13px;
}

.page-id-4327 #anjauto_wrap .tmb {
	margin-bottom: 30px;
}
.page-id-4327 #anjauto_wrap .t-entry-text-tc {
	padding-top: 20px;
}

.single-sdm_downloads .h1:before {
	content: "\e006";
	font-family: 'uncodeicon' !important;
	font-weight: 100;
	margin-bottom: 5px;
	display: block;
}
.single-sdm_downloads #anjauto_wrap .sdm_download.black {
	background: #020202;
	border: none;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	border-radius: 0;
}
.single-sdm_downloads #anjauto_wrap .sdm_post_item {
	width: 100%;
}
.single-sdm_downloads #anjauto_wrap .sdm_post_item_top_right {
		text-align: center;
	margin: auto;
	float: none;
}

#anjauto_wrap #error_content img {
	margin: -40px auto -50px;
	max-width: 650px;
}
#anjauto_wrap #error_content .h1 {
	padding-bottom: 20px;
}
#anjauto_wrap #error_content .btn-container {
	margin: 30px 0 50px;
}



/*--//--//--
01-2025 - PAGES DOCUMENTATION
--//--//--*/

#anjauto_wrap .grille-pdfs .uncont {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#anjauto_wrap .grille-pdfs .uncont > .icon-box {
	margin: 0;
    background: #f5f5f5;
    border-radius: 8px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
	line-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
	transition: all 0.2s ease-in-out;
}
#anjauto_wrap .grille-pdfs .uncont > .icon-box:hover {
	box-shadow: 0 0px 30px -5px rgb(0 0 0 / 20%);
	transition: all 0.2s ease-in-out;
}

#anjauto_wrap .grille-pdfs .icon-box-icon {
	width: 100%;
}
#anjauto_wrap .grille-pdfs .icon-box-icon a {
	padding: 20px 20px 0;
	display: block;
}
#anjauto_wrap .grille-pdfs .icon-box-icon img {
	position: relative;
    max-width: 170px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
    display: block;
    margin: auto;
}
/* #anjauto_wrap .grille-pdfs .icon-box-icon:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    -webkit-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
            transform: rotate(-6deg);
    display: block;
    position: absolute;
    z-index: 0;
}
#anjauto_wrap .grille-pdfs .icon-box-icon img {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg);
    -webkit-box-shadow: 0 0px 30px -5px rgb(0 0 0 / 20%);
            box-shadow: 0 0px 30px -5px rgb(0 0 0 / 20%);
}
#anjauto_wrap .grille-pdfs .icon-box-icon img:hover {
    -webkit-box-shadow: 0 10px 30px -10px rgb(0 0 0 / 40%);
            box-shadow: 0 10px 30px -10px rgb(0 0 0 / 40%);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
        transform: scale(1.05);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
} */

#anjauto_wrap .grille-pdfs .icon-box-content {
	width: 100%;
}
#anjauto_wrap .grille-pdfs .uncont > .icon-box .h5 {
	margin-top: 0;
}
#anjauto_wrap .grille-pdfs .uncont > .icon-box .h5 a {
	font-weight: 600;
    padding: 15px;
    background: #fff;
    border-top: 1px solid #e7e7e7;
	display: block;
	font-size: 16px;
    line-height: 1.15;
}
#anjauto_wrap .grille-pdfs .uncont > .icon-box .h5 a::before {
	content: "\f1c1";
	display: inline-block;
	font-family: 'uncodeicon';
	font-size: 16px;
	color: #b1b1b1;
	margin-right: 6px;
    font-weight: 400;
    position: relative;
    top: 1px;
}
/* #anjauto_wrap .grille-pdfs .uncont > .icon-box .h5::before {
	content: '';
	width: 50px;
	height: 1px;
	background-color: #FF0505;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
} */






/*--//--//--
RESPONSIVE
--//--//--*/

@media screen and (min-width: 768px) and (max-width: 1200px) {
	#anjauto_wrap #rev_slider_1_1 {
    width: calc(100% + 30px) !important;
    left: -30px;
	}
}

@media screen and (max-width: 1200px) {
	#anjauto_wrap .grille-pdfs .uncont {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (max-width: 1024px) {
	.tax-product_cat #anjauto_wrap .produits_wrap .produis_wrap_inner .tmb {
		width: 50%;
	}
	body:not(.home) #anjauto_wrap .produits_wrap .produis_wrap_inner .tmb .t-inside .t-entry-visual {
		padding: 40px 20px;
	}
	#anjauto_wrap .produits_wrap .produis_wrap_inner .tmb a {
		bottom: 0;
	}
}

@media screen and (max-width: 959px) {
	#anjauto_wrap #masthead #logo-container-mobile {
		padding: 20px 36px 20px 36px !important;
	}
	#anjauto_wrap #masthead .row-menu-inner {
		border-bottom: none;
		-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.12);
				box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.12);
	}
	.home #anjauto_wrap #home_slider.uncode-scroll-lock, .home #anjauto_wrap #home_societe, .home #anjauto_wrap #home_infos, .home #anjauto_wrap footer .limit-width.row-parent {
		padding-top: 88px;
	}
	.home #anjauto_wrap footer #footer_col_one {
		padding-top: 30px;
	}
	#anjauto_wrap footer #footer_col_one img {
		width: 80%;
	}
	#anjauto_wrap #rev_slider_1_1_wrapper rs-thumb {
		width: 120px !important;
	}
	#anjauto_wrap #home_societe_txt {
		padding-left: 30px;
	}
	body:not(.home) #anjauto_wrap .page-body .post-wrapper, .single-post #anjauto_wrap .header-content {
		padding-top: 88px;
	}
	body.single-post #anjauto_wrap .page-body .post-wrapper {
		padding-top: 0px;
	}
	#anjauto_wrap #icones_documents .col-link {
		width: 100%;
			height: calc(100% - 36px);
	margin-top: 36px;
	}
	#anjauto_wrap #societe_groupe img {
			max-width: 190px;
	}
	#anjauto_wrap .menu-wrapper .menu-primary-inner>li.current-menu-item a:after, #anjauto_wrap .menu-wrapper .menu-primary-inner>li.current-menu-parent>a:after {
		width: 60px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.home #anjauto_wrap #first_line_pin_effect .cols-md-responsive {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	#anjauto_wrap #masthead .mobile-menu-button {
		background: #fff !important;
	}
	#anjauto_wrap #masthead .close .lines {
		margin-top: 45px;
	}
	#anjauto_wrap #masthead .icon_home_header {
		margin: auto;
    	width: 7.5vw;
	}
	#anjauto_wrap #masthead .icon_home_header a i.menu-icon {
		display: inline !important;
		font-size: 5.5vw;
		left: 0.5vw;
		top: -4px;
	}
	#anjauto_wrap #masthead li {
		margin: 15px auto;
	}
	#anjauto_wrap #masthead .menu-horizontal-inner {
		padding-top: 15px;
	}
	body.menu-mobile-centered.open-overlay-menu #anjauto_wrap .tablet-hidden:not(.social-icon):not(.menu-social) {
	   display: block !important;
	   position: fixed;
	   width: 100%;
	   margin-top: 5px;
	}
	body.menu-mobile-centered.open-overlay-menu #anjauto_wrap #masthead #logo-container-mobile {
		padding-top: 70px !important;
		padding-bottom: 0px !important;
	}
	#anjauto_wrap .menu-light .row-menu .row-menu-inner {
	    border-bottom: none;
	}
	#anjauto_wrap .top-menu .menu-bloginfo {
		max-width: 98%;
	}
	#ajaxsearchpro1_1 {
		position: absolute;
		right: 15px;
		top: 4px;
	}
	#anjauto_wrap .menu-wrapper .top-menu .row-menu-inner {
	    text-align: left;
	    float: left;
	}
}

@media screen and (max-width: 850px) {
	#anjauto_wrap .grille-pdfs .uncont {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 768px) {
	#anjauto_wrap #rev_slider_1_1_wrapper rs-thumb {
		width: 150px !important;
		display: none;
	}
	#anjauto_wrap #rev_slider_1_1_wrapper rs-thumb.selected {
		display: block;
		right: 0;
		margin: auto;
		left: 0 !important;
	}
	#anjauto_wrap #rev_slider_1_1_wrapper rs-thumbs .tp-thumbs-inner-wrapper {
		width: 100% !important;
	}
	#anjauto_wrap .produits_wrap .produis_wrap_inner .tmb {
		width: 70%;
	}
	#anjauto_wrap .produits_wrap .produis_wrap_inner .tmb .t-inside .t-entry-visual {
		padding: 40px 20px;
	}
	#anjauto_wrap #error_content img {
		margin: -30px auto -30px;
		max-width: 650px;
	}
}

@media screen and (max-width: 570px) {
	#anjauto_wrap #home_societe_txt .vc_custom_heading_wrap {
		padding-top: 25px;
	}
	#anjauto_wrap #home_societe_txt .uncode_text_column {
		margin-top: 15px;
	}
	#anjauto_wrap .produits_wrap .produis_wrap_inner .tmb {
		width: 90%;
	}
	.tax-product_cat #anjauto_wrap .produits_wrap .produis_wrap_inner .tmb {
		width: 90%;
	}
	#anjauto_wrap #dwnld_grid .sdm_download_item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}
	#anjauto_wrap #dwnld_grid .sdm_download_item .sdm_download_item_top, #anjauto_wrap #dwnld_grid .sdm_download_item .sdm_download_description, #anjauto_wrap #dwnld_grid .sdm_download_item .sdm_download_size, #anjauto_wrap #dwnld_grid .sdm_download_item .sdm_download_link {
		width: 100%;
	}
	#anjauto_wrap #dwnld_grid .sdm_download_item .sdm_download_link {
			-webkit-box-pack: start;
				-ms-flex-pack: start;
					justify-content: flex-start;
				margin-top: 10px;
	}
	#anjauto_wrap .product-sonde, #anjauto_wrap .product-sonde.left {
		width: 100%;
		margin: 50px 0;
	}
	#anjauto_wrap #error_content .col-lg-8 {
		padding-left: 0;
	}
	#anjauto_wrap #error_content .cols-sm-responsive {
		margin-left: 0;
	}
	#anjauto_wrap #error_content img {
		margin: -15px auto;
		max-width: 650px;
	}
	#anjauto_wrap #rev_slider_1_1_wrapper rs-thumbs {
		display: none;
	}
	#anjauto_wrap #home_slider .background-wrapper:after {
		height: 100%;
	}
	#anjauto_wrap #home_societe .row-parent>.wpb_row .wpb_column:first-child {
	    height: 40% !important;
	}
	#anjauto_wrap #home_societe .row-parent>.wpb_row .wpb_column:nth-child(2) {
	    height: 50% !important;
	    padding-left: 0;
	}
	.home #anjauto_wrap #home_societe, .home #anjauto_wrap #home_infos, .home #anjauto_wrap footer .limit-width.row-parent {
		padding-top: 0px;
	}
	#anjauto_wrap .grille-pdfs .uncont {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 480px) {
	#anjauto_wrap #home_slider .background-wrapper:after {
		width: 200%;
	}
	#anjauto_wrap #rev_slider_1_1_wrapper rs-thumbs {
		top: -33%;
	}
	#anjauto_wrap #rev_slider_1_1_wrapper rs-thumbs .tp-thumbs-inner-wrapper {
		top: -10px;
	}
	#anjauto_wrap footer #footer_col_one img {
		width: 90%;
	}
	#anjauto_wrap .product-sonde:not(.left) {
		padding-bottom: 240px;
	}
	#anjauto_wrap .product-sonde.left {
		padding-top: 240px;
	}
	#anjauto_wrap .product-sonde .content {
		width: 100%;
	}
	#anjauto_wrap .product-sonde:not(.left) .photo {
		right: auto;
		left: 25px;
		bottom: 25px;
	}
	#anjauto_wrap .product-sonde.left .photo {
		right: auto;
		left: 25px;
		top: 25px;
	}
	#ajaxsearchpro1_1 {
		top: 7px;
	}
	#anjauto_wrap #top_bar .tel_top {
		width: 145px;
	}
	#anjauto_wrap #top_bar {
		flex-direction: column;
		height: 65px;
	}
	body.menu-mobile-centered.open-overlay-menu #anjauto_wrap #masthead #logo-container-mobile {
		padding-top: 100px !important;
	}
	#anjauto_wrap #top_bar .wpml-ls {
		margin-left: 0;
	}
	#anjauto_wrap #masthead .close .lines {
		margin-top: 80px;
	}
}

@media screen and (max-width: 350px) {
	#anjauto_wrap .product-sonde .photo {
		width: 160px;
	}
	#anjauto_wrap .product-sonde:not(.left) {
		padding-bottom: 200px;
	}
	#anjauto_wrap .product-sonde.left {
		padding-top: 200px;
	}
}