
/*** NORMALIZE ******************************************************************************************************/

*{
	outline: none;
}

html{
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

body{
	margin: 0;
	text-align: left;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Playfair Display', serif;
	position: relative;
	margin: 0;
	font-weight: normal;
	font-weight: 700;
	line-height: normal;
}
h1 {
	font-size: 20px;
	margin: 10px 0;
}
h1 span, h2 span {
	font-weight: 400;
}
h2 span {
	font-weight: 400;
	margin: 0 10px 0 0;
}
h2 {
	font-size: 40px;
	line-height: 40px;
}
h3 {
	font-size: 20px;
	font-weight: 500;
}
img{
	border: 0;
}

a{
	background-color: transparent;
	text-decoration: none;
}

blockquote{
	float: left;
	width: 100%;
	margin: 5px 10px;
}

.catherine {
    background-position: left bottom;
}

/*** CSS ************************************************************************************************************/

html, body{
    /* [disabled]font-family: 'Poppins', sans-serif; */
    font-family: 'Playfair Display', serif;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    text-align: left;
    background: #fff;
}
header, main, .nom, section, h2, .centre, .picto, footer, .btn-b, .col, .menu-h, a, .menu-h span, .wrap, .bas, nav, nav ul, nav ul li, article, .txt, .langue-wrap, .langue-bloc, .langue, .gauche {
	display: -webkit-flex;
	display: flex;
}
header, main, .nom, section, .centre, .picto, footer, .btn-b, .col, .menu-h, nav, nav ul,  nav ul li, article, .txt, .bas, .langue-bloc, .gauche {
	box-sizing: border-box;
}
section, main, footer, .wrap, .picto, article, .langue-wrap, .langue-bloc, nav ul {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col, .txt, .langue-bloc, #pres article{
	-webkit-flex-direction: column;
	flex-direction: column;
}
.langue-bloc, #pres {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
header, main, footer .wrap, .menu-h, nav ul li, #pres article {
	-webkit-align-items: center;
	align-items: center;
}
.txt {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.bas {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
main, header, section, footer, nav, nav ul, nav ul li, #pres, #romans .wrap, #page #fiche, #page #fiche article, .gauche .wrap  {
	-webkit-justify-content: center;
	justify-content: center;
}
header, .burger, nav, a{
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.nom, .menu-h a, .burger, .plus, .simply, footer .col a, .reseau, .photo, .menu-h a span, #romans a, .picto, .langue, .langue-fl {
	background-repeat: no-repeat;
}
.burger, .photo, #romans a, .picto, .langue, .langue-fl {
	background-position: center center;
}
#romans a{
	background-size: cover;
}
.reseau, .photo, .menu-h a span, .picto {
    background-size:contain;
}
.rond {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
header {
	height: 80px;
	position: fixed;
	top: 0;
	z-index: 200;
	width: 100%;
	background: #fff;
}
.nom {
	font-family: 'Playfair Display', serif;
	position: fixed;
	left: 20px;
	top: 20px;
	z-index: 20;
	font-size: 36px;
	line-height: 35px;
	background-image: url("../images/logos/logo.svg");
	font-weight: 700;
	color: #000;
    letter-spacing: 1px;
}
.nom br {
	display: none;
}
.nom::after { 
	width: 2000px;
	height: 8px;
	bottom: -20px;
	right: 0;
	background: #B68E48;
}
.menu-h {
	position: fixed;
	right: 80px;
}
.menu-h a{
	height: 30px;
	width: 30px;
	margin: 0 15px;
}
.langue-wrap {
	position: fixed;
	top: 27px;
	right: 20px;
	cursor:pointer;
	margin: 0 0 0 20px;
}
.langue-bloc {
	box-sizing: border-box;
	width:32px;
	height:26px;
	overflow:hidden;
	background-color:#fff;
	border:0px;
}
.langue {
	width: calc(100% - 10px);
	height: 14px;
	margin: 5px;
	background-size: 100% 100%;
	cursor:pointer;
}
.langue-fl {
	box-sizing: border-box;
	width:16px;
	height:26px;
	background-color:#fff;
	background-image:url(../images/pictos/langue.svg);
	background-size: 50% 50%;
}
nav{
    position: fixed;
	padding: 80px 0 0;
	top: 0;
	width: 100%;
	z-index: 100;
	text-transform: uppercase;
	background-color: #fff;
}
body.min nav {
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
}
nav ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
nav ul li{
    height: 50px;
    padding: 10px 30px;
    line-height: normal;
    font-weight: 400;
    /* [disabled]font-size: 15px; */
    font-size: 17px;
    cursor: pointer;
}
nav ul li a{
    color: #000;
}
nav ul li:hover a, nav ul li.active a {
	color: #C9542C;
}
.burger {
	display: none;
    position: fixed;
	cursor: pointer;
	top: 80px;
    height: 40px;
    width: 100%;
	z-index: 300;
	background-image: url("../images/pictos/nav.svg");
	background-size: 30px;
	background-color: #fff;
	box-shadow: 0 10px 7px -5px rgba(0,0,0,0.3);
}
body.min .burger {
}
.col {
	position: relative;
	padding: 50px 80px;
	margin: 40px 0 0;
	font-size: 16px;
	text-align: left;
}
main {
	position: relative;
	margin: 150px 0 0;
	overflow: hidden;
}
section {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 10;
}
.photo {
	position: relative;
	width: 100%;
}
.txt {
	position: relative;
}
#pres, #page #fiche {
	height: auto;
	margin: 0 0 100px;
}
article {
	position: relative;
	z-index: 10;
}
.nom::after, #pres::after, #pres article::after, #romans::after, #romans h2::after, #page #fiche::after, #page #fiche article::after, .centre h2::after, .gauche h2::after { 
	position: absolute;
	content: "";
	z-index: -1;
}
#pres::after, #pres article::after, #page #fiche::after, #page #fiche article::after{ 
	width: 100%;
	height: 500px;
	top: 100px;
	background: #c9552c;
background: -moz-linear-gradient(top,  #c9552c 0%, #842529 100%);
background: -webkit-linear-gradient(top,  #c9552c 0%,#842529 100%);
background: linear-gradient(to bottom,  #c9552c 0%,#842529 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9552c', endColorstr='#842529',GradientType=0 );

}
#romans::after{ 
	width: 50%;
	height: 100%;
	top: 100px;
	left: 0;
	/*background:rgba(182,142,72,1.00);*/
}
#pres article, #page #fiche article {
	flex: 1;
}
#pres article:last-child {
	max-width: 550px;
}
#page #fiche article {
	max-width: 1000px;
	padding: 0 0 150px;
}
#pres article:first-child {
	max-width: 700px;
    /* [disabled]font-family: 'Poppins', sans-serif; */
	margin: 0px;
}
#pres article:first-child .photo, #page #fiche article .photo {
	width: 443px;
	height: 650px;
	margin: 30px 50px 0;
	-webkit-box-shadow: 20px 20px 20px 0 rgba(0,0,0,0.3);
	box-shadow: 20px 20px 20px 0 rgba(0,0,0,0.3);
}
#pres article:last-child .photo {
	width: 100%;
	margin: 150px 0 0;
	height: 450px;
	background-position: center bottom;
}
#pres article:first-child h2, #page #fiche article h2 {
	color: #b68e48;
	font-size: 30px;
}
#pres article:first-child h3, #page #fiche article h3 {
	margin: 0 0 10px;
}
#pres article:first-child .txt, #page #fiche article .txt {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#ffffff',GradientType=0 );
}
#pres article:first-child .txt{
	position: relative;
	right: 0;
	width: 330px;
	padding: 30px;
}
#page #fiche article .txt {
	position: relative;
	top: 150px;
	right: 0;
	flex: 1;
	padding: 30px;
	min-width: 300px;
}
#pres article:last-child .txt{
	padding: 0 30px;
	max-width: 600px;
}
#pres article:first-child .wrap, #page #fiche article .wrap {
	margin: 20px 0 0;
}
.wrap {
	width: 100%;
}
#pres article:first-child .wrap {
	width: auto;
}
#pres article:first-child a, #page #fiche article a {
	color: #fff;
	font-size: 12px;
	margin: 1px;
	text-transform: uppercase;
	padding: 0 10px;
	background: #b68e48;
	border: 1px solid #b68e48;
}
#pres article:first-child a:hover, #page #fiche article a:hover {
	color: #b68e48;
	background: #fff;
}
#romans, .centre, .gauche {
	padding: 0 30px 100px;
}
#romans h2 {
	margin: 0 0 100px;
}
.centre h2, .gauche h2 {
	margin: 0 0 50px;
}
#romans h2::after, .centre h2::after, .gauche h2::after {
	width: 2000px;
	height: 8px;
	bottom: -18px;
	background: #c9552c;
}
#romans .wrap a {
	width: 280px;
	height: 413px;
	margin: 20px;
	-webkit-box-shadow: 20px 20px 20px 0 rgba(0,0,0,0.3);
	box-shadow: 20px 20px 20px 0 rgba(0,0,0,0.3);
}
#romans .wrap a:hover {
	border: 0 solid #fff;
	-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0);
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0);
}
.voir {
	width: 50%;
	margin: 0 0 0 50%;
	padding: 30px;
	text-transform: uppercase;
	color: #b68e48;
}
.voir:hover {
	color: #c9552c;
}
.voir .picto {
	background-image: url("../images/pictos/fleche.svg");
}
.voir:hover .picto {
	background-image: url("../images/pictos/fleche-roll.svg");
}
.picto {
	width: 30px;
	height: 30px;
	margin: 0 0 0 10px;
}
footer {
	position: relative;
	z-index: 10;
    line-height: 20px;
	text-align: left;
	color: #fff;
	background: #000;
}
footer .col {
	margin: 50px 0;
	padding: 0 50px;
    font-size: 12px;
}
footer .col .wrap .col {
	padding: 0;
	margin: 0;
	border-right: 0;
}
footer .col .wrap .col:first-child {
	margin:  0 50px 0 0;
}
footer .col:nth-child(3) {
	border-right: 0;
}
footer .col a{
    font-size: 12px;
	color: #ccc;
	height: 20px;
	margin: 10px 0 0;
}
footer .col a:hover, footer .col:nth-child(3) a:hover {
	color: #fff;
}
footer .col:nth-child(3) a {
	padding: 0 0 0 40px;
	color: #ccc;
	background-size: auto 20px;
	background-position: left center ;
}
footer h3 {
	font-weight: 600;
	color: #B68E48;
    font-size: 15px;
    margin: 0 0 10px;
}
.bas {
	width: 100%;
	background: #222;
	text-align: right;
	padding: 10px;
}
.bas a {
	margin: 0 30px 0 0;
	color: #999;
    font-size: 11px;
}
.simply {
	padding: 0 87px 0 0;
	background-image:url("../images/logos/simplyweb.png");
	background-size: auto;
	background-position: center right;
}
.centre {
	max-width: 700px;
	text-align: center
}
.info {
	color: #c9552c;
	margin: 0 20px 0 0;
	font-weight: 500;
}
.gauche .txt {
	flex: 1;
	max-width: 600px;
	min-width: 300px;
}
.gauche .photo{
	width: 393px;
	height: 393px;
}
/********************************************************************************************************************/
/********************************************************************************************************************/
@media (max-width: 1200px){
}
/********************************************************************************************************************/
/********************************************************************************************************************/
@media (max-width: 1024px){
	.burger {
		display: -webkit-flex;
		display: flex;
	}
	nav{
		top: -200%;
		margin: 120px 0 0;
		height: calc(100% - 120px);
		overflow: auto;
	}
	nav ul {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-content: flex-start;
		align-content: flex-start;
		min-height: 100%;
		width: 100%;
	}
	nav ul li{
		width: 100%;
		font-size: 20px;
		height: 70px;
	}
	#pres article:last-child {
		width: 445px;
	}
	#pres article:last-child .photo {
		height: 400px;
		margin: 200px 0 0;
	}
	.col {
		width: 300px;
	}
	.voir {
		width: auto;
		margin: 0;
		background-color: #fff;
	}
	footer{
		-webkit-flex-direction: column;
		flex-direction: column;
		height: auto;
	}
	footer, footer .col {
		-webkit-align-items: center;
		align-items: center;
	}
	footer .col {
		margin: 0;
		width: 100%;
		padding: 30px;
		border-right: 0;
		text-align: center
	}
	footer .col a {
		text-align: center;
		justify-content: center;
		padding: 0;
		height: auto;
	}
	footer .col .wrap .col:first-child {
		margin: 0;
	}
	#pres::after {
		display: none;
	}
	#pres article:last-child::after{ 
		width: 100%;
		height: 300px;
		top: 100px;
	}
	#pres article:first-child, #pres article:last-child {
		width: 100%;
		flex: none;
		max-width: 100%;
	}
	#pres article:first-child {
		margin: 0 0 100px;
	}
	#pres article:last-child {
		margin: 0 ;
	}
	#pres article:last-child .photo {
		height: 400px;
		margin: 0;
	}
	#pres{
		-webkit-flex-direction: column;
		flex-direction: column;
		height: auto;
	}
}
/********************************************************************************************************************/
/********************************************************************************************************************/
@media (max-width: 800px){
	.menu-h {
		position: fixed;
		right: 70px;
	}
	.menu-h a{
		height: 30px;
		width: 30px;
		margin: 0 5px;
	}
	.langue-wrap {
		position: fixed;
		top: 27px;
		right: 10px;
	}
	.gauche .txt, .gauche .photo {
		max-width: 100%;
		min-width: 100%;
	}
	.gauche .photo {
		margin: 0 0 50px;
	}
	.nom {
		font-size: 24px;
		line-height: 24px;
		top: 15px;
	}
}
/********************************************************************************************************************/
/********************************************************************************************************************/
@media (max-width: 600px){
	#romans .wrap a {
		margin: 20px 0;
	}
	#page #fiche article .txt {
		min-width: 100%;
		top: 0;
	}
	#page #fiche article {
		padding: 0;
	}
	#pres article:first-child  {
		-webkit-justify-content: center;
		justify-content: center;
	}
	#pres article:first-child .photo {
		width: 280px;
		height: 411px;
		margin: 75px 20px 0;
	}
	#pres article:first-child .txt{
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		margin: 50px;
		background: #fff;
	}
    .catherine {
        background-position: center bottom;
    }
    #pres article:first-child .photo, #page #fiche article .photo {
        margin: 0px;
        width: 90%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    section {
        display: block;
    }
}
/********************************************************************************************************************/
/********************************************************************************************************************/
@media (max-width: 480px){
	.nom br {
		display: -webkit-flex;
		display: flex;
	}
}