@import url('https://fonts.googleapis.com/css?family=PT+Serif');

:root {
	--title-color: #115f7a;
}

body {
	margin: 0;
	font-family: Calibri, Helvetica, sans-serif;
	background-color: white;
	font-size: 16px;
	color:black;
}

a, a:hover, a:focus {
	text-decoration: underline;
	text-decoration-style: dashed;
	color : #555;
}
a:hover, a:focus {
	color : #888;
}
a.nounderline {
	text-decoration: none;
}

header {
	font-size: 0;
	height: 300px;
	margin-bottom: 60px;
	background-color: white;
}
.square {
	display:inline-block;
	width:100px;
	height:100px;
}
.fill1 {
	width:100%;
	height:100%;
	background-color: rgba(81, 143, 171, 1);
}
.fill2 {
	width:66%;
	height:66%;
	margin:17%;
	background-color: rgba(81, 143, 171, 0.66);
}
.fill3 {
	width:40%;
	height:40%;
	margin:30%;
	background-color: rgba(81, 143, 171, 0.4);
}
.fill4 {
	width:20%;
	height:20%;
	margin:40%;
	background-color: rgba(81, 143, 171, 0.2);
}

h1 {
	font-size: 56px;
	padding: 110px 0 0 0;
	text-align: center;
	color: rgb(51, 133, 161);
	font-family: 'PT Serif', serif;
	width: 50%;
	line-height: 100%;
	margin: 0 auto;
	font-weight: bold;
	letter-spacing: -1px;
	transform: scale(1, 1.15);
}
h2 {
	font-size: 36px;
	color: rgb(51, 133, 161);
	font-family: 'PT Serif', serif;
}
h3 {
	font-size: 32px;
	color: rgb(51, 133, 161);
	font-family: 'PT Serif', serif;
}
h4 {
	font-style: italic;
	font-weight: normal;
	font-family: 'PT Serif', serif;
	color:#666;
	padding-left: 16px;
	margin: 25px 0 10px;
	line-height: 135%;
}
p {
	font-size: 16px;
	line-height: 2;
	margin: 0 0 16px;
}
.module p {
	margin-top: 22px;
	line-height: 1.75;
}

.droite {
	position: absolute;
	top:0;
	right:0;
}
.gauche {
	position: absolute;
	top:0;
	left:0;
}
.justify {
	text-align: justify;
}

.separateur {
	width: 90%;
	border-bottom: 1px solid #ccc;
	margin: 60px 20px 45px 0;
}

ol li {
	list-style: none;
}

.container-sidebar {
	position: sticky;
	top: 60px;
}
nav.sidebar {
	font-size: 0;
	width: 100%;
}
nav.sidebar ol {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-radius: 4px;
	padding: 0;
	margin: 0 0 0 41px;
	background-color: rgba(81, 143, 171, 0.07);
}
nav.sidebar ol li {
	border: 1px solid #bbb;
	border-top: none;
	border-left: none;
	cursor:pointer;
}
nav.sidebar ol li:last-child {
	border-radius: 0 0 4px 4px; 
}
nav.sidebar ol li.col {
	display: inline-block;
	width: 50%;
	border-left: none;
}
nav.sidebar ol li:hover {
	background-color: #bbb;
}
nav.sidebar ol li.active {
	background-color: #bbb;
}
nav.sidebar ol li a {
	padding: 14px;
	display: inline-block;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	width: 100%;
	height: 100%;
}

footer {
	background-color: #ccc;
	color: #333;
	margin-top: 60px;
	padding: 30px 4%;
	font-size: 0.8em;
}
footer > *:last-child {
	margin-bottom: 0;
}

.page {
	display: inline-block;
	padding: 15px;
	padding-right: 80px;
	vertical-align: top;
	background-color: white;
}

.plan-niveau1 li {
	font-weight: bold;
	margin-top: 16px;
}
.plan-niveau2 li {
	font-weight: normal;
	font-style: italic;
	margin-top: 12px;
	color:#333;

}

.clear {
	clear: both;
}

.texte-droite {
	text-align: right;
}

.bloc-extrait {
	/*height: 200px;*/
	background-color: #ddd;
	text-align: center;
	margin: 15px 0;
    color: black;
    overflow: hidden;
}
.bloc-extrait:hover {
	background-color: #bbb;
	-webkit-transition: all 300ms;
    transition: all 300ms;
}
.bloc-extrait h5 {
	font-size: 18px;
	line-height: 125%;
}
.bloc-extrait p {
	line-height: 125%;
	font-size: 15px;
}
.bloc-extrait:hover .bloc-extrait-image {
	transform: scale(1.075);
}
.bloc-extrait-image {
	transition: all .5s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bloc-extrait-contenu {
	padding: 30px 20px;
	width: 100%;
	height: 100%;
	background-color: rgba(225, 225, 225, 0.55);
	-webkit-transition: all 500ms;
    transition: all 500ms;
    min-height:180px;
}
.bloc-extrait-contenu:hover {
	background-color: rgba(240, 240, 240, 0.65);
	-webkit-transition: all 500ms;
    transition: all 500ms;
}
#extrait-acu {
	background-image: url(/memoire/img/acu-thumb.jpg);
}
#extrait-bww {
	background-image: url(/memoire/img/bww-thumb.jpg);
}
#extrait-civ {
	background-image: url(/memoire/img/civ-thumb.jpg);
}
#extrait-ac {
	background-image: url(/memoire/img/ac-thumb.jpg);
}
#extrait-avsr {
	background-image: url(/memoire/img/avsr-thumb.jpg);
}

.row {
	margin: 0;
}

.portrait-container {
	text-align: center;
}
.portrait {
	max-height: 300px;
	max-width: 100%;
	border-radius: 150px;
}

.encart-entete {
	width: 100%;
	border: 1px solid #bbb;
	border-radius: 4px;
	padding: 0;
	background-color: rgba(81, 143, 171, 0.08);
	margin-top: 22px;
}
.encart-entete a {
	display: block;
	width: 100%;
	padding: 8px;
	padding-left: 18px;
	text-decoration: none;
	color: black;
}
.encart-entete a:hover {
	background-color: rgba(81, 143, 171, 0.38);
	color: black;
}
.encart-entete a:focus {
	color: black;
}
.encart-corps {
	border: 1px solid #bbb;
	border-top: none;
	border-radius: 0 0 4px 4px;
	background-color: rgba(81, 143, 171, 0.06);
	padding: 1px 18px 18px 18px;
	margin-top: -2px;
}

.illustration {
	max-width: 70%;
	margin: 25px 15%;
	text-align: center;
}
.illustration img {
	max-width: 100%;
	max-height: 60vh;
	border: 1px solid #333;
}
.illustration p {
	text-align: center;
	color: #666;
	font-size: 13px;
	margin: 0;
	margin-top: 4px;
}

@media screen and (max-width: 1200px) {
	h1 {
		font-size: 4vw;
		padding: 50px;
		width: 60%;
	}
	h2 {
		font-size : 30px;
	}
	h3 {
		font-size : 26px;
	}
	.square {
		display:inline-block;
		width:50px;
		height:50px;
	}
	header {
		height: 150px;
		margin-bottom: 40px;
	}
	.page {
		padding-right: 40px;
	}
}
@media screen and (max-width: 900px) {
	h1 {
		font-size: 40px;
		padding: 50px;
		width: 100%;
	}
	h3 {
		font-size: 36px;
	}
	h4 {
		font-size: 24px;
	}
	p {
		font-size: 20px;
		margin: 0 0 22px;
	}
	.plan-niveau1 li {
		font-size: 20px;
	}
	.page {
		padding-right: 40px;
		padding-left: 30px;
	}
	nav.sidebar ol {
		margin: 0 30px;
	}
	.bloc-extrait {
		margin: 25px 0;
	}
	.bloc-extrait h5 {
		font-size: 22px;
		line-height: 125%;
	}
	.bloc-extrait p {
		line-height: 125%;
		font-size: 18px;
	}
	.bloc-extrait-contenu {
		padding: 70px 16vw;
	    min-height:240px;
	}
}

@media screen and (max-width: 991px) {
	/* col-md */
	.sidebar-container {
		position: static;
	}
}