@charset "utf-8";
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
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 {
  scroll-behavior: smooth;
  height: 100%;
  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;
}
/* ------------------------------- END RECURENTES -- */
header {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/bg/bg_header.jpg);
  padding: 50px 0;
  align-items: center;
}
header div.nav {
  padding: 0 25px;
}
header div.nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-end;
}
header div.nav ul li {
  list-style-type: none;
}
header div.nav ul li:nth-child(2) {
  margin: 0 25px;
}
header div.nav ul li a {
  letter-spacing: 0.2em;
  font-weight: 400;
  font-size: 1.5rem;
  color: white;
}
header div.title div.center {
  padding-top: 25px;
}
header div.title div.center h1 {
  letter-spacing: 0.2em;
  font-weight: 400;
  text-align: center;
  font-size: 3.75rem;
  color: white;
  margin-bottom: 2%;
}
header div.title div.center h2 {
  letter-spacing: 0.2em;
  font-weight: 400;
  text-align: center;
  font-size: 1.875rem;
  color: white;
}
header div.scroll {
  margin-top: 15px;
}
section.about {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 150px;
  background-image: url(../img/bg/bg_about.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
section.about div.center p:nth-of-type(1) {
  margin-top: 85px;
  margin-bottom: 100px;
  font-size: 3rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #454545;
}
section.about div.center p:nth-of-type(2) {
  padding: 0 155px;
  margin-top: 50px;
  margin-bottom: 100px;
  font-size: 1.575rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #454545;
}
section.about div.center p:nth-of-type(3) {
  padding: 0 155px;
  margin-top: 43px;
  font-size: 1.575rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #454545;
}
section.about div.center div.logo img {
  margin: auto;
}
section.about div.center span {
  margin-top: 50px;
  margin: auto;
  display: block;
  width: 180px;
  height: 5px;
  background-color: #454545;
}
section.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.team {
  background-image: url(../img/bg/bg_team.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 150px;
}
section.team div.center h2 {
  color: #454545;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 0.2em;
  text-align: center;
}
section.team div.portraits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 100px;
  text-align: center;
  color: #454545;
  letter-spacing: 0.2em;
  font-size: 1.875rem;
  font-weight: 400;
}
section.team div.portraits img {
  padding: 30px 0;
}
section.team div.portraits span {
  font-size: 1.5rem;
}
section.team div.txt.center {
  padding-top: 100px;
  margin-bottom: 50px;
}
section.team div.txt.center p {
  padding: 20px 0;
  text-align: center;
  font-size: 1.375rem;
  letter-spacing: 0.2em;
  color: #454545;
  font-weight: 400;
}
footer {
  width: 100%;
  background-color: #010101;
  padding: 25px 0;
}
footer div.center {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
footer div.center div.txt {
  align-self: center;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  color: white;
}
footer div.center div.txt a:nth-of-type(1) {
  color: white;
}
footer div.center div.txt a:nth-of-type(1):before {
  content: "\f879";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
}
footer div.center div.txt a:nth-of-type(1):hover {
  color: #C6444B;
}
footer div.center div.txt a:nth-of-type(2) {
  color: white;
}
footer div.center div.txt a:nth-of-type(2):before {
  content: "\f0e0";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
}
footer div.center div.txt a:nth-of-type(2):hover {
  color: #C6444B;
}
footer div.center div.txt a:nth-of-type(3) {
  color: white;
}
footer div.center div.txt a:nth-of-type(3):hover {
  color: #C6444B;
}
section.menu {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 150px;
  background-image: url("/img/bg/bg_menu.png");
  background-repeat: no-repeat;
  background-size: cover;
}
section.menu div.center p:nth-of-type(1) {
  margin-top: 85px;
  margin-bottom: 60px;
  font-size: 3rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #454545;
}
section.menu div.center div.logo img {
  margin: auto;
}
section.menu div.center span {
  margin-top: 50px;
  margin: auto;
  display: block;
  width: 180px;
  height: 5px;
  background-color: #454545;
}
section.menu div.content1 {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
section.menu div.content1 div.img__wrap {
  position: relative;
  height: 206px;
  width: 200px;
}
section.menu div.content1 div.img__wrap img {
  padding: 15px 15px;
}
section.menu div.content1 div.img__wrap div.img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s, visibility 0.2s;
}
section.menu div.content1 div.img__wrap div.img__description_layer p:nth-child(1) {
  text-align: center;
  transition: 0.2s;
  transform: translateY(1em);
}
section.menu div.content1 div.img__wrap:hover .img__description_layer {
  visibility: visible;
  opacity: 1;
}
section.menu div.content2 {
  padding-top: 80px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
section.menu div.content2 div.img__wrap {
  position: relative;
  height: auto;
  width: 206px;
}
section.menu div.content2 div.img__wrap img {
  margin: auto;
  padding: 15px 15px;
}
section.menu div.content2 div.img__wrap div.img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s, visibility 0.2s;
}
section.menu div.content2 div.img__wrap div.img__description_layer p:nth-child(1) {
  text-align: center;
  transition: 0.2s;
  transform: translateY(1em);
}
section.menu div.content2 div.img__wrap:hover .img__description_layer {
  visibility: visible;
  opacity: 1;
}
section.menu div.content3 {
  padding-top: 80px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
section.menu div.content3 div.img__wrap {
  position: relative;
  height: auto;
  width: 206px;
}
section.menu div.content3 div.img__wrap img {
  margin: auto;
  padding: 15px 15px;
}
section.menu div.content3 div.img__wrap div.img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s, visibility 0.2s;
}
section.menu div.content3 div.img__wrap div.img__description_layer p:nth-child(1) {
  text-align: center;
  transition: 0.2s;
  transform: translateY(1em);
}
section.menu div.content3 div.img__wrap:hover .img__description_layer {
  visibility: visible;
  opacity: 1;
}
section.menu div.content4 {
  padding-top: 80px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
section.menu div.content4 div.img__wrap {
  position: relative;
  height: auto;
  width: 206px;
}
section.menu div.content4 div.img__wrap img {
  margin: auto;
  padding: 15px 15px;
}
section.menu div.content4 div.img__wrap div.img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s, visibility 0.2s;
}
section.menu div.content4 div.img__wrap div.img__description_layer p:nth-child(1) {
  text-align: center;
  transition: 0.2s;
  transform: translateY(1em);
}
section.menu div.content4 div.img__wrap:hover .img__description_layer {
  visibility: visible;
  opacity: 1;
}
section.menu div.content5 {
  padding-top: 80px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
section.menu div.content5 div.img__wrap {
  position: relative;
  height: auto;
  width: 206px;
}
section.menu div.content5 div.img__wrap img {
  margin: auto;
  padding: 15px 15px;
}
section.menu div.content5 div.img__wrap div.img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s, visibility 0.2s;
}
section.menu div.content5 div.img__wrap div.img__description_layer p:nth-child(1) {
  text-align: center;
  transition: 0.2s;
  transform: translateY(1em);
}
section.menu div.content5 div.img__wrap:hover .img__description_layer {
  visibility: visible;
  opacity: 1;
}
section.menu div.content6 {
  padding-top: 80px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
section.menu div.content6 div.img__wrap {
  position: relative;
  height: auto;
  width: 206px;
}
section.menu div.content6 div.img__wrap img {
  margin: auto;
  padding: 15px 15px;
}
section.menu div.content6 div.img__wrap div.img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s, visibility 0.2s;
}
section.menu div.content6 div.img__wrap div.img__description_layer p:nth-child(1) {
  text-align: center;
  transition: 0.2s;
  transform: translateY(1em);
}
section.menu div.content6 div.img__wrap:hover .img__description_layer {
  visibility: visible;
  opacity: 1;
}
section.contact {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 150px;
  background-image: url("/img/bg/bg_menu.png");
  background-repeat: no-repeat;
  background-size: cover;
}
section.contact div.center div.title p {
  margin-top: 85px;
  margin-bottom: 60px;
  font-size: 3rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #454545;
}
section.contact div.center div.title span {
  margin-top: 50px;
  margin: auto;
  display: block;
  width: 180px;
  height: 5px;
  background-color: #454545;
}
section.contact div.center div.logo img {
  margin: auto;
}
section.contact div.center div.infos {
  padding: 8% 0% 4% 0%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
section.contact div.center div.infos div.phone {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.contact div.center div.infos div.phone p {
  font-size: 28px;
  margin: 1% 0%;
}
section.contact div.center div.infos div.phone span {
  font-size: 20px;
}
section.contact div.center div.infos div.adresse {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.contact div.center div.infos div.adresse p {
  font-size: 28px;
  margin: 2% 0%;
}
section.contact div.center div.infos div.adresse span {
  text-align: center;
  font-size: 20px;
}
section.contact div.center div.formulaire {
  width: 100%;
}
section.contact div.center div.formulaire form {
  padding: 4% 5%;
  display: flex;
  flex-direction: column;
}
section.contact div.center div.formulaire form div {
  margin: 2% 0%;
  display: flex;
  justify-content: space-between;
}
section.contact div.center div.formulaire form div input {
  width: 40%;
  height: 45px;
  text-indent: 1%;
}
section.contact div.center div.formulaire form div:nth-of-type(2) input {
  width: 100%;
}
section.contact div.center div.formulaire form div:nth-of-type(3) textarea {
  text-indent: 1%;
  min-width: 100%;
  min-height: 200px;
}
section.contact div.center div.formulaire form button {
  align-self: flex-end;
  width: 20%;
  padding: 2% 0%;
  text-transform: uppercase;
}
section.contact div.center div.formulaire form button:hover {
  cursor: pointer;
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 960px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 960px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  header div.nav {
    padding: 0 25px;
  }
  header div.nav ul li:nth-child(2) {
    width: 30%;
    height: auto;
  }
  header div.title div.center h1 {
    font-size: 2.75rem;
  }
  header div.title div.center h2 {
    font-size: 1.275rem;
  }
  header div.scroll {
    margin-top: 15px;
  }
  header div.scroll div.animate__animated.animate__pulse.animate__infinite {
    margin: 0 auto;
    width: 50%;
    height: auto;
  }
  section.about div.center p:nth-of-type(2) {
    padding: 0;
  }
  section.about div.center p:nth-of-type(3) {
    padding: 0;
  }
  section.about div.center div.logo img {
    margin: auto;
  }
  section.gallery img {
    width: 100%;
  }
  section.team {
    background-size: 50%;
  }
  section.team div.center h2 {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
  section.team div.portraits {
    letter-spacing: 0.1em;
    font-size: 1.275rem;
  }
  section.team div.portraits span {
    font-size: 0.8em;
  }
  section.team div.txt.center {
    padding-top: 100px;
  }
  section.team div.txt.center p {
    padding: 20px 60px;
    font-size: 1.175rem;
  }
  footer div.center {
    align-items: center;
  }
  footer div.center a img {
    width: 50%;
    height: auto;
    margin: auto;
  }
  footer div.center div.txt {
    font-size: 1em;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 960px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 680px) {
  header div.nav {
    width: 100%;
  }
  header div.nav ul {
    flex-wrap: wrap;
  }
  header div.nav ul li {
    width: 50%;
    text-align: center;
  }
  header div.nav ul li a {
    font-size: 1.2rem;
  }
  header div.nav ul li:nth-child(2) {
    display: none;
  }
  header div.title div.center h1 {
    font-size: 2.75rem;
  }
  header div.title div.center h2 {
    font-size: 1.275rem;
  }
}
