@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,400i,600,700,900');
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
}
p {
  margin: 0;
  padding: 0;
}
.tooltip {
  position: relative;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #eb5d34;
}
.tooltip .tooltip-inner {
  border: solid 1px #eb5d34;
}
header {
  background-color: #414042;
  padding: 1em 0;
  background-image: url('../img/fond-header.png');
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: solid 2px #eb5d34;
}
@media screen and (max-width: 1024px) {
  header .logo img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  header #menu-principal {
    order: 1 !important;
  }
}
header #menu #mega-menu-wrap-primary > ul {
  text-align: center !important;
}
header #menu #mega-menu-wrap-primary > ul li.mega-current-menu-item a {
  color: #eb5d34 !important;
}
header #menu #mega-menu-wrap-primary > ul li.mega-current-menu-item a:after {
  width: 100% !important;
}
header #menu #mega-menu-wrap-primary > ul li a {
  font-size: 16px !important;
  font-weight: 200 !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  letter-spacing: 2px !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;
  position: relative !important;
}
@media screen and (max-width: 1024px) {
  header #menu #mega-menu-wrap-primary > ul li a {
    font-size: 15px !important;
  }
}
header #menu #mega-menu-wrap-primary > ul li a::after {
  content: "" !important;
  transition: width 0.5s ease-in-out !important;
  width: 0% !important;
  background-color: #eb5d34 !important;
  height: 4px !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -21px !important;
}
@media screen and (max-width: 576px) {
  header #menu #mega-menu-wrap-primary > ul li a::after {
    display: none !important;
  }
}
header #menu #mega-menu-wrap-primary > ul li a:hover {
  color: #eb5d34 !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;
}
header #menu #mega-menu-wrap-primary > ul li a:hover:after {
  width: 100% !important;
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children {
  position: static;
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu {
  top: 55px;
  width: 100%;
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu >li {
  background-color: #e6e6e6 !important;
  position: fixed;
  left: 0;
  right: 0;
  border-bottom: solid 2px #eb5d34 !important;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 576px) {
  header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu >li {
    position: inherit;
    border-bottom: none !important;
  }
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu >li >ul {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center !important;
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu >li >ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu >li >ul >li {
  width: 25% !important;
}
@media screen and (max-width: 576px) {
  header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu >li >ul >li {
    width: 100% !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu >li >ul >li {
    width: 33% !important;
  }
  header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu >li >ul >li:nth-child(1),
  header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu >li >ul >li:nth-child(10) {
    display: none !important;
  }
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu >li >ul >li > .mega-sub-menu li.mega-menu-item {
  position: relative;
  padding-left: 3.5rem !important;
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu >li >ul >li > .mega-sub-menu li.mega-menu-item > a {
  position: static !important;
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu >li a {
  color: #333333 !important;
  text-align: left;
  padding: 3em 0.7em;
  position: relative;
  font-weight: normal;
  letter-spacing: 1px;
  font-weight: 400 !important;
  font-size: 12px !important;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu >li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1555px) and (max-width: 1700px) {
  header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu >li a {
    font-size: 11px !important;
    letter-spacing: 1px !important;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1554px) {
  header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu >li a {
    font-size: 11px !important;
    letter-spacing: 0px !important;
  }
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu >li a::before {
  content: "";
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .7;
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu >li a::after {
  width: 0% !important;
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu >li a strong {
  font-weight: 500;
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu >li a:hover {
  color: #eb5d34 !important;
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu >li a:hover::after {
  display: none;
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu ul li:nth-child(4),
  header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu ul li:nth-child(7) {
    margin-right: 0px;
  }
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu ul li.mega-current-menu-item a {
  color: #eb5d34 !important;
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu li.geometre a::before {
  background-image: url('../img/picto-ss-menu-1.png');
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu li.geometre a:hover::before {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-image: url('../img/picto-home1.png');
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu li.geometre.mega-current-menu-item a::before {
  background-image: url('../img/picto-home1.png');
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu li.agricole a::before {
  background-image: url('../img/picto-ss-menu-2.png');
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu li.agricole a:hover::before {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-image: url('../img/picto-home2.png');
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu li.agricole.mega-current-menu-item a::before {
  background-image: url('../img/picto-home2.png');
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu li.bois a::before {
  background-image: url('../img/picto-ss-menu-3.png');
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu li.bois a:hover::before {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-image: url('../img/picto-home3.png');
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu li.bois.mega-current-menu-item a::before {
  background-image: url('../img/picto-home3.png');
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu li.archeologie a::before {
  background-image: url('../img/picto-ss-menu-4.png');
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu li.archeologie a:hover::before {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-image: url('../img/picto-home4.png');
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu li.archeologie.mega-current-menu-item a::before {
  background-image: url('../img/picto-home4.png');
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu li.batiment a::before {
  background-image: url('../img/picto-ss-menu-5.png');
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu li.batiment a:hover::before {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-image: url('../img/picto-home5.png');
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu li.batiment.mega-current-menu-item a::before {
  background-image: url('../img/picto-home5.png');
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu li.vert a::before {
  background-image: url('../img/picto-ss-menu-6.png');
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu li.vert a:hover::before {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-image: url('../img/picto-home7.png');
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu li.vert.mega-current-menu-item a::before {
  background-image: url('../img/picto-home7.png');
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu li.detection a::before {
  background-image: url('../img/picto-ss-menu-7.png');
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu li.detection a:hover::before {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-image: url('../img/picto-home6.png');
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu li.detection.mega-current-menu-item a::before {
  background-image: url('../img/picto-home6.png');
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu li.hauteur a::before {
  background-image: url('../img/picto-ss-menu-8.png');
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu li.hauteur a:hover::before {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-image: url('../img/picto-home8.png');
}
header #menu #mega-menu-wrap-primary > ul li.mega-menu-item-has-children >ul.mega-sub-menu li.hauteur.mega-current-menu-item a::before {
  background-image: url('../img/picto-home8.png');
}
@media screen and (max-width: 1024px) {
  header .infos-client {
    margin: 1em 0;
  }
}
header .infos-client .ctn-infos p {
  cursor: pointer;
}
header .infos-client .ctn-infos p .fas,
header .infos-client .ctn-infos p .fab {
  color: #fff;
  font-size: 18px;
  margin: 0 0.5em;
  padding: 0.3em;
  border: solid 1px #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;
}
header .infos-client .ctn-infos p:hover .fas,
header .infos-client .ctn-infos p:hover .fab {
  color: #eb5d34;
  border: solid 1px #eb5d34;
}
header .infos-client .ctn-infos p.facebook i {
  padding: 0.3em 0.5em;
}
header .infos-client .ctn-infos p.tel {
  position: relative;
}
header .infos-client .ctn-infos p.tel .fas {
  margin: 0 0.5em 0 0;
}
header .infos-client .ctn-infos p.tel a {
  position: absolute;
  top: 0;
  opacity: 0;
  right: 0;
  width: 135px;
  height: 100%;
  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;
  text-decoration: none;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0 0.5em;
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: 200;
  border-top: solid 1px #eb5d34;
  border-left: solid 1px #eb5d34;
  border-bottom: solid 1px #eb5d34;
  background-color: rgba(0,0,0,0.4);
}
header .infos-client .ctn-infos p.tel:hover a,
header .infos-client .ctn-infos p.tel:focus a {
  right: 100%;
  opacity: 1;
}
header .infos-client .ctn-infos p.tel.stranger a {
  width: 155px;
}
header #lang_choice_1 {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 0.1rem 0;
  color: #fff;
  text-transform: uppercase;
  margin-left: .5rem;
}
header #lang_choice_1 option {
  color: #212121;
}
footer {
  position: relative;
  padding: 1em 0;
  background-color: #e6e6e6;
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 1em 0 3em 0;
  }
}
@media screen and (max-width: 576px) {
  footer {
    padding: 1em 0 2em 0;
  }
}
footer .footer-left {
  margin-bottom: 0.5em;
}
footer .footer-left .infos-client p,
footer .footer-left .infos-client a {
  color: #212121;
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  footer .footer-left .infos-client p,
  footer .footer-left .infos-client a {
    font-size: 15px;
  }
}
footer .footer-left .infos-client p {
  display: block;
  margin-right: 1em;
}
footer .footer-left .infos-client p:last-child {
  margin-right: 0;
}
footer .footer-right img {
  margin-left: 0.5em;
  display: block;
}
@media screen and (max-width: 576px) {
  footer .footer-right img {
    margin-left: 0;
  }
}
footer .footer-right .infos-idcom span,
footer .footer-right .infos-idcom a {
  color: #212121;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 576px) {
  footer .footer-right .infos-idcom span,
  footer .footer-right .infos-idcom a {
    font-size: 14px;
  }
}
footer #devis-form {
  background-color: #eb5d34;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 1.5em;
  position: fixed;
  z-index: 1;
  display: block;
  width: 345px;
  bottom: -685px;
  right: 50px;
  height: auto;
  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;
}
footer #devis-form.en {
  width: 350px;
}
@media screen and (max-width: 1024px) {
  footer #devis-form {
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    bottom: -635px;
  }
}
@media screen and (max-width: 768px) {
  footer #devis-form {
    right: 0;
  }
}
@media screen and (max-width: 576px) {
  footer #devis-form {
    display: none;
  }
}
footer #devis-form.active {
  bottom: 0px;
}
@media screen and (max-width: 576px) {
  footer #devis-form .devis-btn {
    display: none;
  }
}
footer #devis-form .devis-btn a {
  color: #fff;
  padding: 0.5em 1.5em;
  display: block;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  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;
}
footer #devis-form .devis-btn a:hover {
  padding: 1em 1.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;
}
footer #devis-form .infos-form {
  background-color: #e6e6e6;
  border: solid 1px #eb5d34;
}
footer #devis-form #nf-form-3-cont input,
footer #devis-form #nf-form-5-cont input {
  padding: .5rem;
  outline: none;
  font-weight: 200;
  font-size: 16px;
  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;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #333333;
  background-color: transparent;
}
footer #devis-form #nf-form-3-cont textarea,
footer #devis-form #nf-form-5-cont textarea {
  padding: .5rem;
  outline: none;
  font-weight: 200;
  font-size: 16px;
  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;
}
@media screen and (max-width: 1024px) {
  footer #devis-form #nf-form-3-cont textarea,
  footer #devis-form #nf-form-5-cont textarea {
    height: 150px;
  }
}
footer #devis-form #nf-form-3-cont .nf-form-content,
footer #devis-form #nf-form-5-cont .nf-form-content {
  padding: 1em 1.5em;
}
footer #devis-form #nf-form-3-cont .nf-field-label label,
footer #devis-form #nf-form-5-cont .nf-field-label label {
  color: #fff;
  font-weight: 300;
}
footer #devis-form #nf-form-3-cont .nf-form-fields-required,
footer #devis-form #nf-form-5-cont .nf-form-fields-required {
  display: none;
}
footer #devis-form #nf-field-18-wrap .nf-field-element {
  text-align: center;
}
footer #devis-form #nf-field-18-wrap .nf-field-element input {
  background-color: #eb5d34;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  border: none;
  letter-spacing: 2px;
  padding: 0.5em 1.5em;
  color: #fff;
  width: 100%;
  cursor: pointer;
  border-radius: 20px;
}
footer #devis-form #nf-field-18-wrap .nf-field-element input:hover {
  background-color: transparent;
  border: solid 1px #eb5d34;
  color: #eb5d34;
}
footer #devis-form .nf-form-cont .one-half {
  margin-left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-id-4 #rev_slider_1_1 ul li .tp-parallax-wrap,
  .page-id-4 #rev_slider_2_1 ul li .tp-parallax-wrap,
  .page-id-493 #rev_slider_1_1 ul li .tp-parallax-wrap,
  .page-id-493 #rev_slider_2_1 ul li .tp-parallax-wrap {
    display: none !important;
  }
}
.page-id-4 #rev_slider_1_1 ul li .tp-parallax-wrap h2,
.page-id-4 #rev_slider_2_1 ul li .tp-parallax-wrap h2,
.page-id-493 #rev_slider_1_1 ul li .tp-parallax-wrap h2,
.page-id-493 #rev_slider_2_1 ul li .tp-parallax-wrap h2 {
  font-size: 18px !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  text-shadow: 1px 1px 10px black !important;
}
@media screen and (max-width: 1024px) {
  .page-id-4 #rev_slider_1_1 ul li .tp-parallax-wrap h2,
  .page-id-4 #rev_slider_2_1 ul li .tp-parallax-wrap h2,
  .page-id-493 #rev_slider_1_1 ul li .tp-parallax-wrap h2,
  .page-id-493 #rev_slider_2_1 ul li .tp-parallax-wrap h2 {
    font-size: 15px !important;
    line-height: 15px !important;
  }
}
.page-id-4 #rev_slider_1_1 ul li .tp-parallax-wrap h3,
.page-id-4 #rev_slider_2_1 ul li .tp-parallax-wrap h3,
.page-id-493 #rev_slider_1_1 ul li .tp-parallax-wrap h3,
.page-id-493 #rev_slider_2_1 ul li .tp-parallax-wrap h3 {
  font-size: 20px !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  text-shadow: 1px 1px 5px black !important;
}
.page-id-4 #rev_slider_1_1 ul li .tp-parallax-wrap p,
.page-id-4 #rev_slider_2_1 ul li .tp-parallax-wrap p,
.page-id-493 #rev_slider_1_1 ul li .tp-parallax-wrap p,
.page-id-493 #rev_slider_2_1 ul li .tp-parallax-wrap p {
  font-size: 17px !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 400 !important;
  text-shadow: 1px 1px 8px black !important;
}
.page-id-4 #rev_slider_1_1 ul li .tp-parallax-wrap h1,
.page-id-4 #rev_slider_2_1 ul li .tp-parallax-wrap h1,
.page-id-493 #rev_slider_1_1 ul li .tp-parallax-wrap h1,
.page-id-493 #rev_slider_2_1 ul li .tp-parallax-wrap h1 {
  font-size: 98px !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 200 !important;
  text-transform: uppercase !important;
  color: #414042 !important;
  line-height: 65px !important;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 1024px) {
  .page-id-4 #rev_slider_1_1 ul li .tp-parallax-wrap h1,
  .page-id-4 #rev_slider_2_1 ul li .tp-parallax-wrap h1,
  .page-id-493 #rev_slider_1_1 ul li .tp-parallax-wrap h1,
  .page-id-493 #rev_slider_2_1 ul li .tp-parallax-wrap h1 {
    font-size: 58px !important;
  }
}
.page-id-4 #rev_slider_1_1 ul li .tp-parallax-wrap h1.orange,
.page-id-4 #rev_slider_2_1 ul li .tp-parallax-wrap h1.orange,
.page-id-493 #rev_slider_1_1 ul li .tp-parallax-wrap h1.orange,
.page-id-493 #rev_slider_2_1 ul li .tp-parallax-wrap h1.orange {
  color: #eb5d34 !important;
  font-size: 86px !important;
  letter-spacing: 1px !important;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .page-id-4 #rev_slider_1_1 ul li .tp-parallax-wrap h1.orange,
  .page-id-4 #rev_slider_2_1 ul li .tp-parallax-wrap h1.orange,
  .page-id-493 #rev_slider_1_1 ul li .tp-parallax-wrap h1.orange,
  .page-id-493 #rev_slider_2_1 ul li .tp-parallax-wrap h1.orange {
    font-size: 50px !important;
  }
}
.page-id-4 #wrapper-infos-mobile .titre,
.page-id-493 #wrapper-infos-mobile .titre {
  text-align: center;
}
.page-id-4 #wrapper-infos-mobile .titre h2,
.page-id-493 #wrapper-infos-mobile .titre h2 {
  font-size: 50px;
  font-weight: 200;
  text-transform: uppercase;
}
.page-id-4 #wrapper-infos-mobile .titre h2 span.orange,
.page-id-493 #wrapper-infos-mobile .titre h2 span.orange {
  color: #eb5d34;
}
.page-id-4 #wrapper-infos-mobile #infos-mobile .ctn-info,
.page-id-493 #wrapper-infos-mobile #infos-mobile .ctn-info {
  margin-bottom: 1em;
}
.page-id-4 #wrapper-infos-mobile #infos-mobile .ctn-info .picto,
.page-id-493 #wrapper-infos-mobile #infos-mobile .ctn-info .picto {
  height: 50px;
  width: 50px;
  background-size: contain;
  background-position: center;
  margin-right: 1em;
}
.page-id-4 #wrapper-infos-mobile #infos-mobile .ctn-info .text p,
.page-id-493 #wrapper-infos-mobile #infos-mobile .ctn-info .text p {
  font-size: 17px;
  font-weight: 300;
}
@media screen and (max-width: 576px) {
  .page-id-4 #wrapper-infos-mobile #infos-mobile .ctn-info .text p,
  .page-id-493 #wrapper-infos-mobile #infos-mobile .ctn-info .text p {
    font-size: 12px;
    font-weight: 400;
  }
}
.page-id-4 #wrapper-infos-mobile #infos-mobile .ctn-info .text p strong,
.page-id-493 #wrapper-infos-mobile #infos-mobile .ctn-info .text p strong {
  text-transform: uppercase;
  font-weight: 500;
}
.page-id-21 #wrapper-sac,
.page-id-496 #wrapper-sac {
  height: auto;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 2em 0;
  margin-top: 1em;
}
.page-id-21 #wrapper-sac .titre h2,
.page-id-496 #wrapper-sac .titre h2 {
  font-size: 40px;
  font-weight: 200;
  color: #eb5d34;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 1em;
}
@media screen and (max-width: 576px) {
  .page-id-21 #wrapper-sac .titre h2,
  .page-id-496 #wrapper-sac .titre h2 {
    margin: 0;
  }
}
.page-id-21 #wrapper-sac .ctn-caract,
.page-id-496 #wrapper-sac .ctn-caract {
  padding-left: 2em;
}
@media screen and (max-width: 1024px) {
  .page-id-21 #wrapper-sac .ctn-caract,
  .page-id-496 #wrapper-sac .ctn-caract {
    padding-left: 1em;
  }
}
@media screen and (max-width: 576px) {
  .page-id-21 #wrapper-sac .ctn-caract,
  .page-id-496 #wrapper-sac .ctn-caract {
    padding-left: 0;
  }
}
.page-id-21 #wrapper-sac .ctn-caract .infos,
.page-id-496 #wrapper-sac .ctn-caract .infos {
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .page-id-21 #wrapper-sac .ctn-caract .infos,
  .page-id-496 #wrapper-sac .ctn-caract .infos {
    margin-right: 0.5em;
  }
}
.page-id-21 #wrapper-sac .ctn-caract .infos:nth-child(1),
.page-id-496 #wrapper-sac .ctn-caract .infos:nth-child(1) {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-delay: 2.5s;
}
.page-id-21 #wrapper-sac .ctn-caract .infos:nth-child(2),
.page-id-496 #wrapper-sac .ctn-caract .infos:nth-child(2) {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-delay: 3s;
}
.page-id-21 #wrapper-sac .ctn-caract .infos:nth-child(3),
.page-id-496 #wrapper-sac .ctn-caract .infos:nth-child(3) {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-delay: 3.5s;
}
.page-id-21 #wrapper-sac .ctn-caract .infos:nth-child(4),
.page-id-496 #wrapper-sac .ctn-caract .infos:nth-child(4) {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-delay: 4s;
}
.page-id-21 #wrapper-sac .ctn-caract .infos .picto,
.page-id-496 #wrapper-sac .ctn-caract .infos .picto {
  width: 71px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .page-id-21 #wrapper-sac .ctn-caract .infos .picto,
  .page-id-496 #wrapper-sac .ctn-caract .infos .picto {
    margin-right: 0;
  }
}
.page-id-21 #wrapper-sac .ctn-caract .infos .text,
.page-id-496 #wrapper-sac .ctn-caract .infos .text {
  color: #414042;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .page-id-21 #wrapper-sac .ctn-caract .infos .text,
  .page-id-496 #wrapper-sac .ctn-caract .infos .text {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-21 #wrapper-sac .ctn-caract .infos .text,
  .page-id-496 #wrapper-sac .ctn-caract .infos .text {
    font-size: 14px !important;
  }
}
.page-id-21 #wrapper-sac .btn-galerie,
.page-id-496 #wrapper-sac .btn-galerie {
  text-align: center;
  margin-left: 50%;
  margin-top: 2em;
  margin-bottom: 1em;
  transform: translateX(-50%);
}
.page-id-21 #wrapper-sac .btn-galerie a,
.page-id-496 #wrapper-sac .btn-galerie a {
  background-color: #eb5d34;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0.5em 2em 0.5em 4em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
}
.page-id-21 #wrapper-sac .btn-galerie a::after,
.page-id-496 #wrapper-sac .btn-galerie a::after {
  content: "";
  position: absolute;
  display: block;
  width: 31px;
  height: 25px;
  background-image: url('../img/photo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 30px;
  top: 8px;
}
.page-id-21 #wrapper-sac .presentation-sac,
.page-id-496 #wrapper-sac .presentation-sac {
  text-align: center;
}
.page-id-21 #wrapper-sac .presentation-sac .sac-face,
.page-id-496 #wrapper-sac .presentation-sac .sac-face {
  margin-right: 2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-id-21 #wrapper-sac .presentation-sac .sac-face,
  .page-id-496 #wrapper-sac .presentation-sac .sac-face {
    margin-right: 1em;
  }
}
@media screen and (max-width: 576px) {
  .page-id-21 #wrapper-sac .presentation-sac .sac-face,
  .page-id-496 #wrapper-sac .presentation-sac .sac-face {
    margin-right: 0;
  }
}
.page-id-21 #wrapper-sac .presentation-sac .sac-face img,
.page-id-496 #wrapper-sac .presentation-sac .sac-face img {
  display: inline-block;
}
@media screen and (max-width: 576px) {
  .page-id-21 #wrapper-sac .presentation-sac .sac-face img,
  .page-id-496 #wrapper-sac .presentation-sac .sac-face img {
    height: 290px;
  }
}
.page-id-21 #wrapper-sac .presentation-sac .sac-face .wrapper-puce button,
.page-id-496 #wrapper-sac .presentation-sac .sac-face .wrapper-puce button {
  background-color: transparent;
  border: none;
  padding: 0;
  position: absolute;
}
.page-id-21 #wrapper-sac .presentation-sac .sac-face .wrapper-puce button#bombe,
.page-id-496 #wrapper-sac .presentation-sac .sac-face .wrapper-puce button#bombe {
  right: 30%;
  bottom: 25%;
}
.page-id-21 #wrapper-sac .presentation-sac .sac-face .wrapper-puce button#bande,
.page-id-496 #wrapper-sac .presentation-sac .sac-face .wrapper-puce button#bande {
  right: 21%;
  bottom: 51%;
}
.page-id-21 #wrapper-sac .presentation-sac .sac-face .wrapper-puce button#stylo,
.page-id-496 #wrapper-sac .presentation-sac .sac-face .wrapper-puce button#stylo {
  right: 3%;
  top: 17%;
}
@media screen and (max-width: 576px) {
  .page-id-21 #wrapper-sac .presentation-sac .sac-face .wrapper-puce button#stylo,
  .page-id-496 #wrapper-sac .presentation-sac .sac-face .wrapper-puce button#stylo {
    right: 2%;
    top: 17%;
  }
}
.page-id-21 #wrapper-sac .presentation-sac .sac-face .wrapper-puce button#poche,
.page-id-496 #wrapper-sac .presentation-sac .sac-face .wrapper-puce button#poche {
  right: 2%;
  bottom: 17%;
}
@media screen and (max-width: 576px) {
  .page-id-21 #wrapper-sac .presentation-sac .sac-face .wrapper-puce button#poche,
  .page-id-496 #wrapper-sac .presentation-sac .sac-face .wrapper-puce button#poche {
    right: 2%;
    bottom: 16%;
  }
}
.page-id-21 #wrapper-sac .presentation-sac .sac-face .wrapper-puce button#grande,
.page-id-496 #wrapper-sac .presentation-sac .sac-face .wrapper-puce button#grande {
  right: 30%;
  top: 19%;
}
.page-id-21 #wrapper-sac .presentation-sac .sac-face .wrapper-puce button#logo,
.page-id-496 #wrapper-sac .presentation-sac .sac-face .wrapper-puce button#logo {
  right: 30%;
  top: 30%;
}
.page-id-21 #wrapper-sac .presentation-sac .sac-face .wrapper-puce button#burin,
.page-id-496 #wrapper-sac .presentation-sac .sac-face .wrapper-puce button#burin {
  left: 36%;
  top: 44%;
}
.page-id-21 #wrapper-sac .presentation-sac .sac-face .wrapper-puce button#masse,
.page-id-496 #wrapper-sac .presentation-sac .sac-face .wrapper-puce button#masse {
  display: none;
  left: 18%;
  bottom: 5%;
}
.page-id-21 #wrapper-sac .presentation-sac .sac-face .wrapper-puce .puce,
.page-id-496 #wrapper-sac .presentation-sac .sac-face .wrapper-puce .puce {
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-animation: pulse 2s infinite 1s;
  animation: pulse 2s infinite 1s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.page-id-21 #wrapper-sac .presentation-sac .sac-dos,
.page-id-496 #wrapper-sac .presentation-sac .sac-dos {
  margin-left: 2em;
  position: relative;
}
@media screen and (max-width: 576px) {
  .page-id-21 #wrapper-sac .presentation-sac .sac-dos,
  .page-id-496 #wrapper-sac .presentation-sac .sac-dos {
    animation-name: slideInRight !important;
    visibility: visible !important;
  }
}
@media screen and (max-width: 768px) {
  .page-id-21 #wrapper-sac .presentation-sac .sac-dos,
  .page-id-496 #wrapper-sac .presentation-sac .sac-dos {
    margin-left: 0em;
  }
}
.page-id-21 #wrapper-sac .presentation-sac .sac-dos img,
.page-id-496 #wrapper-sac .presentation-sac .sac-dos img {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-id-21 #wrapper-sac .presentation-sac .sac-dos img,
  .page-id-496 #wrapper-sac .presentation-sac .sac-dos img {
    height: 625px;
  }
}
@media screen and (max-width: 576px) {
  .page-id-21 #wrapper-sac .presentation-sac .sac-dos img,
  .page-id-496 #wrapper-sac .presentation-sac .sac-dos img {
    height: 290px;
  }
}
.page-id-21 #wrapper-sac .presentation-sac .sac-dos .wrapper-puce button,
.page-id-496 #wrapper-sac .presentation-sac .sac-dos .wrapper-puce button {
  background-color: transparent;
  border: none;
  padding: 0;
  position: absolute;
}
.page-id-21 #wrapper-sac .presentation-sac .sac-dos .wrapper-puce button#carte,
.page-id-496 #wrapper-sac .presentation-sac .sac-dos .wrapper-puce button#carte {
  right: 50%;
  bottom: 35%;
}
.page-id-21 #wrapper-sac .presentation-sac .sac-dos .wrapper-puce button#capacite,
.page-id-496 #wrapper-sac .presentation-sac .sac-dos .wrapper-puce button#capacite {
  right: 51%;
  top: 5%;
}
.page-id-21 #wrapper-sac .presentation-sac .sac-dos .wrapper-puce .puce,
.page-id-496 #wrapper-sac .presentation-sac .sac-dos .wrapper-puce .puce {
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-animation: pulse 2s infinite 1s;
  animation: pulse 2s infinite 1s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.page-id-21 #wrapper-optimisation,
.page-id-496 #wrapper-optimisation {
  background-color: #c84d2d;
  padding: 1em 0 3em 0;
  background-image: url('../img/topographe.png');
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.page-id-21 #wrapper-optimisation .titre h2,
.page-id-496 #wrapper-optimisation .titre h2 {
  font-size: 40px;
  font-weight: 200;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 1em 0 1.5em 1em;
}
.page-id-21 #wrapper-optimisation .optimisation .ctn-optimisation .infos,
.page-id-496 #wrapper-optimisation .optimisation .ctn-optimisation .infos {
  padding: 0 2em;
}
@media screen and (max-width: 768px) {
  .page-id-21 #wrapper-optimisation .optimisation .ctn-optimisation .infos,
  .page-id-496 #wrapper-optimisation .optimisation .ctn-optimisation .infos {
    margin-bottom: 1em;
    padding: 0 1em;
  }
}
.page-id-21 #wrapper-optimisation .optimisation .ctn-optimisation .infos:nth-child(1),
.page-id-496 #wrapper-optimisation .optimisation .ctn-optimisation .infos:nth-child(1) {
  animation-duration: 1s;
  animation-delay: 1s;
}
.page-id-21 #wrapper-optimisation .optimisation .ctn-optimisation .infos:nth-child(2),
.page-id-496 #wrapper-optimisation .optimisation .ctn-optimisation .infos:nth-child(2) {
  animation-duration: 1s;
  animation-delay: 1.5s;
}
.page-id-21 #wrapper-optimisation .optimisation .ctn-optimisation .infos:nth-child(3),
.page-id-496 #wrapper-optimisation .optimisation .ctn-optimisation .infos:nth-child(3) {
  animation-duration: 1s;
  animation-delay: 2s;
}
.page-id-21 #wrapper-optimisation .optimisation .ctn-optimisation .infos:nth-child(4),
.page-id-496 #wrapper-optimisation .optimisation .ctn-optimisation .infos:nth-child(4) {
  animation-duration: 1s;
  animation-delay: 2.5s;
}
.page-id-21 #wrapper-optimisation .optimisation .ctn-optimisation .infos .image,
.page-id-496 #wrapper-optimisation .optimisation .ctn-optimisation .infos .image {
  width: 100%;
  height: 377px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: crosshair;
}
.page-id-21 #wrapper-optimisation .optimisation .ctn-optimisation .infos .image:hover,
.page-id-496 #wrapper-optimisation .optimisation .ctn-optimisation .infos .image:hover {
  -webkit-filter: initial;
  filter: initial;
  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-21 #wrapper-optimisation .optimisation .ctn-optimisation .infos .text,
.page-id-496 #wrapper-optimisation .optimisation .ctn-optimisation .infos .text {
  background-color: rgba(60,23,13,0.8);
  height: 45%;
  padding: 1em;
}
.page-id-21 #wrapper-optimisation .optimisation .ctn-optimisation .infos .text p,
.page-id-496 #wrapper-optimisation .optimisation .ctn-optimisation .infos .text p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: justify;
}
#wrapper-reference .titre {
  background-color: #e6e6e6;
  margin-bottom: 1em;
}
#wrapper-reference .titre h2 {
  font-size: 40px;
  font-weight: 200;
  color: #414042;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.5em;
  text-align: center;
}
@media screen and (max-width: 576px) {
  #wrapper-reference #slider-reference {
    padding-left: 0;
  }
}
.owl-carousel .owl-stage .owl-item {
  display: inline-flex;
  justify-content: center;
}
.owl-carousel .owl-stage .owl-item li {
  min-height: 150px;
  align-items: center;
  display: inline-flex;
}
.owl-carousel .owl-stage .owl-item img {
  width: 80%;
  margin: 0 auto;
}
.page-template-page-metier #wrapper-presentation {
  padding: 6em 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-template-page-metier #wrapper-presentation {
    padding: 4em 0;
  }
}
.page-template-page-metier #wrapper-presentation .row {
  background-color: rgba(255,255,255,0.9);
  padding: 1em;
}
.page-template-page-metier #wrapper-presentation .row .top-title {
  padding-left: 4.5em;
}
@media screen and (max-width: 768px) {
  .page-template-page-metier #wrapper-presentation .row .top-title {
    padding-left: 1.5em;
  }
}
@media screen and (max-width: 576px) {
  .page-template-page-metier #wrapper-presentation .row .top-title {
    padding-left: 0.5em;
  }
}
.page-template-page-metier #wrapper-presentation .row .top-title .accroche h3 {
  color: #aa9765;
  font-size: 22px;
  font-weight: 600;
}
.page-template-page-metier #wrapper-presentation .row .top-title .titre h2 {
  color: #eb5d34;
  font-size: 32px;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.page-template-page-metier #wrapper-presentation .row .presentation .text-gauche,
.page-template-page-metier #wrapper-presentation .row .presentation .text-droite {
  position: relative;
}
.page-template-page-metier #wrapper-presentation .row .presentation .text-gauche p,
.page-template-page-metier #wrapper-presentation .row .presentation .text-droite p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: justify;
  color: #333333;
  line-height: 25px;
  margin-bottom: 1em;
}
.page-template-page-metier #wrapper-presentation .row .presentation .text-gauche p strong,
.page-template-page-metier #wrapper-presentation .row .presentation .text-droite p strong {
  color: #eb5d34;
}
.page-template-page-metier #wrapper-presentation .row .presentation .text-droite {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
@media screen and (max-width: 768px) {
  .page-template-page-metier #wrapper-presentation .row .presentation .text-droite {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (max-width: 576px) {
  .page-template-page-metier #wrapper-presentation .row .presentation .text-droite {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-page-metier #wrapper-presentation .row .presentation .btn-galerie {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-template-page-metier #wrapper-presentation .row .presentation .btn-galerie {
    margin-top: 5em;
  }
}
.page-template-page-metier #wrapper-presentation .row .presentation .btn-galerie a {
  background-color: #eb5d34;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0.5em 2em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
}
@media screen and (max-width: 576px) {
  .page-template-page-metier #wrapper-presentation .row .presentation .btn-galerie a {
    padding: 0.5em 1em;
  }
}
.page-template-page-metier #wrapper-presentation .row .presentation .text-gauche {
  padding-left: 4em;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  .page-template-page-metier #wrapper-presentation .row .presentation .text-gauche {
    padding-left: 1em;
  }
}
@media screen and (max-width: 576px) {
  .page-template-page-metier #wrapper-presentation .row .presentation .text-gauche {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-page-metier #wrapper-presentation .row .presentation .text-gauche::before {
  content: "";
  position: absolute;
  display: block;
  width: 388px;
  height: 680px;
  background-image: url('../img/sac-contact.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  left: -58%;
  bottom: -130%;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-duration: 1s;
  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 screen and (max-width: 1024px) {
  .page-template-page-metier #wrapper-presentation .row .presentation .text-gauche::before {
    width: 380px;
    height: 380px;
    left: 11%;
    bottom: -134%;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page-metier #wrapper-presentation .row .presentation .text-gauche::before {
    display: none;
  }
}
.page-template-page-metier #wrapper-presentation .row .presentation .nom-metier {
  position: relative;
}
.page-template-page-metier #wrapper-presentation .row .presentation .nom-metier .picto-metier {
  background-color: #eb5d34;
  padding: 0.7em;
  position: absolute;
  right: -20px;
  top: -99px;
}
.page-template-page-metier #wrapper-presentation .row .presentation .nom-metier .picto-metier img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 576px) {
  .page-template-page-metier #wrapper-presentation .row .presentation .nom-metier .picto-metier img {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page-metier #wrapper-presentation .row .presentation .nom-metier .picto-metier {
    top: -150px;
  }
}
.page-template-page-metier #wrapper-presentation .row .presentation .nom-metier .titre-metier {
  color: #eb5d34;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform-origin: 0 0;
  white-space: nowrap;
  margin-left: 6.9em;
  margin-top: 2em;
  position: absolute;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .page-template-page-metier #wrapper-presentation .row .presentation .nom-metier .titre-metier {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    margin-top: 0;
    margin-left: 0;
    bottom: 4em;
    right: 4em;
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  .page-template-page-metier #wrapper-presentation .row .presentation .nom-metier .titre-metier {
    font-size: 14px;
    width: auto;
    bottom: 8em;
  }
}
.page-template-contact #wrapper-contact .contact {
  position: relative;
}
@media screen and (max-width: 576px) {
  .page-template-contact #wrapper-contact .contact {
    padding-right: 0;
  }
}
.page-template-contact #wrapper-contact .contact::before {
  content: "";
  position: absolute;
  display: block;
  width: 388px;
  height: 680px;
  background-image: url('../img/sac-contact.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  left: 3em;
  bottom: 1em;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  opacity: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .page-template-contact #wrapper-contact .contact::before {
    width: 250px;
    height: 490px;
    bottom: 10em;
    left: 1em;
  }
}
@media screen and (max-width: 768px) {
  .page-template-contact #wrapper-contact .contact::before {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .page-template-contact #wrapper-contact .contact::before {
    display: none;
  }
}
.page-template-contact #wrapper-contact .contact .formulaire,
.page-template-contact #wrapper-contact .contact .infos {
  padding: 4em 0;
}
@media screen and (max-width: 576px) {
  .page-template-contact #wrapper-contact .contact .formulaire,
  .page-template-contact #wrapper-contact .contact .infos {
    padding: 1em 0;
  }
}
.page-template-contact #wrapper-contact .contact .infos {
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .page-template-contact #wrapper-contact .contact .infos {
    padding-left: 1em;
  }
  .page-template-contact #wrapper-contact .contact .infos::before {
    content: "";
    position: absolute;
    display: block;
    width: 250px;
    height: 490px;
    background-image: url('../img/sac-face.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    right: 1em;
    bottom: 1em;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    opacity: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 576px) {
  .page-template-contact #wrapper-contact .contact .infos::before {
    display: none;
  }
}
.page-template-contact #wrapper-contact .contact .formulaire {
  width: 50%;
  margin-left: 40%;
}
@media screen and (max-width: 768px) {
  .page-template-contact #wrapper-contact .contact .formulaire {
    width: 90%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 576px) {
  .page-template-contact #wrapper-contact .contact .formulaire {
    width: 100%;
    margin-left: 2%;
  }
}
.page-template-contact #wrapper-contact .contact .formulaire .titre h3 {
  background-color: #eb5d34;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  padding: 0.5em 1em;
}
.page-template-contact #wrapper-contact .contact .formulaire #nf-form-2-cont input,
.page-template-contact #wrapper-contact .contact .formulaire #nf-form-4-cont input {
  padding: .5rem;
  outline: none;
  font-weight: 200;
  font-size: 16px;
  color: #333333;
  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;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #333333;
  background-color: transparent;
}
.page-template-contact #wrapper-contact .contact .formulaire #nf-form-2-cont textarea,
.page-template-contact #wrapper-contact .contact .formulaire #nf-form-4-cont textarea {
  padding: .5rem;
  outline: none;
  font-weight: 200;
  font-size: 16px;
  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;
}
.page-template-contact #wrapper-contact .contact .formulaire #nf-form-2-cont .nf-form-content,
.page-template-contact #wrapper-contact .contact .formulaire #nf-form-4-cont .nf-form-content {
  padding: 1em 0em;
}
.page-template-contact #wrapper-contact .contact .formulaire #nf-form-2-cont .nf-field-label label,
.page-template-contact #wrapper-contact .contact .formulaire #nf-form-4-cont .nf-field-label label {
  color: #333333;
  font-weight: 300;
}
.page-template-contact #wrapper-contact .contact .formulaire #nf-form-2-cont .nf-form-fields-required,
.page-template-contact #wrapper-contact .contact .formulaire #nf-form-4-cont .nf-form-fields-required {
  display: none;
}
.page-template-contact #wrapper-contact .contact .formulaire #nf-form-2-cont #nf-field-8-wrap .nf-field-element,
.page-template-contact #wrapper-contact .contact .formulaire #nf-form-4-cont #nf-field-8-wrap .nf-field-element {
  text-align: center;
}
.page-template-contact #wrapper-contact .contact .formulaire #nf-form-2-cont #nf-field-8-wrap .nf-field-element input,
.page-template-contact #wrapper-contact .contact .formulaire #nf-form-4-cont #nf-field-8-wrap .nf-field-element input {
  background-color: #eb5d34;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  border: none;
  letter-spacing: 2px;
  padding: 0.5em 1.5em;
  color: #fff;
  width: 45%;
  cursor: pointer;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.page-template-contact #wrapper-contact .contact .formulaire #nf-form-2-cont #nf-field-8-wrap .nf-field-element input:hover,
.page-template-contact #wrapper-contact .contact .formulaire #nf-form-4-cont #nf-field-8-wrap .nf-field-element input:hover {
  background-color: transparent;
  border: solid 1px #eb5d34;
  color: #eb5d34;
}
.page-template-contact #wrapper-contact .contact .formulaire #nf-form-2-cont .nf-form-cont .one-half,
.page-template-contact #wrapper-contact .contact .formulaire #nf-form-4-cont .nf-form-cont .one-half {
  margin-left: 0;
  width: 100%;
}
.page-template-contact #wrapper-contact .contact .entreprise h3 {
  color: #eb5d34;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 26px;
}
.page-template-contact #wrapper-contact .contact .infos-client p,
.page-template-contact #wrapper-contact .contact .infos-client a {
  color: #212121;
}
.page-template-contact #wrapper-contact .contact .infos-client p {
  margin-bottom: 0.6em !important;
}
.page-template-contact #wrapper-contact .contact .infos-client p .fas,
.page-template-contact #wrapper-contact .contact .infos-client p .far {
  color: #eb5d34;
  font-size: 20px;
  margin-right: 1em;
}
.page-template-contact #wrapper-contact .contact .infos-client p.mobile .fas,
.page-template-contact #wrapper-contact .contact .infos-client p.mobile .far {
  font-size: 24px;
}
.page-template-contact #wrapper-contact .contact .infos-client p.address .fas {
  font-size: 23px;
  padding-top: 0.4em;
}
.page-template-contact #wrapper-contact .contact .reseau p {
  border: solid 1px #eb5d34;
  border-radius: 3px;
  margin-right: 1em;
}
.page-template-contact #wrapper-contact .contact .reseau p a {
  color: #eb5d34;
  height: 40px;
  width: 40px;
  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;
}
.page-template-contact #wrapper-contact .contact .reseau p a:hover {
  background-color: #eb5d34;
  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-template-contact #wrapper-contact .contact .reseau p a .fab {
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 25%;
}
.page-template-galerie #wrapper-gallery {
  background-color: #414042;
  padding: 3em 0;
  background-image: url('../img/fond-header.png');
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 576px) {
  .page-template-galerie #wrapper-gallery {
    padding: 1em 0;
  }
}
.page-template-galerie #wrapper-gallery #masonry a .img-gallery {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 10px;
}
@media screen and (max-width: 576px) {
  .page-template-galerie #wrapper-gallery #masonry a .img-gallery {
    margin: 10px 0;
  }
}
.page-template-galerie #wrapper-gallery #masonry a .img-gallery .hover-img {
  opacity: 0;
  top: 100%;
  position: absolute;
  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;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.8);
}
.page-template-galerie #wrapper-gallery #masonry a .img-gallery .hover-img .ctn-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 46px;
  height: 46px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-galerie #wrapper-gallery #masonry a .img-gallery:hover .hover-img {
  top: 0;
  opacity: 1;
}
.page-template-galerie #wrapper-gallery #masonry a .grande-horizontale {
  width: 35% !important;
}
@media screen and (max-width: 1024px) {
  .page-template-galerie #wrapper-gallery #masonry a .grande-horizontale {
    width: 40% !important;
  }
}
@media screen and (max-width: 576px) {
  .page-template-galerie #wrapper-gallery #masonry a .grande-horizontale {
    width: 100% !important;
  }
}
.page-template-galerie #wrapper-gallery #masonry a .petite-horizontale {
  width: 20% !important;
}
@media screen and (max-width: 1024px) {
  .page-template-galerie #wrapper-gallery #masonry a .petite-horizontale {
    width: 26% !important;
  }
}
@media screen and (max-width: 576px) {
  .page-template-galerie #wrapper-gallery #masonry a .petite-horizontale {
    width: 100% !important;
    height: 170px !important;
  }
}
.page-template-galerie #wrapper-gallery #masonry a .rectangulaire {
  width: 20% !important;
}
@media screen and (max-width: 1024px) {
  .page-template-galerie #wrapper-gallery #masonry a .rectangulaire {
    width: 26% !important;
  }
}
@media screen and (max-width: 576px) {
  .page-template-galerie #wrapper-gallery #masonry a .rectangulaire {
    width: 100% !important;
    height: 170px !important;
  }
}
#cn-accept-cookie {
  background-color: #eb5d34 !important;
  background-image: none !important;
}
.nf-response-msg {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 0.5em;
}
.nf-response-msg p {
  color: #3c763d;
}
.nav-tabs {
  border: none;
  margin-bottom: 1em;
}
.nav-tabs .nav-link {
  background-color: #cecece;
  color: #414042;
}
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #eb5d34;
  border-color: #eb5d34;
}
.page-id-161 h3 {
  margin-top: 1em;
}
.page-id-168 p {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
}
.page-id-168 li,
.page-id-168 h3,
.page-id-168 strong {
  font-weight: 500 !important;
}
#grdp_barre_maxi,
#grdp_barre_mini {
  background-color: rgba(235,93,52,0.9) !important;
}
