/** General page styling **/


main {

}
article {
  width: 100%;
  border-bottom: 0px solid #eee;
  margin-bottom: 100px;
}
.titre-article{
  font-size: 70px;
  line-height: 85px;
}
section {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
section img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  }
.txt-flex {
  max-width: 1220px;
}
.txt-content {
  max-width: 1220px;
  padding-bottom: 40px;
}
.slide-longread {
  margin-bottom: 100px;
}


hr {
  width: 100%;
  background-image: linear-gradient(to bottom, #eee 1px, rgba(255,255,255,0) 3px), linear-gradient(to bottom, #eee 2.1rem, rgba(255,255,255,0) 2px);
  background-position: bottom;
  background-size: 50px 2px;
  background-repeat: no-repeat;
  padding-bottom: 2px;
  margin: 0px;
  padding-top: 0px;
  background-color: #fff;
}

aside {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #111111;

}
.button {
  border: 2px solid #111;
  color: #111;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
}
.button:hover {
  background-color: #111;
  border: 2px solid #111;
  color: #fff;
}
#aboutbtn:hover {
  border: 2px solid #fff;
}
.projets {
  width: 100%;
} 
.list-projet h1 {
  color: #F5F4EC;
  padding-bottom: 40px;
  }
.list-projet a {
width: 100%;
border-bottom: 0px;
}
.list-projet {
  padding-bottom: 20px;
  padding-top: 120px;
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
  }
.txt {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  }

.img-background {
position: absolute;
z-index: -1;
opacity: 0.3;
width: 30%;
height: auto;
padding: 80px;
}
.img-background:hover{
	z-index: 1;
	opacity: 1;


}
.margin-20{
  height:20px;
  width: 100%;
  display: flex;
}
.margin-40{
  height:50px;
  width: 100%;
  display: flex;
}
.margin-80{
  height:100px;
  width: 100%;
  display: flex;
}
.margin-80-2{
  height:100px;
  width: 100%;
  display: flex;
}
.long-read-legend {
  width: 90%;
  margin: 10px auto 0px auto;
  padding: 0;
}
.long-read-legend p {
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}
#gallery-1 {
  margin-top: 0px;
  background-color: #fafafa;
  padding: 100px 0px 100px 0px;
}


.visibleNearby {
  width: 100%;
 
  padding-top: 25px;
}
.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);
}

/* Non-linear resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 900px) { 
  #gallery-1 {
    padding: 12px 0 12px;
  }
  #gallery-1 .rsOverflow,
  .royalSlider#gallery-1 {
    height: 400px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) { 
  #gallery-1 .rsOverflow,
  .royalSlider#gallery-1 {
    height: 300px !important;
  }
}

/* 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: 44.2%;
  height: 0;
  overflow: hidden;
  background-color: transparent;
  margin-right: 200px;
  margin-left: 200px;
  margin-bottom: 100px;
}

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

.child-box {
  width: 100%;
  background-color: #fafafa;
  position: relative;
  display: flex;
  margin-bottom: 100px;
}

.child-box-img {
  width: 35%;
  display: flex;
  min-height: 465px;
  }
.child-box img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #eee;
}

.child-box-txt {
  width: 65%;
  display: flex;
}
.child-box-txt-content {
  padding: 50px 50px 50px 100px;
  vertical-align: baseline;
}

.child-box-txt h1 {
  text-align: left;
}

.portrait {
  background-color: #111;
  padding-top: 80px;
  padding-bottom: 40px;
}

.portrait-box {
  width: 100%;
  position: relative;
  display: table;
  margin-bottom: 40px;
}
.portrait-box-txt {
  width: 65%;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.portrait-box-txt p{
  color: #fff;
}
.portrait-box-txt h3{
  color: #fff;
}
.portrait-box-txt h1 {
  text-align: left;
  color: #fff;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.portrait-box-txt-content {
  padding: 50px 0px 50px 100px;
}
.portrait-box-img {
  width: 35%;
  display: table-cell;
}
.portrait-box img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.bloc-2 {
  background-color: #111;
  min-height: 60vh;
  display: table;
  height: 100%;
  }
.bloc-2-img {
  width: 50%;
  height: 100%;
  display: table-cell;
}
.bloc-2-txt {
  width: 50%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.bloc-2-txt-content {
  padding: 100px 100px 50px 100px;
  background-color: #111;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
}
.bloc-2-txt-content h1 {
  text-align: left;
  color: #fff;
}
.bloc-2-txt-content p{
  color: #fff;
}

.bt-center {
  text-align: center;
  margin-bottom: 100px;
}
.en-cours {
  text-align: center;
  font-size: 22px;
  line-height: 45px;
  font-weight: 300;
  font-family: 'STIX Two Text', serif;
  font-style: italic;
  margin-top: -70px;
}