/*** VAR ***/
@font-face {
  font-family: playfair;
  src: url("../fonts/PlayfairDisplay-VariableFont_wght.ttf");
}
@font-face {
  font-family: quicksans;
  src: url("../fonts/Quicksand-VariableFont_wght.ttf");
}
/*** Title ***/
/*** Lab ***/
/*** Numb ***/
/*** Black ***/
/*** Grey ***/
/*** White ***/
/*** Color ***/
/*** Hover-color ***/
/*** Background path ***/
/*** VENDOR ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.primary-title {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 450px) {
  .primary-title {
    font-size: 2.3rem;
    text-align: center;
  }
}
@media screen and (max-width: 350px) {
  .primary-title {
    font-size: 2.5rem;
  }
}

.secondary-title {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 450px) {
  .secondary-title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 350px) {
  .secondary-title {
    font-size: 2rem;
  }
}

.tertiary-title {
  font-size: 2.1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 450px) {
  .tertiary-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 350px) {
  .tertiary-title {
    font-size: 1.9rem;
  }
}

.quaternary-title {
  font-size: 1.9rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 350px) {
  .quaternary-title {
    font-size: 1.8rem;
  }
}

.quinary-title {
  font-size: 1.7rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 350px) {
  .quinary-title {
    font-size: 1.6rem;
  }
}

.senary-title {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 350px) {
  .senary-title {
    font-size: 1.5rem;
  }
}

.primary-lab {
  font-size: 1.3rem;
  margin-bottom: 1.5vh;
  line-height: 1.5rem;
}
@media screen and (max-width: 800px) {
  .primary-lab {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
@media screen and (max-width: 450px) {
  .primary-lab {
    line-height: 2rem;
  }
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-family: playfair;
}

h1::first-letter, h2::first-letter, h3::first-letter, h4::first-letter, h5::first-letter, h6::first-letter, p::first-letter {
  text-transform: capitalize;
}

p, a, ul, li, span, strong, em,
input, textarea, figcaption,
table, thead, th, tbody, tr, td,
form, input, label, button {
  font-family: quicksans;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

input:focus, button:focus {
  outline: none !important;
}

strong, b {
  font-weight: bold !important;
}

em, i {
  font-style: italic !important;
}

/*** LAYOUT ***/
.primary-header {
  background: #fff;
  padding: 1.5rem;
  text-align: center;
}
.primary-header h1 {
  font-size: 2rem;
  color: #111;
}

.contact-header {
  position: relative;
  height: 35vh;
  background: url("../medias/contact.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position-y: 45%;
}
.contact-header .title {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 2rem;
  z-index: 1;
}
.contact-header .subtitle {
  color: #fff !important;
  text-align: center;
  z-index: 1;
}
.contact-header .subtitle span {
  position: relative;
  font-style: italic;
  top: 0.5rem;
}
.contact-header:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0.4;
}

.primary-nav {
  position: relative;
  width: 100%;
  text-align: center;
  transition: 0.3s;
  background: #fff;
}
.primary-nav a {
  display: block;
  padding: 1.5rem;
  font-size: 2rem;
  color: #111;
  font-family: playfair !important;
  transition: 0.8;
}
.primary-nav:hover {
  background: #111;
}
.primary-nav:hover a {
  color: #fff;
}

.primary-section {
  transition: 0.2s;
}

.secondary-section {
  position: relative;
  width: 100%;
  height: auto;
}
.secondary-section .wrapper {
  position: relative;
  width: 80%;
  margin: 0 auto;
  display: flex;
  padding: 8rem 0;
}
.secondary-section .wrapper .content {
  width: 60%;
}
.secondary-section .wrapper .content .title {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  color: #777;
  text-align: center;
}
.secondary-section .wrapper .side {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.secondary-section .wrapper .side .title {
  font-size: 1.4rem;
  color: #777;
  margin-bottom: 4rem;
}
.secondary-section .wrapper .side p {
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.2rem;
}
.secondary-section .wrapper .side .coord {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #111;
}
.secondary-section .wrapper .side .coord span {
  margin-right: 10px;
  color: #222;
}

.tertiary-section {
  width: 75%;
  position: relative;
  margin: 0 auto;
}

.quaternary-section {
  position: absolute;
  top: 0;
  width: 100%;
}

.quinary-section {
  width: 60%;
  position: relative;
  margin: 0 auto;
  background: #fff;
}
.quinary-section .videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background: #111;
}
.quinary-section .videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.quinary-section .banner {
  padding: 4rem 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
.quinary-section .banner .title {
  font-size: 3rem;
  color: #222;
  margin-bottom: 1rem;
}
.quinary-section .banner .subtitle {
  color: #777;
  text-transform: uppercase;
  font-weight: bold;
}
.quinary-section .wrapper {
  display: flex;
  height: auto;
  background: #fff;
}
.quinary-section .wrapper .content {
  padding: 2rem;
  width: 70%;
  height: auto;
}
.quinary-section .wrapper .content p {
  color: #777;
  margin-bottom: 1rem;
  line-height: 1.4rem;
}
.quinary-section .wrapper .content ul {
  color: #777;
  list-style: disc;
}
.quinary-section .wrapper .content ul li {
  margin-bottom: 1rem;
  margin-left: 1rem;
  line-height: 1.4rem;
}
.quinary-section .wrapper .side {
  padding: 2rem;
  width: 30%;
  text-align: center;
}
.quinary-section .wrapper .side .title {
  font-size: 1.3rem;
  color: #777;
  margin-bottom: 2rem;
}
.quinary-section .wrapper .side .coord {
  font-size: 1.2rem;
  color: #222;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.quinary-section .wrapper .side .coord span {
  margin-right: 10px;
}

@media screen and (max-width: 1630px) {
  .quinary-section {
    width: 70%;
  }
}
@media screen and (max-width: 1390px) {
  .quinary-section {
    width: 80%;
  }
}
@media screen and (max-width: 1220px) {
  .quinary-section {
    width: 90%;
  }
}
@media screen and (max-width: 1080px) {
  .quinary-section {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .quinary-section .wrapper {
    flex-wrap: wrap;
  }
  .quinary-section .wrapper .content {
    width: 100%;
  }
  .quinary-section .wrapper .side {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .secondary-section .wrapper {
    flex-wrap: wrap;
    padding: 2rem;
  }
  .secondary-section .wrapper .content {
    width: 100%;
    margin-bottom: 2rem;
  }
  .secondary-section .wrapper .side {
    width: 100%;
  }
}
.primary-footer {
  background: #fff;
  padding: 4rem 2rem;
  color: #777;
  text-align: center;
}
.primary-footer p {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.primary-footer p a {
  color: #111;
}
.primary-footer p:last-child {
  margin-bottom: 0;
}

/*** COMPONENTS ***/
.primary-card-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.primary-card-link {
  display: block;
}

.primary-card {
  position: relative;
  width: calc(100% / 3);
  height: 380px;
}
.primary-card figure {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.primary-card figure img {
  width: 100%;
  height: 390px;
}
.primary-card figure::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  top: 0;
  opacity: 0.6;
  transition: 0.5s;
}
.primary-card .card-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
}
.primary-card .card-content .title {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 0.7rem;
  border-bottom: solid transparent 1px;
  transition: 0.2s;
}
.primary-card .card-content .subtitle {
  color: #acacac;
  text-transform: uppercase;
}
.primary-card:hover {
  cursor: pointer;
}
.primary-card:hover figure::after {
  opacity: 0.2;
}
.primary-card:hover .card-content .title {
  border-bottom: solid #fff 1px;
}

.popup-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  z-index: -1;
  opacity: 0;
}

.primary-card-popup {
  position: absolute;
  margin-top: 10vh;
  width: 985px;
  padding: 0;
  height: auto;
  background: #fff;
  transition: 0.2s;
  box-shadow: #1a1a1a 0 0 10px 1px;
  margin-bottom: 10vh;
}
.primary-card-popup .secondary-header {
  background: url("../../medias/contact.jpg");
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position-y: 30%;
  position: relative;
}
.primary-card-popup .secondary-header::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #222;
  opacity: 0.5;
  left: 0;
  z-index: 0;
}
.primary-card-popup .secondary-header .title {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.primary-card-popup .secondary-header p {
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 70%;
  color: #fff !important;
}
.primary-card-popup iframe {
  top: 0;
  left: 0;
  width: 100% !important;
  height: 478px;
}
.primary-card-popup .videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background: #111;
}
.primary-card-popup .videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.primary-card-popup .banner {
  padding: 4rem 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
.primary-card-popup .banner .title {
  font-size: 3rem;
  color: #222;
  margin-bottom: 1rem;
}
.primary-card-popup .banner .subtitle {
  color: #777;
  text-transform: uppercase;
  font-weight: bold;
}
.primary-card-popup .wrapper {
  display: flex;
  height: auto;
  background: #fff;
}
.primary-card-popup .wrapper .content {
  padding: 2rem;
  width: 70%;
  height: auto;
}
.primary-card-popup .wrapper .content p {
  color: #777;
  margin-bottom: 1rem;
  line-height: 1.4rem;
}
.primary-card-popup .wrapper .content ul {
  color: #777;
  list-style: disc;
}
.primary-card-popup .wrapper .content ul li {
  margin-bottom: 1rem;
  margin-left: 1rem;
  line-height: 1.4rem;
}
.primary-card-popup .wrapper .side {
  padding: 2rem;
  width: 30%;
  text-align: center;
}
.primary-card-popup .wrapper .side .title {
  font-size: 1.3rem;
  color: #777;
  margin-bottom: 2rem;
}
.primary-card-popup .wrapper .side .coord {
  font-size: 1.2rem;
  color: #222;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.primary-card-popup .wrapper .side .coord span {
  margin-right: 10px;
}
.primary-card-popup .wrapper .side .close-popup {
  position: absolute;
  top: -53px;
  width: 40px;
  right: 0;
  height: 40px;
  border: none;
  border-radius: 50%;
  font-weight: bold;
  box-shadow: #000 0 0 21px 0px;
  background: #fc2e2e;
  color: #fff;
}
.primary-card-popup .wrapper .side .close-popup:hover {
  cursor: pointer;
}

.close-background {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 1750px) {
  .primary-card figure img {
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  .primary-card {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 990px) {
  .primary-card-popup {
    width: 98%;
  }
  .primary-card-popup .wrapper {
    flex-wrap: wrap;
  }
  .primary-card-popup .wrapper .content {
    width: 100%;
    order: 2;
    margin-bottom: 2rem;
  }
  .primary-card-popup .wrapper .side {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .primary-card {
    width: 100%;
  }

  .primary-card figure img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 590px) {
  .primary-card figure img {
    width: auto;
    height: 390px;
  }
}
.primary-btn {
  position: relative;
  padding: 15px 25px;
  display: block;
  color: #111;
  font-weight: bold;
  border: #111 solid 3px;
  transition: 0.4s;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.primary-btn:hover {
  cursor: pointer;
  color: #fff;
  background: #111;
}

.primary-form {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.primary-form input[type=text], 
.primary-form input[type=email],
.primary-form input[type=tel] {
  padding: 1rem;
  margin-bottom: 1rem;
  border: none;
  border-bottom: solid #777 2px;
}
.primary-form textarea {
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  border: none;
  border-bottom: solid #777 2px;
  height: 100px;
  max-width: 100%;
  min-width: 100%;
}
.primary-form .btn-submit {
  border: none;
  color: #fff;
  font-size: 1.2rem;
  padding: 1rem;
  font-weight: bold;
  background: #222;
  transition: 0.4s;
}
.primary-form .btn-submit:hover {
  cursor: pointer;
  background: #111;
}
.primary-form .success {
  font-weight: bold;
  margin: 1rem 0;
  color: #54c054;
  text-align: center;
}
.primary-form .errors {
  font-size: 1rem;
  font-style: italic;
  margin: 1rem 0;
  color: #ff4a4a;
}

/**
* Img 
**/
/**
* Icone / SVG 
**/
/*** Title ***/
.primary-title {
  color: #111;
}

.secondary-title {
  color: #1c1c1c;
}

.tertiary-title {
  color: #222;
}

.quaternary-title {
  color: #2c2c2c;
}

.quinary-title {
  color: #333;
}

.senary-title {
  color: #3c3c3c;
}

.primary-lab {
  font-size: 1.1rem;
  color: #222;
}

.facebook {
  color: #777 !important;
  transition: 0.3s;
  margin-bottom: 2rem;
  display: block;
}
.facebook span {
  font-size: 2.1rem;
}
.facebook:hover {
  color: #111 !important;
}

.backscene {
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  filter: blur(3px);
}
.backscene img {
  width: 100%;
}

.filter {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #222222;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.2s;
}

.blur {
  filter: blur(3px);
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #111;
}

body::-webkit-scrollbar {
  width: 6px;
  background: #1c1c1c;
}

body::-webkit-scrollbar-thumb {
  background-image: linear-gradient(#acacac, #777);
  border: none;
  border-radius: 20px;
}

div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #111;
}

div::-webkit-scrollbar {
  width: 6px;
  background: #1c1c1c;
}

div::-webkit-scrollbar-thumb {
  background-image: linear-gradient(#acacac, #777);
  border: none;
  border-radius: 20px;
}

/*# sourceMappingURL=style.css.map */
