
/** General page styling **/


article {
width: 100%;
margin-bottom: 80px;
}

article {
  width: 100%;
  margin-bottom: 40px;
}
  
section {
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  }
section img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
  margin-bottom: 80px;
} 
.txt-flex {
  width: 1280px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  display: table;
}
.detail-flex {
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
  display: table;
}
.img-flex {
  width: 100%;
  display: table;
  margin-top: 40px;
  margin-bottom: 40px;
}
.img-flex img {
  margin:0px;
  padding: 0px;
}
.img-flex img {
  width: 100%;
  display: table;
}

.legend-flex {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}
.legend-flex p {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: 300;
  }

.img-credit{
  width: 100%;
  display: table;
}
.img-credit img{
  margin-left: 0px;
  margin-right: 0px;
}

.gallery-flex {
  margin-top: 40px;
  margin-bottom: 0px;
  width: 100%;
  display: table;
  }

#gallery-credit {
  margin-bottom: 40px;
}
aside {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #111111;
  min-height: 100vh;
}

.projets {
  width: 100%;
} 
.list-projet h1 {
  color: #F5F4EC;
  padding-bottom: 0px;
}
.list-projet h2 {
  color: #F5F4EC;
  padding-bottom: 0px;
}
.list-projet a {
width: 100%;
border-bottom: 0px;
}
.list-projet {
  padding-bottom: 20px;
  padding-top: 120px;
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.list-projet-archive {
  padding-bottom: 20px;
  padding-top: 40px;
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.list-projet-archive h1 {
  color: #F5F4EC;
  padding-bottom: 0px;
}
.list-projet-archive h2 {
  color: #F5F4EC;
  padding-bottom: 0px;
}
.list-projet-archive a {
width: 100%;
border-bottom: 0px;
}
.txt {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
.detail {
  margin-top:40px;

}  
.detail p {
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  }
.ville{
  margin-bottom:0px;

}  
.ville p {
  margin-top:0px;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}  
.img-background {
position: absolute;
z-index: -1;
opacity: 0.3;
width: 30%;
height: auto;
padding: 80px;
}
.img-background:hover{
	z-index: 1;
	opacity: 1;
}
.credit-flex {
  margin-top: 100px;
  display: table;
}
.credit-flex-randja-title {
  padding-bottom: 40px;
  padding-top: 40px;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.credit-flex-randja {
  margin-top: 20px;
  width: 100%;
  display: initial;
}

.txt-flex-credit {
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.txt-credit {
  width: 100%;
  display: flex;

  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.txt-credit p {
  margin: 0px;
  padding-right: 10px;
  font-size: 24px;
  line-height: 35px;
}
.txt-credit-titre {
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.txt-credit-titre p{
  font-size: 24px;
  line-height: 35px;
} 
.txt-intitule {
  width: 435px;
  display: flex;
}
.txt-detail {
  width: 845px;
  display: flex;
}
.txt-detail p{
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
} 

.archive-titre {
  padding-bottom: 40px;
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  }


.visibleNearby {
  width: 100%;
}
.visibleNearby img,
.visibleNearby .rsSlide {
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   will-change: transform;
}
.visibleNearby .rsGCaption {
  font-size: 16px;
  line-height: 18px;
  padding: 12px 0 16px;
  background: #141414;
  width: 100%;
  position: static;
  float: left;
  left: auto;
  bottom: auto;
  text-align: center;
}
.visibleNearby .rsGCaption span {
  display: block;
  clear: both;
  color: #bbb;
  font-size: 14px;
  line-height: 22px;
}
.royalSlider > .rsImg {
  visibility:hidden;
}


/* Scaling transforms */
.visibleNearby .rsSlide img {
  opacity: 0.45;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

  -webkit-transform: scale(0.9);  
  -moz-transform: scale(0.9); 
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.visibleNearby .rsActiveSlide img {
  opacity: 1;
  -webkit-transform: scale(1);  
  -moz-transform: scale(1); 
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 2px;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 5px;
  background: #111111;
  width: 0%;
}
.iframe {
  position: relative;
  padding-bottom: 56.5%;
  height: 0;
  overflow: hidden;
  background-color: transparent;
  margin-right: 80px;
  margin-left: 80px;
  margin-bottom: 0px;
  margin-top: 80px;
}

.iframe-content iframe,  
.iframe-content object,  
.iframe-content embed {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#gallery-1, #gallery-2, #gallery-3, #gallery-4, #gallery-5, #gallery-6, #gallery-7, #gallery-8, #gallery-9, #gallery-10, , #gallery-credit {
  padding-top: 0px;
  padding-bottom: 0px;

  }