/*
Theme Name: MR Paysage
Description: Theme, design sur-mesure
Author: Upscale Network
Author URI: https://www.upscale-network.com
Template: Divi
Version: 1.0
Text Domain:  MR Paysage
*/
.et_parallax_bg {
	background-position: center;
}
@keyframes multi-view-image-fade {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 60%;
	}
	70% {
		opacity: 70%;
	}
	80% {
		opacity: 80%;
	}
	90% {
		opacity: 90%;
	}
	100% {
		opacity: 100%;
	}
}
.et_multi_view_image__loading {
	visibility: visible !important;
}
.et_multi_view_image__loaded {
	animation: multi-view-image-fade 0.2s forwards;
}
.main-menu-bottom-row ul.et-menu > li > a {
	box-shadow: 0 -1px 0 rgb(68,89,58);
	padding-top: 1em;
	transition-delay: 0s;
}
.main-menu-bottom-row ul.et-menu > li > a:hover,
.main-menu-bottom-row ul.et-menu > li.current-menu-item > a {
	box-shadow: 0 -3px 0 rgb(68,89,58);
	opacity: 1;
}
.main-menu-bottom-row .menu-item-has-children>a:first-child {
  padding-right: 0 !important;
}
.main-menu-bottom-row .menu-item-has-children>a:first-child:after {
  content: '' !important;
}
#main-content, footer, header {
	position: relative;
}
header {
    z-index: 3;
}
#main-content {
	z-index: 2;
}
footer {
	z-index: 1;
}
.header-section .header-row .column-logo, .header-section .header-row .column-lang {
  width: 15%!important;
}
.header-section .header-row .column-menu {
  width: 70%!important;
}
.header-section .header-row .column-menu  {
	display: flex;
 	align-items: center;
  	justify-content: center;
}
.header-section .header-row .column-lang {
	display: flex;
 	align-items: center;
  	justify-content: start;
}
.header-row .lang-container {
	width: 110px!important;
}
.header-row .lang-container ul {
	padding: 0 !important;
}
.header-row .lang-container .wpml-ls-statics-shortcode_actions > ul > li {
	background-color: white;
	border-radius: 30px;
	padding: 7px 10px;
} 
.header-row .lang-container .wpml-ls-statics-shortcode_actions>ul>li {
	transition: border-radius 0.2s ease;
}

.header-row .lang-container .wpml-ls-statics-shortcode_actions>ul>li:hover {
	border-radius: 30px 30px 0 0!important;	
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu, 
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language .wpml-ls-sub-menu, 
.wpml-ls-legacy-dropdown .wpml-ls-current-language .wpml-ls-sub-menu {
	visibility: hidden;
	opacity: 0;
	transform: translateY(-20px);
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.header-row .lang-container .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu {
	border-top: none;
}
.header-row .lang-container .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu li {
	background-color: white;
    border-radius: 0 0 30px 30px;
    padding: 7px 10px;
}
.header-row .lang-container ul span {
	font-size: 12px;
}
.header-row .lang-container .wpml-ls-statics-shortcode_actions a {
    background-color: transparent !important;	
	border: none;
	padding: 0.5em 10px;
}
.header-row .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	right: 7px;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag+span, .wpml-ls-menu-item .wpml-ls-flag+span {
	margin-left: 0.6em !important; 
	vertical-align: text-bottom;
}
.header-row .lang-container .wpml-ls-legacy-dropdown .wpml-ls-flag, .icl_als_iclflag, .wpml-ls-menu-item .wpml-ls-flag , img.icl_als_iclflag {
	height: 20px !important;
	width:20px !important;
}
.foogallery.fg-masonry {
	left:1%;
}

.swiper-slide {
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-pagination {
	bottom: -30px !important;
}
.swiper-button-next, .swiper-button-prev {
	color: #44593A !important;
}
.swiper-pagination-bullet-active {
	background: #44593A !important;	
}
.nos-service-list .et_pb_column {
    display:flex;
    flex-direction: column;
}
.nos-service-list .et_pb_column .et_pb_blurb {
    min-height: 460px;
}
#sb_instagram .sbi_hover_top {
	width: 100%;
    height: 100%;
	padding: 0 !important;
}
#sb_instagram .sbi_hover_top p {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 !important;
    align-items: center;
}
#sb_instagram .sbi_hover_top .sbi_caption {
	padding: 1%!important;
	line-height: 1.4em;
    font-size: 14px;
	font-weight: 600;
}
.et_mobile_menu > li:not(.wpml-ls-menu-item) {
	border-bottom: 1px solid rgba(201, 213, 195, 0.67);
} 
h1 {
	line-height: 1.3em;
}
@media screen and (max-width: 768px) {
	.bloc-text {
		flex-direction: column;
	}
	.bloc-text .text-title {
		margin-bottom: 20px;
	}
	.bloc-text .text-content {
		padding: 0 !important;
		text-align: justify;
	}
}
@media screen and (max-width: 480px)
{
	h1, h2 {
		font-size: 30px !important;
	}
	h3 {
		font-size: 25px !important;
		line-height: 1.4em;
	}

}