/* Generated by less 3.11.1 */
@charset "utf-8";
/*width: calc(25% - 20px);*/
* {
  box-sizing: border-box;
}
figure img {
  width: 100%;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
div,
header,
nav,
article,
section,
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure,
figcaption,
class,
img {
  margin: 0;
  padding: 0;
}
img,
object,
embed,
canvas,
video,
audio,
picture,
svg {
  max-width: 100%;
  height: auto;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
body {
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #606060;
}
/*------------------------------------------------------Reset*/
.flexbox {
  display: flex;
  flex-wrap: wrap;
}
.center {
  width: 75%;
  margin: 0 auto;
}
.btn1 {
  display: inline-block;
  color: white;
  background-color: #c7a67d;
  border-radius: 20px;
  line-height: 30px;
  padding: 0 40px;
  margin-bottom: 40px;
  position: relative;
}
.btn1:after {
  content: '';
  background-image: url(images/fleche-btn.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 9px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.btn1:hover {
  background-color: white;
  color: #c7a67d;
  border: solid 1px #c7a67d;
  border-radius: 20px;
}
.btn1:hover:after {
  content: '';
  background-image: url(images/fleche-btn2.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 9px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.btn2 {
  display: inline-block;
  color: #c7a67d;
  background-color: #606060;
  margin-bottom: 20px;
  border-left: solid 2px #c7a67d;
  line-height: 30px;
  padding: 0 10px 0 100px;
  position: absolute;
  bottom: -25px;
  transition: 0.25s;
}
.btn2:hover {
  background-color: #c7a67d;
  color: #606060;
  border-left: solid 2px #606060;
}
.btn3 {
  display: block;
  color: black;
  background-color: #c7a67d;
  margin-bottom: 20px;
  line-height: 30px;
  padding: 0 10px 0 100px;
  position: absolute;
  bottom: -25px;
  transition: 0.25s;
}
.btn3:hover {
  background-color: #606060;
  color: #c7a67d;
  border-left: solid 2px #c7a67d;
}
/*---------------------------------------------Conteneur Design*/
.top {
  color: white;
  text-align: right;
  background-image: url(images/header.jpg);
  background-size: cover;
}
.top nav {
  margin-bottom: 160px;
}
.top nav .flexbox {
  align-items: center;
  justify-content: center;
}
.top nav ul li a {
  display: block;
  text-align: center;
  color: white;
  margin: 0 50px;
  transition: 0.25s;
}
.top nav ul li a:hover {
  border-bottom: solid 1px #c7a67d;
  color: #c7a67d;
  box-shadow: 2px 2px 2px 0;
}
.top header {
  position: relative;
}
.top header h2 {
  font-size: 60px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.top header h1 {
  font-size: 18px;
  margin-bottom: 40px;
  padding-left: 300px;
}
.top header ul {
  display: inline-block;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
}
.top header ul li:nth-of-type(1) a {
  background-image: url(images/sociaux/facebook.png);
  transition: 0.25s;
}
.top header ul li:nth-of-type(1) a:hover {
  background-image: url(images/sociaux/facebook2.png);
}
.top header ul li:nth-of-type(2) a {
  background-image: url(images/sociaux/pinterest.png);
  transition: 0.25s;
}
.top header ul li:nth-of-type(2) a:hover {
  background-image: url(images/sociaux/pinterest2.png);
}
.top header ul li:nth-of-type(3) a {
  background-image: url(images/sociaux/youtube.png);
  transition: 0.25s;
}
.top header ul li:nth-of-type(3) a:hover {
  background-image: url(images/sociaux/youtube2.png);
}
.top header ul li a {
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  margin: 20px;
  padding: 20px;
}
.hall {
  color: white;
  background-color: #2b2b2b;
}
.hall h2 {
  font-size: 28px;
  text-align: center;
  padding: 20px;
}
.hall h2 span {
  color: #c7a67d;
}
.hall .intro {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 20px;
}
.hall article {
  width: calc(70% - 40px);
  margin: 20px;
}
.hall article p {
  margin-bottom: 30px;
}
.hall article cite {
  display: block;
  text-align: right;
  color: #c7a67d;
  border-left: solid 2px #c7a67d;
  padding-left: 40px;
  margin-bottom: 30px;
}
.hall picture {
  width: calc(30% - 40px);
  margin: 20px;
  width: 300px;
  height: 435px;
  position: relative;
}
.hall picture p {
  position: absolute;
  bottom: 20px;
  left: 10px;
  background-color: #c7a67d;
  padding: 0 10px;
}
.projets {
  color: white;
  background-color: #c7a67d;
}
.projets h2 {
  text-align: center;
  font-size: 28px;
  padding: 20px;
}
.projets h2 span {
  color: black;
}
.projets article {
  margin: 20px;
  margin-bottom: 40px;
  background-repeat: no-repeat;
}
.projets article:nth-of-type(1) {
  background-image: url(images/photos/Paris.jpg);
  width: calc(25% - 40px);
  position: relative;
}
.projets article:nth-of-type(1) p {
  background-color: black;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 50px;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px;
}
.projets article:nth-of-type(2) {
  background-image: url(images/photos/Londres.jpg);
  width: calc(25% - 40px);
  position: relative;
}
.projets article:nth-of-type(2) p {
  background-color: black;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 50px;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px;
}
.projets article:nth-of-type(3) {
  width: calc(50% - 40px);
}
.projets article h3 {
  margin: 20px;
  font-size: 22px;
}
.projets article h3 span {
  display: block;
  color: #c7a67d;
  font-weight: 700;
}
.projets article .num {
  font-size: 200px;
  position: relative;
}
.projets article .num:after {
  content: '12';
  display: block;
  background-image: url(images/photos/bg-num.jpg);
  width: 250px;
  height: 200px;
  margin-bottom: 30px;
  position: absolute;
  top: 20px;
  left: 0;
}
.projets article h4 {
  color: black;
  font-size: 22px;
  margin-bottom: 40px;
}
.projets article h4 span {
  color: white;
  display: block;
}
.services {
  background-color: #2b2b2b;
}
.services h2 {
  text-align: center;
  font-size: 28px;
  padding: 20px;
  color: white;
}
.services h2 span {
  color: #c7a67d;
}
.services article {
  margin-bottom: 40px;
  background-repeat: no-repeat;
  color: white;
  width: calc(33.3% - 40px);
  margin: 20px;
  position: relative;
}
.services article:nth-last-of-type(1) img {
  border-top: solid 1px #c7a67d;
  border-bottom: solid 1px #c7a67d;
}
.services article img {
  margin-bottom: 20px;
}
.services article h3 {
  margin-bottom: 20px;
}
.services article p {
  line-height: 30px;
  margin-bottom: 20px;
}
footer {
  background-image: url(images/footer.jpg);
  background-size: cover;
  padding: 50px;
}
footer article {
  padding: 40px;
  margin: 10px;
  color: white;
  position: relative;
}
footer article:nth-of-type(1) {
  background-image: url(images/photos/bg-article-footer.jpg);
  background-repeat: no-repeat;
  width: calc(50% - 20px);
}
footer article:nth-of-type(2) {
  background-color: black;
  width: calc(50% - 20px);
}
footer article h3 {
  font-size: 28px;
}
footer article p {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #c7a67d;
}
footer article p:nth-last-of-type(1) {
  padding-bottom: 100px;
}
footer article .btn1 {
  position: absolute;
  bottom: -30px;
  left: 10px;
}
/*---------------------------------------------INDEX*/
@media screen and (max-width: 1150px) {
  .projets article:nth-of-type(1) p,
  .projets article:nth-of-type(2) p {
    position: relative;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .center {
    width: 100%;
  }
  .hall article {
    width: 50%;
  }
  .top header {
    margin-right: 50px;
  }
}
@media screen and (max-width: 930px) {
  .top {
    padding-top: 20px;
  }
  nav ul {
    flex-direction: column;
  }
  nav ul li {
    margin-bottom: 20px;
  }
  header {
    margin-right: 40px;
  }
  a.btn2,
  a.btn3 {
    bottom: -50px;
  }
}
@media screen and (max-width: 760px) {
  .hall article {
    width: 100%;
  }
  .hall picture {
    width: 100%;
  }
}
@media screen and (max-width: 670px) {
  .top {
    background-image: url(images/header560.jpg);
  }
  .services article {
    width: 100%;
    margin-bottom: 20px;
  }
  .projets article:nth-of-type(1) {
    width: 100%;
    background-image: url(images/photos/Paris670.jpg);
  }
  .projets article:nth-of-type(2) {
    width: 100%;
    background-image: url(images/photos/Londres670.jpg);
  }
  .projets article:nth-of-type(3) {
    width: 100%;
    background-image: url(images/photos/bg-num560.jpg);
  }
  .projets article .num {
    font-size: 125px;
  }
  .projets article .num:after {
    content: none;
    background-image: none;
  }
  .hall picture p {
    bottom: 75px;
  }
}
@media screen and (max-width: 480px) {
  .top {
    background-image: url(images/header480.jpg);
  }
  .hall .intro {
    text-align: center;
    padding: 0;
  }
  .hall picture {
    height: 200px;
  }
  .hall picture p {
    bottom: 200px;
  }
  .top header h2 {
    margin-left: 20px;
  }
  .top header h1 {
    padding-left: 110px;
  }
  .top header ul {
    left: -5px;
    bottom: -25px;
  }
  .top header ul li:nth-of-type(1) a {
    background-image: url(images/sociaux/facebook2.png);
    transition: 0.25s;
  }
  .top header ul li:nth-of-type(1) a:hover {
    background-image: url(images/sociaux/facebook.png);
  }
  .top header ul li:nth-of-type(2) a {
    background-image: url(images/sociaux/pinterest2.png);
    transition: 0.25s;
  }
  .top header ul li:nth-of-type(2) a:hover {
    background-image: url(images/sociaux/pinterest.png);
  }
  .top header ul li:nth-of-type(3) a {
    background-image: url(images/sociaux/youtube2.png);
    transition: 0.25s;
  }
  .top header ul li:nth-of-type(3) a:hover {
    background-image: url(images/sociaux/youtube.png);
  }
  .top header ul li a {
    height: 8px;
  }
  .services article {
    margin-bottom: 30px;
  }
  footer article:nth-of-type(1),
  footer article:nth-of-type(2) {
    width: 100%;
  }
}
/*---------------------------------------------Point Break*/
