.mySwiper1.swiper {
	overflow: visible !important;
}

.mySwiper1.swiper .swiper-wrapper {
	align-items: stretch;
}

.mySwiper1 .swiper-slide-image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 300px;
	position: relative;
}

.mySwiper1 .swiper-slide-content {
	background-color: var(--color_red);
	padding: 15px;
	display: flex;
	margin-right: 25px;
	margin-left: 25px;
	z-index: 10;
	flex-direction: column;
	color: white;
	justify-content: space-between;
	flex: 1;
	position: relative;
	transform: translate(0px, -50px);
	overflow: hidden;
}

.mySwiper1 .swiper-slide {
	width: 450px;
	margin-right: 10px;
	margin-left: 10px;
	display: flex;
	flex-direction: column;
	height: auto !important;
}

.mySwiper1 .swiper-pagination {
	margin-top: 30px;
	position: inherit !important;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 14px;
}

.mySwiper1 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	transition: all 0.4s;
	background-color: var(--color_light_grey);
	opacity: 1;
	margin: 0 8px !important;
}

.mySwiper1 .swiper-pagination-bullet-active {
	background-color: var(--color_light_red);
	width: 14px;
	height: 14px;
}

.mySwiper1 .swiper-slide-content-title,
.grid_real-content-title {
	color: white;
	font-size: 1.3rem;
}

.mySwiper1 .swiper-slide-content-metier .supertitle {
	color: white;
	opacity: 0.6;
	font-weight: 700;
	display: inline;
	line-height: 1.1;
	font-size: 0.7rem;
	transition: 0.5s;
	z-index: 2;
    position: relative;
}

.mySwiper1 .swiper-slide:hover .swiper-slide-content-metier .supertitle {
	color: var(--color_red);
	opacity: 1;
}

.mySwiper1 .swiper-slide-content-metier {
	width: calc(100% - 80px);
	display: inline;
	line-height: 1.1;
}

.swiper-slide-content-upper {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}

.mySwiper1 .swiper-slide .swiper-slide-image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2626268a;
	opacity: 0;
	transition: 0.5s;
}

.mySwiper1 .swiper-slide:hover .swiper-slide-image::after {
	opacity: 1;
}

.swiper-slide-content-location,
.grid_real-content-location {
	color: white;
	font-size: 0.85rem;
	font-weight: 500;
}

.grid_real_container {
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
}

.grid_real_item_image {
	position: relative;
}

.grid_real_item_image img {
	aspect-ratio: 16/9;
	object-fit: cover;
	width: 100%;
	height: auto;
	display: block;
}

.grid_real_item {
	width: calc(50% - 13px);
	border: 1px solid var(--color_light_grey);
}

.grid_real_container .grid_real_item {
	display: flex;
	flex-direction: column;
}

.grid_real_item_content .swiper-slide-content-metier .supertitle {
	color: white;
	opacity: 0.5;
	font-weight: 500;
	display: inline;
}

.grid_real_item_content {
	padding: 0 30px 40px;
	display: flex;
	flex-direction: column;
	flex: 1;
	position: relative;
}

/* .grid_real_item_content .grid_real-content-metier {
	flex: 1;
} */

.grid_real-content-metier {
	display: flex;
	flex-direction: row;
	gap: 5px;
	flex-wrap: wrap;
	width: calc(100% - 80px);
	display: inline;
}

.grid_real_more {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 170px;
	height: 170px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(50%, 50%);
	transition: width 0.5s, height 0.5s;
}

.mySwiper1 .swiper-slide:hover .grid_real_more {
	width: 1100px;
	height: 1100px;
}

.grid_real_more::before {
	content: "";
	width: 70%;
	height: 70%;
	position: absolute;
	background-color: #ffffff3d;
	transform: rotate(45deg);
	transition: background-color 0.5s;
}

.mySwiper1 .swiper-slide:hover .grid_real_more::before {
	background-color: #ffffff73;
}

.swiper-slide-content:after {
	content: "";
	width: 20px;
	height: 20px;
	-webkit-mask: url('/wp-content/uploads/2023/05/dropdown.svg') no-repeat;
	mask: url('/wp-content/uploads/2023/05/dropdown.svg') no-repeat;
	background-color: white;
	transform: rotate(-90deg);
	transition: right 0.4s ease;
	position: absolute;
    bottom: 20px;
	right: 9px;
	transition: 0.2s;
}

.mySwiper1 .swiper-slide:hover .swiper-slide-content:after {
	right: 5px;
}


.grid_real_item:hover .grid_real_more::before {
	right: 3px;
}

.grid_real_item_location {
	background-color: #ffffffb8;
	padding: 5px 10px;
	width: fit-content;
	top: 15px;
	position: absolute;
	right: 20px;
    display: flex;
	gap: 8px;
	align-items: center;
}

.grid_real_container .grid_real-content-location {
	color: var(--color_red);
	font-weight: 700;
}

.grid_real_container .grid_real-content-title {
	font-size: 1.4rem;
	text-align: center;
	padding: 5px 15px;
    min-height: 75px;
    display: flex;
    align-items: center;
	justify-content: center;
	margin-bottom: 15px;
    margin-top: -50px;
}

.grid_real_container .grid_real-content-metier {
	display: flex;
	justify-content: center;
	column-gap: 15px;
	width: 100%;
}

.grid_real_container .grid_real-content-metier .supertitle {
	margin-bottom: 0;
	text-align: center;
}

.grid_real_container .grid_real-content-desc {
	text-align: center;
	margin-top: 20px;
	font-size: 0.9rem;
    font-weight: 500;
}


@media screen and (max-width: 800px) {

	.grid_real_item {
		width: 100%;
	}

}

@media screen and (max-width: 767px) {

	.mySwiper1 .swiper-slide {
		width: 330px;
	}

	.mySwiper1 .swiper-slide-content {
		margin-right: 15px;
		margin-left: 15px;
	}

}

@media screen and (max-width: 480px) {

	.grid_real_item_content {
		padding: 0 20px 40px;
	}

	.grid_real_item_image img {
		aspect-ratio: 4/3;
	}

	.grid_real_container .grid_real-content-title {
		font-size: 1.3rem;
	}

}