/* Général */

.bgBleuPale {
	background-color: #cbe2e9 !important;
}

a.lien {
	max-width: 100% !important;
}


/* Layout  */

/* Intro */

img.img-intro {
	width: 440px;
}

#reparation h1 {
	margin-left: 4rem;
	margin-top: 13rem;
	font-size: 46px;
}

#reparation h1 span.sous-titre {
	color: #eff1f6;
	font-size: 46px;
	top: 70px;
	left: 17px;
	text-transform: none;
}

#reparation h1 span:not(.sous-titre) {
	position: relative;
	color: #143465;
	background-color: #cbe2e9;
	padding: 0 18px 5px 18px;
	font-weight: bold;
}


section#intro {
	background-color: #143465;
	background-repeat: no-repeat;
}

/* Contenu */

.bloc h4 {
	font-size: 1.25em;
	font-weight: bold;
}

.bloc h5 {
	font-size: 1.15em;
}


#reparation div.bloc ul {
	margin-left: 0;
	padding-left: 2.25rem;
}

#reparation div.bloc ul li {
	position: relative;
}

#reparation div.bloc ul li:before {
	content: "";
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAYAAABWk2cPAAAACXBIWXMAAAsSAAALEgHS3X78AAACZklEQVRIib3XP2gTYRzG8W+OQiFLM5jADb6XUVGorqLXjHayxSF1sXGw2C1zhlCKFAeHbIoOtoKgk81UO5nEuRDB3d4NCTQiidBgpji87x3p9XL35lp8IEPuz/t533sv7/tLajweE5eW280ABfW5FXJJG2gADVuY/bj2UlFoy+3mgS1gBViI7R0MgH1gyxbm8cxoy+2WFaiDheFbtjBrWqh6lLvAgwRYMHWgFHzkZ1AFNoDFSwC9fAcKk7ARuKCmAw6HI968OmA4HOmgi6pdP/5IW253BfisA+5sf8R1eggry8bmMsLK6eBPbGHughrpxDzGZnj6l1+9PwC4To+d7U+4zonOrTXl+I+3hOZbeiW7QKVaJJ2el50YjnThBaA8iZZ1QC/CylGpFhFWdla4BJBqOp088HMW1Mvk/AKk0/OqM5FzfNtALm2JIpG1WUdcMIB8UjQhnEk1nc4usB529vGjlxfpD0+f3efe0s3g4fqFRxqVw4OjsMOZOeSytxR29tr1q9rAYHBKt/Pb/y6sLJXqWtil7bmohirVohb4rfmDt6+/nAO933IgfQM50sQJgnftGzx/sT4NBGgbyF3/0sCNzeW42xqG2nLq/wms28Lse8tg6A4/LYcHR0lA3zEAbGE2gKbOXa5zwof3X5OATeWc2cRLyNomMsLKsfrwzqzgQLUPnC9XtDZykHMastpMy6otzP1QVMEl4J1uaxrxK4apqIILyPo1SfnpZQCsePM4mWBhBvgvVh7YSwjuAfkwEGIqfPCr/DKyyrciLnWQT6cWVd1roSEdyCP/z2SAPnJFO46DJvMPdn0PnAnG4gsAAAAASUVORK5CYII=);
	width: 25px;
	height: 25px;
	position: absolute;
	background-size: 25px 25px;
	left: -20px;
}


/* Éléments de contenus  */

#c24569 p {
	font-size: 1.15em !important;
	line-height: 1.35em !important;
	font-weight: 500;
}

#c24570 .bloc {
	margin-top: 1rem;
	margin-bottom: 3rem;
}


/* Responsive */

@media (max-width: 1199px) {

	/* ************** */
	section#intro {
		height: 400px;
	}

	img.img-intro {
		width: 385px;
		margin-left: 0;
		margin-top: 1rem;
	}

	#reparation h1 {
		margin-left: 2rem;
		margin-top: 12.5rem;
		font-size: 44px;
	}

	#reparation h1 span.sous-titre {
		font-size: 44px;
		top: 67px;
	}

	/* ************** */


}

@media (min-width: 992px) {}

@media (max-width: 991px) {

	section#intro {
		height: 340px;
	}

	img.img-intro {
		width: 320px;
		margin-left: -1.5rem;
		margin-top: 1rem;
	}

	#reparation h1 {
		margin-top: 10.5rem;
		font-size: 38px;
	}

	#reparation h1 span.sous-titre {
		top: 60px;
		font-size: 38px;
	}

}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 768px) {
	section#intro .col-md-4 {
		flex: 0 0 auto;
		width: 40%;
		padding: 0;
	}

	section#intro .col-md-8 {
		flex: 0 0 auto;
		width: 60%;
		padding: 0;
	}
}

@media (max-width: 767px) {

	section#intro {
		height: auto;
	}

	img.img-intro {
		display: block;
		width: 90%;
		max-width: 450px;
		margin: 0 auto;
	}

	#reparation h1 {
		font-size: 42px;
		margin-top: 1rem;
		margin-bottom: 5rem;
	}

	#reparation h1 span.sous-titre {
		font-size: 42px;
		top: 64px;
	}

	section#intro .col-md-4 {
		position: relative;
	}

	.bloc,
	#c24501,
	#c24512,
	#c24515 {
		margin-left: -1rem;
		margin-right: -1rem;
	}

	#c24483 .bloc {
		margin-top: 0.5rem;
	}
}

@media (max-width: 599px) {

	#reparation h1 {
		font-size: 36px;
		margin-left: 1rem;
	}

	#reparation h1 span.sous-titre {
		font-size: 36px;
		top: 58px;
	}

}

@media (max-width: 467px) {
	#reparation h1 span.sous-titre {
		left: 11px;
	}

	#reparation h1 span:not(.sous-titre) {
		padding: 3px 12px 4px 12px;
	}
}

@media (max-width: 420px) {

	#reparation h1 {
		font-size: 30px;
		margin-bottom: 4.5rem;
	}

	#reparation h1 span.sous-titre {
		font-size: 30px;
		top: 52px;
	}
}

@media (max-width: 359px) {

	#reparation h1 {
		font-size: 30px;
		margin-bottom: 4.5rem;
	}

	#reparation h1 span.sous-titre {
		font-size: 28px;
		top: 52px;
	}
}


/* ///////// */


#c21916 .bloc {
	margin-top: 0;
}

#c21916 .bloc {
	background: #E2E6EC;
	border: 0;
	box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.1);
	margin-bottom: 0;
}

div.tiroir2Col {
	padding-left: 30px;
	padding-right: 80px;
}

div.tiroir2Col h3 {
	font-size: 1.2em;
	line-height: 1.25em !important;
}

div.conteneurTiroir2Col>.row>.col-md-6:first-child .tiroir2Col {
	border-right: 1px solid #eaeaea;
}

div.collapse> :last-child {
	margin-bottom: 0;
}