/* Generated by less 3.11.1 */
@charset "utf-8";
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;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  background-color: #fff;
  border: 0 solid transparent;
  font-size: 16px;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
  display: block;
  font-family: 'Roboto', sans-serif;
}
img,
object,
embed,
canvas,
video,
audio,
picture {
  max-width: 100%;
  height: auto;
}
img {
  display: block;
}
a {
  text-decoration: none;
  color: black;
}
/* ------------------------------- RECURENTES -- */
.clear {
  display: block;
  zoom: 1;
}
.clear:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  width: 960px;
  margin: 0 auto;
}
.gotop {
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: red;
  bottom: 40px;
  right: 40px;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.5s;
  z-index: 1000;
}
.gotop:hover {
  background-color: goldenrod;
}
h2 {
  color: goldenrod;
  font-family: 'Pinyon Script';
  font-size: 60px;
  font-weight: normal;
  text-align: center;
}
.flip-box {
  background-color: transparent;
  width: 350px;
  height: 250px;
  perspective: 1000px;
  margin: 40px 60px;
  /* Remove this if you don't want the 3D effect */
}
/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1s;
  transform-style: preserve-3d;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
/* Position the front and back side */
.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}
/* Style the front side */
.flip-box-front {
  background-color: goldenrod;
  color: #fff;
}
.flip-box-front img {
  width: 100%;
  height: 207.28px;
  object-fit: cover;
}
.flip-box-front h3 {
  line-height: 15px;
  font-size: 18px;
  padding: 15px;
  font-family: 'Raleway';
  font-weight: 500;
  color: #000;
}
/* Style the back side */
.flip-box-back {
  background-color: goldenrod;
  color: #393939;
  transform: rotateY(180deg);
}
.flip-box-back h3 {
  line-height: 30px;
  font-size: 30px;
  padding: 20px;
}
.flip-box-back p {
  padding: 20px;
  font-size: 18px;
  font-family: 'Raleway';
}
.flip-box-back a {
  display: block;
  background-color: red;
  color: #fff;
  border-radius: 120px;
  width: 50%;
  height: 40px;
  line-height: 40px;
  margin: 15px auto;
  transition: all 0.5s;
}
.flip-box-back a:hover {
  background-color: #fff;
  color: #e91845;
  border: solid 1px #e91845;
}
/* ------------------------------- END RECURENTES -- */
/* ------------------------------- NAV -- */
div.menu {
  display: none;
}
nav.menu {
  width: 100vw;
  height: 80px;
  background-color: #000;
  position: fixed;
  z-index: 1000;
}
nav.menu ul {
  font-size: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
}
nav.menu ul li {
  font-size: 16px;
  width: 20%;
  text-align: center;
}
nav.menu ul li a {
  color: #fff;
  line-height: 80px;
  transition: all 0.5s;
  /* -------------------------------- animation trait glisse ---------------*/
  display: inline;
  background: linear-gradient(to top, #daa520 0%, #daa520 7%, transparent 7.01%) no-repeat left bottom / 0 100%;
}
nav.menu ul li a:hover {
  color: goldenrod;
  font-size: 18px;
  background-size: 100% 100%;
  transition: background-size 0.5s;
}
nav.menu ul li a img {
  margin: 24px auto;
  width: 60%;
  transition: all 0.5s;
}
nav.menu ul li a img:hover {
  width: 70%;
}
/* ------------------------------- head -- */
h1 {
  display: none;
}
section.head {
  background-image: url(../img/header.jpg);
  background-size: cover;
  height: 700px;
  background-position: center center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
section.head article.center {
  padding: 0 40px 0 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
section.head article.center p {
  color: #fff;
  font-family: 'Raleway';
  font-size: 20px;
  width: 500px;
  text-align: center;
  margin-top: 25px;
  letter-spacing: 1px;
}
section.head article.center p span {
  color: red;
}
/* ------------------------------- Propos -- */
section.propos {
  background-image: url(../img/fondpropos.jpg);
  background-attachment: fixed;
  background-position: center center;
}
section.propos article.center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 120px 15px;
  text-align: center;
  justify-content: space-around;
}
section.propos article.center p.propos {
  margin: 25px auto 100px auto;
  font-family: 'Raleway';
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
}
section.propos article.center div.img {
  width: 420px;
  margin-bottom: 25px;
}
section.propos article.center div.text {
  width: 400px;
  margin: auto 15px;
}
section.propos article.center div.text h3 {
  text-align: left;
  font-family: 'Raleway';
  font-size: 22px;
}
section.propos article.center div.text div.trait {
  width: 150px;
  height: 2px;
  background-color: red;
  margin: 10px 0 20px 0;
}
section.propos article.center div.text p {
  text-align: justify;
  margin-bottom: 30px;
  font-family: 'Raleway';
  font-size: 16px;
  line-height: 20px;
}
section.propos article.center div.text a {
  background-color: goldenrod;
  line-height: 50px;
  /* -------------------------------- animation glisse ---------------*/
  box-shadow: inset 0 0 0 0 red;
  transition: all 0.9s;
  font-size: 14px;
  outline: none;
  margin: 10px auto;
  display: block;
  /* -------------------------------- Fin animation glisse ---------------*/
}
section.propos article.center div.text a:hover {
  box-shadow: inset 380px 0 0 0 red;
  cursor: pointer;
  color: #fff;
}
/* ------------------------------- Nos valeurs -- */
section.valeurs {
  background-image: url(../img/montre.jpg);
}
section.valeurs div {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 120px 15px;
}
section.valeurs div article.center {
  text-align: center;
}
section.valeurs div article.center p {
  color: #fff;
  font-family: 'Raleway';
  font-size: 18px;
  margin: 25px auto 80px auto;
}
section.valeurs div section.art {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section.valeurs div section.art article {
  width: 300px;
  height: 250px;
  background-color: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px;
}
section.valeurs div section.art article h3 {
  color: goldenrod;
  font-size: 24px;
  font-family: 'Raleway';
}
section.valeurs div section.art article i {
  font-size: 40px;
  margin: 25px auto;
}
section.valeurs div section.art article p {
  font-family: 'Raleway';
  font-size: 16px;
  line-height: 24px;
}
section.valeurs div p.partage {
  margin-top: 80px;
  font-size: 16px;
  font-family: 'Raleway';
  font-weight: normal;
  color: #fff;
  text-align: center;
}
/* ------------------------------- Nos créations -- */
section.crea {
  background-color: #f5f5f5;
  padding: 90px 15px;
}
section.crea p.center {
  text-align: center;
}
section.crea h4.center {
  text-align: center;
  margin: 40px auto 40px auto;
  font-family: 'Raleway';
  font-weight: 400;
  color: red;
  font-size: 30px;
}
section.crea article.center {
  padding: 90px 15px 0 15px:;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* ------------------------------- contact -- */
section.contact {
  background-image: url(../img/fondconnect.jpg);
  background-attachment: fixed;
  padding: 100px 15px 10px 15px;
}
section.contact div.text {
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  width: 250px;
  background-color: red;
  color: #fff;
}
section.contact div.text h4 {
  margin: 25px auto;
  font-size: 30px;
}
section.contact article.cont {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  padding: 50px 0 150px 0;
  margin: 0 auto;
  flex-wrap: wrap;
}
section.contact article.cont section.news {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 400px;
  margin: 50px 20px 0 20px;
}
section.contact article.cont section.news article {
  text-align: center;
  color: goldenrod;
  width: 300px;
  margin: 25px;
}
section.contact article.cont section.news article i.fas {
  margin: 25px auto 15px auto;
  color: #fff;
  font-size: 35px;
}
section.contact article.cont section.news article p.suivre {
  color: #fff;
}
section.contact article.cont section.news article i.rese {
  font-size: 25px;
  color: goldenrod;
  margin: 10px;
}
section.contact article.cont section.news p.gold {
  color: goldenrod;
  letter-spacing: 0px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  font-size: 25px;
  font-weight: 100;
}
section.contact article.cont section.news i.fab {
  color: #fff;
}
section.contact article.cont section.news div {
  margin-top: 10px;
}
section.contact article.cont section.news div label {
  color: #fff;
}
section.contact article.cont section.news div input {
  width: 300px;
  height: 30px;
  transition: all 0.5s;
}
section.contact article.cont section.news div input:hover {
  background-color: rgba(250, 250, 250, 0.7);
}
section.contact article.cont section.news button {
  padding: 10px 32px;
  background-color: goldenrod;
  transition: all 0.5s;
  width: 300px;
  margin-top: 20px;
}
section.contact article.cont section.news button i.far {
  margin-left: 15px;
}
section.contact article.cont section.news button:hover {
  background-color: rgba(218, 165, 32, 0.7);
  cursor: pointer;
}
section.contact article.cont section.ad {
  border: 2px inset goldenrod;
}
section.contact article.cont section.map {
  margin: auto 0;
}
section.contact footer {
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  margin: 0 auto;
}
section.contact footer p a {
  display: inline-block;
}
/*-------------------------------- MEDIA QUERY 960px --------------------*/
@media screen and (max-width: 960px) {
  .center {
    width: 100%;
  }
  section.head {
    height: 550px;
  }
  nav.menu {
    display: none;
  }
  div.burger {
    width: 60px;
    height: 60px;
    background-color: red;
    cursor: pointer;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    display: block;
    border-bottom-left-radius: 20px;
  }
  div.burger span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
  }
  div.burger span:before,
  div.burger span:after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }
  div.burger span:before {
    top: -10px;
  }
  div.burger span:after {
    top: 10px;
  }
  div.burger.burger-open span {
    background-color: rgba(0, 0, 0, 0);
  }
  div.burger.burger-open span:before {
    transform: rotate(45deg);
    top: 0;
  }
  div.burger.burger-open span:after {
    transform: rotate(135deg);
    top: 0;
  }
  div.menu {
    display: block;
    height: 50%;
    width: 100%;
    background-color: #000000;
    position: fixed;
    z-index: 2;
    left: -100%;
    top: 0;
    transform: translateX(100%);
    overflow-y: hidden;
    transition: all 0.3s ease-in-out;
  }
  div.menu.is-open {
    transform: translateX(0);
    transform: translateY(-80px);
  }
  div.menu ul {
    position: absolute;
    top: -150px;
    transform: translateY(80%);
  }
  div.menu ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 5px;
  }
  div.menu ul li a {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    padding-left: 20px;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    transition: all 0.5s;
  }
  div.menu ul li a:hover {
    color: #fff;
    letter-spacing: 2px;
  }
  div.menu ul li a img {
    width: 110px;
    margin: 0 auto 20px auto;
  }
}
/*-------------------------------- MEDIA QUERY 768px --------------------*/
@media screen and (max-width: 768px) {
  :before {
    content: '';
  }
  section.head {
    background-image: url(../img/homme.jpg);
    background-attachment: fixed;
    background-position: center center;
    position: relative;
  }
  section.head:before {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  article.center {
    justify-content: center;
    position: relative;
  }
  section.contact footer {
    font-size: 12px;
  }
  section.contact footer p {
    line-height: 18px;
  }
  section.contact article.cont {
    justify-content: center;
    padding: 0 ;
  }
  section.contact article.cont section.ad {
    margin-bottom: 25px;
  }
  section.contact article.cont section.un {
    margin: 0 0 25px 0;
  }
  section.contact article.cont section.map {
    margin: 0 0 45px 0;
  }
}
/*-------------------------------- MEDIA QUERY 475px --------------------*/
@media screen and (max-width: 475px) {
  h2 {
    font-size: 50px;
  }
  section.head {
    height: 450px;
  }
  section.head article.center {
    justify-content: center;
  }
  section.head article.center div.img img {
    width: 320px;
  }
  section.propos article.center {
    padding: 50px 15px;
  }
  section.propos article.center p.propos {
    margin: 25px auto 25px auto;
  }
  section.valeurs div {
    padding: 50px 15px;
  }
  section.valeurs div p.partage {
    margin-top: 25px;
  }
  section.crea {
    padding: 50px 15px;
  }
  section.crea article.center h3 {
    line-height: 16px;
    font-size: 16px;
    padding: 9px;
  }
  section.crea article.center div.flip-box {
    width: 300px;
    margin: 20px 15px;
  }
  section.crea article.center .flip-box-back h3 {
    line-height: 15px;
    font-size: 20px;
    padding: 10px;
  }
  section.crea article.center .flip-box-back p {
    padding: 10px;
    font-size: 16px;
  }
  section.contact {
    padding: 50px 15px 30px15px;
  }
  section.contact article.center div.text h4 {
    width: 250px;
  }
  section.contact article.cont section.news {
    width: 300px;
  }
}
