/*
-----------------------------------------------
		Remi Chaudurie architecte
----------------------------------------------- */
@font-face {
    font-family: 'Optima';
 	font-style: normal;
	src: url('fonts/OptimaLTStd.eot');
    src: url('fonts/OptimaLTStd.eot?#iefix') format('embedded-opentype'),
         url('fonts/OptimaLTStd.woff2') format('woff2'),
         url('fonts/OptimaLTStd.woff') format('woff'),
         url('fonts/OptimaLTStd.ttf')  format('truetype'),
         url('fonts/OptimaLTStd.svg#Optima LT Std') format('svg');
}@font-face {
    font-family: 'EB Garamond';
	font-style: normal;
    src: url('fonts/EBGaramond-Regular.eot');
    src: url('fonts/EBGaramond-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/EBGaramond-Regular.woff2') format('woff2'),
         url('fonts/EBGaramond-Regular.woff') format('woff'),
         url('fonts/EBGaramond-Regular.ttf')  format('truetype'),
         url('fonts/EBGaramond-Regular.svg#EB Garamond') format('svg');
}
@font-face {
    font-family: 'EB Garamond';
	font-style: italic;
    src: url('fonts/EBGaramond-Italic.eot');
    src: url('fonts/EBGaramond-Italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/EBGaramond-Italic.woff2') format('woff2'),
         url('fonts/EBGaramond-Italic.woff') format('woff'),
         url('fonts/EBGaramond-Italic.ttf')  format('truetype'),
         url('fonts/EBGaramond-Italic.svg#EB Garamond') format('svg');
}
@font-face {
    font-family: 'open-arrow';
    src: url('fonts/OpenArrow-Regular.eot') format('embedded-opentype'),
         url('fonts/OpenArrow-Regular.woff2') format('woff2'),
         url('fonts/OpenArrow-Regular.woff') format('woff'),
         url('fonts/OpenArrow-Regular.otf') format('opentype'),
         url('fonts/OpenArrow-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+2190-21ff;
}
/*		R E S E T
----------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
		margin: 0;
	    padding: 0;
	    border: 0;
	    outline: 0;
	    font-size: 100%;
	    vertical-align: baseline;
	    background: transparent;
	    font-variant-ligatures: none;
}

html {
		height: 100%;
		-ms-text-size-adjust: none;
		-webkit-text-size-adjust: none;
}

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

blockquote, q {
	    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	    content: "";
	    content: none;
}

a {
	    margin: 0;
	    padding: 0;
	    font-size: 100%;
	    vertical-align: baseline;
	    background: transparent;
	    outline: none;
}

table {
	    border-collapse: collapse;
	    border-spacing: 0;
}

input, select {
	    vertical-align: middle;
}


/*		B A S I C S     */

body {
		color: #222;
		background: #fff;
		font-family: "EB Garamond", serif;
		font-size: 20px;
		letter-spacing: 0.03em;
		text-align: center;
		font-variant-numeric: proportional-nums;
		-moz-font-feature-settings: "pnum";
		-webkit-font-feature-settings: "pnum";
		font-feature-settings: "pnum";
}

a:link, a:visited {
		color: #222;
		text-decoration: none;
}

a:hover, a:active {
		color: #DD0E00;
}

*:focus {
		outline: none;
}

img {
		width: 100%;
		height: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal
}
h2 {
	text-transform: uppercase;
	font-size: 1.2em;
}
h3 {
	font-weight: bold;
	margin: 1.3em 0 0.5em;
}
small {
  font-size: 0.8em;
}
/*		H E A D E R
----------------------------------------------- */

header {
		position: absolute;
		left: 0;
		top: 15px;
		width: 90%;
		width: calc(100% - 40px);
		padding: 0 20px;
}
header .wrapper {
  display: flex;
  flex-direction: column;
}
.wrapper h1 {
		font-family: "Optima", Verdana, "sans-serif";
	font-size: 25px;
		margin-bottom: 5px;
	color: #DD0E00;
}
.wrapper h1 a, .wrapper h1 a:link{
	color: #DD0E00;
}

header nav {
		float: right;
}

header nav li {
		list-style: none;
		display: inline-block;
		margin: 0 10px;
}

header nav li:last-child {
		margin-right: 0;
}

header .active a {
		color: #222;
		cursor: default;
		border-bottom: 1px solid #222;
}


/*		M A I N
----------------------------------------------- */
body.intro {  
	height: 100%;
  position: relative;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.intro .wrapper {
	display: table-cell;
	vertical-align: middle;
}
.intro .wrapper h1 {
	font-size: 2.3em;
	padding: 1em
}
#introimghp {
		padding: 50px 0 45px 0;
}

#introtxthp {
		border-top: 1px solid #222;
		padding: 10px 0 40px 0;
		margin: 0 20px;
}

#introtxthp dt {
		margin-bottom: 5px;
}
.content {

}
.wrapperlegendes {
	margin: 0 10%;
	padding: 10px 0
	}
.texte {
	margin:20px 20%;
	padding-top: 20px;
}
.texte h2 {
	padding: 1em 0;
}
.texte .colonnes {
	margin-top: 20px;
}

#presentation .colonnes {
	text-align: left
}
#presentation img {
	max-width: 400px
}
.texte .colonnes p{
	margin-bottom: 1em;

}

/*--------DEFAULT CAROUSEL SETTINGS ------*/
.carousel {
	margin-bottom: 30px;
/*	height: 500px !important;
	height: 70vh !important;
*/	width: 100%;
	text-align: center
}

.carousel figure { 
	max-height: 80vh;
	height: auto;
	max-width: 90vw;
	width: auto;
	cursor:grab;
	margin:0 20px

}

.slick-arrow {
	height: 100%;
	width: 25%;
}
.slick-prev, .slick-next {
	z-index: 600;
}
.slick-prev:before, .slick-next:before {
	width:2em;
	height:2em;
	opacity: 1;
	position: absolute;

}
.slick-prev:before {
	content:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox='0 0 100 100'%3E%3Cpath d='m70.756156 6.24865598 3.314563 3.31456304-40.88125 40.87918698 40.88125 40.8796875-3.3148755 3.314563-40.8788745-40.8796875-3.314563-3.314563 3.3142505-3.3140625.0003125.0015625z' fill='white'%3E%3C/path%3E%3C/svg%3E");
  left: 2.5em;
}
.slick-next:before
{
    content:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox='0 0 100 100'%3E%3Cpath d='m70.756156 6.24865598 3.314563 3.31456304-40.88125 40.87918698 40.88125 40.8796875-3.3148755 3.314563-40.8788745-40.8796875-3.314563-3.314563 3.3142505-3.3140625.0003125.0015625z' transform='translate(100, 100) rotate(180) ' fill='white'%3E%3C/path%3E%3C/svg%3E");
  right: 2.5em;
}

.legende figcaption {
	display: block;
	width: 100%;
	bottom:0;
	z-index:5000;			
		
}
.legende .slick-slide {
	visibility: hidden;
}
.legende .slick-current {
	visibility: visible;
}

.slider-nav .slick-list .slick-track {
transform: translate3d(0px, 0px, 0px) !important;
}

/*		T E X T   P A G E S
----------------------------------------------- */

#introimg {
		padding: 50px 0 50px 0;
}

.block {
		border-top: 1px solid #222;
		padding: 5px 20px 40px 20px;
}

.block dt {
		padding: 0 0 20px 0;
}

.block dd span:nth-child(2n-1) {
		display: block;
		float: left;
		width: 50px;
}

.block dd span:nth-child(2n) {
		display: block;
		margin-left: 50px;
}

.english {
		font-size: 80%;
}


/*		R E S P O N S I V E
----------------------------------------------- */

@media screen and (max-width: 480px) {

header {
  position: fixed;
	z-index: 500;
	background-color: #fff;
	top:0;
	padding:10px 0 15px;
	width: 100%;
}
	
.carousel {
	margin: 0 0 30px;
	height: 100%;
	width: 100%;
	text-align: center
}
.carousel figure { 
	margin:0 20px;
	}
.carousel figure img {
	max-width: 90vw;
	max-height: 60vh;
	height: auto;
	width: auto;
	}
.wrapperlegendes {
	margin: 10px 10%;
	padding: 10px 0
	}
.texte {
	margin:20px 10%;
}
.slick-prev:before, .slick-next:before {	
	bottom: -1.8em;
	width: 1.5em;
	height: 1.5em;
}
.slick-prev:before {
	content:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox='0 0 100 100'%3E%3Cpath d='m70.756156 6.24865598 3.314563 3.31456304-40.88125 40.87918698 40.88125 40.8796875-3.3148755 3.314563-40.8788745-40.8796875-3.314563-3.314563 3.3142505-3.3140625.0003125.0015625z' fill='black'%3E%3C/path%3E%3C/svg%3E");
	right: 10px
}
.slick-next:before
{
    content:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox='0 0 100 100'%3E%3Cpath d='m70.756156 6.24865598 3.314563 3.31456304-40.88125 40.87918698 40.88125 40.8796875-3.3148755 3.314563-40.8788745-40.8796875-3.314563-3.314563 3.3142505-3.3140625.0003125.0015625z' transform='translate(100, 100) rotate(180) ' fill='black'%3E%3C/path%3E%3C/svg%3E");
	left: 10px
}

}


@media screen and (min-width: 650px) {


#introtxthp dt {
		width: 33%;
		width: calc(100% / 3 + 10px);
		float: left;
}
#introimghp {
		padding: 50px 0 70px 0;
}

.block dt {
		width: 33%;
		width: calc(100% / 3 + 10px);
		float: left;
}

.block dd {
		margin-left: 33%;
		margin-left: calc(100% / 3 + 10px);
		padding-top: 3px;
}
	header h1
	{margin-bottom: 5px}
.carousel {
			margin-bottom: 50px;

	}
.carousel figure img {
	max-height:65vh;
	max-width:75vw;
	height:auto;
	width:auto;
}

.slick-prev,
.slick-next
{z-index: 60000;
	}
	
.wrapperlegendes {
  margin: 10px 25%;
	padding: 20px 0
}
	
	
}


@media screen and (min-width: 850px) {

body {
		font-size: 17px;
}

header {
		left: 20px;
		top: 30px;
		width: calc(100% - 80px);
}

#introimghp {
		padding: 50px 0 75px 0;
}

#introtxthp {
		padding: 10px 0 50px 0;
}

#introimg {
		padding: 75px 0 75px 0;
}

.block {
		padding: 7px 40px 50px 40px;
}

.block dt {
		padding: 3px 0 25px 0;
}

.block dd span:nth-child(2n-1) {
		width: 60px;
}

.block dd span:nth-child(2n) {
		margin-left: 60px;
}
/*.carousel figure { 
	width:auto;
	height: 60vh;
	max-width: 650px;
	}
*/	
	.carousel figure img {
	max-height:60vh;
	max-width:75vw;
	height:auto;
	width:auto;
}
.slick-prev:before {
	left: auto
}
.slick-next:before
{
	right: auto
}

}


@media screen and (min-width: 1200px) {

#introtxthp dt {
		width: 50%;
}

.block dt {
		width: auto;
}

.block dd {
		width: 730px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 3px;
		position: relative;
		left: 5px;
}
#presentation .colonnes {
	columns: 2;
}
	
.carousel figure { 
	margin:0 100px
	}
.carousel figure img {
max-height:70vh;
max-width:65vw;
height:auto;
width:auto;
}

}

/*@media (prefers-color-scheme: dark) {

body {
		color: #f2f2f2;
		background: #222;
}

a:link, a:visited {
		color: #f2f2f2;
}

a:hover, a:active {
		color: #DD0E00;
}

header .active a {
		color: #f2f2f2;
		border-bottom: 1px solid #f2f2f2;
}

#introtxthp {
		border-top: 1px solid #f2f2f2;
}

.block {
		border-top: 1px solid #f2f2f2;
}

}*/

/* SLIDER */

 