.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
html,
body {
  overflow: hidden;
  overflow-y: auto;
}
html {
  background: #111111;
}
body {
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #111111;
  font-weight: normal;
  overflow: auto;
  overflow-x: hidden;
}
a {
  color: #ca2231;
  text-decoration: none;
  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;
}
a:hover {
  color: #20417f;
  cursor: pointer;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  width: 100% !important;
}
.bouton {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  background: #ca2231;
  color: #fff;
  border: 2px solid #ca2231;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
}
.bouton:hover {
  background: none !important;
  color: #ca2231 !important;
  text-decoration: none;
}
button {
  border: none !important;
}
button:focus {
  box-shadow: none !important;
}
main ul {
  padding-left: 0;
}
main ul > li {
  list-style-type: none;
  margin-bottom: 10px;
  font-weight: bold;
}
main ul > li:before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  color: #111111;
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.aligncenter {
  display: block;
  margin: 15px auto;
}
.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.titre {
  display: block;
}
h1,
h2,
h3,
.h2,
.h3 {
  color: #111111;
  line-height: normal;
}
h1,
.h1 {
  font-family: 'Exo 2', sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 65px;
}
h1 span,
.h1 span {
  position: relative;
}
h1 span:before,
.h1 span:before {
  content: '';
  background: #ca2231;
  width: 12px;
  height: 12px;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  position: absolute;
  top: 20px;
  left: -20px;
}
h2,
.h2 {
  font-size: 35px;
  font-family: 'Exo 2', sans-serif;
  font-style: italic;
}
h2 span,
.h2 span {
  position: relative;
}
h2 span:before,
.h2 span:before {
  content: '';
  background: #ca2231;
  width: 12px;
  height: 12px;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  position: absolute;
  top: 20px;
  left: -20px;
}
h3,
.h3 {
  font-size: 24px;
}
.logo a {
  display: inline-block;
}
.logo a img {
  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;
}
.logo a:hover img {
  transform: scale(.95);
}
.menu-principal button {
  margin-left: 30px;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  background: none;
}
.menu-principal button:hover {
  opacity: .5;
  transform: scale(0.9);
  cursor: pointer;
}
.menu-principal button:focus {
  outline: none;
}
.menu-principal > ul {
  display: inline-block;
  padding-left: 0;
}
.menu-principal > ul > li {
  display: inline-block;
  list-style-type: none;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.menu-principal > ul > li:not(:first-child) {
  margin-left: 30px;
}
.menu-principal > ul > li.menu-item-home.current_page_item > a {
  color: #20417f;
}
.menu-principal > ul > li.menu-item-home > a {
  color: #ca2231;
}
.menu-principal > ul > li.menu-item-home > a:hover {
  color: #20417f;
}
.menu-principal > ul > li:not(.menu-item-home) > a {
  position: relative;
}
.menu-principal > ul > li:not(.menu-item-home) > a:after {
  content: '';
  background: #dbdcdd;
  width: 0;
  left: 50%;
  right: 50%;
  position: absolute;
  height: 2px;
  bottom: 0;
  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;
}
.menu-principal > ul > li:not(.menu-item-home) > a:hover:after {
  width: 100%;
  left: 0;
  right: 0;
}
.menu-principal > ul > li:not(.menu-item-home).current_page_item > a:after {
  width: 100%;
  left: 0;
  right: 0;
}
.menu-principal > ul > li > a {
  color: #111111;
  padding: 15px 0;
}
.copyright > ul > li {
  display: inline-block;
  list-style-type: none;
  font-size: 12px;
  color: #fff;
}
.copyright > ul > li > a {
  color: #fff;
  text-decoration: none;
}
.copyright > ul > li > a:hover {
  color: #ca2231;
}
.copyright > ul > li:after {
  content: '';
  background: #1fafad;
  width: 1px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.copyright > ul > li:last-child:after {
  display: none;
}
.copyright > ul > li.current-menu-item > a {
  color: #ca2231;
}
.navbar {
  display: none;
  padding: 0 !important;
  position: relative;
  z-index: 3;
}
.navbar .navbar-collapse.show .navbar-nav:after {
  opacity: 1;
}
.navbar .navbar-nav {
  background: #011A3C;
  text-align: center;
  padding: 3rem 0;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.navbar .navbar-nav > li {
  margin-bottom: 1rem;
}
.navbar .navbar-nav > li:last-child {
  margin-bottom: 0;
}
.navbar .navbar-nav > li > a {
  font-size: 19px;
  color: #fff !important;
  text-transform: uppercase;
  padding: 10px 0;
  display: inline-block;
  position: relative;
  text-decoration: none;
  letter-spacing: 2px;
}
.navbar .navbar-nav > li > a:before {
  content: '';
  background: #fff;
  height: 2px;
  width: 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;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
}
.navbar .navbar-nav > li > a:hover:before,
.navbar .navbar-nav > li > a.active:before {
  width: 100%;
  left: 0;
  right: 0;
}
.navbar button {
  line-height: 0;
  position: absolute;
  top: -90px;
  right: 30px;
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0;
  border: 3px solid #ca2231 !important;
  background: #ca2231;
  color: #fff;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !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;
}
.navbar button:focus {
  outline: none;
}
.navbar button:hover {
  background: none;
  border-color: #ca2231 !important;
  color: #ca2231;
}
.navbar button:hover span {
  background: #ca2231;
}
.navbar button:hover span:before,
.navbar button:hover span:after {
  background: #ca2231;
}
.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;
}
.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;
  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-light .navbar-toggler-icon {
  display: none !important;
  background-image: none !important;
}
.nf-form-fields-required {
  display: none;
}
.nf-form-content {
  padding: 0 !important;
  margin: 0 -5px;
}
.nf-form-content #nf-field-17-container .field-wrap,
.nf-form-content #nf-field-19-container .field-wrap,
.nf-form-content #nf-field-19_1-container .field-wrap {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.nf-form-content #nf-field-17-container .field-wrap .nf-field-label,
.nf-form-content #nf-field-19-container .field-wrap .nf-field-label,
.nf-form-content #nf-field-19_1-container .field-wrap .nf-field-label {
  height: auto;
  visibility: visible;
  width: auto;
  margin-right: 2rem !important;
}
.nf-form-content #nf-field-17-container .field-wrap .nf-field-element,
.nf-form-content #nf-field-19-container .field-wrap .nf-field-element,
.nf-form-content #nf-field-19_1-container .field-wrap .nf-field-element {
  width: auto;
}
.nf-form-content #nf-field-17-container .field-wrap .nf-field-element li,
.nf-form-content #nf-field-19-container .field-wrap .nf-field-element li,
.nf-form-content #nf-field-19_1-container .field-wrap .nf-field-element li {
  color: #fff;
  width: 160px;
  margin-bottom: 0 !important;
}
.nf-form-content #nf-field-17-container .field-wrap .nf-field-element li label,
.nf-form-content #nf-field-19-container .field-wrap .nf-field-element li label,
.nf-form-content #nf-field-19_1-container .field-wrap .nf-field-element li label {
  white-space: nowrap;
  margin-bottom: 0;
}
.nf-form-content #nf-field-19-container .field-wrap .nf-field-element li,
.nf-form-content #nf-field-19_1-container .field-wrap .nf-field-element li {
  color: #111111;
}
.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 {
  background: #efefef !important;
}
input:not([type=button]),
textarea,
select {
  color: #111111;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  border: none !important;
  padding: 12px 25px !important;
  margin-bottom: 5px !important;
}
textarea {
  resize: none;
  margin-bottom: 0 !important;
}
.list-radio-wrap ul li:before {
  display: none;
}
.field-wrap>div input[type=checkbox] {
  width: 18px !important;
  height: 18px;
  position: relative;
  top: 2px;
}
.nf-field-container {
  margin-bottom: 20px !important;
}
input[type=button] {
  font-size: 17px;
  background: #ca2231 !important;
  color: #fff !important;
  padding: 15px 45px !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: 2px solid #ca2231 !important;
  letter-spacing: 1px;
  font-family: 'Exo 2', sans-serif;
}
input[type=button]:hover {
  background: none !important;
  color: #ca2231 !important;
  cursor: pointer;
}
input[type=button]:focus {
  outline: none;
}
.nf-field-label {
  margin-bottom: 5px !important;
}
.nf-field-label label {
  color: #111111 !important;
  font-weight: normal !important;
  text-align: left !important;
}
.nf-field-container .field-wrap .nf-element::placeholder {
  color: #fff;
  font-weight: normal;
  font-size: 15px;
}
.list-radio-wrap ul > li {
  display: inline-block;
  width: 32%;
}
.list-radio-wrap ul > li input {
  margin-bottom: 10px !important;
}
.label-right .nf-field-label {
  padding-left: 10px !important;
}
.checkbox-wrap {
  margin-bottom: 15px;
}
.checkbox-wrap label {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
}
.checkbox-container {
  margin-top: 15px !important;
}
.nf-error textarea {
  border: 1px solid #e80000 !important;
}
.nf-error input:not([type=button]) {
  border: 1px solid #e80000 !important;
}
.field-wrap select {
  color: #111111;
  background: #f8f8f8;
  border: none;
  font-weight: bold;
  padding: 10px 15px !important;
  margin-bottom: 1rem !important;
}
.field-wrap select:focus {
  outline: none;
}
.nf-after-form-content {
  text-align: center;
}
.nf-field-label label {
  font-weight: normal !important;
}
.nf-multi-cell .nf-cell {
  padding: 0 10px !important;
}
.contact {
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  position: relative !important;
}
.contact .titre {
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  font-size: 44px;
  line-height: normal;
}
.contact .titre,
.contact .accroche {
  color: #fff;
}
.contact:after {
  content: '';
  background: #252525;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: .8;
}
.contact .container {
  position: relative;
  z-index: 1;
}
.contact input[type=button] {
  border-radius: 40px !important;
}
.contact input:not([type=button]),
.contact textarea {
  border-radius: 40px !important;
}
.contact input:not([type=button]),
.contact textarea,
.contact select {
  border: 1px solid #838284 !important;
  background: none !important;
  color: #fff;
}
.contact .nf-field-label label {
  color: #fff !important;
}
.hautdepage.simple .bg {
  height: 335px;
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}
.hautdepage.simple .titre-hdp {
  margin-top: -150px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.hautdepage.simple .titre-hdp:after {
  content: '';
  background: #ca2231;
  position: absolute;
  bottom: 0;
  right: -30px;
  top: 25%;
  left: 100%;
  z-index: -1;
}
.hautdepage.simple h1 {
  font-style: normal;
}
#breadcrumbs a,
#breadcrumbs span {
  font-family: 'Montserrat', sans-serif;
  color: #12424f;
  margin-right: 5px;
}
#breadcrumbs a:hover {
  color: #ca2231;
}
.catalogue {
  background: #0a1a3c;
  position: relative;
  z-index: 1;
}
.catalogue .bouton {
  font-size: 16px;
  letter-spacing: 1px;
  background: none;
  border-color: #fff;
}
.catalogue .bouton:hover {
  background: #fff !important;
  color: #20417f !important;
}
.catalogue .image {
  margin-top: -60px;
  margin-bottom: -60px;
}
.catalogue .image > div {
  position: relative;
  top: 40px;
  width: 324px;
  height: 241px;
  background-size: contain !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}
.citation .texte {
  display: block;
  color: #fff;
  font-style: italic;
  font-size: 20px;
  line-height: 26px;
  position: relative;
  padding-left: 200px !important;
}
.citation .texte:before {
  content: '';
  background: url(../img/quote.png);
  display: inline-block;
  vertical-align: middle;
  width: 63px;
  height: 51px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 4rem;
}
.marques .marque {
  position: relative;
  z-index: 1;
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}
.marques .marque:nth-child(4n+1) {
  background: #f2f3f4;
}
.marques .marque:nth-child(4n+1):before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 212px 1700px;
  border-color: transparent transparent #f2f3f4 transparent;
  position: absolute;
  right: 0;
  top: -212px;
}
.marques .marque:nth-child(4n+1):after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 212px 2000px 0 0;
  border-color: #f2f3f4 transparent transparent transparent;
  position: absolute;
  left: 0;
  bottom: -212px;
}
.marques .marque:nth-child(2n+2) .row {
  flex-direction: row-reverse;
}
.marques .marque:nth-child(2n+2) .image-secondaire {
  right: 0;
  left: 90%;
}
.marques .marque:nth-child(4n+3) {
  background: #f8f9fa;
  margin-bottom: 0 !important;
  padding-bottom: 3rem;
}
.marques .marque:nth-child(4n+3):before {
  content: '';
  position: absolute;
  left: 0;
  top: -212px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 212px 0 0 2000px;
  border-color: transparent transparent transparent #f8f9fa;
}
.marques .marque:nth-child(4n+3):after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2000px 212px 0;
  border-color: transparent #f8f9fa transparent transparent;
  position: absolute;
  left: 0;
  bottom: -212px;
}
.marques .marque:nth-child(4n+3) .image-secondaire {
  bottom: 3rem;
}
.marques .marque:last-child:after {
  border-width: 0px 0 0 0px;
}
.marques .image-secondaire {
  position: absolute;
  top: 0;
  left: 0;
  right: 89%;
  bottom: 0;
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}
.marques .images .image-principale {
  height: 100%;
}
.marques .images .image-principale {
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}
.marques .textes h2,
.marques .textes .h2 {
  font-size: 23px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  font-style: normal;
}
.marques .textes .logo {
  width: 297px;
  height: 97px;
  background-size: contain !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}
.chiffres {
  background: #20417f;
}
.chiffres .surtitre,
.chiffres .titre {
  font-family: 'Exo 2', sans-serif;
  font-style: italic;
  color: #fff;
}
.chiffres .surtitre {
  font-size: 25px;
}
.chiffres .titre {
  font-size: 55px;
}
.chiffres .chiffre {
  color: #fff;
}
.chiffres .chiffre > div {
  font-size: 18px;
}
.chiffres .valeur {
  font-family: 'Exo 2', sans-serif;
  font-style: italic;
  font-size: 40px;
  display: block;
}
.chiffres .container {
  position: relative;
  z-index: 1;
}
.chiffres .container:after {
  content: '';
  background: url(../img/bg-mdsa.png);
  position: absolute;
  left: 30px;
  right: 30px;
  height: 100%;
  z-index: -1;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  top: 50%;
  margin-top: -101px;
}
@-webkit-keyframes scroll_anim {
  0% {
    bottom: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    bottom: -50px;
    opacity: 0;
  }
}
@-moz-keyframes scroll_anim {
  0% {
    bottom: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    bottom: -50px;
    opacity: 0;
  }
}
@-o-keyframes scroll_anim {
  0% {
    bottom: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    bottom: -50px;
    opacity: 0;
  }
}
@keyframes scroll_anim {
  0% {
    bottom: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    bottom: -50px;
    opacity: 0;
  }
}
body.home header {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
body.home header .logo img {
  display: none;
}
body.home header .row {
  align-items: flex-end !important;
}
body.home .hautdepage {
  position: relative;
}
body.home .hautdepage:after {
  content: '';
  width: 34px;
  height: 34px;
  background: #ca2231;
  position: absolute;
  bottom: 0;
  margin-bottom: -17px;
  left: 50%;
  margin-left: -17px;
  transform: rotate(-45deg);
}
body.home .hautdepage .textes {
  background: #20417f;
  color: #fff;
}
body.home .hautdepage .textes h1 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 0;
}
body.home .hautdepage .textes .sstitre {
  font-size: 32px;
  line-height: normal;
  font-family: 'Exo 2', sans-serif;
  font-style: italic;
}
body.home .hautdepage .textes .services {
  padding-left: 0;
}
body.home .hautdepage .textes .services li {
  position: relative;
  font-family: 'Exo 2', sans-serif;
  font-style: italic;
  font-weight: normal;
}
body.home .hautdepage .textes .services li:before {
  display: none;
}
body.home .hautdepage .textes .services li:after {
  content: '';
  background: #fff;
  position: absolute;
  left: -100%;
  right: 102%;
  height: 1px;
  top: 50%;
  margin-top: -1px;
}
body.home .hautdepage .photo {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
}
body.home .hautdepage .video {
  position: relative;
  overflow: hidden;
}
body.home .hautdepage .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: center;
  min-height: 100%;
}
body.home .introduction .titre {
  font-family: 'Exo 2', sans-serif;
  font-style: italic;
  line-height: normal;
  font-size: 40px;
}
body.home .introduction .titre,
body.home .introduction .accroche {
  margin: auto;
}
body.home .introduction .scroll {
  position: relative;
  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;
  -webkit-animation: scroll_anim 2s infinite;
  -moz-animation: scroll_anim 2s infinite;
  -o-animation: scroll_anim 2s infinite;
  animation: scroll_anim 2s infinite;
}
body.home .marques .bouton {
  border-radius: 40px;
}
body.home .arguments .pave.rouge {
  background: #ca2231;
  color: #fff;
}
body.home .arguments .pave.bleu {
  background: #20417f;
  color: #fff;
}
body.home .arguments .pave.blanc {
  background: #fff;
}
body.home .arguments .pave .icone {
  display: block;
  margin: 0 auto 1rem;
  width: 60px;
  height: 40px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
}
body.home .arguments .pave .titre {
  font-family: 'Exo 2', sans-serif;
  font-style: italic;
  font-size: 23px;
  line-height: normal;
  margin-bottom: 1rem;
}
body.home .arguments .pave .accroche p:last-child {
  margin-bottom: 0;
}
body.home .arguments .image {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
}
body.home .arguments .image.haut {
  filter: grayscale(1);
}
body.page-id-43 .introduction .surtitre {
  font-family: 'Exo 2', sans-serif;
  font-style: italic;
  font-size: 25px;
  line-height: normal;
}
body.page-id-43 .introduction .photo > div {
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
}
body.page-id-43 .citation .texte {
  background: #ca2231;
}
body.page-id-43 .objectifs .surtitre {
  font-size: 25px;
  font-family: 'Exo 2', sans-serif;
  font-style: italic;
  line-height: normal;
}
body.page-id-43 .objectifs .titre {
  font-size: 55px;
  line-height: normal;
}
body.page-id-43 .objectifs .photo {
  position: relative;
  z-index: 1;
}
body.page-id-43 .objectifs .photo > div {
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
}
body.page-id-43 .objectifs .photo:after {
  content: '';
  position: absolute;
  top: 30%;
  left: 99%;
  right: -160px;
  bottom: 30%;
  background: url(../img/dots.png);
  background-repeat: repeat !important;
  background-position: 0 !important;
  z-index: -1;
}
body.page-id-43 .objectifs .lien {
  color: #111111;
  font-weight: 600;
}
body.page-id-43 .objectifs .lien i {
  color: #20417f;
}
body.page-id-43 .objectifs .lien:hover {
  color: #20417f;
}
body.page-id-43 .services .service .surtitre {
  font-size: 25px;
  font-family: 'Exo 2', sans-serif;
  font-style: italic;
  line-height: normal;
}
body.page-id-43 .services .service .titre {
  font-size: 55px;
  line-height: normal;
}
body.page-id-43 .services .service .photo > div {
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
}
body.page-id-43 .services .service:nth-child(even):not(:last-child) .row {
  flex-direction: row-reverse;
}
body.page-id-43 .services .service:first-child,
body.page-id-43 .services .service:last-child {
  position: relative;
  z-index: 1;
}
body.page-id-43 .services .service:first-child:after,
body.page-id-43 .services .service:last-child:after {
  content: '';
  background: #20417f;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
body.page-id-43 .services .service:first-child .bouton:hover,
body.page-id-43 .services .service:last-child .bouton:hover {
  background: #0a1a3c !important;
  color: #fff !important;
  border-color: #0a1a3c !important;
}
body.page-id-43 .services .service:first-child .surtitre,
body.page-id-43 .services .service:first-child .titre,
body.page-id-43 .services .service:first-child .description,
body.page-id-43 .services .service:last-child .surtitre,
body.page-id-43 .services .service:last-child .titre,
body.page-id-43 .services .service:last-child .description {
  color: #fff;
}
body.page-id-43 .services .service:first-child .photo,
body.page-id-43 .services .service:last-child .photo {
  position: relative;
  z-index: 1;
}
body.page-id-43 .services .service:first-child .photo > div,
body.page-id-43 .services .service:last-child .photo > div {
  border: 15px solid #fff;
  position: absolute;
  top: 0;
  left: -115px;
  right: 0;
  bottom: -50px;
}
body.page-id-43 .services .service:first-child:after {
  bottom: 20%;
}
body.page-id-43 .services .service:last-child {
  z-index: 2;
  margin-bottom: -6rem;
}
body.page-id-43 .services .service:last-child:after {
  bottom: 6rem;
}
body.page-id-43 .services .service:last-child .textes {
  margin-bottom: 6rem;
}
body.page-id-43 .services .service:last-child .photo > div {
  bottom: -200px;
}
body.page-id-43 .equipe {
  position: relative;
  z-index: 1;
}
body.page-id-43 .equipe:after {
  content: '';
  background: #333333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: -1;
}
body.page-id-43 .equipe .titre {
  font-size: 55px;
}
body.page-id-43 .equipe .titre,
body.page-id-43 .equipe .sstitre,
body.page-id-43 .equipe .infos {
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-style: italic;
}
body.page-id-43 .equipe .nom {
  font-size: 24px;
}
body.page-id-43 .equipe .poste {
  font-size: 18px;
  margin-top: 5px;
}
body.page-id-43 .equipe .poste,
body.page-id-43 .equipe .nom {
  display: block;
}
body.page-id-43 .equipe .photo {
  height: 330px;
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}
body.page-id-43 .equipe .owl-nav {
  position: absolute;
  top: 60%;
  margin-top: -14px;
  width: 100%;
  pointer-events: none;
}
body.page-id-43 .equipe .owl-nav button {
  pointer-events: auto;
  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: .6;
  position: relative;
}
body.page-id-43 .equipe .owl-nav button:hover {
  opacity: 1;
}
body.page-id-43 .equipe .owl-nav button:focus {
  outline: none;
}
body.page-id-43 .equipe .owl-nav button.owl-prev {
  left: -80px;
}
body.page-id-43 .equipe .owl-nav button.owl-next {
  float: right;
  right: -80px;
}
body.page-id-49 .etapes .etape {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body.page-id-49 .etapes .etape:after {
  content: '';
  background: #eff0f1;
  height: 130px;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
}
body.page-id-49 .etapes .etape:nth-child(2n+1):after {
  top: 0;
  bottom: auto;
}
body.page-id-49 .etapes .etape:nth-child(2n+2):after {
  bottom: 0rem;
}
body.page-id-49 .etapes .etape:nth-child(even) .row {
  flex-direction: row-reverse;
}
body.page-id-49 .etapes .etape:nth-child(even) .owl-nav {
  right: -50px;
}
body.page-id-49 .etapes .etape:nth-child(odd) .owl-nav {
  left: -50px;
}
body.page-id-49 .etapes .textes .titre {
  font-family: 'Exo 2', sans-serif;
  font-style: italic;
  font-size: 26px;
}
body.page-id-49 .etapes .textes .titre:before {
  content: '';
  background: #111111;
  width: 130px;
  height: 3px;
  display: block;
  margin-bottom: 1rem;
}
body.page-id-49 .etapes .photos {
  position: relative;
}
body.page-id-49 .etapes .photos .image {
  height: 100%;
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}
body.page-id-49 .etapes .photos .owl-stage-outer,
body.page-id-49 .etapes .photos .owl-stage,
body.page-id-49 .etapes .photos .owl-item {
  height: 100%;
}
body.page-id-49 .etapes .owl-nav {
  position: absolute;
  top: 15%;
}
body.page-id-49 .etapes .owl-nav button {
  height: 75px;
  width: 75px;
  line-height: 75px;
  text-align: center;
  background: #ca2231;
  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-49 .etapes .owl-nav button:hover {
  background: #20417f;
}
body.page-id-49 .etapes .owl-nav button:focus {
  outline: none;
}
body.page-id-47 .introduction .photo > div {
  height: 100%;
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}
body.page-id-47 .introduction .description p:last-child {
  margin-bottom: 0;
}
body.page-id-47 .introduction .surtitre {
  font-family: 'Exo 2', sans-serif;
  font-style: italic;
  font-size: 25px;
  padding-left: 5px;
}
body.page-id-47 .introduction h2,
body.page-id-47 .introduction .h2 {
  font-size: 55px;
}
body.page-id-45 .introduction .photo > div {
  height: 100%;
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}
body.page-id-45 .introduction .description p:last-child {
  margin-bottom: 0;
}
body.page-id-45 .introduction .surtitre {
  font-family: 'Exo 2', sans-serif;
  font-style: italic;
  font-size: 25px;
  padding-left: 5px;
}
body.page-id-45 .introduction h2,
body.page-id-45 .introduction .h2 {
  font-size: 55px;
}
body.page-id-45 .citation .texte {
  background: #20417f;
}
body.page-id-45 .engagements .entete {
  background: #f8f9fa;
}
body.page-id-45 .engagements .entete .surtitre {
  font-size: 25px;
}
body.page-id-45 .engagements .entete .titre {
  font-family: 'Exo 2', sans-serif;
  font-style: italic;
  font-size: 55px;
  line-height: normal;
}
body.page-id-45 .engagements .engagement h2,
body.page-id-45 .engagements .engagement .h2 {
  font-size: 55px;
}
body.page-id-45 .engagements .engagement .numero {
  font-size: 25px;
  font-family: 'Exo 2', sans-serif;
  font-style: italic;
  padding-left: 5px;
  display: none;
}
body.page-id-45 .engagements .engagement .photo > div {
  height: 100%;
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}
body.page-id-45 .engagements .engagement:nth-child(even) {
  flex-direction: row-reverse;
}
body.page-id-45 .objectifs {
  margin-bottom: 200px;
  position: relative;
  z-index: 1;
}
body.page-id-45 .objectifs:after {
  content: '';
  background: url(../img/carrelage.jpg);
  position: absolute;
  z-index: -1;
  left: 100px;
  bottom: -150px;
  width: 1014px;
  height: 320px;
}
body.page-id-45 .objectifs .container > .row {
  background: #f8f9fa;
  position: relative;
  z-index: 2;
}
body.page-id-45 .objectifs .container > .row:before {
  content: '';
  background: #f8f9fa;
  position: absolute;
  top: 0;
  left: -100%;
  right: 100%;
  bottom: 0;
}
body.page-id-45 .objectifs .entete .surtitre {
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 0;
}
body.page-id-45 .objectifs .entete .h2 {
  font-size: 65px;
  line-height: normal;
}
body.page-id-45 .objectifs .image {
  position: relative;
}
body.page-id-45 .objectifs .image > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -100px;
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  border: 15px solid #fff;
}
body.page-id-45 .objectifs .textes .h3 {
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 600;
}
body.page-id-45 .objectifs .nav-tabs {
  width: 100px;
  position: absolute;
  left: -100px;
  bottom: 30px;
  display: none;
}
body.page-id-45 .objectifs .nav-tabs > li {
  display: block;
  text-align: center;
  line-height: 100px;
  width: 100%;
}
body.page-id-45 .objectifs .nav-tabs > li:before {
  display: none;
}
body.page-id-45 .objectifs .nav-tabs > li .nav-link {
  border-radius: 0 !important;
  background: #fff;
  color: #111111;
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
  border: none !important;
  position: relative;
  padding: 0 !important;
}
body.page-id-45 .objectifs .nav-tabs > li .nav-link:after {
  content: '';
  background: #111111;
  width: 0;
  height: 2px;
  left: 50%;
  right: 50%;
  bottom: 15px;
  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;
  position: absolute;
  z-index: 2;
}
body.page-id-45 .objectifs .nav-tabs > li .nav-link:hover:after {
  width: 50%;
  left: 25%;
  right: 25%;
}
body.page-id-45 .objectifs .nav-tabs > li .nav-link.active:after {
  width: 50%;
  left: 25%;
  right: 25%;
}
body.page-id-14 .introduction .surtitre {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: normal;
}
body.page-id-14 .introduction .accroche p:last-child {
  margin-bottom: 0;
}
body.page-id-14 .introduction .infos-contacts {
  background: #454545;
  display: inline-block;
}
body.page-id-14 .introduction .infos-contacts a {
  color: #fff;
}
body.page-id-14 .introduction .infos-contacts a:hover {
  color: #ca2231;
}
body.page-id-14 .introduction .infos-contacts .telephone {
  font-size: 28px;
  margin-bottom: 10px;
}
body.page-id-14 .introduction .infos-contacts .mail {
  font-size: 22px;
}
body.page-id-14 .introduction .adresses {
  font-family: 'Montserrat', sans-serif;
  position: relative;
}
body.page-id-14 .introduction .adresses:after {
  content: '';
  background: url(../img/coccinelle.png);
  position: absolute;
  top: 50%;
  right: 0;
  width: 54px;
  height: 53px;
  margin-top: -27px;
}
body.page-id-14 .introduction .adresses > div:not(:last-child) {
  margin-bottom: 2rem;
}
body.page-id-14 .introduction .adresses .nom {
  font-weight: 600;
}
body.page-id-14 .formulaire .submit-wrap {
  text-align: center;
}
body.page-id-14 .formulaire input[type=button] {
  text-transform: uppercase;
}
body.page-id-14 .carte {
  margin-bottom: -6px;
}
.modal-content {
  position: relative;
  border: none !important;
}
.modal-content .fermeture {
  background: none;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ca2231;
  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;
  font-size: 24px;
}
.modal-content .fermeture:hover {
  color: #111111;
  cursor: pointer;
}
.modal-content .fermeture:focus {
  outline: none;
}
.modal-content input[type=button] {
  text-transform: uppercase;
}
.modal-backdrop {
  background-color: #111111 !important;
}
#texte-confidentialite a {
  color: #ca2231 !important;
  word-break: break-word;
  text-decoration: none;
}
#texte-confidentialite a:hover {
  color: #20417f !important;
  text-decoration: none;
}
body.page-id-3 main,
body.page-id-6 main {
  text-align: justify;
}
body.page-id-3 main h2,
body.page-id-3 main h3,
body.page-id-6 main h2,
body.page-id-6 main h3 {
  text-align: left;
}
body.page-id-3 main h2,
body.page-id-6 main h2 {
  line-height: normal;
  margin-bottom: 1rem !important;
}
body.page-id-3 main h3,
body.page-id-6 main h3 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
body.page-id-3 main ul,
body.page-id-6 main ul {
  margin-bottom: 1.5rem;
}
body.page-id-3 main ul li,
body.page-id-6 main ul li {
  list-style-type: none !important;
}
footer {
  background: #20417f;
}
footer .telephone a,
footer .email a {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  position: relative;
  text-decoration: none;
}
footer .telephone a:hover,
footer .email a:hover {
  color: #ca2231;
}
footer .telephone a i,
footer .email a i {
  color: #ca2231;
  position: absolute;
  left: -30px;
  top: 2px;
}
footer .telephone i {
  width: 22px;
  height: 22px;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
}
footer .telephone i:after {
  content: '';
  width: 22px;
  height: 22px;
  border: 2px solid #ca2231;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
}
footer .etablissement {
  color: #fff;
}
footer .etablissement .nom {
  display: block;
}
@media (max-width: 1500px) {
  header .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .menu-principal > ul > li a {
    font-size: 15px;
  }
  body.home .hautdepage .logo {
    margin-top: 0 !important;
  }
  body.home .hautdepage .textes h1 {
    font-size: 40px;
    margin-top: 0 !important;
  }
  body.home .hautdepage .textes .sstitre {
    font-size: 24px;
  }
  body.home .hautdepage .textes .services {
    margin-top: 0 !important;
  }
  .marques .marque:nth-child(2n+2) .image-secondaire {
    left: 95%;
  }
  .marques .image-secondaire {
    right: 95%;
  }
}
@media (max-width: 1400px) {
  body.page-id-43 .services .service:first-child .photo > div,
  body.page-id-43 .services .service:last-child .photo > div {
    left: -50px;
  }
}
@media (max-width: 1350px) {
  .menu-principal button {
    margin-left: 25px;
  }
  .menu-principal > ul > li:not(:first-child) {
    margin-left: 25px;
  }
}
@media (max-width: 1300px) {
  .menu-principal > ul > li a {
    font-size: 14px;
  }
  .hautdepage.simple .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .marques .marque:nth-child(2n+2) .image-secondaire {
    left: 98%;
  }
  .marques .image-secondaire {
    right: 98%;
  }
  body.page-id-43 .equipe .owl-carousel {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 1250px) {
  body.page-id-49 .etapes .textes .titre {
    font-size: 20px;
  }
  body.page-id-49 .etapes .etape:nth-child(even) .owl-nav {
    right: -20px;
  }
  body.page-id-49 .etapes .etape:nth-child(odd) .owl-nav {
    left: -20px;
  }
  body.page-id-43 .services .service:first-child .photo > div,
  body.page-id-43 .services .service:last-child .photo > div {
    left: 0;
  }
}
@media (max-width: 1200px) {
  header.pt-5 {
    padding-top: 1rem !important;
  }
  header.pb-3 {
    padding-bottom: 0 !important;
  }
  header .logo {
    padding-bottom: 1rem;
    padding-left: 30px !important;
  }
  h1,
  .h1 {
    font-size: 45px;
  }
  .menu-principal {
    display: none;
  }
  .navbar-expand-lg .navbar-toggler,
  .navbar,
  .navbar-collapse.collapse.show,
  .navbar-light .navbar-toggler-icon {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .collapse.in {
    display: block !important;
  }
  .hautdepage.simple {
    margin-top: 1rem !important;
  }
  .hautdepage.simple .bg {
    height: 250px;
  }
  .chiffres .chiffre > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 16px;
  }
  body.home header {
    position: relative;
  }
  body.home header .logo img {
    display: block;
  }
  body.home .hautdepage .logo {
    display: none;
  }
  body.home .introduction {
    margin-top: 0 !important;
  }
  body.home .introduction .titre,
  body.home .introduction .accroche {
    width: 100% !important;
  }
  body.page-id-45 .introduction .surtitre {
    font-size: 20px;
  }
  body.page-id-45 .introduction h2,
  body.page-id-45 .introduction .h2 {
    font-size: 35px;
  }
  body.page-id-45 .objectifs:after {
    bottom: -130px;
  }
  body.page-id-45 .objectifs .entete .surtitre {
    font-size: 20px;
  }
  body.page-id-45 .objectifs .entete .h2,
  body.page-id-45 .objectifs .entete h2 {
    font-size: 40px;
  }
  body.page-id-45 .objectifs .textes h3,
  body.page-id-45 .objectifs .textes .h3 {
    font-size: 20px;
  }
  body.page-id-45 .objectifs .onglets {
    margin-top: 0 !important;
  }
  body.page-id-45 .objectifs .nav-tabs {
    width: 70px;
    left: -70px;
  }
  body.page-id-45 .objectifs .nav-tabs > li {
    line-height: 70px;
  }
  body.page-id-45 .objectifs .nav-tabs > li .nav-link {
    font-size: 40px;
  }
  body.page-id-45 .objectifs .image > div {
    bottom: -70px;
  }
  body.page-id-45 .engagements .entete .surtitre {
    font-size: 20px;
  }
  body.page-id-45 .engagements .entete .titre {
    font-size: 40px;
  }
  body.page-id-45 .engagements .engagement h2,
  body.page-id-45 .engagements .engagement .h2 {
    font-size: 36px;
  }
  body.page-id-14 .introduction .surtitre {
    font-size: 20px;
  }
  body.page-id-14 .introduction .infos-contacts .telephone {
    font-size: 22px;
  }
  body.page-id-14 .introduction .infos-contacts .mail {
    font-size: 18px;
  }
  footer .etablissement:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991.98px) {
  #grdp_barre_mini,
  #grdp_barre_maxi {
    display: none !important;
  }
  h1,
  .h1 {
    font-size: 40px;
  }
  .copyright > ul > li img {
    display: none;
  }
  .hautdepage.simple .titre-hdp {
    width: 75% !important;
    margin-top: -100px;
  }
  body.home .hautdepage .textes {
    background: none;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #111111;
  }
  body.home .hautdepage .textes:after {
    content: '';
    position: absolute;
    top: 2rem;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    background: #fff;
    opacity: .7;
    z-index: -1;
  }
  body.home .hautdepage .textes h1 {
    color: #111111;
  }
  body.home .hautdepage .textes .sstitre {
    padding-right: 0 !important;
  }
  body.home .hautdepage .textes .services {
    padding-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  body.home .hautdepage .textes .services li:after {
    position: relative;
    display: block;
    left: auto;
    right: auto;
    margin: 10px auto 20px;
    background: #111111;
    width: 100px;
  }
  body.home .hautdepage .photo,
  body.home .hautdepage .video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  body.home .introduction .titre {
    font-size: 30px;
  }
  body.home .arguments .premiere-ligne {
    flex-wrap: wrap-reverse;
  }
  body.home .arguments .image {
    height: 324px;
  }
  .contact .titre {
    font-size: 36px;
  }
  body.page-id-14 .introduction .container {
    padding-top: 0 !important;
  }
  body.page-id-14 .introduction .infos-contacts {
    text-align: center;
    display: block;
  }
  body.page-id-14 .introduction .textes {
    padding-right: 15px !important;
    margin-bottom: 3rem;
  }
  body.page-id-14 .introduction .formulaire {
    margin-bottom: 1rem;
  }
  body.page-id-14 .introduction .adresses {
    text-align: center;
  }
  body.page-id-14 .introduction .adresses:after {
    top: 100%;
  }
  body.page-id-14 .carte iframe {
    height: 300px !important;
  }
  body.page-id-49 .introduction .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body.page-id-49 .etapes .etape:nth-child(2n+0):after {
    bottom: 50%;
  }
  body.page-id-49 .etapes .photos {
    height: 350px;
    margin-bottom: 2rem;
  }
  body.page-id-49 .etapes .description {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .chiffres {
    padding-bottom: 1rem !important;
  }
  .chiffres .container:after {
    top: 50%;
    margin-top: -25%;
  }
  .chiffres .chiffre {
    margin-bottom: 2rem;
  }
  .chiffres .surtitre {
    font-size: 20px;
  }
  .chiffres .titre {
    font-size: 35px;
    padding-bottom: 0 !important;
  }
  body.page-id-43 .introduction {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body.page-id-43 .introduction .container {
    padding-top: 0 !important;
  }
  body.page-id-43 .introduction .textes {
    padding-right: 15px !important;
    margin-bottom: 2rem;
  }
  body.page-id-43 .introduction .surtitre {
    font-size: 20px;
    margin-bottom: 0 !important;
  }
  body.page-id-43 .introduction .photo {
    height: 350px;
  }
  body.page-id-43 .objectifs {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body.page-id-43 .objectifs .surtitre {
    font-size: 20px;
    margin-bottom: 0 !important;
  }
  body.page-id-43 .objectifs h2,
  body.page-id-43 .objectifs .h2 {
    font-size: 35px;
  }
  body.page-id-43 .objectifs .container {
    padding-top: 0 !important;
  }
  body.page-id-43 .objectifs .textes {
    margin-bottom: 2rem;
  }
  body.page-id-43 .objectifs .photo {
    height: 350px;
  }
  body.page-id-43 .services .service:last-child .textes {
    margin-bottom: 2rem;
    padding-bottom: 0 !important;
  }
  body.page-id-43 .services .service:last-child .photo {
    margin-bottom: -1rem;
  }
  body.page-id-43 .services .service:first-child .row,
  body.page-id-43 .services .service:last-child .row {
    flex-wrap: wrap-reverse;
  }
  body.page-id-43 .services .service:first-child .photo,
  body.page-id-43 .services .service:last-child .photo {
    margin-bottom: 0;
  }
  body.page-id-43 .services .service:first-child .photo > div,
  body.page-id-43 .services .service:last-child .photo > div {
    left: 15px;
    right: 15px;
  }
  body.page-id-43 .services .service .surtitre {
    font-size: 20px;
    margin-bottom: 0 !important;
  }
  body.page-id-43 .services .service .titre {
    font-size: 35px;
  }
  body.page-id-43 .services .service .container {
    padding-top: 0 !important;
  }
  body.page-id-43 .services .photo {
    height: 350px;
    margin-bottom: 2rem;
  }
  body.page-id-43 .services .textes {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body.page-id-43 .equipe .titre {
    font-size: 35px;
    margin-bottom: 1rem !important;
  }
  body.page-id-43 .equipe .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body.page-id-45 .introduction .row {
    flex-wrap: wrap-reverse;
  }
  body.page-id-45 .introduction .textes {
    padding-left: 15px !important;
    margin-bottom: 2rem;
  }
  body.page-id-45 .introduction .photo {
    height: 350px;
  }
  body.page-id-45 .citation .texte {
    font-size: 18px;
  }
  body.page-id-45 .citation .texte:before {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  body.page-id-45 .objectifs {
    margin-bottom: 100px;
  }
  body.page-id-45 .objectifs:after {
    bottom: -50px;
  }
  body.page-id-45 .objectifs .container > .row {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  body.page-id-45 .objectifs .container > .row:after {
    content: '';
    background: #f8f9fa;
    position: absolute;
    top: 0;
    left: 100%;
    right: -5%;
    bottom: 0;
  }
  body.page-id-45 .objectifs .entete {
    padding-left: 0 !important;
  }
  body.page-id-45 .objectifs .textes > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.page-id-45 .objectifs .nav-tabs {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    border-color: #e7e9ea !important;
    margin-top: 2rem;
  }
  body.page-id-45 .objectifs .nav-tabs > li {
    display: inline-block;
    width: auto;
    line-height: normal;
  }
  body.page-id-45 .objectifs .nav-tabs > li .nav-link {
    padding: 15px !important;
    background: none;
  }
  body.page-id-45 .objectifs .nav-tabs > li .nav-link.active {
    background: #e7e9ea;
  }
  body.page-id-45 .objectifs .tab-content>.tab-pane {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  body.page-id-45 .objectifs .image {
    height: 450px;
    margin-bottom: 2rem;
  }
  body.page-id-45 .objectifs .image > div {
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
  body.page-id-45 .engagements .engagement .photo {
    height: 350px;
    margin-bottom: 2rem;
  }
  body.page-id-45 .engagements .engagement .textes {
    padding-left: 15px !important;
  }
  body.page-id-47 .introduction {
    padding-top: 0 !important;
  }
  body.page-id-47 .introduction .row {
    flex-wrap: wrap-reverse;
  }
  body.page-id-47 .introduction .photo {
    height: 350px;
  }
  body.page-id-47 .introduction .textes {
    padding-left: 15px !important;
    margin-bottom: 2rem;
  }
  body.page-id-47 .introduction .surtitre {
    font-size: 20px;
  }
  body.page-id-47 .introduction h2,
  body.page-id-47 .introduction .h2 {
    font-size: 35px;
  }
  .marques .marque {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .marques .marque:first-child:before {
    border-width: 0 0 112px 1000px;
    top: -112px;
  }
  .marques .marque:first-child:after {
    border-width: 112px 1000px 0 0;
    bottom: -112px;
  }
  .marques .marque:last-child:before {
    border-width: 112px 0 0 1000px;
    top: -112px;
  }
  .marques .images {
    height: 350px;
    padding-bottom: 3rem;
  }
  .marques .images .image-materiaux {
    bottom: -5px !important;
  }
  .marques .image-secondaire {
    display: none;
  }
  .marques .textes h2,
  .marques .textes .h2 {
    font-size: 20px;
  }
  footer .logo,
  footer .contacts,
  footer .etablissements {
    text-align: center;
  }
  footer .logo,
  footer .contacts {
    margin-bottom: 3rem;
  }
  footer .etablissement:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .nf-multi-cell .nf-cell {
    float: none !important;
    width: 100% !important;
  }
  .copyright {
    padding-top: 2rem !important;
    border-top: 1px solid #92A0A8;
  }
  .copyright > ul > li {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .copyright > ul > li:after {
    display: none;
  }
  body.home .hautdepage .textes h1 {
    font-size: 35px;
  }
  body.home .arguments .image {
    height: 250px;
  }
  .citation .texte {
    padding-right: 1.5rem !important;
    padding-left: 150px !important;
  }
  .citation .texte:before {
    left: 1.5rem;
  }
  .catalogue {
    text-align: center;
  }
  .catalogue .image {
    margin-top: 0;
  }
  .catalogue .image > div {
    margin: auto;
  }
  body.page-id-43 .services .service:last-child {
    margin-bottom: 0;
  }
  body.page-id-43 .services .service:last-child:after {
    bottom: 0;
  }
  body.page-id-43 .equipe .titre {
    margin-top: 0 !important;
  }
  body.page-id-43 .equipe .poste {
    font-size: 15px;
  }
  .chiffres .container:after {
    display: none;
  }
  .chiffres .valeur {
    font-size: 30px;
    margin-bottom: 5px !important;
  }
  body.page-id-14 .introduction .adresses:after {
    top: 50%;
  }
  body.page-id-45 .introduction .photo {
    height: 300px;
  }
  body.page-id-45 .objectifs .image {
    height: 350px;
  }
  body.page-id-45 .engagements .engagement .photo {
    height: 300px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 36px;
  }
  h1 span:before,
  .h1 span:before {
    top: 15px;
  }
  h2 span:before,
  .h2 span:before {
    position: relative;
    top: -10px;
    left: 0;
    margin-right: 10px;
    display: inline-block;
  }
  .bouton {
    display: block;
  }
  .navbar button {
    right: 15px;
  }
  input[type=button] {
    display: block;
    width: 100% !important;
  }
  .hautdepage.simple .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .hautdepage.simple .titre-hdp {
    width: 100% !important;
    border-bottom: 15px solid #ca2231;
  }
  .hautdepage.simple .titre-hdp:after {
    display: none;
  }
  .nf-form-content #nf-field-17-container .field-wrap .nf-field-label,
  .nf-form-content #nf-field-19-container .field-wrap .nf-field-label,
  .nf-form-content #nf-field-19_1-container .field-wrap .nf-field-label {
    margin-right: 0 !important;
  }
  body.home .hautdepage .textes h1 {
    font-size: 30px;
  }
  body.home .hautdepage .textes .sstitre {
    font-size: 18px;
  }
  body.home .arguments .paves .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .contact .titre {
    font-size: 26px;
  }
  body.page-id-49 .etapes .etape:nth-child(even) .owl-nav {
    right: 15px;
  }
  body.page-id-49 .etapes .etape:nth-child(odd) .owl-nav {
    left: 15px;
  }
  body.page-id-49 .etapes .photos {
    height: 300px;
  }
  body.page-id-49 .etapes .owl-nav button {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  body.page-id-49 .etapes .owl-nav button img {
    width: 12px;
    height: auto;
  }
  body.page-id-43 .introduction .photo {
    height: 300px;
  }
  body.page-id-43 .objectifs .photo {
    height: 300px;
  }
  body.page-id-43 .objectifs .photo:after {
    display: none;
  }
  body.page-id-43 .services .photo {
    height: 300px;
  }
  body.page-id-43 .equipe:after {
    bottom: 100px;
  }
  body.page-id-43 .equipe .owl-carousel {
    width: 50%;
  }
  body.page-id-45 .introduction .surtitre {
    font-size: 18px;
  }
  body.page-id-45 .introduction h2,
  body.page-id-45 .introduction .h2 {
    font-size: 30px;
  }
  body.page-id-45 .introduction .photo {
    height: 250px;
  }
  body.page-id-45 .objectifs .row:after,
  body.page-id-45 .objectifs .row:before {
    display: none;
  }
  body.page-id-45 .objectifs .entete .surtitre {
    font-size: 18px;
  }
  body.page-id-45 .objectifs .entete h2,
  body.page-id-45 .objectifs .entete .h2 {
    font-size: 30px;
  }
  body.page-id-45 .objectifs .image {
    height: 300px;
  }
  body.page-id-45 .objectifs .textes h3,
  body.page-id-45 .objectifs .textes .h3 {
    font-size: 18px;
  }
  body.page-id-45 .engagements .entete {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  body.page-id-45 .engagements .entete .surtitre {
    font-size: 18px;
  }
  body.page-id-45 .engagements .entete .titre {
    font-size: 30px;
  }
  body.page-id-45 .engagements .engagement h2,
  body.page-id-45 .engagements .engagement .h2 {
    font-size: 30px;
  }
  body.page-id-45 .engagements .engagement .photo {
    height: 250px;
  }
  body.page-id-47 .introduction .container {
    padding-top: 0 !important;
  }
  body.page-id-47 .introduction .photo {
    height: 300px;
  }
  .marques .textes .logo {
    width: 200px;
    height: 70px;
  }
  .marques .marque {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .marques .marque:first-child:before {
    border-width: 0 0 50px 600px;
    top: -50px;
  }
  .marques .marque:first-child:after {
    border-width: 50px 600px 0 0;
    bottom: -50px;
  }
  .marques .marque:last-child:before {
    border-width: 50px 0 0 600px;
    top: -50px;
  }
  .marques .images {
    height: 300px;
  }
  .marques .images .image-materiaux {
    right: 15px;
  }
  .marques .marque:first-child + .marque .image-materiaux {
    left: 15px;
  }
}
@media (max-width: 450px) {
  header .logo img {
    max-width: 150px;
    height: auto;
  }
  .navbar button {
    top: -65px;
  }
  .navbar .navbar-nav {
    padding: 2rem 0;
  }
  .navbar .navbar-nav > li {
    padding: 0 15px;
  }
  .navbar .navbar-nav > li > a {
    font-size: 16px;
  }
  body.page-id-43 .introduction {
    padding-top: 0 !important;
  }
  body.page-id-43 .introduction .surtitre {
    font-size: 18px;
  }
  body.page-id-43 .introduction h2,
  body.page-id-43 .introduction .h2 {
    font-size: 30px;
  }
  body.page-id-43 .introduction .photo {
    height: 300px;
  }
  body.page-id-43 .equipe {
    background: #333333;
  }
  body.page-id-43 .equipe:after {
    display: none;
  }
  body.page-id-43 .equipe .owl-carousel {
    width: 100%;
  }
  body.page-id-43 .equipe .owl-nav {
    position: relative;
    top: auto;
    margin-top: 1rem;
  }
  body.page-id-43 .equipe .owl-nav button.owl-prev {
    left: 10px;
  }
  body.page-id-43 .equipe .owl-nav button.owl-next {
    right: 10px;
  }
  body.page-id-43 .equipe .titre {
    font-size: 30px;
  }
  body.page-id-43 .objectifs .surtitre,
  body.page-id-43 .services .surtitre {
    font-size: 18px;
  }
  body.page-id-43 .objectifs h2,
  body.page-id-43 .objectifs .h2,
  body.page-id-43 .services h2,
  body.page-id-43 .services .h2 {
    font-size: 30px;
  }
  body.page-id-43 .objectifs .photo,
  body.page-id-43 .services .photo {
    height: 250px;
  }
  .catalogue .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .catalogue .image > div {
    width: 100%;
    height: 150px;
  }
  .catalogue .bouton {
    font-size: 15px;
    display: block;
  }
}
@media (max-width: 400px) {
  .bouton {
    font-size: 15px;
  }
  .bouton i {
    display: none;
  }
  h1,
  .h1 {
    font-size: 30px;
  }
  h1 span:before,
  .h1 span:before {
    display: none;
  }
  .hautdepage.simple .bg {
    height: 200px;
  }
  .hautdepage.simple .titre-hdp {
    padding: 1.5rem !important;
  }
  .citation .texte {
    padding-left: 1.5rem !important;
    text-align: left !important;
  }
  .citation .texte:before {
    position: relative;
    margin-top: 0;
    display: block;
    margin-left: 0 !important;
    left: 0;
    margin-bottom: 1rem;
  }
  body.page-id-49 .etapes .photos {
    height: 250px;
  }
  body.page-id-45 .introduction .photo {
    height: 250px;
  }
  body.page-id-45 .objectifs .nav-tabs > li .nav-link {
    font-size: 30px;
  }
  body.page-id-45 .objectifs .image {
    height: 300px;
  }
  body.page-id-45 .engagements .engagement .photo {
    height: 250px;
  }
  body.page-id-47 .introduction .surtitre {
    font-size: 18px;
  }
  body.page-id-47 .introduction h2,
  body.page-id-47 .introduction .h2 {
    font-size: 30px;
  }
  body.page-id-47 .introduction .photo {
    height: 250px;
  }
  .marques .textes h2,
  .marques .textes .h2 {
    font-size: 18px;
  }
  body.page-id-14 .introduction .surtitre {
    font-size: 16px;
  }
  body.page-id-14 .introduction .infos-contacts {
    display: block;
    text-align: center;
  }
  body.page-id-14 .introduction .infos-contacts .telephone {
    font-size: 20px;
  }
  body.page-id-14 .introduction .infos-contacts .email {
    font-size: 17px;
  }
  body.page-id-14 .introduction .adresses:after {
    display: none;
  }
}
@media (max-width: 300px) {
  body {
    font-size: 15px;
  }
  h1,
  .h1 {
    font-size: 24px;
  }
  #breadcrumbs {
    margin-top: 0 !important;
    font-size: 12px;
  }
  header .logo {
    padding-left: 15px !important;
  }
  header .logo img {
    max-width: 100px;
    height: auto;
  }
  .navbar button {
    top: -55px;
    width: 45px;
    height: 45px;
  }
  input[type=button] {
    font-size: 15px;
    white-space: normal !important;
    word-wrap: break-word;
  }
  .nf-field-container {
    margin-bottom: 1rem !important;
  }
  .hautdepage.simple .bg {
    height: 150px;
  }
  .hautdepage.simple .titre-hdp {
    margin-top: -50px;
  }
  body.page-id-49 .etapes .photos {
    height: 200px;
  }
  body.page-id-47 .introduction .photo {
    height: 200px;
  }
  .marques .images {
    height: 200px;
  }
  body.page-id-43 .introduction .photo {
    height: 200px;
  }
  body.page-id-43 .objectifs .surtitre,
  body.page-id-43 .services .surtitre {
    font-size: 16px;
  }
  body.page-id-43 .objectifs h2,
  body.page-id-43 .objectifs .h2,
  body.page-id-43 .services h2,
  body.page-id-43 .services .h2 {
    font-size: 24px;
  }
  body.page-id-43 .objectifs .photo,
  body.page-id-43 .services .photo {
    height: 200px;
  }
  body.page-id-45 .introduction {
    padding-top: 0 !important;
  }
  body.page-id-45 .introduction .photo {
    height: 200px;
  }
  body.page-id-45 .objectifs .image {
    height: 250px;
  }
  body.page-id-45 .engagements .engagement .photo {
    height: 200px;
  }
  body.page-id-14 .introduction .infos-contacts {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body.page-id-14 .introduction .infos-contacts .telephone {
    font-size: 17px;
  }
  body.page-id-14 .introduction .infos-contacts .email {
    font-size: 15px;
  }
  footer .telephone {
    margin-bottom: 1rem;
  }
  footer .telephone a i,
  footer .email a i {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 5px;
  }
}
