@media (max-width: 1200px) {
	#bandeau .texte h1 {
		font-size:48px;
	}
}

@media (max-width: 990px) {
	
	#bandeau {
		background-image:none;
	}
	
	
	.row .mot:nth-child(1) {
		margin-top:20px;
	}
	.row .mot:nth-child(2) {
		margin-top:0;
	}
	.programme_titre .btn_1,
	.programme_titre .btn_2 {
		display:block;
		margin:0;
		margin-bottom:20px;
		width:fit-content;
	}
	footer.informations .plan img {
		width:100%;
	}
	
	.programme .date {
		text-align:center;
		margin-bottom:20px;
		background:none;
	}
	.programme .petit-dej {
		background:url(../img/cafe.png) no-repeat center bottom 15px;
		border:none;
	}
	.programme .matin {
		border:none;
	}
}


@media (max-width: 576px) {

	#bandeau {
		height:auto;
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	#bandeau .texte {
		padding:20px;
	}
	#bandeau .texte h1 {
		font-size:36px;
	}
	#bandeau .texte h4 {
		font-size:18px;
	}
	#bandeau .texte h2 {
		font-size:30px;
	}
	#bandeau .texte h3 {
		font-size:18px;
	}
	#bandeau a.inscription {
		margin-top:24px;
	}

}


@media (min-width: 576px) {
	footer.informations .row > div:first-child {
		padding-left:50px;
	}
}