/** HTML5 for older browsers **/

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	width: 100%;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	height: 100%;
	font-size: 100%;
}

body {
	line-height: 1;
	width: 100%;
	font-family: Cambria, Myriad Pro,Arial;
	position: relative;
	margin: 0px;
	padding: 0px;
	background: url("images/header_bg.png") repeat top center;
	font-size: 14px;
}

hr {
	color: #05054F;
}

@font-face {
	font-family: Misses;
	src: url('Misses.otf');
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.row {margin: 0px;}

/** CONTENER **/

.contener {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/** HEADER **/

.header {
	background-color: white;
	height: 160px;
	width: 100%;
	max-width: 964px;
	/*margin-top: 10px;*/
	/*position: relative;*/
	z-index: 100;
	border: thick double #05054F; /* bleu foncé */
	margin: auto;
}

.header .logo {
	width: 156px;
	height: 138px;
	background: url("images/logo.png") no-repeat;
	display: block;
	/*position: absolute;*/
	top: 10px;
	left: 10px;
	overflow: hidden;
	text-indent: -999px;
}

.header .logo_text {
	width: 100%;
	max-width: 293px;
	height: 150px;
	background: url("images/logo_name.png") no-repeat center center;
	position: absolute;
	display: block;
	top: 30px;
	text-indent: -999px;
	margin: 0 0 0 150px;
}

/** MENU HORIZONTAL **/

.header .menu {
	position: absolute;
	top: 40px;
	margin-left: 450px;
	z-index: 99;
	font-family: "Misses";
}

.header .menu ul.principal li.principal_li {
	float: right;
	display: block;
	height: 50px;
	line-height: 73px;
	padding: 0 10px;
	color: #05054F;
	font-size: 25px;
	font-weight: bold;
}

.header .menu ul.principal li.principal_li .principal_txt {
	display: block;
	width: 100%;
	height: 100%;
	color: #05054F;
	font-size: 25px;
	font-weight: bold;
}

.header .menu ul.principal li.principal_li a.principal_txt {
	cursor: pointer;
	border-bottom: 2px solid #05054F;
}

.header .menu ul.principal li.principal_li .principal_txt:hover {
	color: #720001; /* rouge foncé */
	border-bottom: 0px;
}

.header .menu .sub {
	display: none;
	right: 0px;
	height: 19px;
	position: relative;
	line-height: 21px;
	margin-top: 3px;
}

.header .menu .sub li {
	border: 1px solid #05054F;
	margin-bottom: -1px;
	background-color: white;
	list-style-type: none;
}

.header .menu li:hover .sub,
.header .menu .sub:hover {
	display: block;
	margin-left: -45px;
}

.header .menu ul.principal li.principal_li .sub a {
	/*display: inline;/**/
	color: #05054F;
	font-weight: normal;
	font-family: Cambria, Myriad Pro, Arial;
	font-size: 12px;
	cursor: pointer;
	margin: 5px;
}

.header .menu ul.principal li.principal_li .sub a:hover {
	color: #720001;
}

/** CONTENT **/

.content {
	position: relative;
	width: 100%;
	max-width: 964px;
	margin: 10px auto;
	margin-top: -2px;
	background-color: white;
	z-index: 90;
	border: thick double #05054F;
}

.content .content-in {
	position: relative;
	background-color: white;
	color: #05054F;
}

/** CONTACT **/

.contact {
	margin-top: 30px;
}

.contact p {
	text-align: justify;
	line-height: 18px;
}

.contact table {
	margin-bottom: 1em;
}

.contact table tr td {
	padding: 10px 0;
	vertical-align: middle;
}

.contact table tr td:first-of-type {
	padding-right: 20px;
	width: 100px;
	text-align: center;
}

.contact table i {
	font-size: 30px;
}

.contact .field {
	width: 100%;
	margin-bottom: 20px;
}

.contact .field input,.contact .field textarea{
	width: 100%;
	border: 1px solid #000000;
	padding: 6px;
}

.contact .field textarea {
	height: 10em;
}

.contact .submit {
	border-radius: 5px;
	white-space: nowrap;
	color: #05054F;
	background-color: #ae002b;
	border-color: #800020;
	border-bottom: 4px solid #a40028;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 400;
	cursor: pointer;
	float: right;
}

.contact .submit {
	display: inline-block;
	padding: 8px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 5px;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #05054F;
	background-color: #890405;
	border-bottom: 4px solid #b51e1f;
	transition: all 0.3s ease 0s;
	font-size: 20px;
}

.contact .submit:hover, .contact .submit:focus {
	color: #05054F;
	text-decoration: none;
	color: #05054F;
	background-color: #890405;
	border-color: #5e0304;
}

/** HOME : ACTUALITES **/

.home_actu {
	margin: 0px 15px;
	padding-bottom: 16px;
	padding-top: 10px;
	border-bottom: 1px solid #720001;
	background-color: white;
}

.home_actu .media {
	width: 110px;
	height: 88px;
	float: left;
}
.home_actu .media.middle {
	margin-right: 50px;
	margin-left: 50px;
}

.home_actu h1 {
	color: #720001;
	font-size: 25px;
	/*margin: 1em;/**/
	margin-bottom: 10px;
	font-family: "Misses";
}
.home_actu .icon {
	margin-right: 10px;
	font-size: 33px;
	color: #05054F;
	float: left;
}
.home_actu em {
	color: #7F7F7F;
	font-size: 12px;
	font-style: italic;
}
.home_actu p {
	margin-top: 1em;
	text-align: justify;
	/*font-size: 13px;*/
	line-height: 18px;
}
.home_actu a {
	/*font-size: 13px;*/
}

/** ACTUALITES **/
 
.actu {
}

.actu h1 {
	padding: 0px !important;
	margin: 0px !important;
	border: 0px !important;
	position: absolute !important;
	color: #4A371F !important;
	left: 50% !important;
	margin-left: -380px !important;
	display: block !important;
	width: 300px !important;
	text-align: right !important;
	margin-top: 30px !important;
	font-size: 50px !important;
}

.timeline .timeline-items a {
    color: #720001; /*#1759a2;*/
}

.timeline .timeline-items .timeline-item .animated .fadeInRight .inverted li {
	padding-left: 15px;
}

/** HOME : MAIN **/

.home_main {
	padding-top: 20px;
	text-align: justify;
	line-height: 18px;
	border-bottom: 1px solid #720001;
	margin: 0px 15px;
}
.home_main h2 {
	color: #05054F;
	font-size: 24px;
	margin-bottom: 1em;
	font-family: "Misses";
}
.home_main h3 {
	color: #05054F;
	text-align: left;
	font-size: 24px;
	margin-bottom: 10px;
	font-family: "Misses";
}

.home_main .col-6 h2 {
	color: #720001;
	text-align: center;
	font-size: 25px;
	margin: 1em;
	font-family: "Misses";
}
.home_main .col-12 h2 {
	color: #720001;
	text-align: center;
	font-size: 25px;
	margin: 1em;
	font-family: "Misses";
}

.home_main a {
	color: #4F311D;
	text-decoration: none;
}

.home_main a:hover {
	color: #000000;
	text-decoration: underline;
}


/** MENTIONS LEGALES **/

.mentions {
	text-align: justify;
}

.mentions h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
}

/** PROJET MRF **/

#portraits-miss {
	text-align: center;
}

#portraits-miss h3 {
	text-align: center;
}

#portraits-miss div {
	display:inline-block;
}

#portraits-miss p {
	text-align: center;
}

#portraits-miss p.desc {
	text-align: left;
	width: 400px;
	word-wrap: break-word;
}

#portraits-miss label {
	color: #05054F;
	text-align: left;
	font-size: 24px;
	font-family: "Misses";
}

#portraits-miss button {
	color: #05054F;
	/*text-align: left;/**/
	font-size: 30px;
	font-family: "Misses";
	border: 2px solid #05054F;
	padding: 10px;
	margin-bottom: 20px;
}

#portraits-miss button:hover {
	cursor: pointer;
}

.miss {
	padding: 20px;
	margin: 20px 0px;
	border-left: 1px dotted #05054F;
	border-right: 1px dotted #05054F;
}

/*** FOOTER ***/

.content_bottom {
	width: 100%;
	line-height: 32px;
	font-size: 12px;
	color: #05054F;
	text-align: center;
}

.content_bottom div {
	border-top: 1px solid #05054F; /* bleu foncé */
	margin: 0 auto;
	width: 75%;
}

.home_actu a,
.content_bottom a {
	color: #05054F; /* bleu foncé */
	text-decoration: none;
}

.home_actu a:hover,
.content_bottom a:hover {
	color: #720001; /* rouge foncé */
	text-decoration: underline;
}

/** RESPONSIVE DESIGN **/

/* Images */
img,
.img-responsive {
	max-width: 115%;
	height: auto;
	margin: 0 auto;
}

.lb-data .lb-caption {
	color: white;
}

.lightbox .lb-image {
    border: 0px solid white;
}

/* Smartphones */
@media (max-width: 767px) {
	body {
		font-size: 12px;
	}
	.header {
		height: 250px;
	}
	.header .menu {
		top: 150px;
		margin-left: 0px;
	}
	.home_main h1 {
		font-size: 20px;
	}
	.home_main h2 {
		font-size: 18px;
	}
	.home_main h3 {
		font-size: 16px;
	}
	.home_main li {
		margin-left: 10px;
	}
	#resp-col {
		max-width: 100%;
		flex: 0 0 100%;
	}
	img,
	.img-responsive {
		max-width: 60%;
		height: auto;
		margin: 0 auto;
	}
}

/* Tablettes */
@media (min-width: 768px) and (max-width: 964px) {
	body {
		font-size: 13px;
	}
	.header {
		height: 250px;
	}
	.header .menu {
		top: 150px;
		margin-left: 0px;
	}
	.home_main h1 {
		font-size: 22px;
	}
	.home_main h2 {
		font-size: 20px;
	}
	.home_main h3 {
		font-size: 18px;
	}
	.home_main li {
		margin-left: 15px;
	}
	img,
	.img-responsive {
		max-width: 85%;
		height: auto;
		margin: 0 auto;
	}
}