/* DEFAULT */
body, div, * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
:root {
    --jaune:#fa9404;
    --black:#010101;
    --white:#fff;
}
body {
	overflow-x: hidden !important;
}
.et_pb_scroll_top {
	background: var(--jaune) !important;
	border: 1px var(--black) solid !important;
}

/**** COOKIEYES CUSTOM CSS ****/
.cky-consent-container .cky-consent-bar {
	border-color: var(--jaune) !important;
}
.cky-btn-revisit-wrapper {
  width: 30px !important;
  height: 30px !important;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
  height: 20px !important;
  width: 20px !important;
}
.cky-btn-reject, .cky-btn-customize, .cky-btn-preferences {
	color:var(--jaune) !important;
    border-color: var(--jaune) !important;
}
.cky-btn-accept {
	color: var(--white) !important;
    background-color: var(--jaune) !important;
    border-color:var(--jaune) !important;
}
.cky-btn:hover {
    background: var(--jaune) !important;
    border-color: var(--jaune) !important;
    color: var(--white) !important;
	opacity:1 !important;
}
.cky-btn-revisit-wrapper {
	background-color:var(--jaune) !important;
}
body.mfp-zoom-out-cur .mfp-bg.mfp-fade.mfp-ready, body.mfp-zoom-out-cur .mfp-wrap {
    position: fixed !important;
    top: 0 !important;
}

/**** DESACTIVE SCROLL PAGE ****/
body #page-container,
body.mfp-zoom-out-cur,
body.mfp-zoom-out-cur div {
  overflow: hidden !important;
}

/**** DESACTIVE SCROLL ON POPUP ****/
body.mfp-zoom-out-cur {
   width:100%!important;
}

/* HEADER */
.header-section {
	box-shadow: 0 0 10px #eee;
}
.top-bar {
	overflow: visible !important;
}
.top-bar .et_pb_main_blurb_image {
	vertical-align: middle !important;
}
.top-bar .et_pb_blurb_container {
	padding-left: 5px !important;
}
.logo-nav .et_pb_menu_inner_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.et_pb_menu__logo {
	width: 150px;
	transition: all 400ms ease-in-out;
}
.et_pb_menu__logo img {
	display: block;
	width: 100%;
	height: auto;
}
.logo-nav .dtb-menu {
	width: 100%;
}
.logo-nav .et_pb_menu__wrap {
	width: 100% !important;
    justify-content: flex-end;
}
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
	padding: 10px 0;
}
.has_et_pb_sticky .et_pb_menu__logo {
	width: 110px;
}

@media (max-width: 1024px){
	.top-bar {
		display: flex !important;
	}
	.top-bar .col-rs {
		width: 35% !important;
	}
	.et_pb_menu__logo {
    	width: 100px;
	}
}
@media (max-width: 780px){
	.top-bar:before {
		left: -85% !important;
	}
	.ct-coor .et_pb_blurb_container, 
	.header-section .ct-coor .et_pb_blurb_container {
		display: none !important;
		opacity: 0 !important;
	}
}

/* PAGE gallery */
.gallery ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: transparent !important;
    margin-bottom: 35px !important;
}
.gallery ul>li {
	width:auto;
	height: 55px;
	border: 1px solid var(--jaune);
	border-right: 1px solid var(--jaune) !important;
    padding-top: 5px !important;
    padding-bottom: 6px !important;
	margin-left: 15px !important;
	margin-bottom: 20px;
    border-radius: 0px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 400ms ease-in-out;
}
.gallery ul>li:hover {
	box-shadow: 0px 15px 30px -18px #221E1E;
}
.gallery ul>li.et_pb_tab_active {
	background-color: var(--jaune) !important;
}
.gallery ul>li.et_pb_tab_active a {
	color: var(--white) !important;
}
.gallery .et_pb_all_tabs {
	background-color: transparent !important;
}
.gallery .et_pb_tabs {
	border: none;
}
.realisation .et_pb_gallery_items {
	display: flex;
}
.realisation .et_pb_gallery_item {
    width: 280px !important;
    margin: 0px 20px 20px 0px !important;
}
.gallery ul>li:first-child {
	margin-left: 0 !important;
}
.gallery .et_pb_tab {
    padding: 0 !important;
    transition: all 400ms ease-in-out;
}
.gallery .et_pb_tab:hover {
	
}
.realisation img {
    height: 250px !important;
    object-fit: cover;
    border-radius:  5px !important;
	width: 100% !important;
}
.realisation .et_pb_gallery_item .et_overlay {
	border-radius: 5px !important;
	background-color: #00000082 !important;
}
.realisation .et_pb_gallery_item .et_overlay:before {
	content: '';
	background: url('/wp-content/uploads/2025/07/list-puce.png') center no-repeat !important;
	background-size: contain !important;
	width: 60px;
	height: 26px;
    font-size: 20px !important;
    left: 55% !important;
    top: 55%;
}
@media(max-width: 980px) {
	.realisation .et_pb_gallery_items {
	 	display: flex;
	  	flex-wrap: wrap;
	 	gap: 20px;
		justify-content: center;
	}
	body .et_pb_section .gallery .realisation .et_pb_gallery_item {
		width: calc(50% - 15px) !important;
		margin: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.gallery ul>li { 
		margin-bottom: 15px;
		width: calc(70% - 15px);
		margin-left: 0 !important;	
	}
}
@media screen and (max-width: 450px) {
	.gallery ul>li { 
		width: calc(100% - 15px);
	}
	body .et_pb_section .gallery .realisation .et_pb_gallery_item {
		width: 100% !important;
	}
}

/* PAGE PLAN DU SITE */
.simple-sitemap-page {
	list-style: none !important;
	margin: 30px 0 0 40px;
}
.simple-sitemap-page li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 15px 0;
	padding: 0 0 10px 24px;
	position: relative;
}
.simple-sitemap-page li:before {
	content: '';
	background: url('/wp-content/uploads/2025/07/list-puce.png') left bottom no-repeat;
	background-size: contain !important;
	width: 60px;
	height: 43px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* PAGE CONTACT */
.forminator-label {
	margin-bottom: 12px !important;
}

/* PAGE D'ACCUEIL */
.bannier .et_pb_slider {
	height: calc(95vh - 130px) !important;
}
.et_pb_slide_content {
	margin: 25px 0 40px !important;
	width: 52%;
}
.text-banner {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 6%;
    z-index: 5;
    display: flex;
    align-items: center;
}
.text-banner>div {
	padding: 10px 25px;
	width: 50%;
}
.text-banner h1 {
	display: block;
	margin-bottom: 25px !important;
	font: 600 50px/60px 'Poppins' !important;
}
.text-banner h1 strong {
	display: block;
	margin-bottom: 5px !important;
	font-size: 50px !important;
}
.text-banner p:last-child {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 30px;
}
.text-banner a, .et_pb_button,
.forminator-button-submit.btn,
.button,
.home .projet .project .more-link {
	display: inline-block !important;
	padding: 15px 30px !important;
	background: var(--jaune);
	color: var(--white);
	font: 500 20px/26px 'Open Sans' !important;
	margin: 0 30px 0 0 !important;
	transition: all 400ms ease-in-out;
	position: relative !important;
	border-radius: 8px !important;
	box-shadow: none !important;
}
.text-banner a {
	padding: 10px 25px !important;
}
.text-banner a:before, .et_pb_button:before,
.forminator-button-submit:before,
.button:before, 
.home .projet .project .more-link:before {
	content: '' !important;
	display: block !important;
    position: absolute !important;
    border: var(--jaune) solid 4px;
    margin-left: 0 !important;
    border-radius: 15px;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    opacity: 1 !important;
    -webkit-transition-duration: 0.3s !important;
    transition-duration: 0.3s !important;
    -webkit-transition-property: top, right, bottom, left !important;
    transition-property: top, right, bottom, left !important;
}
.text-banner a:hover, 
.button:hover {
	background: var(--white);
	color: var(--black) !important;
}
.text-banner p:last-child a:last-child:hover,
.et_pb_button:hover,
.home .projet .project .more-link:hover {
	background: var(--jaune);
	color: var(--white);
}
.et_pb_button:hover {
	background: var(--jaune) !important;
}
.text-banner p:last-child a:last-child:before {
	border-color: var(--jaune) !important;
}
.forminator-button-submit:hover,
.home .projet .project .more-link:hover {
	color: var(--black) !important;
}
.text-banner a:hover:before, 
.text-banner a:focus:before,
.et_pb_button:hover:before,
.forminator-button-submit:hover:before,
.button:hover:before, 
.home .projet .project .more-link:hover:before {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
}
.et-pb-controllers {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0 !important;
    right: 40px;
    left: inherit !important;
    width: 30px !important;
    height: 140px;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.et-pb-controllers a {
	display: block !important;
	background-color: transparent !important;
	width: 30px !important;
	height: 30px !important;
	border-radius: 50% !important;
	border:6px var(--jaune) solid;
	opacity: 0.5 !important;
	position: relative;
}
.et-pb-controllers a:first-child {
	margin-bottom: 10px;
}
.et-pb-controllers a.et-pb-active-control {
	opacity: 1 !important;
}
.et-pb-controllers a:before {
	content: '';
	background: var(--white);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@keyframes zoom {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
.depuis {
	animation: zoom 1200ms linear infinite alternate;
  	transform-origin: center;
}
.depuis .percent-value {
	visibility: visible !important;
}
.hov-img a {
	display: block;
	position: relative;
	overflow: hidden;
}
.hov-img a:after, 
.item-reparation:before, 
.item-atous:before,
.item-projet .et_pb_main_blurb_image:before {
	content: '';
	position: absolute;
	background: var(--jaune);
	opacity: 0.5;
	top: 0;
	bottom: 0;
	left: 0;
	right: 100%;
	transition: all 400ms ease-in-out;
}
.hov-img a:hover:after,
.item-projet:hover .et_pb_main_blurb_image:before {
	right: 0;
}
.hov-img a img {
	transform: scale(1.0);
	transition: all 400ms ease-in-out;
	object-fit: cover;
	object-position: center;
}
.hov-img a:hover img  {
	transform: scale(1.1);
}
.item-reparation {
	min-height: 415px;
	flex: 1;
	position: relative;
}
.item-reparation:hover:before,
.item-atous:hover:before {
	right: 0;
	opacity: 1 !important;
}
.item-reparation:hover .et_pb_main_blurb_image img,
.item-atous:hover .et_pb_main_blurb_image img {
	filter: brightness(0) invert(0);
}
.item-reparation .et_pb_blurb_description {
	margin-top: 8px;
}
.atous {
	width: 70% !important;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: flex-start;
	gap: 20px;
	flex-wrap: wrap;
}
.atous * {
	transition: all 400ms ease-in-out;
}
.item-atous .et_pb_blurb_content {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.item-atous:hover .et_pb_blurb_description p {
	color: var(--black) !important;
}
.item-atous .et_pb_main_blurb_image {
	width: 60px !important;
	margin: 0 30px 0 0 !important;
}
.home .projet .et_pb_ajax_pagination_container {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
}
.home .projet .et_pb_ajax_pagination_container .project {
	width: calc(33.333% - 14px);
	min-height: 640px;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	background: #F8F8F8 !important;
	overflow: hidden;
	border-radius: 15px;
}
.home .projet .project .entry-featured-image-url {
	height: 300px;
	width: 100%;
	display: block;
	margin: 0 0 30px !important;
}
.home .projet .project .entry-featured-image-url img {
	height: 300px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.home .projet .project .entry-title {
	padding: 0 20px !important;
	margin: 0 !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 26px;
}
.home .projet .et_pb_module_header>a {
	display: block;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    color: var(--white);
    padding: 0 40px;
    transition: all 400ms ease-in-out;
}
.home .projet .project .entry-featured-image-url:after {
	content: '';
	position: absolute;
	background: var(--jaune) !important;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4 !important;
    z-index: 2;
    transition: all 400ms ease-in-out;
}
.home .projet .post-content {
	padding: 30px 30px 105px;
	position: static;
}
.home .projet .project .localisation {
    display: block;
    position: absolute;
    font-size: 18px;
    padding: 5px 15px;
    width: fit-content;
    margin: 0;
    transition: all 400ms ease-in-out;
    top: 245px;
    left: 20px;
    background: var(--jaune);
    color: var(--black) !important;
    z-index: 5;
}
.home .projet .project:hover .entry-featured-image-url:after {
	top: 0 !important;
}
.home .projet .project .more-link {
	display: inline-table !important;
	position: absolute !important;
    bottom: 30px;
    left: 0;
    right: 0;
    padding: 10px 25px !important;
    margin: 0 auto !important;
    text-transform: capitalize !important;
	color: var(--white) !important;
	font: 500 17px/26px 'Open Sans' !important;
}
.home .projet .project .more-link:hover {
	background: var(--jaune) !important;
}
.partenaire {
	display: flex;
	align-items: center;
}
.slide-partenaire .slick-slide {
	margin: 0 20px !important;
}
.slide-partenaire img {
	display: block;
	filter: brightness(0) invert(0);
}
.ti-read-more-active {
	color: var(--jaune) !important;
}
@media (max-width: 1366px){
	.text-banner>div {
	    width: 75%;
	}
}
@media (max-width: 980px){
	.text-banner {
		padding: 0;
	}
	.text-banner>div {
		padding: 10px 25px;
		width: 90%;
	}
	.et_pb_slide_content {
		margin: 25px 0 40px !important;
		width: 95%;
	}
	.home .projet .et_pb_ajax_pagination_container .project {
	    width: 100% !important;
	    min-height: auto !important;
	}
	.home .projet .project .post-content {
		height: auto;
		overflow: inherit;
	}
	.home .projet .et_pb_ajax_pagination_container .project {
        padding: 20px 20px 90px;
    }
    .home .projet .project .more-link {
        bottom: 0;
        position: relative;
        margin-top: 26px;
    }
	.home .projet .localisation {
	    font-size: 18px;
	}
	.home .projet .post-content {
	    padding: 30px 20px;
	    overflow: hidden;
	}
}
@media (max-width: 768px){
	.et_pb_slide_content {
		width: 100%;
	}
	.text-banner>div {
		padding: 10px 20px;
		width: 100%;
	}
	.et-pb-controllers {
	    top: inherit !important;
	    bottom: 80px !important;
	    right: 20px;
	}
	.text-banner h1 strong {
	    margin-bottom: 15px !important;
	    font-size: 36px !important;
	}
	.text-banner h1 span {
	    font-size: 36px !important;
	}
	.text-banner h1 {
	    margin-bottom: 15px !important;
	    font: 600 36px / 50px 'Poppins' !important;
	}
	.et_pb_slide_content p:last-child {
	    margin-top: 20px;
	}
	.et_pb_slide_content a, .et_pb_button, .forminator-button-submit.btn, .button {
	    font: 500 16px / 24px 'Poppins' !important;
	    margin: 0 20px 0 0 !important;
    }
    .atous {
	    width: 100% !important;
	    display: flex !important;
	    grid-template-columns: 0;
	    flex-direction: column;
	}
}
@media (max-width: 600px){
	.text-banner p:last-child {
	    margin-top: 20px;
	    flex-direction: column;
	    align-items: flex-start !important;
	}
	.item-atous .et_pb_main_blurb_image {
    	margin: 0 20px 0 0 !important;
	}
}

/* PAGE NOS SERVICES */
.banner-page {
	background-blend-mode: difference !important;
}
.projet-service .projet .et_pb_blurb_content {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
.projet-service .et_pb_blurb_content>div {
	width: 50% !important;
	margin: 0 !important;
}
.projet-service .et_pb_main_blurb_image {
	position: relative;
}
.projet-service .item-projet .et_pb_blurb_content,
.projet-service .item-projet .et_pb_main_blurb_image img {
	height: calc(100vh - 130px) !important;
}
.projet-service .item-projet .et_pb_main_blurb_image img {
	display: block;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.projet-service .et_pb_blurb_container {
	padding: 40px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.projet-service .item-projet-reverse .et_pb_blurb_content {
	flex-direction: row-reverse !important;
}
.projet-service .item-projet-reverse .et_pb_main_blurb_image:before {
    left: 100%;
    right: 0 !important;
}
.projet-service .item-projet-reverse:hover .et_pb_main_blurb_image:before {
    left: 0 !important;
}
.projet-service .et_pb_module_header {
	margin-bottom: 30px;
}
.item-projet-reverse .button {
	background: var(--white) !important;
	color: var(--black) !important;
}
.item-projet-reverse .button:before {
	border-color: var(--white) !important;
}
.button {
	margin-top: 20px !important;
}

@media (max-width:980px) {
	.et_pb_button_module_wrapper {
		text-align: center !important;
	}
	.projet-service .item-projet .et_pb_blurb_content, .projet-service .item-projet .et_pb_main_blurb_image img {
		height: auto !important;
	}
	.item-projet .et_pb_blurb_content {
	    flex-direction: column-reverse;
	    height: auto !important;
	}
	.projet-service .et_pb_blurb_content>div {
	    width: 100% !important;
	}
	.projet-service .et_pb_blurb_content .et_pb_blurb_container {
	    padding: 40px;
	}
	.projet-service .item-projet-reverse .et_pb_blurb_content {
    	flex-direction: column-reverse !important;
	}
	.projet-service .projet {
		padding: 20px;
		gap: 20px;
        display: flex;
        flex-direction: column;
	}
	.projet-service .item-projet .et_pb_main_blurb_image img {
        height: 450px !important;
    }
}
@media (max-width: 768px) {
	.projet-service .projet {
		padding: 0;
	}
    .projet-service .et_pb_blurb_content .et_pb_blurb_container {
        padding: 30px 20px;
    }
}

/* PAGE PROJETS */
.banner-projet .et_pb_post_title:before {
	content: '';
	background: var(--black);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: :5;
	opacity: 0.8;
}
.et_pb_ajax_pagination_container {
	display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
    flex-wrap: wrap;
}
.et_pb_portfolio .et_pb_portfolio_item {
    position: relative;
    width: calc(50% - 20px);
    background: var(--jaune);
}
.et_portfolio_image img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center;
}
.et_pb_portfolio .et_pb_module_header {
	padding: 20px;
	font-size: 18px;
	margin-top: 0 !important;
}
.et_portfolio_image:before {
    content: '';
    position: absolute;
    background: var(--jaune);
    opacity: 0.5;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 400ms ease-in-out;
}
.type-project:hover .et_portfolio_image:before {
    top: 0 !important;
}

.single-project .et_pb_post_content p:last-child {
	margin-top: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}
.single-project .et_pb_post_content .alignnone {
	display: block;
	width: calc(33.333% - 14px);
	height: 230px;
	object-fit: cover;
	object-position: center;
}
@media (max-width: 768px){
	.et_pb_ajax_pagination_container {
		flex-direction: column;
		gap: 20px;
	}
	.et_pb_portfolio .et_pb_portfolio_item {
	    width: 100%;
	}
	.single-project .et_pb_post_content p:last-child {
		margin-top: 20px;
		flex-direction: column;
	}
	.single-project .et_pb_post_content .alignnone {
	    width: 100%;
	    height: auto;
	}
}

/* Page Entretient */
.spectre .item-atous {
	height: auto !important;
}
.spectre .item-atous .et_pb_blurb_content {
	justify-content: flex-start !important;
    align-items: flex-start !important;
    flex-direction: column;	
}
.spectre .item-atous .et_pb_main_blurb_image {
    margin: 0 0 20px 0 !important;
}
.et_pb_image_wrap, .hov-img a img {
	width: 100% !important;
}
.item-choix {
	flex: 1;
}
.item-choix img {
	transition: all 400ms ease-in-out;
	filter: brightness(1);
}
.item-choix:hover img {
	filter: brightness(0);
}
.text {
	width: 100% !important;
}
.meca .et_pb_image_wrap, .meca img {
	width: 100% !important;
}
.atelier img {
	height: 300px;
}
@media (max-width: 980px){
	.spectre .item-atous {
		width: 100%;
	}
	.spectre .item-atous .et_pb_blurb_content {
	    flex-direction: row;
	    justify-content: flex-start !important;
        align-items: center !important;
        max-width: 100%;
	}
	.spectre .item-atous .et_pb_main_blurb_image {
	    margin: 0 20px 0 0 !important;
	    min-width: 60px;
	}
	.choix {
		flex-wrap: wrap !important;
	}
	.item-choix {
	    flex: auto;
	    width: calc(50% - 10px) !important;
	}
	.page-id-47 .et_pb_section_4 {
		padding-bottom: 40px !important;
	}
}
@media (max-width: 600px){
	.item-choix {
        width: 100% !important;
    }
}

body.page-id-959 .et_pb_button, 
body.page-id-959 .et_pb_slide_content a {
	/*padding: 12px 30px !important;*/
	border-radius: 8px !important;
	/*overflow: hidden;*/
}
body.page-id-959 .et_pb_button:before,
body.page-id-959 .et_pb_slide_content a:before {
	border-radius: 15px !important;
}
.item-atous {
	height: 132px;
}
.item-atous .et_pb_main_blurb_image,
.item-atous img {
	max-height: 51px;
}

/* Translate */
.gt_float_switcher {
	box-shadow: none !important;
	font-size: 14px !important;
	font-family: 'Open Sans' !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
	padding: 0 !important;
	width: 78px !important;
}
#gt_float_wrapper {
	position: absolute;
    top: 5px;
    width: 130px !important;
}
.gt_float_switcher .gt_options.gt-open {
	width: 130px;
	max-width: 130px !important;	
}
body>.gtranslate_wrapper {
	display: none !important;
}
@media (max-width: 1366px) {
	body .header-section .et_pb_row_1_tb_header {
		padding-right: 140px !important;
	}
}
@media (max-width: 980px) {
	.header-section .et_mobile_menu .gtranslate_menu_wrapper_79636 {
		display: none !important;
	}
	body .header-section .et_pb_row_1_tb_header {
		padding-right: 40px !important;
	}
	body>.gtranslate_wrapper {
		display: block !important;
	}
	body>.gtranslate_wrapper .gt_float_switcher {
		position: absolute;
	    top: 70px;
	    right: 70px;
	}
	#gt_float_wrapper {
		bottom: inherit !important;
	}
}
@media (max-width: 767px) {
	body .header-section .et_pb_row_1_tb_header {
		padding-right: 20px !important;
	}
}