/* 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,
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: 'Montserrat', sans-serif;
}
/*------------------------------------------------------Reset*/
.flexbox {
  display: flex;
  flex-wrap: wrap;
}
.center {
  width: 75%;
  margin: 0 auto;
}
.btn1 {
  display: inline-block;
  margin: 20px 0;
  line-height: 50px;
  padding: 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  border: solid 1px #758c7f;
  color: #758c7f;
  border-radius: 10px;
  transition: 0.25s;
}
.btn1:hover {
  background-color: #758c7f;
  color: #ffffff;
}
/*---------------------------------------------Conteneur Design*/
.top {
  background-image: url(images/header.jpg);
  background-size: cover;
  background-position: top;
  padding-bottom: 250px;
}
.top nav {
  padding-top: 20px;
  border-bottom: solid 1px #758c7f;
}
.top nav .flexbox {
  align-items: center;
}
.top nav .logo {
  display: block;
  margin-right: auto;
  padding: 20px;
}
.top nav ul li a {
  display: block;
  color: #758c7f;
  margin: 20px;
  transition: 0.25s;
}
.top nav ul li:hover {
  background-color: #f2e394;
  color: #f2e394;
}
.top header {
  text-align: center;
  color: #758c7f;
  margin-bottom: 40px;
}
.top header h2 {
  margin-top: 80px;
  font-size: 17px;
  color: black;
}
.top header figure {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.top header h1 {
  margin-bottom: 20px;
  font-size: 40px;
}
.pres article {
  padding: 40px;
}
.pres article .nombre {
  display: inline-block;
  border: solid 2px #f2e394;
  border-radius: 20px;
  text-align: center;
  padding: 30px;
  font-style: italic;
}
.pres article h2 {
  border-top: solid 1px #758c7f;
  margin-top: -38px;
  margin-left: 30px;
  font-weight: 500;
  padding-top: 20px;
}
.pres article p {
  line-height: 30px;
  margin-bottom: 20px;
}
.pres article figure {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.pres article h3 {
  border-top: solid 1px #758c7f;
  display: inline;
  font-size: 32px;
  font-style: italic;
  color: #758c7f;
}
.pres article:nth-of-type(1) {
  width: calc(40% - 20px);
  margin: 10px;
}
.pres article:nth-of-type(2) {
  width: calc(60% - 20px);
  margin: 10px;
  padding: 40px;
}
.team article {
  padding: 40px;
}
.team article .nombre {
  display: inline-block;
  border: solid 2px #f2e394;
  border-radius: 20px;
  text-align: center;
  padding: 30px;
  font-style: italic;
}
.team article h2 {
  border-top: solid 1px #758c7f;
  margin-top: -20px;
  margin-left: 30px;
  font-weight: 500;
  padding-top: 20px;
}
.team article figure {
  display: inline-block;
  width: 170px;
  height: 170px;
  margin-top: 20px;
  margin-right: 20px;
}
.team article:nth-of-type(1) {
  width: calc(40% - 20px);
  margin: 10px;
}
.team article:nth-of-type(2) {
  width: calc(60% - 20px);
  margin: 10px;
}
.travail article {
  padding: 40px;
}
.travail article .nombre {
  display: inline-block;
  border: solid 2px #f2e394;
  border-radius: 20px;
  text-align: center;
  padding: 30px;
  font-style: italic;
}
.travail article h2 {
  border-top: solid 1px #758c7f;
  margin-top: -38px;
  margin-left: 30px;
  font-weight: 500;
  padding-top: 20px;
}
.travail article p {
  margin-bottom: 20px;
  line-height: 30px;
}
.travail article figure {
  margin-bottom: 20px;
}
.travail article:nth-of-type(1) {
  width: calc(40% - 20px);
  margin: 10px;
}
.travail article:nth-of-type(2) {
  width: calc(60% - 20px);
  margin: 10px;
}
.projets {
  margin: 0 auto;
  background-image: url(images/backsalle.jpg);
  background-repeat: no-repeat;
  background-position: center;
  width: 960px;
  height: 420px;
  margin-bottom: 400px;
}
.projets article {
  width: calc(50% - 40px);
  margin: 20px;
  margin: 0 auto;
  margin-top: 80px;
  background-color: #693e52;
  color: #ffffff;
  padding: 40px 40px 0 40px;
}
.projets article h3 {
  font-style: italic;
  font-size: 20px;
}
.projets article .num {
  font-size: 128px;
}
.projets article h2 {
  font-size: 26px;
  border-bottom: solid 1px #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.projets article p {
  margin-bottom: 40px;
  min-height: 80px;
}
footer {
  background-color: #758c7f;
  padding: 80px;
  color: #ffffff;
}
footer figure {
  width: 150px;
  height: 50px;
  margin-bottom: 20px;
}
footer p {
  margin-bottom: 20px;
}
/*---------------------------------------------INDEX*/
@media screen and (max-width: 1080px) {
  center {
    width: 85%;
  }
  article {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media screen and (max-width: 980px) {
  center {
    width: 100%;
  }
  article {
    width: calc(100% - 20px);
  }
  .top {
    padding: none;
  }
}
@media screen and (max-width: 600px) {
  .top {
    background-image: url(images/header600.jpg);
  }
  nav ul {
    flex-direction: column;
  }
}
/*---------------------------------------------Point Break*/
