/* 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;
}
/*------------------------------------------------------Reset*/
.flexbox {
  display: flex;
  flex-wrap: wrap;
}
.center {
  width: 85%;
  margin: 0 auto;
}
/*---------------------------------------------Conteneur Design*/
.top {
  background-color: #a3f7bf;
  color: #222831;
  padding: 10px;
  text-align: center;
}
.top ul {
  margin-left: 450px;
}
.top ul .tel .enveloppe {
  width: 2px 4px;
}
.top p {
  margin: 20px;
}
.top span {
  margin-left: 200px;
  margin-top: 10px;
}
nav {
  background-color: #222831;
  padding: 25px;
}
nav a {
  display: block;
  color: white;
  margin: 20px;
  text-transform: uppercase;
  font-size: 20px;
}
header {
  background-image: url(images/header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px;
}
header article {
  padding-right: 600px;
}
header article h2 {
  color: white;
  font-size: 60px;
  text-transform: uppercase;
}
header article h3 {
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 500;
  border: solid 1px #222831;
  background-color: #222831;
  color: #a3f7bf;
}
header article h1 {
  color: white;
  font-size: 32px;
  margin-top: 50px;
  font-weight: 300;
}
.bienvenue {
  background-color: #222831;
  text-align: center;
  padding: 80px;
}
.bienvenue figure {
  width: 110px;
  margin-left: 500px;
}
.bienvenue h2 {
  text-transform: uppercase;
  color: #a3f7bf;
  font-size: 36px;
}
.bienvenue p {
  color: #b7b8b8;
  font-size: 20px;
  margin: 20px;
  padding: 20px;
}
