@charset "UTF-8";

a#color, a#index {
	color:#26A570 !important;
}

/*ALL GENERAL*/

.one, .two, .three, .four, .five, .six, .seven {
	border:2px solid #26A570;
}

.two, .three, .four, .five, .seven {
	width:26vw;
	height:44vh;
}

.six {
	width: 53vw;
	height:44vh;
}


/*BAR DU HAUT*/

.title p {
	color:#26A570;
}

/*ABOUT*/

.about {
	color:#26A570;
}

.close {
	color:#26A570;
}

.aboutbox {
	border:2px solid #26A570;
}

/*ONE-ARCHIVE*/

.one {
	width:16vw;
	height:90vh;
}

.one p {
	font-size: 10pt;
}

.text#archive p {
	line-height: 10px;
}

.text#archive a {
	color:black;
}


/*Two*/

.two {
	background-color: #26A570;
}

.two p {
	font-size: 25pt;
}


/*Three*/

.three {
}


/*Fourth*/

.seven img {
	height:44vh;
}


/*five*/

.five {
	background-color: #26A570;
}

.five p {
	margin-top: 10px;
	font-size: 40pt;
}

/*
video shit*/

video {
	width:53vw;
	margin-bottom: -5px;
}


@media only screen and (min-width : 320px) and (max-width : 1000px) {

.six {display:none !important;}

}

