@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@font-face {
  font-family: 'Fina';
  src: url('../fonts/Fina.eot');
  src: url('../fonts/Fina.eot?#iefix') format('embedded-opentype'), url('../fonts/Fina.woff2') format('woff2'), url('../fonts/Fina.woff') format('woff'), url('../fonts/Fina.ttf') format('truetype'), url('../fonts/Fina.svg#Fina') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Affogato-Black';
  src: url('../fonts/Affogato-Black.eot');
  src: url('../fonts/Affogato-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Affogato-Black.woff') format('woff'), url('../fonts/Affogato-Black.woff2') format('woff2'), url('../fonts/Affogato-Black.ttf') format('truetype'), url('../fonts/Affogato-Black.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Affogato-Bold';
  src: url('../fonts/Affogato-Bold.eot');
  src: url('../fonts/Affogato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Affogato-Bold.woff') format('woff'), url('../fonts/Affogato-Bold.woff2') format('woff2'), url('../fonts/Affogato-Bold.ttf') format('truetype'), url('../fonts/Affogato-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Affogato-Medium';
  src: url('../fonts/Affogato-Medium.eot');
  src: url('../fonts/Affogato-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Affogato-Medium.woff') format('woff'), url('../fonts/Affogato-Medium.woff2') format('woff2'), url('../fonts/Affogato-Medium.ttf') format('truetype'), url('../fonts/Affogato-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Affogato-Regular';
  src: url('../fonts/Affogato-Regular.eot');
  src: url('../fonts/Affogato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Affogato-Regular.woff') format('woff'), url('../fonts/Affogato-Regular.woff2') format('woff2'), url('../fonts/Affogato-Regular.ttf') format('truetype'), url('../fonts/Affogato-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Affogato-Light';
  src: url('../fonts/Affogato-Light.eot');
  src: url('../fonts/Affogato-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Affogato-Light.woff') format('woff'), url('../fonts/Affogato-Light.woff2') format('woff2'), url('../fonts/Affogato-Light.ttf') format('truetype'), url('../fonts/Affogato-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
body header .logo {
  padding-top: 3rem;
}
@media (max-width: 767.98px) {
  body header .logo {
    padding-top: 2rem;
  }
}
body header .logo img {
  display: block;
  margin: 0 auto;
  max-width: 15%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .logo img {
    max-width: 25%;
  }
}
@media (max-width: 767.98px) {
  body header .logo img {
    max-width: 35%;
  }
}
body header .logo-small {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 4rem;
  top: 3rem;
  position: fixed;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body header .logo-small {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  body header .logo-small {
    width: 40px;
    height: 40px;
    right: 2rem;
    top: 2rem;
  }
}
body header .logo-small img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
body header .nav-menu .nav-menu__trigger {
  position: fixed;
  z-index: 40;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 4rem;
  left: 3.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 0;
  outline: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body header .nav-menu .nav-menu__trigger {
    top: 2rem;
    left: 1.5rem;
  }
}
body header .nav-menu .nav-menu__trigger:focus {
  outline: none;
  border: 0;
}
body header .nav-menu .nav-menu__trigger:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .nav-menu .nav-menu__trigger:hover span {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  width: 1rem;
  background-color: #fff;
}
body header .nav-menu .nav-menu__trigger > * {
  display: block;
  overflow: hidden;
  width: 2rem;
  height: 2px;
  margin-bottom: .5rem;
  background-color: #fff;
  transform: rotate(.00001deg);
  transform-origin: 50% 50%;
  transition: transform .6s ease-in-out;
}
body header .nav-menu .nav-menu__trigger span {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .nav-menu .nav-menu__trigger span:last-child {
  opacity: 1;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
}
body header .nav-menu .nav-menu__trigger.is-open {
  z-index: 999;
}
body header .nav-menu .nav-menu__trigger.is-open :first-child {
  -webkit-transform: translateY(0.6rem) rotate(45deg);
  transform: translateY(0.6rem) rotate(45deg);
  transition: transform .3s ease;
}
body header .nav-menu .nav-menu__trigger.is-open :nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: transform .3s ease;
}
body header .nav-menu .nav-menu__trigger.is-open :last-child {
  opacity: 0;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body header .nav-menu .nav-menu__trigger:hover {
  cursor: pointer;
}
body header .nav-menu .nav-menu-main {
  background-color: #7fbfb8;
  height: 50vh;
  width: 22%;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 997;
  -webkit-transition: cubic-bezier(0.455,0.03,0.515,0.955) 0.8s;
  transition: cubic-bezier(0.455,0.03,0.515,0.955) 0.8s;
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  body header .nav-menu .nav-menu-main {
    width: 25%;
    height: 55vh;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  body header .nav-menu .nav-menu-main {
    width: 28%;
    height: 58vh;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header .nav-menu .nav-menu-main {
    height: 70vh;
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .nav-menu .nav-menu-main {
    height: 60vh;
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  body header .nav-menu .nav-menu-main {
    width: 100%;
    height: 100vh;
  }
}
body header .nav-menu .nav-menu-main.is-active {
  left: 0;
  -webkit-transition: cubic-bezier(0.455,0.03,0.515,0.955) 0.6s;
  transition: cubic-bezier(0.455,0.03,0.515,0.955) 0.6s;
}
body header .nav-menu .nav-menu-main.is-active ul li:nth-child(1) {
  transform: translateX(0);
  opacity: 1;
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
body header .nav-menu .nav-menu-main.is-active ul li:nth-child(2) {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.2s ease-in-out !important;
  -webkit-transition: all 1.2s ease-in-out !important;
  -moz-transition: all 1.2s ease-in-out !important;
  -o-transition: all 1.2s ease-in-out !important;
}
body header .nav-menu .nav-menu-main.is-active ul li:nth-child(3) {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.4s ease-in-out !important;
  -webkit-transition: all 1.4s ease-in-out !important;
  -moz-transition: all 1.4s ease-in-out !important;
  -o-transition: all 1.4s ease-in-out !important;
}
body header .nav-menu .nav-menu-main.is-active ul li:nth-child(4) {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.6s ease-in-out !important;
  -webkit-transition: all 1.6s ease-in-out !important;
  -moz-transition: all 1.6s ease-in-out !important;
  -o-transition: all 1.6s ease-in-out !important;
}
body header .nav-menu .nav-menu-main.is-active ul li:nth-child(5) {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.8s ease-in-out !important;
  -webkit-transition: all 1.8s ease-in-out !important;
  -moz-transition: all 1.8s ease-in-out !important;
  -o-transition: all 1.8s ease-in-out !important;
}
body header .nav-menu .nav-menu-main ul {
  padding-left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 21%;
  height: auto;
}
body header .nav-menu .nav-menu-main ul li {
  list-style-type: none;
  margin-bottom: 1rem;
  position: relative;
}
body header .nav-menu .nav-menu-main ul li:nth-child(1) {
  transform: translateX(-120%);
  opacity: 0;
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
body header .nav-menu .nav-menu-main ul li:nth-child(2) {
  transform: translateX(-130%);
  opacity: 0;
  transition: all 1s ease-in-out !important;
  -webkit-transition: all 1s ease-in-out !important;
  -moz-transition: all 1s ease-in-out !important;
  -o-transition: all 1s ease-in-out !important;
}
body header .nav-menu .nav-menu-main ul li:nth-child(3) {
  transform: translateX(-140%);
  opacity: 0;
  transition: all 1.4s ease-in-out !important;
  -webkit-transition: all 1.4s ease-in-out !important;
  -moz-transition: all 1.4s ease-in-out !important;
  -o-transition: all 1.4s ease-in-out !important;
}
body header .nav-menu .nav-menu-main ul li:nth-child(4) {
  transform: translateX(-150%);
  opacity: 0;
  transition: all 1.6s ease-in-out !important;
  -webkit-transition: all 1.6s ease-in-out !important;
  -moz-transition: all 1.6s ease-in-out !important;
  -o-transition: all 1.6s ease-in-out !important;
}
body header .nav-menu .nav-menu-main ul li:nth-child(5) {
  transform: translateX(-160%);
  opacity: 0;
  transition: all 1.8s ease-in-out !important;
  -webkit-transition: all 1.8s ease-in-out !important;
  -moz-transition: all 1.8s ease-in-out !important;
  -o-transition: all 1.8s ease-in-out !important;
}
body header .nav-menu .nav-menu-main ul li a {
  font-family: 'Affogato-Bold';
  color: #011e46;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header .nav-menu .nav-menu-main ul li a {
    font-size: 1.5rem;
  }
}
body header .nav-menu .nav-menu-main ul li a:hover {
  color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .nav-menu .nav-menu-main ul li:last-child {
  margin-bottom: 0;
}
body header .nav-menu .nav-menu-main ul li:first-child a::before {
  content: "'";
  position: absolute;
  right: -6px;
  top: -3px;
  transform: rotate(10deg);
  color: #011e46;
  font-size: 1.8rem;
  font-family: 'Affogato-Bold';
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .nav-menu .nav-menu-main ul li:first-child a:hover::before {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #fff;
}
body header .nav-menu .reseaux {
  position: absolute;
  bottom: 3rem;
  left: 80px;
}
body header .nav-menu .reseaux a {
  display: inline-block;
  width: 25px;
  margin-right: .5rem;
}
body header .nav-menu .reseaux a:last-child {
  margin-right: 0;
}
body header .nav-menu .reseaux a .st0 {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .nav-menu .reseaux a:hover .st0 {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  fill: #011e46;
}
body,
html {
  overflow-x: hidden !important;
  max-width: 100% !important;
}
body {
  font-weight: 300;
}
body .cover {
  object-fit: cover;
}
body .animate {
  -webkit-animation: bounce 1.2s ease-in-out infinite alternate;
  animation: bounce 1.2s ease-in-out infinite alternate;
}
body .animate-prev {
  -webkit-animation: bounce 1.6s ease-in-out infinite alternate;
  animation: bounce 1.6s ease-in-out infinite alternate;
}
body .animate-next {
  -webkit-animation: bounce 2s ease-in-out infinite alternate;
  animation: bounce 2s ease-in-out infinite alternate;
}
@media (max-width: 767.98px) {
  body .slide-anchor {
    margin-top: 1rem;
  }
}
body .slide-anchor img {
  display: block;
  margin: 0 auto;
  max-width: 8%;
  z-index: 999;
  -webkit-animation: mover .9s infinite alternate ease-in-out;
  -moz-animation: mover .9s infinite alternate ease-in-out;
  -o-animation: mover .9s infinite alternate ease-in-out;
  animation: mover .9s infinite alternate ease-in-out;
}
body.page-id-67 {
  background-color: #d4674c;
}
body.page-id-67 main #wrapper-mentions .container {
  padding: 10rem 0 5rem 0;
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
}
body.page-id-67 main #wrapper-mentions .container h2,
body.page-id-67 main #wrapper-mentions .container h3 {
  color: #011e46;
  font-weight: 600;
}
body.page-id-67 main #wrapper-mentions .container h2 {
  text-transform: uppercase;
}
body.page-id-67 main #wrapper-mentions .container h3 {
  margin-top: 2rem;
}
body.page-id-67 main #wrapper-mentions .container strong {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}
body.page-id-67 main #wrapper-mentions .container a {
  color: #13455a;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-67 main #wrapper-mentions .container a:hover {
  color: #011e46;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-3 {
  background-color: #b4e2e5;
}
body.page-id-3 main #wrapper-politique .container {
  padding: 10rem 0 5rem 0;
}
body.page-id-3 main #wrapper-politique .container h2,
body.page-id-3 main #wrapper-politique .container h3 {
  color: #011e46;
  font-weight: 600;
}
body.page-id-3 main #wrapper-politique .container h2 {
  text-transform: uppercase;
}
body.page-id-3 main #wrapper-politique .container h3 {
  margin-top: 2rem;
}
body.page-id-3 main #wrapper-politique .container p {
  color: #011e46;
  font-weight: 300;
  font-size: 1rem;
}
body.page-id-3 main #wrapper-politique .container p strong {
  font-weight: 600;
}
body.page-id-3 main #wrapper-politique .container a {
  color: #eb6f5f;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-3 main #wrapper-politique .container a:hover {
  color: #011e46;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-3 main #wrapper-politique .container ul li {
  color: #13455a;
  font-weight: 400;
  font-size: .85rem;
  font-style: italic;
}
body .col-md-2-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767.98px) {
  body .col-md-2-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body .video-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 555;
  background: rgba(0,0,0,0.8);
  padding: 30px 20px 20px 20px;
  box-shadow: 0 0 1000px 1000px rgba(0,0,0,0.8);
  display: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body .video-container iframe {
    width: 680px !important;
    height: 420px !important;
  }
}
@media (max-width: 767.98px) {
  body .video-container iframe {
    width: 320px !important;
    height: 250px !important;
  }
}
body .close-video {
  position: absolute;
  top: -10px;
  right: 20px;
}
body .close-video a {
  font-family: 'Affogato-Regular';
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body .close-video a:hover {
  color: #7fbfb8;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body a.button {
  background: red;
  color: white;
  font-size: 30px;
  font-weight: bold;
  padding: 15px;
  text-decoration: none;
}
body #VideoModal .modal-content {
  width: auto;
  height: auto;
  background-color: #000;
  border: none;
  border-radius: 0;
}
body #VideoModal .modal-content .modal-header {
  border-bottom: solid 1px rgba(255,255,255,0.4);
}
body #VideoModal .modal-content .modal-header h5 {
  font-weight: 300;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 2px;
  margin-bottom: 0;
}
body #VideoModal .modal-content .modal-header h5 strong {
  font-weight: 500;
}
body #VideoModal .close {
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  text-shadow: none;
  opacity: .8;
}
body.page-id-22 header .logo-small {
  display: none;
}
body.page-id-22 #hello {
  width: 100%;
  padding-top: 24rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-22 #hello {
    padding-top: 16rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #hello {
    padding-top: 15rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-22 #hello {
    padding-top: 7rem;
  }
}
body.page-id-22 #hello .accueil .hello {
  width: 450px;
  height: 145px;
  display: block;
  background-image: url('../img/hello.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-22 #hello .accueil .hello {
    width: 400px;
    height: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #hello .accueil .hello {
    width: 350px;
    height: 110px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-22 #hello .accueil .hello {
    width: 70%;
    height: 85px;
  }
}
body.page-id-22 #hello .accueil .texte-home {
  margin-bottom: 5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-22 #hello .accueil .texte-home {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #hello .accueil .texte-home {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-22 #hello .accueil .texte-home {
    margin-bottom: 0;
    padding: 0 1rem;
  }
}
body.page-id-22 #hello .accueil .texte-home p {
  font-family: 'Fina';
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  -webkit-text-stroke: thin;
  position: relative;
  text-align: center;
  display: inline-block;
  letter-spacing: 2px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #hello .accueil .texte-home p {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-22 #hello .accueil .texte-home p {
    font-size: 1.2rem;
  }
}
body.page-id-22 #hello .accueil .texte-home p strong {
  color: #d4674c;
}
body.page-id-22 #hello .accueil .texte-home p em {
  color: #b4e2e5;
  font-style: normal;
}
body.page-id-22 #hello .accueil .texte-home p span {
  color: #f4c5bd;
  text-decoration: none !important;
}
body.page-id-22 #hello .accueil .texte-home-mobile {
  margin-bottom: 5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-22 #hello .accueil .texte-home-mobile {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #hello .accueil .texte-home-mobile {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-22 #hello .accueil .texte-home-mobile {
    margin-bottom: 0;
    padding: 0 1rem;
  }
}
body.page-id-22 #hello .accueil .texte-home-mobile p {
  font-family: 'Fina';
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  -webkit-text-stroke: thin;
  position: relative;
  text-align: center;
  display: inline-block;
  letter-spacing: 2px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #hello .accueil .texte-home-mobile p {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-22 #hello .accueil .texte-home-mobile p {
    font-size: 1.2rem;
  }
}
body.page-id-22 #hello .accueil .texte-home-mobile p strong {
  color: #d4674c;
}
body.page-id-22 #hello .accueil .texte-home-mobile p em {
  color: #b4e2e5;
  font-style: normal;
}
body.page-id-22 #hello .accueil .texte-home-mobile p span {
  color: #f4c5bd;
  text-decoration: none !important;
}
body.page-id-22 #hello .accueil .video {
  position: relative;
  display: inline-block;
  width: 80%;
  padding: 0;
  height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(4rem);
}
@media (min-width: 1400px) and (max-width: 1499.98px) {
  body.page-id-22 #hello .accueil .video {
    height: 650px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  body.page-id-22 #hello .accueil .video {
    height: 600px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-22 #hello .accueil .video {
    height: 550px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #hello .accueil .video {
    height: 500px;
    width: 90%;
  }
}
@media (max-width: 767.98px) {
  body.page-id-22 #hello .accueil .video {
    height: 300px;
    width: 90%;
  }
}
body.page-id-22 #hello .accueil .video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
}
body.page-id-22 #hello .accueil .video .fa-play-circle {
  position: relative;
  color: #fff;
  font-size: 2rem;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
body.page-id-22 #hello .accueil .video p {
  position: relative;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-top: .5rem;
  margin-bottom: 0;
  font-family: 'Affogato-Regular';
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
body.page-id-22 #hello .accueil .video:hover,
body.page-id-22 #hello .accueil .video:focus {
  cursor: pointer;
}
body.page-id-22 #hello .accueil .video:hover:before,
body.page-id-22 #hello .accueil .video:focus:before {
  background-color: rgba(0,0,0,0.2);
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
body.page-id-22 #hello .accueil .video:hover .fa-play-circle,
body.page-id-22 #hello .accueil .video:focus .fa-play-circle {
  transform: translateY(1.2rem);
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
body.page-id-22 #hello .accueil .video:hover p,
body.page-id-22 #hello .accueil .video:focus p {
  opacity: 0;
  transform: translateY(2rem);
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
body.page-id-22 #nous {
  background-color: #7fbfb8;
  padding: 10rem 0 6rem 0;
}
@media (max-width: 767.98px) {
  body.page-id-22 #nous {
    padding: 6rem 0 5rem 0;
  }
}
body.page-id-22 #nous .wrapper-nous #inner-titre {
  position: relative;
}
body.page-id-22 #nous .wrapper-nous #inner-titre .titre-section h1 {
  display: block;
  position: absolute;
  color: #fff;
  border: none;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  bottom: -90px;
  left: 0;
  height: auto;
  width: 40vh;
  font-family: 'Affogato-Bold';
  text-align: center;
  outline: none;
  z-index: 2;
  font-weight: bold;
  font-size: 6.5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-22 #nous .wrapper-nous #inner-titre .titre-section h1 {
    font-size: 6rem;
    bottom: -120px;
    left: -60px;
    width: 50vh;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #nous .wrapper-nous #inner-titre .titre-section h1 {
    position: relative;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    bottom: inherit;
    left: inherit;
    width: auto;
    text-align: center;
    font-size: 6rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-22 #nous .wrapper-nous #inner-titre .titre-section h1 {
    position: relative;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    bottom: inherit;
    left: inherit;
    width: auto;
    text-align: center;
    font-size: 4rem;
    margin-bottom: 3rem;
  }
}
body.page-id-22 #nous .wrapper-nous #infos-nous .inner .titre-presentation {
  margin-bottom: 1.5rem;
}
body.page-id-22 #nous .wrapper-nous #infos-nous .inner .titre-presentation h3 {
  font-family: 'Fina';
  font-size: 1.4rem;
  color: #011e46;
  font-weight: bold;
  -webkit-text-stroke: thin;
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
}
@media (max-width: 767.98px) {
  body.page-id-22 #nous .wrapper-nous #infos-nous .inner .titre-presentation h3 {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
}
@media (max-width: 369.98px) {
  body.page-id-22 #nous .wrapper-nous #infos-nous .inner .titre-presentation h3 {
    font-size: 1rem;
    letter-spacing: .5px;
  }
}
body.page-id-22 #nous .wrapper-nous #infos-nous .inner .titre-presentation h3::before {
  content: "";
  position: absolute;
  top: -45px;
  right: -90px;
  width: 90px;
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/quote.png');
}
@media (max-width: 767.98px) {
  body.page-id-22 #nous .wrapper-nous #infos-nous .inner .titre-presentation h3::before {
    top: -22px;
    right: -30px;
    width: 50px;
    height: 40px;
  }
}
body.page-id-22 #nous .wrapper-nous #infos-nous .inner .presentation p {
  font-family: 'Affogato-Regular';
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  body.page-id-22 #nous .wrapper-nous #infos-nous .inner .presentation p {
    font-size: .95rem;
  }
}
body.page-id-22 #nous .wrapper-nous #infos-nous .inner .presentation p strong {
  color: #0e3a63;
  font-weight: bold;
}
body.page-id-22 #nous .wrapper-nous #infos-nous .inner .presentation p em {
  color: #3580a6;
  font-style: normal;
}
body.page-id-22 #nous .wrapper-nous #infos-nous .inner .presentation-mobile p {
  font-family: 'Affogato-Regular';
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  body.page-id-22 #nous .wrapper-nous #infos-nous .inner .presentation-mobile p {
    font-size: .95rem;
  }
}
body.page-id-22 #nous .wrapper-nous #infos-nous .inner .presentation-mobile p strong {
  color: #0e3a63;
  font-weight: bold;
}
body.page-id-22 #nous .wrapper-nous #infos-nous .inner .presentation-mobile p em {
  color: #3580a6;
  font-style: normal;
}
body.page-id-22 #vous {
  background-color: #b4e2e5;
  padding: 0 0 12rem 0;
}
body.page-id-22 #vous .wrapper-vous #inner-titre {
  position: relative;
}
body.page-id-22 #vous .wrapper-vous #inner-titre .titre-section h1 {
  display: block;
  position: absolute;
  color: #fff;
  border: none;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  bottom: -130px;
  left: 0;
  height: auto;
  width: 40vh;
  font-family: 'Affogato-Bold';
  text-align: center;
  outline: none;
  z-index: 2;
  font-weight: bold;
  font-size: 6.5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-22 #vous .wrapper-vous #inner-titre .titre-section h1 {
    font-size: 6rem;
    bottom: -190px;
    left: -60px;
    width: 50vh;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #vous .wrapper-vous #inner-titre .titre-section h1 {
    position: relative;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    bottom: inherit;
    left: inherit;
    width: auto;
    text-align: center;
    font-size: 6rem;
    margin-bottom: 3rem;
    margin-top: 5rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-22 #vous .wrapper-vous #inner-titre .titre-section h1 {
    position: relative;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    bottom: inherit;
    left: inherit;
    width: auto;
    text-align: center;
    font-size: 4rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus {
  position: relative;
}
body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus::before {
  content: ":;";
  position: absolute;
  font-family: 'Affogato-Bold';
  font-size: 9rem;
  right: 0;
  bottom: -130px;
  opacity: .3;
  color: #fff;
  z-index: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus .item-plus {
  position: relative;
}
@media (max-width: 767.98px) {
  body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus .item-plus {
    margin-bottom: 2rem;
  }
}
body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus .item-plus::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: #13455a;
  width: 0;
  height: 100%;
  z-index: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus .item-plus:nth-child(1) .titre-plus h3::before,
body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus .item-plus:nth-child(3) .titre-plus h3::before,
body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus .item-plus:nth-child(5) .titre-plus h3::before {
  transform: translateX(-50%) rotate(3deg);
}
body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus .item-plus:nth-child(2) .titre-plus h3::before,
body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus .item-plus:nth-child(4) .titre-plus h3::before {
  transform: translateX(-50%) rotate(-3deg);
}
body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus .item-plus .image {
  height: 450px;
  width: 100%;
  z-index: 1;
  position: relative;
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus .item-plus .image {
    height: 350px;
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus .item-plus .image {
    height: 300px;
    opacity: 1;
  }
}
body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus .item-plus .image .content {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus .item-plus .titre-plus {
  margin-top: 1rem;
}
body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus .item-plus .titre-plus h3 {
  font-family: 'Affogato-Bold';
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0 .8rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus .item-plus .titre-plus h3 {
    font-size: 1rem;
  }
}
body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus .item-plus .titre-plus h3::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #7fbfb8;
  width: 100%;
  height: 28px;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus .item-plus .titre-plus h3::before {
    height: 25px;
  }
}
body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus .item-plus .liste-competences ul {
  padding-left: 0;
}
body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus .item-plus .liste-competences ul .competence {
  font-family: 'Affogato-Regular';
  font-size: .85rem;
  color: #011e46;
  list-style-type: none;
  text-align: center;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus .item-plus .liste-competences ul .competence {
    font-size: .8rem;
  }
}
body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus .item-plus:hover .image {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  opacity: 1;
}
body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus .item-plus:hover::before {
  opacity: 1;
  width: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-22 #vous .wrapper-vous #infos-vous .les-plus .item-plus:hover .liste-competences ul .competence {
  color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-22 #decouvrir {
  background-color: #f4c5bd;
  padding: 8rem 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #decouvrir {
    padding: 0rem 0 5rem 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-22 #decouvrir {
    padding: 0rem 0 8rem 0;
  }
}
body.page-id-22 #decouvrir .wrapper-decouvrir #inner-titre {
  position: relative;
}
body.page-id-22 #decouvrir .wrapper-decouvrir #inner-titre .titre-section h1 {
  display: block;
  position: absolute;
  color: #fff;
  border: none;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  bottom: -90px;
  left: -75px;
  height: auto;
  width: 55vh;
  font-family: 'Affogato-Bold';
  text-align: center;
  outline: none;
  z-index: 2;
  font-weight: bold;
  font-size: 6.5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir #inner-titre .titre-section h1 {
    font-size: 6rem;
    bottom: -90px;
    left: -120px;
    width: 66vh;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir #inner-titre .titre-section h1 {
    position: relative;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    bottom: inherit;
    left: inherit;
    width: auto;
    text-align: center;
    font-size: 6rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir #inner-titre .titre-section h1 {
    position: relative;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    bottom: inherit;
    left: inherit;
    width: auto;
    text-align: center;
    font-size: 4rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet {
  padding-right: 8rem;
  position: relative;
}
@media (min-width: 1400px) and (max-width: 1499.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet {
    padding-right: 6rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet {
    padding-right: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet {
    padding-right: 1rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet {
    padding-right: 1rem;
  }
}
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .mix {
  padding: 0 5px;
  margin-bottom: .6rem;
}
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .mix .realisation-item {
  height: 400px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1400px) and (max-width: 1499.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .mix .realisation-item {
    height: 350px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .mix .realisation-item {
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .mix .realisation-item {
    height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .mix .realisation-item {
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .mix .realisation-item {
    height: 300px;
  }
}
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .mix .realisation-item figure {
  height: 100%;
  width: 100%;
  position: relative;
}
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .mix .realisation-item figure .photo-une-projet {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .mix .realisation-item figure .hover-img {
  opacity: 0;
  height: 100%;
  width: 100%;
  background-color: #eb6f5f;
  left: 0;
  bottom: -100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  position: absolute;
}
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .mix .realisation-item figure .hover-img .more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  font-size: 1.5rem;
  color: #fff;
  font-family: 'Affogato-Bold';
  opacity: 0;
  text-align: center;
  transition: all 1s ease-in-out !important;
  -webkit-transition: all 1s ease-in-out !important;
  -moz-transition: all 1s ease-in-out !important;
  -o-transition: all 1s ease-in-out !important;
}
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .mix:hover .realisation-item figure .hover-img {
  opacity: 1;
  height: 100%;
  bottom: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .mix:hover .realisation-item figure .hover-img .more {
  opacity: .6;
  transition: all 1s ease-in-out !important;
  -webkit-transition: all 1s ease-in-out !important;
  -moz-transition: all 1s ease-in-out !important;
  -o-transition: all 1s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .lien-projet {
    width: 100%;
  }
}
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .lien-projet a {
  display: block;
  position: absolute;
  color: #fff;
  border: none;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  bottom: 220px;
  right: -38px;
  height: auto;
  width: 270px;
  font-family: 'Affogato-Medium';
  text-align: center;
  outline: none;
  z-index: 2;
  text-transform: uppercase;
  font-size: 1.3rem;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 1400px) and (max-width: 1499.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .lien-projet a {
    right: -85px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .lien-projet a {
    right: -95px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .lien-projet a {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    bottom: -30px;
    right: inherit;
    left: 240px;
    height: auto;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .lien-projet a {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    bottom: -30px;
    right: inherit;
    left: 240px;
    height: auto;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .lien-projet a {
    ransform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    bottom: inherit;
    right: inherit;
    left: inherit;
    height: auto;
    width: 100%;
    position: relative;
    padding-top: 1rem;
  }
}
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .lien-projet a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 50px;
  left: -5%;
  bottom: -10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../img/arrow-down.png');
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .lien-projet a::before {
    width: 45px;
    height: 25px;
    right: -15%;
    left: inherit;
    bottom: 0px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .lien-projet a::before {
    width: 45px;
    height: 25px;
    right: -15%;
    left: inherit;
    bottom: 0px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
}
@media (max-width: 767.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .lien-projet a::before {
    display: none;
  }
}
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .lien-projet a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #011e46;
  bottom: 230px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .lien-projet a:hover {
    bottom: -30px;
    left: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .lien-projet a:hover {
    bottom: -30px;
    left: 220px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .lien-projet a:hover {
    bottom: inherit;
  }
}
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .lien-projet a:hover::before {
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  left: -2%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .lien-projet a:hover::before {
    left: inherit;
    right: -17%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .lien-projet a:hover::before {
    left: inherit;
    right: -17%;
  }
}
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet {
  position: absolute;
  bottom: 0;
  right: 5rem;
}
@media (min-width: 1400px) and (max-width: 1499.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet {
    right: 2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet {
    right: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet {
    bottom: -40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet {
    bottom: -40px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet {
    left: 50%;
    transform: translateX(-50%);
    right: inherit;
    bottom: -95px;
  }
}
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet a {
  position: relative;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet a .trigger-galerie {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
}
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet a .lien-galerie {
  font-size: .9rem;
  color: #fff;
  font-family: 'Affogato-Regular';
  letter-spacing: 2px;
  opacity: 0;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7rem;
  width: 150px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet a .lien-galerie {
    font-size: .8rem;
    width: 140px;
    bottom: -2rem;
  }
}
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet a:hover,
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet a:focus {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet a:hover .trigger-galerie,
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet a:focus .trigger-galerie {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #011e46;
}
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet a:hover .trigger-galerie:nth-child(1),
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet a:focus .trigger-galerie:nth-child(1) {
  background-color: #fff;
}
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet a:hover .trigger-galerie:nth-child(3),
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet a:focus .trigger-galerie:nth-child(3) {
  background-color: #fff;
}
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet a:hover .bounce,
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet a:hover .bounce_prev,
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet a:hover .bounce_next,
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet a:focus .bounce,
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet a:focus .bounce_prev,
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet a:focus .bounce_next {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet a:hover .lien-galerie,
body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet a:focus .lien-galerie {
  opacity: 1;
  bottom: -2rem;
  color: #011e46;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet a:hover .lien-galerie,
  body.page-id-22 #decouvrir .wrapper-decouvrir .wrapper-liste-projet .menu-projet a:focus .lien-galerie {
    bottom: -1.5rem;
  }
}
body.page-id-22 #partager {
  background-color: #eb6f5f;
  padding: 8rem 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #partager {
    padding: 0rem 0 5rem 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-22 #partager {
    padding: 0rem 0 5rem 0;
  }
}
body.page-id-22 #partager .wrapper-contact #inner-titre {
  position: relative;
}
body.page-id-22 #partager .wrapper-contact #inner-titre .titre-section h1 {
  display: block;
  position: absolute;
  color: #fff;
  border: none;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  bottom: -130px;
  left: -100px;
  height: auto;
  width: 55vh;
  font-family: 'Affogato-Bold';
  text-align: center;
  outline: none;
  z-index: 2;
  font-weight: bold;
  font-size: 6.5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-22 #partager .wrapper-contact #inner-titre .titre-section h1 {
    font-size: 6rem;
    bottom: -90px;
    left: -120px;
    width: 66vh;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #partager .wrapper-contact #inner-titre .titre-section h1 {
    position: relative;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    bottom: inherit;
    left: inherit;
    width: auto;
    text-align: center;
    font-size: 6rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-22 #partager .wrapper-contact #inner-titre .titre-section h1 {
    position: relative;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    bottom: inherit;
    left: inherit;
    width: auto;
    text-align: center;
    font-size: 4rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact {
  padding-right: 8rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact {
    padding: 0 4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact {
    padding-right: 5rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact {
    padding-right: 1rem;
  }
}
body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .image-contact {
  width: 100%;
  height: 634px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 2rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .image-contact {
    height: 597px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .image-contact {
    height: 450px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .image-contact {
    height: 435px;
  }
}
body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .inner-texte .deco-contact h3 {
  color: #fff;
  font-family: 'Affogato-Bold';
  font-size: 9rem;
  opacity: .2;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .inner-texte .deco-contact h3 {
    font-size: 7rem;
  }
}
body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .inner-texte .texte-contact p {
  color: #fff;
  font-family: 'Affogato-Medium';
  font-size: 1rem;
  letter-spacing: 2px;
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .inner-texte .texte-contact p {
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .inner-texte .texte-contact p {
    letter-spacing: 1px;
    font-size: .85rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .inner-texte .texte-contact p {
    letter-spacing: 2px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .inner-texte .texte-contact p {
    text-align: center;
  }
}
body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .inner-texte .texte-contact p strong {
  text-transform: uppercase;
}
body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .formulaire {
  width: 100%;
}
body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .formulaire #nf-form-1-cont #nf-form-title-1 {
  display: none;
}
body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .formulaire #nf-form-1-cont .nf-form-fields-required {
  display: none;
}
body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .formulaire #nf-form-1-cont input,
body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .formulaire #nf-form-1-cont textarea {
  border: none;
  color: #fff;
  font-family: 'Affogato-Light';
  background-color: rgba(255,255,255,0.2);
  font-weight: 300;
  font-size: 14px;
  padding: 1rem;
}
body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .formulaire #nf-form-1-cont textarea {
  height: 120px;
}
body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .formulaire #nf-form-1-cont ::placeholder {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
}
body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .formulaire #nf-form-1-cont .nf-field-container {
  margin-bottom: 10px;
}
body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .formulaire #nf-form-1-cont #nf-field-4-container {
  margin-bottom: 0;
}
body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .formulaire #nf-form-1-cont .nf-form-content {
  max-width: 100%;
  padding: 0;
}
body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .formulaire #nf-form-1-cont .nf-form-content label {
  display: none;
}
body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .formulaire #nf-form-1-cont .nf-form-content .submit-wrap {
  position: relative;
  margin-bottom: 0;
}
body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .formulaire #nf-form-1-cont .nf-form-content .submit-wrap input {
  background-color: rgba(255,255,255,0.2);
  border: none;
  color: #fff;
  font-family: 'Affogato-Light';
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  float: none;
  text-align: center;
  width: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  cursor: pointer;
  padding: 0;
}
body.page-id-22 #partager .wrapper-contact .wrapper-infos-contact .formulaire #nf-form-1-cont .nf-form-content .submit-wrap input:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #ffffff;
  color: #011e46;
}
body.page-id-25 {
  background-color: #d4674c;
}
body.page-id-25 header .logo {
  display: none;
}
body.page-id-25 header .nav-menu .nav-menu__trigger {
  top: 2.5rem;
  left: 1.5rem;
}
body.page-id-25 #galerie {
  padding: 10rem 0 5rem 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-25 #galerie {
    padding: 7rem 0 5rem 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-25 #galerie {
    padding: 3rem 0 3rem 0;
  }
}
body.page-id-25 #galerie #wrapper-galerie #inner-titre {
  position: relative;
}
body.page-id-25 #galerie #wrapper-galerie #inner-titre .titre-section {
  position: fixed;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-25 #galerie #wrapper-galerie #inner-titre .titre-section {
    position: relative;
  }
}
@media (max-width: 767.98px) {
  body.page-id-25 #galerie #wrapper-galerie #inner-titre .titre-section {
    position: relative;
  }
}
body.page-id-25 #galerie #wrapper-galerie #inner-titre .titre-section h1 {
  display: block;
  position: absolute;
  color: #fff;
  border: none;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  top: 205px;
  left: -140px;
  height: auto;
  width: 62vh;
  font-family: 'Affogato-Bold';
  text-align: center;
  outline: none;
  z-index: 2;
  font-weight: bold;
  font-size: 7rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-25 #galerie #wrapper-galerie #inner-titre .titre-section h1 {
    font-size: 6rem;
    bottom: -90px;
    left: -190px;
    width: 66vh;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-25 #galerie #wrapper-galerie #inner-titre .titre-section h1 {
    position: relative;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    top: inherit;
    left: inherit;
    width: auto;
    text-align: center;
    font-size: 6rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-25 #galerie #wrapper-galerie #inner-titre .titre-section h1 {
    position: relative;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    top: inherit;
    left: inherit;
    width: auto;
    text-align: center;
    font-size: 4rem;
    margin-bottom: 0rem;
    margin-top: 3rem;
  }
}
@media (max-width: 380px) {
  body.page-id-25 #galerie #wrapper-galerie #inner-titre .titre-section h1 {
    font-size: 3.5rem;
  }
}
body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie {
  padding: 0 6rem;
  min-height: 600px;
}
@media (max-width: 767.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie {
    min-height: 450px;
  }
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie {
    padding: 0 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie {
    padding: 0 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie {
    padding: 0 2rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie {
    padding: 0 1rem;
  }
}
body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie ul {
  display: none;
}
body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie #noItemsFoundMessage {
  width: 100%;
}
body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie #noItemsFoundMessage h1 {
  background-color: #011e46;
  font-size: 1rem;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  font-family: 'Affogato-Regular';
  font-style: normal;
  padding: .5rem 0 .5rem 1rem;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie #noItemsFoundMessage h1 {
    font-size: 1rem;
    letter-spacing: 1px;
    padding: .5rem 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie #noItemsFoundMessage h1 {
    padding: .5rem 0 0 0;
    width: 100%;
  }
}
body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie #noItemsFoundMessage h1 a {
  background-color: #fff;
  color: #011e46;
  padding: 0.5rem 1rem;
  text-decoration: none;
  margin-left: 1rem;
  text-transform: uppercase;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie #noItemsFoundMessage h1 a {
    margin-left: 0;
    margin-top: .5rem;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie #noItemsFoundMessage h1 a {
    margin-left: 0;
    margin-top: .5rem;
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie #noItemsFoundMessage h1 a {
    padding: 0.7rem 0.5rem 0.55rem 0.5rem;
    margin-left: 0.5rem;
    font-size: .8rem;
  }
}
body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie #noItemsFoundMessage h1 a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #7fbfb8;
}
body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters {
  margin: 2rem 0 5rem 0;
}
@media (max-width: 767.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters {
    margin: 2rem 0 3rem 0;
  }
}
body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list {
  text-align: center;
  padding: .5rem 1rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list {
    padding: 0;
  }
}
body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list .filter-btn {
  font-family: 'Affogato-Regular';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  background-color: transparent;
  border: none;
  margin: 0 .8rem;
  cursor: pointer;
  position: relative;
  outline: none;
  margin-bottom: .5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list .filter-btn {
    font-size: 15px;
    margin: 0 .5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list .filter-btn {
    font-size: 18px;
    margin: 0 .8rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list .filter-btn {
    font-size: 16px;
    margin: 0 .6rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list .filter-btn {
    font-size: 14px;
    margin: .3rem 0;
    width: auto;
    display: inline-block;
  }
}
body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list .filter-btn.categories-list-filter-btn-active {
  color: #011e46;
}
body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list .filter-btn:first-child {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: 'Affogato-Medium';
}
body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list .filter-btn::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 4px;
  background-color: #011e46;
  width: 2px;
  height: 20px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list .filter-btn::before {
    right: -12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list .filter-btn::before {
    height: 16px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list .filter-btn::before {
    right: -3px;
    height: 17px;
  }
}
body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list .filter-btn:last-child::before,
body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list .filter-btn:nth-child(6)::before {
  display: none;
}
@media (max-width: 767.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list .filter-btn:nth-child(6)::before {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list .filter-btn:nth-child(3)::before,
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list .filter-btn:nth-child(8)::before {
    display: none;
  }
}
@media (max-width: 370px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list .filter-btn:nth-child(3)::before,
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list .filter-btn:nth-child(8)::before {
    display: block;
  }
}
@media (max-width: 370px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list .filter-btn:nth-child(2)::before,
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list .filter-btn:nth-child(6)::before,
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list .filter-btn:nth-child(10)::before {
    display: none;
  }
}
body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie .filters .categories-list .filter-btn:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #011e46;
}
body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie #mix-wrapper {
  width: 100%;
  padding-bottom: 3rem;
  padding-left: 0;
}
body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie #mix-wrapper .mix-target {
  width: 33%;
  height: 400px !important;
  float: left;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1400px) and (max-width: 1499.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie #mix-wrapper .mix-target {
    height: 360px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie #mix-wrapper .mix-target {
    height: 320px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie #mix-wrapper .mix-target {
    height: 280px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie #mix-wrapper .mix-target {
    height: 300px !important;
  }
}
@media (max-width: 767.98px) {
  body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie #mix-wrapper .mix-target {
    height: 300px !important;
    width: 100%;
  }
}
body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie #mix-wrapper .mix-target .realisation-item {
  padding: 0 5px;
  margin-bottom: 1rem;
  height: 97%;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie #mix-wrapper .mix-target .realisation-item figure {
  height: 100%;
  width: 100%;
  position: relative;
}
body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie #mix-wrapper .mix-target .realisation-item figure .photo-une-projet {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie #mix-wrapper .mix-target .realisation-item figure .hover-img {
  opacity: 0;
  height: 100%;
  width: 100%;
  background-color: #eb6f5f;
  left: 0;
  bottom: -100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  position: absolute;
}
body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie #mix-wrapper .mix-target .realisation-item figure .hover-img .more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  font-size: 1.5rem;
  color: #fff;
  font-family: 'Affogato-Bold';
  opacity: 0;
  text-align: center;
  transition: all 1s ease-in-out !important;
  -webkit-transition: all 1s ease-in-out !important;
  -moz-transition: all 1s ease-in-out !important;
  -o-transition: all 1s ease-in-out !important;
}
body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie #mix-wrapper .mix-target .realisation-item:hover figure .hover-img {
  opacity: 1;
  height: 100%;
  bottom: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-25 #galerie #wrapper-galerie .wrapper-infos-galerie #mix-wrapper .mix-target .realisation-item:hover figure .hover-img .more {
  opacity: .6;
  transition: all 1s ease-in-out !important;
  -webkit-transition: all 1s ease-in-out !important;
  -moz-transition: all 1s ease-in-out !important;
  -o-transition: all 1s ease-in-out !important;
}
body.single-nos_projets header .logo {
  display: none;
}
body.single-nos_projets header .nav-menu .nav-menu__trigger {
  top: 2.5rem;
  left: 1.5rem;
}
@media (max-width: 767.98px) {
  body.single-nos_projets header .nav-menu .nav-menu__trigger {
    top: 2rem;
  }
}
body.single-nos_projets #single-projet {
  padding: 10rem 0 5rem 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single-nos_projets #single-projet {
    padding: 5rem 0;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_projets #single-projet {
    padding: 5rem 0;
  }
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir #inner-titre .content {
  position: relative;
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir #inner-titre .content .titre-section {
  height: 60vh;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir #inner-titre .content .titre-section {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir #inner-titre .content .titre-section {
    height: auto;
  }
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir #inner-titre .content .titre-section h1 {
  display: block;
  position: absolute;
  color: #fff;
  border: none;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  top: 155px;
  left: -180px;
  height: auto;
  width: 62vh;
  font-family: 'Affogato-Bold';
  text-align: center;
  outline: none;
  z-index: 2;
  font-weight: bold;
  font-size: 7rem;
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir #inner-titre .content .titre-section h1 {
    left: -215px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir #inner-titre .content .titre-section h1 {
    font-size: 6.5rem;
    top: 180px;
    left: -150px;
    width: 66vh;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir #inner-titre .content .titre-section h1 {
    position: relative;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    top: inherit;
    left: inherit;
    width: auto;
    text-align: center;
    font-size: 6.5rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir #inner-titre .content .titre-section h1 {
    position: relative;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    top: inherit;
    left: inherit;
    width: auto;
    text-align: center;
    font-size: 4rem;
    margin-bottom: 0rem;
    margin-top: 2rem;
  }
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet {
  padding-right: 3rem;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet {
    padding-right: 1rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet {
    padding-right: 1rem;
    margin-bottom: 3rem;
  }
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet .titre-projet {
  position: relative;
  margin-bottom: 2rem;
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet .titre-projet .couleur-fond {
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotate(-3deg);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet .titre-projet .couleur-fond {
    height: 40px;
  }
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet .titre-projet .title {
  font-family: 'Affogato-Bold';
  color: #fff;
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
  padding: .5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet .titre-projet .title {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet .titre-projet .title {
    font-size: 1.4rem;
  }
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet .texte {
  margin-bottom: 1.5rem;
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet .texte p {
  font-family: 'Affogato-Regular';
  font-size: 1rem;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet .texte p {
    font-size: .85rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet .texte p {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet .texte p {
    font-size: .9rem;
    text-align: center;
  }
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet .mot-clef ul {
  padding-left: 0;
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet .mot-clef ul li {
  list-style-type: none;
  font-family: 'Affogato-Bold';
  color: #fff;
  text-transform: uppercase;
  font-size: .95rem;
  letter-spacing: 1px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet .mot-clef ul li {
    font-size: .9rem;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet .mot-clef ul li {
    font-size: .9rem;
  }
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet .wrapper-btn {
  margin-top: 2rem;
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet .wrapper-btn .btn-site,
body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet .wrapper-btn .btn-document {
  padding-left: 0;
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet .wrapper-btn .btn-site a,
body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet .wrapper-btn .btn-document a {
  padding: .5rem 1rem;
  font-family: 'Affogato-Medium';
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: .85rem;
  text-decoration: none;
  display: block;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet .wrapper-btn .btn-site a:hover,
body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet .wrapper-btn .btn-document a:hover {
  background-color: #fff !important;
  color: #011e46;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet .wrapper-btn .btn-site,
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .presentation-projet .wrapper-btn .btn-document {
    padding-left: 15px;
  }
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .galerie-projet {
  height: 1832px;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 4rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .galerie-projet {
    height: 1682px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .galerie-projet {
    height: 1472px;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .galerie-projet {
    height: 1232px;
    padding: 0 1rem;
  }
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .galerie-projet ul {
  padding-left: 0;
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .galerie-projet ul li {
  list-style-type: none;
  height: 700px;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 1400px) and (max-width: 1699.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .galerie-projet ul li {
    height: 600px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .galerie-projet ul li {
    height: 500px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .galerie-projet ul li {
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .galerie-projet ul li {
    height: 480px;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .galerie-projet ul li {
    height: 350px;
  }
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .wrapper-infos-projet .galerie-projet ul li .img-gallery {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  margin: 0 auto;
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet {
  margin-top: 5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet {
    margin-top: 7rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet {
    margin-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet {
    margin-top: 5rem;
  }
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet .back-to-real {
  text-align: center;
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet .back-to-real a span {
  display: block;
  transform: translateY(100%);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet .back-to-real a:hover span {
  transform: translateY(0);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  opacity: 1;
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet .back-to-real a:hover::before {
  background-color: #ffffff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet a {
  position: relative;
  margin: 0 .8rem;
  display: inline-block;
  text-decoration: none;
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet a::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.6);
  top: -60px;
  left: 40%;
  transform: translateX(-50%);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet a::before {
    width: 32px;
    height: 32px;
    left: 45%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet a::before {
    left: 70%;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet a::before {
    width: 35px;
    height: 35px;
    left: 40%;
  }
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet a span {
  color: #fff;
  font-family: 'Affogato-Light';
  font-size: .8rem;
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet a span {
    font-size: .75rem;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet a span {
    font-size: .75rem;
  }
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet a .real-title {
  font-family: 'Affogato-Bold';
  opacity: 0;
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet .next-real-visu-wrapper span {
  text-align: right;
  display: block;
  width: 100%;
  transform: translateX(100%);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet .next-real-visu-wrapper::before {
  top: -60px;
  left: 30%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet .next-real-visu-wrapper::before {
    left: 26%;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet .next-real-visu-wrapper::before {
    top: -80px;
    left: 62%;
  }
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet .next-real-visu-wrapper:hover::before {
  background-color: #ffffff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet .next-real-visu-wrapper:hover span {
  transform: translateX(0);
  opacity: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet .next-real-visu-wrapper:hover .real-title {
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet .previous-real-visu-wrapper span {
  transform: translateX(-100%);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  display: block;
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet .previous-real-visu-wrapper::before {
  top: -70px;
  left: 60%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet .previous-real-visu-wrapper::before {
    left: 83%;
  }
}
@media (max-width: 767.98px) {
  body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet .previous-real-visu-wrapper::before {
    top: -63px;
    left: 32%;
  }
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet .previous-real-visu-wrapper:hover::before {
  background-color: #ffffff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet .previous-real-visu-wrapper:hover span {
  transform: translateX(0);
  opacity: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-nos_projets #single-projet .wrapper-single-decouvrir .menu-projet .previous-real-visu-wrapper:hover .real-title {
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
.nf-response-msg {
  background: #f4c5bd;
  border: solid 1px #fff;
  padding: 4rem 3rem 3rem;
}
.nf-response-msg p {
  color: #fff;
  font-family: 'Affogato-Medium';
  font-size: .9rem;
  letter-spacing: 1px;
}
@-webkit-keyframes bounce_prev {
  0%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
  }
  20% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
  30% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }
  60% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes bounce_prev {
  0%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-55px);
    -ms-transform: translateY(-55px);
    transform: translateY(-55px);
  }
  20% {
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
  }
  30% {
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
  }
  60% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes bounce {
  0%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  20% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  30% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  20% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  30% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bounce_next {
  0%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  20% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  30% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  60% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes bounce_next {
  0%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  20% {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  30% {
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  60% {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-o-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-moz-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
footer {
  background-color: #7fbfb8;
  padding: .7rem 0;
}
footer .wrapper-footer a {
  font-size: 1rem;
  color: #011e46;
  font-family: 'Affogato-Light';
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  footer .wrapper-footer a {
    font-size: .85rem;
  }
}
footer .wrapper-footer a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #fff;
}
footer .wrapper-footer .separator {
  font-size: 1rem;
  color: #011e46;
  font-family: 'Affogato-Light';
  display: inline-block;
  margin: 0.2rem;
}
@media (max-width: 767.98px) {
  footer .wrapper-footer .separator {
    font-size: .85rem;
  }
}
