.row .col {
	padding: 1.5rem;
	padding-bottom: 0px;
	padding-top: 0px;
}
.bandeau {
	margin: auto;
}
@media only screen and (max-width: 600px) {
	div.don-royal-blue {
		margin-top: 20px;
	}	
	.bandeau {
		content: url(/img/Bandeau-saumon_h100.png);
		height: 100px;
		width: 538px;
	}
}
@media only screen and (min-width: 601px) {
	.bandeau {
		content: url(/img/Bandeau-saumon_h150.png);
		height: 150px;
		width: 807px;
	}
}
@media only screen and (min-width: 992px) {
	.bandeau {
		content: url(/img/Bandeau-saumon_h200.png);
		height: 200px;
		width: 1075px;
	}
}

h1 {
	font-size: 3rem;
	text-transform: uppercase;
}
h2 a {
	font-size: 100%;
	color: #0C3C7C;
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
}

p, ul {
	margin-top: 0.5em;
	margin-bottom: 0em;
	font-size: 1.2rem;
	text-align: justify;
}
ul.rotary {
	margin-left: 20px;
	font-size: 1.4rem;
	color: #C10042; 
	font-weight: bold; 
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
}
ul.rotary li {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 1.2rem;
}
ul.pointretrait {
	margin-top: 0rem;
	margin-left: 30px;
	font-size: 1.2rem;
	color: #0C3C7C;
}
ul.pointretrait li {
	list-style-type: unset;
	margin-left: 30px;
	margin-top: 0rem;
}


div.legs {
	display: inline-block;

	font-size: 1rem;
	font-weight: bold;

	color:  #0C3C7C;
	padding: 5px;
	border-radius: 5px;
	text-align: center;

	border: 2px solid #0C3C7C;
}


/* Nouvelle version */

img.colgauche {
	margin-top: 30px;
	width: 100%;
}
legend.colgauche {
	font-style: italic;
	text-align: justify;
	font-size: 1rem;
}
p {
	text-align: justify;
}
p a {
	color: #0C3C7C;
	font-size: 1em;
	font-weight: bold;
}
p a:hover {
	background-color: #0C3C7C;
	color: white;
	font-size: 1em;
}

p.info {
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
	font-size: 2rem;
	color: #0C3C7C;
	font-weight: bold;
	line-height: 1.0;
}
p.info span.rouge {
	font-size: 1.5rem;
	color: #C10042;
}
p.lienvideo {
}
p.lienvideo a {
	color: black!important;
	font-size: 1.8rem!important;
	font-weight: bold;
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif!important;"
}
p.lienvideo a:hover {
	background-color: unset;
}
div.ancrage {
	position: relative;
	width: 100%;
	padding: 0;
}
div.pub {
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
	position: absolute;
	right: 0px;
	top:  0px;
	padding-top: 15px;
	background-color: #0C3C7C;
	text-align: center;
	color: white;
	font-size: 1rem;
	font-weight: 900;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	line-height: 1.5rem;
}
div.pub::first-line {
	font-size: 2rem;
}
div.pub sup {
	font-size: 1rem;
	top:  -0.8em;
}
div.pub12 {
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
	position: absolute;
	right: 0px;
	top:  -20px;
	padding-top: 40px;
	background-color: #0C3C7C;
	text-align: center;
	color: white;
	font-size: 1.5rem;
	font-weight: 900;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	line-height: 1.3rem;
}
div.pub12 sup {
	font-size: 1rem;
	top:  -0.5em;
}
@media only screen and (max-width: 600px) {
	h1 {
		font-size: 1.8rem;
		width: 70%;
	}
	p, ul {
		margin-top: 0.5em;
		margin-bottom: 0em;
		font-size: 1rem;
	}
	.row .col {
		padding: 0.3rem;
	}
	legend.colgauche {
		font-size: 0.8rem;
	}
	p.info {
		font-size: 1.3rem;
		line-height: 1.0;
	}
	p.info span.rouge {
		font-size: 1.1rem;
	}
	div.pub {
		top:  20px;
		padding-top: 10px;
		font-size: 0.8rem;
		width: 50px;
		height: 50px;
		line-height: 1.2rem;
	}
	div.pub::first-line {
		font-size: 1.5rem;
	}
	div.pub sup {
		font-size: 0.8rem;
		top:  -0.8em;
	}
	div.pub12 {
		right: 0px;
		top:  -10px;
		padding-top: 30px;
		font-size: 1.2rem;
		font-weight: 900;
		border-radius: 50%;
		width: 100px;
		height: 100px;
		line-height: 1.1rem;
	}
	div.pub12 sup {
		font-size: 0.8rem;
		top:  -0.5em;
	}
}
