@charset "utf-8";
/* CSS Document */
* {margin:0;padding:0;}
header, nav, section, article, aside, footer {
   display:block;
}

html {
	height:100%;
	width:100%;
}
body{
	font-family: 'Roboto', sans-serif;
  	font-size: 1.2em;
	background-color: #DDDDDD;
	color:#FFFFFF;
}

/* MENU */
a {	color:#000000; text-decoration:none; }

nav {
	position: fixed;
	z-index:99;
  top: 0;
  left: 0;
	width:100%;
	height: 8%;
	padding:0;
	margin:0;
	background-color:#CCCCCC;
	border-top: solid #CCCCCC 4px;
	border-bottom: solid #000000 3px;
}
nav ul {
	background:none;
	list-style: none;
	width:80%;
	height: 100%;
	margin:0 auto;
}
nav ul li{
	float: right;
	position: relative;
	width:15%;
	height: 100%;
	background-color: none;
	border-top: solid #CCCCCC 4px;
}
nav ul li a{
	position: absolute;
	width: 100%;
	top: 45%;
	left: 50%;
  transform: translate(-50%, -50%);
	color:#000000;
	text-decoration:none;
	font-size: 0.9em;
	text-align:center;
}
nav #logo{
	float: left;
	position: relative;
	width:35%;
	height:100%;
}
nav #logo a{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 60%;
  transform: translate(-50%, -50%);
	color:#000000;
	text-decoration:none;
	font-size: 1.4em;
	font-weight: bold;;
	text-align:left;
}
nav ul li:hover {
	border-top: solid #000000 4px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

/*INTRO*/

main {
	width:100%;
  height: auto;
  margin: auto;
	background-color: #DDDDDD;
}
header.index{
	width:100%;
  padding-top: 50%;
	background-image: url(./article/article_01/Rendu_01.jpg);
	background-attachment:fixed;
	background-size: cover;
	background-position:center center;
}
header.about{
	width:100%;
  padding-top: 0%;
	background-image: none;
}
header #linkscroll{
  position: absolute;
  width: 5%;
  height: 30px;
  left: 50%;
  transform: translate(-50%, -150%);
  text-align: center;
  background-image: url(./image/scroll.png);
  background-size: cover;
  background-position:center center;
}
header #linkscroll:hover{
  transform: translate(-50%, -120%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer{
  position: relative;
  float: left;
	width:100%;
  height: 5%;
  background-color: #000000;
}
footer #textfooter{
  text-align:center;
  font-style: normal;
  font-size: 0.6em;
  position: absolute;
  width: 100%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/**
h1.title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align:center;
	font-style: normal;
	font-weight: bold;
	font-size: 10em;
	line-height:60px;
	min-width:650px;
}
**/
h2 {
  position: relative;
	text-align:center;
	font-style: normal;
	font-size: 2em;
	line-height:60px;
	color: #000000;
  margin-top: 5%;
  margin-bottom: 1%;
}
article #articledescription h2{
	position: relative;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid currentColor;
	display: inline-block;
	line-height: 2;
}
section {
	position:relative;
	width: 80%;
	height: auto;
	margin: auto;
	padding: auto;
}
article {
	float: left;
	position: relative;
	display: block;
	width: 50%;
  padding-top: 80%;
}

/*PROJECT_PAGE*/

#decal{
  float: left;
	position: relative;
  width: 100%;
  background-color: #FFFFFF;
  transform: translate(0%, -10%);
  margin-bottom: 0%;
}
#block_subtitle {
  float: left;
  position: relative;
  display: block;
  background-color: none;
  width: 100%;
  height: 10%;
}
#block_project {
  float: left;
  position: relative;
  display: block;
  width: 40%;
  padding-top: 40%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 10%;
  background-image: url(./article/article_01/article_title.jpg);
  background-size: cover;
  background-position:center center;
}
#block_project.no1{
	background-image: url(./article/article_01/Rendu_01.jpg);
}
#block_project.no2{
	background-image: url(./article/article_02/Rendu_01.jpg);
}
#block_project.no3{
	background-image: url(./article/article_03/Maquette_02.jpg);
}
#block_project.no4{
	background-image: url(./article/article_04/Rendu_01.jpg);
}
#block_project.no5{
	background-image: url(./article/article_05/Maquette_01.jpg);
}
#block_project.no6{
	background-image: url(./article/article_06/Rendu_01.jpg);
}
#block_project.no7{
	background-image: url(./article/article_07/Rendu_03.jpg);
}
#block_project_content{
  position:absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 60%;
  padding-top: 40%;
  text-align:center;
  font-style: bold;
  font-size: 1.2em;
  line-height:60px;
  background-color: none;
  color: rgba(0, 0, 0, 0.0);
}
#block_project_content:hover{
  position:absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 60%;
  padding-top: 40%;
  text-align:center;
  font-style: bold;
  font-size: 1.4em;
  line-height:60px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*INDEX article personalisation */

article #articledescription a{
	display: block;
	float: right;
	position: relative;
	margin-top: 20px;
	border-bottom: 1px solid #999999;
  font-size: 1em;
  color: #999999;
}
article #articledescription a:hover{
    color: #000000;
    	border-bottom: 1px solid #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
article #articledescription{
	background-color: #FFFFFF;
	color: #000000;
	position: absolute;
	font-size: 0.9em;
	top: 5%;
	left: 20%;
	padding: 10%;
	max-width: 50%;
	z-index: 1;
}
article #imagedescription{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 5%;
	top: 20%;
	max-width: 90%;
	max-height: 75%;
	background-image: url(./article/article_01/Rendu_01.jpg);
	background-size: cover;
	background-position:center center;
}
article.no2 #articledescription{
	bottom: 5%;
	top: auto;
	left: 10%;
}
article.no2 #imagedescription{
	top: 5%;
	background-image: url(./article/article_02/Rendu_01.jpg);
}
article.no3 {
	width: 100%;
	padding-top: 80%;
}
article.no3 #articledescription{
	top: 5%;
	left: auto;
	right: 2.5%;
	padding: 10%;
	max-width: 40%;
	background-color: transparent;
	border-style: solid;
	border-width:2px;
	z-index: 0;
}
article.no3 #imagedescription{
	left: 2.5%;
	top: 20%;
	max-width: 40%;
	max-height: 75%;
	background-image: url(./article/article_01/Rendu_01.jpg);
  z-index: 1;
}
article.no4 {
	width: 100%;
	padding-top: 80%;
}
article.no4 #articledescription{
  bottom: 10%;
  top:auto;
	left: auto;
	right: 5%;
	padding: 10%;
	max-width: 40%;
}
article.no4 #imagedescription{
	left: 2.5%;
	top: 0%;
	max-width: 95%;
	max-height: 60%;
	background-image: url(./article/article_01/article_title.jpg);
}
/*FIN INDEX ARTICLE*/

/*ABOUT ARTICLE */

article.about {
	width: 100%;
  position: relative;
  background-color: none;
  padding-top: 0;
}
article.about #articledescription{
  position: relative;
  float: right;
	left: auto;
	padding: 6%;
  margin-top: 10%;
  margin-bottom: 10%;
  margin-right: 5%;
	max-width: 50%;
  background-color: white;
	border-style: solid;
	border-width:2px;
	z-index: 0;
}
article.about #imagedescription{
  position: absolute;
  z-index: 1;
	left: 12%;
	top: 5%;
  height: 50%;
  width: 25%;
	background-image: url(./image/roxannediris.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
article.about #myname{
  position: relative;
  text-align:left;
  padding-top: 7%;
  left: 0%;
  height: 15%;
  width: auto;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4em;
  line-height:60px;
  color: #000000;
}
article.about #myname h2{
	border-bottom: 0px solid currentColor;
}
/*FIN ABOUT ARTICLE */

/*ARTICLE01*/

section h2 {
  position: relative;
	text-align:left;
	font-style: normal;
	font-size: 1.2em;
	line-height:60px;
	color: #000000;
  margin-bottom: 0%;
}
section.art01 article.no1 {
	width: 100%;
  position: relative;
  padding-top: 0;
  margin-bottom: 2%;
}
section.art01 article.no1 #articledescription{
  position: relative;
  float: right;
	left: auto;
	padding: 6%;
  margin-top: 10%;
  margin-bottom: 10%;
  margin-right: 5%;
	max-width: 35%;
  background-color: white;
	border-style: solid;
	border-width:0px;
	z-index: 5;
}
section.art01 article.no1 #imagedescription{
  position: absolute;
  z-index: 6;
	left: 2.5%;
	top: 10%;
  height: 80%;
  width: 48%;
	background-image: url(./article/article_01/Rendu_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art01 article.no2 {
	width: 100%;
  position: relative;
  padding-top: 0;
  margin-bottom: 5%;
}
section.art01 article.no2 #imagedescription1{
  position: relative;
  float: left;
  padding-top: 40%;
  width: 48%;
	background-image: url(./article/article_01/Rendu_02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art01 article.no2 #imagedescription2{
  position: relative;
  float: left;
  margin-left: 4%;
  padding-top: 40%;
  width: 48%;
	background-image: url(./article/article_01/Rendu_03.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art01 article.no3 {
	width: 100%;
  position: relative;
  padding-top: 0;
  margin-bottom: 5%;
}
section.art01 article.no3 #imagedescription3{
  position: relative;
  float: left;
  width: 100%;
  padding-top: 65%;
	background-image: url(./article/article_01/Eglise_Plan.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art01 article.no4 {
	width: 100%;
  position: relative;
  padding-top: 0;
  margin-bottom: 5%;
}
section.art01 article.no4 #imagedescription4{
  position: relative;
  float: left;
  padding-top: 35%;
  width: 24%;
	background-image: url(./article/article_01/Maquette_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art01 article.no4 #imagedescription5{
  position: relative;
  float: left;
  margin-left: 1.33%;
  padding-top: 35%;
  width: 24%;
	background-image: url(./article/article_01/Maquette_02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art01 article.no4 #imagedescription6{
  position: relative;
  float: left;
  margin-left: 1.33%;
  padding-top: 35%;
  width: 24%;
	background-image: url(./article/article_01/Maquette_03.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art01 article.no4 #imagedescription7{
  position: relative;
  float: right;
  padding-top: 35%;
  width: 24%;
	background-image: url(./article/article_01/Maquette_04.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*ARTICLE02*/

section.art02 article.no1 {
	width: 100%;
  height: 120%;
  position: relative;
  padding-top: 0;
  margin-bottom: 2%;
}
section.art02 article.no1 #articledescription{
  position: relative;
  float: left;
	left: auto;
	padding: 6%;
  margin-top: 20%;
  margin-bottom: 10%;
  margin-right: 5%;
	max-width: 43%;
  background-color: white;
	border-style: solid;
	border-width:0px;
	z-index: 5;
}
section.art02 article.no1 #imagedescription{
  position: absolute;
  z-index: 4;
	left: 52%;
	top: 5%;
  height: 40%;
  width: 48%;
	background-image: url(./article/article_02/Rendu_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art02 article.no1 #imagedescriptionbis{
  position: absolute;
  z-index: 4;
	left: 52%;
	top: 55%;
  height: 40%;
  width: 48%;
	background-image: url(./article/article_02/Rendu_02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art02 article.no2 {
	width: 100%;
  position: relative;
  padding-top: 0;
  margin-bottom: 5%;
}
section.art02 article.no2 #imagedescription1{
  position: relative;
  float: left;
  padding-top: 40%;
  width: 48%;
	background-image: url(./article/article_02/Rendu_03.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art02 article.no2 #imagedescription2{
  position: relative;
  float: left;
  margin-left: 4%;
  padding-top: 40%;
  width: 48%;
	background-image: url(./article/article_02/Rendu_04.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art02 article.no3 {
	width: 100%;
  position: relative;
  padding-top: 0;
  margin-bottom: 5%;
}
section.art02 article.no3 #imagedescription3{
  position: relative;
  float: left;
  width: 100%;
  padding-top: 70%;
	background-image: url(./article/article_02/Plan_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art02 article.no3 #imagedescription3bis{
  position: relative;
  float: left;
  width: 100%;
  padding-top: 70%;
	background-image: url(./article/article_02/Plan_02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art02 article.no3 #imagedescription3bis2{
  position: relative;
  float: left;
  width: 100%;
  padding-top: 95%;
	background-image: url(./article/article_02/Plan_03.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art02 article.no4 {
	width: 100%;
  position: relative;
  padding-top: 0;
  margin-bottom: 5%;
}
section.art02 article.no4 #imagedescription4{
  position: relative;
  float: left;
  padding-top: 35%;
  width: 24%;
	background-image: url(./image/aboutme.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art02 article.no4 #imagedescription5{
  position: relative;
  float: left;
  margin-left: 1.33%;
  padding-top: 35%;
  width: 24%;
	background-image: url(./image/aboutme.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art02 article.no4 #imagedescription6{
  position: relative;
  float: left;
  margin-left: 1.33%;
  padding-top: 35%;
  width: 24%;
	background-image: url(./image/aboutme.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art02 article.no4 #imagedescription7{
  position: relative;
  float: right;
  padding-top: 35%;
  width: 24%;
	background-image: url(./image/aboutme.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*ARTICLE03*/

section.art03 article.no1 {
	width: 100%;
  height: 100%;
  position: relative;
  padding-top: 0;
  margin-bottom: 0%;
}
section.art03 article.no1 #articledescription{
  position: relative;
  float: right;
	left: auto;
	padding: 6%;
  margin-top: 23%;
  margin-bottom: 10%;
  margin-right: 5%;
	max-width: 43%;
  background-color: white;
  border-style: solid;
	border-width:2px;
	z-index: 5;
}
section.art03 article.no1 #imagedescription{
  position: absolute;
  z-index: 4;
	left: 5%;
	top: 5%;
  height: 60%;
  width: 38%;
	background-image: url(./article/article_03/Maquette_04.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art03 article.no1 #imagedescriptionbis{
  position: absolute;
  z-index: 4;
	left: 45%;
	top: 5%;
  height: 37%;
  width: 40%;
	background-image: url(./article/article_03/Maquette_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art03 article.no2 {
	width: 100%;
  position: relative;
  padding-top: 0;
  margin-bottom: 5%;
}
section.art03 article.no2 #imagedescription1{
  position: relative;
  float: left;
  padding-top: 40%;
  width: 48%;
	background-image: url(./article/article_03/Maquette_02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art03 article.no2 #imagedescription2{
  position: relative;
  float: left;
  margin-left: 4%;
  padding-top: 40%;
  width: 48%;
	background-image: url(./article/article_03/Maquette_03.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art03 article.no3 {
	width: 100%;
  position: relative;
  padding-top: 0;
  margin-bottom: 5%;
}
section.art03 article.no3 #imagedescription3{
  position: relative;
  float: left;
  width: 100%;
  padding-top: 70%;
	background-image: url(./article/article_02/Plan_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*ARTICLE04*/
section.art04 article.no1 {
	width: 100%;
  height: 100%;
  position: relative;
  padding-top: 0;
  margin-bottom: 2%;
}
section.art04 article.no1 #articledescription{
  position: relative;
  float: right;
	left: auto;
	padding: 6%;
  margin-top: 20%;
  margin-bottom: 10%;
  margin-right: 5%;
	max-width: 40%;
  background-color: white;
	border-style: solid;
	border-width:0px;
	z-index: 5;
}
section.art04 article.no1 #imagedescription{
  position: absolute;
  z-index: 4;
	left: 5%;
	top: 5%;
  height: 50%;
  width: 43%;
	background-image: url(./article/article_04/Rendu_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art04 article.no2 {
	width: 100%;
  position: relative;
  padding-top: 0;
  margin-bottom: 5%;
}
section.art04 article.no2 #imagedescription1{
  position: relative;
  float: left;
  padding-top: 40%;
  width: 48%;
	background-image: url(./article/article_04/Rendu_02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art04 article.no2 #imagedescription2{
  position: relative;
  float: left;
  margin-left: 4%;
  padding-top: 40%;
  width: 48%;
	background-image: url(./article/article_04/Rendu_03.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art04 article.no4 {
	width: 100%;
  position: relative;
  padding-top: 0;
  margin-bottom: 5%;
}
section.art04 article.no4 #imagedescription4{
  position: relative;
  float: left;
    margin-bottom: 2%;
  padding-top: 35%;
  width: 49%;
	background-image: url(./article/article_04/Maquette_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art04 article.no4 #imagedescription5{
  position: relative;
  float: right;
  margin-bottom: 2%;
  padding-top: 50%;
  width: 35%;
	background-image: url(./article/article_04/Maquette_03.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art04 article.no4 #imagedescription6{
  position: relative;
  float: left;
  padding-top: 35%;
  margin-bottom: 30%;
  width: 35%;
	background-image: url(./article/article_04/Maquette_02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art04 article.no4 #imagedescription7{
  position: relative;
  float: right;
  margin-bottom: 5%;
  margin-top: 5%;
  padding-top: 40%;
  width: 40%;
	background-image: url(./article/article_04/Matériaux_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art04 article.no4 #imagedescription8{
  position: relative;
  float: left;
  padding-top: 35%;
  margin-bottom: 2%;
  width: 49%;
	background-image: url(./article/article_04/Maquette_04.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art04 article.no4 #imagedescription9{
  position: relative;
  float: right;
  margin-bottom: 2%;
  padding-top: 35%;
  width: 49%;
	background-image: url(./article/article_04/Maquette_05.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*ARTICLE05*/
section.art05 article.no1 {
	width: 100%;
  height: 90%;
  position: relative;
  padding-top: 0;
  margin-bottom: 2%;
}
section.art05 article.no1 #articledescription{
  position: relative;
  float: left;
	left: auto;
	padding: 6%;
  margin-top: 20%;
  margin-bottom: 10%;
  margin-right: 5%;
	max-width: 40%;
  background-color: white;
	border-style: solid;
	border-width:0px;
	z-index: 5;
}
section.art05 article.no1 #imagedescription{
  position: absolute;
  z-index: 6;
	left: 50%;
	top: 10%;
  height: 50%;
  width: 50%;
	background-image: url(./article/article_05/Maquette_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art05 article.no4 {
	width: 100%;
  position: relative;
  padding-top: 0;
  margin-bottom: 5%;
}
section.art05 article.no4 #imagedescription4{
  position: relative;
  float: left;
    margin-bottom: 2%;
  padding-top: 35%;
  width: 49%;
	background-image: url(./article/article_05/Maquette_02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art05 article.no4 #imagedescription5{
  position: relative;
  float: right;
  margin-bottom: 2%;
  padding-top: 35%;
  width: 49%;
	background-image: url(./article/article_05/Maquette_03.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art05 article.no4 #imagedescription6{
  position: relative;
  float: left;
  padding-top: 35%;
  margin-bottom: 2%;
  width: 49%;
	background-image: url(./article/article_05/Maquette_04.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art05 article.no4 #imagedescription7{
  position: relative;
  float: right;
  margin-bottom: 2%;
  padding-top: 35%;
  width: 49%;
	background-image: url(./article/article_05/Maquette_05.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art05 article.no4 #imagedescription8{
  position: relative;
  float: left;
  padding-top: 35%;
  margin-bottom: 2%;
  width: 49%;
	background-image: url(./article/article_05/Maquette_07.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art05 article.no4 #imagedescription9{
  position: relative;
  float: right;
  margin-bottom: 2%;
  padding-top: 35%;
  width: 49%;
	background-image: url(./article/article_05/Maquette_08.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art05 article.no4 #imagedescriptionlarge{
  position: relative;
  float: right;
  margin-bottom: 2%;
  padding-top: 70%;
  width: 100%;
	background-image: url(./article/article_05/Maquette_06.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*ARTICLE06*/

section.art06 article.no1 {
	width: 100%;
  height: 100%;
  position: relative;
  padding-top: 0;
  margin-bottom: 2%;
}
section.art06 article.no1 #articledescription{
  position: relative;
  float: right;
	left: auto;
	padding: 6%;
  margin-top: 27%;
  margin-bottom: 10%;
  margin-right: 5%;
	max-width: 43%;
  background-color: white;
	border-style: solid;
	border-width:0px;
	z-index: 5;
}
section.art06 article.no1 #imagedescription{
  position: absolute;
  z-index: 4;
	left: 0%;
	top: 10%;
  height: 85%;
  width: 42%;
	background-image: url(./article/article_06/Maquette_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art06 article.no2 {
	width: 100%;
  position: relative;
  padding-top: 0;
  margin-bottom: 5%;
}
section.art06 article.no2 #imagedescription1{
  position: relative;
  float: left;
  padding-top: 40%;
  width: 48%;
	background-image: url(./article/article_06/Rendu_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art06 article.no2 #imagedescription2{
  position: relative;
  float: left;
  margin-left: 4%;
  padding-top: 40%;
  width: 48%;
	background-image: url(./article/article_06/Rendu_02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art06 article.no3 {
	width: 100%;
  position: relative;
  padding-top: 0;
  margin-bottom: 5%;
}
section.art06 article.no3 #imagedescription3{
  position: relative;
  float: left;
  width: 100%;
  padding-top: 70%;
	background-image: url(./article/article_06/Plan_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art06 article.no4 {
	width: 100%;
  position: relative;
  padding-top: 0;
  margin-bottom: 5%;
}
section.art06 article.no4 #imagedescription4{
  position: relative;
  float: left;
  padding-top: 45%;
  width: 65%;
	background-image: url(./article/article_06/Maquette_02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art06 article.no4 #imagedescription5{
  position: relative;
  float: right;
  padding-top: 45%;
  width: 33%;
	background-image: url(./article/article_06/Maquette_03.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art06 article.no5 {
	width: 100%;
  position: relative;
  padding-top: 0;
  margin-bottom: 5%;
}
section.art06 article.no5 #imagedescription6{
  position: relative;
  float: left;
  padding-top: 80%;
  width: 50%;
	background-image: url(./article/article_06/Maquette_04.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art06 article.no5 #imagedescription7{
  position: relative;
  float: right;
  padding-top: 25%;
  margin-bottom: 2%;
  width: 33%;
	background-image: url(./article/article_06/Maquette_05.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art06 article.no5 #imagedescription8{
  position: relative;
  float: right;
  padding-top: 25%;
  margin-bottom: 2%;
  width: 33%;
	background-image: url(./article/article_06/Maquette_06.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art06 article.no5 #imagedescription9{
  position: relative;
  float: right;
  padding-top: 26%;
  margin-bottom: 2%;
  width: 33%;
	background-image: url(./article/article_06/Maquette_07.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*ARTICLE07*/



section.art07 article.no1 {
	width: 100%;
  height: 70%;
  position: relative;
  padding-top: 0;
  margin-bottom: 2%;
}
section.art07 article.no1 #articledescription{
  position: relative;
  float: right;
	left: auto;
	padding: 6%;
  margin-top: 20%;
  margin-bottom: 10%;
  margin-right: 5%;
	max-width: 40%;
  background-color: white;
	border-style: solid;
	border-width:0px;
	z-index: 5;
}
section.art07 article.no1 #imagedescription{
  position: absolute;
  z-index: 4;
	left: 0%;
	top: 10%;
  height: 70%;
  width: 47%;
	background-image: url(./article/article_07/Rendu_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art07 article.no4 {
	width: 100%;
  position: relative;
  padding-top: 0;
  margin-bottom: 5%;
}
section.art07 article.no4 #imagedescription4{
  position: relative;
  float: left;
    margin-bottom: 2%;
  padding-top: 35%;
  width: 49%;
	background-image: url(./article/article_07/Rendu_02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art07 article.no4 #imagedescription5{
  position: relative;
  float: right;
  margin-bottom: 2%;
  padding-top: 35%;
  width: 49%;
	background-image: url(./article/article_07/Rendu_03.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art07 article.no4 #imagedescription6{
  position: relative;
  float: left;
  padding-top: 0%;
  padding-bottom: 31%;
  margin-bottom: 2%;
  width: 49%;
  text-align:left;
	font-style: normal;
  font-weight: bold;
	font-size: 1.2em;
	line-height:60px;
	color: #000000;
  margin-bottom: 0%;


}
section.art07 article.no4 #imagedescription7{
  position: relative;
  float: right;
  margin-bottom: 2%;
  padding-top: 35%;
  width: 49%;
	background-image: url(./article/article_07/Rendu_04.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art07 article.no4 #imagedescription7bis{
  position: relative;
  float: left;
  padding-top: 0%;
  padding-bottom: 0%;
  margin-bottom: 0%;
  width: 100%;
  text-align:left;
	font-style: normal;
  font-weight: bold;
	font-size: 1.2em;
	line-height:60px;
	color: #000000;
  margin-bottom: 0%;
}section.art07 article.no4 #imagedescription8{
  position: relative;
  float: left;
  padding-top: 35%;
  margin-bottom: 2%;
  width: 49%;
	background-image: url(./article/article_07/Rendu_05.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.art07 article.no4 #imagedescription9{
  position: relative;
  float: right;
  margin-bottom: 2%;
  padding-top: 35%;
  width: 49%;
	background-image: url(./article/article_07/Rendu_06.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}




/** aside **/
aside{
  position: relative;
  float: left;
  width:100%;
  height: 100%;
  background-color: #EEEEEE;
  text-align: center;
}

aside #contactdescription{
	background-color: #FFFFFF;
	color: #000000;
	position: absolute;
	font-size: 0.9em;
  text-align: left;
	top: 25%;
	right: 30%;
  left: auto;
	padding: 3%;
  padding-left: 4%;
  padding-right: 7%;
	min-width: 10%;
  max-width: 20%;
	z-index: 1;
}
aside #contactimage{
	position: absolute;
	display: block;
	width: 80%;
	height: 70%;
	left: 10%;
	top: 20%;
  margin-bottom: 5%;
	max-width: 80%;
	max-height: 70%;
	background-image: url(./image/contact.jpg);
	background-size: cover;
	background-position:center center;
}
aside #contactdescription h2{
	position: relative;
	margin-bottom: 10px;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px solid currentColor;
	display: inline-block;
	line-height: 2;
}
aside #contactdescription p{
	margin-bottom: 10px;
}
aside #backtotop{
  position: absolute;
  	display: block;
  width: 100%;
  bottom: 3.5%;
}
aside a.linktotop{
  text-align:center;
  font-style: normal;
  font-weight: bold;
}



@media screen and (max-width: 920px) {
  nav #logo{
		display: none;
		width:0%;
		padding-left: 0%;
	}
	nav ul {
		width:100%;
	}
	nav ul li {
		width:25%;;
	}

  header.index{
    padding-top: 65%;
  }

	article {
		width: 100%;
	}
  section {
    width: 100%;
  }
  #block_project {
    width: 90%;
    padding-top: 90%;
  }
  #decal{
    transform: translate(0%, -5%);
    margin-bottom: -5%;
  }


}
@media screen and (max-width: 700px) {
  header.index{
    padding-top: none;
    height: 30%;
  }
  header #linkscroll{
    display: none;
  }
  article {
  	float: left;
  	position: relative;
  	display: block;
    padding-top: 0%;
    width: 100%;
    height: 100%;
  }
  article #articledescription{
  	position: absolute;
    height: 20%;
  	top: 2%;
  	left: 0%;
  	padding: 10%;
  	max-width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  article #imagedescription{
    position: absolute;
  	display: block;
  	width: 100%;
  	height: 100%;
  	left: 0%;
  	top: 2%;
  	max-width: 100%;
  	max-height: 100%;
  }
  article.no2 #articledescription{
    height: 20%;
  	top: 5%;
  	left: 0%;
  	padding: 12%;
  	max-width: 100%;
  }
  article.no2 #imagedescription{
  	top: 5%;
    width: 100%;
    height: 100%;
  }
  aside #contactdescription{
  	background-color: #FFFFFF;
  	color: #000000;
  	position: relative;
  	font-size: 0.9em;
    text-align: left;
  	top: 0%;
  	right: 0%;
    left: 10%;
  	padding: 3%;
    padding-left: 5%;
    padding-right: 5%;
    width: 70%;
  	min-width: 70%;
    max-width: 70%;
  	z-index: 1;
  }


}
