@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text');
/*general*/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: black;
	font-family: 'Abril Fatface';
	overflow-x: hidden;
	position: relative;
}
p{
	font-size: 2vw;
}
h1{
	font-size: 2vw;
}
#container{
	min-height: 100%;
	position: relative;
}

.menu{
	background: white;
	width: 100%;
	height: 100px;
	line-height: 100px;
}
.m-left{
	float: left;
	
}
.m-right{
	float: right;
	z-index: 9999;
}
.m-link{
	text-decoration: none;
	color: black;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 20px;
	padding: 0;
	margin: 0 10px;
	transition: all 0.3s ease-in-out;
	z-index: 999999;
}
.inner{
	width: 80%;
	margin: auto;
}

header {
	
	margin: 0;
	padding: 0;
}
.titre{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: 'Abril Fatface';
	font-weight: 900;
	font-size: 70px;
	letter-spacing: 10px;
	
}
.logo{
	height: 100px;
	z-index: 9999;
	position: absolute;
	
}

.m-link:hover {
	border-bottom: 3px solid black;
	
}
.m-nav-toggle{
	width: 40px;
	height: 100px;
	display: none;
	align-items: center;
	float: right;
	cursor: pointer;
	
}
span.m-toggle-icon, span.m-toggle-icon:before, span.m-toggle-icon:after {
	content:"";
	display: block;
	width: 100%;
	height: 3px;
	background: black;
	position: relative;
	transition: all 0.3s ease-in-out;
}
span.m-toggle-icon:before {
	top: 10px;
}
span.m-toggle-icon:after {
	top: -12px;
}
.m-right.is-open{
	transform: translateX(0);
}
.m-nav-toggle.is-open span.m-toggle-icon{
	background: transparent;
	
}
.m-nav-toggle.is-open span.m-toggle-icon:before, .m-nav-toggle.is-open span.m-toggle-icon:after {
	transform-origin: centrer;
	transform: rotate(45deg);
	top: 0;
}
.m-nav-toggle.is-open span.m-toggle-icon:before {
	transform: rotate(-45deg);
}

@media only screen and (max-width: 1500px){
	.m-right{
		position: absolute;
		top: 100px;
		right: 0px;
		width: 200px;
		height: 45%;
		background: white;	
		transform: translateX(100%);
		transition: all 0.3s ease-in-out;
		overflow-x: hidden;
	}
	.m-link{
		display: block;
		text-align: center;
		padding: 0; 
		margin: 0 20px;
		height: 70px;
		
	}
	.m-nav-toggle{
		display: flex;
	}
}
@media only screen and (max-width: 1150px){
	.titre {
		display: none;
		transition: all 1s ease-in-out;
		
	}
}

.noms{
	text-align: center;
	color: white;
	letter-spacing: 5px;
}

/*footer*/


.m-footer{
	position: relative;
	background: white;
	width: 100%;
	height: 60px;
	left: 0px;
	bottom: 0;
	z-index: 9999;
}
.f-link {
	text-decoration: none;
	color: black;
	padding-left: 5%;

}

.m-footer_index{
	position: absolute;
	background: white;
	width: 100%;
	height: 60px;
	left: 0px;
	bottom: 0%;
	z-index: 9999;
}


/*page d'acceuil*/


.accueil {
	display: block;
}
.accueil_g {
	position: absolute;
	align-content: left;
	width: 48%;
	height: auto;
	padding-top: 1%;
	padding-bottom: 1%;
	z-index: 2;
	left: 1%;
}

.accueil_d {
	position: absolute;
	align-content: right;
	width: 48%;
	height: auto;
	padding-top: 1%;
	padding-bottom: 1%;
	z-index: 3;
	right: 1%;
}

.portrait {
	position: relative;
	display: block;
	width: 10%;
	height: auto;
	padding-left: 45%;
	padding-right: 45%;
	padding-top: 10%;
}

.portrait:hover{
	width: 15%;
	height: auto;
	transition: 1s;
}


/*sa vie*/


.paragraphes_vie_1{
	display: block;
	align-content: left;
	font-family: 'Crimson Text', serif;
	background: white;
	width: 30%;
	height: auto;
	position: relative;
	left: 5.8%;
	padding: 5%;
	margin-top: 10%;
	text-align: justify;
	opacity: 0;
	transition: all 1s ease-out;
}
.paragraphes_vie_1.fade-in{
	opacity: 1;
}
.carte{
	margin-top: 10%;
	position: absolute;
	display: block;
	align-content: right;
	right: 15%;
	height: auto;
	width: 0%;
	padding: 4%;
	transition: all 1s ease-out;
}
.carte.move-in{
	width:20%;
}
.paragraphes_vie_2{
	display: block;
	font-family: 'Crimson Text', serif;
	background: white;
	width: 30%;
	height: auto;
	position: relative;
	left: 5.8%;
	padding: 5%;
	margin-top: 10%;
	text-align: justify;
	opacity: 0;
	transition: all 1s ease-out;
}

.paragraphes_vie_2.fade-in{
	opacity: 1;
}
.academie{
	margin-top: 10%;
	position: absolute;
	display: block;
	align-content: right;
	right: 18%;
	width: 0%;
	height: auto;
	padding: 4%;
	transition: all 1s ease-out;
}
.academie.move-in{
	width: 15%
}
.paragraphes_vie_3{
	display: block;
	font-family: 'Crimson Text', serif;
	background: white;
	width: 30%;
	height: auto;
	position: relative;
	left: 5.8%;
	padding: 5%;
	margin-top: 10%;
	text-align: justify;
	opacity: 0;
	transition: all 1s ease-out;
	
}
.paragraphes_vie_3.fade-in{
	opacity: 1;
}
.tour{
	margin-top: 10%;
	position: absolute;
	display: block;
	align-content: right;
	right: 15%;
	width: 0%;
	height: auto;
	padding: 4%;
	transition: all 1s ease-out;
}
.tour.move-in{
	width: 17%;
}
.paragraphes_vie_4{
	display: block;
	font-family: 'Crimson Text', serif;
	background: white;
	width: 30%;
	height: auto;
	position: relative;
	left: 5.8%;
	padding: 5%;
	margin-top: 10%;
	text-align: justify;
	opacity: 0;
	transition: all 1s ease-out;
}
.paragraphes_vie_4.fade-in{
	opacity: 1;
}
.soldat{
	margin-top: 10%;
	position: absolute;
	display: block;
	align-content: right;
	right: 20%;
	width: 0%;
	height: auto;
	padding: 4%;
	transition: all 1s ease-out;
}
.soldat.move-in{
	width: 9%;
}
.paragraphes_vie_5{
	display: block;
	font-family: 'Crimson Text', serif;
	background: white;
	width: 30%;
	height: auto;
	position: relative;
	left: 5.8%;
	padding: 5%;
	margin-top: 10%;
	text-align: justify;
	opacity: 0;
	transition: all 1s ease-out;
}
.paragraphes_vie_5.fade-in{
	opacity: 1;
}
.peinture{
	margin-top: 10%;
	display: block;
	position: absolute;
	align-content: right;
	right: 18%;
	width: 0%;
	height: auto;
	padding: 2%;
	transition: all 1s ease-out;
}
.peinture.move-in{
	width: 17%;
}
.rouge{
	color: red;
}
.bleu{
	color: darkblue;
}
.jaune{
	color: #F7CB15;
}

@media only screen and (max-width: 700px){
	.paragraphe_vie_1{
		width: 80%;
		height: auto;
	}
	.paragraphe_vie_2{
		width: 80%;
	}
	.paragraphe_vie_3{
		width: 80%;
	}
	.paragraphe_vie_4{
		width: 80%;
	}
	.paragraphe_vie_5{
		width: 80%;
	}
}



/*son oeuvre*/


.img-oeuvre-realisme{
	background-color: black;
	text-align: center;
	color: white;
	font-family: 'Crimson Text', serif;
	font-size: 30px;
}
.img-oeuvre-fauvisme{
	background-color: black;
	text-align: center;
	color: white;
	font-family: 'Crimson Text', serif;
	font-size: 30px;
}
.img-oeuvre-cubisme{
	background-color: black;
	text-align: center;
	color: white;
	font-family: 'Crimson Text', serif;
	font-size: 30px;
}
.img-oeuvre-neoplasticisme{
	background-color: black;
	text-align: center;
	color: white;
	font-family: 'Crimson Text', serif;
	font-size: 30px;
}
.tableaux{
	text-align: center;
	width: 30%;
	height: auto;
	padding: 5%;
	padding-bottom: 0%;
	
}
.fille{
	opacity: 0;
	transition: all 1s ease-out;
}
.fille.fade-in{
	opacity: 1;
}
.grazende{
	opacity: 0;
	transition: all 1s ease-out;
}
.grazende.fade-in{
	opacity: 1;
}
.hooischelf{
	opacity: 0;
	transition: all 1s ease-out;
}
.hooischelf.fade-in{
	opacity: 1;
}
.devotion{
	opacity: 0;
	transition: all 1s ease-out;
}
.devotion.fade-in{
	opacity: 1;
}
.dune1{
	opacity: 0;
	transition: all 1s ease-out;
}
.dune1.fade-in{
	opacity: 1;
}
.dune2{
	opacity: 0;
	transition: all 1s ease-out;
}
.dune2.fade-in{
	opacity: 1;
}
.amaryllis{
	opacity: 0;
	transition: all 1s ease-out;
}
.amaryllis.fade-in{
	opacity: 1;
}
.arbre1{
	opacity: 0;
	transition: all 1s ease-out;
}
.arbre1.fade-in{
	opacity: 1;
}
.arbre2{
	opacity: 0;
	transition: all 1s ease-out;
}
.arbre2.fade-in{
	opacity: 1;
}
.arbre3{
	opacity: 0;
	transition: all 1s ease-out;
}
.arbre3.fade-in{
	opacity: 1;
}
.naturemorte{
	opacity: 0;
	transition: all 1s ease-out;
}
.naturemorte.fade-in{
	opacity: 1;
}
.grandnu{
	opacity: 0;
	transition: all 1s ease-out;
}
.grandnu.fade-in{
	opacity: 1;
}
.facade{
	opacity: 0;
	transition: all 1s ease-out;
}
.facade.fade-in{
	opacity: 1;
}
.composition1{
	opacity: 0;
	transition: all 1s ease-out;
}
.composition1.fade-in{
	opacity: 1;
}
.composition2{
	opacity: 0;
	transition: all 1s ease-out;
}
.composition2.fade-in{
	opacity: 1;
}
.composition3{
	opacity: 0;
	transition: all 1s ease-out;
}
.composition3.fade-in{
	opacity: 1;
}
.boogie{
	opacity: 0;
	transition: all 1s ease-out;
}
.boogie.fade-in{
	opacity: 1;
}

.realisme{
	text-transform: uppercase;
	font-size: 150%;
	font-family: 'Abril Fatface';
	color: white;
	letter-spacing: 10px;
	background-color: #2EC4B6;
	padding-bottom: 10%;
	padding-top: 10%;
	text-align: center;	
	width: 0%;
	opacity: 0;
	transition: all 1s ease-out;
}
.realisme.scale{
	width: 100%;
	opacity: 1;
}

.fauvisme{
	display: block;
	text-transform: uppercase;
	font-size: 150%;
	font-family: 'Abril Fatface';
	color: white;
	letter-spacing: 10px;
	background-color: #FF3366;
	padding-bottom: 10%;
	padding-top: 10%;
	text-align: center;
	width: 0%;
	opacity: 0;
	transition: all 1s ease-out;
}
.fauvisme.scale{
	width: 100%;
	opacity: 1;
}
.cubisme{
	display: block;
	text-transform: uppercase;
	font-size: 150%;
	font-family: 'Abril Fatface';
	color: white;
	letter-spacing: 10px;
	background-color: #8F95D3;
	padding-bottom: 10%;
	padding-top: 10%;
	text-align: center;
	width: 0%;
	opacity: 0;
	transition: all 1s ease-out;
}
.cubisme.scale{
	width: 100%;
	opacity: 1;
}
.neoplasticisme{
	display: block;
	text-transform: uppercase;
	font-size: 150%;
	font-family: 'Abril Fatface';
	color: white;
	letter-spacing: 10px;
	background-color: #DB222A;
	padding-bottom: 10%;
	padding-top: 10%;
	text-align: center;
	width: 0%;
	opacity: 0;
	transition: all 1s ease-out;
}
.neoplasticisme.scale{
	width: 100%;
	opacity: 1;
}

/*son influence*/
.texte-influence{
	width: 30%;
	height: auto;
	padding-right: 35%;
	padding-left: 35%
}
.archi{

	font-family: 'Crimson Text', serif;
	color: white;
	background-color: #DB222A;
	padding-bottom: 10%;
	padding-top: 10%;
	text-align: center;
	font-size: 100%;
}
.design{
	display: block;
	font-family: 'Crimson Text', serif;
	color: white;
	background-color: #7D8CC4;
	padding-bottom: 10%;
	padding-top: 10%;
	text-align: center;
	font-size: 100%;
}
.mode{
	display: block;
	font-family: 'Crimson Text', serif;
	color: white;
	background-color: #F6AE2D;
	padding-bottom: 10%;
	padding-top: 10%;
	text-align: center;
	font-size: 100%;
}
.graphisme{
	display: block;
	font-family: 'Crimson Text', serif;
	color: white;
	background-color: #052F5F;
	padding-bottom: 10%;
	padding-top: 10%;
	text-align: center;
	font-size: 100%;
}
.decoratio-d-interieur{
	display: block;
	font-family: 'Crimson Text', serif;
	color: white;
	background-color: #DB222A;
	padding-bottom: 10%;
	padding-top: 10%;
	text-align: center;
	font-size: 100%;
}

.titres{
	font-family: 'Abril Fatface';
	text-transform: uppercase;
}
.photos{
	text-align: center;
	width: 20%;
	height: auto;
	padding: 5%;
	padding-bottom: 0%;
}



/*à propos*/
.a_propos{
	position: absolute;
	display: block;
	font-family: 'Crimson Text', serif;
	background: white;
	width: 40%;
	height: auto;
	text-align: justify;
	right: 0%;
	padding: 3%;
}
.fond_a_propos{
	
}


