*,
*:after,
*:before {
  box-sizing: border-box;
}

body,
html {
  font-size: 100%;
  padding: 0;
  margin: 0;
  max-width: 100vw;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-weight: 300;
  overflow: hidden;
  max-width: 100vw;
}

a {
  text-decoration: none;
}

h1 {
  font-family: "Lobster Two", "Lato", Calibri, Arial, sans-serif;
  font-weight: 300;
  font-size: 5em;
  text-align: center;
  margin: 0;
}

h2.titre_h2 {
  font-family: "Lobster Two", "Lato", Calibri, Arial, sans-serif;
  font-weight: 300;
  font-size: 5em;
  text-align: center;
  margin: 15px 0 0;
}

h2 {
  font-family: "Righteous", Calibri, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  text-align: center;
  margin: 0;
}

h3 {
  font-family: "Lobster Two", "Lato", Calibri, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8em;
  text-align: left;
  margin: 0;
  line-height: 1.6em;
  border-bottom: 3px solid;
}

hr {
  border-top: 1px dashed;
  border-bottom: 0;
  margin: 10px auto 10px auto;
  width: 98%;
}

.display {
  display: block;
}

.no-border {
  border: 0;
}

p {
  font-size: 1.1em;
  display: inline-block;
  font-family: "Lobster", cursive;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  overflow: hidden;
  transition: height 0.1s;
}

header h1 {
  transition: all 0.2s;
  font-family: "Lobster Two", "Lato", Calibri, Arial, sans-serif;
  font-weight: 300;
  margin: 0;
}

header nav a {
  transition: all 0.2s;
  font-family: "Lobster Two", "Lato", Calibri, Arial, sans-serif;
  font-size: 1.9em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header nav a:last-child {
  border-bottom: none;
}

header nav a:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.quote {
  background: rgba(7, 43, 50, 0.6) url("accueil/img/quote.png") 15px 15px
    no-repeat;
  padding: 20px 20px 20px 80px;
}

.col50 {
  display: inline-block;
  width: 48%;
  margin-top: 1%;
  margin-bottom: 1%;
}

.left {
  float: left;
}

.right {
  float: right;
  margin-bottom: 120px;
}

.col30 {
  width: 30.3%;
}

#filter a {
  margin: 0;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: 300;
  padding: 3px 5px;
  cursor: pointer;
  border-radius: 3px;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  transition-duration: 0.8s;
}

.isotope {
  transition-property: height, width;
}

.isotope .isotope-item {
  transition-property: transform, opacity;
}

.grille {
  padding: 0 0 50px 0;
  max-width: 1300px;
  margin: 0 auto;
  list-style: none;
  min-height: 300px;
  min-width: 300px;
}

/* .grille li{display:inline-block;width:300px;padding:4px;position:relative;min-height:250px;min-width:300px;} */
.grille li {
  display: inline-block;
  padding: 1em;
}

.grille figure {
  margin: 0;
  position: relative;
}

.grille figure img {
  max-width: 100%;
  display: block;
  position: relative;
}

.grille figcaption {
  position: absolute;
  top: 0;
  left: 0;
}

.grille figcaption span {
  float: right;
}

.grille figcaption h3 {
  margin: 0;
  padding: 0;
}

.grille figcaption a {
  text-align: center;
  padding: 3px 5px;
  display: inline-block;
  border-radius: 2px;
}

.grille figure img {
  z-index: 10;
  transition: all 0.4s ease-in-out;
}

.grille figure:hover img,
.grille figure.cs-hover img {
  bottom: -50px;
  left: 15px;
  margin-left: -27%;
  transform: scale(0.3);
}

.grille figcaption {
  height: 100%;
  width: 100%;
  opacity: 0;
  transform: scale(0.7);
  backface-visibility: hidden;
  transition: transform 0.4s, opacity 0.4s;
}

.grille figure:hover figcaption,
.grille figure.cs-hover figcaption {
  transform: scale(1);
  opacity: 1;
}

.grille figure a {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-image: -webkit-linear-gradient(90deg, #028090 65%, #1a1a1a 100%);
  color: wheat;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  padding: 6%;
  text-transform: lowercase;
}

.grille figure a:hover,
.grille figure a:visited {
  background-image: -webkit-linear-gradient(90deg, #00823d 65%, #1a1a1a 100%);
  border: none;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea {
  font-family: "Lato", Calibri, Arial, sans-serif;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid gold;
  border-top: 0;
  background: #f1f1f1;
  font-size: 1.4em;
}

#contact-form button[type="submit"] {
  font-family: "Righteous", Calibri, Arial, sans-serif;
  font-size: 1.2em;
  cursor: pointer;
  width: 100%;
  border: none;
  margin: 0 0 5px;
  padding: 10px;
  border-radius: 5px;
  background-color: #05668d;
  color: wheat;
  border-top: 1px white solid;
}

#contact-form button[type="submit"]:hover {
  background-color: #028090;
}

#contact-form button[type="submit"]:focus {
  background-color: #028090;
  box-shadow: inset 0 10px 8px black;
  border-bottom: 1px white solid;
}

label {
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #028090;
  background-image: -webkit-linear-gradient(-45deg, #028090 15%, #1a1a1a 100%);
  border: 1px solid;
  border-bottom: 0;
  text-align: left;
  padding-left: 25px;
  height: 25px;
  line-height: 25px;
  width: 100%;
  margin-top: 15px;
  font-family: "Righteous", Calibri, Arial, sans-serif;
  font-size: 1.1em;
}

iframe {
  width: 100%;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

header.headerResponsive {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
  padding: 0;
  z-index: 10000;
  display: none;
}

header.headerResponsive h1 {
  font-weight: 300;
  text-align: center;
  font-size: 2em;
  margin-top: 5px;
  margin-bottom: 10px;
}

#scene {
  margin: 0 auto;
}

header.headerResponsive button {
  position: absolute;
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  margin: 10px 10px 0 10px;
}

.menuResponsive a {
  display: block;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 300;
  width: 100%;
  text-align: center;
  padding: 1em;
  color: wheat;
}

.menuResponsive {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 10000;
}

@media screen and (max-width: 1020px) {
  section {
    padding: 150px 20px 20px 20px;
  }

  section:first-child {
    padding: 250px 20px 20px 20px;
  }

  h1 {
    font-size: 3em;
    padding-top: 0;
    margin-top: 0;
  }

  h2 {
    font-size: 1.4em;
  }

  hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .col50 {
    display: inline-block;
    width: 100%;
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .left {
    float: none;
  }

  .right {
    float: none;
    margin-bottom: 120px;
  }

  .col30 {
    width: 100%;
  }
  .borderLeft {
    border-left: none;
  }
  .flexEntr {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  header.headerResponsive {
    display: block;
  }

  .menuResponsive {
    display: none;
    width: 100%;
  }

  section,
  section:first-child {
    padding: 80px 20px 20px 20px;
  }

  section,
  section:last-child {
    padding: 80px 20px 20px 20px;
  }

  section {
    margin: 10px 0;
    display: block;
  }

  section:first-child {
    margin-top: 0;
    padding: 50px 20px 20px 20px;
  }

  section:last-child {
    margin-bottom: 20px;
  }

  h1 {
    font-size: 2.5em;
    padding-top: 0;
    margin-top: 0;
  }

  h2 {
    font-size: 1.1em;
  }

  #filter {
    text-align: center;
  }

  #filter a {
    font-size: 1em;
  }
  .borderLeft {
    border-left: none;
  }
  .flexEntr {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  html,
  body {
    max-width: 100vw;
    overflow-x: hidden !important;
  }

  #filter {
    text-align: center;
  }

  #filter a {
    font-size: 1em;
  }
}

.bar {
  position: absolute;
  display: block;
  width: auto;
  height: 36px;
  left: 32px;
  line-height: 36px;
  overflow: hidden;
}

.bar span {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 600px;
  height: 64px;
  top: 0;
  left: 0;
  background: url("../img/bulle.png") 0 0;
  animation: sparkle 1500ms linear infinite;
  opacity: 0.2;
}

.bar:after {
  position: absolute;
  display: block;
  content: "";
  width: 95%;
  height: 15px;
  right: 2px;
  top: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0.2)),
    color-stop(98%, rgba(255, 255, 255, 0.2)),
    color-stop(100%, rgba(255, 255, 255, 0.2))
  );
}

.panc {
  font-family: "Aldrich", sans-serif;
  position: absolute;
  display: block;
  width: 40px;
  height: 30px;
  line-height: 30px;
  top: 43px;
  left: 0;
  background: rgb(76, 76, 76);
  background: linear-gradient(
    to bottom,
    rgba(76, 76, 76, 1) 0%,
    rgba(38, 38, 38, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#262626', GradientType=0);
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  text-shadow: 0 -1px 0 #000000, 0 1px 1px #000000;
}

.panc span {
  position: absolute;
  display: block;
  width: 12px;
  height: 9px;
  top: -9px;
  left: 25px;
  background: transparent;
  overflow: hidden;
}

.panc span:before {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  top: 4px;
  left: 2px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: rgb(86, 86, 86);
  background: linear-gradient(
    135deg,
    rgba(86, 86, 86, 1) 0%,
    rgba(76, 76, 76, 1) 50%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656', endColorstr='#4c4c4c', GradientType=1);
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.15);
  transform: rotate(45deg);
}
.borderLeft {
  border-left: none;
}
.flexEntr {
    display: flex;
    flex-direction: column;
    text-align: left;
  }

@keyframes sparkle {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -64px;
  }
}

@media screen and (max-width: 400px) {
  .panc,
  .panc span,
  .panc span:before,
  .data-perc {
    display: none;
  }

  .progressbarr {
    width: 50%;
  }

  .barr {
    position: absolute;
    width: 50%;
    height: 26px;
    overflow: hidden;
  }
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .borderLeft {
    border-left: none;
  }
  .flexEntr {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
