@import url(//fonts.googleapis.com/css?family=Raleway:400,700,300,400italic,500,600);
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #d22929;
  color: #ece9e5;
  text-shadow: none;
}
::selection {
  background: #d22929;
  color: #ece9e5;
  text-shadow: none;
}
figure {
  margin: 0;
}
img {
  border: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: inherit;
}
* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
}
body {
  max-width: 100%;
}
@-webkit-keyframes show-the-way {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -200%, 0);
    -moz-transform: translate3d(-50%, -200%, 0);
    -ms-transform: translate3d(-50%, -200%, 0);
    -o-transform: translate3d(-50%, -200%, 0);
    transform: translate3d(-50%, -200%, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 100%, 0);
    -moz-transform: translate3d(-50%, 100%, 0);
    -ms-transform: translate3d(-50%, 100%, 0);
    -o-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0);
  }
}
@keyframes show-the-way {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -200%, 0);
    -moz-transform: translate3d(-50%, -200%, 0);
    -ms-transform: translate3d(-50%, -200%, 0);
    -o-transform: translate3d(-50%, -200%, 0);
    transform: translate3d(-50%, -200%, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 100%, 0);
    -moz-transform: translate3d(-50%, 100%, 0);
    -ms-transform: translate3d(-50%, 100%, 0);
    -o-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0);
  }
}
#scroll-top {
  display: none;
}
#arrow-down {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 10;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: show-the-way;
  animation-name: show-the-way;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
#arrow-down path {
  fill: #fff;
  height: 30px;
  width: 30px;
  display: block;
}
.ask-q {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #99a8cb;
  color: #fff;
  border: 0;
  padding: 20px 30px;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: bold;
}
#ask-question .modal-body {
  background: #f2f2f2;
  border: 5px solid #99a8cb;
}
#ask-question figure {
  text-align: center;
  margin-bottom: 25px;
}
#ask-question figure img {
  width: 140px;
}
#ask-question form {
  padding: 0 20px;
}
#ask-question form div {
  margin-bottom: 15px;
  text-align: center;
}
#ask-question input,
#ask-question textarea {
  width: 100%;
  background: #fff;
  text-transform: uppercase;
  padding: 0 10px;
  height: 60px;
  border: none;
  font-size: 13px;
}
#ask-question textarea {
  height: 200px;
  padding: 10px;
  resize: none;
}
#ask-question button {
  background: #99a8cb;
  color: #fff;
  border: 0;
  padding: 10px 30px;
  font-size: 18px;
  height: 60px;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: bold;
}
#toggle-menu {
  display: none;
}
footer {
  height: 300px;
  width: 100%;
  background: #414042;
  position: relative;
}
footer #signature {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #99a8cb;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
footer #signature:hover span {
  color: #818181;
}
footer #signature::before {
  content: '[ ';
}
footer #signature::after {
  content: ' ]';
}
footer #bloc-footer {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 1000px;
}
footer #bloc-footer #logo-footer {
  display: table-cell;
  vertical-align: middle;
  padding-right: 100px;
}
footer #bloc-footer #logo-footer img {
  height: 155px;
}
footer #bloc-footer #content-footer {
  font-size: 12px;
  font-weight: bold;
  color: #818181;
  display: table-cell;
  vertical-align: middle;
}
footer #bloc-footer #content-footer .content-footer {
  display: inline-block;
  margin-right: 100px;
  vertical-align: top;
}
footer #bloc-footer #content-footer .content-footer:last-child {
  margin-right: 0;
}
footer #bloc-footer #content-footer .content-footer a,
footer #bloc-footer #content-footer .content-footer span {
  display: block;
  margin: 10px 0;
}
footer #bloc-footer #content-footer .content-footer a:hover,
footer #bloc-footer #content-footer .content-footer a.selected {
  color: #fff;
}
footer #bloc-footer #content-footer #menu-footer {
  text-transform: uppercase;
}
footer #bloc-footer #content-footer #menu-footer a {
  display: block;
}
footer #bloc-footer #content-footer #localisation span:first-of-type {
  text-transform: uppercase;
}
footer #bloc-footer #content-footer #localisation span,
footer #bloc-footer #content-footer #localisation a {
  display: block;
}
footer #bloc-footer #content-footer #footer-social-links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 2px;
}
footer #bloc-footer #content-footer #footer-social-links a:hover svg circle {
  fill: #414042;
  stroke: #ccc;
}
footer #bloc-footer #content-footer #footer-social-links a:hover svg path {
  fill: #ccc;
}
footer #bloc-footer #content-footer #footer-social-links a svg {
  width: 30px;
  height: 30px;
}
footer #bloc-footer #content-footer #footer-social-links a svg * {
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
footer #bloc-footer #content-footer #footer-social-links a svg circle {
  fill: #ccc;
  stroke: #ccc;
}
footer #bloc-footer #content-footer #footer-social-links a svg path {
  fill: #414042;
}
header {
  width: 100%;
  height: 100px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 250;
}
header #bloc-header {
  position: relative;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}
header #bloc-header .navbar-collapse {
  background: #fff;
  text-align: left;
}
header #bloc-header .nav-item {
  position: relative;
  padding: 0 20px;
}
header #bloc-header .nav-item::after {
  content: '';
  width: 1px;
  height: 16px;
  background: #99a8cb;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
header #bloc-header .nav-item:last-child::after {
  content: none;
  display: none;
}
header #bloc-header .nav-link,
header #bloc-header .dropdown-item {
  color: #99a8cb;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 550px) {
  header #bloc-header .nav-link,
  header #bloc-header .dropdown-item {
    font-size: 20px;
    margin: 10px 0;
  }
}
header #bloc-header .dropdown-menu {
  border: none;
  padding: 0 10px;
}
header #bloc-header .dropdown-item {
  text-align: center;
  padding: 20px 10px;
  border-bottom: 1px solid #99a8cb;
}
header #bloc-header .dropdown-item:last-child {
  border-bottom: none;
}
.pages {
  padding-top: 100px;
}
.pages .title-full {
  background: #99a8cb;
  color: #fff;
  width: 350px;
  text-align: right;
  padding: 15px 30px 15px 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  text-transform: uppercase;
}
.pages .title-full span {
  -webkit-transform: translate3d(-50px, 0, 0);
  -moz-transform: translate3d(-50px, 0, 0);
  -ms-transform: translate3d(-50px, 0, 0);
  -o-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
  opacity: 0;
  display: inline-block;
}
@media only screen and (max-width: 440px) {
  .events #top-image {
    background-image: url('../images-vertigo/services/events/header-events-mobile.jpg') !important;
    background-color: #ece9e5;
  }
}
.events #headers-services #wrapp-head {
  color: #99a8cb;
}
.events #headers-services #bg-logo-headers .logo-svg .ligne-logo {
  stroke: #99a8cb;
}
.events #headers-services #hightlight #information-service {
  background: #99a8cb;
}
.events #headers-services #hightlight #information-service #more-information h3 {
  color: #99a8cb;
}
.events #headers-services #hightlight #information-service #more-information ul li a {
  color: #99a8cb;
}
.events #headers-services #hightlight #information-service #more-information ul li a:hover {
  color: #000;
}
.events #galerie nav#selecteur a {
  background: #99a8cb;
}
.events #galerie nav#selecteur a:hover,
.events #galerie nav#selecteur a.selected {
  background: #fff;
  color: #99a8cb;
  border-color: #99a8cb;
}
.events #personnel #bg-personnel .logo-svg .ligne-logo {
  stroke: #99a8cb;
}
.events #personnel .personne .description-personne article {
  background: #99a8cb;
}
.events #personnel .personne .description-personne article h3 {
  color: #99a8cb;
}
.events #personnel .personne .profil-personne {
  background: #99a8cb;
}
.events #personnel .personne .profil-personne .contacts p a {
  background: #99a8cb;
  border: #fff;
  color: #fff;
}
.events #personnel .personne .profil-personne .contacts p a:hover {
  color: #99a8cb;
  background: #fff;
}
.events #personnel .personne .profil-personne .contacts .socials a svg path {
  fill: #99a8cb;
}
.events #personnel .personne .profil-personne .contacts .socials a svg circle {
  stroke: #99a8cb;
  fill: #fff;
}
.events #personnel .personne .profil-personne .contacts .socials a:hover svg path {
  fill: #fff;
}
.events #personnel .personne .profil-personne .contacts .socials a:hover svg circle {
  stroke: #fff;
  fill: #99a8cb;
}
@media only screen and (max-width: 440px) {
  .productions #top-image {
    background-image: url('../images-vertigo/services/productions/header-productions-mobile.jpg') !important;
  }
}
.productions #headers-services #wrapp-head {
  color: #75ca6a;
}
.productions #headers-services #bg-logo-headers .logo-svg .ligne-logo {
  stroke: #75ca6a;
}
.productions #headers-services #hightlight #information-service {
  background: #75ca6a;
}
.productions #headers-services #hightlight #information-service #more-information h3 {
  color: #75ca6a;
}
.productions #headers-services #hightlight #information-service #more-information ul li a {
  color: #75ca6a;
}
.productions #headers-services #hightlight #information-service #more-information ul li a:hover {
  color: #000;
}
.productions #galerie nav#selecteur a {
  background: #75ca6a;
}
.productions #galerie nav#selecteur a:hover,
.productions #galerie nav#selecteur a.selected {
  background: #fff;
  color: #75ca6a;
  border-color: #75ca6a;
}
.productions #personnel #bg-personnel .logo-svg .ligne-logo {
  stroke: #75ca6a;
}
.productions #personnel .personne .description-personne article {
  background: #75ca6a;
}
.productions #personnel .personne .description-personne article h3 {
  color: #75ca6a;
}
.productions #personnel .personne .profil-personne {
  background: #75ca6a;
}
.productions #personnel .personne .profil-personne .contacts p a:hover {
  background: #fff;
  color: #75ca6a;
}
.productions #personnel .personne .profil-personne .contacts .socials a svg path {
  fill: #75ca6a;
}
.productions #personnel .personne .profil-personne .contacts .socials a svg circle {
  stroke: #75ca6a;
  fill: #fff;
}
.productions #personnel .personne .profil-personne .contacts .socials a:hover svg path {
  fill: #fff;
}
.productions #personnel .personne .profil-personne .contacts .socials a:hover svg circle {
  stroke: #fff;
  fill: #75ca6a;
}
@media only screen and (max-width: 440px) {
  .photo #top-image {
    background-image: url('../images-vertigo/services/photo/header-photo-mobile.jpg') !important;
  }
}
.photo #headers-services #wrapp-head {
  color: #dd7942;
}
.photo #headers-services #bg-logo-headers .logo-svg .ligne-logo {
  stroke: #dd7942;
}
.photo #headers-services #hightlight #information-service {
  background: #dd7942;
}
.photo #headers-services #hightlight #information-service #more-information h3 {
  color: #dd7942;
}
.photo #headers-services #hightlight #information-service #more-information ul li a {
  color: #dd7942;
}
.photo #headers-services #hightlight #information-service #more-information ul li a:hover {
  color: #000;
}
.photo #galerie nav#selecteur a {
  background: #dd7942;
}
.photo #galerie nav#selecteur a:hover,
.photo #galerie nav#selecteur a.selected {
  background: #fff;
  color: #dd7942;
  border-color: #dd7942;
}
.photo #personnel #bg-personnel .logo-svg .ligne-logo {
  stroke: #dd7942;
}
.photo #personnel .personne .description-personne article {
  background: #dd7942;
}
.photo #personnel .personne .description-personne article h3 {
  color: #dd7942;
}
.photo #personnel .personne .profil-personne {
  background: #dd7942;
}
.photo #personnel .personne .profil-personne .contacts p a:hover {
  background: #fff;
  color: #dd7942;
}
.photo #personnel .personne .profil-personne .contacts .socials a svg path {
  fill: #dd7942;
}
.photo #personnel .personne .profil-personne .contacts .socials a svg circle {
  stroke: #dd7942;
  fill: #fff;
}
.photo #personnel .personne .profil-personne .contacts .socials a:hover svg path {
  fill: #fff;
}
.photo #personnel .personne .profil-personne .contacts .socials a:hover svg circle {
  stroke: #fff;
  fill: #dd7942;
}
@media only screen and (max-width: 440px) {
  .video #top-image {
    background-image: url('../images-vertigo/services/video/header-video-mobile.jpg') !important;
  }
}
.video #headers-services #wrapp-head {
  color: #5b2c8d;
}
.video #headers-services #bg-logo-headers .logo-svg .ligne-logo {
  stroke: #5b2c8d;
}
.video #headers-services #hightlight #information-service {
  background: #5b2c8d;
}
.video #headers-services #hightlight #information-service #more-information h3 {
  color: #5b2c8d;
}
.video #headers-services #hightlight #information-service #more-information ul li a {
  color: #5b2c8d;
}
.video #headers-services #hightlight #information-service #more-information ul li a:hover {
  color: #000;
}
.video #galerie nav#selecteur a {
  background: #5b2c8d;
}
.video #galerie nav#selecteur a:hover,
.video #galerie nav#selecteur a.selected {
  background: #fff;
  color: #5b2c8d;
  border-color: #5b2c8d;
}
.video #personnel #bg-personnel .logo-svg .ligne-logo {
  stroke: #5b2c8d;
}
.video #personnel .personne .description-personne article {
  background: #5b2c8d;
}
.video #personnel .personne .description-personne article h3 {
  color: #5b2c8d;
}
.video #personnel .personne .profil-personne {
  background: #5b2c8d;
}
.video #personnel .personne .profil-personne .contacts p a:hover {
  background: #fff;
  color: #5b2c8d;
}
.video #personnel .personne .profil-personne .contacts .socials a svg path {
  fill: #5b2c8d;
}
.video #personnel .personne .profil-personne .contacts .socials a svg circle {
  stroke: #5b2c8d;
  fill: #fff;
}
.video #personnel .personne .profil-personne .contacts .socials a:hover svg path {
  fill: #fff;
}
.video #personnel .personne .profil-personne .contacts .socials a:hover svg circle {
  stroke: #fff;
  fill: #5b2c8d;
}
@media only screen and (max-width: 440px) {
  .graphic-design #top-image {
    background-image: url('../images-vertigo/services/graphic-design/header-graphic-design-mobile.jpg') !important;
  }
}
.graphic-design #headers-services #wrapp-head {
  color: #b51a58;
}
.graphic-design #headers-services #bg-logo-headers .logo-svg .ligne-logo {
  stroke: #b51a58;
}
.graphic-design #headers-services #hightlight #information-service {
  background: #b51a58;
}
.graphic-design #headers-services #hightlight #information-service #more-information h3 {
  color: #b51a58;
}
.graphic-design #headers-services #hightlight #information-service #more-information ul li a {
  color: #b51a58;
}
.graphic-design #headers-services #hightlight #information-service #more-information ul li a:hover {
  color: #000;
}
.graphic-design #galerie nav#selecteur a {
  background: #b51a58;
}
.graphic-design #galerie nav#selecteur a:hover,
.graphic-design #galerie nav#selecteur a.selected {
  background: #fff;
  color: #b51a58;
  border-color: #b51a58;
}
.graphic-design #personnel #bg-personnel .logo-svg .ligne-logo {
  stroke: #b51a58;
}
.graphic-design #personnel .personne .description-personne article {
  background: #b51a58;
}
.graphic-design #personnel .personne .description-personne article h3 {
  color: #b51a58;
}
.graphic-design #personnel .personne .profil-personne {
  background: #b51a58;
}
.graphic-design #personnel .personne .profil-personne .contacts p a:hover {
  background: #fff;
  color: #b51a58;
}
.graphic-design #personnel .personne .profil-personne .contacts .socials a svg path {
  fill: #b51a58;
}
.graphic-design #personnel .personne .profil-personne .contacts .socials a svg circle {
  stroke: #b51a58;
  fill: #fff;
}
.graphic-design #personnel .personne .profil-personne .contacts .socials a:hover svg path {
  fill: #fff;
}
.graphic-design #personnel .personne .profil-personne .contacts .socials a:hover svg circle {
  stroke: #fff;
  fill: #b51a58;
}
@media only screen and (max-width: 440px) {
  .about #top-image {
    background-image: url('../images-vertigo/services/about/header-about-mobile.jpg') !important;
  }
}
.about #headers-services #wrapp-head {
  color: #99a8cb;
}
.about #headers-services #bg-logo-headers .logo-svg .ligne-logo {
  stroke: #99a8cb;
}
.about #headers-services #hightlight #information-service {
  background: #99a8cb;
}
.about #headers-services #hightlight #information-service #more-information h3 {
  color: #99a8cb;
}
.about #headers-services #hightlight #information-service #more-information ul li a {
  color: #99a8cb;
}
.about #headers-services #hightlight #information-service #more-information ul li a:hover {
  color: #000;
}
.about #galerie nav#selecteur a {
  background: #99a8cb;
}
.about #galerie nav#selecteur a:hover,
.about #galerie nav#selecteur a.selected {
  background: #fff;
  color: #99a8cb;
  border-color: #99a8cb;
}
.about #personnel #bg-personnel .logo-svg .ligne-logo {
  stroke: #99a8cb;
}
.about #personnel .personne .description-personne article {
  background: #99a8cb;
}
.about #personnel .personne .description-personne article h3 {
  color: #99a8cb;
}
.about #personnel .personne .profil-personne {
  background: #99a8cb;
}
.about #personnel .personne .profil-personne .contacts p a {
  background: #99a8cb;
  border: #fff;
  color: #fff;
}
.about #personnel .personne .profil-personne .contacts p a:hover {
  color: #99a8cb;
  background: #fff;
}
.about #personnel .personne .profil-personne .contacts .socials a svg path {
  fill: #99a8cb;
}
.about #personnel .personne .profil-personne .contacts .socials a svg circle {
  stroke: #99a8cb;
  fill: #fff;
}
.about #personnel .personne .profil-personne .contacts .socials a:hover svg path {
  fill: #fff;
}
.about #personnel .personne .profil-personne .contacts .socials a:hover svg circle {
  stroke: #fff;
  fill: #99a8cb;
}
#services #top-image {
  height: 100vh;
  height: calc(100vh - 100px);
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}
#services #top-image h1 {
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-size: 72px;
  letter-spacing: 15px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate3d(0, 20%, 0);
  -moz-transform: translate3d(0, 20%, 0);
  -ms-transform: translate3d(0, 20%, 0);
  -o-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
  opacity: 0;
}
#services #headers-services {
  position: relative;
  width: 100%;
}
#services #headers-services #bg-logo-headers {
  position: absolute;
  right: 0;
  top: 300px;
  z-index: 1;
  max-width: 800px;
  min-width: 650px;
  width: 50%;
  overflow: hidden;
}
#services #headers-services #bg-logo-headers .logo-svg {
  width: 100%;
  height: 969px;
  -webkit-transform: translate3d(120px, 0, 0);
  -moz-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
#services #headers-services #bg-logo-headers .logo-svg .ligne-logo {
  stroke-width: 0.1px;
}
#services #headers-services #bg-logo-headers .logo-svg .lettre-logo {
  display: none;
}
#services #headers-services #wrapp-head {
  width: 100%;
  max-width: 800px;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
#services #headers-services #wrapp-head p {
  margin: 0 auto;
  padding: 60px;
  width: 70%;
  background: #fff;
  text-align: center;
  position: relative;
  line-height: 30px;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 30%, 0);
  -moz-transform: translate3d(0, 30%, 0);
  -ms-transform: translate3d(0, 30%, 0);
  -o-transform: translate3d(0, 30%, 0);
  transform: translate3d(0, 30%, 0);
  font-size: 20px;
  font-family: georgia, serif;
  font-style: italic;
}
#services #headers-services #wrapp-head p.visible {
  -webkit-transform: translate3d(0, -30%, 0);
  -moz-transform: translate3d(0, -30%, 0);
  -ms-transform: translate3d(0, -30%, 0);
  -o-transform: translate3d(0, -30%, 0);
  transform: translate3d(0, -30%, 0);
  opacity: 1;
}
#services #headers-services #wrapp-head p::before,
#services #headers-services #wrapp-head p::after {
  font-size: 60px;
  position: absolute;
}
#services #headers-services #wrapp-head p::before {
  content: '“';
  top: 50px;
  left: 50px;
}
#services #headers-services #wrapp-head p::after {
  content: '”';
  bottom: 50px;
  right: 50px;
}
#services #headers-services #hightlight {
  width: 100%;
  max-width: 1000px;
  margin: 150px auto 0;
  position: relative;
  min-height: 675px;
}
#services #headers-services #hightlight #illustration-hightlight {
  position: absolute;
  z-index: 0;
  width: 450px;
  height: 675px;
  right: 0;
  top: 40px;
  opacity: 0;
  -webkit-transform: translate3d(-50px, 0, 0);
  -moz-transform: translate3d(-50px, 0, 0);
  -ms-transform: translate3d(-50px, 0, 0);
  -o-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}
#services #headers-services #hightlight #illustration-hightlight img {
  width: 100%;
  display: block;
}
#services #headers-services #hightlight #information-service {
  width: 60%;
  position: relative;
  padding: 50px 0 50px 75px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate3d(0, -20px, 0);
  -moz-transform: translate3d(0, -20px, 0);
  -ms-transform: translate3d(0, -20px, 0);
  -o-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
#services #headers-services #hightlight #information-service::after {
  content: ' ';
  display: block;
  clear: both;
}
#services #headers-services #hightlight #information-service article {
  padding: 0 50px;
  text-align: justify;
  width: 500px;
  float: right;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
#services #headers-services #hightlight #information-service article h2 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 30px;
  opacity: 0;
  -webkit-transform: translate3d(0, -30px, 0);
  -moz-transform: translate3d(0, -30px, 0);
  -ms-transform: translate3d(0, -30px, 0);
  -o-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
  text-align: left;
}
#services #headers-services #hightlight #information-service article p {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
#services #headers-services #hightlight #information-service #more-information {
  background: #fff;
  padding: 50px 0 50px 50px;
  width: 500px;
  float: right;
  opacity: 0;
  -webkit-transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
  margin-top: 36px;
}
#services #headers-services #hightlight #information-service #more-information h3 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
  opacity: 0;
  -webkit-transform: translate3d(0, -30px, 0);
  -moz-transform: translate3d(0, -30px, 0);
  -ms-transform: translate3d(0, -30px, 0);
  -o-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
#services #headers-services #hightlight #information-service #more-information ul {
  margin: 0;
  padding: 0 50px 0  15px;
}
#services #headers-services #hightlight #information-service #more-information ul li {
  margin: 10px 0;
  font-weight: 500;
  font-size: 14px;
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
  -moz-transform: translate3d(-30px, 0, 0);
  -ms-transform: translate3d(-30px, 0, 0);
  -o-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}
#services #galerie {
  padding-top: 0;
}
#services #galerie nav#selecteur {
  text-align: center;
  padding: 0 0 60px;
  color: #fff;
  font-size: 14px;
}
#services #galerie nav#selecteur a {
  display: inline-block;
  padding: 15px 25px;
  text-transform: uppercase;
  margin: 0 3px 15px;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
#services #galerie #la-galerie {
  margin: 0 auto 150px;
}
#services #galerie #la-galerie .un-element {
  display: inline-block;
  width: 25%;
  position: relative;
  overflow: hidden;
}
#services #galerie #la-galerie .un-element:hover figcaption {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
#services #galerie #la-galerie .un-element img {
  display: block;
  width: 100%;
}
#services #galerie #la-galerie .un-element figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
#services #galerie #la-galerie .un-element figcaption .wrapp-caption {
  display: table;
  width: 100%;
  height: 100%;
}
#services #galerie #la-galerie .un-element figcaption .wrapp-caption .content-caption {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
#services #personnel {
  position: relative;
  padding-bottom: 100px;
  width: 100%;
  overflow: hidden;
}
#services #personnel #bg-personnel {
  position: absolute;
  left: 0;
  top: 300px;
  z-index: -1;
  max-width: 800px;
  min-width: 650px;
  width: 50%;
  overflow: hidden;
}
#services #personnel #bg-personnel .logo-svg {
  width: 100%;
  height: 969px;
  -webkit-transform: translate3d(-120px, 0, 0);
  -moz-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
#services #personnel #bg-personnel .logo-svg .ligne-logo {
  stroke-width: 0.1px;
}
#services #personnel #bg-personnel .logo-svg .lettre-logo {
  display: none;
}
#services #personnel .personne {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  font-weight: 600;
  padding: 100px 0 0;
  position: relative;
}
#services #personnel .personne .description-personne {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
#services #personnel .personne .description-personne article {
  padding: 0 50px 50px;
  text-align: center;
  overflow: hidden;
}
#services #personnel .personne .description-personne article h3 {
  text-transform: uppercase;
  margin: 0 auto 50px;
  width: 65%;
  padding: 0px 30px 20px;
  background: #fff;
  font-weight: 600;
  font-size: 18px;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
#services #personnel .personne .description-personne article p {
  -webkit-transform: translate3d(0, 15px, 0);
  -moz-transform: translate3d(0, 15px, 0);
  -ms-transform: translate3d(0, 15px, 0);
  -o-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  opacity: 0;
  font-size: 15px;
  font-weight: 500;
}
#services #personnel .personne .profil-personne {
  display: table-cell;
}
#services #personnel .personne .profil-personne figure img {
  display: block;
  width: 100%;
}
#services #personnel .personne .profil-personne .contacts {
  color: #fff;
  width: 90%;
  margin: 0 auto;
  text-align: left;
  display: block;
  padding: 30px 0;
}
#services #personnel .personne .profil-personne .contacts span {
  display: block;
  -webkit-transform: translate3d(50px, 0, 0);
  -moz-transform: translate3d(50px, 0, 0);
  -ms-transform: translate3d(50px, 0, 0);
  -o-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
  opacity: 0;
}
#services #personnel .personne .profil-personne .contacts p {
  margin: 15px 0;
}
#services #personnel .personne .profil-personne .contacts p a {
  display: inline-block;
  border: 1px solid #fff;
  text-transform: lowercase;
  padding: 5px 20px 6px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#services #personnel .personne .profil-personne .contacts p a:last-of-type {
  margin-right: 0;
}
#services #personnel .personne .profil-personne .contacts p a.contact {
  unicode-bidi: bidi-override;
  direction: rtl;
}
#services #personnel .personne .profil-personne .contacts .socials a {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  text-indent: -9999px;
  margin-right: 5px;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
}
#services #personnel .personne .profil-personne .contacts .socials a:last-of-type {
  margin-right: 0;
}
#services #personnel .personne .profil-personne .contacts .socials a svg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#services #personnel .personne .profil-personne .contacts .socials a svg circle {
  stroke-width: 1px;
}
#services #bottom-parallax {
  width: 100%;
  height: 400px;
}
#home #top-image {
  height: 70vh;
  position: relative;
  text-align: center;
}
#home #top-image #wrapp-top {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #000;
  background: rgba(0, 0, 0, 0.25);
}
#home #top-image #wrapp-top #content-top {
  display: table-cell;
  vertical-align: middle;
}
#home #top-image #wrapp-top #content-top #typo-logo {
  width: 385px;
  margin-bottom: 75px;
}
#home #top-image #wrapp-top #content-top #set-beauty-free {
  width: 360px;
}
#home #top-image.green {
  overflow: hidden;
}
#home #top-image.green #wrapp-top {
  background: none;
}
#home #top-image.green #anim-intro {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 15px;
  font-weight: 300;
  line-height: 72px;
  font-size: 72px;
}
@media screen and (max-width: 700px) {
  #home #top-image.green #anim-intro {
    line-height: 40px;
    font-size: 40px;
  }
}
#home #intro-citation {
  padding: 100px 0;
}
#home #intro-citation article {
  display: block;
  max-width: 750px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  color: #99a8cb;
  font-size: 35px;
  font-family: georgia, serif;
  font-style: italic;
}
#home #intro-citation article p {
  margin: 0;
  position: relative;
}
#home #intro-citation article p span {
  position: relative;
}
#home #intro-citation article p span::before,
#home #intro-citation article p span::after {
  position: absolute;
  font-size: 55px;
  line-height: 20px;
}
#home #intro-citation article p span:first-of-type::before {
  content: '“';
  left: -25px;
  top: 0px;
}
#home #intro-citation article p span:last-of-type::after {
  content: '”';
  right: -25px;
  bottom: -20px;
}
#home #intro-citation.green article {
  color: #abca39;
}
#home #intro-beauty {
  padding-top: 30px;
  position: relative;
}
#home #intro-beauty #bg-intro {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 75%;
  background: #f1f1f1;
  z-index: -1;
  opacity: 0;
}
#home #intro-beauty h1 {
  margin: 0 auto;
  max-width: 660px;
  text-transform: uppercase;
  color: #99a8cb;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
#home #intro-beauty article {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}
#home #intro-beauty article p {
  margin: 0 0 15px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
}
#home #intro-beauty article p:last-of-type {
  margin: 0;
}
#home #intro-beauty article p #colored-line {
  color: #99a8cb;
  display: block;
  font-weight: bold;
}
#home #intro-beauty article p #colored-line::after {
  content: ' ';
  display: block;
  width: 75px;
  height: 1px;
  background: #99a8cb;
  margin: 15px auto;
}
#home #intro-beauty #presa-youtube {
  margin: 75px auto 0;
  width: 660px;
}
#home #intro-beauty #presa-youtube iframe {
  width: 100%;
  height: 371px;
  border: none;
}
#home .big-bloc-home {
  padding: 50px 0;
}
#home .big-bloc-home#our-services h2 {
  margin-top: 0;
}
#home .big-bloc-home h2 {
  text-align: center;
  text-transform: uppercase;
  color: #99a8cb;
  margin: 175px auto 175px;
  font-size: 50px;
  letter-spacing: 1px;
}
#home .big-bloc-home #bloc-services {
  text-align: center;
  margin-top: -30px;
}
#home .big-bloc-home #bloc-services a {
  display: inline-block;
  width: 18%;
  position: relative;
  padding: 0 5px;
  transform: rotateY(-90deg);
}
#home .big-bloc-home #bloc-services a figure {
  position: relative;
}
#home .big-bloc-home #bloc-services a figure img {
  display: block;
  height: auto;
  width: 100%;
}
#home .big-bloc-home #bloc-services a figure figcaption h3 {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 20px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
}
#home .big-bloc-home #bloc-services a figure figcaption p {
  margin: 0;
  position: absolute;
  left: 0;
  height: 70px;
  bottom: -80px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #99a8cb;
}
#home .big-bloc-home#our-values {
  padding-bottom: 0;
}
#home .big-bloc-home#our-values h2 {
  margin-bottom: 75px;
}
#home .big-bloc-home#our-values #bloc-values {
  width: 100%;
  height: 400px;
}
#home .big-bloc-home#our-values #bloc-values #wrapp-values {
  display: table;
  height: 100%;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#home .big-bloc-home#our-values #bloc-values #wrapp-values #content-values {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
  padding: 0 0 100px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  font-size: 35px;
  font-family: georgia,serif;
  font-style: italic;
  font-weight: normal;
}
#contact h2 {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 0 50px;
  text-transform: uppercase;
  color: #99a8cb;
  font-size: 24px;
  letter-spacing: 1px;
}
#contact #le-team {
  margin: 50px auto;
}
#contact #le-team #les-personnes {
  width: 100%;
  margin: 50px auto 0;
  max-width: 1300px;
}
#contact #le-team #les-personnes .une-personne {
  display: inline-block;
  width: 33.33333333%;
  margin: 0 0 80px;
  padding: 0 15px;
}
@media screen and (max-width: 700px) {
  #contact #le-team #les-personnes .une-personne {
    width: 50%;
  }
}
@media screen and (max-width: 440px) {
  #contact #le-team #les-personnes .une-personne {
    width: 100%;
  }
}
#contact #le-team #les-personnes .une-personne figure:hover img,
#contact #le-team #les-personnes .une-personne figure:hover figcaption {
  border-color: #b51a58;
}
#contact #le-team #les-personnes .une-personne figure:hover figcaption h3::after {
  width: 75%;
}
#contact #le-team #les-personnes .une-personne figure img {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
#contact #le-team #les-personnes .une-personne figure figcaption {
  text-align: center;
  border: 1px solid #ccc;
  border-top: none;
  padding-bottom: 20px;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
#contact #le-team #les-personnes .une-personne figure figcaption h3 {
  margin: 30px 0 0;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
#contact #le-team #les-personnes .une-personne figure figcaption h3::after {
  content: ' ';
  width: 40%;
  height: 2px;
  background: #b51a58;
  display: block;
  margin: 15px auto;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
#contact #le-team #les-personnes .une-personne figure figcaption p {
  margin: 0;
  color: #444;
  font-size: 14px;
}
#contact #le-team #les-personnes .une-personne figure figcaption p span,
#contact #le-team #les-personnes .une-personne figure figcaption p a {
  display: block;
  padding: 2px 0;
}
#contact #le-team #les-personnes .une-personne figure figcaption p a.contact {
  unicode-bidi: bidi-override;
  direction: rtl;
}
#contact #le-team #les-personnes .une-personne figure figcaption p a:hover {
  color: #99a8cb;
}
#contact #locate-us {
  max-width: 1000px;
  width: 100%;
  margin: 150px auto 0;
}
#contact #locate-us::after {
  content: ' ';
  display: block;
  width: 100%;
  clear: both;
}
#contact #locate-us #bottom-img img {
  width: 60%;
  float: right;
  display: block;
}
#contact #locate-us #the-place {
  width: 100%;
  position: relative;
  background: #f1f1f1;
}
#contact #locate-us #the-place::after {
  content: ' ';
  display: block;
  width: 100%;
  clear: both;
}
#contact #locate-us #the-place #content-place {
  width: 40%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 50px 0 0 50px;
  font-weight: 500;
}
#contact #locate-us #the-place #content-place h1 {
  margin: 0 0 25px;
  font-weight: normal;
  height: 39px;
  font-size: 30px;
}
#contact #locate-us #the-place #content-place h1 span {
  position: relative;
  text-transform: uppercase;
}
#contact #locate-us #the-place #content-place h1 span::after {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  content: ' ';
  background: #dd7942;
  left: 0;
  bottom: -10px;
}
#contact #locate-us #the-place #content-place h1 em {
  text-transform: lowercase;
  font-size: 12px;
  vertical-align: middle;
  font-style: normal;
  color: #888;
}
#contact #locate-us #the-place #content-place .locate {
  margin: 15px 0 0;
  padding: 0 0 10px 35px;
  background: url('../images-vertigo/contact/33.png') no-repeat left top;
  background-size: 25px;
}
#contact #locate-us #the-place #content-place .locate#contact-by-tel {
  background-image: url('../images-vertigo/contact/33.png');
}
#contact #locate-us #the-place #content-place .locate#contact-by-tel a {
  display: inline;
}
#contact #locate-us #the-place #content-place .locate a {
  display: block;
  margin: 7px 0;
}
#contact #locate-us #the-place #content-place .locate a:hover {
  color: #dd7942;
}
#contact #locate-us #the-place #slideshow-offices {
  width: 60%;
  float: right;
}
#contact #locate-us #the-place #slideshow-offices img {
  display: block;
  width: 100% !important;
}
#contact #contact-footer-parallax {
  width: 100%;
  height: 450px;
}
#contact #social-elements {
  text-align: center;
  margin: 0 0 75px;
}
#contact #social-elements #socials-links {
  margin: 50px 0;
}
#contact #social-elements #socials-links a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 2px;
}
#contact #social-elements #socials-links a:hover svg circle {
  fill: #fff;
  stroke: #99a8cb;
}
#contact #social-elements #socials-links a:hover svg path {
  fill: #99a8cb;
}
#contact #social-elements #socials-links a svg {
  width: 50px;
  height: 50px;
}
#contact #social-elements #socials-links a svg * {
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
#contact #social-elements #socials-links a svg circle {
  fill: #99a8cb;
  stroke: #fff;
}
#contact #social-elements #socials-links a svg path {
  fill: #fff;
}
#le-formulaire {
  background: #99a8cb;
  color: #fff;
  max-width: 500px;
  min-width: 440px;
  margin: 0 auto;
  padding: 40px 30px 60px;
}
#le-formulaire h2 {
  text-align: center;
  font-size: 22px;
}
#le-formulaire h2::after {
  content: ' ';
  width: 130px;
  height: 2px;
  background: #fff;
  margin: 15px auto 40px;
  display: block;
}
#le-formulaire p {
  text-align: center;
  margin: 0 0 15px 0;
  position: relative;
}
#le-formulaire p:last-of-type {
  margin-bottom: 0;
}
#le-formulaire p label {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 13px;
  text-align: right;
  width: 60px;
}
#le-formulaire p input[type="text"],
#le-formulaire p input[type="email"],
#le-formulaire p input[type="submit"],
#le-formulaire p textarea {
  margin: 0 auto;
  width: 65%;
  height: 35px;
  border: 2px solid #99a8cb;
  resize: none;
  padding: 0 5px;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
#le-formulaire p input[type="text"].error,
#le-formulaire p input[type="email"].error,
#le-formulaire p input[type="submit"].error,
#le-formulaire p textarea.error {
  border-color: #b51a58;
}
#le-formulaire p textarea {
  padding: 5px;
  height: 100px;
}
#le-formulaire p input[type="submit"] {
  color: #fff;
  background: #99a8cb;
  border-color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
}
#le-formulaire p input[type="submit"]:hover {
  background: #fff;
  color: #99a8cb;
}
#news #selecteur-news {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 50px 0;
  display: none;
}
#news #selecteur-news a {
  display: inline-block;
  border: 2px solid #ccc;
  width: 130px;
  padding: 7px 0;
  text-align: center;
  text-transform: uppercase;
  margin: 0 10px;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  color: #99a8cb;
}
#news #selecteur-news a.selected,
#news #selecteur-news a:hover {
  background: #99a8cb;
  color: #fff;
  border-color: #99a8cb;
}
#news #bloc-news {
  position: relative;
  width: 100%;
  padding: 50px 0 0;
}
#news #bloc-news .wrapp-news {
  display: block;
  width: 25%;
  padding: 10px;
}
@media screen and (max-width: 1300px) {
  #news #bloc-news .wrapp-news {
    width: 33%;
  }
}
@media screen and (max-width: 920px) {
  #news #bloc-news .wrapp-news {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  #news #bloc-news .wrapp-news {
    width: 98%;
  }
}
#news #bloc-news .wrapp-news .une-news {
  display: block;
  width: 100%;
  border: 2px solid #99a8cb;
}
#news #bloc-news .wrapp-news .une-news:hover {
  border-color: #dd7942;
}
#news #bloc-news .wrapp-news .une-news:hover figure figcaption h2::after {
  width: 100%;
  background: #b51a58;
}
#news #bloc-news .wrapp-news .une-news figure {
  display: block;
}
#news #bloc-news .wrapp-news .une-news figure a {
  display: block;
  position: relative;
}
#news #bloc-news .wrapp-news .une-news figure a.video::after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../images-vertigo/commun/video-player.png') no-repeat center center;
  background-size: auto 30%;
  color: #fff;
  font-size: 65px;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
#news #bloc-news .wrapp-news .une-news figure a img {
  display: block;
  width: 100%;
}
#news #bloc-news .wrapp-news .une-news figure figcaption {
  padding: 25px 25px 15px;
  cursor: default;
}
#news #bloc-news .wrapp-news .une-news figure figcaption h2 {
  margin: 0;
  display: inline-block;
  position: relative;
  color: #99a8cb;
  text-transform: uppercase;
  font-weight: normal;
}
#news #bloc-news .wrapp-news .une-news figure figcaption h2::after {
  content: ' ';
  display: block;
  width: 50%;
  height: 2px;
  background: #99a8cb;
  margin-top: 3px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
#news #bloc-news .wrapp-news .une-news figure figcaption p {
  margin: 25px 0 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
#news #bloc-news .wrapp-news .une-news figure figcaption .date-location {
  display: block;
  text-align: right;
  text-transform: uppercase;
  color: #99a8cb;
  font-size: 14px;
}
#news #news-footer-parallax {
  width: 100%;
  height: 450px;
}
@media only screen and (max-width: 440px) {
  #scroll-top {
    position: fixed;
    display: block;
    right: 10px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
  }
  #scroll-top svg circle {
    stroke: #99a8cb;
  }
  #scroll-top svg polygon {
    fill: #99a8cb;
  }
  /*
	#toggle-menu{
		display: block;
		width: 40px;
		height: 40px;
		position: fixed;
		right: 10px;
		top: 10px;
		background: url('../images-vertigo/commun/bt-menu.png') no-repeat center center / cover #fff;
		cursor: pointer;
		.radius(2px);
		z-index: 251;
		#svg-burger{
			rect{
				stroke: @events;
			}
			g rect{
				fill : @events;
			}
		}
	}
	*/
  #le-formulaire {
    min-width: 0;
    padding: 40px 0;
  }
  #le-formulaire p {
    padding: 0 20px;
    margin: 0 0 20px 0;
  }
  #le-formulaire p:last-of-type {
    margin-bottom: 0;
  }
  #le-formulaire p label {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    top: auto;
    text-align: center;
    text-transform: uppercase;
  }
  #le-formulaire p input[type="text"],
  #le-formulaire p input[type="email"],
  #le-formulaire p input[type="submit"],
  #le-formulaire p textarea {
    width: 100%;
  }
  footer #bloc-footer #logo-footer {
    padding-right: 0;
    text-align: center;
  }
  footer #bloc-footer #content-footer {
    display: none;
  }
  /*
	header{
		height: 100vh;
		padding: 0 0 40px;
		overflow: scroll;
		.translate(-100%, 0);
		.transition(.3s);
		&.visible{
			.translate(0, 0);
		}
		#bloc-header{
			display: block;
			#logo-header{
				display: block;
				text-align: center;
				width: 100%;
			}
			#wrapp-menus{
				display: block;
				#sub-menu, #menu{
					display: block;
					padding: 0;
					border: none;
					a{
						display: block;
						text-align: center;
						margin: 0 10px;
						border: 1px solid @events;
						border-bottom: none;
						padding: 22px 0 20px;
						text-transform: uppercase;
						font-size: 16px;
						&[data-page="services"]{
							display: none !important;
						}
						&:last-of-type{
							margin: 0 10px;
						}
					}
				}
				#sub-menu{
					a{
						&:last-of-type{
							border-bottom: 1px solid @events;
						}
					}
				}
			}
		}
	}
	*/
  .pages {
    padding-top: 80px;
  }
  .pages .title-full {
    width: 100%;
    display: none;
  }
  #home {
    padding-top: 0;
  }
  #home .big-bloc-home h2 {
    font-size: 40px;
    margin: 0 0 30px;
  }
  #home #our-services {
    display: none;
  }
  #home #intro-beauty {
    padding: 0 20px 30px;
  }
  #home #intro-citation {
    padding: 50px 20px;
  }
  #home #intro-citation span::before,
  #home #intro-citation span::after {
    display: none !important;
  }
  #home #top-image #wrapp-top #content-top #set-beauty-free,
  #home #top-image #wrapp-top #content-top #typo-logo {
    width: 90%;
    margin: 0 auto 50px;
  }
  #services {
    padding-top: 0;
  }
  #services #top-image {
    height: 100vh;
    background-size: cover !important;
    background-attachment: scroll !important;
  }
  #services #top-image h1 {
    font-size: 35px;
  }
  #services #headers-services {
    overflow: hidden;
  }
  #services #headers-services #bg-logo-headers {
    display: none;
  }
  #services #headers-services #wrapp-head p {
    padding: 60px 15px;
    width: 100%;
  }
  #services #headers-services #wrapp-head p.visible {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #services #headers-services #hightlight {
    margin-top: 0;
  }
  #services #headers-services #hightlight #information-service {
    width: 100%;
    padding: 50px 0 0;
  }
  #services #headers-services #hightlight #information-service article {
    float: none;
    width: auto;
    padding: 0 20px;
  }
  #services #headers-services #hightlight #information-service article h2 {
    font-size: 26px;
  }
  #services #headers-services #hightlight #information-service #more-information {
    float: none;
    width: auto;
  }
  #services #headers-services #hightlight #information-service #more-information h3 {
    width: auto;
  }
  #services #headers-services #hightlight #illustration-hightlight {
    display: none;
  }
  #services #galerie nav#selecteur {
    padding-bottom: 30px;
  }
  #services #galerie nav#selecteur a {
    display: block;
    margin: 10px;
  }
  #services #galerie #la-galerie .un-element {
    width: 100%;
  }
  #services #personnel {
    padding-bottom: 30px;
  }
  #services #personnel #bg-personnel {
    display: none;
  }
  #services #personnel .personne {
    display: block;
    padding-top: 20px;
  }
  #services #personnel .personne:nth-child(2) .profil-personne .contacts {
    border: none;
  }
  #services #personnel .personne .description-personne {
    display: block;
    width: 100%;
  }
  #services #personnel .personne .description-personne article {
    padding: 20px 20px 0;
  }
  #services #personnel .personne .description-personne article h3 {
    width: 90%;
    margin-bottom: 20px;
  }
  #services #personnel .personne .profil-personne .contacts {
    border-bottom: 1px solid #fff;
  }
  #services #personnel .personne .profil-personne .contacts p a {
    display: block;
    text-align: center;
    margin: 0 0 10px;
  }
  #services #personnel .personne .profil-personne .contacts p a:last-of-type {
    margin-bottom: 0;
  }
  #services #bottom-parallax {
    display: none;
  }
  #news #selecteur-news {
    padding-top: 0;
  }
  #news #selecteur-news a {
    display: block;
    width: 90%;
    margin: 0 auto 10px;
  }
  #contact #locate-us {
    margin-top: 0;
  }
  #contact #locate-us #the-place #content-place {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 0 30px 30px;
  }
  #contact #locate-us #the-place #slideshow-offices {
    float: none;
    width: 100%;
  }
  #contact #locate-us #bottom-img img {
    width: 100%;
    float: none;
  }
}
#privacy section {
  max-width: 900px;
  margin: 75px auto;
  box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
#privacy section article {
  text-align: justify;
  padding: 50px;
}
#privacy section article b {
  text-transform: uppercase;
}
#services-g {
  display: flex;
  flex-wrap: wrap;
  max-width: 1024px;
  margin: 0 auto;
}
#services-g .un-service-g {
  width: 100%;
  padding: 25px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #services-g .un-service-g {
    width: 33.33333333%;
  }
}
@media (min-width: 1024px) {
  #services-g .un-service-g {
    width: 25%;
  }
}
#services-g .un-service-g figure {
  position: relative;
}
#services-g .un-service-g figure img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  display: block;
  width: 100%;
  transition: border 400ms;
  border: 5px solid transparent;
}
#services-g .un-service-g figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
  transition: color 400ms linear 200ms;
}
#services-g .un-service-g div {
  text-align: center;
  margin: 15px 15px 30px;
}
#services-g .un-service-g:hover figure img {
  border-color: #abca39;
}
#services-g .un-service-g:hover figure figcaption {
  color: #abca39;
}
#intro-green {
  text-align: center;
  margin: 0px auto 50px;
}
#intro-green p {
  margin: 0;
}
#intro-green h1 {
  color: #abca39;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
#support-by {
  background: #abca39;
  color: #fff;
  display: inline-block;
  padding: 10px 10px;
  border: 1px solid #abca39;
  font-size: 13px;
  font-weight: bold;
  margin: 20px 0 40px;
}
#support-by:hover {
  background: #fff;
  color: #abca39;
}
#content-lightbox article {
  transform-style: preserve-3d;
  transform: perspective(600px) rotateX(50deg);
  opacity: 0;
  transition: all 500ms linear;
  position: relative;
}
#content-lightbox article .fermer {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  overflow: hidden;
  color: #fff;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  line-height: 51px;
}
#content-lightbox article .fermer:hover {
  color: #abca39;
}
#content-lightbox article.visible {
  opacity: 1;
  transform: perspective(600px) rotateX(0);
}
#content-lightbox article figure {
  position: relative;
}
#content-lightbox article figure img {
  display: block;
  width: 100%;
}
#content-lightbox article h2 {
  position: relative;
}
#content-lightbox article h2 br {
  display: none;
}
#content-lightbox article h2 span {
  display: flex;
  width: 50px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  align-items: center;
}
#content-lightbox article h2 span.next {
  right: 0;
  left: auto;
}
#content-lightbox article h2 span i {
  color: #fff;
  text-shadow: 0px 0px 2px #fff;
}
#content-lightbox article h2 span:hover i {
  color: #abca39;
}
#content-lightbox article a.button,
#content-lightbox article h2 {
  text-align: center;
  padding: 20px;
  background: #abca39;
  border: 1px solid #abca39;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  display: block;
  font-weight: bold;
}
#content-lightbox article a.button {
  transition: all 400ms;
}
#content-lightbox article a.button:hover {
  color: #abca39;
  background: #fff;
}
#content-lightbox article div {
  padding: 50px;
  background: #fff;
  color: #99a8cb;
  text-align: justify;
  font-size: 16px;
  line-height: 20px;
}
#green-section {
  text-align: center;
  margin-top: 45px;
  margin-bottom: -25px;
}
#green-section p {
  margin: 0;
}
#green-section p:first-child a {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  background: #abca39;
  font-weight: bold;
  padding: 5px 25px;
  font-size: 24px;
}
#green-section p:last-child {
  margin-top: 8px;
  color: #abca39;
  font-size: 12px;
}
@font-face {
  font-family: 'icomoon';
  src: url('/webfonts/icomoon.eot');
  src: url('/webfonts/icomoon.eot#iefix') format('embedded-opentype'), url('/webfonts/icomoon.ttf') format('truetype'), url('/webfonts/icomoon.woff') format('woff'), url('/webfonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-trashcan:before {
  content: "\e907";
}
.icon-bin:before {
  content: "\e900";
}
.icon-bin1:before {
  content: "\e901";
}
.icon-trash1:before {
  content: "\e908";
}
.icon-trash-can:before {
  content: "\e903";
}
.icon-trash-can1:before {
  content: "\e904";
}
.icon-trash-can2:before {
  content: "\e905";
}
.icon-trash-can3:before {
  content: "\e906";
}
.icon-trash:before {
  content: "\e902";
}
.icon-arrow-left:before {
  content: "\e909";
}
.icon-arrow-right:before {
  content: "\e90a";
}
.icon-enveloppe:before {
  content: "\e90b";
}
.icon-facebook:before {
  content: "\e90c";
}
.icon-fleche-droite:before {
  content: "\e90d";
}
.icon-fleche-gauche:before {
  content: "\e90e";
}
.icon-google:before {
  content: "\e90f";
}
.icon-here:before {
  content: "\e910";
}
.icon-instagram:before {
  content: "\e911";
}
.icon-kart-2:before {
  content: "\e912";
}
.icon-kart:before {
  content: "\e913";
}
.icon-linkedin:before {
  content: "\e914";
}
.icon-loupe-droite:before {
  content: "\e915";
}
.icon-loupe-gauche:before {
  content: "\e916";
}
.icon-loupe-min-droite:before {
  content: "\e917";
}
.icon-loupe-min-gauche:before {
  content: "\e918";
}
.icon-menu-big:before {
  content: "\e919";
}
.icon-menus:before {
  content: "\e91a";
}
.icon-newsletter:before {
  content: "\e91b";
}
.icon-pageremplie:before {
  content: "\e91c";
}
.icon-pagevide:before {
  content: "\e91d";
}
.icon-perso-norm:before {
  content: "\e91e";
}
.icon-perso-thin:before {
  content: "\e91f";
}
.icon-phone:before {
  content: "\e920";
}
.icon-pinterest:before {
  content: "\e921";
}
.icon-researchgate:before {
  content: "\e922";
}
.icon-round:before {
  content: "\e923";
}
.icon-roundsquare:before {
  content: "\e924";
}
.icon-smartphone:before {
  content: "\e925";
}
.icon-square:before {
  content: "\e926";
}
.icon-tripadvisor:before {
  content: "\e927";
}
.icon-twitter:before {
  content: "\e928";
}
.icon-vimeo:before {
  content: "\e929";
}
.icon-youtube:before {
  content: "\e92a";
}
