.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
html {
  background: #000000;
}
body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #141414;
  overflow: auto;
  overflow-x: hidden;
}
a {
  color: #bd1622;
  text-decoration: none;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
a:hover {
  color: #141414;
  cursor: pointer;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  width: 100% !important;
}
.bouton {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  color: #fff;
  padding: 15px 30px;
  background: #bd1622;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.bouton:hover {
  background: #141414 !important;
  color: #bd1622 !important;
  text-decoration: none;
}
button {
  border-radius: 0 !important;
  border: none !important;
}
button:focus {
  box-shadow: none !important;
}
section ul {
  padding-left: 25px;
}
section ul > li {
  list-style-type: none;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 1rem;
  position: relative;
}
section ul > li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f00c';
  display: inline-block;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: -25px;
  color: #bd1622;
}
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.aligncenter {
  display: block;
  margin: 15px auto;
}
.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 48px;
  line-height: normal;
}
h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 25px;
  line-height: normal;
}
h3 {
  color: #bd1622;
  font-size: 20px;
  line-height: normal;
  font-weight: normal;
}
.menu-principal > ul {
  padding-left: 0;
  margin-bottom: 0;
}
.menu-principal > ul > li {
  display: inline-block;
  margin: 0 20px;
}
.menu-principal > ul > li a {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  color: #141414;
  position: relative;
}
.menu-principal > ul > li a:after {
  content: '';
  background: #bd1622;
  height: 4px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  right: 50%;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
.menu-principal > ul > li a:hover:after {
  left: 20%;
  right: 20%;
}
.menu-principal > ul > li.current-menu-item a:after {
  left: 20%;
  right: 20%;
}
.menu-principal > ul > li:last-child {
  margin-right: 0;
}
.menu-secondaire > ul {
  padding-left: 0;
}
.menu-secondaire > ul > li {
  display: inline-block;
  margin: 0 5px;
}
.menu-secondaire > ul > li a {
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  color: #fff;
}
.menu-secondaire > ul > li a:hover {
  color: #bd1622;
}
.menu-secondaire > ul > li.current-menu-item a {
  color: #bd1622;
}
.copyright {
  position: relative;
}
.copyright:before {
  content: '';
  background: #484848;
  position: absolute;
  height: 1px;
  top: 0;
  left: 20%;
  right: 20%;
  display: block;
}
.copyright ul {
  padding-left: 0;
}
.copyright ul > li {
  list-style-type: none;
  display: inline-block;
  color: #fff;
  padding: 0 5px;
  position: relative;
  font-size: 15px;
}
.copyright ul > li:after {
  content: '';
  background: #fff;
  width: 1px;
  height: 12px;
  position: absolute;
  right: -2px;
  top: 50%;
  margin-top: -6px;
}
.copyright ul > li:last-child:after {
  display: none;
}
.copyright ul > li a {
  color: #fff;
  text-decoration: none;
}
.copyright ul > li a:hover {
  color: #bd1622;
}
.copyright ul > li a img {
  width: 35px;
  height: auto;
  margin-right: 5px;
}
.copyright ul > li.current-menu-item a {
  color: #bd1622;
}
.navbar {
  display: none;
  padding: 0 !important;
  background: #333333;
  position: relative;
  z-index: 3;
}
.navbar .navbar-nav {
  text-align: center;
  padding: 2rem 0;
}
.navbar .navbar-nav > li {
  margin-bottom: 10px;
}
.navbar .navbar-nav > li:last-child {
  margin-bottom: 0;
}
.navbar .navbar-nav > li > a {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 20px;
  color: #fff !important;
  padding: 10px 0;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a.active {
  color: #bd1622 !important;
}
.navbar .navbar-nav > li > a:not(.dropdown-toggle):hover:after,
.navbar .navbar-nav > li > a:not(.dropdown-toggle).active:after {
  width: 100%;
  left: 0;
  right: 0;
}
.navbar .navbar-nav > li > a:not(.dropdown-toggle):after {
  content: '';
  background: #bd1622;
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  right: 50%;
  left: 50%;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
.navbar button {
  line-height: 0;
  position: absolute;
  top: -70px;
  right: 45px;
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0;
  border: 3px solid #bd1622 !important;
  background: #bd1622;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  transition: all .35s ease-in-out !important;
  -webkit-transition: all .35s ease-in-out !important;
  -moz-transition: all .35s ease-in-out !important;
  -o-transition: all .35s ease-in-out !important;
}
.navbar button:focus {
  outline: none;
}
.navbar button:hover {
  background: none;
  border-color: #bd1622 !important;
  color: #bd1622;
}
.navbar button:hover span {
  background: #bd1622 !important;
}
.navbar button:hover span:before,
.navbar button:hover span:after {
  background: #bd1622;
}
.navbar button:not(.collapsed) {
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
}
.navbar button:not(.collapsed) span {
  background: 0 !important;
}
.navbar button:not(.collapsed) span:before {
  top: 0;
  transform: rotate(45deg);
}
.navbar button:not(.collapsed) span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.navbar button span {
  position: relative;
  background: #fff !important;
  width: 28px;
  height: 3px;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  margin: auto;
}
.navbar button span:before,
.navbar button span:after {
  content: '';
  background: #fff;
  position: absolute;
  width: 28px;
  height: 3px;
  display: inline-block;
  left: 50%;
  margin-left: -14px;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
.navbar button span:before {
  top: -10px;
}
.navbar button span:after {
  bottom: -10px;
}
.navbar .navbar-nav .dropdown-menu {
  background: none;
  border: 0;
  position: relative;
}
.navbar .navbar-nav .dropdown-menu:after {
  content: '';
  background: #fff;
  position: absolute;
  height: 2px;
  left: 20%;
  right: 20%;
  bottom: 0;
  opacity: .5;
}
.navbar .navbar-nav .dropdown-menu a {
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  margin-bottom: 1rem;
  display: inline-block;
  text-decoration: none;
}
.navbar .navbar-nav .dropdown-menu a:hover {
  color: #bd1622 !important;
  background: none;
}
.navbar .navbar-nav .dropdown-menu a:last-child {
  margin-bottom: 0;
}
.navbar .navbar-nav .dropdown-menu a.active {
  background: none !important;
  color: #bd1622 !important;
}
.navbar-light .navbar-toggler-icon {
  display: none !important;
}
.topbar {
  background: #333333;
}
.topbar > div {
  display: inline-block;
}
.topbar > div.adresse {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}
.topbar > div.tel {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 26px;
  position: relative;
  background: #bd1622;
  padding: 5px 25px;
  margin-left: 60px;
}
.topbar > div.tel:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: -45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 58px 45px;
  border-color: transparent transparent #bd1622 transparent;
}
.topbar > div.tel a {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
}
.topbar > div.tel a:hover {
  color: #141414;
}
.topbar > div.tel span {
  color: #fff;
}
.topbar > div.tel i {
  color: #fff;
  padding: 10px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
}
.topbar > div.linkedin {
  background: #bd1622;
  padding: 16px 23px;
}
.topbar > div.linkedin a {
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  display: inline-block;
  border: 1px solid #fff;
  text-align: center;
  line-height: 24px;
}
.topbar > div.linkedin a:hover {
  color: #141414;
  border-color: #141414;
}
header {
  position: relative;
}
.tel-mobile {
  display: none;
  position: absolute;
  top: 24px;
  right: 120px;
}
.tel-mobile a {
  width: 45px;
  height: 45px;
  padding: 10px;
  display: inline-block;
  border: 1px solid #bd1622;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
.tel-mobile a:hover {
  background: #bd1622;
  color: #fff;
}
.logo a {
  display: inline-block;
}
.logo a img {
  transition: all .15s ease-in-out !important;
  -webkit-transition: all .15s ease-in-out !important;
  -moz-transition: all .15s ease-in-out !important;
  -o-transition: all .15s ease-in-out !important;
  transform: scale(1);
}
.logo a:hover img {
  transform: scale(1.1);
}
.nf-form-fields-required {
  display: none;
}
.nf-form-content {
  padding: 0 !important;
}
.nf-row:last-child .nf-field-container {
  margin-bottom: 0 !important;
}
input:not([type=button]):focus,
textarea:focus {
  outline: none;
}
input:not([type=button]),
textarea {
  border: none !important;
  background: #f5f0e9 !important;
  padding: 20px 30px !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}
textarea {
  resize: none;
}
.checkbox-wrap label {
  text-align: left;
  font-size: 12px !important;
  font-weight: normal !important;
  font-style: italic;
}
.field-wrap>div input[type=checkbox] {
  width: 12px;
  height: 12px;
}
input[type=button] {
  background: #bd1622 !important;
  color: #fff !important;
  padding: 10px 40px !important;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  border: none !important;
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: 20px !important;
}
input[type=button]:hover {
  background: #141414 !important;
  color: #fff !important;
  cursor: pointer;
}
input[type=button]:focus {
  outline: none;
}
.nf-field-container .field-wrap .nf-element::placeholder {
  color: #878986;
}
#popup .formulaire {
  box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.05);
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  background: #fff;
  position: relative;
  pointer-events: auto;
}
.hautdepage {
  position: relative;
}
.hautdepage .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hautdepage .slider .owl-stage-outer,
.hautdepage .slider .owl-stage,
.hautdepage .slider .owl-item,
.hautdepage .slider .slide {
  height: 100%;
}
.hautdepage .slider .slide {
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.hautdepage .slider .slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(left,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
}
.hautdepage .slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  margin-top: -4px;
  pointer-events: none;
}
.hautdepage .slider .owl-nav button {
  pointer-events: auto;
  background: #bd1622 !important;
  border-radius: 100% !important;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px !important;
  text-align: center;
  position: relative;
  z-index: 3;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
.hautdepage .slider .owl-nav button.owl-next {
  float: right;
}
.hautdepage .slider .owl-nav button:hover {
  background: #141414 !important;
}
.hautdepage .slider .owl-nav button:focus {
  outline: none;
}
.hautdepage .textes h1,
.hautdepage .textes > div {
  color: #fff;
  position: relative;
  z-index: 2;
}
.hautdepage .textes > div {
  font-size: 18px;
  line-height: 28px;
}
.hautdepage .textes h1 {
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
}
.bloc-contact {
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
.bloc-contact .titre {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 1px;
}
.modal button.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  display: inline-block;
  pointer-events: auto;
  opacity: 1;
  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;
}
.modal button.close:before,
.modal button.close:after {
  content: '';
  background: #141414;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal button.close:focus {
  outline: 0;
}
.modal button.close:hover {
  opacity: .5;
}
.modal button.close:before {
  transform: rotate(45deg);
}
.modal button.close:after {
  transform: rotate(-45deg);
}
.modal-dialog {
  pointer-events: none;
}
body.home .prestations {
  position: relative;
  z-index: 2;
  margin-top: -60px;
}
body.home .prestations .prestation > div {
  display: flex;
  align-items: flex-end;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 1;
}
body.home .prestations .prestation > div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 40%,rgba(0,0,0,0.8) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 40%,rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 40%,rgba(0,0,0,0.8) 100%);
  z-index: -1;
}
body.home .prestations .prestation .picto {
  width: 63px;
  height: 63px;
  background-size: contain !important;
  background-position: 0% 0% !important;
  background-repeat: no-repeat !important;
  margin-bottom: 1rem;
}
body.home .prestations .prestation .textes h2,
body.home .prestations .prestation .textes .accroche {
  color: #fff;
}
body.home .prestations .prestation .textes .accroche {
  font-size: 16px;
  line-height: 22px;
}
body.home .entreprise {
  position: relative;
  z-index: 1;
}
body.home .entreprise:before {
  content: '';
  background: #333333;
  position: absolute;
  top: 0;
  left: 101px;
  right: 0;
  bottom: 0;
  z-index: -1;
}
body.home .entreprise:after {
  content: '';
  background: url(../img/motifs.jpg);
  position: absolute;
  width: 101px;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
body.home .entreprise .textes {
  color: #fff;
  padding-left: 100px;
}
body.home .entreprise .textes .surtitre {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
body.home .entreprise .textes h2 {
  font-size: 40px;
}
body.home .entreprise .textes .description {
  width: 90%;
  font-family: 'Montserrat', sans-serif;
  line-height: 35px;
}
body.home .entreprise .visuel {
  position: relative;
  z-index: 1;
}
body.home .entreprise .visuel > div {
  position: relative;
  top: 60px;
  height: 100%;
  background-size: cover !important;
  background-position: 50% bottom !important;
  background-repeat: no-repeat !important;
}
body.home .entreprise .visuel:after {
  content: '';
  background: url(../img/bg-pres-3.jpg);
  position: absolute;
  z-index: -1;
  top: 0;
  right: -60px;
  bottom: 0;
  left: 60px;
}
body.home .bloc-realisations .entete h2 {
  font-size: 44px;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
}
body.home .bloc-realisations .entete .container > div {
  width: 50%;
  margin: auto;
  color: #999999;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
body.home .bloc-realisations .albums {
  height: 930px;
  column-count: 3;
  column-gap: 15px;
}
body.home .bloc-realisations .albums .album {
  width: 100%;
}
body.home .bloc-realisations .albums .album:first-child {
  height: 300px;
  margin-bottom: 15px;
}
body.home .bloc-realisations .albums .album:nth-child(2) {
  height: 615px;
}
body.home .bloc-realisations .albums .album:nth-child(3) {
  height: 600px;
  margin-bottom: 15px;
}
body.home .bloc-realisations .albums .album:nth-child(4) {
  height: 315px;
}
body.home .bloc-realisations .albums .album:nth-child(5) {
  height: 400px;
  margin-bottom: 15px;
}
body.home .bloc-realisations .albums .album:last-child {
  height: 515px;
}
body.page-id-15 .equipe .profil .photo {
  height: 430px;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
body.page-id-15 .equipe .profil h2 {
  font-size: 36px;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
}
body.page-id-15 .equipe .profil .poste {
  color: #bd1622;
}
body.page-id-15 .equipe .profil .description {
  border-top: 2px solid #dedede;
  line-height: 24px;
  color: #616161;
}
body.page-id-17 .hautdepage .textes {
  margin-bottom: 0 !important;
}
body.page-id-17 .competences h2 {
  font-size: 50px;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
}
body.page-id-17 .competences .competence {
  position: relative;
  z-index: 1;
}
body.page-id-17 .competences .competence figure {
  width: 112px;
  height: 112px;
  text-align: center;
  display: inline-block;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  background: #fff;
  border: 2px solid #bd1622;
  margin: 0 auto 10px;
  line-height: 100px;
}
body.page-id-17 .competences .competence figure > div {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 70px;
  background-size: contain !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
body.page-id-17 .competences .competence h3 {
  font-size: 18px;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  color: #141414;
}
body.page-id-17 .competences .competence:not(:last-child):after {
  content: '';
  background: #bd1622;
  position: absolute;
  height: 2px;
  top: 32%;
  left: 50%;
  right: -50%;
  z-index: -1;
}
body.page-id-17 .electricite .textes .titre .picto,
body.page-id-17 .electricite .textes .titre h2,
body.page-id-17 .menuiserie .textes .titre .picto,
body.page-id-17 .menuiserie .textes .titre h2 {
  display: inline-block;
  vertical-align: middle;
}
body.page-id-17 .electricite .textes .titre .picto,
body.page-id-17 .menuiserie .textes .titre .picto {
  width: 62px;
  height: 62px;
  background-size: contain !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
body.page-id-17 .electricite .textes .titre h2,
body.page-id-17 .menuiserie .textes .titre h2 {
  font-size: 30px;
  margin-bottom: 0;
  letter-spacing: 1px;
}
body.page-id-17 .electricite .textes .titre h2:before,
body.page-id-17 .menuiserie .textes .titre h2:before {
  content: '';
  background: #bd1622;
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 114px;
  margin: 0 20px;
}
body.page-id-17 .electricite .textes .description,
body.page-id-17 .electricite .textes .paragraphes,
body.page-id-17 .menuiserie .textes .description,
body.page-id-17 .menuiserie .textes .paragraphes {
  padding-left: 200px;
}
body.page-id-17 .menuiserie .photo {
  position: relative;
}
body.page-id-17 .menuiserie .photo > div {
  height: 100%;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
body.page-id-17 .electricite {
  background: #333333;
}
body.page-id-17 .electricite .textes h2 {
  color: #fff;
}
body.page-id-17 .electricite .textes .description {
  color: #fff;
}
body.page-id-17 .electricite .textes .description h3 {
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 33px;
}
body.page-id-17 .electricite .textes .description .sstitre {
  font-size: 13px;
  letter-spacing: 1px;
}
body.page-id-17 .electricite .visuels > div {
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
body.page-id-17 .electricite .visuels > div.image-1 {
  float: left;
  width: 40%;
  height: 250px;
}
body.page-id-17 .electricite .visuels > div.image-2 {
  float: right;
  width: 55%;
  height: 350px;
  margin-top: 40px;
}
body.page-id-17 .electricite .visuels > div.image-3 {
  float: right;
  width: 30%;
  height: 160px;
  margin-top: 40px;
  margin-right: 30px;
}
body.page-id-19 .entete h2 {
  font-size: 50px;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
}
body.page-id-19 .entete .container > div {
  width: 50%;
  margin: auto;
  color: #666666;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
body.page-id-19 .filter-button-group button {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  background: none;
  margin: 0 10px;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
body.page-id-19 .filter-button-group button:hover {
  cursor: pointer;
}
body.page-id-19 .filter-button-group button:hover,
body.page-id-19 .filter-button-group button.is-checked {
  color: #bd1622;
}
body.page-id-19 .filter-button-group button:focus {
  outline: none;
}
body.page-id-19 .dropdown {
  display: none;
  width: 300px;
  margin: auto;
  position: relative;
}
body.page-id-19 .dropdown > button {
  width: 100%;
}
body.page-id-19 .dropdown button {
  background: #bd1622;
  text-transform: uppercase;
}
body.page-id-19 .dropdown button:hover {
  background: #141414;
}
body.page-id-19 .dropdown button:focus {
  outline: none;
}
body.page-id-19 .dropdown.show button {
  background: #141414;
}
body.page-id-19 .dropdown .dropdown-menu {
  right: 0;
  margin-top: 0;
  border-radius: 0;
  text-align: center;
  padding: 0;
}
body.page-id-19 .dropdown .dropdown-menu a:hover,
body.page-id-19 .dropdown .dropdown-menu a.is-checked {
  background: #f5f0e9;
}
body.page-id-19 .albums .album {
  height: 300px;
}
body.page-id-19 .albums .album.grid-item--height2 {
  height: 540px;
}
body.page-id-19 .albums .album.grid-item--height3 {
  height: 660px;
}
.album > ul {
  height: 100%;
}
.album > ul > li {
  height: 100%;
  list-style-type: none;
}
.album > ul > li:before {
  display: none;
}
.album > ul > li:first-child a {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  padding: 30px;
}
.album > ul > li:first-child a .titre {
  position: relative;
  z-index: 1;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  opacity: 0;
  color: #fff !important;
}
.album > ul > li:first-child a .titre span,
.album > ul > li:first-child a .titre strong {
  font-family: 'Montserrat', sans-serif;
  display: block;
}
.album > ul > li:first-child a .titre strong {
  font-size: 20px;
  line-height: normal;
  font-weight: normal;
}
.album > ul > li:first-child a .titre span {
  color: #ebbcbf;
  font-size: 14px;
  font-weight: 500;
}
.album > ul > li:first-child a:after {
  content: '';
  background: #bd1622;
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  z-index: 0;
  opacity: .7;
}
.album > ul > li:first-child a:hover .titre {
  opacity: 1;
}
.album > ul > li:first-child a:hover:after {
  right: 0;
}
.album > ul > li:not(:first-child) {
  display: none;
}
body.page-id-21 .contact {
  margin-top: -60px;
}
body.page-id-21 .contact .container > div {
  box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.05);
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  background: #fff;
  position: relative;
}
body.page-id-21 .contact .formulaire h2 {
  font-size: 50px;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  padding-left: 5px;
  letter-spacing: 1px;
}
body.page-id-21 .contact .informations .adresse,
body.page-id-21 .contact .informations .tel,
body.page-id-21 .contact .informations .mail {
  padding-left: 70px;
  position: relative;
}
body.page-id-21 .contact .informations .adresse strong,
body.page-id-21 .contact .informations .tel strong,
body.page-id-21 .contact .informations .mail strong {
  font-size: 20px;
  display: block;
  margin-bottom: 0;
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
}
body.page-id-21 .contact .informations .adresse:before,
body.page-id-21 .contact .informations .tel:before,
body.page-id-21 .contact .informations .mail:before {
  content: '';
  background-size: contain !important;
  background-position: 0 !important;
  background-repeat: no-repeat !important;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-id-21 .contact .informations .adresse > div,
body.page-id-21 .contact .informations .tel > div,
body.page-id-21 .contact .informations .mail > div {
  color: #9fa4af;
  font-size: 15px;
}
body.page-id-21 .contact .informations .adresse a,
body.page-id-21 .contact .informations .tel a,
body.page-id-21 .contact .informations .mail a {
  color: #9fa4af;
  font-size: 15px;
}
body.page-id-21 .contact .informations .adresse a:hover,
body.page-id-21 .contact .informations .tel a:hover,
body.page-id-21 .contact .informations .mail a:hover {
  color: #bd1622;
}
body.page-id-21 .contact .informations .adresse:before {
  background: url(../img/icn-adresse.png);
}
body.page-id-21 .contact .informations .tel:before {
  background: url(../img/icn-telephone.png);
}
body.page-id-21 .contact .informations .mail:before {
  background: url(../img/icn-email.png);
}
body.page-id-21 .carte {
  margin-bottom: -6px;
}
.partenaires h2 {
  font-size: 50px;
}
.partenaires .partenaire {
  height: 110px;
}
.partenaires .partenaire div {
  width: 200px;
  height: 80px;
  background-size: contain !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  margin: auto;
}
.partenaires .partenaire a {
  display: inline-block;
}
.partenaires .partenaire a div {
  opacity: 1;
  transform: scale(1);
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
.partenaires .partenaire a:hover div {
  opacity: .6;
  transform: scale(.9);
}
.partenaires .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.partenaires .owl-dots button {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100% !important;
  border: 2px solid #bd1622 !important;
  margin: 0 5px;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
.partenaires .owl-dots button:focus {
  outline: none;
}
.partenaires .owl-dots button:hover,
.partenaires .owl-dots button.active {
  background: #bd1622;
}
#texte-confidentialite a {
  color: #bd1622 !important;
}
#texte-confidentialite a:hover {
  color: #141414 !important;
}
body.page-id-3 section,
body.page-id-7 section {
  text-align: justify;
}
body.page-id-3 section h1,
body.page-id-3 section h2,
body.page-id-3 section h3,
body.page-id-7 section h1,
body.page-id-7 section h2,
body.page-id-7 section h3 {
  text-align: left;
}
body.page-id-3 section h2,
body.page-id-7 section h2 {
  margin-bottom: 1.5rem;
}
body.page-id-3 section h3,
body.page-id-7 section h3 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
body.page-id-3 section ul,
body.page-id-7 section ul {
  margin-bottom: 1.5rem;
}
body.error404 h1:after {
  margin: 15px auto;
}
.lightbox .lb-image {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.05);
}
.lightbox .lb-nav a {
  background-repeat: no-repeat !important;
}
.lightbox .lb-nav a.lb-prev {
  background: url(../img/prev-2.png) 4% 48%;
  background-size: 40px;
}
.lightbox .lb-nav a.lb-next {
  background: url(../img/next-2.png) 96% 48%;
  background-size: 40px;
}
.lightbox .lb-nav a:hover:after {
  background: #141414;
}
.lightbox .lb-data .lb-caption {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.lightbox .lb-data .lb-details {
  padding-top: 7px;
}
.lightbox .lb-data .lb-number {
  color: #666666;
}
.lightbox .lb-data .lb-close {
  background: none !important;
  width: 30px;
  height: 30px;
  display: inline-block;
  opacity: 1;
  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;
  position: relative;
}
.lightbox .lb-data .lb-close:before,
.lightbox .lb-data .lb-close:after {
  content: '';
  background: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
}
.lightbox .lb-data .lb-close:focus {
  outline: 0;
}
.lightbox .lb-data .lb-close:hover {
  opacity: .5;
}
.lightbox .lb-data .lb-close:before {
  transform: rotate(45deg);
}
.lightbox .lb-data .lb-close:after {
  transform: rotate(-45deg);
}
footer {
  background: #333333;
}
footer .informations {
  font-size: 15px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  text-align: right;
}
footer .informations a {
  color: #fff;
}
footer .informations a i {
  color: #bd1622;
}
footer .informations a:hover {
  color: #bd1622;
}
footer .informations .adresse {
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
footer .informations .adresse:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f041';
  display: inline-block;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: #bd1622;
}
@media (min-width: 1599.98px) {
  .hautdepage .slider .owl-nav {
    left: 10%;
    right: 10%;
  }
  .menu-secondaire > ul > li {
    margin: 0 8px;
  }
  .menu-secondaire > ul > li a {
    font-size: 14px;
  }
  .bloc-contact .titre {
    font-size: 30px;
  }
  footer {
    padding-left: 30px;
    padding-right: 30px;
  }
  footer .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  footer .logo {
    text-align: center;
  }
  footer .informations {
    text-align: left;
  }
}
@media (max-width: 1399.98px) {
  .topbar > div.tel {
    line-height: 48px;
    height: 58px;
    font-size: 20px;
  }
  .menu-principal > ul > li {
    margin: 0 10px;
  }
  .menu-secondaire > ul {
    margin-bottom: 0;
  }
  .menu-secondaire > ul > li {
    display: block;
  }
  .menu-secondaire > ul > li a {
    font-size: 14px;
  }
  .hautdepage .slider .owl-nav {
    left: 5px;
    right: 5px;
  }
  body.home .entreprise .textes {
    padding-right: 15px !important;
  }
  body.home .entreprise .textes .description {
    width: 100%;
    padding-right: 0 !important;
  }
  body.page-id-17 .menuiserie .row {
    align-items: center;
  }
  body.page-id-17 .electricite .textes .description,
  body.page-id-17 .electricite .textes .paragraphes,
  body.page-id-17 .menuiserie .textes .description,
  body.page-id-17 .menuiserie .textes .paragraphes {
    margin-top: 2rem;
    padding-left: 0;
  }
  .bloc-contact {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .bloc-contact .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  footer .informations .tel a {
    display: block;
  }
  footer .informations .tel span {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  header.pl-5,
  header.pr-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  header .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .hautdepage .slider .owl-nav {
    top: auto;
    bottom: 80px;
    right: 5rem;
    left: auto;
  }
  .hautdepage .slider .owl-nav button {
    width: 40px;
    height: 40px;
    line-height: 16px !important;
  }
  .hautdepage .slider .owl-nav button.owl-next {
    float: none;
    margin-left: 10px;
  }
  body.home .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 1199.98px) {
  .topbar > div.tel {
    font-size: 18px;
  }
  .menu-secondaire {
    order: 1;
    margin-bottom: 2rem;
  }
  .menu-secondaire > ul > li {
    display: inline-block;
    margin: 0 10px;
  }
  body.home .prestations .prestation > div {
    padding-top: 3rem !important;
  }
  body.page-id-19 .albums .album {
    height: 250px;
  }
  body.page-id-19 .albums .album.grid-item--height2 {
    height: 440px;
  }
  body.page-id-19 .albums .album.grid-item--height3 {
    height: 500px;
  }
  body.page-id-17 .electricite,
  body.page-id-17 .menuiserie {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.page-id-17 .electricite .container-fluid,
  body.page-id-17 .menuiserie .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body.page-id-17 .electricite .textes .description,
  body.page-id-17 .electricite .textes .paragraphes,
  body.page-id-17 .menuiserie .textes .description,
  body.page-id-17 .menuiserie .textes .paragraphes {
    margin-top: 2rem;
    padding-left: 0;
  }
  body.page-id-21 .contact .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .bloc-contact .container-fluid {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bloc-contact .titre {
    margin-bottom: 2rem;
  }
  footer .logo {
    order: 2;
  }
  footer .informations {
    order: 3;
  }
  footer .informations .tel a,
  footer .informations .tel span {
    display: inline-block;
  }
}
@media (max-width: 991.98px) {
  #grdp_barre_mini,
  #grdp_barre_maxi {
    display: none !important;
  }
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 36px;
  }
  .topbar > div.adresse {
    display: none;
  }
  .topbar > div.tel {
    font-size: 16px;
  }
  header.pb-2 {
    padding-bottom: 0 !important;
  }
  header .logo {
    margin-bottom: .5rem;
  }
  .menu-principal {
    display: none;
  }
  .navbar,
  .navbar-light .navbar-toggler-icon {
    display: block !important;
  }
  .copyright ul > li {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .copyright ul > li:after {
    display: none;
  }
  .copyright ul > li img {
    display: none;
  }
  .hautdepage .w-50 {
    width: 75% !important;
  }
  .hautdepage .slider .slide:before {
    background: -moz-linear-gradient(left,rgba(0,0,0,0.7) 60%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,0.7) 60%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,rgba(0,0,0,0.7) 60%,rgba(0,0,0,0) 100%);
  }
  body.home .prestations .prestation:first-child {
    margin-bottom: 2rem;
  }
  body.home .entreprise .textes {
    padding-left: 60px;
  }
  body.home .entreprise .visuel {
    height: 400px;
  }
  body.home .entreprise .visuel:after {
    right: -30px;
    left: 100px;
  }
  body.home .entreprise .visuel > div {
    top: 40px;
    margin-left: 40px;
  }
  body.home .bloc-realisations .albums {
    column-count: 2;
  }
  body.home .bloc-realisations .albums .album {
    display: block;
  }
  body.home .bloc-realisations .albums .album:first-child {
    height: 200px;
  }
  body.home .bloc-realisations .albums .album:nth-child(2) {
    height: 420px;
    margin-bottom: 15px;
  }
  body.home .bloc-realisations .albums .album:nth-child(3) {
    height: 265px;
  }
  body.home .bloc-realisations .albums .album:nth-child(4) {
    height: 420px;
    margin-bottom: 15px;
  }
  body.home .bloc-realisations .albums .album:nth-child(5) {
    height: 265px;
    margin-bottom: 15px;
  }
  body.home .bloc-realisations .albums .album:nth-child(6) {
    height: 200px;
    margin-bottom: 0;
  }
  body.page-id-17 .competences h2 {
    font-size: 24px;
  }
  body.page-id-17 .competences .competence figure {
    width: 90px;
    height: 90px;
    line-height: 81px;
  }
  body.page-id-17 .competences .competence figure > div {
    width: 60px;
    height: 50px;
  }
  body.page-id-17 .competences .competence figure h3 {
    font-size: 16px;
  }
  body.page-id-17 .menuiserie .textes {
    margin-bottom: 2rem;
  }
  body.page-id-17 .menuiserie .textes .titre {
    width: 40%;
  }
  body.page-id-17 .menuiserie .textes .description {
    width: 60%;
    margin-top: 2.5rem;
  }
  body.page-id-17 .menuiserie .textes .titre,
  body.page-id-17 .menuiserie .textes .description {
    float: left;
  }
  body.page-id-17 .electricite .paragraphes .paragraphe:not(:last-child) {
    margin-bottom: 2rem;
  }
  body.page-id-19 .entete h2 {
    font-size: 30px;
  }
  body.page-id-19 .entete .container > div {
    width: 100%;
  }
  body.page-id-19 .albums .album {
    height: 250px;
  }
  body.page-id-19 .albums .album.grid-item--height2 {
    height: 440px;
  }
  body.page-id-19 .albums .album.grid-item--height3 {
    height: 500px;
  }
  body.page-id-15 .equipe .profil h2 {
    font-size: 24px;
  }
  body.page-id-15 .equipe .profil .photo {
    height: 350px;
    background-position: 50% 0% !important;
  }
  body.page-id-15 .equipe .profil:not(:last-child) {
    margin-bottom: 4rem;
  }
  body.page-id-21 .contact .informations {
    margin-top: 3rem;
    padding-left: 15px !important;
  }
  body.page-id-21 .contact .informations .adresse,
  body.page-id-21 .contact .informations .tel,
  body.page-id-21 .contact .informations .mail {
    text-align: center;
    padding-left: 0;
  }
  body.page-id-21 .contact .informations .adresse:before,
  body.page-id-21 .contact .informations .tel:before,
  body.page-id-21 .contact .informations .mail:before {
    display: block;
    position: relative;
    margin: 0 auto 10px;
    background-position: 50% !important;
  }
  body.page-id-21 .contact .formulaire h2 {
    font-size: 30px;
  }
  .bloc-contact .titre {
    text-align: center;
  }
  .bloc-contact .row {
    margin-bottom: 0 !important;
  }
  .partenaires h2 {
    font-size: 30px;
  }
  .partenaires .partenaire:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991.98px) {
  body.page-id-17 .competences .competence:not(:last-child) {
    margin-bottom: 30px;
  }
  body.page-id-17 .competences .competence:not(:last-child):after {
    width: 2px;
    right: auto;
    margin-left: -1px;
    bottom: -50%;
    height: 100%;
  }
  body.page-id-17 .competences .competence h3 {
    background: #fff;
  }
  body.page-id-17 .menuiserie .textes .titre,
  body.page-id-17 .menuiserie .textes .description {
    width: 100%;
    float: none;
  }
  body.page-id-17 .electricite .photo {
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  .topbar {
    display: none !important;
  }
  header {
    border-top: 11px solid #bd1622;
  }
  .tel-mobile {
    display: block;
  }
  .menu-secondaire {
    display: none;
  }
  .field-wrap>div input[type=checkbox] {
    width: 12px !important;
    height: auto !important;
    resize: none;
  }
  .hautdepage .w-50 {
    width: 100% !important;
  }
  .hautdepage .slider .slide:before {
    background: #000000;
    opacity: .6;
  }
  body.home .entreprise {
    background: #333333;
  }
  body.home .entreprise .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.home .entreprise:before,
  body.home .entreprise:after {
    display: none;
  }
  body.home .entreprise .textes {
    padding-left: 15px;
  }
  body.home .entreprise .visuel:after {
    left: 40px;
    right: -20px;
  }
  body.home .entreprise .visuel > div {
    margin-left: 0;
  }
  body.home .bloc-realisations .entete {
    padding-bottom: 1rem !important;
  }
  body.home .bloc-realisations .entete h2 {
    font-size: 30px;
  }
  body.page-id-17 .competences .competence:not(:last-child) {
    margin-bottom: 30px;
  }
  body.page-id-17 .competences .competence:not(:last-child):after {
    width: 2px;
    right: auto;
    margin-left: -1px;
    bottom: -50%;
    height: 100%;
  }
  body.page-id-17 .competences .competence h3 {
    background: #fff;
  }
  body.page-id-17 .menuiserie .textes .titre,
  body.page-id-17 .menuiserie .textes .description {
    width: 100%;
    float: none;
  }
  body.page-id-17 .electricite .photo {
    height: 350px;
  }
  body.page-id-19 .filter-button-group:not(.dropdown-menu) {
    display: none;
  }
  body.page-id-19 .dropdown {
    display: inline-block;
  }
  body.page-id-19 .albums .album,
  body.page-id-19 .albums.grid-item--height2,
  body.page-id-19 .albums.grid-item--height3 {
    height: 350px !important;
  }
  body.page-id-15 .equipe .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .album > ul > li:first-child a .titre strong {
    font-size: 16px;
  }
  .bloc-contact .titre {
    font-size: 20px;
  }
  body.page-id-3 section,
  body.page-id-7 section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.page-id-3 .container-fluid,
  body.page-id-7 .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  footer .logo {
    margin-bottom: 2rem;
  }
  footer .informations,
  footer .logo {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .tel-mobile {
    right: 90px;
  }
  .navbar button {
    right: 15px;
  }
  .navbar .navbar-nav > li > a {
    font-size: 17px;
  }
  .hautdepage {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .hautdepage .slider .owl-nav {
    bottom: 10px;
    right: 15px;
  }
  .hautdepage .slider .slide {
    background-blend-mode: overlay;
  }
  .hautdepage .textes {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hautdepage .textes > div {
    font-size: 16px;
    line-height: 20px;
  }
  .hautdepage .textes .bouton {
    font-size: 15px;
    padding: 10px 20px;
  }
  body.home .prestations {
    margin-top: 2rem;
  }
  body.home .prestations .prestation > div {
    padding: 30px !important;
  }
  body.home .prestations .bouton {
    display: block;
  }
  body.home .entreprise .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body.home .entreprise .textes {
    padding-top: 0 !important;
  }
  body.home .bloc-realisations .albums {
    column-count: 1;
    height: auto;
  }
  body.home .bloc-realisations .albums .album {
    height: 300px !important;
  }
  body.home .bloc-realisations .bouton {
    display: block;
  }
  body.page-id-15 .equipe {
    padding-top: 0 !important;
  }
  body.page-id-15 .equipe .profil .photo {
    height: 250px;
  }
  body.page-id-15 .equipe .bouton {
    display: block;
  }
  body.page-id-17 .menuiserie .visuels > div.image-1 {
    height: 200px;
  }
  body.page-id-17 .menuiserie .visuels > div.image-2 {
    height: 300px;
  }
  body.page-id-17 .menuiserie .visuels > div.image-3 {
    height: 110px;
  }
  body.page-id-17 .electricite .textes .paragraphes {
    margin-bottom: 2rem;
  }
  body.page-id-19 .entete {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.page-id-19 .entete h2 {
    font-size: 24px;
  }
  body.page-id-19 .dropdown {
    width: 100%;
  }
  body.page-id-19 .albums .album,
  body.page-id-19 .albums .grid-item--height2,
  body.page-id-19 .albums .grid-item--height3 {
    height: 250px !important;
  }
  .bloc-contact .bouton {
    width: 100%;
  }
  .modal .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .modal .formulaire {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .partenaires {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .partenaires .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body.page-id-21 .contact {
    margin-top: -80px;
  }
  body.page-id-21 .contact .container > div {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body.page-id-21 .carte iframe {
    height: 300px !important;
  }
}
@media (max-width: 349.98px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 20px;
  }
  footer .informations {
    font-size: 14px;
  }
  footer .informations .tel a {
    display: block;
  }
  footer .informations .tel span {
    display: none;
  }
}
