/* Generated by less 3.11.1 */
/* -----------------------------  CSS Reset*/
/*    width: calc(25% - 20px);*/
* {
  box-sizing: border-box;
}
img,
object,
embed,
canvas,
video,
audio,
picture,
svg {
  max-width: 100%;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0;
}
figure img {
  display: block;
}
body {
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #606060;
}
.center {
  width: 70%;
  margin: 0 auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
html {
  font-size: 12px;
}
h2,
h4 {
  color: white;
  font-weight: 700;
}
h1 {
  font-size: 1.5rem;
  font-weight: 400;
  color: white;
}
h2 {
  font-size: 3rem;
  letter-spacing: 3px;
  text-align: center;
}
h2 strong {
  color: #c7a67d;
}
p {
  color: white;
  font-weight: 00;
}
.btnprimary {
  font-weight: 700;
  font-size: 1.5rem;
  background-color: #c7a67d;
  color: white;
  padding: 10px 30px;
  letter-spacing: 2px;
}
header {
  background-image: url(img/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
  text-align: right;
  position: relative;
}
header nav {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 200px;
}
header nav h3 {
  font-size: 2rem;
  letter-spacing: 10px;
  font-weight: 300;
  padding: 20px 70px;
  background-color: #2b2b2b;
  transition: 0.5s;
}
header nav h3:hover {
  background-color: #c7a67d;
}
header nav h3 a {
  color: white;
}
header nav h3 a:hover {
  color: #2b2b2b;
}
header nav ul li {
  margin: 0 0px;
}
header nav ul li a {
  color: white;
  padding: 30px 70px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 5px;
  transition: 0.5s;
  border-bottom: solid 5px rgba(255, 255, 255, 0);
}
header nav ul li a:hover {
  color: #c7a67d;
  border-bottom: solid 5px #c7a67d;
}
header article {
  padding-right: 60px;
}
header article h2 {
  font-size: 5rem;
  margin-bottom: 30px;
  text-align: right;
}
header article h1 {
  margin-bottom: 60px;
}
header article a {
  border-radius: 50px;
}
header .sociaux {
  position: fixed;
  bottom: 50%;
  left: 0;
  background-color: #2b2b2b;
  padding: 20px;
}
header .sociaux li {
  border: solid 1px #606060;
  margin: 5px;
}
header .sociaux li a figure {
  min-height: 30px;
  padding: 5px 15px;
  background-repeat: no-repeat;
  background-position: center;
}
header .sociaux li:nth-of-type(1) a figure {
  background-image: url(img/facebook.png);
}
header .sociaux li:nth-of-type(2) a figure {
  background-image: url(img/pinterest.png);
}
header .sociaux li:nth-of-type(3) a figure {
  background-image: url(img/youtube.png);
}
.hall .center {
  background-color: #2b2b2b;
  padding: 60px;
}
.hall h2 {
  text-align: center;
}
.hall h4 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.hall article {
  width: 80%;
  padding-right: 30px;
}
.hall article p {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 20px;
}
.hall article p:nth-child(2) {
  color: #c7a67d;
  border-left: solid 2px #c7a67d;
  padding-left: 50px;
}
.hall figure {
  width: 20%;
  min-height: 295px;
  background-image: url(img/londonhall.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
}
.hall figure figcation {
  padding: 10px 20px;
  position: absolute;
  bottom: -15px;
  left: 75px;
  background-color: #c7a67d;
  color: white;
}
.projects .center {
  background-color: #c7a67d;
  padding: 60px;
}
.projects .center h2 {
  margin-bottom: 60px;
}
.projects .center h2 strong {
  color: black;
}
.projects .wrap {
  width: 50%;
}
.projects .wrap figure {
  width: calc(50% - 10px);
  margin: 5px;
  min-height: 460px;
  padding: 15px;
  position: relative;
}
.projects .wrap figure:nth-child(1) {
  background-image: url(img/paris.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.projects .wrap figure:nth-child(2) {
  background-image: url(img/london.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.projects .wrap figure p {
  font-size: 2.5rem;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.projects .wrap figure p strong {
  color: #c7a67d;
}
.projects .wrap figure figcation {
  position: absolute;
  bottom: 15px;
  background-color: #2b2b2b;
  padding: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 3px;
}
.projects article {
  width: 50%;
  padding-left: 10px;
}
.projects article img {
  margin-bottom: 20px;
}
.projects article h4 {
  color: black;
  font-size: 2.5rem;
  margin-bottom: 40px;
}
.projects article h4 strong {
  color: white;
}
.projects article p {
  color: black;
  font-size: 1.5rem;
}
.service .center {
  background-color: #2b2b2b;
  padding: 60px;
}
.service .wrap {
  width: 50%;
}
.service .wrap article {
  width: calc(50% - 10px);
  margin: 5px;
}
.service .wrap article h4 {
  font-size: 2rem;
  margin: 15px 0;
}
.service .wrap article p {
  color: #606060;
  font-size: 1.5rem;
  margin-bottom: 60px;
}
.service .wrap article a {
  background-color: #606060;
  color: white;
  padding: 5px;
  padding-left: 80px;
  border-left: solid 2px #c7a67d;
  font-size: 1.5rem;
}
.service .wrap article a:hover {
  background-color: #c7a67d;
  color: #2b2b2b;
}
.service .map {
  width: 50%;
}
.service .map figure {
  background-image: url(img/map.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 270px;
  border-top: solid 2px #c7a67d;
  border-bottom: solid 2px #c7a67d;
}
.service .map p {
  text-align: right;
  margin-top: 20px;
  font-size: 1.5rem;
  padding-bottom: 50px;
}
footer {
  background-image: url(img/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 430px;
}
footer .center {
  padding: 60px;
}
footer .center article {
  width: 50%;
  padding: 20px;
}
footer .center article:nth-child(1) {
  background-image: url(img/request.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}
footer .center article:nth-child(2) {
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 350px;
  position: relative;
}
footer .center article h2 {
  text-align: left;
}
footer .center article p {
  font-size: 2rem;
  border-bottom: solid 1px #606060;
  padding: 5px;
}
footer .center article p:nth-child(1) {
  padding-bottom: 80px;
}
footer .center article a {
  position: absolute;
  bottom: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 1750px) {
  .center {
    width: 75%;
  }
  header nav h3 {
    padding: 30px 65px;
  }
  header nav ul li a {
    padding: 30px 65px;
  }
}
@media screen and (max-width: 1570px) {
  .center {
    width: 80%;
  }
  header nav h3 {
    padding: 30px 60px;
  }
  header nav ul li a {
    padding: 30px 55px;
  }
}
@media screen and (max-width: 1375px) {
  .center {
    width: 85%;
  }
  header nav h3 {
    padding: 30px 60px;
  }
  header nav ul li a {
    padding: 30px 45px;
  }
}
@media screen and (max-width: 1185px) {
  .center {
    width: 90%;
  }
  header nav h3 {
    padding: 30px 60px;
    order: -1;
  }
  header nav ul li a {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 910px) {
  .center {
    width: 90%;
  }
  header nav h3 {
    padding: 30px 60px;
    order: -1;
  }
  header nav ul li a {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 800px) {
  .center {
    width: 100%;
  }
  header nav h3 {
    padding: 20px;
    order: -1;
  }
  header nav ul li a {
    padding: 20px;
  }
  header article {
    text-align: center;
  }
  header article h2 {
    text-align: center;
  }
  .hall article {
    width: 100%;
  }
  .hall figure {
    width: 100%;
  }
  .projects .wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .projects article {
    width: 100%;
  }
  .service .wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .service .map {
    width: 100%;
  }
  .service .map figure {
    width: 700px;
  }
  .service .map p {
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .center {
    width: 100%;
  }
  header nav {
    margin-bottom: 70px;
  }
  header nav ul li {
    display: none;
  }
  header article {
    padding: 0;
  }
  .service .map figure {
    width: 285px;
  }
}
