.athletes{
	width: 100%;
}
#liste_athletes_container , .block_athlete{
	margin: 0 !important;
	padding: 0 !important;
}
.mySlides_image{
	width: 62%;
    position: absolute;
    top: 10%;
    right: 17%;
}
.w3-modal{
	z-index: 99999 !important;
}
.closeModal{
	position: absolute !important;
	top: 11% !important;
    right: 3% !important;
    background: url(style_image/close_btn.png)no-repeat;
    background-size: 26px;
    cursor: pointer;
    height: 26px;
    width: 26px;
    z-index: 9999;
}

.block_athlete_images{
	clear:both;
	display: flex;
	flex-wrap: wrap;
	
}
.block_athlete_images .card-img-top{
	height: 350px !important;
    object-fit: cover !important;
}
.athletes h1.title{
	text-align:center;
	color:#c3253b;
}
.title_with_img_athelete{
	display: flex;
	align-items: center;
}
.title_with_img_athelete h1{
	padding-right: 10px;
}
.title_with_img_athelete #icon{
    background-size: 35px;
    width: 35px;
    height: 35px;
}

@media (max-width: 1163px) {
	.under_block{
		width: 33% !important;
	}
	
	#liste_athletes_container .card-img-top{
	    width: 100% ;
	}
}

@media (max-width: 1135px) {
	.block_athlete_images{
		display: flex;
		flex-wrap: wrap;
	}
	.card-img-top {
		display: flex !important;
		justify-content: center !important;
		margin: auto;
		padding: 0;
	}
	.under_block{
	    width: 50% !important;
		margin: 0px;
	}
}

@media (max-width: 579px) {
	.block_athlete_images{
		flex-direction: column;
		margin:0px !important;
	}
	.under_block {
		width: 100% !important;
	}
	.card-img-top{
		width: 100% !important;
	}
	.athletes{
		margin: 0 !important;
		padding: 0 !important
	}
}