@charset "utf-8";
@import url('https://fr.allfont.net/allfont.css?fonts=lucida-console');
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%;
  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;
}
#scrolltop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #60252b;
  border-radius: 50%;
  color: white;
  font-size: 22px;
  transition: all 0.2s ease;
}
#scrolltop:hover {
  color: #bb2d3b;
  background-color: white;
}
/* ------------------------------- END RECURENTES -- */
nav {
  top: 0;
  width: 100%;
  height: 78px;
  background-color: #60252b;
  position: fixed;
}
nav div.menu {
  height: 100%;
}
nav div.menu ul {
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
nav div.menu ul li {
  flex: 1;
  list-style-type: none;
  text-align: center;
}
nav div.menu ul li a {
  display: block;
  font-size: 22px;
  color: white;
  transition: all 0.3s ease;
}
nav div.menu ul li a:hover {
  color: #FDD2A9;
  transform: translateY(-5px);
}
nav div.menu ul li:nth-of-type(1) {
  flex: 3;
}
nav div.menu ul li:nth-of-type(1) a {
  font-size: 26px;
}
header {
  width: 100%;
  margin-top: 78px;
  background-image: url('../img/header.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 6% 0%;
}
header div.container {
  padding: 6% 0% 0% 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header div.container h1 {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: white;
  padding: 2% 0%;
  font-size: 60px;
}
header div.container h2 {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: white;
  padding: 2% 0%;
  font-size: 30px;
}
header div.container a {
  color: white;
  font-size: 22px;
}
section.gallery {
  padding: 4% 0%;
}
section.gallery div.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.gallery div.container h2 {
  text-transform: uppercase;
  font-family: 'Lucida Console', arial;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 60px;
}
section.gallery div.container div.photos {
  padding-top: 5%;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.gallery div.container div.photos div {
  width: 30%;
  margin: 1%;
  overflow: hidden;
}
section.gallery div.container div.photos div img {
  transition: all 0.3s ease-in-out;
}
section.gallery div.container div.photos div:hover img {
  transform: scale(1.15);
}
section.bio {
  padding: 6% 0%;
  background-image: url('../img/bg_bio.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.bio div.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.bio div.container h2 {
  text-transform: uppercase;
  font-family: 'Lucida Console', arial;
  font-weight: 600;
  color: white;
  letter-spacing: 0.2em;
  font-size: 60px;
  padding-bottom: 4%;
}
section.bio div.container div.infos {
  padding: 5% 0%;
  display: flex;
  flex-direction: column;
  width: 50%;
}
section.bio div.container div.infos p {
  background-color: rgba(27, 30, 33, 0.95);
  font-size: 20px;
  font-weight: 300;
  color: white;
  margin: 3% 0%;
}
section.bio div.container div.infos p:nth-of-type(1) {
  padding: 2% 4%;
  width: 50%;
  align-self: flex-end;
  text-align: right;
}
section.bio div.container div.infos p:nth-of-type(2) {
  width: 50%;
  padding: 2% 4%;
}
section.contact {
  padding: 6% 0%;
  background-image: url('../img/bg_contact.jpg');
  background-position: center;
  background-size: cover;
}
section.contact div.container {
  padding: 0% 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.contact div.container h2 {
  text-transform: uppercase;
  font-family: 'Lucida Console', arial;
  font-weight: 600;
  color: white;
  letter-spacing: 0.2em;
  font-size: 60px;
  padding: 4% 0%;
}
section.contact div.container p {
  text-align: center;
  font-weight: 300;
  padding: 0% 30%;
  color: white;
  font-family: 'roboto', arial;
  font-size: 22px;
}
section.contact div.container div.infos {
  padding: 5% 0%;
  width: 50%;
  display: flex;
  justify-content: space-between;
}
section.contact div.container div.infos div.tel {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1% 4%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.contact div.container div.infos div.tel p {
  font-weight: 400;
  font-size: 24px;
  padding: 0% 0%;
  padding-bottom: 5%;
}
section.contact div.container div.infos div.tel a {
  font-size: 16px;
  align-self: flex-end;
  color: white;
  letter-spacing: 0.15em;
  padding: 2% 0%;
}
section.contact div.container div.infos div.tel a:hover {
  color: #bb2d3b;
}
section.contact div.container div.infos div.mail {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1% 4%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
section.contact div.container div.infos div.mail p {
  font-weight: 400;
  font-size: 24px;
  padding: 0% 0%;
  padding-bottom: 5%;
}
section.contact div.container div.infos div.mail a {
  font-size: 16px;
  align-self: flex-end;
  color: white;
  letter-spacing: 0.15em;
  padding: 2% 0%;
}
section.contact div.container div.infos div.mail a:hover {
  color: #bb2d3b;
}
section.contact div.container div.adresse {
  display: flex;
  justify-content: space-between;
  width: 50%;
}
section.contact div.container div.adresse div.adr {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1% 2%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: fit-content;
}
section.contact div.container div.adresse div.adr p {
  font-weight: 400;
  font-size: 24px;
  padding: 0%;
  padding-bottom: 5%;
}
section.contact div.container div.adresse div.adr a {
  font-size: 16px;
  text-align: right;
  align-self: flex-end;
  color: white;
  letter-spacing: 0.1em;
  padding: 2% 0%;
}
section.contact div.container div.adresse div.adr a:hover {
  color: #bb2d3b;
}
section.contact div.container div.adresse div.horraire {
  padding: 1% 4%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  width: 30%;
}
section.contact div.container div.adresse div.horraire p {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  padding: 0%;
  font-weight: 400;
}
section.contact div.container div.adresse div.horraire p span {
  font-weight: 300;
}
section.contact div.container div.map {
  margin: 0 auto;
  width: 50%;
  height: 300px;
  padding: 2% 0%;
}
Footer {
  background-color: #1b1e21;
  padding: 2% 0% 1% 0%;
}
Footer div.container {
  padding: 0% 5%;
  justify-content: space-evenly;
  display: flex;
  flex-wrap: wrap;
}
Footer div.container a {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: white;
  letter-spacing: 0.2em;
  font-size: 28px;
  align-self: center;
  transition: all 0.2s ease-in-out;
}
Footer div.container a:hover {
  color: #bb2d3b;
}
Footer div.container div.socials {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
Footer div.container div.socials p {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 400;
}
Footer div.container div.socials div.links {
  padding: 10% 4%;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
Footer div.container div.socials div.links a {
  text-align: center;
  color: white;
  border: 2px solid white;
  border-radius: 50%;
  letter-spacing: 0;
  padding: 4%;
  transition: all 0.2s ease-in-out;
}
Footer div.container div.socials div.links a:hover {
  color: #bb2d3b;
  border: 2px dotted #60252b;
}
Footer div.container div.socials div.links a i {
  font-size: 28px;
}
Footer div.container div.navig {
  align-self: center;
}
Footer div.container div.navig ul li {
  list-style-type: none;
}
Footer div.container div.navig ul li a {
  color: white;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  transition: all 0.2s ease-in-out;
}
Footer div.container div.navig ul li a:hover {
  color: #bb2d3b;
}
Footer div.copyright {
  display: flex;
  justify-content: center;
}
Footer div.copyright p {
  font-size: 18px;
  color: white;
}
Footer div.copyright p a {
  color: #bb2d3b;
  transition: all 0.2s ease;
}
Footer div.copyright p a:hover {
  font-weight: 500;
}
/* ------------------------------------------------------------------------- */
/* ---------------------------- MEDIA QUERIES 1000px ----------------------- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {
  section.bio div.container div.infos {
    padding: 5% 0%;
    display: flex;
    flex-direction: column;
    width: 60%;
  }
  section.bio div.container div.infos p:nth-of-type(1) {
    padding: 2% 4%;
    width: 80%;
    align-self: flex-end;
    text-align: right;
  }
  section.bio div.container div.infos p:nth-of-type(2) {
    width: 80%;
    padding: 2% 4%;
  }
  section.contact div.container p {
    padding: 0% 10%;
  }
  section.contact div.container div.infos {
    width: 80%;
  }
  section.contact div.container div.adresse {
    width: 80%;
  }
  section.contact div.container div.map {
    width: 80%;
  }
}
/* ------------------------------------------------------------------------- */
/* ---------------------------MEDIA QUERIES 960px -------------------------- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 960px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  nav {
    height: 0;
  }
  nav div.burger {
    display: block;
    height: 50px;
    width: 50px;
    background-color: #60252b;
    position: fixed;
    z-index: 4;
    top: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
  }
  nav div.burger span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
  }
  nav div.burger span::before,
  nav div.burger span::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease-in-out;
    position: absolute;
  }
  nav div.burger span::before {
    top: -10px;
  }
  nav div.burger span::after {
    top: 10px;
  }
  nav div.burger.burger-open span {
    background-color: rgba(0, 0, 0, 0);
  }
  nav div.burger.burger-open span::before {
    transform: rotate(45deg);
    top: 0;
  }
  nav div.burger.burger-open span::after {
    transform: rotate(135deg);
    top: 0;
  }
  nav div.menu {
    height: 50%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    right: 0;
    z-index: 2;
    transform: translateX(100%);
    overflow-x: hidden;
    transition: all 0.3s ease-in-out;
  }
  nav div.menu.is-open {
    transform: translateX(0);
  }
  nav div.menu ul {
    position: absolute;
    padding-top: 5%;
    width: 100%;
    flex-direction: column;
  }
  nav div.menu ul li:nth-of-type(1) {
    flex: 1;
  }
  nav div.menu ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 0px;
  }
  header {
    margin-top: 0;
  }
  header div.container div.icone {
    width: 60%;
  }
  header div.container div.icone img {
    margin: 0 auto;
  }
  section.gallery div.container div.photos {
    width: 80%;
  }
  section.gallery div.container div.photos div {
    width: 45%;
  }
}
/* ------------------------------------------------------------------------- */
/* ---------------------------MEDIA QUERIES 800px -------------------------- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 800px) {
  section.contact div.container div.infos {
    width: 90%;
    flex-wrap: wrap;
  }
  section.contact div.container div.infos div.tel {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  section.contact div.container div.infos div.tel p {
    padding-bottom: 0%;
  }
  section.contact div.container div.infos div.tel a {
    align-self: center;
  }
  section.contact div.container div.infos div.mail {
    width: 100%;
    align-items: center;
  }
  section.contact div.container div.infos div.mail p {
    padding-bottom: 0%;
  }
  section.contact div.container div.infos div.mail a {
    align-self: center;
  }
  section.contact div.container div.adresse {
    flex-wrap: wrap;
    width: 90%;
    flex-direction: column;
    align-items: center;
  }
  section.contact div.container div.adresse div.adr {
    width: 100%;
    align-items: center;
  }
  section.contact div.container div.adresse div.adr p {
    padding-bottom: 0%;
  }
  section.contact div.container div.adresse div.adr a {
    text-align: center;
    align-self: center;
  }
  section.contact div.container div.adresse div.horraire {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  section.contact div.container div.adresse div.horraire p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0% 10%;
  }
  section.contact div.container div.map {
    width: 90%;
  }
  Footer div.container div.socials p {
    text-align: center;
  }
  Footer div.container div.navig {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  section.gallery div.container div.photos {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  section.gallery div.container div.photos div {
    width: 70%;
  }
}
/* ------------------------------------------------------------------------- */
/* ---------------------------MEDIA QUERIES 30px -------------------------- */
/* ------------------------------------------------------------------------- */
@media screen and (min-width: 300px) {
  header div.container h1 {
    font-size: calc(1.25rem + ((1vw - 3px) * 2.4691));
    min-height: 0vw;
    text-align: center;
  }
  header div.container h2 {
    font-size: calc(0.875rem + ((1vw - 3px) * 0.9877));
    min-height: 0vw;
  }
  section.gallery div.container h2 {
    font-size: calc(1.25rem + ((1vw - 3px) * 2.4691));
    min-height: 0vw;
    text-align: center;
  }
  section.bio div.container h2 {
    font-size: calc(1.25rem + ((1vw - 3px) * 2.4691));
    min-height: 0vw;
    text-align: center;
  }
  section.bio div.container div.infos {
    width: 90%;
  }
  section.bio div.container div.infos p:nth-of-type(1) {
    font-size: calc(1rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
    text-align: center;
  }
  section.bio div.container div.infos p:nth-of-type(2) {
    font-size: calc(1rem + ((1vw - 3px) * 0.2469));
    min-height: 0vw;
    text-align: center;
  }
  section.contact div.container h2 {
    font-size: calc(1.25rem + ((1vw - 3px) * 2.4691));
    min-height: 0vw;
    text-align: center;
  }
  section.contact div.container p {
    font-size: calc(1rem + ((1vw - 3px) * 0.3704));
    min-height: 0vw;
  }
  Footer div.container {
    padding: 0% 0%;
  }
  Footer div.container a {
    font-size: 24px;
  }
  Footer div.container div.socials p {
    font-size: 18px;
  }
  Footer div.container div.socials div.links {
    padding: 10% 2%;
  }
  Footer div.container div.socials div.links a i {
    font-size: 20px;
  }
  Footer div.copyright p {
    font-size: 14px;
  }
}
