#custom-text img{
	height: auto;
}

#header #_desktop_logo a{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#header .logo {
	max-width: 75%;
    height: auto;
}

.imgs-1{
	max-width: 70%;
    width: 70%;
    height:auto;
	z-index: 11;
	position: relative;
   	top: -55px;
   	left: -30px;
	border-radius: 10px;
}

.imgs-2{
	max-width: 50%;
    width: 50%;
    height:auto;
	z-index: 12;
	position: absolute;
   	top: 75px;
   	right: 30px;
	border-radius: 10px;
}

.imgs-3{
	width: 30%;
	max-width: 30%;
	height:auto;
	z-index: 12;
	position: relative;
   	top: 225px;
   	left: -140px;
	border-radius: 10px;
}

.imgs-4{
	width: 50%;
	max-width: 50%;
    height:auto;
	z-index: 11;
	position: absolute;
   	top: 50px;
   	right: 130px;
	border-radius: 10px;
	height: auto;
}

.uppercase{
	text-transform: uppercase;
}

.big-title{
	font-size: 2rem;
}

.carousel .carousel-item .caption .display-1{
	font-size: 2rem;
}

@media screen and (max-width: 480px) {
	/* Styles pour les petits téléphones */

	.big-title{
		font-size: 1rem;
	}

	.mt-3 {
		margin-top: 1rem !important;
	}

	.imgs-1{
		max-width: 70%;
		width: 70%;
		height:auto;
		z-index: 11;
		position: relative;
		top: -25px;
		left: -70px;
		border-radius: 10px;
	}
	
	.imgs-2{
		max-width: 45%;
		width: 45%;
		height:auto;
		z-index: 12;
		position: absolute;
		top: -25px;
		right: -5px;
		border-radius: 10px;
	}
	
	.imgs-3{
		width: 45%;
		max-width: 45%;
		height:auto;
		z-index: 12;
		position: relative;
		top: 25px;
		left: -75px;
		border-radius: 10px;
	}
	
	.imgs-4{
		width: 41%;
		max-width: 41%;
		height:auto;
		z-index: 11;
		position: absolute;
		top: 25px;
		right: 5px;
		border-radius: 10px;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	/* Styles pour tous les téléphones (portrait + paysage) */
	.big-title{
		font-size: 1rem;
	}

	.mt-3 {
		margin-top: 1rem !important;
	}

	.imgs-1{
		max-width: 70%;
		width: 70%;
		height:auto;
		z-index: 11;
		position: relative;
		top: -25px;
		left: -70px;
		border-radius: 10px;
	}
	
	.imgs-2{
		max-width: 45%;
		width: 45%;
		height:auto;
		z-index: 12;
		position: absolute;
		top: -25px;
		right: -5px;
		border-radius: 10px;
	}
	
	.imgs-3{
		width: 45%;
		max-width: 45%;
		height:auto;
		z-index: 12;
		position: relative;
		top: 25px;
		left: -75px;
		border-radius: 10px;
	}
	
	.imgs-4{
		width: 41%;
		max-width: 41%;
		height:auto;
		z-index: 11;
		position: absolute;
		top: 25px;
		right: 5px;
		border-radius: 10px;
		height: auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 1068px) {
	/* Styles spécifiques aux tablettes (dont iPad Mini, iPad Air, etc.) */
	/* Styles pour tous les téléphones (portrait + paysage) */
	.big-title{
		font-size: 1.2rem;
	}

	.mt-3 {
		margin-top: 1rem !important;
	}

	.imgs-1{
		max-width: 50%;
		width: 50%;
		height:auto;
		z-index: 11;
		position: relative;
		top: -25px;
		left: -150px;
		border-radius: 10px;
	}
	
	.imgs-2{
		max-width: 34%;
		width: 34%;
		height:auto;
		z-index: 12;
		position: absolute;
		top: -20px;
		right: 50px;
		border-radius: 10px;
	}
	
	.imgs-3{
		width: 35%;
		max-width: 35%;
		height:auto;
		z-index: 12;
		position: relative;
		top: 25px;
		left: -125px;
		border-radius: 10px;
	}
	
	.imgs-4{
		width: 34%;
		max-width: 34%;
		height:auto;
		z-index: 11;
		position: absolute;
		top: 25px;
		right: 65px;
		border-radius: 10px;
		height: auto;
	}
}