/* BLOC - TIRE BOUTON IMAGE -------------------------------------------------------------------------------*/


.titre-bouton-image .container{
	display: grid;
	grid-template-columns: 1fr;
	margin-bottom: 180px;
	padding: 30px 1rem 0 1rem;
	grid-gap: 28px;
}

.titre-bouton-image .infos > div{
	padding-bottom: 1rem;
}

.titre-bouton-image .infos h1,
.titre-bouton-image .infos h1 span{
	color: #fff;
	font-size: xx-large;
	line-height: 57px;
	font-weight: 500;
}

.titre-bouton-image .infos h1 span:last-child{
	margin-bottom: 40px;
}

.titre-bouton-image .infos span{
	display: block;
}

.titre-bouton-image .infos .texte span{
	font-weight: 400;
	font-size: 24px;
}

.titre-bouton-image .infos .texte strong{
	font-weight: 700;
	font-size: 24px;
}

.titre-bouton-image .infos a{
	display: block;
	width: fit-content;
	color: #fff;
	font-size: 16px;
	background-color: #E83C40;
	padding: 19px 28px;
}

.titre-bouton-image figure{
	margin: 48px 0 -5rem 0;
}

.titre-bouton-image figure img{
	height: 100%;
	object-fit: fill;
	object-position: right;
}


@media screen and (min-width : 576px){
	.titre-bouton-image .infos h1,
	.titre-bouton-image .infos h1 span{
		font-size: 48px;
	}
}

@media screen and (min-width : 992px){
	.titre-bouton-image .container{
		grid-template-columns: 1.5fr 1fr;
	}

	.titre-bouton-image:not(.decalled){
		padding-top: 93px;
	}

	.titre-bouton-image:not(.decalled) .infos{
		margin-top: -3rem;
	}

	.titre-bouton-image.decalled .infos{
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 4rem auto;
	}

	.titre-bouton-image.decalled .infos > div{
		width: 160%;
		z-index: 1;
	}

	.titre-bouton-image .infos h1,
	.titre-bouton-image .infos h1 span{
		font-size: 72px;
		line-height: 86px;
	}

	.titre-bouton-image figure{
		margin: 0 0 -5rem 0;
	}

	.titre-bouton-image figure img{
		height: unset;
		max-height: 780px;
		max-width: 622px;
	}

	.titre-bouton-image:not(.decalled) figure,
	.titre-bouton-image:not(.decalled) figure img{
		height: 663px;
		object-fit: cover;
		object-position: center;
	}
}

@media screen and (min-width : 1200px){
	.titre-bouton-image.decalled .infos{
		margin: 5rem auto 9rem auto;
	}

	.titre-bouton-image:not(.decalled) .infos{
		margin: -5rem auto 4rem auto;
	}
}

@media screen and (min-width : 1400px){
	.titre-bouton-image.decalled .infos{
		margin: 8rem auto 12rem auto;
	}
	.titre-bouton-image.decalled figure img{
		height: 780px;
		width: 622px;
	}

	.titre-bouton-image:not(.decalled) figure,
	.titre-bouton-image:not(.decalled) figure img{
		height: 663px;
	}
}
