/* 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;
  width: 100%;
}
body {
  margin: 0;
  font-family: 'Oswald', sans-serif;
}
.center {
  width: 70%;
  margin: 0 auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
html {
  font-size: 16px;
}
h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
}
h3 {
  font-size: 1.25rem;
}
header {
  text-align: center;
  background-image: url(img/header.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 700px;
}
header h3 {
  color: white;
  text-transform: uppercase;
  font-size: 2.5rem;
  padding: 10px 30px;
  margin: 0 300px;
}
header h3:hover {
  background-color: rgba(39, 39, 39, 0.85);
}
header nav {
  margin-bottom: 100px;
  background-color: rgba(0, 0, 0, 0.85);
}
header nav .drop {
  display: none;
}
header nav .menu li {
  width: 20%;
  text-align: center;
}
header nav .menu li a {
  color: white;
  display: block;
  padding: 10px;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: solid 5px rgba(0, 0, 0, 0.85);
}
header nav .menu li a:hover {
  background-color: rgba(0, 0, 0, 0.85);
  border-bottom: solid 5px white;
}
header article {
  text-align: right;
  margin-bottom: 30px;
  color: white;
}
header article h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
header article p {
  font-size: 1.25rem;
}
.info .center {
  padding: 60px;
}
.info h2 {
  text-align: center;
  margin-bottom: 15px;
}
.info article {
  text-align: right;
  width: 60%;
  padding-left: 50px;
}
.info article h3 {
  margin-bottom: 10px;
}
.info figure {
  width: 40%;
  min-height: 295px;
  background-image: url(img/info.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.service {
  background-color: #272727;
}
.service article {
  width: calc(33.3% - 10px);
  text-align: center;
  color: white;
  padding: 60px 0;
}
.service article a {
  color: white;
}
.autre .center {
  padding: 60px;
}
.autre h2 {
  text-align: center;
  margin-bottom: 15px;
}
.autre article {
  text-align: left;
  width: 50%;
}
.autre article h3 {
  margin-bottom: 10px;
}
.autre .wrap {
  width: 50%;
}
.autre .wrap figure {
  width: calc(50% - 10px);
  margin: 5px;
  min-height: 250px;
  padding: 15px;
}
.autre .wrap figure:nth-child(1) {
  background-image: url(img/autre-1.jpg);
}
.autre .wrap figure:nth-child(2) {
  background-image: url(img/autre-2.jpg);
}
@media screen and (max-width: 1655px) {
  header h3 {
    margin: 0 200px;
  }
}
@media screen and (max-width: 1360px) {
  html {
    font-size: 14px;
  }
  header h3 {
    margin: 0 150px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
  header h3 {
    margin: 0 100px;
  }
  header nav .menu li a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  header h3 {
    margin: 0 50px;
  }
  header nav .menu li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 850px) {
  header h3 {
    margin: 0;
  }
  header nav .drop {
    display: block;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
  }
  header nav .drop:after {
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url(imgs/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s;
  }
  header nav .drop.active:after {
    transform: rotate(180deg);
  }
  header nav .menu {
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
  }
  header nav .menu li {
    width: 100%;
  }
}
