html,
body {
  overflow: auto;
  overflow-x: hidden;
}
.rc-anchor-normal {
  width: 278px !important;
}
.rc-anchor-logo-portrait {
  margin: 10px 0 0 10px !important;
}
body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
body a {
  text-decoration: none;
  cursor: pointer;
}
body a:hover {
  text-decoration: none;
}
body p {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #000;
}
body .hexagon {
  position: relative;
  width: 75px;
  height: 43.30px;
  background-color: #ffffff;
  margin: 21.65px 0;
  border-left: solid 1px #2590c8;
  border-right: solid 1px #2590c8;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body .hexagon::before,
body .hexagon::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 53.03px;
  height: 53.03px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 9.9835px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body .hexagon::before {
  top: -26.5165px;
  border-top: solid 1.4142px #2590c8;
  border-right: solid 1.4142px #2590c8;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body .hexagon::after {
  bottom: -26.5165px;
  border-bottom: solid 1.4142px #2590c8;
  border-left: solid 1.4142px #2590c8;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body .hexagon:hover {
  background-color: #239ad7;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body .hexagon:hover::before,
body .hexagon:hover::after {
  background-color: #239ad7;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .header-top {
  background-color: #2d333f;
  padding: 0.5em 0;
}
body header .header-top .reseau .title {
  color: #fff;
  font-size: 1rem;
}
body header .header-top .reseau .instagram,
body header .header-top .reseau .linkedin,
body header .header-top .reseau .facebook {
  margin-left: .2em;
}
body header .header-top .reseau .instagram i,
body header .header-top .reseau .linkedin i,
body header .header-top .reseau .facebook i {
  color: #fff;
  font-size: 1.2rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .header-top .reseau .instagram:hover i,
body header .header-top .reseau .linkedin:hover i,
body header .header-top .reseau .facebook:hover i {
  color: #239ad7;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .header-top .reseau .linkedin {
  margin-left: .4em;
}
body header .header-top .reseau .demande-devis-gratuit a {
  font-size: 14px;
  color: white;
  margin-left: 15px;
  text-decoration: underline;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .header-top .reseau .demande-devis-gratuit a:hover {
  color: #239ad7;
}
body header .header-top .espace-pro .user {
  color: #fff;
}
body header .header-top .espace-pro .user span {
  font-size: 1rem;
}
body header .header-top .espace-pro .user i {
  font-size: .8rem;
  border: solid 1px #fff;
  padding: .5em;
  border-radius: 50%;
  margin-left: .4em;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .header-top:hover .user i {
  color: #239ad7;
  border: solid 1px #239ad7;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .logo {
  padding: 1.5em 0;
  position: relative;
}
body header .logo a {
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
}
body header .logo a img {
  display: block;
  margin: 0 auto;
}
body header .logo .centre-affilier {
  position: absolute;
  right: -30px;
  top: -16px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .logo .centre-affilier span {
  color: #239ad7;
  font-size: .8rem;
  text-transform: uppercase;
  position: relative;
  text-align: right;
  display: block;
  padding: 0 0.5em;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .logo .centre-affilier span::before {
  position: absolute;
  display: block;
  content: "";
  width: 31px;
  height: 70px;
  right: -30px;
  top: -18px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/picto-membre.png');
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .logo .centre-affilier:hover {
  right: -20px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .logo .centre-affilier:hover span {
  color: #2d333f;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header #main-navigation #main-menu #menu .navbar {
  padding: 0 .5em;
}
body header #main-navigation #main-menu #menu .navbar ul {
  margin-left: auto !important;
}
body header #main-navigation #main-menu #menu .navbar ul li {
  padding: 1em;
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header #main-navigation #main-menu #menu .navbar ul li {
    padding: 1em 1.3em;
  }
}
body header #main-navigation #main-menu #menu .navbar ul li::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #2d333f;
  opacity: .5;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header #main-navigation #main-menu #menu .navbar ul li:first-child {
  padding: 0;
}
body header #main-navigation #main-menu #menu .navbar ul li:first-child a {
  text-indent: -9999px;
  position: relative;
  width: 53px;
  height: 53px;
}
body header #main-navigation #main-menu #menu .navbar ul li:first-child a::before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #239ad7;
  left: 0;
  top: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header #main-navigation #main-menu #menu .navbar ul li:first-child a::after {
  position: absolute;
  display: block;
  content: "";
  background-size: 31px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  background-image: url(../img/house.png);
  left: 0;
  top: 0;
}
body header #main-navigation #main-menu #menu .navbar ul li:first-child a:hover {
  background-color: transparent;
}
body header #main-navigation #main-menu #menu .navbar ul li:first-child a:hover::before {
  background-color: #2d333f;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header #main-navigation #main-menu #menu .navbar ul li:first-child a.active {
  background-color: transparent;
}
body header #main-navigation #main-menu #menu .navbar ul li:first-child a.active::before {
  background-color: #2d333f;
}
body header #main-navigation #main-menu #menu .navbar ul li:nth-child(7)::before {
  display: none;
}
body header #main-navigation #main-menu #menu .navbar ul li:last-child {
  background-color: #239ad7;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  padding-left: 35px;
  padding-right: 15px;
}
body header #main-navigation #main-menu #menu .navbar ul li:last-child:before {
  display: none;
}
body header #main-navigation #main-menu #menu .navbar ul li:last-child a {
  color: #fff;
  position: relative;
}
body header #main-navigation #main-menu #menu .navbar ul li:last-child a::before {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/picto-comparateur.png');
  width: 25px;
  height: 20px;
  left: -28px;
  top: 1px;
}
body header #main-navigation #main-menu #menu .navbar ul li:last-child:hover {
  background-color: #2d333f;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header #main-navigation #main-menu #menu .navbar ul li:last-child:hover a {
  color: #fff;
}
body header #main-navigation #main-menu #menu .navbar ul li:last-child.active {
  background-color: #2d333f;
}
body header #main-navigation #main-menu #menu .navbar ul li:last-child.active a {
  color: #fff;
}
body header #main-navigation #main-menu #menu .navbar ul li:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header #main-navigation #main-menu #menu .navbar ul li:hover:first-child:hover {
  background-color: transparent;
}
body header #main-navigation #main-menu #menu .navbar ul li:hover a {
  color: #239ad7;
  font-weight: 500;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header #main-navigation #main-menu #menu .navbar ul li.active a {
  color: #239ad7;
  font-weight: 600;
}
body header #main-navigation #main-menu #menu .navbar ul li a {
  color: #2d333f;
  text-transform: uppercase;
  font-size: .9rem;
  padding: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header #wrapper-bottom {
  background-color: #eaeaec;
}
body header #wrapper-bottom .inner-menu {
  display: block;
}
body footer {
  padding: 0 0 2em 0;
  background-color: #2d333f;
}
body footer #demande-rappel {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 150;
  background-color: #fff;
  max-width: 15rem;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body footer #demande-rappel #rappel-title {
  position: relative;
  padding: .5rem 2rem .5em 1em;
  background-color: #239ad7;
  color: #fff;
  font-size: .8rem;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin-top: -2.1rem;
  margin-left: 50%;
  transform: translateX(-50%);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body footer #demande-rappel #rappel-title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  transition: cubic-bezier(0.39,0.575,0.565,1) 0.4s;
  z-index: -1;
}
body footer #demande-rappel #rappel-title i {
  position: absolute;
  right: 0;
  bottom: -1px;
  font-size: 1.1rem;
  padding: .5rem;
  color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  transform: rotate(-180deg);
}
body footer #demande-rappel #rappel-title:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #2d333f;
}
body footer #demande-rappel #rappel-title:hover::before {
  width: 100%;
  transition: cubic-bezier(0.39,0.575,0.565,1) 0.4s;
  z-index: -1;
}
body footer #demande-rappel .nf-form-cont {
  display: none;
  padding: 0 1rem;
}
body footer #demande-rappel .nf-form-cont.active {
  padding: 1rem;
}
body footer #demande-rappel .nf-form-cont .nf-before-form-content {
  display: none;
}
body footer #demande-rappel .nf-form-cont .nf-field-container {
  margin-bottom: .5rem;
}
body footer #demande-rappel .nf-form-cont .nf-form-title {
  display: none;
}
body footer #demande-rappel .nf-form-cont .textbox-container {
  margin-bottom: .5rem;
}
body footer #demande-rappel .nf-form-cont .submit-container {
  margin-bottom: 0;
  text-align: right;
}
body footer #demande-rappel input:not([type="button"]),
body footer #demande-rappel textarea,
body footer #demande-rappel select {
  padding: .5rem .5rem;
  border-bottom: 1px solid #239ad7;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #000;
  font-weight: 300;
  font-size: .9rem;
  outline: none;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  background-color: transparent;
}
body footer #demande-rappel input:not([type="button"]):hover,
body footer #demande-rappel input:not([type="button"]):focus,
body footer #demande-rappel textarea:hover,
body footer #demande-rappel textarea:focus,
body footer #demande-rappel select:hover,
body footer #demande-rappel select:focus {
  border-bottom: 1px solid #2d333f;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
body footer #demande-rappel textarea {
  resize: none;
  height: 120px;
  background-color: #eaeaec;
  color: #000 !important;
}
body footer #demande-rappel textarea::-webkit-input-placeholder {
  color: #767676;
}
body footer #demande-rappel ::-webkit-input-placeholder {
  font-size: .7rem;
  text-transform: uppercase;
  color: #000;
}
body footer #demande-rappel ::-moz-placeholder {
  font-size: .7rem;
  text-transform: uppercase;
  color: #000;
}
body footer #demande-rappel :-ms-input-placeholder {
  font-size: .7rem;
  text-transform: uppercase;
  color: #000;
}
body footer #demande-rappel :-moz-placeholder {
  font-size: .7rem;
  text-transform: uppercase;
  color: #000;
}
body footer #demande-rappel input[type="button"] {
  padding: .5rem 1.4rem;
  background-color: transparent;
  color: #239ad7;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .9rem;
  font-weight: 400;
  cursor: pointer;
  width: 100%;
  border: solid 1px #239ad7;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body footer #demande-rappel input[type="button"]:hover {
  background-color: #239ad7;
  color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body footer #demande-rappel.active #rappel-title i {
  transform: rotate(0deg);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body footer .slogan {
  background: #239ad7;
  width: 100%;
  border-bottom: solid 3px #fff;
  margin-bottom: 2em;
}
body footer .slogan h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 300;
  padding: .5em 0;
  letter-spacing: 2px;
  margin-bottom: 0;
}
body footer #main-navigation {
  margin: .5em 0;
}
body footer #main-navigation #main-menu #menu ul {
  padding-left: 0;
  text-align: center;
}
body footer #main-navigation #main-menu #menu ul li {
  padding: 0 1em;
  position: relative;
  display: inline-block;
}
body footer #main-navigation #main-menu #menu ul li::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fff;
  opacity: .5;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
body footer #main-navigation #main-menu #menu ul li:last-child::before {
  display: none;
}
body footer #main-navigation #main-menu #menu ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 300;
}
body footer .configurateur-affiliation {
  margin: 0.5em 0;
  position: relative;
}
body footer .configurateur-affiliation::before {
  position: absolute;
  display: block;
  content: "";
  width: 90%;
  height: 1px;
  background-color: #fff;
  opacity: .5;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
body footer .configurateur-affiliation .configurateur,
body footer .configurateur-affiliation .affiliation,
body footer .configurateur-affiliation .emploi {
  color: #239ad7;
  text-transform: uppercase;
  font-size: .8rem;
  padding: 0 8em;
  text-align: center;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body footer .configurateur-affiliation .configurateur,
  body footer .configurateur-affiliation .affiliation,
  body footer .configurateur-affiliation .emploi {
    padding: 0 4em;
  }
}
body footer .configurateur-affiliation .configurateur span,
body footer .configurateur-affiliation .affiliation span,
body footer .configurateur-affiliation .emploi span {
  border: solid 1px #239ad7;
  padding: .4em .6em;
  letter-spacing: 2px;
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body footer .configurateur-affiliation .configurateur span::before,
body footer .configurateur-affiliation .affiliation span::before,
body footer .configurateur-affiliation .emploi span::before {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 55px;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body footer .configurateur-affiliation .configurateur:hover,
body footer .configurateur-affiliation .affiliation:hover,
body footer .configurateur-affiliation .emploi:hover {
  color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body footer .configurateur-affiliation .configurateur:hover span,
body footer .configurateur-affiliation .affiliation:hover span,
body footer .configurateur-affiliation .emploi:hover span {
  background-color: #239ad7;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body footer .configurateur-affiliation .configurateur span::before {
  background-image: url('../img/compareur-footer.png');
}
body footer .configurateur-affiliation .affiliation span::before {
  background-image: url('../img/picto-membre.png');
}
body footer .configurateur-affiliation .emploi span::before {
  background-image: url('../img/emploi-footer.png');
}
body footer .footer-bottom {
  margin-top: 2em;
  padding-top: 1em;
}
body footer .footer-bottom #subfooter #mentions-legales a,
body footer .footer-bottom #subfooter #mentions-legales span {
  color: #fff;
  font-size: 1rem;
}
.page-id-8 .slider-truck {
  height: 590px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 8em;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-id-8 .slider-truck {
    height: 550px;
  }
}
.page-id-8 .slider-truck .truck {
  height: 590px;
  width: 767px;
  margin-top: 9em;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 15;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  opacity: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-id-8 .slider-truck .truck {
    height: 510px;
    background-repeat: no-repeat;
  }
}
.page-id-8 .slider-truck .titre-intro {
  position: absolute;
  top: 50%;
  left: 52%;
}
.page-id-8 .slider-truck .titre-intro .blue {
  background-color: #239ad7;
  color: #fff;
  text-transform: uppercase;
  padding: .2em 1em;
  display: inline-block;
  background-image: url(../img/trame.png);
  font-size: 2.2rem;
  font-weight: 300;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  opacity: 0;
}
.page-id-8 .slider-truck .titre-intro .white {
  background-color: rgba(255,255,255,0.8);
  color: #000;
  text-transform: uppercase;
  background-image: url(../img/trame.png);
  padding: .2em 1em;
  font-size: 2.2rem;
  font-weight: 300;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  opacity: 0;
}
.page-id-8 .slider-truck .btn-config {
  position: absolute;
  bottom: -100px;
  right: 0;
  background-color: #239ad7;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #fff;
  text-transform: uppercase;
  padding: .2em 1em;
  font-size: 1.3rem;
  font-weight: 300;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-delay: 4s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-8 .slider-truck .btn-config::before {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/picto-comparateur.png');
  width: 25px;
  height: 19px;
  left: 8px;
  top: 10px;
}
.page-id-8 .slider-truck .btn-config span {
  font-weight: 500;
  padding-left: 15px;
}
.page-id-8 .slider-truck .btn-config:hover {
  background-color: #2d333f;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-8 #wrapper-config-valeur {
  overflow: hidden;
  position: relative;
  margin-top: 3em;
}
.page-id-8 #wrapper-config-valeur #bloc-accueil {
  width: 100vw;
  height: 375px;
  position: relative;
  overflow: hidden;
}
.page-id-8 #wrapper-config-valeur #bloc-accueil figure {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  transition: all 1s ease-in-out !important;
  -webkit-transition: all 1s ease-in-out !important;
  -moz-transition: all 1s ease-in-out !important;
  -o-transition: all 1s ease-in-out !important;
}
.page-id-8 #wrapper-config-valeur #bloc-accueil figure::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-8 #wrapper-config-valeur #bloc-accueil:hover figure {
  opacity: 1;
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
  transition: all 2s ease-in-out !important;
  -webkit-transition: all 2s ease-in-out !important;
  -moz-transition: all 2s ease-in-out !important;
  -o-transition: all 2s ease-in-out !important;
}
.page-id-8 #wrapper-config-valeur #bloc-accueil:hover figure::before {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  opacity: .7;
}
.page-id-8 #wrapper-config-valeur #bloc-accueil:hover .btn-entrer::before {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  width: 100%;
}
.page-id-8 #wrapper-config-valeur #bloc-accueil .logo,
.page-id-8 #wrapper-config-valeur #bloc-accueil .text,
.page-id-8 #wrapper-config-valeur #bloc-accueil .btn-entrer {
  z-index: 10;
}
.page-id-8 #wrapper-config-valeur #bloc-accueil .btn-entrer {
  position: relative;
}
.page-id-8 #wrapper-config-valeur #bloc-accueil .btn-entrer::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  width: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-8 #wrapper-config-valeur #bloc-accueil .text,
.page-id-8 #wrapper-config-valeur #bloc-accueil .btn-entrer {
  color: #fff;
  text-align: center;
  position: absolute;
}
.page-id-8 #wrapper-config-valeur #bloc-accueil .text h2,
.page-id-8 #wrapper-config-valeur #bloc-accueil .text h1,
.page-id-8 #wrapper-config-valeur #bloc-accueil .btn-entrer h2,
.page-id-8 #wrapper-config-valeur #bloc-accueil .btn-entrer h1 {
  font-weight: 300;
  text-decoration: none;
}
.page-id-8 #wrapper-config-valeur #bloc-accueil .text h2,
.page-id-8 #wrapper-config-valeur #bloc-accueil .btn-entrer h2 {
  font-size: 22px;
}
@media (max-width: 576px) {
  .page-id-8 #wrapper-config-valeur #bloc-accueil .text h2,
  .page-id-8 #wrapper-config-valeur #bloc-accueil .btn-entrer h2 {
    font-size: 18px;
  }
}
.page-id-8 #wrapper-config-valeur #bloc-accueil .text h1,
.page-id-8 #wrapper-config-valeur #bloc-accueil .btn-entrer h1 {
  text-transform: uppercase;
  font-size: 24px;
}
@media (max-width: 576px) {
  .page-id-8 #wrapper-config-valeur #bloc-accueil .text h1,
  .page-id-8 #wrapper-config-valeur #bloc-accueil .btn-entrer h1 {
    font-size: 19px;
  }
}
.page-id-8 #wrapper-config-valeur #bloc-accueil .btn-entrer {
  max-width: 90%;
}
.page-id-8 #wrapper-config-valeur #bloc-accueil .btn-entrer p {
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  padding: .5em 1em;
  border: solid 1px #fff;
}
.page-id-8 #wrapper-config-valeur #bloc-accueil:nth-child(1) figure::before {
  background-color: rgba(51,53,65,0.6);
}
.page-id-8 #wrapper-config-valeur #bloc-accueil:nth-child(1) .btn-entrer::before {
  background-color: #239ad7;
}
.page-id-8 #wrapper-config-valeur #bloc-accueil:nth-child(2) figure::before {
  background-color: rgba(35,154,215,0.4);
}
.page-id-8 #wrapper-config-valeur #bloc-accueil:nth-child(2) .btn-entrer::before {
  background-color: #2d333f;
}
.page-id-8 #wrapper-service #services .liste-service .listing-service {
  color: #2d333f;
}
.page-id-8 #wrapper-service #services .liste-service .listing-service .hexagon img {
  height: 43px;
  width: auto;
  z-index: 2;
  position: relative;
  margin: 0 auto;
  display: block;
}
.page-id-8 #wrapper-service #services .liste-service .listing-service .titre {
  margin-top: 1em;
}
.page-id-8 #wrapper-service #services .liste-service .listing-service .titre h3 {
  font-size: 14px;
  text-transform: uppercase;
}
.page-id-8 .choix-ekypeo {
  margin: 7em 0 5em 0;
  background-color: #eaeaec;
  position: relative;
}
.page-id-8 .choix-ekypeo::before {
  content: "";
  display: block;
  left: -5px;
  position: absolute;
  background-image: url('../img/man.png');
  width: 260px;
  height: 600px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  opacity: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-id-8 .choix-ekypeo::before {
    display: none;
  }
}
.page-id-8 .choix-ekypeo::after {
  content: "";
  display: block;
  right: 0;
  position: absolute;
  background-image: url('../img/man-presentation.png');
  width: 400px;
  height: 450px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -38px;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  opacity: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-id-8 .choix-ekypeo::after {
    display: none;
  }
}
.page-id-8 .choix-ekypeo .btn-valeur {
  position: absolute;
  width: 250px;
  height: 40px;
  transform: skew(-20deg) translateX(-50%);
  left: 50%;
  bottom: -15px;
  background-color: #2d333f;
  text-align: center;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-8 .choix-ekypeo .btn-valeur span {
  transform: skew(20deg);
  padding: .5em 1em;
  color: #fff;
  text-transform: uppercase;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  display: inline-block;
}
.page-id-8 .choix-ekypeo .btn-valeur:hover,
.page-id-8 .choix-ekypeo .btn-valeur.active {
  background-color: #239ad7;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-8 .choix-ekypeo .title {
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.page-id-8 .choix-ekypeo .title h1 {
  font-size: 26px;
  background-color: #239ad7;
  text-transform: uppercase;
  display: inline-block;
  padding: 1em 2em;
  background-image: url(../img/trame.png);
  color: #fff;
  font-weight: 300;
}
.page-id-8 .choix-ekypeo ul {
  padding-left: 0;
  padding-top: 5em;
}
.page-id-8 .choix-ekypeo ul li {
  list-style-type: none;
  margin-bottom: 1.5em;
}
.page-id-8 .choix-ekypeo ul li .picto {
  background-color: #fff;
  padding: 0.3em;
  margin-right: 2em;
  position: relative;
}
.page-id-8 .choix-ekypeo ul li .picto::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 15px 0 0;
  border-color: #ffffff transparent transparent transparent;
  right: -15px;
  top: 0;
}
.page-id-8 .choix-ekypeo ul li .picto::after {
  content: "";
  position: absolute;
  display: block;
  right: -9px;
  height: 46px;
  background-color: #239ad7;
  width: 1px;
  top: 0;
  transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
}
.page-id-8 .choix-ekypeo ul li .picto img {
  height: 35px;
}
.page-id-8 .choix-ekypeo ul li .accroche {
  letter-spacing: 1px;
  font-size: 1rem;
}
.page-id-8 .choix-ekypeo ul li .accroche strong {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #239ad7;
}
.page-id-8 #marques {
  margin-bottom: 6em;
}
.page-id-8 #marques .title {
  margin-bottom: 2em;
}
.page-id-8 #marques .title h2 {
  text-transform: uppercase;
  font-size: 26px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 300;
  position: relative;
}
.page-id-8 #marques .title h2::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 80px;
  left: 50%;
  top: -120px;
  transform: translateX(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/marque-picto.png');
}
.page-id-8 #marques.container-fluid {
  padding-right: 8em;
  padding-left: 8em;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-id-8 #marques.container-fluid {
    padding-right: 5em;
    padding-left: 5em;
  }
}
.page-id-8 #marques .slider-container {
  position: relative;
}
.page-id-8 #marques .slider-container .owl-carousel {
  padding-left: 0;
  margin-bottom: 0;
}
.page-id-8 #marques .slider-container .owl-carousel .owl-stage .owl-item li {
  min-height: 130px;
  padding: 1em;
  align-items: center;
  list-style-type: none;
  display: flex;
}
.page-id-8 #marques .slider-container .owl-carousel .owl-stage .owl-item li img {
  width: 90%;
  margin: 0 auto;
}
.page-id-8 #marques .slider-container .owl-carousel .owl-nav {
  position: absolute;
  top: 28%;
  width: 100%;
}
.page-id-8 #marques .slider-container .owl-carousel .owl-nav .owl-prev {
  left: -45px;
  position: absolute;
  background-image: url('../img/arrow-prev.png');
  width: 25px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-8 #marques .slider-container .owl-carousel .owl-nav .owl-prev span {
  display: none;
}
.page-id-8 #marques .slider-container .owl-carousel .owl-nav .owl-prev:hover {
  background-image: url('../img/arrow-prev-hover.png');
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-8 #marques .slider-container .owl-carousel .owl-nav .owl-next {
  right: -45px;
  position: absolute;
  background-image: url('../img/arrow-next.png');
  width: 25px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-8 #marques .slider-container .owl-carousel .owl-nav .owl-next span {
  display: none;
}
.page-id-8 #marques .slider-container .owl-carousel .owl-nav .owl-next:hover {
  background-image: url('../img/arrow-next-hover.png');
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-11 #presentation .nav-presentation {
  margin-top: 3em;
  margin-bottom: 3em !important;
}
.page-id-11 #presentation .nav-presentation li {
  margin: 0 .5em;
  width: 220px;
  text-align: center;
}
.page-id-11 #presentation .nav-presentation li a {
  position: relative;
  background-color: #eaeaec;
  border-radius: 0;
  padding: .4em 0.8em;
  color: #2d333f;
  min-height: 37px;
  text-transform: uppercase;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-11 #presentation .nav-presentation li a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 37px 13px 0 0;
  border-color: #eaeaec transparent transparent transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-11 #presentation .nav-presentation li a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 37px 13px;
  border-color: transparent transparent #eaeaec transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-11 #presentation .nav-presentation li a:hover,
.page-id-11 #presentation .nav-presentation li a.active {
  background-color: #239ad7;
  color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-11 #presentation .nav-presentation li a:hover::before,
.page-id-11 #presentation .nav-presentation li a.active::before {
  border-color: #239ad7 transparent transparent transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-11 #presentation .nav-presentation li a:hover::after,
.page-id-11 #presentation .nav-presentation li a.active::after {
  border-color: transparent transparent #239ad7 transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-11 #presentation .tab-content {
  margin-bottom: 2em;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-id-11 #presentation .tab-content .photo img {
    width: 100%;
  }
}
.page-id-11 #presentation .tab-content::before {
  content: "";
  display: block;
  right: -350px;
  position: absolute;
  background-image: url('../img/man-presentation.png');
  width: 460px;
  height: 430px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -49px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-id-11 #presentation .tab-content::before {
    width: 300px;
    height: 280px;
  }
}
.page-id-11 #presentation .tab-content #pills-fondateur .infos-fondateur .texte-fondateur p {
  margin-bottom: 1em;
  font-size: 17px;
  font-weight: 300;
  text-align: justify;
  line-height: 1.5em;
}
.page-id-11 #presentation .tab-content #pills-fondateur .infos-fondateur .nom {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}
.page-id-11 #presentation .tab-content #pills-fondateur .infos-fondateur .fonction {
  color: #239ad7;
  font-weight: 400;
}
.page-id-11 #presentation .text-bottom {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 3em;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-id-11 #presentation .text-bottom {
    margin-left: 0;
  }
}
.page-id-11 #presentation .text-bottom h1 {
  color: #239ad7;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}
.page-id-11 #presentation .text-bottom h1::before,
.page-id-11 #presentation .text-bottom h1::after {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-id-11 #presentation .text-bottom h1::before {
  background-image: url('../img/quote.png');
  left: -55px;
  top: -10px;
}
.page-id-11 #presentation .text-bottom h1::after {
  background-image: url('../img/quote-2.png');
  right: -55px;
  bottom: -10px;
}
.page-id-11 #presentation .text-bottom h1 strong {
  font-size: 2rem;
  display: block;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .page-id-12 #wrapper-service-menu .container {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.page-id-12 #wrapper-service-menu .container .titre {
  margin: 2em 0;
}
.page-id-12 #wrapper-service-menu .container .titre h1 {
  text-transform: uppercase;
  color: #239ad7;
  font-size: 1.6rem;
}
.page-id-12 #wrapper-service-menu .container .titre span {
  background-color: #239ad7;
  background-image: url(../img/trame.png);
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  padding: .3em 1em;
  font-size: 1.6rem;
}
.page-id-12 #wrapper-service-menu .container .wrapper-menu {
  display: block;
}
.page-id-12 #wrapper-service-menu .container .menu-service ul {
  padding-left: 0;
}
.page-id-12 #wrapper-service-menu .container .menu-service ul li {
  margin-bottom: .7em;
  padding-left: 7px;
  padding-right: 7px;
  list-style-type: none;
}
.page-id-12 #wrapper-service-menu .container .menu-service ul li a {
  display: block;
  height: 252px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-id-12 #wrapper-service-menu .container .menu-service ul li a {
    height: 180px;
  }
}
.page-id-12 #wrapper-service-menu .container .menu-service ul li a::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  border: solid 2px transparent;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-12 #wrapper-service-menu .container .menu-service ul li a:hover::before,
.page-id-12 #wrapper-service-menu .container .menu-service ul li a.active::before {
  opacity: 1;
  border: solid 2px #239ad7;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-12 #wrapper-service-menu .container .menu-service ul li a .menu {
  background-image: url('../img/bg-titre-service-bleu.png');
  height: 40px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  align-content: flex-end;
  padding-left: .5em;
  position: relative;
  z-index: 15;
}
.page-id-12 #wrapper-service-menu .container .menu-service ul li a .menu .picto {
  margin-right: .3em;
}
.page-id-12 #wrapper-service-menu .container .menu-service ul li a .menu .titre {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.page-id-12 #wrapper-service-contenu .container-fluid {
  padding: 0;
}
.page-id-12 #wrapper-service-contenu .container-fluid .bloc-service {
  display: none;
  opacity: 0;
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
}
.page-id-12 #wrapper-service-contenu .container-fluid .bloc-service.active {
  opacity: 1;
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  width: 100%;
}
.page-id-12 #wrapper-service-contenu .container-fluid .bloc-service .photo {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.page-id-12 #wrapper-service-contenu .container-fluid .bloc-service .photo::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 750px 250px;
  border-color: transparent transparent #ffffff transparent;
  right: 0;
  top: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-id-12 #wrapper-service-contenu .container-fluid .bloc-service .photo::before {
    border-width: 0 0 900px 220px;
  }
}
.page-id-12 #wrapper-service-contenu .container-fluid .bloc-service .photo::after {
  content: "";
  position: absolute;
  display: block;
  right: 123px;
  height: 793px;
  background-color: #239ad7;
  width: 2px;
  top: -25px;
  transform: rotate(18.5deg);
  -moz-transform: rotate(18.5deg);
  -webkit-transform: rotate(18.5deg);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-id-12 #wrapper-service-contenu .container-fluid .bloc-service .photo::after {
    display: none;
  }
}
.page-id-12 #wrapper-service-contenu .container-fluid .bloc-service .info-client .titre-service .hexagon {
  position: absolute;
  left: -80px;
  top: 70px;
}
.page-id-12 #wrapper-service-contenu .container-fluid .bloc-service .info-client .titre-service .hexagon img {
  height: 43px;
  width: auto;
  z-index: 2;
  position: relative;
  margin: 0 auto;
  display: block;
}
.page-id-12 #wrapper-service-contenu .container-fluid .bloc-service .info-client .titre-service .titre {
  padding-top: 5.5em;
}
.page-id-12 #wrapper-service-contenu .container-fluid .bloc-service .info-client .titre-service .titre h3 {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 4px;
  margin-bottom: 0.5em;
}
.page-id-12 #wrapper-service-contenu .container-fluid .bloc-service .info-client .intro {
  font-size: 1rem;
  font-weight: 500;
  text-align: justify;
  margin: 1em 0 2em 0;
}
.page-id-12 #wrapper-service-contenu .container-fluid .bloc-service .info-client .titre-descriptionr {
  text-transform: uppercase;
  color: #239ad7;
  font-size: 1.1rem;
  font-weight: 400;
}
.page-id-12 #wrapper-service-contenu .container-fluid .bloc-service .info-client .description {
  margin-top: .5em;
}
.page-id-12 #wrapper-service-contenu .container-fluid .bloc-service .info-client .description p {
  font-size: 1rem;
  margin-bottom: 1em;
  line-height: 1.4rem;
  text-align: justify;
}
.page-id-12 #wrapper-service-contenu .container-fluid .bloc-service .info-client .avantage {
  margin-left: 6em;
  position: relative;
  margin-top: 3em;
}
.page-id-12 #wrapper-service-contenu .container-fluid .bloc-service .info-client .avantage::before {
  content: "";
  display: block;
  left: -225px;
  position: absolute;
  background-image: url('../img/avantages.png');
  width: 192px;
  height: 81px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 20px;
}
.page-id-12 #wrapper-service-contenu .container-fluid .bloc-service .info-client .avantage ul {
  background-color: #eaeaec;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  padding: 1.5em;
}
.page-id-12 #wrapper-service-contenu .container-fluid .bloc-service .info-client .avantage ul li {
  color: #2d333f;
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 2em;
  letter-spacing: 1px;
}
.page-id-12 #wrapper-service-contenu .container-fluid .bloc-service .info-client .avantage ul li::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  background-image: url('../img/check.png');
  width: 21px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
}
.page-id-12 #wrapper-service-contenu .container-fluid .bloc-service .galerie .btn-galerie {
  background-color: #2d333f;
  padding: 2em 1em 2em 1em;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-12 #wrapper-service-contenu .container-fluid .bloc-service .galerie .btn-galerie::before {
  content: "";
  display: block;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background-image: url('../img/galerie.png');
  width: 68px;
  height: 79px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -60px;
}
.page-id-12 #wrapper-service-contenu .container-fluid .bloc-service .galerie .btn-galerie:hover {
  background-color: #239ad7;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.tax-cat_produit #wrapper-filtre .titre,
.page-template-toute #wrapper-filtre .titre {
  margin: 2em 0;
}
.tax-cat_produit #wrapper-filtre .titre h1,
.page-template-toute #wrapper-filtre .titre h1 {
  text-transform: uppercase;
  color: #239ad7;
  font-size: 1.6rem;
}
.tax-cat_produit #wrapper-filtre .titre span,
.page-template-toute #wrapper-filtre .titre span {
  background-color: #239ad7;
  background-image: url(../img/trame.png);
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  padding: .3em 1em;
  font-size: 1.6rem;
}
.tax-cat_produit #wrapper-filtre .cat-produit,
.page-template-toute #wrapper-filtre .cat-produit {
  margin-bottom: 3em;
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .tax-cat_produit #wrapper-filtre .cat-produit .categorie,
  .page-template-toute #wrapper-filtre .cat-produit .categorie {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .tax-cat_produit #wrapper-filtre .cat-produit .categorie,
  .page-template-toute #wrapper-filtre .cat-produit .categorie {
    margin: 0;
  }
}
.tax-cat_produit #wrapper-filtre .cat-produit .categorie .hexagon,
.page-template-toute #wrapper-filtre .cat-produit .categorie .hexagon {
  position: relative;
  width: 55px;
  height: 31.75px;
  background-color: #ffffff;
  margin: 15.88px 0;
  border-left: solid 1px #2590c8;
  border-right: solid 1px #2590c8;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.tax-cat_produit #wrapper-filtre .cat-produit .categorie .hexagon::before,
.tax-cat_produit #wrapper-filtre .cat-produit .categorie .hexagon::after,
.page-template-toute #wrapper-filtre .cat-produit .categorie .hexagon::before,
.page-template-toute #wrapper-filtre .cat-produit .categorie .hexagon::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 38.89px;
  height: 38.89px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 7.0546px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.tax-cat_produit #wrapper-filtre .cat-produit .categorie .hexagon::before,
.page-template-toute #wrapper-filtre .cat-produit .categorie .hexagon::before {
  top: -19.4454px;
  border-top: solid 1.4142px #2590c8;
  border-right: solid 1.4142px #2590c8;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.tax-cat_produit #wrapper-filtre .cat-produit .categorie .hexagon::after,
.page-template-toute #wrapper-filtre .cat-produit .categorie .hexagon::after {
  bottom: -19.4454px;
  border-bottom: solid 1.4142px #2590c8;
  border-left: solid 1.4142px #2590c8;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.tax-cat_produit #wrapper-filtre .cat-produit .categorie .hexagon:hover,
.page-template-toute #wrapper-filtre .cat-produit .categorie .hexagon:hover {
  background-color: #239ad7;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.tax-cat_produit #wrapper-filtre .cat-produit .categorie .hexagon:hover::before,
.tax-cat_produit #wrapper-filtre .cat-produit .categorie .hexagon:hover::after,
.page-template-toute #wrapper-filtre .cat-produit .categorie .hexagon:hover::before,
.page-template-toute #wrapper-filtre .cat-produit .categorie .hexagon:hover::after {
  background-color: #239ad7;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.tax-cat_produit #wrapper-filtre .cat-produit .categorie .hexagon .picto,
.page-template-toute #wrapper-filtre .cat-produit .categorie .hexagon .picto {
  margin-top: 40px;
}
.tax-cat_produit #wrapper-filtre .cat-produit .categorie .hexagon .picto img,
.page-template-toute #wrapper-filtre .cat-produit .categorie .hexagon .picto img {
  height: 35px;
  margin: 0 auto;
  z-index: 15;
  display: block;
  position: relative;
}
.tax-cat_produit #wrapper-filtre .cat-produit .categorie .hexagon .lien-cat,
.page-template-toute #wrapper-filtre .cat-produit .categorie .hexagon .lien-cat {
  margin-top: 1em;
  display: block;
  text-align: center;
  color: #2d333f;
  text-transform: uppercase;
}
.tax-cat_produit #wrapper-filtre .cat-produit .categorie.active .hexagon,
.page-template-toute #wrapper-filtre .cat-produit .categorie.active .hexagon {
  background-color: #239ad7;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.tax-cat_produit #wrapper-filtre .cat-produit .categorie.active .hexagon::before,
.tax-cat_produit #wrapper-filtre .cat-produit .categorie.active .hexagon::after,
.page-template-toute #wrapper-filtre .cat-produit .categorie.active .hexagon::before,
.page-template-toute #wrapper-filtre .cat-produit .categorie.active .hexagon::after {
  background-color: #239ad7;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.tax-cat_produit #wrapper-filtre .titre-ss-cat,
.page-template-toute #wrapper-filtre .titre-ss-cat {
  margin: 2em 0 0 0;
}
.tax-cat_produit #wrapper-filtre .titre-ss-cat h2,
.page-template-toute #wrapper-filtre .titre-ss-cat h2 {
  color: #fff;
  background-color: #2d333f;
  padding: 1em;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
  display: inline-block;
}
.tax-cat_produit #wrapper-filtre .titre-ss-cat h2 strong,
.page-template-toute #wrapper-filtre .titre-ss-cat h2 strong {
  font-weight: 600;
}
.tax-cat_produit #wrapper-filtre .ctn-sous-cat,
.page-template-toute #wrapper-filtre .ctn-sous-cat {
  margin: 0em 0 1em 0;
  padding-top: 3em;
  border-top: solid 1px #2d333f;
}
.tax-cat_produit #wrapper-filtre .ctn-sous-cat .sous-categorie,
.page-template-toute #wrapper-filtre .ctn-sous-cat .sous-categorie {
  background-color: #eaeaec;
  margin-bottom: 1em;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.tax-cat_produit #wrapper-filtre .ctn-sous-cat .sous-categorie .titre-sous-cat,
.page-template-toute #wrapper-filtre .ctn-sous-cat .sous-categorie .titre-sous-cat {
  color: #2d333f;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  padding: .5em 1em;
  text-transform: uppercase;
}
.tax-cat_produit #wrapper-filtre .ctn-sous-cat .sous-categorie .titre-sous-cat i,
.page-template-toute #wrapper-filtre .ctn-sous-cat .sous-categorie .titre-sous-cat i {
  color: #239ad7;
  margin-right: .3em;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.tax-cat_produit #wrapper-filtre .ctn-sous-cat .sous-categorie:hover,
.tax-cat_produit #wrapper-filtre .ctn-sous-cat .sous-categorie.active,
.page-template-toute #wrapper-filtre .ctn-sous-cat .sous-categorie:hover,
.page-template-toute #wrapper-filtre .ctn-sous-cat .sous-categorie.active {
  background-color: #239ad7;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.tax-cat_produit #wrapper-filtre .ctn-sous-cat .sous-categorie:hover .titre-sous-cat,
.tax-cat_produit #wrapper-filtre .ctn-sous-cat .sous-categorie.active .titre-sous-cat,
.page-template-toute #wrapper-filtre .ctn-sous-cat .sous-categorie:hover .titre-sous-cat,
.page-template-toute #wrapper-filtre .ctn-sous-cat .sous-categorie.active .titre-sous-cat {
  color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.tax-cat_produit #wrapper-filtre .titre-marque,
.page-template-toute #wrapper-filtre .titre-marque {
  margin: 2em 0 0 0;
}
.tax-cat_produit #wrapper-filtre .titre-marque h2,
.page-template-toute #wrapper-filtre .titre-marque h2 {
  color: #fff;
  background-color: #2d333f;
  padding: 1em;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
  display: inline-block;
}
.tax-cat_produit #wrapper-filtre .titre-marque h2 strong,
.page-template-toute #wrapper-filtre .titre-marque h2 strong {
  font-weight: 600;
}
.tax-cat_produit #wrapper-filtre .marque,
.page-template-toute #wrapper-filtre .marque {
  margin-bottom: 2em;
  border-top: solid 1px #2d333f;
  padding-top: .5em;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .tax-cat_produit #wrapper-filtre .marque,
  .page-template-toute #wrapper-filtre .marque {
    flex-wrap: wrap;
  }
}
.tax-cat_produit #wrapper-filtre .marque a,
.page-template-toute #wrapper-filtre .marque a {
  margin: 0 1em;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.tax-cat_produit #wrapper-filtre .marque a .logo-marque,
.page-template-toute #wrapper-filtre .marque a .logo-marque {
  padding-bottom: .5em;
  border-bottom: solid 1px transparent;
}
.tax-cat_produit #wrapper-filtre .marque a .logo-marque img,
.page-template-toute #wrapper-filtre .marque a .logo-marque img {
  height: 65px;
  opacity: .7;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.tax-cat_produit #wrapper-filtre .marque a:hover .logo-marque,
.page-template-toute #wrapper-filtre .marque a:hover .logo-marque {
  border-bottom: solid 1px #239ad7;
  padding-bottom: .5em;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.tax-cat_produit #wrapper-filtre .marque a:hover .logo-marque img,
.page-template-toute #wrapper-filtre .marque a:hover .logo-marque img {
  opacity: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.tax-cat_produit #wrapper-filtre .marque a.mixitup-control-active .logo-marque,
.page-template-toute #wrapper-filtre .marque a.mixitup-control-active .logo-marque {
  border-bottom: solid 1px #239ad7;
  padding-bottom: .5em;
}
.tax-cat_produit #wrapper-filtre .marque a.mixitup-control-active .logo-marque img,
.page-template-toute #wrapper-filtre .marque a.mixitup-control-active .logo-marque img {
  opacity: 1;
}
.tax-cat_produit .mix-container .mix a,
.page-template-toute .mix-container .mix a {
  display: block;
  overflow: hidden;
}
.tax-cat_produit .mix-container .mix a figure,
.page-template-toute .mix-container .mix a figure {
  height: 340px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .tax-cat_produit .mix-container .mix a figure,
  .page-template-toute .mix-container .mix a figure {
    height: 200px;
  }
}
.tax-cat_produit .mix-container .mix a figure .hover-img,
.page-template-toute .mix-container .mix a figure .hover-img {
  background-color: #2d333f;
  opacity: 0;
  top: 100%;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  z-index: 15;
}
.tax-cat_produit .mix-container .mix a figure .hover-img .ctn-hover,
.page-template-toute .mix-container .mix a figure .hover-img .ctn-hover {
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  width: 100%;
}
.tax-cat_produit .mix-container .mix a figure .hover-img .ctn-hover .more,
.page-template-toute .mix-container .mix a figure .hover-img .ctn-hover .more {
  color: #fff;
  font-size: 1rem;
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
  border: solid 1px #239ad7;
  display: inline-block;
  padding: 1em;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.tax-cat_produit .mix-container .mix a figure .hover-img .ctn-hover .more:hover,
.page-template-toute .mix-container .mix a figure .hover-img .ctn-hover .more:hover {
  background-color: #239ad7;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.tax-cat_produit .mix-container .mix a figure .hover-img .ctn-hover .type,
.page-template-toute .mix-container .mix a figure .hover-img .ctn-hover .type {
  color: #fff;
  font-size: 1rem;
  font-weight: 200;
  text-align: center;
  margin-bottom: .5em;
}
.tax-cat_produit .mix-container .mix a:hover .hover-img,
.page-template-toute .mix-container .mix a:hover .hover-img {
  top: 0;
  opacity: .7;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.blog #wrapper-actualites .container-fluid {
  padding-left: 0;
}
.blog #wrapper-actualites .container-fluid .titre {
  margin: 2em 0;
}
.blog #wrapper-actualites .container-fluid .titre h1 {
  text-transform: uppercase;
  color: #239ad7;
  font-size: 1.6rem;
}
.blog #wrapper-actualites .container-fluid .titre span {
  background-color: #239ad7;
  background-image: url(../img/trame.png);
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  padding: .3em 1em;
  font-size: 1.6rem;
}
.blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite {
  background-color: #eaeaec;
  margin-bottom: 1em;
}
.blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualites-thumbnail {
  position: relative;
  overflow: hidden;
}
.blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualites-thumbnail::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 560px 200px;
  border-color: transparent transparent #eaeaec transparent;
  right: 0;
  top: 0;
}
.blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualites-thumbnail img {
  max-width: 100%;
  height: auto;
}
.blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualites-thumbnail .picto-actu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
.blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualites-thumbnail .picto-actu img {
  max-width: 80%;
  height: auto;
}
.blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualite-infos {
  padding-right: 10em;
  padding-left: 2em;
  padding-top: 5em;
  padding-bottom: 5em;
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualite-infos {
    padding-right: 1em;
    padding-left: 1em;
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualite-infos .actualites-ctn .actualites-title h2 {
  font-family: 'Lato', sans-serif;
  font-size: 32px;
  font-weight: 700;
}
.blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualite-infos .actualites-ctn .date {
  color: #239ad7;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: capitalize;
}
.blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualite-infos .actualites-ctn .actualites-content {
  margin-top: 1.5em;
  margin-bottom: 2.5em;
}
.blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualite-infos .actualites-ctn .actualites-content p {
  font-size: 1rem;
  text-align: justify;
  margin-bottom: 1em;
}
.blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualite-infos .actualites-ctn .btn-more {
  position: relative;
  background-color: #239ad7;
  transform: skew(-20deg);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  display: inline-block;
  text-align: center;
  max-width: 60%;
  padding: .2em 1em;
}
.blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualite-infos .actualites-ctn .btn-more span {
  line-height: 32px;
  color: #fff;
  font-size: 13px;
  transform: skew(20deg);
  text-transform: uppercase;
  display: inline-block;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualite-infos .actualites-ctn .btn-more:hover {
  background-color: #eaeaec;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualite-infos .actualites-ctn .btn-more:hover span {
  color: #2d333f;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-16 #wrapper-configurateur .titre,
.page-id-602 #wrapper-configurateur .titre {
  margin: 2em 0;
}
.page-id-16 #wrapper-configurateur .titre h1,
.page-id-602 #wrapper-configurateur .titre h1 {
  text-transform: uppercase;
  color: #239ad7;
  font-size: 1.6rem;
}
.page-id-16 #wrapper-configurateur .titre span,
.page-id-602 #wrapper-configurateur .titre span {
  background-color: #239ad7;
  background-image: url(../img/trame.png);
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  padding: .3em 1em;
  font-size: 1.6rem;
}
.page-id-16 #wrapper-configurateur .configurateur-form,
.page-id-602 #wrapper-configurateur .configurateur-form {
  background-color: #f5f5f5;
  padding: 2em 0;
}
.page-id-16 #wrapper-configurateur .contact-form,
.page-id-602 #wrapper-configurateur .contact-form {
  margin-bottom: 3em;
  position: relative;
}
.page-id-16 #wrapper-configurateur .contact-form::before,
.page-id-602 #wrapper-configurateur .contact-form::before {
  content: "";
  display: block;
  right: 50px;
  position: absolute;
  background-image: url('../img/contact-man.png');
  width: 188px;
  height: 366px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -48px;
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .page-id-16 #wrapper-configurateur .contact-form::before,
  .page-id-602 #wrapper-configurateur .contact-form::before {
    display: none;
  }
}
.page-id-16 #wrapper-configurateur .configurateur-form .hexagon,
.page-id-16 #wrapper-configurateur .contact-form .hexagon,
.page-id-602 #wrapper-configurateur .configurateur-form .hexagon,
.page-id-602 #wrapper-configurateur .contact-form .hexagon {
  position: relative;
  width: 40px;
  height: 23.09px;
  background-color: #ffffff;
  margin: 11.55px 0;
  border-left: solid 1px #2590c8;
  border-right: solid 1px #2590c8;
  margin: 1em auto 2em auto;
}
.page-id-16 #wrapper-configurateur .configurateur-form .hexagon::before,
.page-id-16 #wrapper-configurateur .configurateur-form .hexagon::after,
.page-id-16 #wrapper-configurateur .contact-form .hexagon::before,
.page-id-16 #wrapper-configurateur .contact-form .hexagon::after,
.page-id-602 #wrapper-configurateur .configurateur-form .hexagon::before,
.page-id-602 #wrapper-configurateur .configurateur-form .hexagon::after,
.page-id-602 #wrapper-configurateur .contact-form .hexagon::before,
.page-id-602 #wrapper-configurateur .contact-form .hexagon::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 28.28px;
  height: 28.28px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 4.8579px;
}
.page-id-16 #wrapper-configurateur .configurateur-form .hexagon::before,
.page-id-16 #wrapper-configurateur .contact-form .hexagon::before,
.page-id-602 #wrapper-configurateur .configurateur-form .hexagon::before,
.page-id-602 #wrapper-configurateur .contact-form .hexagon::before {
  top: -14.1421px;
  border-top: solid 1.4142px #2590c8;
  border-right: solid 1.4142px #2590c8;
}
.page-id-16 #wrapper-configurateur .configurateur-form .hexagon::after,
.page-id-16 #wrapper-configurateur .contact-form .hexagon::after,
.page-id-602 #wrapper-configurateur .configurateur-form .hexagon::after,
.page-id-602 #wrapper-configurateur .contact-form .hexagon::after {
  bottom: -14.1421px;
  border-bottom: solid 1.4142px #2590c8;
  border-left: solid 1.4142px #2590c8;
}
.page-id-16 #wrapper-configurateur .configurateur-form .hexagon .lien-cat,
.page-id-16 #wrapper-configurateur .contact-form .hexagon .lien-cat,
.page-id-602 #wrapper-configurateur .configurateur-form .hexagon .lien-cat,
.page-id-602 #wrapper-configurateur .contact-form .hexagon .lien-cat {
  top: 2em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  text-transform: uppercase;
}
.page-id-16 #wrapper-configurateur .configurateur-form .hexagon .picto,
.page-id-16 #wrapper-configurateur .contact-form .hexagon .picto,
.page-id-602 #wrapper-configurateur .configurateur-form .hexagon .picto,
.page-id-602 #wrapper-configurateur .contact-form .hexagon .picto {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 15;
}
.page-id-16 #wrapper-configurateur .configurateur-form .hexagon .picto.picto-proteger,
.page-id-16 #wrapper-configurateur .contact-form .hexagon .picto.picto-proteger,
.page-id-602 #wrapper-configurateur .configurateur-form .hexagon .picto.picto-proteger,
.page-id-602 #wrapper-configurateur .contact-form .hexagon .picto.picto-proteger {
  background-image: url('../img/picto-proteger.png');
}
.page-id-16 #wrapper-configurateur .configurateur-form .hexagon .picto.picto-amenager,
.page-id-16 #wrapper-configurateur .contact-form .hexagon .picto.picto-amenager,
.page-id-602 #wrapper-configurateur .configurateur-form .hexagon .picto.picto-amenager,
.page-id-602 #wrapper-configurateur .contact-form .hexagon .picto.picto-amenager {
  background-image: url('../img/picto-amenager.png');
}
.page-id-16 #wrapper-configurateur .configurateur-form .hexagon .picto.picto-securiser,
.page-id-16 #wrapper-configurateur .contact-form .hexagon .picto.picto-securiser,
.page-id-602 #wrapper-configurateur .configurateur-form .hexagon .picto.picto-securiser,
.page-id-602 #wrapper-configurateur .contact-form .hexagon .picto.picto-securiser {
  background-image: url('../img/picto-securiser.png');
}
.page-id-16 #wrapper-configurateur .configurateur-form .hexagon .picto.picto-transporter,
.page-id-16 #wrapper-configurateur .contact-form .hexagon .picto.picto-transporter,
.page-id-602 #wrapper-configurateur .configurateur-form .hexagon .picto.picto-transporter,
.page-id-602 #wrapper-configurateur .contact-form .hexagon .picto.picto-transporter {
  background-image: url('../img/picto-transporter.png');
}
.page-id-16 #wrapper-configurateur .configurateur-form .hexagon .picto.picto-charger,
.page-id-16 #wrapper-configurateur .contact-form .hexagon .picto.picto-charger,
.page-id-602 #wrapper-configurateur .configurateur-form .hexagon .picto.picto-charger,
.page-id-602 #wrapper-configurateur .contact-form .hexagon .picto.picto-charger {
  background-image: url('../img/picto-charger.png');
}
.page-id-16 #wrapper-configurateur .configurateur-form .hexagon .picto.picto-signaler,
.page-id-16 #wrapper-configurateur .contact-form .hexagon .picto.picto-signaler,
.page-id-602 #wrapper-configurateur .configurateur-form .hexagon .picto.picto-signaler,
.page-id-602 #wrapper-configurateur .contact-form .hexagon .picto.picto-signaler {
  background-image: url('../img/picto-signaler.png');
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont {
  position: relative;
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont input,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont textarea,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont input,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont textarea,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont input,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont textarea,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont input,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont textarea,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont input,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont textarea,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont input,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont textarea,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont input,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont textarea,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont input,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont textarea {
  padding: .5rem;
  outline: none;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  font-weight: 300;
  font-size: 16px;
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont #nf-field-83-container,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont #nf-field-83-container,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont #nf-field-83-container,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont #nf-field-83-container,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont #nf-field-83-container,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont #nf-field-83-container,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont #nf-field-83-container,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont #nf-field-83-container {
  display: none;
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont h1,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont h1,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont h1,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont h1,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont h1,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont h1,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont h1,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont h1 {
  text-transform: uppercase;
  color: #2d333f;
  font-size: 20px;
  margin-bottom: 0;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: .5em;
  padding-bottom: .5em;
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont h1::before,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont h1::before,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont h1::before,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont h1::before,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont h1::before,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont h1::before,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont h1::before,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont h1::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #239ad7;
  left: 0;
  bottom: 0;
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont h2,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont h2,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont h2,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont h2,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont h2,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont h2,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont h2,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont h2 {
  text-transform: uppercase;
  color: #239ad7;
  font-size: 16px;
  margin-bottom: 0;
  letter-spacing: 2px;
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont select,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont select,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont select,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont select,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont select,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont select,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont select,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont select {
  padding: .65rem;
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont textarea,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont textarea,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont textarea,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont textarea,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont textarea,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont textarea,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont textarea,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont textarea {
  height: 200px;
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont ul li,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont ul li,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont ul li,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont ul li,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont ul li,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont ul li,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont ul li,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont ul li {
  display: inline-block;
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont .submit-wrap,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont .submit-wrap,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont .submit-wrap,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont .submit-wrap,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont .submit-wrap,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont .submit-wrap,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont .submit-wrap,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont .submit-wrap {
  text-align: left;
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont .submit-wrap input,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont .submit-wrap input,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont .submit-wrap input,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont .submit-wrap input,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont .submit-wrap input,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont .submit-wrap input,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont .submit-wrap input,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont .submit-wrap input {
  color: #fff;
  background-color: #239ad7;
  border: none;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0.5rem 0.7rem;
  cursor: pointer;
  letter-spacing: 2px;
  width: 180px;
  margin-left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 576px) {
  .page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont .submit-wrap input,
  .page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont .submit-wrap input,
  .page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont .submit-wrap input,
  .page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont .submit-wrap input,
  .page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont .submit-wrap input,
  .page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont .submit-wrap input,
  .page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont .submit-wrap input,
  .page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont .submit-wrap input {
    width: 100%;
  }
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont .submit-wrap input:hover,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont .submit-wrap input:hover,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont .submit-wrap input:hover,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont .submit-wrap input:hover,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont .submit-wrap input:hover,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont .submit-wrap input:hover,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont .submit-wrap input:hover,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont .submit-wrap input:hover {
  background-color: #2d333f;
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont #nf-field-128-wrap .nf-field-element input[type=checkbox],
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont #nf-field-129-wrap .nf-field-element input[type=checkbox],
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont #nf-field-128-wrap .nf-field-element input[type=checkbox],
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont #nf-field-129-wrap .nf-field-element input[type=checkbox],
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont #nf-field-128-wrap .nf-field-element input[type=checkbox],
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont #nf-field-129-wrap .nf-field-element input[type=checkbox],
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont #nf-field-128-wrap .nf-field-element input[type=checkbox],
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont #nf-field-129-wrap .nf-field-element input[type=checkbox],
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont #nf-field-128-wrap .nf-field-element input[type=checkbox],
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont #nf-field-129-wrap .nf-field-element input[type=checkbox],
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont #nf-field-128-wrap .nf-field-element input[type=checkbox],
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont #nf-field-129-wrap .nf-field-element input[type=checkbox],
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont #nf-field-128-wrap .nf-field-element input[type=checkbox],
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont #nf-field-129-wrap .nf-field-element input[type=checkbox],
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont #nf-field-128-wrap .nf-field-element input[type=checkbox],
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont #nf-field-129-wrap .nf-field-element input[type=checkbox] {
  position: relative;
  display: block;
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont #nf-field-128-wrap .nf-field-element input[type=checkbox]::before,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont #nf-field-129-wrap .nf-field-element input[type=checkbox]::before,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont #nf-field-128-wrap .nf-field-element input[type=checkbox]::before,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont #nf-field-129-wrap .nf-field-element input[type=checkbox]::before,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont #nf-field-128-wrap .nf-field-element input[type=checkbox]::before,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont #nf-field-129-wrap .nf-field-element input[type=checkbox]::before,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont #nf-field-128-wrap .nf-field-element input[type=checkbox]::before,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont #nf-field-129-wrap .nf-field-element input[type=checkbox]::before,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont #nf-field-128-wrap .nf-field-element input[type=checkbox]::before,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont #nf-field-129-wrap .nf-field-element input[type=checkbox]::before,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont #nf-field-128-wrap .nf-field-element input[type=checkbox]::before,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont #nf-field-129-wrap .nf-field-element input[type=checkbox]::before,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont #nf-field-128-wrap .nf-field-element input[type=checkbox]::before,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont #nf-field-129-wrap .nf-field-element input[type=checkbox]::before,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont #nf-field-128-wrap .nf-field-element input[type=checkbox]::before,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont #nf-field-129-wrap .nf-field-element input[type=checkbox]::before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: solid 1px #eaeaec;
  top: 0;
  left: 0;
  border-radius: 0;
  cursor: pointer;
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont #nf-field-128-wrap .nf-field-element input[type=checkbox].nf-checked::before,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont #nf-field-129-wrap .nf-field-element input[type=checkbox].nf-checked::before,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont #nf-field-128-wrap .nf-field-element input[type=checkbox].nf-checked::before,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont #nf-field-129-wrap .nf-field-element input[type=checkbox].nf-checked::before,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont #nf-field-128-wrap .nf-field-element input[type=checkbox].nf-checked::before,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont #nf-field-129-wrap .nf-field-element input[type=checkbox].nf-checked::before,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont #nf-field-128-wrap .nf-field-element input[type=checkbox].nf-checked::before,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont #nf-field-129-wrap .nf-field-element input[type=checkbox].nf-checked::before,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont #nf-field-128-wrap .nf-field-element input[type=checkbox].nf-checked::before,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont #nf-field-129-wrap .nf-field-element input[type=checkbox].nf-checked::before,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont #nf-field-128-wrap .nf-field-element input[type=checkbox].nf-checked::before,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont #nf-field-129-wrap .nf-field-element input[type=checkbox].nf-checked::before,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont #nf-field-128-wrap .nf-field-element input[type=checkbox].nf-checked::before,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont #nf-field-129-wrap .nf-field-element input[type=checkbox].nf-checked::before,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont #nf-field-128-wrap .nf-field-element input[type=checkbox].nf-checked::before,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont #nf-field-129-wrap .nf-field-element input[type=checkbox].nf-checked::before {
  background-color: #239ad7;
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont .field-wrap >div input[type=checkbox],
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont .field-wrap >div input[type=checkbox],
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont .field-wrap >div input[type=checkbox],
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont .field-wrap >div input[type=checkbox],
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont .field-wrap >div input[type=checkbox],
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont .field-wrap >div input[type=checkbox],
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont .field-wrap >div input[type=checkbox],
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont .field-wrap >div input[type=checkbox] {
  position: relative;
  display: none;
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont .field-wrap >div input[type=checkbox]::before,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont .field-wrap >div input[type=checkbox]::before,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont .field-wrap >div input[type=checkbox]::before,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont .field-wrap >div input[type=checkbox]::before,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont .field-wrap >div input[type=checkbox]::before,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont .field-wrap >div input[type=checkbox]::before,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont .field-wrap >div input[type=checkbox]::before,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont .field-wrap >div input[type=checkbox]::before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: solid 1px #eaeaec;
  top: 0;
  left: 0;
  border-radius: 0;
  cursor: pointer;
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont .field-wrap >div input[type=checkbox].nf-checked::before,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont .field-wrap >div input[type=checkbox].nf-checked::before,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont .field-wrap >div input[type=checkbox].nf-checked::before,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont .field-wrap >div input[type=checkbox].nf-checked::before,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont .field-wrap >div input[type=checkbox].nf-checked::before,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont .field-wrap >div input[type=checkbox].nf-checked::before,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont .field-wrap >div input[type=checkbox].nf-checked::before,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont .field-wrap >div input[type=checkbox].nf-checked::before {
  background-color: #239ad7;
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul,
  .page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul,
  .page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul,
  .page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul,
  .page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul,
  .page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul,
  .page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul,
  .page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul {
    display: flex;
    justify-content: center;
  }
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label {
  position: relative !important;
  width: 200px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background-color: #2d333f;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label::before,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label::before,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label::before,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label::before,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label::before,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label::before,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label::before,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label::before {
  content: "";
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 200px;
  height: 120px;
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label::after,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label::after,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label::after,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label::after,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label::after,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label::after,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label::after,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 120px;
  top: 0;
  left: 50%;
  background-color: #2d333f;
  opacity: .2;
  transform: translateX(-50%);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label.nf-checked-label,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label:hover,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label.nf-checked-label,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label:hover,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label.nf-checked-label,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label:hover,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label.nf-checked-label,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label:hover,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label.nf-checked-label,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label:hover,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label.nf-checked-label,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label:hover,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label.nf-checked-label,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label:hover,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label.nf-checked-label,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label:hover {
  color: #239ad7;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label.nf-checked-label::after,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label:hover::after,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label.nf-checked-label::after,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label:hover::after,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label.nf-checked-label::after,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label:hover::after,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label.nf-checked-label::after,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label:hover::after,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label.nf-checked-label::after,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label:hover::after,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label.nf-checked-label::after,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label:hover::after,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label.nf-checked-label::after,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont .list-checkbox-wrap .nf-field-element ul li label:hover::after,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label.nf-checked-label::after,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont .list-checkbox-wrap .nf-field-element ul li label:hover::after {
  background-color: transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont .nf-form-fields-required,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont .nf-form-fields-required,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont .nf-form-fields-required,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont .nf-form-fields-required,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont .nf-form-fields-required,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont .nf-form-fields-required,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont .nf-form-fields-required,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont .nf-form-fields-required {
  display: block;
  color: #767676;
  font-size: 14px;
}
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-4-cont .nf-error-msg,
.page-id-16 #wrapper-configurateur .configurateur-form #nf-form-3-cont .nf-error-msg,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-4-cont .nf-error-msg,
.page-id-16 #wrapper-configurateur .contact-form #nf-form-3-cont .nf-error-msg,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-4-cont .nf-error-msg,
.page-id-602 #wrapper-configurateur .configurateur-form #nf-form-3-cont .nf-error-msg,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-4-cont .nf-error-msg,
.page-id-602 #wrapper-configurateur .contact-form #nf-form-3-cont .nf-error-msg {
  font-weight: 300;
  font-size: 16px;
}
.page-id-14 .titre {
  margin: 2em 0;
}
.page-id-14 .titre h1 {
  text-transform: uppercase;
  color: #239ad7;
  font-size: 1.6rem;
}
.page-id-14 .titre span {
  background-color: #239ad7;
  background-image: url(../img/trame.png);
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  padding: .3em 1em;
  font-size: 1.6rem;
}
.page-id-14 #wrapper-centre-search-map {
  margin-bottom: 30px;
}
.page-id-14 #wrapper-centre-search-map .champs-recherche input {
  padding: 10px;
  width: 100%;
  outline: none;
  border: 1px solid #eaeaec;
}
.page-id-14 #wrapper-centre-search-map .introduction-champs-recherche {
  padding-left: 2.7em;
}
.page-id-14 #wrapper-centre-search-map .search-map {
  margin-top: 2em;
}
.page-id-14 #wrapper-centre-search-map .search-map .search-centre .aucun-centre {
  display: none;
  margin-bottom: 10px;
}
.page-id-14 #wrapper-centre-search-map .search-map .search-centre .aucun-centre.active {
  display: block;
}
.page-id-14 #wrapper-centre-search-map .search-map .search-centre .voir-tous-les-centres {
  position: relative;
  background-color: #239ad7;
  border-radius: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 32px;
  cursor: pointer;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  display: none;
}
.page-id-14 #wrapper-centre-search-map .search-map .search-centre .voir-tous-les-centres::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 13px 0 0;
  border-color: #239ad7 transparent transparent transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-14 #wrapper-centre-search-map .search-map .search-centre .voir-tous-les-centres::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 32px 13px;
  border-color: transparent transparent #239ad7 transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-14 #wrapper-centre-search-map .search-map .search-centre .voir-tous-les-centres:hover {
  background-color: #000;
}
.page-id-14 #wrapper-centre-search-map .search-map .search-centre .voir-tous-les-centres:hover::before {
  border-color: #000 transparent transparent transparent;
}
.page-id-14 #wrapper-centre-search-map .search-map .search-centre .voir-tous-les-centres:hover::after {
  border-color: transparent transparent #000 transparent;
}
.page-id-14 #wrapper-centre-search-map .search-map .search-centre .centre-infos {
  margin-bottom: 1em;
  border-bottom: solid 1px #eaeaec;
  padding-bottom: 0.5em;
  display: flex;
}
.page-id-14 #wrapper-centre-search-map .search-map .search-centre .centre-infos .infos {
  position: relative;
}
.page-id-14 #wrapper-centre-search-map .search-map .search-centre .centre-infos .infos .Nom-centre {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: .5em;
}
.page-id-14 #wrapper-centre-search-map .search-map .search-centre .centre-infos .infos .cp-ville-centre .ville {
  margin-left: .3em;
}
.page-id-14 #wrapper-centre-search-map .search-map .search-centre .centre-infos .infos .tel-centre {
  color: #239ad7;
  font-size: 1rem;
  font-weight: 500;
  margin-top: .5em;
}
.page-id-14 #wrapper-centre-search-map .search-map .search-centre .centre-infos .infos .latitude,
.page-id-14 #wrapper-centre-search-map .search-map .search-centre .centre-infos .infos .longitude {
  display: none;
}
.page-id-14 #wrapper-centre-search-map .search-map .search-centre .centre-infos .infos .mail-centre {
  margin-bottom: 1em;
}
.page-id-14 #wrapper-centre-search-map .search-map .search-centre .centre-infos .infos .lien-centre {
  position: relative;
  background-color: #239ad7;
  transform: skew(-20deg);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  display: inline-block;
  text-align: center;
  max-width: 60%;
  padding: .2em 1em;
}
.page-id-14 #wrapper-centre-search-map .search-map .search-centre .centre-infos .infos .lien-centre span {
  line-height: 32px;
  color: #fff;
  font-size: 12px;
  transform: skew(20deg);
  text-transform: uppercase;
  display: inline-block;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-14 #wrapper-centre-search-map .search-map .search-centre .centre-infos .infos .lien-centre:hover {
  background-color: #eaeaec;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-14 #wrapper-centre-search-map .search-map .search-centre .centre-infos .infos .lien-centre:hover span {
  color: #2d333f;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-14 #wrapper-centre-search-map .search-map .search-centre .centre-infos #photo-centre {
  width: 100%;
  height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-id-14 #wrapper-centre-search-map .search-map #carte-france {
  position: relative;
  margin: auto;
  overflow: hidden;
}
.page-id-14 #wrapper-centre-search-map .search-map #carte-france .point-marque {
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #239ad7;
  cursor: pointer;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-14 #wrapper-centre-search-map .search-map #carte-france .point-marque:hover {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -webkit-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -moz-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -o-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
}
.single-nos_centres #bandeau-centre {
  background-color: #2d333f;
  height: 350px;
  overflow: hidden;
}
.single-nos_centres #bandeau-centre #infos-centre-top {
  position: relative;
}
.single-nos_centres #bandeau-centre #infos-centre-top::before {
  content: "";
  right: -150px;
  z-index: 15;
  top: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 350px 150px 0 0;
  border-color: #2d333f transparent transparent transparent;
  line-height: 0px;
}
.single-nos_centres #bandeau-centre #infos-centre-top::after {
  content: "";
  right: -61px;
  z-index: 15;
  top: -20px;
  position: absolute;
  width: 2px;
  height: 130%;
  background-color: #239ad7;
  transform: rotate(23deg);
}
.single-nos_centres #bandeau-centre #infos-centre-top .nom-centre {
  margin-bottom: 0.5em;
}
.single-nos_centres #bandeau-centre #infos-centre-top .nom-centre h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
}
.single-nos_centres #bandeau-centre #infos-centre-top .cp-ville-centre {
  color: #fff;
  font-size: 24px;
}
.single-nos_centres #bandeau-centre #photo-centre {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.single-nos_centres #configurateur {
  margin-top: 1em;
  margin-bottom: 6em;
}
.single-nos_centres #configurateur .ctn-config {
  position: relative;
}
.single-nos_centres #configurateur .ctn-config .titre {
  z-index: 10;
}
.single-nos_centres #configurateur .ctn-config .titre h2 {
  font-size: 20px;
  background-color: #239ad7;
  text-transform: uppercase;
  display: inline-block;
  padding: 1em 2em 2em 2em;
  color: #fff;
  font-weight: 300;
  width: 100%;
}
.single-nos_centres #configurateur .ctn-config .titre h2 strong {
  font-weight: 700;
}
.single-nos_centres #configurateur .ctn-config .btn-config {
  width: auto;
  height: 40px;
  transform: skew(-20deg) translateX(-50%);
  left: 50%;
  bottom: -50px;
  position: absolute;
  margin-bottom: 40px;
  background-color: #2d333f;
  text-align: center;
  padding: .3rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  z-index: 50;
}
.single-nos_centres #configurateur .ctn-config .btn-config span {
  transform: skew(20deg);
  padding: .2em 1em;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.single-nos_centres #configurateur .ctn-config .btn-config:hover {
  background-color: #239ad7;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.single-nos_centres #bandeau-presentation-boss {
  margin: 4em 0;
}
.single-nos_centres #bandeau-presentation-boss #photo-dirigeant {
  overflow: hidden;
  position: relative;
  padding: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.single-nos_centres #bandeau-presentation-boss #photo-dirigeant figure {
  position: relative;
}
.single-nos_centres #bandeau-presentation-boss #photo-dirigeant figure img {
  min-height: 425px;
  max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-nos_centres #bandeau-presentation-boss #photo-dirigeant figure img {
    min-height: 350px;
  }
}
.single-nos_centres #bandeau-presentation-boss #photo-dirigeant figure span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.single-nos_centres #bandeau-presentation-boss #photo-dirigeant:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.single-nos_centres #bandeau-presentation-boss #photo-dirigeant:hover figure span {
  opacity: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.single-nos_centres #bandeau-presentation-boss #infos-dirigeant {
  padding-left: 6em;
  padding-right: 4em;
}
.single-nos_centres #bandeau-presentation-boss #infos-dirigeant .nom h3 {
  color: #000;
  font-size: 20px;
  text-transform: capitalize;
}
.single-nos_centres #bandeau-presentation-boss #infos-dirigeant .fonction h4 {
  color: #239ad7;
  font-size: 1rem;
  padding-bottom: .5em;
}
.single-nos_centres #bandeau-presentation-boss #infos-dirigeant .accroche {
  text-align: center;
  margin-top: 1.5em;
}
.single-nos_centres #bandeau-presentation-boss #infos-dirigeant .accroche span {
  color: #239ad7;
  font-size: 1.7rem;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  display: block;
  padding: 0 60px;
}
.single-nos_centres #bandeau-presentation-boss #infos-dirigeant .accroche span::before,
.single-nos_centres #bandeau-presentation-boss #infos-dirigeant .accroche span::after {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.single-nos_centres #bandeau-presentation-boss #infos-dirigeant .accroche span::before {
  background-image: url('../img/quote.png');
  left: 0px;
  top: 0;
}
.single-nos_centres #bandeau-presentation-boss #infos-dirigeant .accroche span::after {
  background-image: url('../img/quote-2.png');
  right: 0px;
  bottom: 0;
}
.single-nos_centres #bandeau-presentation-boss #infos-dirigeant .texte p {
  text-align: justify;
  font-size: 1rem;
  margin-bottom: 1em;
  line-height: 1.8em;
}
.single-nos_centres #legende-carte .bloc-centre {
  padding: 3em 0;
}
.single-nos_centres #legende-carte .bloc-centre:nth-child(odd) {
  background-color: #eaeaec;
  position: relative;
}
.single-nos_centres #legende-carte .bloc-centre:nth-child(odd)::before,
.single-nos_centres #legende-carte .bloc-centre:nth-child(odd)::after {
  background-color: #eaeaec;
  content: "";
  display: block;
  width: 500px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.single-nos_centres #legende-carte .bloc-centre:nth-child(odd)::before {
  left: -500px;
}
.single-nos_centres #legende-carte .bloc-centre:nth-child(odd)::after {
  right: -500px;
}
.single-nos_centres #legende-carte .bloc-centre .info-centre .infos-client .nom-centre {
  font-weight: 600;
  font-size: 1.2rem;
}
.single-nos_centres #legende-carte .bloc-centre .info-centre .infos-client .dirigeant {
  color: #239ad7;
  margin-bottom: .5em;
}
.single-nos_centres #legende-carte .bloc-centre .info-centre .infos-client .cp-ville-centre .ville {
  margin-left: .3em;
}
.single-nos_centres #legende-carte .bloc-centre .info-centre .infos-client .tel-centre {
  color: #000;
  font-size: 1.1rem;
  font-weight: 600;
}
.single-nos_centres #legende-carte .bloc-centre .info-centre .infos-client .mail-centre {
  color: #239ad7;
}
.single-nos_centres #legende-carte .bloc-centre .info-centre .horaires {
  margin-bottom: .5em;
}
.single-nos_centres #legende-carte .bloc-centre .info-centre .horaires .titre {
  margin-bottom: 0;
  margin-top: 1em;
}
.single-nos_centres #legende-carte .bloc-centre .info-centre .horaires .titre h3 {
  color: #239ad7;
  font-size: 1.1rem;
  margin-bottom: 0;
}
.single-nos_centres #legende-carte .bloc-centre .info-centre .horaires ul {
  padding-left: 0;
}
.single-nos_centres #legende-carte .bloc-centre .info-centre .horaires ul li {
  font-size: 1rem;
}
.single-nos_centres #legende-carte .bloc-centre .info-centre .horaires ul li .day {
  font-weight: 500;
}
.single-nos_centres #legende-carte .bloc-centre .info-centre .lien-centre {
  position: relative;
  background-color: #000;
  border-radius: 0;
  padding: .4em 1em;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.single-nos_centres #legende-carte .bloc-centre .info-centre .lien-centre::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 13px 0 0;
  border-color: #000 transparent transparent transparent;
}
.single-nos_centres #legende-carte .bloc-centre .info-centre .lien-centre::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 32px 13px;
  border-color: transparent transparent #000 transparent;
}
.single-nos_centres #legende-carte .bloc-centre .map {
  position: relative;
}
.single-nos_centres #legende-carte .bloc-centre .map::before {
  content: "";
  display: block;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background-image: url('../img/ombre-map.png');
  width: 571px;
  height: 61px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -61px;
}
.single-nos_centres #legende-carte .bloc-centre .map::after {
  content: "";
  display: block;
  right: -60px;
  position: absolute;
  background-image: url('../img/icone-map.png');
  width: 65px;
  height: 49px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
}
.single-nos_centres #wrapper-realisation {
  position: relative;
}
.single-nos_centres #wrapper-realisation .titre {
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 10;
}
.single-nos_centres #wrapper-realisation .titre h1 {
  font-size: 26px;
  background-color: #239ad7;
  text-transform: uppercase;
  display: inline-block;
  padding: 1em 2em;
  background-image: url(../img/trame.png);
  color: #fff;
  font-weight: 300;
}
.single-nos_centres #wrapper-realisation #slider-realisation {
  margin-top: 5em;
  margin-bottom: 3em;
}
.single-nos_centres #wrapper-realisation #slider-realisation .owl-stage-outer .owl-stage .owl-item .ctn-slide a figure {
  height: 350px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.single-nos_centres #wrapper-realisation #slider-realisation .owl-stage-outer .owl-stage .owl-item .ctn-slide a figure .titre {
  background-color: #2d333f;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  letter-spacing: 2px;
  padding: .5em 1em;
  font-size: .9rem;
  opacity: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.single-nos_centres #wrapper-realisation #slider-realisation .owl-stage-outer .owl-stage .owl-item .ctn-slide a figure .hover-img {
  position: absolute;
  left: 50%;
  opacity: 0;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  cursor: pointer;
  max-width: 300px;
  width: 100%;
  text-align: center;
}
.single-nos_centres #wrapper-realisation #slider-realisation .owl-stage-outer .owl-stage .owl-item .ctn-slide a figure .hover-img .more {
  background-color: #fff;
  color: #2d333f;
  font-size: 1rem;
  text-transform: uppercase;
  padding: .5em 1em;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.single-nos_centres #wrapper-realisation #slider-realisation .owl-stage-outer .owl-stage .owl-item .ctn-slide a figure .hover-img .more:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #2d333f;
  color: #fff;
}
.single-nos_centres #wrapper-realisation #slider-realisation .owl-stage-outer .owl-stage .owl-item .ctn-slide a figure:hover .titre {
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.single-nos_centres #wrapper-realisation #slider-realisation .owl-stage-outer .owl-stage .owl-item .ctn-slide a figure:hover .hover-img {
  opacity: 1;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
.single-nos_centres #wrapper-realisation #slider-realisation .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: block !important;
}
.single-nos_centres #wrapper-realisation #slider-realisation .owl-nav .owl-prev {
  left: -45px;
  position: absolute;
}
.single-nos_centres #wrapper-realisation #slider-realisation .owl-nav .owl-prev span {
  color: #2d333f;
  font-size: 40px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.single-nos_centres #wrapper-realisation #slider-realisation .owl-nav .owl-prev span:hover {
  opacity: .5;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.single-nos_centres #wrapper-realisation #slider-realisation .owl-nav .owl-next {
  right: -45px;
  position: absolute;
}
.single-nos_centres #wrapper-realisation #slider-realisation .owl-nav .owl-next span {
  color: #2d333f;
  font-size: 40px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.single-nos_centres #wrapper-realisation #slider-realisation .owl-nav .owl-next span:hover {
  opacity: .5;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.single-nos_centres #wrapper-avis {
  margin-bottom: 2em;
  padding-bottom: 7em;
}
.single-nos_centres #wrapper-avis .btn-post {
  position: absolute;
  width: 270px;
  height: 40px;
  transform: skew(-20deg) translateX(-50%);
  left: 50%;
  bottom: 40px;
  background-color: #fff;
  text-align: center;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.single-nos_centres #wrapper-avis .btn-post span {
  transform: skew(20deg);
  padding: .2em 1em;
  color: #2d333f;
  text-transform: uppercase;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  display: inline-block;
}
.single-nos_centres #wrapper-avis .btn-post:hover,
.single-nos_centres #wrapper-avis .btn-post.active {
  background-color: #239ad7;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.single-nos_centres #wrapper-avis .btn-post:hover span,
.single-nos_centres #wrapper-avis .btn-post.active span {
  color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.single-nos_centres #wrapper-avis .btn-post::before,
.single-nos_centres #wrapper-avis .btn-post::after {
  display: none;
}
.single-post #section-article {
  margin: 3em 0em;
}
.single-post #section-article .textuel .titre-secondaire span {
  color: #2d333f;
  font-size: 2rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.single-post #section-article .textuel .date {
  color: #239ad7;
  font-size: 1.4rem;
  text-transform: capitalize;
}
.single-post #section-article .textuel .bloc-de-texte {
  margin-top: 1em;
}
.single-post #section-article .textuel .bloc-de-texte p {
  font-size: 1rem;
  text-align: justify;
  margin-bottom: 1em;
}
.single-post #section-article .textuel .btn-more {
  position: relative;
  background-color: #239ad7;
  transform: skew(-20deg) translateX(-50%);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  display: inline-block;
  text-align: center;
  max-width: 60%;
  padding: .2em 1em;
  margin-left: 50%;
}
.single-post #section-article .textuel .btn-more span {
  line-height: 32px;
  color: #fff;
  font-size: 13px;
  transform: skew(20deg);
  text-transform: uppercase;
  display: inline-block;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.single-post #section-article .textuel .btn-more:hover {
  background-color: #eaeaec;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.single-post #section-article .textuel .btn-more:hover span {
  color: #2d333f;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.single-post #section-article .textuel .mini-menu {
  border-top: solid 1px #2d333f;
  border-bottom: solid 1px #2d333f;
  margin-top: 1.5em;
  padding-top: .6em;
  padding-bottom: .7em;
}
.single-post #section-article .textuel .mini-menu .item a {
  color: #2d333f;
}
.single-post #section-article .textuel .mini-menu .item a i {
  color: #239ad7;
  margin-top: 2px;
}
.single-post #section-article .textuel .mini-menu .item-center a {
  text-transform: uppercase;
  font-weight: 500;
}
.single-post #section-article .textuel .mini-menu .item-prev a i {
  margin-right: .3em;
}
.single-post #section-article .textuel .mini-menu .item-next a i {
  margin-left: .3em;
}
#nf-form-2-cont input,
#nf-form-2-cont textarea,
#nf-form-6-cont input,
#nf-form-6-cont textarea,
#nf-form-7-cont input,
#nf-form-7-cont textarea {
  padding: .5rem;
  outline: none;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  font-weight: 300;
  font-size: 16px;
}
#nf-form-2-cont select,
#nf-form-6-cont select,
#nf-form-7-cont select {
  padding: .5rem;
}
#nf-form-2-cont .btn-success,
#nf-form-6-cont .btn-success,
#nf-form-7-cont .btn-success {
  color: #fff;
  background-color: #239ad7;
  border-color: #239ad7;
  transform: translateX(-50%);
  margin-left: 50%;
}
#nf-form-2-cont h1,
#nf-form-6-cont h1,
#nf-form-7-cont h1 {
  text-transform: uppercase;
  color: #2d333f;
  font-size: 18px;
  margin-bottom: 0;
  letter-spacing: 2px;
}
#nf-form-2-cont textarea,
#nf-form-6-cont textarea,
#nf-form-7-cont textarea {
  height: 150px;
}
#nf-form-2-cont ul li,
#nf-form-6-cont ul li,
#nf-form-7-cont ul li {
  display: inline-block;
  margin-right: 1em !important;
}
#nf-form-2-cont .submit-wrap,
#nf-form-6-cont .submit-wrap,
#nf-form-7-cont .submit-wrap {
  text-align: left;
}
#nf-form-2-cont .submit-wrap input,
#nf-form-6-cont .submit-wrap input,
#nf-form-7-cont .submit-wrap input {
  color: #fff;
  background-color: #239ad7;
  border: none;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0.5rem 0.7rem;
  cursor: pointer;
  letter-spacing: 2px;
  width: 250px;
  margin-left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 576px) {
  #nf-form-2-cont .submit-wrap input,
  #nf-form-6-cont .submit-wrap input,
  #nf-form-7-cont .submit-wrap input {
    width: 100%;
  }
}
#nf-form-2-cont .submit-wrap input:hover,
#nf-form-6-cont .submit-wrap input:hover,
#nf-form-7-cont .submit-wrap input:hover {
  background-color: #2d333f;
}
#nf-form-2-cont .nf-form-fields-required,
#nf-form-6-cont .nf-form-fields-required,
#nf-form-7-cont .nf-form-fields-required {
  display: none;
}
#nf-form-2-cont .nf-error-msg,
#nf-form-6-cont .nf-error-msg,
#nf-form-7-cont .nf-error-msg {
  font-weight: 300;
  font-size: 16px;
}
#lightbox .lb-dataContainer {
  background-color: #fff;
  border-radius: 0;
  border-top: solid 3px #239ad7;
  padding: 1em 0;
}
#lightbox .lb-dataContainer .lb-data .lb-details .lb-number {
  display: none !important;
}
#lightbox .lb-dataContainer .lb-data .lb-details .lb-caption {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4rem;
}
#lightbox .lb-dataContainer .lb-data .lb-details .lb-caption p {
  font-size: 12px;
}
#wrapper-avis {
  position: relative;
  background-color: #2d333f;
  margin-bottom: 10em;
  padding-bottom: 3em;
}
#wrapper-avis .titre {
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
#wrapper-avis .titre h1 {
  font-size: 26px;
  background-color: #239ad7;
  text-transform: uppercase;
  display: inline-block;
  padding: 1em 2em;
  background-image: url(../img/trame.png);
  color: #fff;
  font-weight: 300;
}
#wrapper-avis #slider-avis {
  padding-top: 5em;
  position: relative;
}
#wrapper-avis #slider-avis .owl-item .bloc-avis .info-client {
  color: #fff;
  font-size: 18px;
}
#wrapper-avis #slider-avis .owl-item .bloc-avis .info-client .titre-avis {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 1em;
}
#wrapper-avis #slider-avis .owl-item .bloc-avis .info-client .titre-avis::before {
  position: absolute;
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: #239ad7;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
#wrapper-avis #slider-avis .owl-item .bloc-avis .info-client .avis {
  margin-bottom: 1em;
}
#wrapper-avis #slider-avis .owl-item .bloc-avis .info-client .nom-prenom {
  color: #239ad7;
  font-weight: 400;
}
#wrapper-avis #slider-avis .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#wrapper-avis #slider-avis .owl-nav .owl-prev {
  left: -45px;
  position: absolute;
}
#wrapper-avis #slider-avis .owl-nav .owl-prev span {
  color: #fff;
  font-size: 40px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
#wrapper-avis #slider-avis .owl-nav .owl-prev span:hover {
  opacity: .5;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
#wrapper-avis #slider-avis .owl-nav .owl-next {
  right: -45px;
  position: absolute;
}
#wrapper-avis #slider-avis .owl-nav .owl-next span {
  color: #fff;
  font-size: 40px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
#wrapper-avis #slider-avis .owl-nav .owl-next span:hover {
  opacity: .5;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
#wrapper-avis .btn-post {
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  padding: 0.4em 1em;
  border: none;
  position: relative;
  margin-top: 1em;
  cursor: pointer;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
#wrapper-avis .btn-post::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 37px 13px 0 0;
  border-color: #ffffff transparent transparent transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
#wrapper-avis .btn-post::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 37px 13px;
  border-color: transparent transparent #ffffff transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
#wrapper-avis .btn-post:hover {
  background-color: #239ad7;
  color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
#wrapper-avis .btn-post:hover::before {
  border-color: #239ad7 transparent transparent transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
#wrapper-avis .btn-post:hover::after {
  border-color: transparent transparent #239ad7 transparent;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.dropdown-menu {
  width: 100%;
  height: auto;
}
.dropdown-menu .dropdown-item {
  text-align: center;
  padding-bottom: .5em !important;
  margin-bottom: .6em;
  margin-top: .3em;
  border-bottom: solid 1px #DCDCDC;
}
.dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.dropdown-menu .dropdown-item.active {
  background-color: transparent;
}
.dropdown-menu.show .dropdown-item.active {
  color: #239ad7;
}
.nf-breadcrumbs li {
  position: relative;
}
.nf-breadcrumbs li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #767676;
}
.nf-breadcrumbs li.active::before {
  border-color: transparent transparent transparent #239ad7;
}
.nf-breadcrumbs li.active a {
  color: #239ad7;
  font-weight: 700;
}
.nf-breadcrumbs li a {
  text-transform: uppercase;
  font-size: 14px !important;
  margin-right: 11px !important;
  margin-left: 11.5px;
  color: #2d333f;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.nf-breadcrumbs li a:hover {
  color: #239ad7;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.nf-next-item {
  position: relative;
}
.nf-next-item::before {
  content: ">";
  position: absolute;
  font-size: 20px;
  color: #239ad7;
  font-weight: 500;
  top: 6px;
  right: 3px;
  display: block;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.nf-next-item .nf-next {
  border: solid 1px #239ad7;
  cursor: pointer;
  background-color: transparent !important;
  color: #239ad7;
  padding-right: 15px !important;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.nf-next-item .nf-next:hover {
  background-color: #239ad7 !important;
  padding-right: 20px !important;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #fff;
}
.nf-next-item:hover::before {
  color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.nf-previous-item {
  position: relative;
}
.nf-previous-item::before {
  content: "<";
  position: absolute;
  font-size: 20px;
  color: #239ad7;
  font-weight: 500;
  top: 6px;
  left: 3px;
  display: block;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.nf-previous-item > .nf-previous {
  border: solid 1px #239ad7;
  cursor: pointer;
  background-color: transparent !important;
  color: #239ad7;
  padding-left: 15px !important;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.nf-previous-item > .nf-previous:hover {
  background-color: #239ad7 !important;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  padding-left: 20px !important;
  color: #fff;
}
.nf-previous-item:hover::before {
  color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-3 p a {
  color: #239ad7 !important;
}
#grdp_barre_maxi,
#grdp_barre_mini {
  background-color: rgba(35,154,215,0.9) !important;
  color: #fff !important;
}
#grdp_barre_mini,
#grdp_barre_maxi {
  display: none !important;
}
.page-id-628 #contenu-page {
  padding: 30px 0;
}
.page-id-628 #contenu-page p,
.page-id-628 #contenu-page ul,
.page-id-628 #contenu-page ol {
  margin-bottom: 1em;
  font-size: 17px;
  font-weight: 300;
  text-align: justify;
  line-height: 1.5em;
}
.page-id-628 #contenu-page img {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  body header .logo {
    padding: 1em 0 1em 0;
  }
  body header .logo a img {
    max-width: 100%;
  }
  body header .logo .centre-affilier {
    display: none;
  }
  body header .header-top .reseau p {
    display: none;
  }
  body header .header-top .reseau .demande-devis-gratuit {
    display: none;
  }
  body header .header-top .espace-pro {
    position: absolute;
    right: 15px;
    top: 8px;
  }
  body header .header-top .espace-pro a span {
    display: none;
  }
  body header #main-navigation {
    padding: 0;
  }
  body header #main-navigation #main-menu #menu .navbar {
    padding: 0;
  }
  body header #main-navigation #main-menu #menu .navbar .navbar-toggler {
    margin-left: 50%;
    transform: translateX(-50%);
  }
  body header #main-navigation #main-menu #menu .navbar ul li {
    padding: .8em 0;
    text-align: center;
  }
  body header #main-navigation #main-menu #menu .navbar ul li a {
    font-size: .7rem;
  }
  body header #main-navigation #main-menu #menu .navbar ul li:before {
    display: none;
  }
  body header #main-navigation #main-menu #menu .navbar ul li:first-child a {
    margin: auto;
    margin-bottom: 1em;
    width: 42px;
    height: 42px;
  }
  body header #main-navigation #main-menu #menu .navbar ul li:first-child a:after {
    background-size: 22px;
  }
  body footer .slogan h1 {
    font-size: 1.4rem;
  }
  body footer #main-navigation #main-menu #menu ul li {
    padding: 0 .5em;
    display: block;
  }
  body footer #main-navigation #main-menu #menu ul li::before {
    display: none;
  }
  body footer .configurateur-affiliation .configurateur,
  body footer .configurateur-affiliation .affiliation,
  body footer .configurateur-affiliation .emploi {
    padding: 1em 2em 1em 4em;
  }
  .page-id-8 .slider-truck {
    height: 300px;
  }
  .page-id-8 .slider-truck .truck {
    height: 300px;
    background-repeat: no-repeat;
  }
  .page-id-8 .slider-truck .titre-intro {
    left: 0;
    top: 22px;
  }
  .page-id-8 .slider-truck .titre-intro .white,
  .page-id-8 .slider-truck .titre-intro .blue {
    font-size: 1.2rem;
  }
  .page-id-8 .slider-truck .btn-config {
    bottom: -28px;
    right: -30px;
    font-size: 1rem;
  }
  .page-id-8 .slider-truck .btn-config::before {
    width: 20px;
    height: 15px;
    top: 8px;
  }
  .page-id-8 #wrapper-config-valeur {
    height: auto;
  }
  .page-id-8 #wrapper-config-valeur #bloc-accueil {
    height: 33vh;
  }
  .page-id-8 #wrapper-config-valeur #bloc-accueil figure {
    height: 100%;
  }
  .page-id-8 #wrapper-config-valeur #bloc-accueil .btn-entrer {
    width: 80%;
  }
  .page-id-8 #wrapper-config-valeur #bloc-accueil .btn-entrer p {
    font-size: 20px;
  }
  .page-id-8 #wrapper-service #services .liste-service {
    flex-wrap: wrap;
  }
  .page-id-8 .choix-ekypeo {
    margin: 5em 0;
  }
  .page-id-8 .choix-ekypeo::before,
  .page-id-8 .choix-ekypeo::after {
    display: none;
  }
  .page-id-8 .choix-ekypeo .title {
    text-align: center;
    width: 100%;
  }
  .page-id-8 .choix-ekypeo .title h1 {
    font-size: 18px;
    padding: 1em 1.2em;
  }
  .page-id-8 .choix-ekypeo ul {
    padding-top: 3em;
  }
  .page-id-8 .choix-ekypeo ul li {
    text-align: center;
  }
  .page-id-8 .choix-ekypeo ul li .accroche {
    font-size: 1rem;
    margin-top: .3em;
  }
  .page-id-8 .choix-ekypeo ul li .accroche strong {
    font-size: 1rem;
  }
  .page-id-8 #wrapper-avis {
    margin-bottom: 5em;
  }
  .page-id-8 #wrapper-avis .titre {
    text-align: center;
    width: 100%;
  }
  .page-id-8 #wrapper-avis .titre h1 {
    font-size: 18px;
    padding: 1em 1.2em;
  }
  .page-id-8 #wrapper-avis #slider-avis {
    padding-top: 3em;
  }
  .page-id-8 #wrapper-avis #slider-avis .owl-item .bloc-avis .info-client {
    font-size: 14px;
  }
  .page-id-8 #wrapper-avis #slider-avis .owl-item .bloc-avis .info-client .titre-avis {
    font-size: 18px;
  }
  .page-id-8 #marques {
    margin-bottom: 2em;
  }
  .page-id-8 #marques.container-fluid {
    padding-right: 1em;
    padding-left: 1em;
  }
  .page-id-8 #marques .title {
    margin-bottom: 1em;
  }
  .page-id-8 #marques .title h2 {
    font-size: 20px;
  }
  .page-id-8 #marques .title h2::before {
    top: -70px;
  }
  .page-id-8 #marques .slider-container .owl-carousel {
    padding-left: 0;
    margin-bottom: 0;
  }
  .page-id-8 #marques .slider-container .owl-carousel .owl-stage .owl-item li {
    height: auto;
    width: 100%;
  }
  .page-id-8 #marques .slider-container .owl-carousel .owl-stage .owl-item li img {
    width: 40%;
  }
  .page-id-12 #wrapper-service-menu .container .titre {
    margin: 2em 0;
  }
  .page-id-12 #wrapper-service-menu .container .titre h1 {
    font-size: 1.4rem;
    text-align: center;
  }
  .page-id-12 #wrapper-service-menu .container .titre span {
    font-size: 1.3rem;
  }
  .page-id-12 #wrapper-service-menu .container .menu-service ul li a {
    height: 40px;
    background-image: none !important;
    background-color: transparent;
  }
  .page-id-12 #wrapper-service-contenu .container-fluid .bloc-service {
    padding-right: 15px;
    padding-left: 15px;
  }
  .page-id-12 #wrapper-service-contenu .container-fluid .bloc-service.active .photo {
    position: relative;
    height: 220px;
  }
  .page-id-12 #wrapper-service-contenu .container-fluid .bloc-service.active .photo img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .page-id-12 #wrapper-service-contenu .container-fluid .bloc-service.active .photo::before {
    display: none;
  }
  .page-id-12 #wrapper-service-contenu .container-fluid .bloc-service.active .photo::after {
    display: none;
  }
  .page-id-12 #wrapper-service-contenu .container-fluid .bloc-service.active .info-client .titre-service .hexagon {
    left: 50%;
    transform: translateX(-50%);
    top: -45px;
  }
  .page-id-12 #wrapper-service-contenu .container-fluid .bloc-service.active .info-client .titre-service .titre {
    padding-top: 3.5em;
  }
  .page-id-12 #wrapper-service-contenu .container-fluid .bloc-service.active .info-client .titre-service .titre h3 {
    font-size: 1.4rem;
    text-align: center;
  }
  .page-id-12 #wrapper-service-contenu .container-fluid .bloc-service.active .info-client .avantage {
    justify-content: center;
    margin-left: 0;
    margin-top: 7em;
  }
  .page-id-12 #wrapper-service-contenu .container-fluid .bloc-service.active .info-client .avantage::before {
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
  }
  .page-id-12 #wrapper-service-contenu .container-fluid .bloc-service.active .galerie {
    margin-top: 3em;
    margin-bottom: 2em;
  }
  .page-id-11 #presentation .nav-presentation li {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: .5em;
  }
  .page-id-11 #presentation .tab-content::before {
    display: none;
  }
  .page-id-11 #presentation .tab-content #pills-fondateur .photo img {
    width: 100%;
  }
  .page-id-11 #presentation .tab-content #pills-fondateur p {
    font-size: 15px !important;
  }
  .page-id-11 #presentation .text-bottom {
    padding-top: 0;
    margin-left: 0;
    margin-bottom: 2em;
  }
  .page-id-11 #presentation .text-bottom h1 {
    width: 100%;
    text-align: center;
    font-size: 24px;
  }
  .page-id-11 #presentation .text-bottom h1::before {
    left: 5px;
    top: -28px;
  }
  .page-id-11 #presentation .text-bottom h1::after {
    right: 5px;
    bottom: -25px;
  }
  .single-post #section-article .visuel {
    order: -1;
  }
  .single-post #section-article .textuel {
    margin-top: 1em;
  }
  .single-post #section-article .textuel .titre-secondaire span {
    font-size: 1.3rem;
  }
  .tax-cat_produit #wrapper-filtre .titre {
    margin: 2em 0;
  }
  .tax-cat_produit #wrapper-filtre .titre h1 {
    font-size: 1.2rem;
    text-align: center;
  }
  .tax-cat_produit #wrapper-filtre .titre span {
    font-size: 1.2rem;
  }
  .tax-cat_produit #wrapper-filtre .cat-produit {
    margin-bottom: 0;
  }
  .tax-cat_produit #wrapper-filtre .cat-produit .categorie .hexagon {
    margin-bottom: 3em;
  }
  .tax-cat_produit #wrapper-filtre .ctn-sous-cat {
    margin: 1em 0 1em 0;
  }
  .tax-cat_produit #wrapper-filtre .ctn-sous-cat .sous-categorie {
    margin-bottom: .5em;
    width: 80%;
    text-align: center;
  }
  .tax-cat_produit #wrapper-filtre .ctn-sous-cat .sous-categorie .titre-sous-cat {
    font-size: .8rem;
  }
  .tax-cat_produit #wrapper-filtre .filtre-menu {
    display: none !important;
  }
  .tax-cat_produit #wrapper-filtre .marque {
    display: none !important;
  }
  .tax-cat_produit #wrapper-filtre .mix-container .mix a figure {
    height: 250px;
  }
  .single-nos_centres #bandeau-centre {
    height: 280px;
  }
  .single-nos_centres #bandeau-centre #infos-centre-top {
    padding: 1.5em;
  }
  .single-nos_centres #bandeau-centre #infos-centre-top::before {
    display: none;
  }
  .single-nos_centres #bandeau-centre #infos-centre-top::after {
    display: none;
  }
  .single-nos_centres #bandeau-centre #infos-centre-top .nom-centre h1 {
    font-size: 24px;
  }
  .single-nos_centres #bandeau-centre #infos-centre-top .cp-ville-centre {
    font-size: 18px;
  }
  .single-nos_centres #bandeau-centre #photo-centre {
    height: 200px;
  }
  .single-nos_centres #configurateur {
    margin-top: 0;
  }
  .single-nos_centres #configurateur .ctn-config .titre h2 {
    font-size: 16px;
    padding: 1em 1em 2em 1em;
  }
  .single-nos_centres #configurateur .ctn-config .btn-config {
    width: 85%;
  }
  .single-nos_centres #configurateur .ctn-config .btn-config span {
    font-size: .9rem;
  }
  .single-nos_centres #bandeau-presentation-boss {
    margin: 3em 0;
  }
  .single-nos_centres #bandeau-presentation-boss #photo-dirigeant {
    margin-left: 20%;
  }
  .single-nos_centres #bandeau-presentation-boss #photo-dirigeant figure {
    position: relative;
  }
  .single-nos_centres #bandeau-presentation-boss #photo-dirigeant figure img {
    min-height: auto;
    max-width: 60%;
  }
  .single-nos_centres #bandeau-presentation-boss #photo-dirigeant figure span {
    display: none;
  }
  .single-nos_centres #bandeau-presentation-boss #photo-dirigeant::before {
    display: none;
  }
  .single-nos_centres #bandeau-presentation-boss #photo-dirigeant::after {
    display: none;
  }
  .single-nos_centres #bandeau-presentation-boss #infos-dirigeant {
    padding-left: 1em;
    padding-right: 1em;
  }
  .single-nos_centres #bandeau-presentation-boss #infos-dirigeant .nom h3 {
    text-align: center;
  }
  .single-nos_centres #bandeau-presentation-boss #infos-dirigeant .accroche span {
    font-size: 1.5rem;
  }
  .single-nos_centres #bandeau-presentation-boss #infos-dirigeant .accroche span::before {
    left: 0;
    top: -25px;
  }
  .single-nos_centres #bandeau-presentation-boss #infos-dirigeant .accroche span::after {
    right: 0;
    bottom: -25px;
  }
  .single-nos_centres #legende-carte .bloc-centre:nth-child(odd)::after {
    right: 0;
    width: 100%;
  }
  .single-nos_centres #legende-carte .bloc-centre:nth-child(odd)::before {
    left: 0;
    width: 100%;
  }
  .single-nos_centres #legende-carte .bloc-centre .info-centre .infos-client {
    text-align: center;
  }
  .single-nos_centres #legende-carte .bloc-centre .info-centre .horaires .titre {
    text-align: center;
  }
  .single-nos_centres #legende-carte .bloc-centre .info-centre .horaires ul li {
    font-size: .9rem;
  }
  .single-nos_centres #legende-carte .bloc-centre .map {
    background-position: center;
    height: 250px !important;
  }
  .single-nos_centres #legende-carte .bloc-centre .map::before {
    width: 100%;
    bottom: -48px;
  }
  .single-nos_centres #legende-carte .bloc-centre .map::after {
    display: none;
  }
  .single-nos_centres #wrapper-realisation .titre {
    top: -1em;
    width: 90%;
  }
  .single-nos_centres #wrapper-realisation .titre h1 {
    font-size: 16px;
    padding: 1em 1em;
  }
  .single-nos_centres #wrapper-realisation #slider-realisation .owl-stage-outer .owl-stage .owl-item .ctn-slide a figure {
    height: 300px;
  }
  .single-nos_centres #wrapper-realisation #slider-realisation .owl-stage-outer .owl-stage .owl-item .ctn-slide a figure .titre {
    width: 80%;
    padding: .5em .4em;
    font-size: 1rem;
    text-align: center;
  }
  .single-nos_centres #wrapper-realisation #slider-realisation .owl-nav,
  .single-nos_centres #wrapper-realisation #slider-realisation .owl-dots {
    display: none !important;
  }
  .single-nos_centres #wrapper-avis {
    margin-bottom: 2em;
  }
  .single-nos_centres #wrapper-avis .titre {
    top: -2em;
    width: 90%;
  }
  .single-nos_centres #wrapper-avis .titre h1 {
    font-size: 16px;
    padding: 1em 1em;
  }
  .single-nos_centres #wrapper-avis #slider-avis {
    padding-top: 3em;
    position: relative;
  }
  .single-nos_centres #wrapper-avis #slider-avis .owl-item .bloc-avis .info-client .avis {
    font-size: 1rem;
  }
  .page-id-13 .realisation .titre h1 {
    font-size: 1.4rem;
    text-align: center;
  }
  .page-id-13 .realisation .titre span {
    font-size: 1.2rem;
  }
  .page-id-13 .realisation .realisation-menu .controls-container .service {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .page-id-13 .realisation .realisation-menu .controls-container .service a {
    margin: 0 2.5em;
    margin-bottom: 3em;
  }
  .page-id-13 .realisation .realisation-menu .controls-container .marque,
  .page-id-13 .realisation .realisation-menu .controls-container .titre-marque {
    display: none !important;
  }
  .page-id-13 .realisation .mix-container .mix a figure {
    height: 200px;
  }
  .page-id-14 #wrapper-centre-search-map .titre h1 {
    font-size: 1.4rem;
    text-align: center;
  }
  .page-id-14 #wrapper-centre-search-map .titre span {
    font-size: 1.2rem;
  }
  .page-id-14 #wrapper-centre-search-map .introduction-champs-recherche {
    text-align: center;
    font-size: 20px;
    padding-left: 0;
  }
  .page-id-14 #wrapper-centre-search-map .champs-recherche {
    margin-bottom: 1em;
  }
  .page-id-14 #wrapper-centre-search-map .search-map .search-centre .centre-infos .lien-centre {
    margin-top: 1em;
    max-width: 100% !important;
  }
  .page-id-14 #wrapper-centre-search-map .search-map .search-centre .centre-infos #photo-centre {
    order: -1;
    margin-bottom: 1em;
  }
  .page-id-14 #wrapper-centre-search-map .search-map .search-centre .centre-infos .infos {
    text-align: center;
  }
  .page-id-14 #wrapper-centre-search-map .search-map #carte-france {
    display: none;
  }
  .blog #wrapper-actualites .container-fluid {
    padding-left: 15px !important;
  }
  .blog #wrapper-actualites .titre h1 {
    font-size: 1.4rem !important;
    text-align: center;
  }
  .blog #wrapper-actualites .titre span {
    font-size: 1.2rem !important;
  }
  .blog #wrapper-actualites .container-fluid {
    padding-left: 0;
  }
  .blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualites-thumbnail {
    height: 200px;
  }
  .blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualites-thumbnail::before {
    display: none;
  }
  .blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualites-thumbnail .picto-actu {
    display: none;
  }
  .blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualite-infos {
    padding-right: 1em;
    padding-left: 1em;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualites-ctn {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualites-ctn .actualites-title h2 {
    font-size: 24px !important;
    text-align: center;
  }
  .blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualites-ctn .date {
    text-align: center;
  }
  .blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualites-ctn .btn-more::before {
    border-width: 35px 13px 0 0 !important;
  }
  .blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualites-ctn .btn-more::after {
    border-width: 0 0 35px 13px !important;
  }
  .page-id-16 #wrapper-configurateur .titre h1,
  .page-id-602 #wrapper-configurateur .titre h1 {
    font-size: 1.4rem !important;
    text-align: center;
  }
  .page-id-16 #wrapper-configurateur .titre span,
  .page-id-602 #wrapper-configurateur .titre span {
    font-size: 1.2rem !important;
  }
  .page-id-16 #wrapper-configurateur .configurateur-form,
  .page-id-602 #wrapper-configurateur .configurateur-form {
    padding: 2rem 1em;
  }
  .page-id-16 #wrapper-configurateur .contact-form::before,
  .page-id-602 #wrapper-configurateur .contact-form::before {
    display: none;
  }
  .page-id-16 .hexagon,
  .page-id-602 .hexagon {
    display: block !important;
    margin-bottom: 2em !important;
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .page-id-16 #nf-form-4-cont,
  .page-id-16 #nf-form-3-cont,
  .page-id-602 #nf-form-4-cont,
  .page-id-602 #nf-form-3-cont {
    text-align: center !important;
  }
  .page-id-14 #legende-carte .bloc-centre .map {
    background-position: center center;
  }
  .page-id-14 #legende-carte .bloc-centre .map::after {
    right: 0;
  }
  .rc-anchor-normal {
    width: 290px !important;
  }
  .rc-anchor-logo-portrait {
    margin: 10px 0 0 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .logo a img {
    max-width: 70%;
  }
  body header #main-navigation {
    padding: 0;
  }
  body header #main-navigation #main-menu #menu .navbar {
    padding: 0;
  }
  body header #main-navigation #main-menu #menu .navbar ul li {
    padding: 1em .9em;
  }
  body header #main-navigation #main-menu #menu .navbar ul li a {
    font-size: .7rem;
  }
  body header #main-navigation #main-menu #menu .navbar ul li:first-child a::before {
    width: 45px;
    height: 48px;
    left: -31px;
    top: -16px;
  }
  body header #main-navigation #main-menu #menu .navbar ul li:first-child a::after {
    width: 25px;
    height: 27px;
    left: -21px;
  }
  body footer #main-navigation #main-menu #menu ul li {
    padding: 0 .5em;
  }
  body footer .configurateur-affiliation .configurateur,
  body footer .configurateur-affiliation .affiliation,
  body footer .configurateur-affiliation .emploi {
    padding: 0 2em;
  }
  .page-id-8 .slider-truck {
    height: 460px;
    width: 100%;
  }
  .page-id-8 .slider-truck .truck {
    height: 450px;
    width: 100%;
    margin-top: 8em;
    background-repeat: no-repeat;
  }
  .page-id-8 .slider-truck .titre-intro {
    left: 61%;
  }
  .page-id-8 .choix-ekypeo::before,
  .page-id-8 .choix-ekypeo::after {
    display: none;
  }
  .page-id-8 .choix-ekypeo .title h1 {
    font-size: 23px;
    padding: 1em 1.5em;
  }
  .page-id-8 #wrapper-config-valeur #configurateur .btn-entrer p,
  .page-id-8 #wrapper-config-valeur #valeur .btn-entrer p {
    font-size: 20px;
  }
  .page-id-8 #wrapper-avis .titre h1 {
    font-size: 22px;
    padding: 1em 1.5em;
  }
  .page-id-8 #marques {
    margin-bottom: 4em;
  }
  .page-id-8 #marques .title {
    margin-bottom: 1em;
  }
  .page-id-8 #marques.container-fluid {
    padding-right: 6em;
    padding-left: 6em;
  }
  .page-id-8 #marques .slider-container .owl-carousel {
    padding-left: 0;
    margin-bottom: 0;
  }
  .page-id-8 #marques .slider-container .owl-carousel .owl-stage .owl-item li img {
    width: 100%;
  }
  .page-id-12 #wrapper-service-menu .container .titre {
    margin: 2em 0;
  }
  .page-id-12 #wrapper-service-menu .container .titre h1 {
    font-size: 1.5rem;
    text-align: center;
  }
  .page-id-12 #wrapper-service-menu .container .menu-service ul li a {
    height: 40px;
    background-image: none !important;
    background-color: transparent;
  }
  .page-id-12 #wrapper-service-contenu .container-fluid .bloc-service {
    padding-right: 15px;
    padding-left: 15px;
  }
  .page-id-12 #wrapper-service-contenu .container-fluid .bloc-service.active .photo {
    position: relative;
    height: 350px;
  }
  .page-id-12 #wrapper-service-contenu .container-fluid .bloc-service.active .photo img {
    width: 60%;
    display: block;
    margin: 0 auto;
  }
  .page-id-12 #wrapper-service-contenu .container-fluid .bloc-service.active .photo::before {
    display: none;
  }
  .page-id-12 #wrapper-service-contenu .container-fluid .bloc-service.active .photo::after {
    display: none;
  }
  .page-id-12 #wrapper-service-contenu .container-fluid .bloc-service.active .info-client .titre-service .hexagon {
    left: 50%;
    transform: translateX(-50%);
    top: -45px;
  }
  .page-id-12 #wrapper-service-contenu .container-fluid .bloc-service.active .info-client .titre-service .titre {
    padding-top: 3.5em;
  }
  .page-id-12 #wrapper-service-contenu .container-fluid .bloc-service.active .info-client .titre-service .titre h3 {
    font-size: 2rem;
  }
  .page-id-12 #wrapper-service-contenu .container-fluid .bloc-service.active .info-client .avantage {
    justify-content: center;
  }
  .page-id-12 #wrapper-service-contenu .container-fluid .bloc-service.active .info-client .avantage::before {
    left: -85px;
  }
  .page-id-12 #wrapper-service-contenu .container-fluid .bloc-service.active .galerie {
    margin-top: 3em;
    margin-bottom: 2em;
  }
  .single-post #section-article .visuel {
    order: -1;
  }
  .single-post #section-article .textuel {
    margin-top: 1em;
  }
  .single-nos_centres #bandeau-centre {
    height: 280px;
  }
  .single-nos_centres #bandeau-centre #infos-centre-top::after {
    right: -82px;
  }
  .single-nos_centres #bandeau-centre #infos-centre-top .nom-centre h1 {
    font-size: 40px;
  }
  .single-nos_centres #bandeau-presentation-boss {
    margin: 4em 0;
  }
  .single-nos_centres #bandeau-presentation-boss #photo-dirigeant figure {
    position: relative;
  }
  .single-nos_centres #bandeau-presentation-boss #photo-dirigeant figure img {
    min-height: auto;
  }
  .single-nos_centres #bandeau-presentation-boss #photo-dirigeant::before {
    bottom: 200px;
  }
  .single-nos_centres #bandeau-presentation-boss #photo-dirigeant::after {
    bottom: 230px;
  }
  .single-nos_centres #bandeau-presentation-boss #infos-dirigeant {
    padding-left: 2em;
    padding-right: 1em;
  }
  .single-nos_centres #legende-carte .bloc-centre .info-centre .infos-client .titre {
    margin-top: 0;
  }
  .single-nos_centres #legende-carte .bloc-centre .info-centre .horaires {
    margin-bottom: .5em;
  }
  .single-nos_centres #legende-carte .bloc-centre .info-centre .horaires .titre {
    margin-top: 0;
  }
  .single-nos_centres #legende-carte .bloc-centre .info-centre .horaires ul {
    padding-left: 0;
  }
  .single-nos_centres #legende-carte .bloc-centre .info-centre .horaires ul li {
    font-size: 1rem;
  }
  .single-nos_centres #legende-carte .bloc-centre .info-centre .horaires ul li .day {
    font-weight: 500;
  }
  .single-nos_centres #legende-carte .bloc-centre .map::after {
    right: -17px;
  }
  .single-nos_centres #wrapper-realisation .titre h1 {
    font-size: 22px;
    padding: 1em 0.8em;
  }
  .single-nos_centres #wrapper-avis {
    margin-bottom: 2em;
  }
  .single-nos_centres #wrapper-avis .titre h1 {
    font-size: 22px;
    padding: 1em 0.8em;
  }
  .page-id-11 #presentation .tab-content #pills-fondateur .photo img {
    width: 100%;
  }
  .page-id-11 #presentation .text-bottom {
    padding-top: 1em;
    margin-left: 0;
  }
  .page-id-11 #presentation .text-bottom h1 {
    width: 60%;
  }
  .page-id-11 #presentation .text-bottom::before {
    width: 315px;
    height: 295px;
  }
  .page-id-13 .realisation .realisation-menu .controls-container .marque a {
    display: block;
    overflow: hidden;
  }
  .page-id-13 .realisation .realisation-menu .controls-container .marque a .logo-marque img {
    height: 65px;
  }
  .page-id-13 .realisation .mix-container .mix a figure {
    height: 250px;
  }
  .tax-cat_produit #wrapper-filtre .marque {
    flex-wrap: wrap;
  }
  .tax-cat_produit #wrapper-filtre .ctn-sous-cat .sous-categorie .titre-sous-cat {
    font-size: 14px;
  }
  .tax-cat_produit #wrapper-filtre .mix-container .mix a figure {
    height: 240px;
  }
  .page-id-14 #wrapper-centre-search-map .search-map .search-centre .centre-infos {
    margin-bottom: 1em;
    border-bottom: solid 1px #eaeaec;
    padding-bottom: 0.5em;
  }
  .page-id-14 #wrapper-centre-search-map .search-map .search-centre .centre-infos .infos .Nom-centre {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: .5em;
  }
  .page-id-14 #wrapper-centre-search-map .search-map .search-centre .centre-infos .infos .cp-ville-centre .ville {
    margin-left: .3em;
  }
  .page-id-14 #wrapper-centre-search-map .search-map .search-centre .centre-infos .infos .tel-centre {
    color: #239ad7;
    font-size: 1rem;
    font-weight: 500;
    margin-top: .5em;
  }
  .page-id-14 #wrapper-centre-search-map .search-map .search-centre .centre-infos .lien-centre {
    position: relative;
    background-color: #000;
    border-radius: 0;
    padding: .4em 1em;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
  }
  .page-id-14 #wrapper-centre-search-map .search-map .search-centre .centre-infos .lien-centre::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 13px 0 0;
    border-color: #000 transparent transparent transparent;
  }
  .page-id-14 #wrapper-centre-search-map .search-map .search-centre .centre-infos .lien-centre::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 32px 13px;
    border-color: transparent transparent #000 transparent;
  }
  .page-id-14 #wrapper-centre-search-map .search-map #carte-france {
    position: relative;
    width: 617.5px;
    height: 687.11px;
    margin: auto;
    overflow: hidden;
  }
  .page-id-14 #wrapper-centre-search-map .search-map #carte-france .point-marque {
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #239ad7;
  }
  .page-id-14 #legende-carte .bloc-centre {
    padding: 3em 0;
  }
  .page-id-14 #legende-carte .bloc-centre:nth-child(odd) {
    background-color: #eaeaec;
    position: relative;
  }
  .page-id-14 #legende-carte .bloc-centre:nth-child(odd)::before,
  .page-id-14 #legende-carte .bloc-centre:nth-child(odd)::after {
    background-color: #eaeaec;
    content: "";
    display: block;
    width: 500px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .page-id-14 #legende-carte .bloc-centre:nth-child(odd)::before {
    left: -500px;
  }
  .page-id-14 #legende-carte .bloc-centre:nth-child(odd)::after {
    right: -500px;
  }
  .page-id-14 #legende-carte .bloc-centre .info-centre .latitude,
  .page-id-14 #legende-carte .bloc-centre .info-centre .longitude {
    display: none;
  }
  .page-id-14 #legende-carte .bloc-centre .info-centre .nom-centre {
    font-weight: 600;
    font-size: 1.2rem;
  }
  .page-id-14 #legende-carte .bloc-centre .info-centre .dirigeant {
    color: #239ad7;
    margin-bottom: .5em;
  }
  .page-id-14 #legende-carte .bloc-centre .info-centre .cp-ville-centre .ville {
    margin-left: .3em;
  }
  .page-id-14 #legende-carte .bloc-centre .info-centre .tel-centre {
    color: #000;
    font-size: 1.1rem;
    font-weight: 600;
  }
  .page-id-14 #legende-carte .bloc-centre .info-centre .horaires {
    margin-bottom: .5em;
  }
  .page-id-14 #legende-carte .bloc-centre .info-centre .horaires .titre {
    margin-bottom: 0;
    margin-top: 1em;
  }
  .page-id-14 #legende-carte .bloc-centre .info-centre .horaires .titre h3 {
    color: #239ad7;
    font-size: 1.1rem;
    margin-bottom: 0;
  }
  .page-id-14 #legende-carte .bloc-centre .info-centre .horaires ul {
    padding-left: 0;
  }
  .page-id-14 #legende-carte .bloc-centre .info-centre .horaires ul li {
    font-size: 1rem;
  }
  .page-id-14 #legende-carte .bloc-centre .info-centre .lien-centre {
    position: relative;
    background-color: #000;
    border-radius: 0;
    padding: .4em 1em;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
  }
  .page-id-14 #legende-carte .bloc-centre .info-centre .lien-centre::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 13px 0 0;
    border-color: #000 transparent transparent transparent;
  }
  .page-id-14 #legende-carte .bloc-centre .info-centre .lien-centre::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 32px 13px;
    border-color: transparent transparent #000 transparent;
  }
  .page-id-14 #legende-carte .bloc-centre .map {
    position: relative;
  }
  .page-id-14 #legende-carte .bloc-centre .map::before {
    content: "";
    display: block;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background-image: url('../img/ombre-map.png');
    width: 571px;
    height: 61px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: -61px;
  }
  .page-id-14 #legende-carte .bloc-centre .map::after {
    content: "";
    display: block;
    right: -40px;
    position: absolute;
    background-image: url('../img/icone-map.png');
    width: 65px;
    height: 49px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
  }
  .blog #wrapper-actualites .container-fluid {
    padding-left: 0;
  }
  .blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualites-thumbnail::before {
    border-width: 0 0 570px 200px;
  }
  .blog #wrapper-actualites .container-fluid .bloc-actualites .ctn-actualite .actualite-infos {
    padding-right: 1em;
    padding-left: 1em;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .page-id-16 #wrapper-configurateur .contact-form::before,
  .page-id-602 #wrapper-configurateur .contact-form::before {
    display: none;
  }
  .page-id-14 #legende-carte .bloc-centre .map {
    background-position: center center;
  }
  .page-id-14 #legende-carte .bloc-centre .map::after {
    right: 0;
  }
}
