@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Garamond';
	src: url('CormorantGaramond-Light.woff2') format('woff2'),
	url('CormorantGaramond-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
  box-sizing: border-box;
}

html, body {
	font-family: Garamond, Arial, Helvetica, sans-serif;
	height: 100%;
	color: #000;
	font-weight: normal;
	width:100%; /*1250px;*/
	margin-left:auto;
	margin-right:auto;
	padding-right:20px;
}

p {
	font-size: 14px;
	line-height: 18px;
}

h1 {
	font-size: medium;
	color: #999;
	font-weight: normal;
}


h3 {
	font-size: medium;
	color: #333;
}


.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

.titre {
	margin-bottom:5px; */20*/
	margin-left:auto;
	margin-right:auto;
}
.header {
	background-color: #fff;
	color: #666;
	padding: 1px;/*10*/
	margin-bottom:5px; */20*/
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	font-size: 32px;
}
.header .navigation a{
	background-color: #fff;
	color: #666;
	margin-top:5px; /*20*/
	padding: 1px; /*10*/
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
	margin-left:auto;
	margin-right:auto;
}

.header .navigation a:hover{
	background-color: #fff;
	color: #000;
	margin-top:5px; /*20*/
	padding: 1px; /*10*/
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
	margin-left:auto;
	margin-right:auto;
}


.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li{
  padding: 8px;
  margin-bottom: 7px;
  /*background-color: #aaa;*/
  color: #333;
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
}

a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.menu li:hover {
 /* background-color: #666;*/
  color: #666; /*#ffffff;*/
}

.aside {
  background-color: #fff;
  padding:0px; /*3*/
  color: #000;
  text-align: left;
  font-size: 14px;
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.12);*/
}

#wrap {min-height: 100%}

#main {
	overflow:auto;
	padding-bottom: 60px;  /* must be same height as the footer */
}

#footer {position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 60px;
	clear:both;
	background-color: #fff;
	padding-top:1px;
	text-align: center;
	font-size: 12px;
	color: #666;
} 

#footer a{
	color: #666;
	text-decoration: none;
	font-weight: normal;
} 
#footer a:hover{
	color: #666;
	text-decoration: none;
	font-weight: normal;
} 

/* For desktop: */
.col-1 {
	width: 2%;/*8.33%;*/}
	text-align:center;
}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 62.68%; /*50%;*/}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.cadre {
	border: 1px solid #000;
}

.cadre_bio {
	border: 1px solid #666;
}


.cadre-loupe {
	border: 1px solid #000;
	cursor: zoom-in;
}

.no-cadre {
	background-color:#000;
	-moz-border-radius:5px;
	-webkit-border-radius:50px;
	border-radius:5px;
	box-shadow: 5px 5px 5px #CCC;
}

.no-cadre-loupe {
	background-color:#000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	box-shadow: 5px 5px 5px #CCC;
}

.container {
	padding: 3rem 0;
}

.container > .row {
	padding: 0 1.5rem;
}

.container > .row:not(:last-child) {
	margin-bottom: 4.5rem;
}

.container > .row > *:not(:last-child) {
	margin-bottom: 1.5rem;
}
.mobile {
  display:none;
}


