/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.name-hover a span:after {
    opacity: 1 !important;
}

.picture-hover {
	transform: scale(1.2);
/* 	width: calc(100% + 20px);
	max-width: calc(100% + 20px) !important; */
	z-index: 99;
}

#pictures .jet-listing-grid__item, #names .jet-listing-grid__item {
	transition: all 0.5s;
}

.sibling-hover:before {
	height: 0px !important;
}

.sibling-hover .jet-mega-menu-sub-menu__list {
	width: 0% !important;
}

.otgs-development-site-front-end {
	display:none !important;
}

/* .wpml-ls-current-language {
	border: 1px solid red;
	border-radius: 50px;
} */

.wpml-ls-current-language {
	background: url('/wp-content/uploads/cercle.svg');
	background-repeat: no-repeat;
	background-position-y: 50%;
}

.wpml-ls-legacy-list-horizontal a {
    padding: 0;
    height: 27px;
    width: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .wpml-ls .wpml-ls-item:not(.wpml-ls-current-language) {
	display: none !important;
} */

#header-menu-custom ul {
	text-align: center;
}

#header-menu-custom li.mobile {
    display: inline-block !important;
	align-self: center;
	vertical-align: top;
    /* width: auto; */
    /* min-width: inherit; */
}

#header-menu-custom .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
	transform: inherit;
	max-height: inherit;
}

#header-menu-custom .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
	right: 0;
	opacity: 1;
	transition: all 0.5s ease-in-out;
}

#header-menu-custom .elementor-nav-menu__container.elementor-nav-menu--dropdown {
	width: 50% !important;
    left: inherit !important;
    position: fixed;
    right: -50%;
    top: 0 !important;
    height: 100%;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	margin: 0;
}

#header-menu-custom .elementor-menu-toggle.elementor-active {
	z-index: 9999;
}

#header-menu-custom .elementor-nav-menu {
	padding-top: 30px
}

#header-menu-custom .elementor-nav-menu .last-child {
	margin-bottom: 15px;
}
#header-menu-custom li.mobile a svg {
    width: 17.5px;
    height: 17.5px;
}

.vente-form .file-select-button {
	background: #DC272D9E;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
	cursor: pointer;
	font-family: "Avenir Next Condensed";
	font-variant: small-caps;
	font-size: 15px;
}
.vente-form .file-select-name {
	display: inline-block;
	padding: 10px;
	color: #fff;
}
.vente-form .file-select-button:hover  {
	background: #dc272d;
	color: #ffffff;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#el-header .wpml-ls-item {
	display: none;
}

#header-menu-custom .wpml-ls-item {
	display: inline-block !important;
    align-self: center;
    vertical-align: top;
}

#header-menu-custom .wpml-ls-item a, #header-menu-custom .mobile a {
	 padding: 15px 7px;
}

#el-header .sub-menu >li.menu-item a {
    padding: 0 10px;
    font-variant: small-caps;
    border: 0;
}
#el-header .sub-menu >li.menu-item a:first-child {
    padding: 0 15px 0 0;
}

#el-header .has-submenu {
    margin-right: 0 !important;
}

#header-menu-custom .adresse-mobile {
	display: none;
	position: absolute;
    margin-top: 50px;
}

#el-header .adresse-mobile {
	display: none !important;
}

@media screen and (max-width: 768px)
{
	#header-menu-custom .adresse-mobile {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.mobile-none {
		display: none !important;
	}
	
/* 	.wpml-ls-current-language {
		background-position-y: calc(50% - 1px);
	} */
}

@media screen and (min-width: 768px) and (max-width: 1025px){
	#header-menu-custom .elementor-nav-menu__container.elementor-nav-menu--dropdown {
		width: calc(100% / 3) !important;
	}
}
/**
 * Styling de la page de résultats de recherche
 */ 

.search-wp-custom .search-form{
	display: flex;
	gap: 2px;
}


.search-wp-custom.search-results{
	padding-top: 60px;
}

.search-wp-custom.search-results .page-header {
	padding-left: 10px;
}

.search-wp-custom.search-results section{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 25px;
}

.search-wp-custom.search-results article {
	width : calc((100% / 3) - (20px / 3));
	position: relative;
	overflow: hidden;
}

.search-wp-custom.search-results img {
	width: 100%;
    aspect-ratio: 1;
}

.search-wp-custom.search-results h1 {
	text-transform: uppercase;
    color: #DC272D;
}


.search-wp-custom.search-results .entry-header {
	position: absolute;
    background: #000000C4;
    width: 100%;
    bottom: -21px;
    padding: 5px 10px 2px 10px;
	opacity: 0;
	transition: all 0.5s;
}

.search-wp-custom .search-result:hover .entry-header {
    bottom: 0;
	opacity: 1;
	transition: all 0.5s;
}

.search-wp-custom.search-results .entry-header.post_akari {
    background: #FFFFFFC4;
}

.search-wp-custom.search-results .entry-header h2 {
	margin: 0;
    font-size: 13px;
    text-transform: uppercase;
	color: #fff;
}

.search-wp-custom.search-results .entry-header.post_akari h2{
	color: #000;
}

.search-wp-custom.search-results a {
	overflow: hidden;
    margin-bottom: -5px;
    display: block;
}

.search-wp-custom.search-results .entry-header h2:before {
    content: "\\";
    color: #fff;
    font-size: 13px;
}

.search-wp-custom.search-results .entry-header.post_akari h2:before {
    color: #000;
}

.search-wp-custom.search-results .post-title {
    font-variant: small-caps;
	text-transform: initial;
}

.search-wp-custom.search-form {
	display: flex;
}

.search-form .search-field {
	height: 40px;
    border-radius: 0;
    border: 0;
    padding: 0 15px;
    background-color: #0000001a;
}

.search-form .search-submit {
	background: #DC272D9E;
    border: 0px solid #DC272D9E;
    border-radius: 0;
    color: #fff;
    font-family: "Avenir Next Condensed", Sans-serif;
    font-size: 15px;
    font-weight: 100;
    padding: 0 15px;
    height: 40px;
}

.search-form input:focus-visible  {
	outline: #DC272D solid 1px;
}

.searchwp-modal-form-default .search-form input:focus-visible  {
	outline: none;
}

.navigation.pagination .nav-links {
	display: flex;
    justify-content: center;
    gap: 10px;
}

.search-wp-custom img {
	object-fit: 1 !important;
	object-fit: cover;
}

@media screen and (max-width: 1025px){
	.search-wp-custom.search-results article {
		width: calc((100% / 2) - (10px / 3));
	}
	
	.search-wp-custom.search-results section {
		gap: 5px;
	}
}