/*
 * Global style superpandaprod
 */
/*
 *
 *
 *
 *
 *
 * Global
 */
body {
  text-transform: none;
  font-family: Gotham-Light, sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: normal;
  overflow-x: hidden;
  padding-top: 175px;
}
strong {
  font-family: Gotham-Medium;
  font-weight: normal;
}
.wrapper {
  overflow-x: hidden;
}
a,
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
ul,
li,
h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
h1 {
  text-transform: uppercase;
  font-family: AutoScape, sans-serif;
  font-size: 80px;
  color: #000;
  font-weight: normal;
  line-height: 105px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
._main_sous-titre {
  text-align: center;
  font-size: 14px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  ._main_sous-titre {
    margin-left: 10px;
    margin-right: 10px;
  }
}
._texte p {
  margin-bottom: 15px;
}
._texte p:last-child {
  margin-bottom: 0;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}
input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}
._container {
  width: 1092px;
  margin: auto;
}
@media only screen and (max-width: 1092px) {
  ._container {
    width: 100%;
  }
}
._container_large {
  width: 1680px;
  margin: auto;
}
@media only screen and (max-width: 1680px) {
  ._container_large {
    width: 100%;
  }
}
._image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
._image img {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
._video {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
._btn {
  display: block;
  width: 100%;
  background: #000;
  border: 1px solid #000;
  height: 51px;
  text-transform: uppercase;
  font-family: AutoScape, sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  line-height: 49px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
._btn:hover,
._btn:focus,
._btn._active {
  background: #fff;
  color: #000;
}
@media only screen and (max-width: 768px) {
  ._btn {
    height: auto;
    line-height: 22px;
    padding: 15px 5px;
  }
}
._btn_reverse {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  height: 51px;
  text-transform: uppercase;
  font-family: AutoScape, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: normal;
  line-height: 49px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
._btn_reverse:hover,
._btn_reverse:focus,
._btn_reverse._active {
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  ._btn_reverse {
    height: auto;
    line-height: 22px;
    padding: 15px 5px;
  }
}
._page h1 {
  margin-bottom: 30px;
}
._page h2 {
  text-transform: none;
  font-family: AutoScape, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 30px;
}
._page p {
  margin-bottom: 30px;
}
._page ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1092px) {
  ._page {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1092px) {
  .animateme {
    transform: none !important;
    -webkit-transform: none !important;
  }
}
._form ._captcha {
  display: none;
  margin-bottom: 10px;
  align-items: center;
}
._form ._captcha .wpcf7-form-control-wrap {
  height: 24px;
}
._form ._captcha input[type=text] {
  width: 100%;
  height: 24px;
  background: #fff;
  border: 1px solid #707070;
  line-height: 24px;
  padding-left: 8px;
  color: #000;
}
._form ._captcha .wpcf7-not-valid-tip {
  position: absolute;
}
/*
 *
 *
 *
 *
 *
 * Header
 */
header.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
header.header ._main {
  position: relative;
  z-index: 2;
  padding: 45px 75px 0;
  height: 81px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
@media only screen and (max-width: 768px), only screen and (max-height: 700px) {
  header.header ._main {
    padding-left: 15px;
    padding-right: 25px;
  }
}
header.header ._main ._menu_launch {
  flex: 0 0 80px;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  text-transform: none;
  font-family: Gotham-Book, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: normal;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
@media only screen and (max-width: 768px), only screen and (max-height: 700px) {
  header.header ._main ._menu_launch {
    flex: 0 0 40px;
    max-width: 40px;
  }
}
header.header ._main ._menu_launch:before,
header.header ._main ._menu_launch:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 28px;
  background: #000;
  left: 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
header.header ._main ._menu_launch:before {
  top: 2px;
}
header.header ._main ._menu_launch:after {
  top: 13px;
}
header.header ._main ._menu_launch:hover {
  opacity: 0.7;
}
header.header ._main ._menu_launch:hover:before,
header.header ._main ._menu_launch:hover:after {
  opacity: 0.7;
}
header.header ._main ._menu_launch span {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
@media only screen and (max-width: 768px), only screen and (max-height: 700px) {
  header.header ._main ._menu_launch span {
    opacity: 0;
  }
}
header.header ._main ._logo {
  text-transform: none;
  font-family: Gotham-Light, sans-serif;
  font-size: 17px;
  color: #000;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 17px;
  border: 1px solid #000;
  width: 96px;
  height: 81px;
  padding-left: 17px;
  padding-top: 13px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
header.header ._main ._logo:hover {
  opacity: 0.7;
}
header.header ._main ._lang {
  flex: 0 0 80px;
  text-align: right;
  text-transform: none;
  font-family: Gotham-Book, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: normal;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
header.header ._main ._lang:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px), only screen and (max-height: 700px) {
  header.header ._main ._lang {
    flex: 0 0 40px;
  }
}
header.header nav {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100vh;
  left: 0;
  top: -100vh;
  opacity: 0;
  overflow: hidden;
  padding: 125px 17px 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
@media only screen and (max-width: 768px), only screen and (max-height: 700px) {
  header.header nav {
    background: rgba(255, 255, 255, 0.9);
    justify-content: flex-start;
  }
}
header.header nav ._background {
  position: absolute;
  z-index: -1;
  top: 17px;
  left: 17px;
  bottom: 17px;
  right: 17px;
  background: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 768px), only screen and (max-height: 700px) {
  header.header nav ._background {
    display: none;
  }
}
header.header nav ._neufneuf {
  width: 227px;
  height: 51px;
  margin-bottom: 67px;
  line-height: 51px;
  background: #000;
  text-align: center;
  text-transform: none;
  font-family: Gotham-Medium, sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
header.header nav ._neufneuf:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px), only screen and (max-height: 700px) {
  header.header nav ._neufneuf {
    margin-bottom: 20px;
  }
}
header.header nav ul li {
  list-style: none;
}
header.header nav ul._menu_principal {
  margin-bottom: 60px;
}
header.header nav ul._menu_principal > li {
  margin-bottom: 15px;
  min-height: 67px;
}
@media only screen and (max-width: 768px), only screen and (max-height: 700px) {
  header.header nav ul._menu_principal > li {
    min-height: 0;
  }
}
header.header nav ul._menu_principal > li:last-child {
  margin-bottom: 0;
}
header.header nav ul._menu_principal > li > a {
  position: relative;
  display: inline-block;
  line-height: 28px;
  height: 28px;
  text-transform: none;
  font-family: Gotham-Medium, sans-serif;
  font-size: 28px;
  color: #000;
  font-weight: normal;
}
header.header nav ul._menu_principal > li > a:before,
header.header nav ul._menu_principal > li > a:after {
  content: '';
  position: absolute;
  height: 5px;
  top: 13px;
  background: #000;
  width: 0;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
header.header nav ul._menu_principal > li > a:before {
  left: 50%;
}
header.header nav ul._menu_principal > li > a:after {
  right: 50%;
}
header.header nav ul._menu_principal > li > a._active:before,
header.header nav ul._menu_principal > li > a:hover:before,
header.header nav ul._menu_principal > li > a._active:after,
header.header nav ul._menu_principal > li > a:hover:after {
  width: 53%;
}
header.header nav ul._menu_principal > li > ul {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 1.5s opacity;
  -webkit-transition: 1.5s opacity;
}
@media only screen and (max-width: 768px), only screen and (max-height: 700px) {
  header.header nav ul._menu_principal > li > ul {
    height: auto;
    opacity: 1;
  }
}
header.header nav ul._menu_principal > li > ul > li {
  margin-bottom: 15px;
  display: inline-block;
  margin: 15px 10px 0;
}
@media only screen and (max-width: 768px), only screen and (max-height: 700px) {
  header.header nav ul._menu_principal > li > ul > li {
    display: block;
    margin: 0;
  }
  header.header nav ul._menu_principal > li > ul > li:first-child {
    padding-top: 15px;
  }
}
header.header nav ul._menu_principal > li > ul > li > a {
  position: relative;
  display: inline-block;
  line-height: 16px;
  height: 16px;
  text-transform: none;
  font-family: Gotham-Light, sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
header.header nav ul._menu_principal > li > ul > li > a:before,
header.header nav ul._menu_principal > li > ul > li > a:after {
  content: '';
  position: absolute;
  height: 2px;
  top: 8px;
  background: #000;
  width: 0;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
header.header nav ul._menu_principal > li > ul > li > a:before {
  left: 50%;
}
header.header nav ul._menu_principal > li > ul > li > a:after {
  right: 50%;
}
header.header nav ul._menu_principal > li > ul > li > a._active:before,
header.header nav ul._menu_principal > li > ul > li > a:hover:before,
header.header nav ul._menu_principal > li > ul > li > a._active:after,
header.header nav ul._menu_principal > li > ul > li > a:hover:after {
  width: 53%;
}
header.header nav ul._menu_principal > li:hover ul {
  height: auto;
  opacity: 1;
}
header.header nav ul._menu_secondaire {
  display: flex;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px), only screen and (max-height: 700px) {
  header.header nav ul._menu_secondaire {
    display: block;
    text-align: center;
  }
}
header.header nav ul._menu_secondaire li {
  position: relative;
  height: 22px;
  padding: 0 15px;
}
@media only screen and (max-width: 768px), only screen and (max-height: 700px) {
  header.header nav ul._menu_secondaire li {
    padding: 0;
  }
}
header.header nav ul._menu_secondaire li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #000;
}
@media only screen and (max-width: 768px), only screen and (max-height: 700px) {
  header.header nav ul._menu_secondaire li:after {
    display: none;
  }
}
header.header nav ul._menu_secondaire li:first-child {
  padding-left: 0;
}
header.header nav ul._menu_secondaire li:last-child {
  padding-right: 0;
}
header.header nav ul._menu_secondaire li:last-child:after {
  display: none;
}
header.header nav ul._menu_secondaire li a {
  text-transform: none;
  font-family: Gotham-Light, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: normal;
  line-height: 22px;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
header.header nav ul._menu_secondaire li a:hover {
  opacity: 0.5;
}
header.header nav ul._socials {
  display: flex;
}
@media only screen and (max-width: 768px), only screen and (max-height: 700px) {
  header.header nav ul._socials {
    padding-bottom: 20px;
  }
}
header.header nav ul._socials li {
  padding: 0 14px;
}
header.header nav ul._socials li a {
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
header.header nav ul._socials li a:hover {
  opacity: 0.5;
}
header.header nav ul._socials li ._facebook {
  width: 12px;
}
header.header nav ul._socials li ._instagram {
  width: 24px;
}
header.header nav ul._socials li ._youtube {
  width: 30px;
}
header.header._reverse ._menu_launch {
  color: #fff;
}
header.header._reverse ._menu_launch:before,
header.header._reverse ._menu_launch:after {
  background-color: #fff;
}
header.header._reverse ._logo {
  color: #fff;
  border-color: #fff;
}
header.header._reverse ._lang {
  color: #fff;
}
header.header.affix {
  background: #fff;
}
header.header.affix ._main {
  height: 59px;
  padding-top: 0;
}
header.header.affix ._main ._menu_launch span {
  color: #000;
}
header.header.affix ._main ._menu_launch:before,
header.header.affix ._main ._menu_launch:after {
  background-color: #000;
}
header.header.affix ._main ._logo {
  font-size: 26px;
  color: #000;
  line-height: 26px;
  border: 0;
  width: auto;
  height: auto;
  padding-left: 0;
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  header.header.affix ._main ._logo {
    font-size: 20px;
    line-height: 20px;
  }
}
header.header.affix ._main ._logo br {
  display: none;
}
header.header.affix ._main ._lang {
  color: #000;
}
header.header._active {
  background: none;
}
header.header._active ._main {
  padding-top: 45px;
  height: 81px;
}
@media only screen and (max-width: 768px), only screen and (max-height: 700px) {
  header.header._active ._main {
    background: #fff;
  }
}
header.header._active ._main ._menu_launch:before,
header.header._active ._main ._menu_launch:after {
  top: 0;
  background-color: #000;
}
header.header._active ._main ._menu_launch:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
header.header._active ._main ._menu_launch:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
header.header._active ._main ._menu_launch span {
  opacity: 0;
}
header.header._active ._main ._logo {
  color: #000;
  font-size: 17px;
  line-height: 17px;
  border: 1px solid #000;
  width: 96px;
  height: 81px;
  padding-left: 17px;
  padding-top: 13px;
}
header.header._active ._main ._logo br {
  display: block;
}
@media only screen and (max-width: 768px), only screen and (max-height: 700px) {
  header.header._active ._main ._logo {
    background: #fff;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    margin-top: -30px;
  }
}
header.header._active ._main ._lang {
  color: #000;
}
header.header._active nav {
  overflow: auto;
  top: 0;
  opacity: 1;
}
/*
 *
 *
 *
 *
 *
 * Footer
 */
#bloc_agenda {
  position: relative;
  margin: 115px 0 70px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #bloc_agenda {
    margin-top: 50px;
  }
}
#bloc_agenda:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1680px;
  height: 1px;
  margin: auto;
  background: #000;
}
#bloc_agenda ._content {
  position: relative;
  z-index: 2;
  background: #fff;
  width: 257px;
  height: 181px;
  margin: auto;
}
#bloc_agenda a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 181px;
  height: 181px;
  margin: auto;
  border-radius: 50%;
  background: #000;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
#bloc_agenda a img {
  width: 37px;
  margin: 0 auto 13px;
  display: block;
}
#bloc_agenda a ._label {
  text-transform: uppercase;
  font-family: AutoScape, sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  line-height: 20px;
  display: block;
  margin-bottom: 5px;
}
#bloc_agenda a ._label_saison {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  display: block;
}
#bloc_agenda a:hover {
  opacity: 0.7;
}
footer.footer {
  background: #000;
  color: #fff;
  padding: 75px 0;
}
footer.footer a {
  color: #fff;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
footer.footer a:hover {
  opacity: 0.5;
}
footer.footer li {
  list-style: none;
}
footer.footer ._informations {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 65px;
}
@media only screen and (max-width: 1092px) {
  footer.footer ._informations {
    flex-wrap: wrap;
  }
  footer.footer ._informations > div {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  footer.footer ._informations > div:last-child {
    margin-bottom: 0;
  }
}
footer.footer ._informations h3 {
  text-transform: none;
  font-family: AutoScape, sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  padding-top: 76px;
  margin-bottom: 25px;
}
footer.footer ._informations p {
  line-height: 19px;
}
footer.footer ._informations ._adresse h3 {
  background: url(../img/icons/adresse.svg) no-repeat center top 0;
  background-size: 32px 45px;
}
footer.footer ._informations ._telephone h3 {
  background: url(../img/icons/telephone.svg) no-repeat center top 0;
  background-size: 41px 45px;
}
footer.footer ._informations ._email h3 {
  background: url(../img/icons/email.svg) no-repeat center top 15px;
  background-size: 44px 30px;
}
footer.footer nav {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1092px) {
  footer.footer nav {
    flex-wrap: wrap;
    text-align: center;
  }
}
footer.footer nav ._logo {
  flex: 0 0 192px;
}
@media only screen and (max-width: 1092px) {
  footer.footer nav ._logo {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
footer.footer nav ._logo img {
  width: 124px;
}
footer.footer nav ._menu {
  flex: 0 0 165px;
}
@media only screen and (max-width: 1092px) {
  footer.footer nav ._menu {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
footer.footer nav ._menu ._bloc {
  margin-bottom: 13px;
}
footer.footer nav ._menu ._bloc:last-child {
  margin-bottom: 0;
}
footer.footer nav ._menu ._bloc > li > a {
  text-transform: none;
  font-family: Gotham-Medium, sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
footer.footer nav ._menu ._bloc > li > ul {
  margin-top: 13px;
}
footer.footer nav ._menu ._bloc > li > ul li {
  margin-bottom: 13px;
}
footer.footer nav ._menu ._bloc > li > ul li:last-child {
  margin-bottom: 0;
}
footer.footer nav ._menu ._bloc > li > ul li a {
  text-transform: none;
  font-family: Gotham-Light, sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
@media only screen and (max-width: 1092px) {
  footer.footer nav ._socials {
    flex: 0 0 100%;
  }
}
footer.footer nav ._socials li {
  margin-bottom: 33px;
}
footer.footer nav ._socials li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1092px) {
  footer.footer nav ._socials ul {
    display: flex;
    justify-content: center;
  }
  footer.footer nav ._socials ul li {
    margin: 0 15px;
  }
}
footer.footer nav ._socials ._facebook {
  width: 12px;
}
footer.footer nav ._socials ._instagram {
  width: 24px;
}
footer.footer nav ._socials ._youtube {
  width: 30px;
}
footer.footer ._newsletter {
  width: 302px;
  margin-left: 718px;
  margin-top: -53px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1092px) {
  footer.footer ._newsletter {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 350px) {
  footer.footer ._newsletter {
    width: 200px;
  }
  footer.footer ._newsletter p br {
    display: none;
  }
}
footer.footer ._newsletter h2 {
  text-transform: none;
  font-family: Gotham-Medium, sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 5px;
}
footer.footer ._newsletter ._form ._form_line {
  margin-bottom: 10px;
  display: flex;
  background: #fff;
}
footer.footer ._newsletter ._form ._form_line > div:first-child {
  position: relative;
}
footer.footer ._newsletter ._form ._form_line > div:first-child:after {
  content: '';
  position: absolute;
  background: #707070;
  height: 17px;
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
footer.footer ._newsletter ._form ._form_line input[type=email] {
  border: 0;
  width: 265px;
  padding-left: 8px;
  font-size: 14px;
  font-style: italic;
  color: #000;
}
@media only screen and (max-width: 350px) {
  footer.footer ._newsletter ._form ._form_line input[type=email] {
    width: 163px;
  }
}
footer.footer ._newsletter ._form ._form_line input[type=submit] {
  width: 35px;
  background: none;
  border: 0;
  text-transform: uppercase;
  font-family: Gotham-Medium, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
footer.footer ._newsletter ._form ._form_line .ajax-loader {
  display: none;
}
footer.footer ._newsletter ._form ._small {
  font-size: 10px;
  text-align: left;
  line-height: 12px;
  color: #fff;
}
footer.footer ._newsletter ._form .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 10px;
  color: #fff;
}
footer.footer ._newsletter ._form .wpcf7-validation-errors {
  border-color: #fff;
}
footer.footer ._newsletter ._form ._captcha input[type=text] {
  border: 0;
  border-left: 1px solid #000;
}
footer.footer ._mentions_footer {
  text-align: center;
  text-transform: none;
  font-family: Gotham-Light, sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  line-height: 15px;
}
/*
 *
 *
 *
 *
 *
 * Liste de pièces
 */
._elements_list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -37px;
}
@media only screen and (max-width: 1680px) {
  ._elements_list {
    justify-content: center;
  }
}
._elements_list ._element {
  position: relative;
  flex: 0 0 536px;
  height: 425px;
  margin-right: 36px;
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 1680px) {
  ._elements_list ._element {
    flex: 0 0 30%;
  }
}
@media only screen and (max-width: 1092px) {
  ._elements_list ._element {
    flex: 0 0 45%;
    height: 350px;
  }
}
@media only screen and (max-width: 768px) {
  ._elements_list ._element {
    flex: 0 0 100%;
    margin-bottom: 0;
  }
}
._elements_list ._element ._title {
  display: inline-block;
  z-index: 2;
  position: relative;
  text-transform: uppercase;
  font-family: AutoScape, sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  opacity: 0;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
@media only screen and (max-width: 1092px) {
  ._elements_list ._element ._title {
    opacity: 1;
  }
}
._elements_list ._element ._mask {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
@media only screen and (max-width: 1092px) {
  ._elements_list ._element ._mask {
    opacity: 1;
  }
}
._elements_list ._element ._background,
._elements_list ._element ._background_zoom {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
._elements_list ._element ._background_zoom {
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
._elements_list ._element:hover ._title,
._elements_list ._element:hover ._mask {
  opacity: 1;
}
._elements_list ._element:hover ._background {
  background: transparent !important;
}
._elements_list ._element:hover ._background_zoom {
  transform: scale(1.1) !important;
  -webkit-transform: scale(1.1) !important;
}
/*
 *
 *
 *
 *
 *
 * Lightbox
 */
#html5-watermark {
  display: none !important;
}
/*
 *
 *
 *
 *
 *
 * Lightbox
 */
.post-password-form {
  width: 280px;
  margin: auto;
  text-align: center;
}
#html5-close {
  width: 23px;
  height: 23px;
  background: url(../img/cross.svg) no-repeat center;
  background-size: contain;
  margin-top: -30px !important;
  margin-right: -30px !important;
}
#html5-close img {
  display: none;
}
@media only screen and (max-width: 768px) {
  #html5-close {
    margin-right: 5px !important;
  }
}
/*
 *
 *
 *
 *
 *
 * Newsletter popup
 */
#newsletter_popup {
  display: none;
}
#newsletter_popup_content {
  padding: 48px 5px 40px;
}
@media only screen and (max-width: 768px) {
  #newsletter_popup_content p br {
    display: none;
  }
}
#newsletter_popup_content h2 {
  text-transform: normal;
  font-family: AutoScape, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: normal;
}
#newsletter_popup_content label {
  margin-top: 20px;
  margin-bottom: 5px;
  text-transform: none;
  font-family: Gotham-Medium, sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
#newsletter_popup_content ._form {
  width: 302px;
  margin: auto;
}
@media only screen and (max-width: 350px) {
  #newsletter_popup_content ._form {
    width: 200px;
  }
}
#newsletter_popup_content ._form ._form_line {
  margin-bottom: 10px;
  display: flex;
  border: 1px solid #707070;
}
#newsletter_popup_content ._form ._form_line > div:first-child {
  position: relative;
}
#newsletter_popup_content ._form ._form_line > div:first-child:after {
  content: '';
  position: absolute;
  background: #707070;
  height: 17px;
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#newsletter_popup_content ._form ._form_line input[type=email] {
  border: 0;
  width: 265px;
  padding-left: 8px;
  font-size: 14px;
  font-style: italic;
  color: #000;
}
@media only screen and (max-width: 350px) {
  #newsletter_popup_content ._form ._form_line input[type=email] {
    width: 163px;
  }
}
#newsletter_popup_content ._form ._form_line input[type=submit] {
  width: 35px;
  background: none;
  border: 0;
  text-transform: uppercase;
  font-family: Gotham-Medium, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
#newsletter_popup_content ._form ._form_line .ajax-loader {
  display: none;
}
#newsletter_popup_content ._form ._small {
  font-size: 10px;
  text-align: left;
  line-height: 12px;
}
#newsletter_popup_content ._form .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 10px;
}
#newsletter_popup_content ._form .wpcf7-response-output {
  border-color: #707070;
}
/*
 *
 *
 *
 *
 *
 * 404
 */
#post-404 {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */