@charset "UTF-8";

body {
	margin:0;
	padding:0;
	overflow: hidden;
}

@font-face {
    font-family: 'mercator_lbnormal';
    src: url('../fonts/mercatorlb-normal-webfont.woff2') format('woff2'),
         url('../fonts/mercatorlb-normal-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

p, h1 {
	font-family: 'mercator_lbnormal', helvetica;
	cursor: default;
}



.text {
	padding:15px;
	margin-top: -10px;
}

img {
	width:26vw;
	margin-bottom:-10px;
}

a {
	text-decoration: underline;
	color:black;
}

a#index {
	text-decoration: none;
}

a#color {
	text-decoration: underline !important;
}

.text#archive a {
	line-height: 20px !important;
	text-decoration: none;/*
	font-style: italic;*/
}

.text#archive {
	margin-top: -20px;
}

#month {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 0px;
}

p#dates {
	font-size: 12pt;
}

p#descri {
	font-size: 17pt;
}

p#event {
	text-decoration: underline;
	text-align: center;
}

p#subtitle {
	text-align: center;
	font-size: 14pt;
}




/*ALL GENERAL*/

.boxes {
	margin:10px;
	margin-top: -10px;
}

.title, .one, .two, .three, .four, .five, .six, .seven, .eight {
	display: block;
	float:left;
	position: relative;
	overflow: scroll;
	background-color: white;
	margin:0.4vw;
	border-radius: 4px;
	overflow-x:hidden;
}

/*BAR DU HAUT*/

.title {
	width:100vw;
	height:5vh;
	overflow: hidden;
	cursor: default;
}

.title p {
	margin-top: 12px;
	margin-left: 1vw;
	display:block;
	float:left;
}

/*ABOUT*/

.about {
	margin-left: 93.5vw;
	margin-top: 0px;
	position:absolute;
}

.about p, .close p {
	cursor: pointer;
}


.overlay {
	z-index: 97;
	margin-top: -100px;
	display:none;
	width:100vw;
	height:120vh;
	position:fixed;
  	background-color: white;
  	opacity: 0.5;
}

.close {
	z-index: 98;
	display:none;
	margin-left: 95.5vw;
	margin-top: 0px;
	position:absolute;
}

.aboutbox {
	display:none;
	width:35vw;
	height:auto;
	background-color: white;
	position:absolute;
	margin-left: 60vw;
	margin-top: 5vh;
	z-index: 99;
	border-radius: 4px;
}

.aboutbox p {
	font-size: 12pt;
	margin-bottom: 0px;
}

@media only screen and (min-width : 500px) and (max-width : 1300px) {

.title, .one, .two, .three, .four, .five, .six, .seven, .eight {
	margin: 0.3vw;
}

}







