@import url('https://fonts.googleapis.com/css?family=Lato:400,900|Oswald:300,400');
*,
*: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;
}
* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}
html {
  background-color: #f5f5f5;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 16px;
}
html,
body {
  margin: 0;
  padding: 0;
}
.page-content {
  padding-top: 64px;
  width: 100%;
  overflow: hidden;
}
.wrapp-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.wrapp-table .wrapp-cell {
  display: table-cell;
}
.typoMenu {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.big-title {
  color: #ffba09;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90px;
  margin: 0;
  line-height: 105px;
}
.second-title {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 0;
}
.orange-title {
  color: #ffba09;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90px;
  margin: 0;
  line-height: 105px;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 2px;
  margin: 0 auto;
}
.petit-titre-caps {
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 3px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.annotation {
  font-size: 10px;
}
.animated-title {
  text-align: center;
  position: relative;
  padding: 30px 0;
  margin: 0 auto 30px;
}
.animated-title.visible span::before,
.animated-title.visible span::after {
  width: 100%;
}
.animated-title.visible strong {
  opacity: 1;
  -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);
}
.animated-title span {
  width: 120px;
  height: 100%;
  left: 50%;
  -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);
  top: 0;
  position: absolute;
  display: block;
}
.animated-title span::before,
.animated-title span::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #464646;
  position: relative;
  position: absolute;
}
.animated-title span::before {
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s linear 0.7s;
  -moz-transition: all 0.3s linear 0.7s;
  -ms-transition: all 0.3s linear 0.7s;
  -o-transition: all 0.3s linear 0.7s;
  transition: all 0.3s linear 0.7s;
}
.animated-title span::after {
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s linear 0.9s;
  -moz-transition: all 0.3s linear 0.9s;
  -ms-transition: all 0.3s linear 0.9s;
  -o-transition: all 0.3s linear 0.9s;
  transition: all 0.3s linear 0.9s;
}
.animated-title strong {
  -webkit-transition: all 0.3s linear 0.7s;
  -moz-transition: all 0.3s linear 0.7s;
  -ms-transition: all 0.3s linear 0.7s;
  -o-transition: all 0.3s linear 0.7s;
  transition: all 0.3s linear 0.7s;
  -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);
  display: block;
  opacity: 0;
  color: #ffba09;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90px;
  margin: 0;
  line-height: 105px;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 2px;
  margin: 0 auto;
}
.bouton {
  display: inline-block;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 3px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  position: relative;
  padding: 16px 30px 13px;
  color: transparent;
}
.bouton::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -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;
}
.bouton::after {
  content: attr(data-content);
  display: block;
  position: absolute;
  border: 1px solid transparent;
  padding: 15px 0 13px;
  text-indent: 0;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  -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;
}
.bouton.rouge {
  background: #de2329;
}
.bouton.rouge::after {
  color: #fff;
  border-color: #de2329;
}
.bouton.rouge::before {
  background: #fff;
}
.bouton.rouge:hover::before {
  width: 100%;
}
.bouton.rouge:hover::after {
  color: #de2329;
}
.bouton.orange {
  background: #ffba09;
}
.bouton.orange::after {
  color: #fff;
  border-color: #fff;
}
.bouton.orange::before {
  background: #fff;
}
.bouton.orange:hover::before {
  width: 100%;
}
.bouton.orange:hover::after {
  color: #ffba09;
}
.bouton.noir {
  background: #000;
}
.bouton.noir::after {
  color: #ffba09;
  border-color: #000;
}
.bouton.noir::before {
  background: #fff;
}
.bouton.noir:hover::before {
  width: 100%;
}
.bouton.noir:hover::after {
  color: #000;
}
header {
  background: #464646;
  color: #f5f5f5;
  width: 100%;
  height: 64px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
header #toggle-menu {
  display: none;
}
header #logo-prevent-up {
  float: left;
  margin-left: 30px;
  padding: 10px 0px;
  max-width: 130px;
  /*
		svg{
			height: 35px;
			margin: 0 0 -7px;
		}
*/
}
header #logo-prevent-up img {
  width: 200px;
  margin: -2px 0 0;
}
header #logo-prevent-up small {
  display: block;
  width: 300px;
  font-family: 'Lato';
  font-size: 11px;
  text-transform: none;
  display: none;
}
header #concretement {
  float: right;
  background: #ffba09;
  color: #464646;
  padding: 21px 20px;
}
header #menu {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 20px 0 0;
}
header #menu ul {
  padding: 0;
  margin: 0;
  text-align: right;
}
header #menu ul li {
  display: inline-block;
  list-style: none;
  padding: 21px 0;
}
header #menu ul li a {
  padding: 21px 8px;
}
header #menu ul li a:hover {
  color: #ffba09;
}
header #menu ul li:last-of-type {
  margin-right: 25px;
}
header #menu ul li:hover {
  color: #ffba09;
}
header #menu ul li:hover .second-level {
  display: block;
}
header #menu ul li .second-level {
  position: absolute;
  width: 100%;
  left: 0;
  top: 63px;
  background: #c0c0c0;
  text-align: center;
  display: none;
}
header #menu ul li .second-level li {
  margin: 0;
  padding: 20px 0;
  border-right: 1px solid #fff;
}
header #menu ul li .second-level li:first-of-type {
  border-left: 1px solid #fff;
}
header #menu ul li .second-level li:last-of-type {
  margin-right: 0;
}
header #menu ul li .second-level li a {
  padding: 20px;
  color: #000;
}
header #menu ul li .second-level li a:hover {
  background: #464646;
  color: #ffba09;
}
footer {
  background: #464646;
  position: relative;
}
footer #signature {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 12px;
  color: #fff;
}
footer #signature:hover {
  color: #ffba09;
}
footer #signature::before {
  content: '[ ';
  color: #fff;
}
footer #signature::after {
  content: ' ]';
  color: #fff;
}
footer #scrollTop {
  display: none;
}
footer nav ul {
  margin: 0;
}
footer #socials-nav {
  margin: 50px 0;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
footer #socials-nav ul {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
footer #socials-nav ul li {
  display: inline-block;
  margin: 0 5px;
}
footer #socials-nav ul li svg {
  width: 40px;
  border: 1px solid #464646;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
footer #socials-nav ul li svg:hover circle,
footer #socials-nav ul li svg:hover path {
  fill: #464646;
}
footer #socials-nav ul li svg:hover .white {
  fill: #fff;
}
footer #socials-nav ul li svg circle,
footer #socials-nav ul li svg path {
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -ms-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
  fill: #fff;
}
footer #socials-nav ul li svg .white {
  fill: #464646;
}
footer #socials-nav ul li figcaption {
  display: none;
}
footer #footer-baseline {
  text-align: center;
  color: #fff;
  padding: 0;
}
footer #footer-baseline #logo-prevent-footer {
  max-width: 150px;
  max-width: 300px;
  display: block;
  margin: 0 auto 20px;
}
footer #footer-baseline #logo-prevent-footer img {
  width: 100%;
}
footer #footer-baseline #logo-prevent-footer .st1 {
  fill: #fff !important;
}
footer #footer-baseline #logo-prevent-footer .st2 {
  fill: #ffba09 !important;
}
footer #footer-baseline #baseline-footer {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  display: block;
  line-height: 16px;
  letter-spacing: 2px;
  padding: 0 10px;
}
footer #sitemap {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding: 75px 0;
}
footer #sitemap .bloc {
  flex-basis: 20%;
  display: block;
  padding: 0 15px;
  color: #f5f5f5;
  font-size: 11px;
}
footer #sitemap .bloc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer #sitemap .bloc ul li {
  margin-bottom: 15px;
}
footer #sitemap .bloc ul li span {
  color: #ffba09;
}
footer #sitemap .bloc ul a:hover {
  color: #ffba09;
}
footer #sitemap .bloc strong {
  text-transform: uppercase;
  font-weight: 900;
  color: #ffba09;
  margin-bottom: 35px;
  display: block;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -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);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('slick/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
#first-image {
  width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
}
#first-image .content-slick {
  height: 70vh;
  position: relative;
}
#first-image .content-slick h1 {
  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);
  -webkit-transition: all 0.6s linear 0.5s;
  -moz-transition: all 0.6s linear 0.5s;
  -ms-transition: all 0.6s linear 0.5s;
  -o-transition: all 0.6s linear 0.5s;
  transition: all 0.6s linear 0.5s;
}
#first-image .content-slick h2 {
  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);
  -webkit-transition: all 0.6s linear 0.3s;
  -moz-transition: all 0.6s linear 0.3s;
  -ms-transition: all 0.6s linear 0.3s;
  -o-transition: all 0.6s linear 0.3s;
  transition: all 0.6s linear 0.3s;
}
#first-image .content-slick.slick-current h1,
#first-image .content-slick.slick-current h2 {
  opacity: 1;
  -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);
}
#first-image .wrapp-table {
  padding: 50px;
  background: no-repeat center center / cover;
}
#first-image .wrapp-table .wrapp-cell {
  vertical-align: bottom;
  text-align: left;
}
.bloc-65-35 {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  background: #f5f5f5;
  width: 100%;
}
.bloc-65-35.last {
  box-shadow: 0px 0px 15px -5px #464646;
  z-index: 1;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.bloc-65-35 #contenut-accompagnement {
  flex-basis: 65%;
  flex-grow: 3;
}
.bloc-65-35 #contenut-accompagnement article {
  margin: 0 auto;
  max-width: 700px;
  padding: 0 20px;
}
.bloc-65-35 #contenut-accompagnement article h2 {
  color: #ffba09;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90px;
  margin: 0;
  line-height: 105px;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 2px;
  margin: 0 auto;
}
.bloc-65-35 #contenut-accompagnement article p {
  margin: 20px 0 30px;
}
.bloc-65-35 form {
  flex-basis: 35%;
  background: #464646;
  padding: 20px 50px;
  max-width: 500px;
}
.bloc-65-35 form p {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffba09;
  font-size: 18px;
}
.bloc-65-35 form svg {
  max-width: 90px;
  vertical-align: sub;
}
.bloc-65-35 form input[type="text"],
.bloc-65-35 form input[type="tel"],
.bloc-65-35 form input[type="password"],
.bloc-65-35 form input[type="email"] {
  border: 1px solid #f5f5f5;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 14px;
  height: 35px;
  padding: 0 3px;
  color: #f5f5f5;
  background: none;
  display: block;
  width: 100%;
  margin: 0 auto 10px;
  -webkit-appearance: none;
}
.bloc-65-35 form span {
  color: #fff;
  display: block;
  margin-bottom: 20px;
}
.bloc-65-35 form span a {
  text-decoration: underline;
}
.bloc-65-35 form button {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  background: #ffba09;
  color: #464646;
  text-transform: uppercase;
  border: 1px solid #ffba09;
  cursor: pointer;
  margin-bottom: 10px;
}
.bloc-65-35 form button:hover {
  background: #464646;
  color: #ffba09;
}
.bloc-65-35 .pict-manager {
  flex-basis: 65%;
  flex-grow: 3;
  background: url('../images-prevent-up/homepage/prevention-temoin-2.jpg') no-repeat center center / cover;
}
.bloc-65-35 .testimonials-manager {
  flex-basis: 35%;
  padding: 40px;
  background: #de2329;
  color: #fff;
  max-width: 500px;
}
.bloc-65-35 .testimonials-manager h2 {
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 3px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.bloc-65-35 .testimonials-manager p {
  font-size: 26px;
  font-weight: bold;
  margin: 30px auto;
  text-align: left;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.bloc-65-35 .testimonials-manager cite {
  font-size: 14px;
  font-weight: bold;
}
#nos-services {
  margin: 0 auto 75px;
  width: 100%;
  max-width: 1000px;
}
#nos-services article {
  max-width: 80%;
  text-align: justify;
  padding: 0 20px;
}
#nos-services article h1 {
  color: #ffba09;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90px;
  margin: 0;
  line-height: 105px;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 2px;
  margin: 0 auto;
}
#nos-services h2 {
  color: #ffba09;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90px;
  margin: 0;
  line-height: 105px;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 2px;
  margin: 0 auto;
}
#nos-services a {
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 3px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
#nos-services a:hover {
  color: #ffba09;
}
#nos-services #flex-wrapper {
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  color: #fff;
  margin-bottom: 10px;
  padding: 0 20px;
}
#nos-services #flex-wrapper #service-gauche,
#nos-services #flex-wrapper #service-droite {
  flex-basis: 50%;
  height: 100%;
}
#nos-services #flex-wrapper #service-gauche:hover,
#nos-services #flex-wrapper #service-droite:hover {
  background-size: 110%;
}
#nos-services #flex-wrapper #service-gauche {
  margin-right: 5px;
}
#nos-services #flex-wrapper #service-droite {
  margin-left: 5px;
  background: url('../images-prevent-up/homepage/services/formations.jpg') no-repeat center center;
  -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;
  background-size: 100%;
  padding: 315px 20px 10px;
}
#nos-services #flex-wrapper #service-droite h2 {
  margin: 0 auto 10px;
}
#nos-services #flex-wrapper #service-droite ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nos-services #flex-wrapper #service-droite ul li {
  padding-bottom: 5px;
  position: relative;
  -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;
}
#nos-services #flex-wrapper #service-droite ul li::before {
  position: absolute;
  left: 0;
  width: 15px;
  text-align: center;
  content: '•';
  opacity: 0;
  -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;
}
#nos-services #flex-wrapper #service-droite ul li:hover {
  padding-left: 15px;
}
#nos-services #flex-wrapper #service-droite ul li:hover::before {
  opacity: 1;
}
#nos-services #flex-wrapper #service-gauche {
  display: flex;
  flex-direction: column;
  vertical-align: bottom;
}
#nos-services #flex-wrapper #service-gauche #service-haut {
  background: url('../images-prevent-up/homepage/services/vol-audit.jpg') no-repeat center center;
  margin-bottom: 5px;
  -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;
}
#nos-services #flex-wrapper #service-gauche #service-bas {
  background: url('../images-prevent-up/homepage/services/crea-contenus.jpg') no-repeat center center;
  margin-top: 5px;
  -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;
}
#nos-services #flex-wrapper #service-gauche #service-haut,
#nos-services #flex-wrapper #service-gauche #service-bas {
  flex-basis: 50%;
  width: 100%;
  padding: 150px 20px 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;
  background-size: 100%;
}
#nos-services #flex-wrapper #service-gauche #service-haut:hover,
#nos-services #flex-wrapper #service-gauche #service-bas:hover {
  background-size: 110%;
}
#dernier-service {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 150px 20px 20px;
  background: url('../images-prevent-up/homepage/services/coaching.jpg') no-repeat center center;
  background-size: 100%;
  color: #fff;
  -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;
}
#dernier-service:hover {
  background-size: 110%;
}
#dernier-service h2 {
  color: #ffba09;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90px;
  margin: 0;
  line-height: 105px;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 2px;
  margin: 0 auto;
}
#dernier-service a {
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 3px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
#dernier-service a:hover {
  color: #ffba09;
}
#slide-manager {
  overflow: hidden;
}
#who-home {
  padding: 75px 0;
  background: #fff;
}
#who-home #contenaire-who-home {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
#who-home #contenaire-who-home h1 {
  color: #ffba09;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90px;
  margin: 0;
  line-height: 105px;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 2px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#who-home #contenaire-who-home .blocs-who {
  flex-basis: 50%;
  text-align: justify;
}
#who-home #contenaire-who-home .blocs-who article p {
  margin: 0 0 0px;
}
#who-home #contenaire-who-home .blocs-who article p a.bouton {
  margin-top: 25px;
}
#who-home #contenaire-who-home .blocs-who:first-of-type {
  padding-right: 50px;
}
#who-home #contenaire-who-home .blocs-who:last-of-type {
  padding-left: 50px;
}
#who-home #contenaire-who-home .blocs-who #l-equipe {
  display: flex;
  width: 100%;
}
#who-home #contenaire-who-home .blocs-who #l-equipe ul {
  flex-basis: 100%;
  margin: 0;
  padding: 0;
}
#who-home #contenaire-who-home .blocs-who #l-equipe ul li {
  list-style: none;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#who-home #contenaire-who-home .blocs-who #l-equipe ul li strong {
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 3px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  display: block;
  font-size: 18px;
}
#who-home #contenaire-who-home .blocs-who #l-equipe ul li span {
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 3px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  text-align: left;
  font-size: 11px;
  letter-spacing: 2px;
  display: block;
}
#actus-home {
  margin-bottom: 75px;
}
#actus-home h1 {
  max-width: 1000px;
  color: #ffba09;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90px;
  margin: 0;
  line-height: 105px;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 2px;
  margin: 0 auto;
  padding: 75px 20px;
}
#actus-home #flex-actus-home {
  display: flex;
}
#actus-home #flex-actus-home .news {
  flex-basis: 50%;
  position: relative;
}
#actus-home #flex-actus-home .news img {
  display: block;
  width: 100%;
}
#actus-home #flex-actus-home .news figcaption {
  background: #464646;
  opacity: .8;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#actus-home #flex-actus-home .news article {
  width: 100%;
  max-width: 450px;
  position: absolute;
  bottom: 30px;
  color: #fff;
}
#actus-home #flex-actus-home .news article h2 {
  color: #ffba09;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90px;
  margin: 0;
  line-height: 105px;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 2px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 34px;
}
#actus-home #flex-actus-home .news article p {
  margin: 8px 0;
  max-height: 60px;
  overflow: hidden;
}
#actus-home #flex-actus-home .news article a {
  color: #ffba09;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90px;
  margin: 0;
  line-height: 105px;
  font-size: 20px;
  color: #fff;
  line-height: normal;
}
#actus-home #flex-actus-home .news article a:hover {
  color: #ffba09;
}
#actus-home #flex-actus-home .news:first-of-type article {
  right: 30px;
  padding-left: 20px;
}
#actus-home #flex-actus-home .news:last-of-type article {
  left: 30px;
  padding-right: 20px;
}
#nos-clients-home {
  margin-top: 75px;
}
#nos-clients-home h1 {
  max-width: 1000px;
  color: #ffba09;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90px;
  margin: 0;
  line-height: 105px;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 2px;
  margin: 0 auto;
  padding: 0 20px;
}
#nos-clients-home #les-logos {
  padding: 50px 0;
  height: 200px;
  margin: 50px 0;
}
#nos-clients-home #les-logos img {
  height: 100px;
  margin: 0 auto;
}
@media only screen and (max-width: 440px) {
  #first-image .wrapp-table {
    padding: 50px 20px;
  }
  #first-image .content-slick h1 {
    font-size: 40px;
    line-height: 55px;
  }
  #first-image .content-slick h2 {
    font-size: 25px;
    letter-spacing: 1Px;
  }
  .bloc-65-35 {
    display: block !important;
  }
  .bloc-65-35 form {
    padding: 20px;
  }
  .bloc-65-35 #contenut-accompagnement {
    padding: 20px 0;
  }
  .bloc-65-35 .pict-manager {
    height: 30vh;
  }
  #actus-home #flex-actus-home {
    display: block;
  }
  #actus-home #flex-actus-home .news:last-of-type {
    display: none;
  }
  #actus-home #flex-actus-home .news:first-of-type article {
    bottom: 0;
    right: auto;
  }
  #actus-home #flex-actus-home .news:first-of-type article p {
    display: none;
  }
  #nos-services article {
    max-width: none;
  }
  #nos-services #flex-wrapper {
    display: block;
    margin-bottom: 5px;
  }
  #nos-services #flex-wrapper #service-gauche {
    display: block;
    margin-right: 0;
  }
  #nos-services #flex-wrapper #service-gauche #service-bas,
  #nos-services #flex-wrapper #service-gauche #service-haut {
    padding: 50px 10px;
    background-size: cover;
  }
  #nos-services #flex-wrapper #service-droite {
    padding: 50px 10px;
    margin: 5px 0 0;
    background-size: cover;
  }
  #dernier-service {
    padding: 50px 10px;
    background-size: cover !important;
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  #who-home #contenaire-who-home {
    display: block;
  }
  #who-home #contenaire-who-home .blocs-who:first-of-type,
  #who-home #contenaire-who-home .blocs-who:last-of-type {
    padding: 10px 0;
  }
}
#un-service.visible h1 {
  opacity: 1;
}
#un-service.visible article {
  -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);
}
#un-service.visible article h2 span::before,
#un-service.visible article h2 span::after {
  width: 100%;
}
#un-service.visible article h2 strong {
  opacity: 1;
  -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);
}
#un-service h1 {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 0;
  text-align: center;
  margin: 150px auto;
  max-width: 600px;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: all 0.9s linear 1.8s;
  -moz-transition: all 0.9s linear 1.8s;
  -ms-transition: all 0.9s linear 1.8s;
  -o-transition: all 0.9s linear 1.8s;
  transition: all 0.9s linear 1.8s;
}
#un-service h1::before,
#un-service h1::after {
  content: '"';
}
#un-service article {
  margin: 0 auto;
  background: #fff;
  padding: 50px 50px 30px;
  max-width: 1024px;
  -webkit-transform: translate3d(0, 300px, 0);
  -moz-transform: translate3d(0, 300px, 0);
  -ms-transform: translate3d(0, 300px, 0);
  -o-transform: translate3d(0, 300px, 0);
  transform: translate3d(0, 300px, 0);
  -webkit-transition: all 0.5s ease-out 0.1s;
  -moz-transition: all 0.5s ease-out 0.1s;
  -ms-transition: all 0.5s ease-out 0.1s;
  -o-transition: all 0.5s ease-out 0.1s;
  transition: all 0.5s ease-out 0.1s;
}
#un-service article h2 {
  text-align: center;
  position: relative;
  padding: 30px 0;
  margin: 0 auto 30px;
}
#un-service article h2.visible span::before,
#un-service article h2.visible span::after {
  width: 100%;
}
#un-service article h2.visible strong {
  opacity: 1;
  -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);
}
#un-service article h2 span {
  width: 120px;
  height: 100%;
  left: 50%;
  -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);
  top: 0;
  position: absolute;
  display: block;
}
#un-service article h2 span::before,
#un-service article h2 span::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #464646;
  position: relative;
  position: absolute;
}
#un-service article h2 span::before {
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s linear 0.7s;
  -moz-transition: all 0.3s linear 0.7s;
  -ms-transition: all 0.3s linear 0.7s;
  -o-transition: all 0.3s linear 0.7s;
  transition: all 0.3s linear 0.7s;
}
#un-service article h2 span::after {
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s linear 0.9s;
  -moz-transition: all 0.3s linear 0.9s;
  -ms-transition: all 0.3s linear 0.9s;
  -o-transition: all 0.3s linear 0.9s;
  transition: all 0.3s linear 0.9s;
}
#un-service article h2 strong {
  -webkit-transition: all 0.3s linear 0.7s;
  -moz-transition: all 0.3s linear 0.7s;
  -ms-transition: all 0.3s linear 0.7s;
  -o-transition: all 0.3s linear 0.7s;
  transition: all 0.3s linear 0.7s;
  -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);
  display: block;
  opacity: 0;
  color: #ffba09;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90px;
  margin: 0;
  line-height: 105px;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 2px;
  margin: 0 auto;
}
#un-service article h4,
#un-service article h3 {
  text-align: center;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 0;
  color: #464646;
  margin: 40px auto 40px;
  max-width: 750px;
}
#un-service article h4::before,
#un-service article h3::before,
#un-service article h4::after,
#un-service article h3::after {
  content: '';
  width: 100%;
  display: block;
  height: 1px;
  background: #464646;
}
#un-service article h4::before,
#un-service article h3::before {
  margin-bottom: 20px;
}
#un-service article h4::after,
#un-service article h3::after {
  margin-top: 20px;
}
#un-service article h4 {
  font-weight: normal;
  margin-bottom: 25px;
}
#un-service article h4::after {
  margin-top: 10px;
}
#un-service article h4::before {
  display: none;
}
#un-service article p,
#un-service article ul {
  max-width: 750px;
  margin: 0 auto 15px;
}
#un-service div {
  margin: 50px auto 35px;
  text-align: center;
  max-width: 750px;
  padding-top: 10px;
  position: relative;
}
#un-service div::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 1px;
  background: #464646;
  -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);
  -webkit-transition: all 0.3s linear 1s;
  -moz-transition: all 0.3s linear 1s;
  -ms-transition: all 0.3s linear 1s;
  -o-transition: all 0.3s linear 1s;
  transition: all 0.3s linear 1s;
}
#un-service div.visible::before {
  width: 100%;
}
#un-service div.visible a {
  opacity: 1;
}
#un-service div p {
  text-align: left;
  margin-bottom: 30px;
}
#un-service div a {
  opacity: 0;
  -webkit-transition: all 0.3s linear 2s;
  -moz-transition: all 0.3s linear 2s;
  -ms-transition: all 0.3s linear 2s;
  -o-transition: all 0.3s linear 2s;
  transition: all 0.3s linear 2s;
}
#un-service nav {
  max-width: 1024px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 0 50px;
}
#un-service nav ul {
  margin: 0 auto;
  padding: 10px 0 0;
  list-style: none;
  max-width: 800px;
  text-align: center;
  border-top: 1px solid #464646;
  display: flex;
  align-self: stretch;
  justify-content: space-between;
}
#un-service nav ul li {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #464646;
}
#un-service nav ul li a.selected,
#un-service nav ul li a:hover {
  color: #ffba09;
}
#service-image-bg {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 65vh;
  background: url('../images-prevent-up/homepage/prevention-temoin-2.jpg') no-repeat center top;
  background-size: cover;
}
#equipe {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-content: center;
  justify-content: center;
}
#equipe a {
  width: 33.33333333%;
  display: block;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  -o-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0;
}
#equipe a.visible {
  opacity: 1;
  -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);
  -webkit-transition: all 0.3s linear 0.2s;
  -moz-transition: all 0.3s linear 0.2s;
  -ms-transition: all 0.3s linear 0.2s;
  -o-transition: all 0.3s linear 0.2s;
  transition: all 0.3s linear 0.2s;
}
#equipe a:first-of-type {
  width: 100%;
  opacity: 1;
  -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);
}
#equipe a:first-of-type figure {
  max-width: 33.33333333%;
}
#equipe a figure {
  margin: 0 auto;
  border: 20px solid #fff;
  border-bottom-width: 40px;
  border-top: none;
  position: relative;
  padding: 0;
  overflow: hidden;
}
#equipe a figure:hover figcaption {
  -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);
}
#equipe a figure img {
  width: 100%;
  display: block;
}
#equipe a figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: #ffba09;
  text-align: center;
  -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;
  -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);
}
#equipe a figure figcaption strong {
  display: block;
}
#detail-equipe {
  max-width: 950px;
  width: 100%;
  padding: 20px;
}
#detail-equipe figure {
  min-height: 400px;
}
#detail-equipe figure::after {
  content: '';
  display: block;
  clear: both;
}
#detail-equipe figure img {
  width: 300px;
  float: left;
}
#detail-equipe figure figcaption {
  padding: 20px 50px 0;
  overflow: hidden;
  text-align: center;
}
#detail-equipe figure figcaption h1 {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 0;
  color: #464646;
}
#detail-equipe figure figcaption h2 {
  color: #ffba09;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90px;
  margin: 0;
  line-height: 105px;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 2px;
  margin: 0 auto;
  text-transform: none;
  font-size: 25px;
}
#detail-equipe figure figcaption p {
  text-align: left;
  line-height: 25px;
  margin: 0;
}
#detail-equipe figure figcaption p::before,
#detail-equipe figure figcaption p::after {
  content: '';
  display: block;
  margin: 20px auto;
  width: 100px;
  height: 1px;
  background: #464646;
}
#detail-equipe figure figcaption p::after {
  margin-bottom: 0;
}
#detail-equipe nav {
  position: absolute;
  top: 330px;
}
#detail-equipe nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#detail-equipe nav ul li {
  display: inline-block;
  margin-right: 5px;
}
#detail-equipe nav svg {
  max-width: 50px;
}
#detail-equipe nav svg:hover rect {
  fill: #464646;
}
#detail-equipe nav svg rect {
  fill: rgba(70, 70, 70, 0.7);
  -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;
}
#detail-equipe nav svg .st0 {
  fill: #fff;
}
#detail-equipe #citation-personnelle {
  margin: 0 auto;
}
#detail-equipe #citation-personnelle blockquote p {
  color: #de2329;
  margin: 0;
  font-size: 23px;
  line-height: 30px;
  font-family: georgia, serif;
  text-align: center;
  font-style: italic;
}
#detail-equipe #citation-personnelle blockquote p::after,
#detail-equipe #citation-personnelle blockquote p::before {
  display: block;
  margin: 5px auto;
  font-family: georgia, serif;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
}
#detail-equipe #citation-personnelle blockquote p::before {
  content: '“';
  line-height: 0px;
}
#detail-equipe #citation-personnelle blockquote p::after {
  content: '”';
  height: 50px;
  font-weight: normal;
}
#detail-equipe #citation-personnelle blockquote span {
  display: block;
  text-align: center;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 3px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  color: #464646;
}
#detail-equipe #citation-personnelle blockquote span::after,
#detail-equipe #citation-personnelle blockquote span::before {
  content: ' - ';
}
#clients {
  display: flex;
  flex-wrap: wrap;
  max-width: 750px;
  margin: 50px auto;
  border-top: 1px solid #464646;
}
#clients a {
  width: 25%;
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  -o-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
#clients a.visible {
  opacity: 1;
  -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);
  -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;
}
#clients a figure {
  position: relative;
  padding: 20px 30px 0;
}
#clients a figure:hover img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
#clients a figure img {
  width: 100%;
  max-width: 250px;
  display: block;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -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;
}
#clients a figure figcaption {
  display: none;
}
#formulaire-service {
  display: none;
}
#formulaire-service p {
  text-align: center;
  margin: 0 auto !important;
}
#formulaire-service p input,
#formulaire-service p textarea,
#formulaire-service p button {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  border: 1px solid #464646;
  border-bottom: none;
  height: 50px;
  resize: none;
  padding: 0 5px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
}
#formulaire-service p input[type="checkbox"] {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
#formulaire-service p label {
  font-size: 14px;
  margin-top: 15px;
  display: block;
}
#formulaire-service p label a {
  text-decoration: underline;
}
#formulaire-service p textarea {
  height: 150px;
  padding: 5px;
}
#formulaire-service p button {
  border-bottom: 1px solid #464646;
  background: #fff;
  text-transform: uppercase;
  cursor: pointer;
  -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;
}
#formulaire-service p button:hover {
  background: #464646;
  color: #ffba09;
}
@media only screen and (max-width: 440px) {
  #un-service article {
    padding: 20px;
  }
  #un-service nav {
    padding: 20px;
  }
  #un-service nav ul {
    display: block;
  }
  #un-service nav ul li {
    padding: 5px 0;
  }
  #un-service h1 {
    margin: 50px auto;
  }
  #equipe a {
    width: 50%;
  }
  #equipe a:first-of-type figure {
    max-width: 50%;
  }
  #equipe a figure {
    border: 5px solid #fff;
  }
  #detail-equipe figure {
    max-height: none;
  }
  #detail-equipe figure img {
    float: none;
    width: 100%;
  }
  #detail-equipe figure figcaption {
    padding: 20px 0;
  }
  #detail-equipe nav {
    position: static;
    top: auto;
    margin-bottom: 50px;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
  }
  #detail-equipe nav ::after {
    content: '';
    display: block;
    margin: 0;
    width: 100px;
    height: 1px;
    background: #464646;
    position: absolute;
    bottom: 0;
    left: 50%;
    -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);
  }
  #clients a {
    width: 50%;
  }
  #clients a figure {
    padding: 10px 5px;
  }
  #clients a figure img {
    width: 100%;
  }
}
#les-news {
  background: #fff;
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px 20px 75px;
}
#les-news h1 {
  text-align: center;
  position: relative;
  padding: 30px 0;
  margin: 0 auto 30px;
  margin-bottom: 50px;
}
#les-news h1.visible span::before,
#les-news h1.visible span::after {
  width: 100%;
}
#les-news h1.visible strong {
  opacity: 1;
  -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);
}
#les-news h1 span {
  width: 120px;
  height: 100%;
  left: 50%;
  -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);
  top: 0;
  position: absolute;
  display: block;
}
#les-news h1 span::before,
#les-news h1 span::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #464646;
  position: relative;
  position: absolute;
}
#les-news h1 span::before {
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s linear 0.7s;
  -moz-transition: all 0.3s linear 0.7s;
  -ms-transition: all 0.3s linear 0.7s;
  -o-transition: all 0.3s linear 0.7s;
  transition: all 0.3s linear 0.7s;
}
#les-news h1 span::after {
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s linear 0.9s;
  -moz-transition: all 0.3s linear 0.9s;
  -ms-transition: all 0.3s linear 0.9s;
  -o-transition: all 0.3s linear 0.9s;
  transition: all 0.3s linear 0.9s;
}
#les-news h1 strong {
  -webkit-transition: all 0.3s linear 0.7s;
  -moz-transition: all 0.3s linear 0.7s;
  -ms-transition: all 0.3s linear 0.7s;
  -o-transition: all 0.3s linear 0.7s;
  transition: all 0.3s linear 0.7s;
  -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);
  display: block;
  opacity: 0;
  color: #ffba09;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90px;
  margin: 0;
  line-height: 105px;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 2px;
  margin: 0 auto;
}
#les-news ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#les-news ul li {
  max-width: 800px;
  margin: 0 auto 15px;
  display: block;
  background: #f5f5f5;
  padding: 0 5px 0 0;
  display: flex;
  height: 140px;
  overflow: hidden;
}
#les-news ul li:last-of-type {
  margin-bottom: 0;
}
#les-news ul li figure img {
  width: 210px;
  vertical-align: middle;
  margin-right: 20px;
}
#les-news ul li article {
  padding-right: 15px;
}
#les-news ul li article h2 {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 0;
  color: #464646;
  letter-spacing: 1px;
  line-height: 33px;
  height: 30px;
  overflow: hidden;
  margin-top: 10px;
}
#les-news ul li article p {
  margin: 7px 0 13px;
  font-size: 14px;
  height: 34px;
  overflow: hidden;
}
@media only screen and (min-width: 1600px) {
  #les-news {
    max-width: 90%;
  }
  #les-news ul::after {
    content: '';
    display: block;
    position: relative;
    clear: both;
  }
  #les-news ul li {
    width: calc(50% - 10px);
    float: left;
  }
  #les-news ul li:nth-child(odd) {
    margin-right: 10px;
  }
  #les-news ul li:nth-child(even) {
    margin-left: 10px;
  }
}
#la-news a[target="_blank"] {
  font-weight: bold;
}
@media only screen and (max-width: 440px) {
  #les-news ul li {
    height: auto;
    display: block;
    padding: 0;
    overflow: visible;
  }
  #les-news ul li figure img {
    width: 100%;
    margin: 0;
  }
  #les-news ul li article {
    padding: 0 10px 2px;
  }
  #les-news ul li article a {
    display: block;
  }
}
#la-news {
  margin: 0 auto;
  max-width: 1024px;
  background: #fff;
  padding: 50px 40px 75px;
}
#la-news h1 {
  text-align: center;
  position: relative;
  padding: 30px 0;
  margin: 0 auto 30px;
  margin-bottom: 50px;
}
#la-news h1.visible span::before,
#la-news h1.visible span::after {
  width: 100%;
}
#la-news h1.visible strong {
  opacity: 1;
  -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);
}
#la-news h1 span {
  width: 120px;
  height: 100%;
  left: 50%;
  -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);
  top: 0;
  position: absolute;
  display: block;
}
#la-news h1 span::before,
#la-news h1 span::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #464646;
  position: relative;
  position: absolute;
}
#la-news h1 span::before {
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s linear 0.7s;
  -moz-transition: all 0.3s linear 0.7s;
  -ms-transition: all 0.3s linear 0.7s;
  -o-transition: all 0.3s linear 0.7s;
  transition: all 0.3s linear 0.7s;
}
#la-news h1 span::after {
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s linear 0.9s;
  -moz-transition: all 0.3s linear 0.9s;
  -ms-transition: all 0.3s linear 0.9s;
  -o-transition: all 0.3s linear 0.9s;
  transition: all 0.3s linear 0.9s;
}
#la-news h1 strong {
  -webkit-transition: all 0.3s linear 0.7s;
  -moz-transition: all 0.3s linear 0.7s;
  -ms-transition: all 0.3s linear 0.7s;
  -o-transition: all 0.3s linear 0.7s;
  transition: all 0.3s linear 0.7s;
  -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);
  display: block;
  opacity: 0;
  color: #ffba09;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90px;
  margin: 0;
  line-height: 105px;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 2px;
  margin: 0 auto;
}
#la-news figure {
  position: relative;
}
#la-news figure:hover figcaption {
  opacity: 1;
}
#la-news figure img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#la-news figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../images-prevent-up/news/loupe.png') no-repeat center center rgba(0, 0, 0, 0.3);
  background-size: 120px;
  overflow: hidden;
  text-indent: -99999px;
  opacity: 0;
  -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;
}
#la-news article {
  max-width: 800px;
  margin: 50px auto 0;
  color: #464646;
}
#la-news article h2 {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 0;
  font-weight: normal;
  color: #464646;
  border-bottom: 1px solid #464646;
  padding-bottom: 20px;
  font-size: 45px;
  line-height: 48px;
  letter-spacing: 2px;
}
#la-news article h3 {
  font-size: 24px;
  text-transform: uppercase;
}
#la-news article h4 {
  font-size: 20px;
  border-bottom: 1px solid #464646;
}
#la-news article #publication {
  display: block;
  font-size: 10px;
  margin: 3px 0 50px;
}
#other-news {
  margin: 75px 0 0;
}
#other-news ul {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
}
#other-news ul li {
  list-style: none;
  background: #f5f5f5;
  color: #464646;
  padding: 0;
  width: 50%;
}
#other-news ul li:first-of-type {
  padding-right: 20px;
}
#other-news ul li:last-of-type {
  padding-left: 20px;
}
#other-news ul li h3 {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 0;
  color: #464646;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 1px;
  max-height: 46px;
  overflow: hidden;
  margin-top: 8px;
}
#other-news ul li p {
  font-size: 14px;
  margin: 3px 0 0;
  height: 70px;
  overflow: hidden;
}
#other-news ul li img {
  float: left;
  width: 210px;
  margin-right: 10px;
}
#share-section {
  margin: 50px 0;
}
#share-section span {
  display: block;
  text-align: center;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 3px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  color: #464646;
  border-bottom: 1px solid #464646;
  padding-bottom: 20px;
  max-width: 800px;
  margin: 0 auto 20px;
}
#share-section #sharing-option {
  text-align: center;
}
#share-section #sharing-option a {
  display: inline-block;
  width: 35px;
  margin: 0 10px;
}
#share-section #sharing-option a:hover svg .white {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#share-section #sharing-option a svg {
  display: block;
  width: 100%;
  border: 1px solid #464646;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
#share-section #sharing-option a svg circle,
#share-section #sharing-option a svg path {
  fill: transparent;
}
#share-section #sharing-option a svg .white {
  fill: #464646;
  transform-origin: center center;
  -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;
}
#share-section #sharing-option a figcaption {
  display: none;
}
@media only screen and (max-width: 440px) {
  #la-news {
    padding: 50px 20px 20px;
  }
  #share-section #sharing-option a {
    width: 25%;
    margin: 0 0 20px;
    padding: 0 20px;
  }
  #other-news ul {
    display: block;
  }
  #other-news ul li {
    display: block;
    width: 100%;
  }
  #other-news ul li img {
    width: 100%;
    display: block;
    margin: 0;
    float: none;
  }
  #other-news ul li h3,
  #other-news ul li p {
    padding: 0 10px;
  }
  #other-news ul li p {
    padding-bottom: 10px;
    max-height: 88px;
    height: auto;
  }
  #other-news ul li:first-of-type {
    padding-right: 0;
  }
  #other-news ul li:last-of-type {
    display: none;
  }
}
#temoignages {
  max-width: 1024px;
  margin: 0 auto 50px;
  background: #ffba09;
  padding: 50px 20px;
  text-align: center;
}
#temoignages article {
  margin: 0 auto;
  max-width: 800px;
  text-align: left;
}
#temoignages article div {
  font-size: 20px;
  line-height: 26px;
  font-family: georgia, serif;
  font-style: italic;
}
#temoignages article div p {
  margin: 0 0 15px;
}
#temoignages article div p:first-of-type::before {
  content: '"';
}
#temoignages article div p:last-of-type {
  margin-bottom: 30px;
}
#temoignages article div p:last-of-type::after {
  content: '"';
}
#temoignages article cite {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  text-transform: none;
  font-style: normal;
  display: block;
  letter-spacing: 1px;
}
#temoignages article small {
  font-size: 10px;
  letter-spacing: 1px;
  display: block;
  margin: 0 0 30px;
}
#temoignages .bouton {
  margin: 0 auto;
}
#un-service #contact-us {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#un-service #contact-us address {
  text-align: left;
  font-style: normal;
  width: 40%;
}
#un-service #contact-us address strong {
  color: #ffba09;
  font-weight: normal;
  margin-bottom: 15px;
  display: block;
}
#un-service #contact-us address p {
  margin: 0 0 15px;
}
#un-service #contact-us address p a {
  color: #ffba09;
  opacity: 1;
}
#un-service #contact-us address p a:hover {
  color: #de2329;
}
#un-service #images-contact {
  width: 100%;
  max-width: 1024px;
  height: 360px;
  display: block;
  margin: 0 auto;
  border-left: 137px solid #fff;
  border-right: 137px solid #fff;
}
@media only screen and (max-width: 440px) {
  #un-service #images-contact {
    border-left: none;
    border-right: none;
  }
}
#un-service #images-contact img {
  width: 100%;
  display: block;
}
#un-service #le-team-contact {
  display: block;
  max-width: 1024px;
  margin: 0 auto;
  background: #fff;
  padding: 100px 0 75px;
}
#un-service #le-team-contact div {
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#un-service #le-team-contact div a {
  width: 20%;
  padding: 0 5px 10px;
}
#un-service #le-team-contact div a.visible {
  opacity: 1;
  -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);
  -webkit-transition: all 0.3s linear 0.5s;
  -moz-transition: all 0.3s linear 0.5s;
  -ms-transition: all 0.3s linear 0.5s;
  -o-transition: all 0.3s linear 0.5s;
  transition: all 0.3s linear 0.5s;
}
#un-service #le-team-contact div a img {
  width: 100%;
  display: block;
  -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;
}
#un-service #le-team-contact div a img:hover {
  -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);
}
@media only screen and (max-width: 440px) {
  #un-service #contact-us {
    display: block;
  }
  #un-service #contact-us address {
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
  }
  #un-service #contact-us address strong {
    font-weight: bold;
  }
  #un-service #contact-us address p {
    text-align: center;
  }
  #un-service #le-team-contact div a {
    width: 50%;
  }
}
.rgpd article {
  max-width: 900px;
  padding: 10px 70px 70px;
  margin: 50px auto;
  text-align: justify;
  background: #fff;
}
.rgpd article .big {
  display: block;
  color: #ffba09;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90px;
  margin: 0;
  line-height: 105px;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 2px;
  margin: 0 auto;
  position: relative;
  font-size: 30px;
  text-align: center;
  margin-top: 50px;
}
.rgpd article .big::before,
.rgpd article .big::after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: #464646;
  position: relative;
  margin: 10px auto;
}
@media only screen and (max-width: 440px) {
  header {
    display: block;
  }
  header #toggle-menu {
    display: block;
    position: absolute;
    right: 11px;
    top: 15px;
    width: 30px;
  }
  header #toggle-menu #svg-burger {
    background: #fff;
  }
  header #toggle-menu #svg-burger rect {
    stroke: #464646;
  }
  header #toggle-menu #svg-burger g rect {
    fill: #464646;
    stroke: none;
  }
  header #logo-prevent-up {
    float: none;
    margin: 0;
  }
  header #logo-prevent-up img {
    margin-top: 6px;
  }
  header #concretement {
    display: none;
  }
  header #menu {
    padding: 0;
    background: #464646;
    -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;
    -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);
  }
  header #menu.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);
  }
  header #menu ul li {
    display: block;
    text-align: center;
    padding: 0;
  }
  header #menu ul li:last-of-type {
    margin-right: 0;
  }
  header #menu ul li a {
    display: block;
  }
  header #menu ul li .second-level {
    position: relative;
    top: 0;
  }
  header #menu ul li .second-level li {
    padding: 0;
    border-right: none;
  }
  header #menu ul li .second-level li:first-of-type {
    border-left: none;
  }
  footer #scrollTop {
    display: block;
    background: url('../images-prevent-up/communs/down-arr1-wh.png') no-repeat center center #ffffff;
    background-size: auto auto;
    background-size: 60%;
    border: 1px solid #7c7c7c;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 9999;
  }
  footer #sitemap {
    display: block;
  }
  footer #sitemap .bloc {
    text-align: center;
    margin-bottom: 0;
    display: none;
  }
  footer #sitemap .bloc:last-of-type {
    display: block;
  }
  footer #sitemap .bloc strong {
    margin-bottom: 5px;
  }
}
