﻿
.bloc-l { padding:0px 85px 40px; }

/*#region Le bandeau titre*/

	body #contenu .bloc-h > .titre { background:#edecec url(/img/mentions/titre.png) no-repeat center bottom; }
		body #contenu .bloc-h > .titre .bloc-l {}

/*#endregion Le bandeau titre*/

/*#region Mentions*/

	/*Le conteneur du bloc de texte*/
	#contenu .mentions {
		font-size:0rem;
		text-align:left;
		margin:220px auto 0px; padding:80px 40px 40px 100px;
		min-height:300px;
	}

		#contenu .mentions > div {
			font-size:1.125rem; font-family:lato; font-weight:normal; color:#354555; line-height:120%;
			margin:0px; padding:0px 0px 30px 0px;
		}

			#contenu .mentions h1 {
				font-size:1.5rem; font-family:latolight; font-weight:100; color:#185c9e; line-height:120%;
				margin:0px; padding:0px 0px 5px 0px;
			}

			#contenu .mentions ul { margin:0px; padding:5px 0px 0px 30px; }
				#contenu .mentions ul li { position:relative; margin:0px; padding:5px; }
				#contenu .mentions ul li::before { position:absolute; content:"•"; color:#185c9e; left:-10px; }

				#contenu .mentions b { font-family:latobold; font-weight:normal; }

				#contenu .mentions a { color:#185c9e; text-decoration:underline; }

/*#endregion Mentions*/
 

/*#region RESPONSIVE */

@media all and (max-width: 1200px) {

	#global .bloc-h { padding-left:0px; padding-right:0px; }

	/*#region Le bandeau titre*/

		body #contenu .bloc-h > .titre { 
			display:table; 
			background-position:calc(50% - 200px) center;
		}

			body #contenu .bloc-h > .titre .bloc-l {
				display:table-cell;
				padding:20px 20px 20px calc(50% - 135px);
				vertical-align:middle;
			}

	/*#endregion Le bandeau titre*/

}

@media all and (max-width: 930px) {

	/*#region Le bandeau titre*/

		body #contenu .bloc-h > .titre { top:0px; position:relative; }

	/*#endregion Le bandeau titre*/

	/*#region Mentions*/

		/*Le conteneur du bloc de texte*/
		#contenu .mentions { margin-top:0px; }

	/*#endregion Mentions*/

}

@media all and (max-width: 639px) {
	
	#global .bloc-h,
	#global.pg-mentions .bloc-h {
		padding-left: 0px;
		padding-right: 0px;
	}

	.bloc-l { }

	/*#region Le bandeau titre*/

	body #contenu .bloc-h > .titre {
		background-image:url(/img/mentions/titre-320.png);
		background-position:left bottom;
		background-size:169px 45px;
	}
		body #contenu .bloc-h > .titre .bloc-l {
			padding:10px 20px 81px 20px;
			text-align:center;
			background-size:contain;
			vertical-align: bottom;
		}

	/*#endregion Le bandeau titre*/

	/*#region Mentions*/

		/*Le conteneur du bloc de texte*/
		#contenu .mentions {
			padding-top:40px;
			padding-left:10px;
			padding-right:10px;
		}

				#contenu .mentions ul { margin:0px; padding:5px 0px 0px 1em; }

	/*#endregion Mentions*/
 
}

/*#endregion RESPONSIVE */
