.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
/* GLOBAL */
html {
  background: #1d1d1b;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #58585a;
  background: #fff;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
}
body:before {
  content: '';
  background: url(../img/motifs.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 811px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
body:after {
  content: '';
  background: url(../img/motifs-footer.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 358px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
a {
  color: #ff7e00;
  text-decoration: none;
  transition: all 0.35s ease-in-out !important;
  -webkit-transition: all 0.35s ease-in-out !important;
  -moz-transition: all 0.35s ease-in-out !important;
  -o-transition: all 0.35s ease-in-out !important;
}
a:hover {
  color: #A65200;
  cursor: pointer;
}
a.suite {
  border-color: #009fe3;
  color: #009fe3;
}
a.suite:hover {
  background: #009fe3;
  color: #fff;
}
img,
iframe {
  max-width: 100%;
  height: auto;
}
.bouton {
  display: inline-block;
  color: #ff7e00;
  border: 2px solid #ff7e00;
  padding: 15px 20px;
  text-transform: uppercase;
}
.bouton:hover {
  background: #ff7e00;
  color: #fff;
  text-decoration: none;
}
main {
  position: relative;
  z-index: 2;
}
main ul {
  padding-left: 0;
}
main ul li {
  list-style-type: none;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
main ul li:before {
  content: '';
  background: url(../img/puce.png);
  width: 10px;
  height: 14px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 7px;
}
/* TITRES */
h1,
.h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 400;
}
h1:after,
.h1:after {
  content: '';
  background: #fff;
  width: 100px;
  height: 1px;
  display: block;
  margin-top: 1rem;
}
h2 {
  font-size: 22px;
  color: #1d1d1b;
  font-weight: normal;
}
h2 span {
  color: #009fe3;
}
h3 {
  font-size: 18px;
  font-weight: bold;
  color: #1d1d1b;
}
/* HEADER */
header .logo a img {
  opacity: 1;
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
}
header .logo a:hover img {
  opacity: 0.6;
}
/* MENUS */
.menu-principal > ul {
  padding-left: 0;
  margin-bottom: 0;
}
.menu-principal > ul > li {
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
}
.menu-principal > ul > li a {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #58585a;
}
.menu-principal > ul > li a:hover {
  color: #ff7e00;
  text-decoration: none;
}
.menu-principal > ul > li.current-menu-item a,
.menu-principal > ul > li.current-page-ancestor a {
  color: #ff7e00;
}
.menu-prestations > ul,
.menu-produits > ul {
  text-align: center;
}
.menu-prestations > ul > li,
.menu-produits > ul > li {
  width: 23%;
  display: inline-block;
  text-align: center;
  margin: 0 1%;
  vertical-align: middle;
}
.menu-prestations > ul > li:first-child,
.menu-produits > ul > li:first-child {
  margin-left: 0;
}
.menu-prestations > ul > li:last-child,
.menu-produits > ul > li:last-child {
  margin-right: 0;
}
.menu-prestations > ul > li:before,
.menu-produits > ul > li:before {
  display: none;
}
.menu-prestations > ul > li a,
.menu-produits > ul > li a {
  display: block;
  border: 1px solid #009fe3;
  color: #009fe3;
  padding: 10px;
}
.menu-prestations > ul > li a:hover,
.menu-produits > ul > li a:hover {
  background: #009fe3;
  color: #fff;
  text-decoration: none;
}
.menu-produits {
  text-align: center;
}
.menu-produits > li {
  width: 24%;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}
.menu-produits > li:first-child {
  margin-left: 0;
}
.menu-produits > li:last-child {
  margin-right: 0;
}
.menu-produits > li:before {
  display: none;
}
.menu-produits > li a {
  display: block;
  border: 1px solid #009fe3;
  color: #009fe3;
  padding: 10px;
  height: 100%;
}
.menu-produits > li a:hover {
  background: #009fe3;
  color: #fff;
  text-decoration: none;
}
/* MENU MOBILE */
.navbar {
  display: none;
  padding: 0 !important;
  background: #1d1d1b;
  position: relative;
  z-index: 3;
}
.navbar .navbar-nav {
  text-align: center;
  padding: 20px 15px;
}
.navbar .navbar-nav li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #1d1d1b;
}
.navbar .navbar-nav li:last-child {
  margin-bottom: 0;
}
.navbar .navbar-nav li a {
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a.active {
  color: #ff7e00 !important;
}
.navbar button {
  position: absolute;
  top: -95px;
  right: 30px;
  background: #ff7e00;
  border-radius: 0 !important;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 20px;
}
.navbar button:focus {
  outline: none;
}
.navbar button:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f0c9';
  display: inline-block;
  margin-left: 5px;
  font-weight: 900;
}
.navbar .navbar-nav .dropdown-menu {
  background: none;
}
.navbar .navbar-nav .dropdown-menu a {
  color: #ffff00 !important;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 1rem;
  text-transform: none;
}
.navbar .navbar-nav .dropdown-menu a:hover {
  color: #ff0000 !important;
  background: none;
}
.navbar .navbar-nav .dropdown-menu .image-cat {
  display: none;
}
.navbar-light .navbar-toggler-icon {
  display: none !important;
}
/* FORMULAIRES */
.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #7f8588 !important;
  background: #fff !important;
  padding: 25px !important;
  border-color: #bfbfbf !important;
}
.nf-form-content .checkbox-wrap label {
  font-size: 12px;
  font-weight: normal;
}
.nf-form-content input[type="button"] {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  float: right;
  background: #ff7e00 !important;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  padding: 15px 60px;
  height: auto !important;
  border: 2px solid #ff7e00 !important;
}
.nf-form-content input[type="button"]:hover {
  background: 0 !important;
  color: #ff7e00 !important;
}
.nf-form-fields-required {
  font-size: 11px;
  font-style: italic;
  text-align: right;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: -20px;
}
/* RACCOURCIS */
.raccourcis {
  margin-bottom: -40px;
  position: relative;
  z-index: 4;
}
.raccourcis > ul {
  padding-left: 0;
  padding-right: 10px;
}
.raccourcis > ul > li {
  display: inline-block;
}
.raccourcis > ul > li a {
  text-align: center;
  display: inline-block;
  background: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #009fe3;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
}
.raccourcis > ul > li a:hover {
  background: #009fe3;
  color: #fff;
}
/* STICKY */
.sticky {
  position: sticky;
  bottom: 0;
  z-index: 10;
}
.sticky > div {
  position: absolute;
  background: #ff7e00;
  width: 280px;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.sticky > div a {
  display: flex;
  align-items: center;
  padding-left: 30px !important;
}
.sticky > div a:hover {
  text-decoration: none;
}
.sticky > div a:hover span {
  color: #1d1d1b;
}
.sticky > div a img {
  margin-right: 10px;
}
.sticky > div a span {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  display: inline-block;
  color: #fff;
  text-align: left;
  text-decoration: none;
  transition: 0.3s;
}
.sticky > div a span strong {
  display: block;
  font-weight: 600;
}
.sticky > div .demande {
  display: none;
  max-height: 80vh;
  overflow: auto;
}
.sticky > div .demande .nf-form-content input:not([type="button"]),
.sticky > div .demande .nf-form-content textarea {
  border-color: #fff !important;
}
.sticky > div .demande .nf-form-content input[type="button"] {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  background: #fff !important;
}
.sticky > div .demande .nf-form-content input[type="button"]:hover {
  background: 0 !important;
  color: #fff !important;
}
.sticky > div .demande .nf-form-content ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.sticky > div .demande .nf-form-content ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.sticky > div .demande .nf-form-content :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.sticky > div .demande .nf-form-content :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.sticky > div .demande .nf-form-content .checkbox-wrap label {
  color: #fff;
}
.sticky > div .demande.actif {
  display: block;
}
.sticky > div .demande #nf-field-12-container label {
  font-size: 0.7rem;
  line-height: 1.2;
}
.sticky > div .demande #nf-field-14-container {
  font-size: 1rem;
  color: #fff;
}
.sticky > div .demande #nf-field-14-container li label {
  text-align: left;
  color: #fff;
  font-size: 0.9rem;
}
.sticky > div .demande #nf-field-14-container li label:hover {
  cursor: pointer;
}
.sticky > div .demande #nf-field-14-container li:hover {
  cursor: pointer;
}
.sticky > div .demande .nf-error-msg {
  font-size: 0.8rem;
  line-height: 1.2;
}
.sticky > div .demande .nf-form-content .listcheckbox-wrap li,
.sticky > div .demande .nf-form-content .listradio-wrap li {
  margin-bottom: 6px!important;
}
.sticky > div .demande .nf-error.field-wrap .nf-field-element:after {
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.sticky > div .demande .nf-form-fields-required {
  color: #fff !important;
}
.sticky > div .demande .nf-field-container {
  margin-bottom: 10px;
}
.sticky > div .demande .nf-form-content label {
  font-size: 0.9rem;
}
.sticky > div .demande .nf-form-content .checkbox-wrap label {
  text-align: left !important;
}
.sticky > div .demande .nf-form-content textarea.ninja-forms-field {
  height: 100px;
}
.sticky > div .demande .nf-form-content input:not([type=button]),
.sticky > div .demande .nf-form-content textarea {
  background: #ff7e00 !important;
  color: #fff !important;
  text-transform: none;
  padding: 8px 13px !important;
  font-size: 0.9rem;
  line-height: 1.2;
  height: 40px;
}
.sticky > div .demande .nf-form-content input[type=button] {
  display: block;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 20px;
  background: #fff;
  color: #ff7e00;
  text-transform: uppercase;
  border: 1px solid #fff !important;
}
.sticky > div .demande .nf-form-content input[type=button]:hover {
  color: #fff;
  background: none;
  cursor: pointer;
}
/* HAUT DE PAGE */
.haut-de-page .slide {
  height: 230px;
  overflow: hidden;
}
.haut-de-page .slide .image {
  height: 100%;
  width: 60%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
}
.haut-de-page .slide .encars {
  height: 100%;
  width: 40%;
  padding-top: 80px;
  padding-right: 50px;
  padding-left: 20px;
  background: #009fe3;
  float: right;
  color: #fff;
  position: relative;
}
.haut-de-page .slide .encars:before {
  content: '';
  position: absolute;
  top: 0;
  left: -83px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 83px 430px 0;
  border-color: transparent #009fe3 transparent transparent;
}
.haut-de-page .slide .encars h1,
.haut-de-page .slide .encars .h1 {
  color: #fff;
  word-break: break-word;
}
.haut-de-page .slide .encars h1:after,
.haut-de-page .slide .encars .h1:after {
  margin-left: auto;
}
.haut-de-page .owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.haut-de-page .owl-carousel .owl-nav button {
  font-size: 2.5rem !important;
  color: #babbbc !important;
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  display: inline-block;
}
.haut-de-page .owl-carousel .owl-nav button span {
  line-height: auto;
}
.haut-de-page .owl-carousel .owl-nav button:hover {
  color: #1d1d1b !important;
}
.haut-de-page .owl-carousel .owl-nav button:focus {
  outline: none;
}
.haut-de-page .owl-carousel .owl-nav .owl-prev {
  position: relative;
  left: -30px;
}
.haut-de-page .owl-carousel .owl-nav .owl-next {
  float: right;
  position: relative;
  right: -30px;
}
.haut-de-page.simple .container:before {
  content: '';
  background: #009fe3;
  width: 100%;
  height: 43px;
  display: block;
  margin-bottom: 40px;
}
.haut-de-page .entier {
  background: #009fe3;
  padding-right: 60px;
}
.haut-de-page .entier h1 {
  color: #fff;
}
.haut-de-page .entier h1:after {
  margin-left: auto;
}
.haut-de-page .simple {
  position: relative;
}
/* PAGE D'ACCUEIL */
body.home .haut-de-page .slide {
  height: 430px;
}
body.home .haut-de-page .slide .encars {
  padding-top: 170px;
}
body.home .marques .logos {
  border: 1px solid #dddddd;
  border-radius: 10px;
}
body.home .marques .logos a img {
  opacity: 1;
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
}
body.home .marques .logos a:hover img {
  opacity: 0.5;
}
body.home .marques .logos .owl-stage {
  display: flex;
  align-items: center;
}
body.home .marques .logos .owl-item {
  height: 100%;
}
body.home .marques .logos .owl-item img {
  width: auto !important;
  margin: auto;
}
body.home .marques .logos .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 100%;
  left: 0;
}
body.home .marques .logos .owl-nav button {
  font-size: 24px;
  color: #7f8588;
  background: #efeeef;
  width: 36px;
  height: 36px;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  position: relative;
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
}
body.home .marques .logos .owl-nav button:focus {
  outline: none;
}
body.home .marques .logos .owl-nav button:hover {
  background: #7f8588;
  color: #efeeef;
}
body.home .marques .logos .owl-nav button:after {
  content: '';
  background: #efeeef;
  opacity: 0.3;
  width: 46px;
  height: 46px;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: 50%;
  margin-top: -23px;
  z-index: -1;
}
body.home .marques .logos .owl-nav button.owl-prev {
  position: relative;
  left: -18px;
}
body.home .marques .logos .owl-nav button.owl-next {
  position: relative;
  right: -18px;
  float: right;
}
body.home .prestations h2 {
  position: relative;
}
body.home .prestations h2 strong {
  font-weight: normal;
  padding: 10px 20px;
  background: #fff;
}
body.home .prestations h2:after {
  content: '';
  background: #9c9e9f;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  z-index: -1;
}
body.home .prestations .offres {
  background: #e6e6e6;
  position: relative;
  z-index: 1;
}
body.home .prestations .offres:after {
  content: '';
  background: url(../img/motifs-prestations.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
body.home .prestations .offres .prestation > div {
  background: #fff;
  height: 100%;
  position: relative;
  z-index: 1;
}
body.home .prestations .offres .prestation > div .ombre {
  position: absolute;
  bottom: -50px;
  right: 0;
  z-index: -1;
}
body.home .prestations .offres .prestation > div h3 {
  color: #58585a;
}
body.home .prestations .offres .prestation > div .sstitre {
  color: #009fe3;
  font-weight: 600;
}
body.home .prestations .offres .prestation > div figure {
  width: 83px;
  height: 83px;
  line-height: 83px;
  text-align: center;
  background: #ff7e00;
  display: inline-block;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
}
body.home .realisations .realisation a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
body.home .realisations .realisation a:after {
  content: '';
  background: #009fe3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  z-index: 0;
  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;
  transform: scale(0);
}
body.home .realisations .realisation a .details {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
  opacity: 0;
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
}
body.home .realisations .realisation a .details > div {
  margin: auto;
}
body.home .realisations .realisation a .details > div span {
  display: block;
  color: #fff;
}
body.home .realisations .realisation a:hover .details {
  top: 0;
  opacity: 1;
}
body.home .realisations .realisation a:hover:after {
  transform: scale(1);
}
body.home .avis-google {
  background: #f7f7f7;
}
body.home .avis-google .wp-google-place {
  display: flex !important;
  justify-content: center !important;
}
body.home .avis-google .wp-google-place .wp-google-left,
body.home .avis-google .wp-google-place .wp-google-right {
  display: block !important;
  width: auto !important;
}
body.home .avis-google .wpac {
  max-width: 800px!important;
  padding: 0 30px !important;
  margin: 0 auto !important;
}
body.home .avis-google .wpac .wp-google-rating {
  color: #009fe3 !important;
}
body.home .avis-google .wpac .wp-more-toggle {
  font-weight: bold !important;
  color: #1d1d1b !important;
}
body.home .avis-google .wpac .wp-google-review {
  padding-bottom: 15px !important;
  border-bottom: 1px solid #dfe0e0 !important;
}
body.home .avis-google .wpac .wp-google-review:last-child {
  border-bottom: 0 !important;
}
body.home .avis-google .wpac a {
  color: #009fe3 !important;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
body.home .avis-google .wpac a:hover {
  color: #ff7e00 !important;
}
body.home .avis-google .wpac svg path {
  fill: #ff7e00 !important;
}
body.home .avis-google .wpac .wp-google-url {
  font-weight: bold !important;
  text-transform: uppercase !important;
}
/* PAGE PRESTATIONS */
body.page-id-12 .prestations {
  background: #f1f2f2;
}
body.page-id-12 .prestations .image {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 100% !important;
}
body.page-id-12 .prestations .texte {
  padding: 100px 30px;
  text-align: right;
}
body.page-id-12 .prestations .texte h2 {
  color: #ff7e00;
  font-size: 20px;
  font-weight: 500;
}
body.page-id-12 .prestations .avantages {
  display: none;
}
body.page-id-12 .prestations .avantages strong {
  color: #009fe3;
  text-transform: uppercase;
}
body.page-id-12 .prestations:nth-child(even) > .row {
  flex-direction: row-reverse;
}
body.page-id-12 .prestations:nth-child(even) > .row .image {
  background-position: 0% !important;
}
body.page-id-12 .prestations:nth-child(even) > .row .texte {
  text-align: left;
}
/* PAGE GAMME */
body.page-id-591 .prestations {
  background: #f1f2f2;
}
body.page-id-591 .prestations .image {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 100% !important;
}
body.page-id-591 .prestations .texte {
  padding: 100px 30px;
  text-align: right;
}
body.page-id-591 .prestations .texte h2 {
  color: #ff7e00;
  font-size: 20px;
  font-weight: 500;
}
body.page-id-591 .prestations a.button {
  display: inline-block;
  border: 2px solid #ff7e00;
  padding: 0.7rem 2rem;
  color: #ff7e00;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
body.page-id-591 .prestations a.button:hover,
body.page-id-591 .prestations a.button:focus {
  background-color: #ff7e00;
  color: #fff;
  text-decoration: none;
}
body.page-id-591 .prestations .avantages {
  display: none;
}
body.page-id-591 .prestations .avantages strong {
  color: #009fe3;
  text-transform: uppercase;
}
body.page-id-591 .prestations:nth-child(even) > .row {
  flex-direction: row-reverse;
}
body.page-id-591 .prestations:nth-child(even) > .row .image {
  background-position: 0% !important;
}
body.page-id-591 .prestations:nth-child(even) > .row .texte {
  text-align: left;
}
/* TEMPLATE DE PAGE PRESTATION */
.page-template-template-prestation .haut-de-page h1 {
  font-size: 25px;
}
.page-template-template-prestation .haut-de-page h1:after {
  display: none;
}
.page-template-template-prestation .texte h2 {
  color: #ff7e00;
  font-size: 18px;
  font-weight: 500;
}
.page-template-template-prestation .suite {
  border-color: #ff7e00;
  color: #ff7e00;
}
.page-template-template-prestation .suite:hover {
  background: #ff7e00;
  color: #fff;
}
.page-template-template-prestation .complement > div {
  display: none;
}
.page-template-template-prestation .produits .produit:nth-child(even) {
  flex-direction: row-reverse;
}
/* PAGE RÉFÉRENCES */
body.page-id-16 .information {
  font-size: 20px;
  font-weight: 300;
}
body.page-id-16 .reference a img {
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  opacity: 1;
}
body.page-id-16 .reference a:hover img {
  opacity: 0.5;
}
/* PAGE GALERIE */
body.page-id-14 .realisation > a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
body.page-id-14 .realisation > a:after {
  content: '';
  background: #009fe3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  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;
  transform: scale(0);
}
body.page-id-14 .realisation > a:hover:after {
  transform: scale(1);
}
body.page-id-14 .realisation > a:hover .details {
  top: 0;
  opacity: 1;
}
body.page-id-14 .realisation > a .details {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
  opacity: 0;
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
}
body.page-id-14 .realisation > a .details > div {
  margin: auto;
}
body.page-id-14 .realisation > a .details span {
  display: block;
}
body.page-id-14 .realisation > a .details span.titre {
  color: #fff;
  font-weight: 500;
}
body.page-id-14 .realisation > a .details span.bouton {
  border-color: #fff;
  color: #fff;
  padding: 5px 7px;
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
}
body.page-id-14 .realisation > a .details span.bouton:hover {
  background: #fff;
  color: #009fe3;
}
body.page-id-14 .filters button {
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  font-size: 18px;
}
body.page-id-14 .filters button:focus {
  outline: none;
}
body.page-id-14 .filters button:hover {
  cursor: pointer;
}
body.page-id-14 .filters .type button {
  border: 1px solid #ff7e00;
  color: #ff7e00;
  text-transform: uppercase;
  padding: 5px 12px;
  margin: 0 5px;
}
body.page-id-14 .filters .type button.is-checked,
body.page-id-14 .filters .type button:hover {
  background: #ff7e00;
  color: #fff;
}
body.page-id-14 .filters .projet button {
  background: none;
  border: none;
  color: #58585a;
}
body.page-id-14 .filters .projet button.is-checked,
body.page-id-14 .filters .projet button:hover {
  color: #ff7e00;
}
body.page-id-14 .filters .dropdown {
  display: none;
}
body.page-id-14 .filters .dropdown .btn {
  display: block;
  width: 100%;
  margin: auto;
  border-radius: 0;
  border: 1px solid #ff7e00;
  background: #ff7e00;
  color: #fff;
}
body.page-id-14 .filters .dropdown .btn:focus {
  box-shadow: none !important;
}
body.page-id-14 .filters .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  padding: 0;
  border-radius: 0;
  top: -2px !important;
}
body.page-id-14 .filters .dropdown .dropdown-menu a:hover {
  background: #dfe0e0;
  color: #ff7e00;
}
body.page-id-14 .filters .dropdown .dropdown-menu a.is-checked {
  color: #ff7e00;
}
/* PAGE SOCIETE */
body.page-id-10 h1:after {
  display: none;
}
body.page-id-10 .texte {
  padding-right: 80px;
  font-size: 18px;
  line-height: 28px;
}
body.page-id-10 .texte h2 {
  font-weight: 500;
}
body.page-id-10 .texte h2:after {
  content: '';
  background: #ff7e00;
  width: 59px;
  height: 1px;
  display: block;
  margin: 10px 0;
}
body.page-id-10 .infos > div {
  margin-bottom: 10px;
  font-size: 18px;
}
body.page-id-10 .infos > div i {
  color: #009fe3;
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  margin-right: 10px;
}
body.page-id-10 .infos > div a {
  color: #58585a;
}
body.page-id-10 .infos > div a.fb {
  margin-left: 15px;
  font-size: 22px;
}
body.page-id-10 .infos > div a:hover {
  color: #ff7e00;
}
body.page-id-10 .infos > div a:hover i {
  color: #ff7e00;
}
body.page-id-10 .localisation p strong {
  color: #ff7e00;
}
body.page-id-10 .carte {
  margin-top: -2rem;
}
/* PAGE CONTACT */
body.page-id-23 .nf-form-wrap {
  position: relative;
}
body.page-id-23 .adresse,
body.page-id-23 .telephones,
body.page-id-23 .facebook {
  display: flex;
  align-items: center;
  color: #4a5059;
}
body.page-id-23 .adresse a,
body.page-id-23 .telephones a,
body.page-id-23 .facebook a {
  color: #4a5059;
}
body.page-id-23 .adresse a:hover,
body.page-id-23 .telephones a:hover,
body.page-id-23 .facebook a:hover {
  color: #ff7e00;
}
body.page-id-23 .adresse i,
body.page-id-23 .telephones i,
body.page-id-23 .facebook i {
  color: #009fe3;
  font-size: 3rem;
  width: 70px;
  text-align: center;
}
/* PAGE MENTIONS ET CONFIDENTIALITÉ */
body.page-id-3 section h2,
body.page-id-6 section h2 {
  color: #ff7e00;
  margin-top: 2rem;
  text-transform: uppercase;
  font-size: 20px;
}
body.page-id-3 section h2:first-child,
body.page-id-6 section h2:first-child {
  margin-top: 0;
}
body.page-id-3 section h3,
body.page-id-6 section h3 {
  margin-top: 2rem;
  color: #009fe3;
}
body.page-id-3 section h3:first-child,
body.page-id-6 section h3:first-child {
  margin-top: 0;
}
/* FOOTER */
footer {
  position: relative;
  z-index: 1;
}
footer .row {
  padding-top: 2rem;
  border-top: 1px solid #dfe0e0;
}
footer .adresse {
  padding-left: 220px;
}
footer .adresse > div {
  position: relative;
}
footer .adresse > div:before {
  content: '';
  background: #009fe3;
  width: 1px;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
}
footer .contacts {
  position: relative;
}
footer .contacts:before {
  content: '';
  background: #009fe3;
  width: 1px;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
}
footer .contacts a {
  color: #58585a;
}
footer .contacts a:hover {
  color: #ff7e00;
}
footer .contacts a i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #009fe3;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  font-size: 11px;
  color: #009fe3;
  margin-right: 10px;
}
footer .copyright {
  list-style-type: none;
  font-size: 14px;
}
footer .copyright li {
  display: inline-block;
  margin-right: 5px;
  color: #1d1d1b;
}
footer .copyright li a {
  color: #1d1d1b;
}
footer .copyright li a:hover {
  color: #ff7e00;
}
footer .copyright li:after {
  content: '';
  background: #1fafad;
  width: 1px;
  height: 13px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
footer .copyright li:last-child:after {
  display: none;
}
@media (min-width: 1700px) {
  /* HEADER */
  header .logo {
    position: absolute;
    left: 15px;
    top: 15px;
  }
}
@media (max-width: 1199.98px) {
  /* MENUS */
  .menu-principal > ul > li {
    margin-right: 20px;
  }
  .menu-principal > ul > li a {
    font-size: 15px;
  }
  /* ACCUEIL */
  body.home .haut-de-page .slide {
    height: 300px;
  }
  body.home .haut-de-page .slide .encars {
    padding-top: 110px;
  }
  /* HAUT DE PAGE */
  .haut-de-page .owl-carousel .owl-nav .owl-prev {
    left: -15px;
  }
  .haut-de-page .owl-carousel .owl-nav .owl-next {
    right: -15px;
  }
  .haut-de-page .slide .encars h1,
  .haut-de-page .slide .encars .h1 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  /* HEADER */
  .raccourcis {
    margin-top: 20px;
  }
  /* MENUS */
  .menu-principal {
    display: none;
  }
  .menu-prestations > ul > li,
  .menu-produits > ul > li {
    display: inline-block;
    width: 48%;
    margin-bottom: 1rem;
    padding: 0 10px;
    margin-right: 0;
    margin-left: 0;
  }
  /* MENU MOBILE */
  .navbar-expand-lg .navbar-toggler,
  .navbar,
  .navbar-collapse.collapse.show {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
  }
  .navbar-nav > li {
    float: none;
  }
  .collapse.in {
    display: block !important;
  }
  /* ACCUEIL */
  body.home .realisations .realisation a .details > div span {
    font-size: 13px;
  }
  /* HAUT DE PAGE */
  .haut-de-page .slide .encars {
    padding-right: 20px;
    padding-left: 0;
    width: 45%;
  }
  .haut-de-page .slide .image {
    width: 55%;
  }
  .haut-de-page .owl-carousel .owl-nav .owl-prev {
    left: -30px;
  }
  .haut-de-page .owl-carousel .owl-nav .owl-next {
    right: -30px;
  }
  /* PAGE SOCIÉTÉ */
  body.page-id-10 .texte {
    padding-right: 15px;
  }
  body.page-id-10 .localisation,
  body.page-id-10 .infos {
    width: 60%;
    float: left;
  }
  /* PAGE GALERIE */
  body.page-id-14 .filters .projet button {
    width: 49%;
    margin-bottom: 1rem;
  }
  /* PAGE PRESTATION */
  body.page-id-12 .prestations {
    position: relative;
  }
  body.page-id-12 .prestations .image {
    position: absolute;
    top: 0;
    width: 60%;
    height: 100%;
  }
  body.page-id-12 .prestations .texte {
    padding-left: 40%;
  }
  body.page-id-12 .prestations:nth-child(even) > .row .texte {
    padding-right: 40%;
    padding-left: 30px;
  }
  body.page-id-591 .prestations {
    position: relative;
  }
  body.page-id-591 .prestations .image {
    position: relative;
    height: 18rem;
  }
  body.page-id-591 .prestations .texte {
    padding: 2rem;
  }
  /* PAGE CONTACT */
  body.page-id-23 .adresse,
  body.page-id-23 .telephones,
  body.page-id-23 .facebook {
    font-size: 15px;
  }
  body.page-id-23 #ninja_forms_required_items,
  body.page-id-23 .nf-field-container {
    margin-bottom: 22px;
  }
  /* FOOTER */
  footer .adresse {
    padding-left: 30px;
  }
}
@media (max-width: 767.98px) {
  /* MENUS */
  .navbar button {
    top: -110px;
  }
  /* BOUTON ETUDE GRATUITE */
  .sticky > div {
    width: 320px;
  }
  /* ACCUEIL */
  body.home .realisations .realisation a .details > div span {
    font-size: 15px;
  }
  .haut-de-page .slide .encars h1,
  .haut-de-page .slide .encars .h1 {
    font-size: 18px;
  }
  /* PAGE PRESTATION */
  body.page-id-12 .prestations .texte {
    width: 100%;
    padding: 30px !important;
    text-align: center !important;
  }
  body.page-id-12 .prestations .texte li {
    padding-left: 0;
  }
  body.page-id-12 .prestations .texte li:before {
    display: inline-block;
    position: relative;
    top: 0;
  }
  body.page-id-12 .prestations .image {
    width: 100%;
    position: relative;
    height: 300px;
  }
  .carte {
    margin-top: -4rem !important;
  }
  /* PAGE GALERIE */
  body.page-id-14 .filters .type button,
  body.page-id-14 .filters .projet button {
    width: 48%;
    margin-bottom: 1rem !important;
  }
  body.page-id-14 .filters .type button:first-child,
  body.page-id-14 .filters .projet button:first-child {
    margin-left: 0;
    margin-right: 1%;
  }
  body.page-id-14 .filters .type button:last-child,
  body.page-id-14 .filters .projet button:last-child {
    margin-left: 1%;
    margin-right: 0;
  }
  body.page-id-14 .filters .dropdown {
    display: block;
  }
  body.page-id-14 .filters .type {
    margin-bottom: 0 !important;
  }
  body.page-id-14 .filters .projet {
    display: none;
  }
  /* PAGE PRESTATION */
  .page-template-template-prestation .main-page .image {
    margin-bottom: 2rem;
  }
  /* PAGE GALERIE */
  body.page-id-23 .informations {
    margin-bottom: 2rem;
  }
  /* FOOTER */
  footer .copyright li {
    display: block;
  }
  footer .copyright li img {
    display: none;
  }
  footer .copyright li:after {
    width: 40px;
    height: 1px;
    display: block;
    margin: 0 auto 1rem;
  }
  footer .adresse {
    text-align: center;
    padding-left: 15px;
  }
  footer .adresse > div:before {
    display: none;
  }
  footer .contacts {
    text-align: center;
    margin-bottom: 2rem;
  }
  footer .contacts:before {
    display: none;
  }
}
@media (max-width: 575.98px) {
  /* GLOBAL */
  body:before,
  body:after {
    display: none;
  }
  .bouton {
    display: block;
    width: 100%;
    text-align: center;
  }
  /* HEADER */
  header .logo a img {
    max-width: 200px;
    height: auto;
  }
  .raccourcis {
    text-align: center !important;
  }
  /* MENUS */
  .navbar button {
    right: 15px;
    top: -100px;
    padding: 10px 15px;
  }
  .navbar-nav {
    padding-top: 40px !important;
  }
  /* BOUTON ETUDE GRATUITE */
  .sticky > div {
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    overflow: auto;
  }
  .sticky > div .demande.actif {
    max-height: 70vh;
  }
  .sticky > div a {
    display: block;
    text-align: center;
    padding-left: 15px !important;
  }
  .sticky > div a img,
  .sticky > div a span {
    display: inline-block;
    vertical-align: middle;
  }
  .sticky > div a span {
    text-align: center;
  }
  /* HAUT DE PAGE */
  .haut-de-page .entier {
    padding-right: 30px;
  }
  .haut-de-page .entier h1 {
    font-size: 24px;
  }
  .haut-de-page .owl-carousel .owl-nav {
    position: relative;
    margin-top: 0;
  }
  .haut-de-page .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .haut-de-page .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
  .haut-de-page .slide {
    overflow: visible;
    height: auto;
  }
  .haut-de-page .slide .encars {
    width: 100%;
    height: auto;
    padding: 10px 20px !important;
    text-align: center !important;
    bottom: 0;
    float: none !important;
  }
  .haut-de-page .slide .encars h1:after,
  .haut-de-page .slide .encars .h1:after {
    margin-right: auto;
  }
  .haut-de-page .slide .encars:before {
    display: none;
  }
  .haut-de-page .slide .image {
    width: 100%;
    height: 200px;
    float: none !important;
  }
  /* ACCUEIL */
  body.home .prestations .offres:after {
    display: none;
  }
  body.home .prestations .offres .prestation > div {
    padding-left: 15px !important;
    text-align: center;
  }
  body.home .prestations .offres .prestation > div .ombre {
    display: none;
  }
  body.home .prestations .offres .prestation > div figure {
    display: block;
    float: none !important;
    margin: auto;
  }
  body.home .realisations h2,
  body.home .marques h2 {
    text-align: center;
  }
  body.home .marques {
    margin-bottom: 4rem;
  }
  body.home .marques .logos .owl-nav button.owl-prev {
    left: -10px;
  }
  body.home .marques .logos .owl-nav button.owl-next {
    right: -10px;
  }
  /* PAGE CONTACT */
  body.page-id-23 .map iframe {
    height: 400px;
  }
  /* PAGE GALERIE */
  body.page-id-14 .filters .type button,
  body.page-id-14 .filters .projet button {
    width: 44%;
    font-size: 11px;
  }
  /* PAGE PRESTATION */
  .menu-prestations > ul > li,
  .menu-produits > ul > li {
    display: block;
    width: 100%;
    padding: 0;
  }
  body.page-id-14 .main-page,
  body.page-id-12 .main-page {
    padding-bottom: 6rem !important;
  }
  body.page-id-10 .main-page,
  body.page-id-23 .main-page,
  body.page-id-16 .main-page {
    padding-bottom: 4rem;
  }
}
@media (max-width: 350px) {
  /* HEADER */
  header .logo a img {
    max-width: 150px;
    height: auto;
  }
  /* PAGE GALERIE */
  body.page-id-14 .filters .type button,
  body.page-id-14 .filters .projet button {
    width: 100%;
    font-size: 12px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* PAGE SOCIÉTÉ */
  body.page-id-10 .localisation,
  body.page-id-10 .infos {
    width: 100%;
    float: none;
  }
  body.page-id-10 .carte {
    margin-top: 2rem !important;
    float: none !important;
    text-align: center;
  }
}
