@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100&display=swap');
body,
html {
  overflow-x: hidden;
  overflow: auto;
}
body,
html {
  overflow-x: hidden !important;
  overflow: auto !important;
}
body {
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
body #gototop {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  position: fixed;
  background: #195b92;
  color: #fff;
  right: 20px;
  bottom: 20px;
  padding: 4px 10px 8px 10px;
  border: none;
  cursor: pointer;
  z-index: 995;
  display: none;
}
body #gototop:hover {
  background: #89a5bd;
  color: #12436d;
}
body.page-id-145 main #wrapper-mentions .container {
  padding: 8rem 0 5rem 0;
  color: #071e31;
  font-weight: 300;
  font-size: 1rem;
}
body.page-id-145 main #wrapper-mentions .container h2 {
  text-transform: uppercase;
  color: #071e31;
  font-weight: 600;
}
body.page-id-145 main #wrapper-mentions .container h3 {
  margin-top: 2rem;
  color: #3178b3;
  font-weight: 400;
}
body.page-id-145 main #wrapper-mentions .container strong {
  color: #3178b3;
  font-weight: 500;
  font-size: 1rem;
}
body.page-id-145 main #wrapper-mentions .container a {
  color: #89a5bd;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-decoration: none;
}
body.page-id-145 main #wrapper-mentions .container a:hover {
  color: #195b92;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-3 main #wrapper-politique .container {
  padding: 8rem 0 5rem 0;
}
body.page-id-3 main #wrapper-politique .container h2 {
  text-transform: uppercase;
  font-weight: 600;
  color: #3178b3;
}
body.page-id-3 main #wrapper-politique .container h3 {
  margin-top: 2rem;
  font-weight: 400;
  color: #89a5bd;
}
body.page-id-3 main #wrapper-politique .container p {
  color: #071e31;
  font-weight: 300;
  font-size: 1rem;
}
body.page-id-3 main #wrapper-politique .container p strong {
  font-weight: 600;
}
body.page-id-3 main #wrapper-politique .container a {
  color: #89a5bd;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-decoration: none;
}
body.page-id-3 main #wrapper-politique .container a:hover {
  color: #195b92;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-3 main #wrapper-politique .container ul li {
  color: #3178b3;
  font-weight: 400;
  font-size: .85rem;
  font-style: italic;
}
body #MoreModal .modal-dialog {
  position: relative;
  max-width: 550px;
}
@media (max-width: 767.98px) {
  body #MoreModal .modal-dialog {
    max-width: 95%;
  }
}
body #MoreModal .modal-dialog .modal-content {
  width: 100%;
  height: auto;
  background-color: #f4f5f7;
  border: none;
  position: relative;
  z-index: 1;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body #MoreModal .modal-dialog .modal-content .modal-header {
  border-bottom: solid 1px #3178b3;
  background-color: #071e31;
}
body #MoreModal .modal-dialog .modal-content .modal-header h5 {
  font-weight: 600;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 2px;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  body #MoreModal .modal-dialog .modal-content .modal-header h5 {
    font-size: 1rem;
  }
}
body #MoreModal .modal-dialog .modal-content .modal-body {
  padding: 2rem;
}
@media (max-width: 767.98px) {
  body #MoreModal .modal-dialog .modal-content .modal-body {
    padding: 1rem;
  }
}
body #MoreModal .modal-dialog .modal-content .modal-body .text-long p {
  color: #071e31;
  text-align: justify;
  font-size: .85rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.8;
}
@media (max-width: 767.98px) {
  body #MoreModal .modal-dialog .modal-content .modal-body .text-long p {
    letter-spacing: 0;
    line-height: 1.5;
  }
}
body #MoreModal .modal-dialog .close {
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  text-shadow: none;
  opacity: .8;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  border: none;
  outline: none;
}
@media (max-width: 767.98px) {
  body #MoreModal .modal-dialog .close {
    font-size: 1rem;
  }
}
body #MoreModal .modal-dialog .close:hover {
  color: #3178b3;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body #bloc-contact {
  background-color: #89a5bd;
}
body #bloc-contact .wrapper-contact .lien-contact {
  text-decoration: none;
  padding: 6rem 0 5rem 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body #bloc-contact .wrapper-contact .lien-contact {
    padding: 4rem 0 3rem 0;
  }
}
body #bloc-contact .wrapper-contact .lien-contact .titre-contact h4 {
  text-transform: uppercase;
  color: #12436d;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 1px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body #bloc-contact .wrapper-contact .lien-contact .sous-titre-contact {
  font-family: 'Georgia';
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  transform: translateY(-10px);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body #bloc-contact .wrapper-contact .lien-contact .sous-titre-contact {
    font-size: 1.8rem;
  }
}
body #bloc-contact .wrapper-contact .lien-contact:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body #bloc-contact .wrapper-contact .lien-contact:hover .titre-contact h4 {
  color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body #bloc-contact .wrapper-contact .lien-contact:hover .sous-titre-contact {
  color: #12436d;
  transform: translateY(0);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body #bloc-references {
  background-color: #3178b3;
  display: none;
}
body #bloc-references .wrapper-reference .lien-reference {
  text-decoration: none;
  padding: 7rem 0 7rem 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body #bloc-references .wrapper-reference .lien-reference {
    padding: 4rem 0;
  }
}
body #bloc-references .wrapper-reference .lien-reference .titre-reference h4 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body #bloc-references .wrapper-reference .lien-reference .titre-reference h4 {
    font-size: 1.5rem;
  }
}
body #bloc-references .wrapper-reference .lien-reference .sous-titre-reference {
  font-family: 'Georgia';
  color: #12436d;
  font-size: 1.6rem;
  font-weight: bold;
  transform: translateY(-10px);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body #bloc-references .wrapper-reference .lien-reference .sous-titre-reference {
    font-size: 1rem;
  }
}
body #bloc-references .wrapper-reference .lien-reference:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body #bloc-references .wrapper-reference .lien-reference:hover .titre-reference h4 {
  color: #12436d;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body #bloc-references .wrapper-reference .lien-reference:hover .sous-titre-reference {
  color: #fff;
  transform: translateY(0);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body #bloc-operations {
  background-color: #071e31;
}
body #bloc-operations .wrapper-operation .lien-operation {
  text-decoration: none;
  padding: 7rem 0 7rem 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body #bloc-operations .wrapper-operation .lien-operation {
    padding: 4rem 0;
  }
}
body #bloc-operations .wrapper-operation .lien-operation .titre-operation h4 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body #bloc-operations .wrapper-operation .lien-operation .titre-operation h4 {
    font-size: 1.3rem;
  }
}
body #bloc-operations .wrapper-operation .lien-operation .sous-titre-operation {
  font-family: 'Georgia';
  color: #89a5bd;
  font-size: 1.6rem;
  font-weight: bold;
  transform: translateY(-10px);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body #bloc-operations .wrapper-operation .lien-operation .sous-titre-operation {
    font-size: 1rem;
  }
}
body #bloc-operations .wrapper-operation .lien-operation:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body #bloc-operations .wrapper-operation .lien-operation:hover .titre-operation h4 {
  color: #89a5bd;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body #bloc-operations .wrapper-operation .lien-operation:hover .sous-titre-operation {
  color: #fff;
  transform: translateY(0);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .header-inner {
  position: fixed;
  margin-top: 2rem;
  z-index: 999;
}
@media (max-width: 767.98px) {
  body header .header-inner {
    margin-top: 1.2rem;
  }
}
body header .header-inner.active .header-logo {
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  display: none;
}
body header .header-inner.active .header-logo-white {
  opacity: 1;
  visibility: visible;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  display: block;
}
body header .header-inner .header-logo {
  position: relative;
  z-index: 20;
  padding-left: 1rem;
  visibility: visible;
  opacity: 1;
  display: block;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body header .header-inner .header-logo {
    width: 75%;
  }
}
body header .header-inner .header-logo img {
  max-width: 60%;
}
body header .header-inner .header-logo-white {
  position: relative;
  z-index: 20;
  display: none;
  padding-left: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body header .header-inner .header-logo-white {
    width: 75%;
  }
}
body header .header-inner .header-logo-white img {
  max-width: 60%;
}
body header .header-inner .nav-menu__trigger {
  margin-left: 1rem;
  z-index: 40;
  border: 0;
  background-color: transparent;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  outline: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .header-inner .nav-menu__trigger:focus {
  outline: none;
  border: 0;
}
body header .header-inner .nav-menu__trigger > * {
  display: block;
  overflow: hidden;
  width: 2rem;
  height: 3px;
  margin-bottom: .5rem;
  background-color: #195b92;
  transform: rotate(.00001deg);
  transform-origin: 50% 50%;
  transition: transform .6s ease-in-out;
}
body header .header-inner .nav-menu__trigger span {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .header-inner .nav-menu__trigger span:last-child {
  opacity: 1;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
}
body header .header-inner .nav-menu__trigger span:hover {
  background-color: #12436d;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .header-inner .nav-menu__trigger.is-open {
  z-index: 110;
}
body header .header-inner .nav-menu__trigger.is-open :first-child {
  -webkit-transform: translateY(0.6rem) rotate(45deg);
  transform: translateY(0.6rem) rotate(45deg);
  transition: transform .3s ease;
  background-color: #fff;
}
body header .header-inner .nav-menu__trigger.is-open :nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: transform .3s ease;
  background-color: #fff;
}
body header .header-inner .nav-menu__trigger.is-open :last-child {
  opacity: 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;
  background-color: #fff;
}
body header .header-inner .nav-menu__trigger:hover {
  cursor: pointer;
}
body header .header-inner .nav-menu-main {
  height: 50vh;
  width: 350px;
  position: fixed;
  top: 0;
  left: -350px;
  z-index: 15;
  background-color: #3178b3;
  -webkit-transition: cubic-bezier(0.455,0.03,0.515,0.955) 0.8s;
  transition: cubic-bezier(0.455,0.03,0.515,0.955) 0.8s;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header .header-inner .nav-menu-main {
    height: 70vh;
  }
}
@media (max-width: 767.98px) {
  body header .header-inner .nav-menu-main {
    height: 100vh;
    width: 100%;
    left: -100%;
  }
}
body header .header-inner .nav-menu-main.is-active {
  left: 0;
  -webkit-transition: cubic-bezier(0.455,0.03,0.515,0.955) 0.6s;
  transition: cubic-bezier(0.455,0.03,0.515,0.955) 0.6s;
}
body header .header-inner .nav-menu-main.is-active ul li:nth-child(1) {
  transform: translateX(0);
  opacity: 1;
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
body header .header-inner .nav-menu-main.is-active ul li:nth-child(2) {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.2s ease-in-out !important;
  -webkit-transition: all 1.2s ease-in-out !important;
  -moz-transition: all 1.2s ease-in-out !important;
  -o-transition: all 1.2s ease-in-out !important;
}
body header .header-inner .nav-menu-main.is-active ul li:nth-child(3) {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.4s ease-in-out !important;
  -webkit-transition: all 1.4s ease-in-out !important;
  -moz-transition: all 1.4s ease-in-out !important;
  -o-transition: all 1.4s ease-in-out !important;
}
body header .header-inner .nav-menu-main.is-active ul li:nth-child(4) {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.6s ease-in-out !important;
  -webkit-transition: all 1.6s ease-in-out !important;
  -moz-transition: all 1.6s ease-in-out !important;
  -o-transition: all 1.6s ease-in-out !important;
}
body header .header-inner .nav-menu-main.is-active ul li:nth-child(5) {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.8s ease-in-out !important;
  -webkit-transition: all 1.8s ease-in-out !important;
  -moz-transition: all 1.8s ease-in-out !important;
  -o-transition: all 1.8s ease-in-out !important;
}
body header .header-inner .nav-menu-main ul {
  padding-left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10%;
  height: auto;
}
body header .header-inner .nav-menu-main ul li {
  list-style-type: none;
  margin-bottom: 1.5rem;
  position: relative;
}
body header .header-inner .nav-menu-main ul li:nth-child(1) {
  transform: translateX(-120%);
  opacity: 0;
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
body header .header-inner .nav-menu-main ul li:nth-child(2) {
  transform: translateX(-130%);
  opacity: 0;
  transition: all 1s ease-in-out !important;
  -webkit-transition: all 1s ease-in-out !important;
  -moz-transition: all 1s ease-in-out !important;
  -o-transition: all 1s ease-in-out !important;
}
body header .header-inner .nav-menu-main ul li:nth-child(3) {
  transform: translateX(-140%);
  opacity: 0;
  transition: all 1.4s ease-in-out !important;
  -webkit-transition: all 1.4s ease-in-out !important;
  -moz-transition: all 1.4s ease-in-out !important;
  -o-transition: all 1.4s ease-in-out !important;
}
body header .header-inner .nav-menu-main ul li:nth-child(4) {
  transform: translateX(-150%);
  opacity: 0;
  transition: all 1.6s ease-in-out !important;
  -webkit-transition: all 1.6s ease-in-out !important;
  -moz-transition: all 1.6s ease-in-out !important;
  -o-transition: all 1.6s ease-in-out !important;
}
body header .header-inner .nav-menu-main ul li:nth-child(5) {
  transform: translateX(-160%);
  opacity: 0;
  transition: all 1.8s ease-in-out !important;
  -webkit-transition: all 1.8s ease-in-out !important;
  -moz-transition: all 1.8s ease-in-out !important;
  -o-transition: all 1.8s ease-in-out !important;
}
body header .header-inner .nav-menu-main ul li a {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}
body header .header-inner .nav-menu-main ul li a::before {
  content: "";
  position: absolute;
  left: -150px;
  height: 2px;
  width: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
body header .header-inner .nav-menu-main ul li a:hover {
  color: #12436d;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .header-inner .nav-menu-main ul li a:hover::before {
  width: 130px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .header-inner .nav-menu-main ul li:last-child {
  margin-bottom: 0;
}
body header .header-inner .nav-menu-main ul li.current-menu-item a {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #12436d;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body header .header-inner .nav-menu-main ul li.current-menu-item a {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  body header .header-inner .nav-menu-main ul li.current-menu-item a {
    font-size: 1.4rem;
  }
}
body header .header-inner .nav-menu-main ul li.current-menu-item a::before {
  width: 130px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #12436d;
}
body header .header-inner .nav-menu-main .linkedin {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
body header .header-inner .nav-menu-main .linkedin::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  z-index: -1;
}
body header .header-inner .nav-menu-main .linkedin i {
  color: #195b92;
}
@media (max-width: 767.98px) {
  body.page-id-7 header {
    background-color: #fff;
    width: 100%;
    height: 77px;
    top: 0;
    position: fixed;
    z-index: 2;
  }
  body.page-id-7 header .header-inner {
    position: inherit;
  }
}
body.page-id-7 #accueil .bandeau-accueil {
  width: 100%;
  height: 750px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-7 #accueil .bandeau-accueil {
    height: 650px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-7 #accueil .bandeau-accueil {
    height: 580px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-7 #accueil .bandeau-accueil {
    height: 450px;
  }
}
body.page-id-7 #accueil .wrapper-bloc-infos {
  transform: translateY(-100px);
  position: relative;
  overflow: hidden;
  padding-bottom: 18rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-7 #accueil .wrapper-bloc-infos {
    padding-bottom: 15rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-7 #accueil .wrapper-bloc-infos {
    padding-bottom: 12rem;
  }
}
body.page-id-7 #accueil .wrapper-bloc-infos::before {
  content: "";
  position: absolute;
  background-color: #f4f5f7;
  top: 100px;
  left: 0;
  width: 100%;
  height: 100%;
}
body.page-id-7 #accueil .wrapper-bloc-infos::after {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../img/grille-deco.png');
  top: 100px;
  right: 0;
  width: 76%;
  height: 560px;
}
@media (max-width: 767.98px) {
  body.page-id-7 #accueil .wrapper-bloc-infos::after {
    height: 400px;
  }
}
body.page-id-7 #accueil .wrapper-bloc-infos .inner-bloc .infos-bloc {
  background-color: #fff;
  padding: 5rem 7rem;
  border-bottom-left-radius: 30px;
  position: relative;
  z-index: 5;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-7 #accueil .wrapper-bloc-infos .inner-bloc .infos-bloc {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-7 #accueil .wrapper-bloc-infos .inner-bloc .infos-bloc {
    padding: 3rem 3rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-7 #accueil .wrapper-bloc-infos .inner-bloc .infos-bloc {
    padding: 2rem;
  }
}
body.page-id-7 #accueil .wrapper-bloc-infos .inner-bloc .infos-bloc .titre {
  margin-bottom: 1rem;
}
body.page-id-7 #accueil .wrapper-bloc-infos .inner-bloc .infos-bloc .titre h1 {
  font-family: 'Georgia';
  color: #3178b3;
  font-weight: bold;
  font-size: 2.5rem;
}
@media (max-width: 767.98px) {
  body.page-id-7 #accueil .wrapper-bloc-infos .inner-bloc .infos-bloc .titre h1 {
    font-size: 2rem;
  }
}
body.page-id-7 #accueil .wrapper-bloc-infos .inner-bloc .infos-bloc .sous-titre {
  margin-bottom: 1rem;
}
body.page-id-7 #accueil .wrapper-bloc-infos .inner-bloc .infos-bloc .sous-titre h2 {
  text-transform: uppercase;
  color: #89a5bd;
  text-align: center;
  font-size: .9rem;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 767.98px) {
  body.page-id-7 #accueil .wrapper-bloc-infos .inner-bloc .infos-bloc .sous-titre h2 {
    font-size: .85rem;
  }
}
body.page-id-7 #accueil .wrapper-bloc-infos .inner-bloc .infos-bloc .text {
  color: #12436d;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  body.page-id-7 #accueil .wrapper-bloc-infos .inner-bloc .infos-bloc .text {
    font-size: .85rem;
  }
}
body.page-id-7 #accueil .wrapper-bloc-infos .inner-bloc .infos-bloc .btn-more {
  background-color: #12436d;
  color: #fff;
  font-weight: 300;
  padding: .2rem .7rem;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-7 #accueil .wrapper-bloc-infos .inner-bloc .infos-bloc .btn-more {
    width: 100%;
    text-align: center;
  }
}
body.page-id-7 #accueil .wrapper-bloc-infos .inner-bloc .infos-bloc .btn-more:hover {
  background-color: #3178b3;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-7 #operations {
  padding: 0 0 4rem 0;
  position: relative;
  background-color: #f4f5f7;
  transform: translateY(-200px);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  body.page-id-7 #operations {
    padding: 0;
  }
}
body.page-id-7 #operations::before {
  content: "";
  position: absolute;
  background-color: #12436d;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
}
@media (max-width: 767.98px) {
  body.page-id-7 #operations::before {
    height: 55%;
  }
}
body.page-id-7 #operations #wrapper-section .wrapper-titre .infos-bloc {
  padding-left: 3rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-7 #operations #wrapper-section .wrapper-titre .infos-bloc {
    padding-left: 1rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-7 #operations #wrapper-section .wrapper-titre .infos-bloc {
    padding-left: 1rem;
  }
}
body.page-id-7 #operations #wrapper-section .wrapper-titre .infos-bloc .titre h1 {
  color: #12436d;
  font-weight: 500;
  font-size: 1.65rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 3px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-7 #operations #wrapper-section .wrapper-titre .infos-bloc .titre h1 {
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-7 #operations #wrapper-section .wrapper-titre .infos-bloc .titre h1 {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
}
body.page-id-7 #operations #wrapper-section .wrapper-titre .infos-bloc .sous-titre {
  position: relative;
}
body.page-id-7 #operations #wrapper-section .wrapper-titre .infos-bloc .sous-titre::before {
  content: "";
  position: absolute;
  background-color: #89a5bd;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 55px;
  z-index: 50;
}
body.page-id-7 #operations #wrapper-section .wrapper-titre .infos-bloc .sous-titre h2 {
  font-family: 'Georgia';
  color: #3178b3;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-7 #operations #wrapper-section .wrapper-titre .infos-bloc .sous-titre h2 {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-7 #operations #wrapper-section .wrapper-titre .infos-bloc .sous-titre h2 {
    font-size: .9rem;
    letter-spacing: 0;
  }
}
body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider {
  position: relative;
}
body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .photo-operation {
  width: 100%;
  height: 700px;
  padding-left: 0;
  padding-right: 3rem;
  border-bottom-left-radius: 30px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .photo-operation {
    height: 550px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .photo-operation {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .photo-operation {
    height: 400px;
    padding-right: 0;
  }
}
body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .photo-operation .inner {
  width: 100%;
  height: 100%;
  padding-left: 0;
}
body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .photo-operation .inner .item {
  width: 100%;
  height: 100%;
  list-style-type: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 30px;
}
body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .infos-operation {
  padding-right: 12rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .infos-operation {
    padding-right: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .infos-operation {
    padding-right: 1rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .infos-operation {
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}
body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .infos-operation .titre-operation {
  margin-bottom: 1.5rem;
}
body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .infos-operation .titre-operation h1 p {
  font-family: 'Georgia';
  color: #3178b3;
  font-weight: bold;
  font-size: 2.5rem;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #fff;
  display: inline-block;
  padding: .5rem 1.5rem;
}
@media (max-width: 767.98px) {
  body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .infos-operation .titre-operation h1 p {
    font-size: 2rem;
    text-align: center;
  }
}
body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .infos-operation .sous-titre-operation {
  margin-bottom: 1.5rem;
}
body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .infos-operation .sous-titre-operation h2 {
  text-transform: uppercase;
  color: #89a5bd;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .infos-operation .sous-titre-operation h2 {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .infos-operation .sous-titre-operation h2 {
    font-size: 1rem;
    text-align: center;
  }
}
body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .infos-operation .description-operation {
  margin-bottom: 1rem;
}
body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .infos-operation .description-operation p {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .infos-operation .description-operation p {
    font-size: .9rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .infos-operation .description-operation p {
    font-size: .85rem;
    text-align: center;
  }
}
body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .infos-operation .description-operation ul {
  display: none;
}
body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .infos-operation .btn-more {
  background-color: #89a5bd;
  color: #fff;
  font-weight: 400;
  font-size: .85rem;
  padding: .6rem 1rem;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .infos-operation .btn-more {
    width: 100%;
    display: block;
    text-align: center;
  }
}
body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-stage-outer .owl-stage .owl-item .wrapper-operation .infos-operation .btn-more:hover {
  background-color: #fff;
  color: #3178b3;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-nav {
  position: absolute;
  bottom: 75px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-nav {
    bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-nav {
    bottom: 6px;
  }
}
body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-nav .owl-prev,
body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-nav .owl-next {
  text-decoration: none;
  outline: none;
  position: absolute;
}
body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-nav .owl-prev span,
body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-nav .owl-next span {
  color: #fff;
  font-size: 4rem;
  font-weight: 300;
  outline: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-nav .owl-prev span,
  body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-nav .owl-next span {
    font-size: 3rem;
  }
}
body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-nav .owl-prev:hover span,
body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-nav .owl-next:hover span {
  color: #3178b3;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-nav .owl-next {
  right: -75px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-nav .owl-next {
    right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-nav .owl-next {
    right: -40px;
  }
}
body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-nav .owl-prev {
  left: -75px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-nav .owl-prev {
    left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body.page-id-7 #operations #wrapper-section .slider-operation-wrapper #operation-slider .owl-nav .owl-prev {
    left: -40px;
  }
}
body.page-id-7 #references {
  transform: translateY(-50px);
}
@media (max-width: 767.98px) {
  body.page-id-7 #references {
    transform: translateY(-100px);
  }
}
body.page-id-7 #references #wrapper-section .wrapper-titre {
  margin-bottom: 2.5rem;
}
body.page-id-7 #references #wrapper-section .wrapper-titre .infos-bloc .titre h1 {
  color: #12436d;
  font-weight: 500;
  font-size: 1.65rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 3px;
}
@media (max-width: 767.98px) {
  body.page-id-7 #references #wrapper-section .wrapper-titre .infos-bloc .titre h1 {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
}
body.page-id-7 #references #wrapper-section .wrapper-titre .infos-bloc .sous-titre {
  position: relative;
}
body.page-id-7 #references #wrapper-section .wrapper-titre .infos-bloc .sous-titre::before {
  content: "";
  position: absolute;
  background-color: #89a5bd;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 55px;
  z-index: 50;
}
body.page-id-7 #references #wrapper-section .wrapper-titre .infos-bloc .sous-titre h2 {
  font-family: 'Georgia';
  color: #3178b3;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
@media (max-width: 767.98px) {
  body.page-id-7 #references #wrapper-section .wrapper-titre .infos-bloc .sous-titre h2 {
    font-size: .9rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference:last-child {
    margin-bottom: 0;
  }
}
body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .photo-reference {
  width: 100%;
  height: 350px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .photo-reference {
    height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .photo-reference {
    height: 230px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .photo-reference {
    height: 250px;
  }
}
body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference {
  padding: 2rem 1rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference {
    padding: 2rem 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference {
    padding: 1rem 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference {
    padding: 1rem 0;
  }
}
body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .titre-reference {
  margin-bottom: 1rem;
}
body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .titre-reference h1 {
  font-family: 'Georgia';
  color: #3178b3;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  padding: .8rem 1rem;
  background-color: #3178b3;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .titre-reference h1 {
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .titre-reference h1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .titre-reference h1 {
    font-size: 1.2rem;
    text-align: center;
  }
}
body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .titre-reference h1 p {
  margin-bottom: 0;
}
body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .sous-titre-reference {
  padding-top: .8rem;
  padding-bottom: .8rem;
  border-top: solid 1px #89a5bd;
  border-bottom: solid 1px #89a5bd;
}
body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .sous-titre-reference h2 {
  text-transform: uppercase;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .sous-titre-reference h2 {
    font-size: .9rem;
    text-align: center;
  }
}
body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .lieu-reference {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .lieu-reference h4 {
  text-transform: uppercase;
  color: #3178b3;
  font-size: .9rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
}
body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .description-reference {
  margin-bottom: 1.5rem;
  color: #3178b3;
  font-weight: 400;
  font-size: .85rem;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .description-reference {
    font-size: .9rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .description-reference {
    font-size: .85rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .description-reference {
    font-size: .85rem;
    text-align: center;
  }
}
body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .description-reference ul {
  padding-left: 0;
  text-align: center;
  margin-bottom: 2rem;
}
body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .description-reference ul li {
  margin-bottom: 1rem;
  color: #89a5bd;
  font-size: .8rem;
  font-weight: 300;
  list-style-type: none;
  position: relative;
}
body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .description-reference ul li::before {
  content: "";
  position: absolute;
  background-color: #89a5bd;
  width: 30px;
  left: 50%;
  height: 1px;
  bottom: -8px;
  transform: translateX(-50%);
}
body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .description-reference ul li:last-child {
  margin-bottom: 0;
}
body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .description-reference ul li:last-child::before {
  display: none;
}
body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .description-reference p strong {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 400;
  background-color: #12436d;
  padding: .3rem 2rem;
}
body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .btn-more {
  display: none;
  background-color: #89a5bd;
  color: #fff;
  font-weight: 400;
  font-size: .85rem;
  padding: .6rem 1rem;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-align: center;
  margin-left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .btn-more {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .btn-more {
    width: 100%;
    text-align: center;
  }
}
body.page-id-7 #references #wrapper-section .references-wrapper .inner-reference .infos-reference .btn-more:hover {
  background-color: #12436d;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-9 header {
  background-color: #fff;
  width: 100%;
  height: 110px;
  position: fixed;
  z-index: 2;
}
@media (max-width: 767.98px) {
  body.page-id-9 header {
    height: 77px;
    top: 0;
  }
}
body.page-id-9 header .header-inner {
  position: inherit;
}
body.page-id-9 #a-propos {
  padding-top: 120px;
  position: relative;
}
@media (max-width: 767.98px) {
  body.page-id-9 #a-propos {
    padding-top: 60px;
  }
}
body.page-id-9 #a-propos::before {
  content: "";
  position: absolute;
  background-color: #12436d;
  top: 0;
  left: 0;
  width: 100%;
  height: 62%;
  z-index: -1;
}
@media (max-width: 767.98px) {
  body.page-id-9 #a-propos::before {
    height: 71%;
  }
}
body.page-id-9 #a-propos::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 20%;
  background-image: url('../img/deco-apropos.png');
  top: -45px;
  left: 0;
  width: 800px;
  height: 800px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  body.page-id-9 #a-propos::after {
    height: 450px;
    width: 100%;
    top: -55px;
  }
}
body.page-id-9 #a-propos .wrapper-bloc-a-propos .titre-main {
  padding: 4rem 0 6rem 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-9 #a-propos .wrapper-bloc-a-propos .titre-main {
    padding: 4rem 0 4rem 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-9 #a-propos .wrapper-bloc-a-propos .titre-main {
    padding: 2rem 0;
  }
}
body.page-id-9 #a-propos .wrapper-bloc-a-propos .titre-main h1 {
  font-family: 'Georgia';
  color: #fff;
  font-weight: bold;
  font-size: 7rem;
  opacity: .3;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-9 #a-propos .wrapper-bloc-a-propos .titre-main h1 {
    font-size: 6rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-9 #a-propos .wrapper-bloc-a-propos .titre-main h1 {
    font-size: 3rem;
    text-align: center;
  }
}
body.page-id-9 #a-propos .wrapper-bloc-a-propos .wrapper-section .photo-a-propos {
  width: 100%;
  height: 800px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 25px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-9 #a-propos .wrapper-bloc-a-propos .wrapper-section .photo-a-propos {
    height: 700px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-9 #a-propos .wrapper-bloc-a-propos .wrapper-section .photo-a-propos {
    height: 450px;
  }
}
body.page-id-9 #a-propos .wrapper-bloc-a-propos .wrapper-section .infos-bloc {
  padding-left: 3rem;
  padding-right: 8rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-9 #a-propos .wrapper-bloc-a-propos .wrapper-section .infos-bloc {
    padding-right: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-9 #a-propos .wrapper-bloc-a-propos .wrapper-section .infos-bloc {
    padding-right: 1rem;
    padding-left: 2rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-9 #a-propos .wrapper-bloc-a-propos .wrapper-section .infos-bloc {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
body.page-id-9 #a-propos .wrapper-bloc-a-propos .wrapper-section .infos-bloc .titre {
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  body.page-id-9 #a-propos .wrapper-bloc-a-propos .wrapper-section .infos-bloc .titre {
    margin-top: 1rem;
  }
}
body.page-id-9 #a-propos .wrapper-bloc-a-propos .wrapper-section .infos-bloc .titre h3 {
  font-family: 'Georgia';
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
}
@media (max-width: 767.98px) {
  body.page-id-9 #a-propos .wrapper-bloc-a-propos .wrapper-section .infos-bloc .titre h3 {
    font-size: 2rem;
    text-align: center;
  }
}
body.page-id-9 #a-propos .wrapper-bloc-a-propos .wrapper-section .infos-bloc .sous-titre {
  margin-bottom: 1rem;
}
body.page-id-9 #a-propos .wrapper-bloc-a-propos .wrapper-section .infos-bloc .sous-titre h4 {
  text-transform: uppercase;
  color: #89a5bd;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 767.98px) {
  body.page-id-9 #a-propos .wrapper-bloc-a-propos .wrapper-section .infos-bloc .sous-titre h4 {
    font-size: .9rem;
    text-align: center;
  }
}
body.page-id-9 #a-propos .wrapper-bloc-a-propos .wrapper-section .infos-bloc .text-court {
  margin-bottom: 5rem;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  text-align: justify;
}
@media (max-width: 767.98px) {
  body.page-id-9 #a-propos .wrapper-bloc-a-propos .wrapper-section .infos-bloc .text-court {
    font-size: .85rem;
  }
}
body.page-id-9 #a-propos .wrapper-bloc-a-propos .wrapper-section .infos-bloc .text-long {
  margin-bottom: 1.5rem;
  color: #195b92;
  font-weight: 400;
  font-size: 1rem;
  text-align: justify;
}
@media (max-width: 767.98px) {
  body.page-id-9 #a-propos .wrapper-bloc-a-propos .wrapper-section .infos-bloc .text-long {
    font-size: .85rem;
  }
}
body.page-id-9 #a-propos .wrapper-bloc-a-propos .wrapper-section .infos-bloc .btn-more {
  background-color: #89a5bd;
  color: #fff;
  font-weight: 400;
  font-size: .85rem;
  padding: .6rem 1rem;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-9 #a-propos .wrapper-bloc-a-propos .wrapper-section .infos-bloc .btn-more {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  body.page-id-9 #a-propos .wrapper-bloc-a-propos .wrapper-section .infos-bloc .btn-more {
    text-align: center;
    width: 100%;
  }
}
body.page-id-9 #a-propos .wrapper-bloc-a-propos .wrapper-section .infos-bloc .btn-more:hover {
  background-color: #12436d;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-9 #nos-valeurs {
  margin-top: 5rem;
}
body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valeurs {
  position: relative;
}
body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valeurs::before {
  content: "";
  position: absolute;
  background-color: #f4f5f7;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -1;
}
@media (max-width: 767.98px) {
  body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valeurs::before {
    height: 88%;
  }
}
body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valeurs .wrapper-titre .titre h2 {
  color: #12436d;
  font-weight: 500;
  font-size: 1.65rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 3px;
}
@media (max-width: 767.98px) {
  body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valeurs .wrapper-titre .titre h2 {
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
}
body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valeurs .wrapper-titre .sous-titre {
  position: relative;
}
body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valeurs .wrapper-titre .sous-titre::before {
  content: "";
  position: absolute;
  background-color: #89a5bd;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 55px;
  z-index: 50;
}
body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valeurs .wrapper-titre .sous-titre h3 {
  font-family: 'Georgia';
  color: #3178b3;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
@media (max-width: 767.98px) {
  body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valeurs .wrapper-titre .sous-titre h3 {
    text-align: center;
    letter-spacing: 0;
    font-size: 1rem;
  }
}
body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valeurs .wrapper-valeurs {
  margin-top: 3rem;
  padding: 4rem 0;
}
@media (max-width: 767.98px) {
  body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valeurs .wrapper-valeurs .item-valeur {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valeurs .wrapper-valeurs .item-valeur:last-child {
    margin-bottom: 0;
  }
}
body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valeurs .wrapper-valeurs .item-valeur .picto {
  width: 70px;
  height: 70px;
  margin: 0 auto 1rem auto;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valeurs .wrapper-valeurs .item-valeur .picto {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valeurs .wrapper-valeurs .item-valeur .picto {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valeurs .wrapper-valeurs .item-valeur .picto {
    width: 50px;
    height: 50px;
  }
}
body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valeurs .wrapper-valeurs .item-valeur .picto img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valeurs .wrapper-valeurs .item-valeur .intitule {
  color: #3178b3;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 2px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valeurs .wrapper-valeurs .item-valeur .intitule {
    font-size: .85rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valeurs .wrapper-valeurs .item-valeur .intitule {
    font-size: .8rem;
    letter-spacing: 1px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valeurs .wrapper-valeurs .item-valeur .intitule {
    font-size: .7rem;
    letter-spacing: 2px;
  }
}
body.page-id-9 #prestations .wrapper-bloc-prestations .wrapper-prestations .item-prestation {
  width: 100%;
  height: 350px;
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-9 #prestations .wrapper-bloc-prestations .wrapper-prestations .item-prestation:nth-child(1) {
  background-color: #071e31;
}
body.page-id-9 #prestations .wrapper-bloc-prestations .wrapper-prestations .item-prestation:nth-child(2) {
  background-color: #195b92;
}
body.page-id-9 #prestations .wrapper-bloc-prestations .wrapper-prestations .item-prestation:nth-child(3) {
  background-color: #3178b3;
}
body.page-id-9 #prestations .wrapper-bloc-prestations .wrapper-prestations .item-prestation:nth-child(4) {
  background-color: #89a5bd;
}
@media (min-width: 1300px) and (max-width: 1499.98px) {
  body.page-id-9 #prestations .wrapper-bloc-prestations .wrapper-prestations .item-prestation {
    height: 325px;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body.page-id-9 #prestations .wrapper-bloc-prestations .wrapper-prestations .item-prestation {
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-9 #prestations .wrapper-bloc-prestations .wrapper-prestations .item-prestation {
    height: 260px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-9 #prestations .wrapper-bloc-prestations .wrapper-prestations .item-prestation {
    height: 230px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-9 #prestations .wrapper-bloc-prestations .wrapper-prestations .item-prestation {
    height: 300px;
  }
}
body.page-id-9 #prestations .wrapper-bloc-prestations .wrapper-prestations .item-prestation .intitule {
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  margin-top: 45%;
  transform: translateY(-50%);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
  body.page-id-9 #prestations .wrapper-bloc-prestations .wrapper-prestations .item-prestation .intitule {
    margin-top: 50%;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body.page-id-9 #prestations .wrapper-bloc-prestations .wrapper-prestations .item-prestation .intitule {
    font-size: 1rem;
    margin-top: 52%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-9 #prestations .wrapper-bloc-prestations .wrapper-prestations .item-prestation .intitule {
    font-size: .9rem;
    margin-top: 60%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-9 #prestations .wrapper-bloc-prestations .wrapper-prestations .item-prestation .intitule {
    font-size: .8rem;
    margin-top: 62%;
    letter-spacing: 1px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-9 #prestations .wrapper-bloc-prestations .wrapper-prestations .item-prestation .intitule {
    font-size: 1rem;
  }
}
body.page-id-9 #prestations .wrapper-bloc-prestations .wrapper-prestations .item-prestation .number {
  font-family: 'Georgia';
  color: #fff;
  font-weight: bold;
  font-size: 7rem;
  opacity: .5;
  position: absolute;
  bottom: -15px;
  right: 0;
  transform: translateY(0);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body.page-id-9 #prestations .wrapper-bloc-prestations .wrapper-prestations .item-prestation .number {
    font-size: 5rem;
    bottom: -10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-9 #prestations .wrapper-bloc-prestations .wrapper-prestations .item-prestation .number {
    font-size: 4.5rem;
    bottom: -5px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-9 #prestations .wrapper-bloc-prestations .wrapper-prestations .item-prestation .number {
    font-size: 3.5rem;
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-9 #prestations .wrapper-bloc-prestations .wrapper-prestations .item-prestation .number {
    font-size: 5rem;
  }
}
body.page-id-9 #prestations .wrapper-bloc-prestations .wrapper-prestations .item-prestation:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-9 #prestations .wrapper-bloc-prestations .wrapper-prestations .item-prestation:hover .number {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  transform: translateY(-200px);
}
body.page-id-9 #objectifs .wrapper-bloc-objectifs {
  position: relative;
}
body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-titre {
  position: absolute;
  left: 18%;
  top: 25%;
}
@media (min-width: 1400px) and (max-width: 1549.98px) {
  body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-titre {
    left: 16%;
    top: 23%;
  }
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
  body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-titre {
    left: 16%;
    top: 21%;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-titre {
    left: 15%;
    top: 19%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-titre {
    left: 13%;
    top: 18%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-titre {
    left: 8%;
    top: 15%;
  }
}
@media (max-width: 767.98px) {
  body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-titre {
    left: inherit;
    top: inherit;
    position: relative;
    margin-top: 2rem;
  }
}
body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-titre .titre h2 {
  color: #12436d;
  font-weight: 500;
  font-size: 1.65rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 3px;
}
@media (max-width: 767.98px) {
  body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-titre .titre h2 {
    text-align: center;
    letter-spacing: 1px;
    font-size: 1.3rem;
  }
}
body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-titre .sous-titre {
  position: relative;
}
body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-titre .sous-titre::before {
  content: "";
  position: absolute;
  background-color: #89a5bd;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 55px;
  height: 5px;
  z-index: 50;
}
body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-titre .sous-titre h3 {
  font-family: 'Georgia';
  color: #3178b3;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
@media (max-width: 767.98px) {
  body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-titre .sous-titre h3 {
    text-align: center;
    letter-spacing: 0;
    font-size: 1rem;
  }
}
body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-slider-objectif #sync1 {
  padding: 0 10rem;
  padding-top: 11rem;
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
  body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-slider-objectif #sync1 {
    padding: 11rem 8rem 0 8rem;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-slider-objectif #sync1 {
    padding: 11rem 6rem 0 6rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-slider-objectif #sync1 {
    padding: 11rem 3rem 0 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-slider-objectif #sync1 {
    padding: 11rem 1.5rem 0 1.5rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-slider-objectif #sync1 {
    padding: 3rem 1rem 0 1rem;
  }
}
body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-slider-objectif #sync1 .owl-stage-outer .owl-stage .owl-item .item .intitule p {
  color: #071e31;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-slider-objectif #sync1 .owl-stage-outer .owl-stage .owl-item .item .intitule p {
    font-size: .9rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-slider-objectif #sync1 .owl-stage-outer .owl-stage .owl-item .item .intitule p {
    font-size: .8rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-slider-objectif #sync1 .owl-stage-outer .owl-stage .owl-item .item .intitule p {
    font-size: .8rem;
  }
}
body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-slider-objectif #sync1 .owl-dots {
  margin-left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 767.98px) {
  body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-slider-objectif #sync1 .owl-dots {
    transform: translate(-50%,-10px);
  }
}
body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-slider-objectif #sync1 .owl-dots .owl-dot {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #89a5bd;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin-right: .5rem;
  opacity: .8;
  text-align: center;
}
body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-slider-objectif #sync1 .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-slider-objectif #sync1 .owl-dots .owl-dot.active,
body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-slider-objectif #sync1 .owl-dots .owl-dot:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #3178b3;
}
body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-slider-objectif #sync2 .owl-stage-outer .owl-stage .owl-item .item .photo {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767.98px) {
  body.page-id-9 #objectifs .wrapper-bloc-objectifs .wrapper-slider-objectif #sync2 .owl-stage-outer .owl-stage .owl-item .item .photo {
    height: 300px;
  }
}
body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valaurs {
  position: relative;
  overflow: hidden;
  margin-top: 4rem;
}
body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valaurs::before {
  content: "";
  position: absolute;
  background-color: #071e31;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 86%;
  z-index: -1;
}
@media (max-width: 767.98px) {
  body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valaurs::before {
    height: 95%;
  }
}
body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valaurs::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 16%;
  background-image: url('../img/deco-valeurs.png');
  top: 50px;
  right: 0;
  width: 1080px;
  height: 1000px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valaurs::after {
    display: none;
  }
}
body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valaurs .wrapper-titre .titre h2 {
  color: #12436d;
  font-weight: 500;
  font-size: 1.65rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 3px;
}
@media (max-width: 767.98px) {
  body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valaurs .wrapper-titre .titre h2 {
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
}
body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valaurs .wrapper-titre .sous-titre {
  position: relative;
}
body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valaurs .wrapper-titre .sous-titre::before {
  content: "";
  position: absolute;
  background-color: #89a5bd;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 55px;
  z-index: 50;
}
body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valaurs .wrapper-titre .sous-titre h3 {
  font-family: 'Georgia';
  color: #3178b3;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
@media (max-width: 767.98px) {
  body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valaurs .wrapper-titre .sous-titre h3 {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valaurs .wrapper-valeurs {
  padding: 10rem 0 5rem 0;
}
@media (max-width: 767.98px) {
  body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valaurs .wrapper-valeurs {
    padding: 5rem 0;
  }
}
body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valaurs .wrapper-valeurs .item-valeur .intitule {
  color: #89a5bd;
  font-weight: 300;
  font-size: .85rem;
  text-align: center;
  margin-bottom: 4rem;
  letter-spacing: 1px;
  position: relative;
}
body.page-id-9 #nos-valeurs .wrapper-bloc-nos-valaurs .wrapper-valeurs .item-valeur .intitule::before {
  content: "";
  position: absolute;
  background-color: #3178b3;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 1;
}
body.page-id-9 #partenaires {
  padding: 10rem 0;
  position: relative;
  display: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-9 #partenaires {
    padding: 8rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-9 #partenaires {
    padding: 6rem 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-9 #partenaires {
    padding: 5rem 1rem;
  }
}
body.page-id-9 #partenaires::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/photo-bas-apropos.jpg');
  transform: scaleX(-1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 767.98px) {
  body.page-id-9 #partenaires::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    height: 85%;
    background-color: rgba(255,255,255,0.7);
    z-index: -1;
  }
}
body.page-id-9 #partenaires .wrapper-partenaire .inner {
  padding: 0 4rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-9 #partenaires .wrapper-partenaire .inner {
    padding: 0 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-9 #partenaires .wrapper-partenaire .inner {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-9 #partenaires .wrapper-partenaire .inner {
    padding: 0;
  }
}
body.page-id-9 #partenaires .wrapper-partenaire .inner .titre h2 {
  color: #12436d;
  font-weight: 500;
  font-size: 1.65rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 3px;
}
@media (max-width: 767.98px) {
  body.page-id-9 #partenaires .wrapper-partenaire .inner .titre h2 {
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
}
body.page-id-9 #partenaires .wrapper-partenaire .inner .sous-titre {
  position: relative;
  margin-bottom: 3rem;
}
body.page-id-9 #partenaires .wrapper-partenaire .inner .sous-titre::before {
  content: "";
  position: absolute;
  background-color: #89a5bd;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  z-index: 50;
}
body.page-id-9 #partenaires .wrapper-partenaire .inner .sous-titre h3 {
  font-family: 'Georgia';
  color: #3178b3;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
@media (max-width: 767.98px) {
  body.page-id-9 #partenaires .wrapper-partenaire .inner .sous-titre h3 {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0px;
  }
}
body.page-id-9 #partenaires .wrapper-partenaire .inner .texte p {
  color: #071e31;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 1px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-9 #partenaires .wrapper-partenaire .inner .texte p {
    font-size: .85rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-9 #partenaires .wrapper-partenaire .inner .texte p {
    font-size: .8rem;
  }
}
body.page-id-9 #confiances {
  margin-top: 4rem;
  position: relative;
}
body.page-id-9 #confiances::before {
  content: "";
  position: absolute;
  background-color: #12436d;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72%;
  z-index: -1;
}
body.page-id-9 #confiances .wrapper-titre .titre h2 {
  color: #12436d;
  font-weight: 500;
  font-size: 1.65rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 3px;
}
@media (max-width: 767.98px) {
  body.page-id-9 #confiances .wrapper-titre .titre h2 {
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
}
body.page-id-9 #confiances .wrapper-titre .sous-titre {
  position: relative;
}
body.page-id-9 #confiances .wrapper-titre .sous-titre::before {
  content: "";
  position: absolute;
  background-color: #89a5bd;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 55px;
  z-index: 50;
}
body.page-id-9 #confiances .wrapper-titre .sous-titre h3 {
  font-family: 'Georgia';
  color: #3178b3;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
@media (max-width: 767.98px) {
  body.page-id-9 #confiances .wrapper-titre .sous-titre h3 {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0px;
  }
}
body.page-id-9 #confiances #partners-slider {
  padding: 7rem 0 5rem 0;
}
@media (max-width: 767.98px) {
  body.page-id-9 #confiances #partners-slider {
    padding: 6rem 0 3rem 0;
  }
}
body.page-id-9 #confiances #partners-slider .owl-stage {
  display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
}
body.page-id-9 #confiances #partners-slider .owl-stage .item {
  text-align: center;
  margin: 0 auto;
}
body.page-id-9 #confiances #partners-slider .owl-stage img {
  display: block;
  max-height: 70px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-9 #confiances #partners-slider .owl-stage img {
    max-height: 60px;
  }
}
body.postid-136 #last-operation::before {
  height: 86% !important;
}
@media (max-width: 767.98px) {
  body.postid-136 #last-operation::before {
    height: 76% !important;
  }
}
body.postid-138 #last-operation::before {
  height: 80% !important;
}
@media (max-width: 767.98px) {
  body.postid-138 #last-operation::before {
    height: 70% !important;
  }
}
body.page-id-11 header,
body.single-nos_operations header {
  background-color: #fff;
  width: 100%;
  height: 110px;
  position: fixed;
  z-index: 2;
}
@media (max-width: 767.98px) {
  body.page-id-11 header,
  body.single-nos_operations header {
    height: 77px;
    top: 0;
  }
}
body.page-id-11 header .header-inner,
body.single-nos_operations header .header-inner {
  position: inherit;
}
body.page-id-11 #last-operation,
body.single-nos_operations #last-operation {
  padding-top: 120px;
  position: relative;
}
@media (max-width: 767.98px) {
  body.page-id-11 #last-operation,
  body.single-nos_operations #last-operation {
    padding-top: 70px;
  }
}
body.page-id-11 #last-operation::before,
body.single-nos_operations #last-operation::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #12436d;
  width: 100%;
  height: 83%;
  z-index: -1;
}
@media (max-width: 767.98px) {
  body.page-id-11 #last-operation::before,
  body.single-nos_operations #last-operation::before {
    height: 74%;
  }
}
body.page-id-11 #last-operation::after,
body.single-nos_operations #last-operation::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 50%;
  background-image: url('../img/deco-apropos.png');
  top: -80px;
  left: 0;
  width: 980px;
  height: 980px;
}
@media (max-width: 767.98px) {
  body.page-id-11 #last-operation::after,
  body.single-nos_operations #last-operation::after {
    height: 450px;
    width: 100%;
    top: -55px;
  }
}
body.page-id-11 #last-operation .container,
body.single-nos_operations #last-operation .container {
  max-width: 1400px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-11 #last-operation .container,
  body.single-nos_operations #last-operation .container {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-11 #last-operation .container,
  body.single-nos_operations #last-operation .container {
    max-width: 720px;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-11 #last-operation .container,
  body.single-nos_operations #last-operation .container {
    max-width: 100%;
  }
}
body.page-id-11 #last-operation .container .titre-main,
body.single-nos_operations #last-operation .container .titre-main {
  padding: 6rem 0 8rem 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-11 #last-operation .container .titre-main,
  body.single-nos_operations #last-operation .container .titre-main {
    padding: 5rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-11 #last-operation .container .titre-main,
  body.single-nos_operations #last-operation .container .titre-main {
    padding: 4rem 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-11 #last-operation .container .titre-main,
  body.single-nos_operations #last-operation .container .titre-main {
    padding: 3rem 0;
  }
}
body.page-id-11 #last-operation .container .titre-main h1,
body.single-nos_operations #last-operation .container .titre-main h1 {
  font-family: 'Georgia';
  color: #fff;
  font-weight: bold;
  font-size: 9rem;
  opacity: .3;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-11 #last-operation .container .titre-main h1,
  body.single-nos_operations #last-operation .container .titre-main h1 {
    font-size: 6rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-11 #last-operation .container .titre-main h1,
  body.single-nos_operations #last-operation .container .titre-main h1 {
    font-size: 3rem;
    text-align: center;
  }
}
body.page-id-11 #last-operation .container .wrapper-last-operation .slider-last-operation,
body.single-nos_operations #last-operation .container .wrapper-last-operation .slider-last-operation {
  height: 850px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .slider-last-operation,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .slider-last-operation {
    height: 800px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .slider-last-operation,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .slider-last-operation {
    height: 680px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .slider-last-operation,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .slider-last-operation {
    height: 400px;
  }
}
body.page-id-11 #last-operation .container .wrapper-last-operation .slider-last-operation #owl-operation,
body.single-nos_operations #last-operation .container .wrapper-last-operation .slider-last-operation #owl-operation {
  height: 100%;
  width: 100%;
  padding-left: 0;
}
body.page-id-11 #last-operation .container .wrapper-last-operation .slider-last-operation #owl-operation .owl-stage-outer,
body.single-nos_operations #last-operation .container .wrapper-last-operation .slider-last-operation #owl-operation .owl-stage-outer {
  height: 100%;
}
body.page-id-11 #last-operation .container .wrapper-last-operation .slider-last-operation #owl-operation .owl-stage-outer .owl-stage,
body.single-nos_operations #last-operation .container .wrapper-last-operation .slider-last-operation #owl-operation .owl-stage-outer .owl-stage {
  height: 100%;
}
body.page-id-11 #last-operation .container .wrapper-last-operation .slider-last-operation #owl-operation .owl-stage-outer .owl-stage .owl-item,
body.single-nos_operations #last-operation .container .wrapper-last-operation .slider-last-operation #owl-operation .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
body.page-id-11 #last-operation .container .wrapper-last-operation .slider-last-operation #owl-operation .owl-stage-outer .owl-stage .owl-item .item,
body.single-nos_operations #last-operation .container .wrapper-last-operation .slider-last-operation #owl-operation .owl-stage-outer .owl-stage .owl-item .item {
  list-style-type: none;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: 30px;
}
body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation,
body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation {
  padding: 4rem 3rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation {
    padding: 1rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation {
    padding: 1rem;
  }
}
body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .titre,
body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .titre {
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .titre,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .titre {
    text-align: center;
  }
}
body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .titre p,
body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .titre p {
  font-family: 'Georgia';
  color: #3178b3;
  font-weight: normal;
  font-size: 3rem;
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  display: inline-block;
  padding: .3rem 1rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .titre p,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .titre p {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .titre p,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .titre p {
    font-size: 2rem;
    text-align: center;
  }
}
body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .titre p strong,
body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .titre p strong {
  font-weight: bold;
}
body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .sous-titre,
body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .sous-titre {
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #89a5bd;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .sous-titre,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .sous-titre {
    font-size: .9rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .sous-titre,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .sous-titre {
    font-size: .85rem;
    text-align: center;
  }
}
body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .description,
body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .description {
  padding-right: 5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .description,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .description {
    padding-right: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .description,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .description {
    padding-right: 1rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .description,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .description {
    padding-right: 1rem;
  }
}
body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .description p,
body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .description p {
  margin-bottom: 2rem;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .description p,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .description p {
    font-size: .85rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .description p,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .description p {
    font-size: .85rem;
    text-align: center;
  }
}
body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .description ul,
body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .description ul {
  padding-left: 2.2rem;
}
body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .description ul li,
body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .description ul li {
  margin-bottom: 1rem;
  color: #89a5bd;
  font-size: .85rem;
  font-weight: 300;
  list-style-type: none;
  position: relative;
  margin-bottom: .5rem;
}
body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .description ul li::before,
body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .description ul li::before {
  content: "";
  position: absolute;
  background-color: #89a5bd;
  width: 30px;
  left: -35px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}
body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .description ul li:last-child,
body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .description ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .description ul li:last-child::before,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .description ul li:last-child::before {
    display: none;
  }
}
body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .chiffres-cles,
body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .chiffres-cles {
  margin-top: 4rem;
}
body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .chiffres-cles .titre-chiffre h4,
body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .chiffres-cles .titre-chiffre h4 {
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #89a5bd;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 767.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .chiffres-cles .titre-chiffre h4,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .chiffres-cles .titre-chiffre h4 {
    font-size: 1rem;
    text-align: center;
  }
}
body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .chiffres-cles ul,
body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .chiffres-cles ul {
  padding-left: 0;
}
body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .chiffres-cles ul li.chiffre,
body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .chiffres-cles ul li.chiffre {
  margin-bottom: 1rem;
  color: #12436d;
  font-size: 1.2rem;
  font-weight: 500;
  list-style-type: none;
  position: relative;
  margin-bottom: .5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .chiffres-cles ul li.chiffre,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .chiffres-cles ul li.chiffre {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .chiffres-cles ul li.chiffre,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .chiffres-cles ul li.chiffre {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .chiffres-cles ul li.chiffre::before,
body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .chiffres-cles ul li.chiffre::before {
  content: "";
  position: absolute;
  background-color: #89a5bd;
  width: 60px;
  left: -65px;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .chiffres-cles ul li.chiffre::before,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .chiffres-cles ul li.chiffre::before {
    left: 50%;
    top: inherit;
    transform: translate(-50%,0);
    bottom: -15px;
  }
}
body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .chiffres-cles ul li.chiffre:last-child,
body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .chiffres-cles ul li.chiffre:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .chiffres-cles ul li.chiffre:last-child::before,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .chiffres-cles ul li.chiffre:last-child::before {
    display: none;
  }
}
body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .btn-more,
body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .btn-more {
  margin-top: 6rem;
  display: none;
  background-color: #89a5bd;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  padding: .4rem .9rem;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  letter-spacing: 1px;
  font-size: .85rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .btn-more,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .btn-more {
    margin-top: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .btn-more,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .btn-more {
    margin-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .btn-more,
  body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .btn-more {
    margin-top: 3rem;
    text-align: center;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
}
body.page-id-11 #last-operation .container .wrapper-last-operation .ctn-operation .btn-more:hover,
body.single-nos_operations #last-operation .container .wrapper-last-operation .ctn-operation .btn-more:hover {
  background-color: #12436d;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-11 .operation,
body.single-nos_operations .operation {
  margin-top: 6rem;
}
body.page-id-11 .operation .container,
body.single-nos_operations .operation .container {
  max-width: 1400px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-11 .operation .container,
  body.single-nos_operations .operation .container {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-11 .operation .container,
  body.single-nos_operations .operation .container {
    max-width: 720px;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-11 .operation .container,
  body.single-nos_operations .operation .container {
    max-width: 100%;
  }
}
body.page-id-11 .operation .container .titre-other-operation,
body.single-nos_operations .operation .container .titre-other-operation {
  margin-bottom: 2rem;
}
body.page-id-11 .operation .container .titre-other-operation .titre h2,
body.single-nos_operations .operation .container .titre-other-operation .titre h2 {
  color: #12436d;
  font-weight: 500;
  font-size: 1.65rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 3px;
}
@media (max-width: 767.98px) {
  body.page-id-11 .operation .container .titre-other-operation .titre h2,
  body.single-nos_operations .operation .container .titre-other-operation .titre h2 {
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
}
body.page-id-11 .operation .container .titre-other-operation .sous-titre,
body.single-nos_operations .operation .container .titre-other-operation .sous-titre {
  position: relative;
}
body.page-id-11 .operation .container .titre-other-operation .sous-titre::before,
body.single-nos_operations .operation .container .titre-other-operation .sous-titre::before {
  content: "";
  position: absolute;
  background-color: #89a5bd;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 55px;
  z-index: 50;
}
body.page-id-11 .operation .container .titre-other-operation .sous-titre h3,
body.single-nos_operations .operation .container .titre-other-operation .sous-titre h3 {
  font-family: 'Georgia';
  color: #3178b3;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
@media (max-width: 767.98px) {
  body.page-id-11 .operation .container .titre-other-operation .sous-titre h3,
  body.single-nos_operations .operation .container .titre-other-operation .sous-titre h3 {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
body.page-id-11 .operation .container .operations-en-cours,
body.single-nos_operations .operation .container .operations-en-cours {
  margin-bottom: 6rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation,
  body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation,
  body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation:last-child,
  body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation:last-child,
  body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation:last-child {
    margin-bottom: 0;
  }
}
body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation .operation-item,
body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation .operation-item {
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation .operation-item figure,
body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation .operation-item figure {
  position: relative;
  overflow: hidden;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation .operation-item figure >div,
body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation .operation-item figure >div {
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation .operation-item figure >div,
  body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation .operation-item figure >div {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation .operation-item figure >div,
  body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation .operation-item figure >div {
    height: 250px;
  }
}
body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation .operation-item figure .hover-img,
body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation .operation-item figure .hover-img {
  background-color: rgba(49,120,179,0.85);
  padding: 2rem;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation .operation-item figure .hover-img .ctn-hover .more,
body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation .operation-item figure .hover-img .ctn-hover .more {
  font-family: 'Georgia';
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-align: center;
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation .operation-item figure .hover-img .ctn-hover .more strong,
body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation .operation-item figure .hover-img .ctn-hover .more strong {
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  margin-top: .5rem;
}
body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation .operation-item figure .hover-img .ctn-hover .more strong:hover,
body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation .operation-item figure .hover-img .ctn-hover .more strong:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  margin-top: 1rem;
}
body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation .operation-item .operation-infos .titre p,
body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation .operation-item .operation-infos .titre p {
  font-family: 'Georgia';
  color: #3178b3;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 1px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation .operation-item .operation-infos .titre p,
  body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation .operation-item .operation-infos .titre p {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation .operation-item .operation-infos .titre p,
  body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation .operation-item .operation-infos .titre p {
    font-size: 1.4rem;
  }
}
body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation .operation-item .operation-infos .titre p strong,
body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation .operation-item .operation-infos .titre p strong {
  font-weight: bold;
}
body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation .operation-item .operation-infos .lieu,
body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation .operation-item .operation-infos .lieu {
  background-color: #3178b3;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  width: 100%;
  padding: .5rem;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation .operation-item .operation-infos .lieu,
  body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation .operation-item .operation-infos .lieu {
    font-size: .85rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation .operation-item .operation-infos .lieu,
  body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation .operation-item .operation-infos .lieu {
    font-size: .85rem;
  }
}
body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation .operation-item:hover,
body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation .operation-item:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation .operation-item:hover figure,
body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation .operation-item:hover figure {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation .operation-item:hover figure .hover-img,
body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation .operation-item:hover figure .hover-img {
  bottom: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation .operation-item:hover figure .hover-img .ctn-hover .more,
body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation .operation-item:hover figure .hover-img .ctn-hover .more {
  opacity: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation .operation-item:hover figure .hover-img .ctn-hover .more strong,
body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation .operation-item:hover figure .hover-img .ctn-hover .more strong {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-11 .operation .container .operations-en-cours .inner-bloc-operation .operation-item:hover .operation-infos .lieu,
body.single-nos_operations .operation .container .operations-en-cours .inner-bloc-operation .operation-item:hover .operation-infos .lieu {
  background-color: #12436d;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-13 header,
body.single-nos_references header {
  background-color: #fff;
  width: 100%;
  height: 110px;
  position: fixed;
  z-index: 2;
}
@media (max-width: 767.98px) {
  body.page-id-13 header,
  body.single-nos_references header {
    height: 77px;
    top: 0;
  }
}
body.page-id-13 header .header-inner,
body.single-nos_references header .header-inner {
  position: inherit;
}
body.page-id-13 #references,
body.page-id-13 #references-single,
body.single-nos_references #references,
body.single-nos_references #references-single {
  padding-top: 120px;
  position: relative;
}
@media (max-width: 767.98px) {
  body.page-id-13 #references,
  body.page-id-13 #references-single,
  body.single-nos_references #references,
  body.single-nos_references #references-single {
    padding-top: 60px;
  }
}
body.page-id-13 #references::before,
body.page-id-13 #references-single::before,
body.single-nos_references #references::before,
body.single-nos_references #references-single::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #12436d;
  width: 100%;
  height: 60%;
  z-index: -1;
}
body.page-id-13 #references::after,
body.page-id-13 #references-single::after,
body.single-nos_references #references::after,
body.single-nos_references #references-single::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 50%;
  background-image: url('../img/deco-apropos.png');
  top: -80px;
  left: 0;
  width: 830px;
  height: 840px;
}
@media (max-width: 767.98px) {
  body.page-id-13 #references::after,
  body.page-id-13 #references-single::after,
  body.single-nos_references #references::after,
  body.single-nos_references #references-single::after {
    width: 100%;
    height: 450px;
  }
}
body.page-id-13 #references .container-fluid .titre-main,
body.page-id-13 #references-single .container-fluid .titre-main,
body.single-nos_references #references .container-fluid .titre-main,
body.single-nos_references #references-single .container-fluid .titre-main {
  padding: 6rem 0 3rem 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-13 #references .container-fluid .titre-main,
  body.page-id-13 #references-single .container-fluid .titre-main,
  body.single-nos_references #references .container-fluid .titre-main,
  body.single-nos_references #references-single .container-fluid .titre-main {
    padding: 4rem 0 3rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-13 #references .container-fluid .titre-main,
  body.page-id-13 #references-single .container-fluid .titre-main,
  body.single-nos_references #references .container-fluid .titre-main,
  body.single-nos_references #references-single .container-fluid .titre-main {
    padding: 3rem 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-13 #references .container-fluid .titre-main,
  body.page-id-13 #references-single .container-fluid .titre-main,
  body.single-nos_references #references .container-fluid .titre-main,
  body.single-nos_references #references-single .container-fluid .titre-main {
    padding: 2rem 0;
  }
}
body.page-id-13 #references .container-fluid .titre-main h1,
body.page-id-13 #references-single .container-fluid .titre-main h1,
body.single-nos_references #references .container-fluid .titre-main h1,
body.single-nos_references #references-single .container-fluid .titre-main h1 {
  font-family: 'Georgia';
  color: #fff;
  font-weight: bold;
  font-size: 9rem;
  opacity: .3;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-13 #references .container-fluid .titre-main h1,
  body.page-id-13 #references-single .container-fluid .titre-main h1,
  body.single-nos_references #references .container-fluid .titre-main h1,
  body.single-nos_references #references-single .container-fluid .titre-main h1 {
    font-size: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-13 #references .container-fluid .titre-main h1,
  body.page-id-13 #references-single .container-fluid .titre-main h1,
  body.single-nos_references #references .container-fluid .titre-main h1,
  body.single-nos_references #references-single .container-fluid .titre-main h1 {
    font-size: 5rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-13 #references .container-fluid .titre-main h1,
  body.page-id-13 #references-single .container-fluid .titre-main h1,
  body.single-nos_references #references .container-fluid .titre-main h1,
  body.single-nos_references #references-single .container-fluid .titre-main h1 {
    font-size: 2.5rem;
    text-align: center;
  }
}
body.page-id-13 #references .container-fluid .other-project,
body.page-id-13 #references-single .container-fluid .other-project,
body.single-nos_references #references .container-fluid .other-project,
body.single-nos_references #references-single .container-fluid .other-project {
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}
body.page-id-13 #references .container-fluid .other-project .next-real-visu-wrapper,
body.page-id-13 #references-single .container-fluid .other-project .next-real-visu-wrapper,
body.single-nos_references #references .container-fluid .other-project .next-real-visu-wrapper,
body.single-nos_references #references-single .container-fluid .other-project .next-real-visu-wrapper {
  text-decoration: none;
}
body.page-id-13 #references .container-fluid .other-project .next-real-visu-wrapper .next-link,
body.page-id-13 #references-single .container-fluid .other-project .next-real-visu-wrapper .next-link,
body.single-nos_references #references .container-fluid .other-project .next-real-visu-wrapper .next-link,
body.single-nos_references #references-single .container-fluid .other-project .next-real-visu-wrapper .next-link {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .85rem;
}
body.page-id-13 #references .container-fluid .other-project .next-real-visu-wrapper .real-title,
body.page-id-13 #references-single .container-fluid .other-project .next-real-visu-wrapper .real-title,
body.single-nos_references #references .container-fluid .other-project .next-real-visu-wrapper .real-title,
body.single-nos_references #references-single .container-fluid .other-project .next-real-visu-wrapper .real-title {
  font-family: 'Georgia';
  color: #89a5bd;
  font-weight: normal;
  font-size: 1.2rem;
}
body.page-id-13 #references .container-fluid .other-project .previous-real-visu-wrapper,
body.page-id-13 #references-single .container-fluid .other-project .previous-real-visu-wrapper,
body.single-nos_references #references .container-fluid .other-project .previous-real-visu-wrapper,
body.single-nos_references #references-single .container-fluid .other-project .previous-real-visu-wrapper {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  body.page-id-13 #references .container-fluid .other-project .previous-real-visu-wrapper,
  body.page-id-13 #references-single .container-fluid .other-project .previous-real-visu-wrapper,
  body.single-nos_references #references .container-fluid .other-project .previous-real-visu-wrapper,
  body.single-nos_references #references-single .container-fluid .other-project .previous-real-visu-wrapper {
    margin-bottom: 1rem;
  }
}
body.page-id-13 #references .container-fluid .other-project .previous-real-visu-wrapper .prev-link,
body.page-id-13 #references-single .container-fluid .other-project .previous-real-visu-wrapper .prev-link,
body.single-nos_references #references .container-fluid .other-project .previous-real-visu-wrapper .prev-link,
body.single-nos_references #references-single .container-fluid .other-project .previous-real-visu-wrapper .prev-link {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .85rem;
}
body.page-id-13 #references .container-fluid .other-project .previous-real-visu-wrapper .real-title,
body.page-id-13 #references-single .container-fluid .other-project .previous-real-visu-wrapper .real-title,
body.single-nos_references #references .container-fluid .other-project .previous-real-visu-wrapper .real-title,
body.single-nos_references #references-single .container-fluid .other-project .previous-real-visu-wrapper .real-title {
  font-family: 'Georgia';
  color: #89a5bd;
  font-weight: normal;
  font-size: 1.2rem;
}
body.page-id-13 #references .container-fluid .titre-reference,
body.page-id-13 #references-single .container-fluid .titre-reference,
body.single-nos_references #references .container-fluid .titre-reference,
body.single-nos_references #references-single .container-fluid .titre-reference {
  position: relative;
  z-index: 1;
}
body.page-id-13 #references .container-fluid .titre-reference h2 p,
body.page-id-13 #references-single .container-fluid .titre-reference h2 p,
body.single-nos_references #references .container-fluid .titre-reference h2 p,
body.single-nos_references #references-single .container-fluid .titre-reference h2 p {
  font-family: 'Georgia';
  color: #3178b3;
  font-weight: normal;
  font-size: 3rem;
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  display: inline-block;
  padding: .3rem 1rem;
}
@media (max-width: 767.98px) {
  body.page-id-13 #references .container-fluid .titre-reference h2 p,
  body.page-id-13 #references-single .container-fluid .titre-reference h2 p,
  body.single-nos_references #references .container-fluid .titre-reference h2 p,
  body.single-nos_references #references-single .container-fluid .titre-reference h2 p {
    font-size: 2rem;
  }
}
body.page-id-13 #references .container-fluid .titre-reference h2 p strong,
body.page-id-13 #references-single .container-fluid .titre-reference h2 p strong,
body.single-nos_references #references .container-fluid .titre-reference h2 p strong,
body.single-nos_references #references-single .container-fluid .titre-reference h2 p strong {
  font-weight: bold;
}
body.page-id-13 #references .container-fluid .image-reference,
body.page-id-13 #references-single .container-fluid .image-reference,
body.single-nos_references #references .container-fluid .image-reference,
body.single-nos_references #references-single .container-fluid .image-reference {
  height: 890px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: translateY(-55px);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-13 #references .container-fluid .image-reference,
  body.page-id-13 #references-single .container-fluid .image-reference,
  body.single-nos_references #references .container-fluid .image-reference,
  body.single-nos_references #references-single .container-fluid .image-reference {
    height: 790px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-13 #references .container-fluid .image-reference,
  body.page-id-13 #references-single .container-fluid .image-reference,
  body.single-nos_references #references .container-fluid .image-reference,
  body.single-nos_references #references-single .container-fluid .image-reference {
    height: 650px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-13 #references .container-fluid .image-reference,
  body.page-id-13 #references-single .container-fluid .image-reference,
  body.single-nos_references #references .container-fluid .image-reference,
  body.single-nos_references #references-single .container-fluid .image-reference {
    height: 450px;
  }
}
body.page-id-13 #references .infos-references,
body.page-id-13 #references-single .infos-references,
body.single-nos_references #references .infos-references,
body.single-nos_references #references-single .infos-references {
  position: relative;
}
body.page-id-13 #references .infos-references::before,
body.page-id-13 #references-single .infos-references::before,
body.single-nos_references #references .infos-references::before,
body.single-nos_references #references-single .infos-references::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 20%;
  background-image: url('../img/deco-reference-single.png');
  top: -60px;
  right: -145px;
  width: 85%;
  transform: scaleY(-1);
  height: 650px;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-13 #references .infos-references::before,
  body.page-id-13 #references-single .infos-references::before,
  body.single-nos_references #references .infos-references::before,
  body.single-nos_references #references-single .infos-references::before {
    height: 450px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-13 #references .infos-references::before,
  body.page-id-13 #references-single .infos-references::before,
  body.single-nos_references #references .infos-references::before,
  body.single-nos_references #references-single .infos-references::before {
    height: 450px;
  }
}
body.page-id-13 #references .infos-references .wrapper-presentation,
body.page-id-13 #references-single .infos-references .wrapper-presentation,
body.single-nos_references #references .infos-references .wrapper-presentation,
body.single-nos_references #references-single .infos-references .wrapper-presentation {
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  body.page-id-13 #references .infos-references .wrapper-presentation,
  body.page-id-13 #references-single .infos-references .wrapper-presentation,
  body.single-nos_references #references .infos-references .wrapper-presentation,
  body.single-nos_references #references-single .infos-references .wrapper-presentation {
    margin-bottom: 3rem;
  }
}
body.page-id-13 #references .infos-references .wrapper-presentation .slider-presentation-reference,
body.page-id-13 #references-single .infos-references .wrapper-presentation .slider-presentation-reference,
body.single-nos_references #references .infos-references .wrapper-presentation .slider-presentation-reference,
body.single-nos_references #references-single .infos-references .wrapper-presentation .slider-presentation-reference {
  height: 500px;
  width: 100%;
}
@media (max-width: 767.98px) {
  body.page-id-13 #references .infos-references .wrapper-presentation .slider-presentation-reference,
  body.page-id-13 #references-single .infos-references .wrapper-presentation .slider-presentation-reference,
  body.single-nos_references #references .infos-references .wrapper-presentation .slider-presentation-reference,
  body.single-nos_references #references-single .infos-references .wrapper-presentation .slider-presentation-reference {
    height: 300px;
  }
}
body.page-id-13 #references .infos-references .wrapper-presentation .slider-presentation-reference #owl-reference,
body.page-id-13 #references-single .infos-references .wrapper-presentation .slider-presentation-reference #owl-reference,
body.single-nos_references #references .infos-references .wrapper-presentation .slider-presentation-reference #owl-reference,
body.single-nos_references #references-single .infos-references .wrapper-presentation .slider-presentation-reference #owl-reference {
  height: 100%;
  width: 100%;
  padding-left: 0;
}
body.page-id-13 #references .infos-references .wrapper-presentation .slider-presentation-reference #owl-reference .owl-stage-outer,
body.page-id-13 #references-single .infos-references .wrapper-presentation .slider-presentation-reference #owl-reference .owl-stage-outer,
body.single-nos_references #references .infos-references .wrapper-presentation .slider-presentation-reference #owl-reference .owl-stage-outer,
body.single-nos_references #references-single .infos-references .wrapper-presentation .slider-presentation-reference #owl-reference .owl-stage-outer {
  height: 100%;
}
body.page-id-13 #references .infos-references .wrapper-presentation .slider-presentation-reference #owl-reference .owl-stage-outer .owl-stage,
body.page-id-13 #references-single .infos-references .wrapper-presentation .slider-presentation-reference #owl-reference .owl-stage-outer .owl-stage,
body.single-nos_references #references .infos-references .wrapper-presentation .slider-presentation-reference #owl-reference .owl-stage-outer .owl-stage,
body.single-nos_references #references-single .infos-references .wrapper-presentation .slider-presentation-reference #owl-reference .owl-stage-outer .owl-stage {
  height: 100%;
}
body.page-id-13 #references .infos-references .wrapper-presentation .slider-presentation-reference #owl-reference .owl-stage-outer .owl-stage .owl-item,
body.page-id-13 #references-single .infos-references .wrapper-presentation .slider-presentation-reference #owl-reference .owl-stage-outer .owl-stage .owl-item,
body.single-nos_references #references .infos-references .wrapper-presentation .slider-presentation-reference #owl-reference .owl-stage-outer .owl-stage .owl-item,
body.single-nos_references #references-single .infos-references .wrapper-presentation .slider-presentation-reference #owl-reference .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
body.page-id-13 #references .infos-references .wrapper-presentation .slider-presentation-reference #owl-reference .owl-stage-outer .owl-stage .owl-item .item,
body.page-id-13 #references-single .infos-references .wrapper-presentation .slider-presentation-reference #owl-reference .owl-stage-outer .owl-stage .owl-item .item,
body.single-nos_references #references .infos-references .wrapper-presentation .slider-presentation-reference #owl-reference .owl-stage-outer .owl-stage .owl-item .item,
body.single-nos_references #references-single .infos-references .wrapper-presentation .slider-presentation-reference #owl-reference .owl-stage-outer .owl-stage .owl-item .item {
  list-style-type: none;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: 30px;
}
body.page-id-13 #references .infos-references .wrapper-presentation .ctn-reference,
body.page-id-13 #references-single .infos-references .wrapper-presentation .ctn-reference,
body.single-nos_references #references .infos-references .wrapper-presentation .ctn-reference,
body.single-nos_references #references-single .infos-references .wrapper-presentation .ctn-reference {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-13 #references .infos-references .wrapper-presentation .ctn-reference,
  body.page-id-13 #references-single .infos-references .wrapper-presentation .ctn-reference,
  body.single-nos_references #references .infos-references .wrapper-presentation .ctn-reference,
  body.single-nos_references #references-single .infos-references .wrapper-presentation .ctn-reference {
    padding: 2rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-13 #references .infos-references .wrapper-presentation .ctn-reference,
  body.page-id-13 #references-single .infos-references .wrapper-presentation .ctn-reference,
  body.single-nos_references #references .infos-references .wrapper-presentation .ctn-reference,
  body.single-nos_references #references-single .infos-references .wrapper-presentation .ctn-reference {
    padding: 1rem;
  }
}
body.page-id-13 #references .infos-references .wrapper-presentation .ctn-reference .titre,
body.page-id-13 #references-single .infos-references .wrapper-presentation .ctn-reference .titre,
body.single-nos_references #references .infos-references .wrapper-presentation .ctn-reference .titre,
body.single-nos_references #references-single .infos-references .wrapper-presentation .ctn-reference .titre {
  margin-bottom: 1rem;
}
body.page-id-13 #references .infos-references .wrapper-presentation .ctn-reference .titre p,
body.page-id-13 #references-single .infos-references .wrapper-presentation .ctn-reference .titre p,
body.single-nos_references #references .infos-references .wrapper-presentation .ctn-reference .titre p,
body.single-nos_references #references-single .infos-references .wrapper-presentation .ctn-reference .titre p {
  font-family: 'Georgia';
  color: #12436d;
  font-weight: bold;
  font-size: 3rem;
}
@media (max-width: 767.98px) {
  body.page-id-13 #references .infos-references .wrapper-presentation .ctn-reference .titre p,
  body.page-id-13 #references-single .infos-references .wrapper-presentation .ctn-reference .titre p,
  body.single-nos_references #references .infos-references .wrapper-presentation .ctn-reference .titre p,
  body.single-nos_references #references-single .infos-references .wrapper-presentation .ctn-reference .titre p {
    font-size: 2rem;
    text-align: center;
  }
}
body.page-id-13 #references .infos-references .wrapper-presentation .ctn-reference .titre p strong,
body.page-id-13 #references-single .infos-references .wrapper-presentation .ctn-reference .titre p strong,
body.single-nos_references #references .infos-references .wrapper-presentation .ctn-reference .titre p strong,
body.single-nos_references #references-single .infos-references .wrapper-presentation .ctn-reference .titre p strong {
  font-weight: bold;
}
body.page-id-13 #references .infos-references .wrapper-presentation .ctn-reference .sous-titre,
body.page-id-13 #references-single .infos-references .wrapper-presentation .ctn-reference .sous-titre,
body.single-nos_references #references .infos-references .wrapper-presentation .ctn-reference .sous-titre,
body.single-nos_references #references-single .infos-references .wrapper-presentation .ctn-reference .sous-titre {
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #89a5bd;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-13 #references .infos-references .wrapper-presentation .ctn-reference .sous-titre,
  body.page-id-13 #references-single .infos-references .wrapper-presentation .ctn-reference .sous-titre,
  body.single-nos_references #references .infos-references .wrapper-presentation .ctn-reference .sous-titre,
  body.single-nos_references #references-single .infos-references .wrapper-presentation .ctn-reference .sous-titre {
    font-size: .9rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-13 #references .infos-references .wrapper-presentation .ctn-reference .sous-titre,
  body.page-id-13 #references-single .infos-references .wrapper-presentation .ctn-reference .sous-titre,
  body.single-nos_references #references .infos-references .wrapper-presentation .ctn-reference .sous-titre,
  body.single-nos_references #references-single .infos-references .wrapper-presentation .ctn-reference .sous-titre {
    font-size: .85rem;
    text-align: center;
  }
}
body.page-id-13 #references .infos-references .wrapper-presentation .ctn-reference .description,
body.page-id-13 #references-single .infos-references .wrapper-presentation .ctn-reference .description,
body.single-nos_references #references .infos-references .wrapper-presentation .ctn-reference .description,
body.single-nos_references #references-single .infos-references .wrapper-presentation .ctn-reference .description {
  padding-right: 3rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-13 #references .infos-references .wrapper-presentation .ctn-reference .description,
  body.page-id-13 #references-single .infos-references .wrapper-presentation .ctn-reference .description,
  body.single-nos_references #references .infos-references .wrapper-presentation .ctn-reference .description,
  body.single-nos_references #references-single .infos-references .wrapper-presentation .ctn-reference .description {
    padding-right: 1rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-13 #references .infos-references .wrapper-presentation .ctn-reference .description,
  body.page-id-13 #references-single .infos-references .wrapper-presentation .ctn-reference .description,
  body.single-nos_references #references .infos-references .wrapper-presentation .ctn-reference .description,
  body.single-nos_references #references-single .infos-references .wrapper-presentation .ctn-reference .description {
    padding-right: 0;
  }
}
body.page-id-13 #references .infos-references .wrapper-presentation .ctn-reference .description p,
body.page-id-13 #references-single .infos-references .wrapper-presentation .ctn-reference .description p,
body.single-nos_references #references .infos-references .wrapper-presentation .ctn-reference .description p,
body.single-nos_references #references-single .infos-references .wrapper-presentation .ctn-reference .description p {
  color: #071e31;
  font-weight: 400;
  font-size: 1rem;
  text-align: justify;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-13 #references .infos-references .wrapper-presentation .ctn-reference .description p,
  body.page-id-13 #references-single .infos-references .wrapper-presentation .ctn-reference .description p,
  body.single-nos_references #references .infos-references .wrapper-presentation .ctn-reference .description p,
  body.single-nos_references #references-single .infos-references .wrapper-presentation .ctn-reference .description p {
    font-size: .85rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-13 #references .infos-references .wrapper-presentation .ctn-reference .description p,
  body.page-id-13 #references-single .infos-references .wrapper-presentation .ctn-reference .description p,
  body.single-nos_references #references .infos-references .wrapper-presentation .ctn-reference .description p,
  body.single-nos_references #references-single .infos-references .wrapper-presentation .ctn-reference .description p {
    font-size: .85rem;
  }
}
body.page-id-13 #bloc-informations-supplementaire,
body.single-nos_references #bloc-informations-supplementaire {
  margin-top: 4rem;
  position: relative;
}
@media (max-width: 767.98px) {
  body.page-id-13 #bloc-informations-supplementaire,
  body.single-nos_references #bloc-informations-supplementaire {
    margin-top: 2rem;
  }
}
body.page-id-13 #bloc-informations-supplementaire::before,
body.single-nos_references #bloc-informations-supplementaire::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 20%;
  background-image: url('../img/deco-reference-single.png');
  bottom: -80px;
  right: -145px;
  width: 85%;
  height: 650px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-13 #bloc-informations-supplementaire::before,
  body.single-nos_references #bloc-informations-supplementaire::before {
    height: 450px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-13 #bloc-informations-supplementaire::before,
  body.single-nos_references #bloc-informations-supplementaire::before {
    height: 350px;
  }
}
body.page-id-13 #bloc-informations-supplementaire .container .reference-more,
body.single-nos_references #bloc-informations-supplementaire .container .reference-more {
  margin-bottom: 5rem;
}
@media (max-width: 767.98px) {
  body.page-id-13 #bloc-informations-supplementaire .container .reference-more,
  body.single-nos_references #bloc-informations-supplementaire .container .reference-more {
    margin-bottom: 3rem;
  }
}
body.page-id-13 #bloc-informations-supplementaire .container .reference-more.impair .infos-slide .titre,
body.single-nos_references #bloc-informations-supplementaire .container .reference-more.impair .infos-slide .titre {
  animation-delay: 1.6s;
  animation-duration: 1.6s;
  animation-name: fadeInRight;
}
body.page-id-13 #bloc-informations-supplementaire .container .reference-more.impair .infos-slide .titre h4,
body.single-nos_references #bloc-informations-supplementaire .container .reference-more.impair .infos-slide .titre h4 {
  text-align: right;
}
@media (max-width: 767.98px) {
  body.page-id-13 #bloc-informations-supplementaire .container .reference-more.impair .infos-slide .titre h4,
  body.single-nos_references #bloc-informations-supplementaire .container .reference-more.impair .infos-slide .titre h4 {
    text-align: center;
  }
}
body.page-id-13 #bloc-informations-supplementaire .container .reference-more.impair .infos-slide .description,
body.single-nos_references #bloc-informations-supplementaire .container .reference-more.impair .infos-slide .description {
  padding-left: 3rem;
  padding-right: 0;
  animation-delay: 1.8s;
  animation-duration: 1.8s;
  animation-name: fadeInRight;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-13 #bloc-informations-supplementaire .container .reference-more.impair .infos-slide .description,
  body.single-nos_references #bloc-informations-supplementaire .container .reference-more.impair .infos-slide .description {
    padding-left: 1rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-13 #bloc-informations-supplementaire .container .reference-more.impair .infos-slide .description,
  body.single-nos_references #bloc-informations-supplementaire .container .reference-more.impair .infos-slide .description {
    padding-left: 0;
  }
}
body.page-id-13 #bloc-informations-supplementaire .container .reference-more.impair .visuel-slide,
body.single-nos_references #bloc-informations-supplementaire .container .reference-more.impair .visuel-slide {
  order: -1;
  animation-delay: 1.2s;
  animation-duration: 1.2s;
  animation-name: fadeInLeft;
}
body.page-id-13 #bloc-informations-supplementaire .container .reference-more.impair .visuel-slide .slider-bloc-reference .owl-stage-outer .owl-stage .owl-item .item-bloc,
body.single-nos_references #bloc-informations-supplementaire .container .reference-more.impair .visuel-slide .slider-bloc-reference .owl-stage-outer .owl-stage .owl-item .item-bloc {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 0;
}
body.page-id-13 #bloc-informations-supplementaire .container .reference-more .infos-slide,
body.single-nos_references #bloc-informations-supplementaire .container .reference-more .infos-slide {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-13 #bloc-informations-supplementaire .container .reference-more .infos-slide,
  body.single-nos_references #bloc-informations-supplementaire .container .reference-more .infos-slide {
    padding: 2rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-13 #bloc-informations-supplementaire .container .reference-more .infos-slide,
  body.single-nos_references #bloc-informations-supplementaire .container .reference-more .infos-slide {
    padding: 1rem;
  }
}
body.page-id-13 #bloc-informations-supplementaire .container .reference-more .infos-slide .titre,
body.single-nos_references #bloc-informations-supplementaire .container .reference-more .infos-slide .titre {
  animation-delay: 1s;
  animation-duration: 1s;
  animation-name: fadeInLeft;
}
body.page-id-13 #bloc-informations-supplementaire .container .reference-more .infos-slide .titre h4,
body.single-nos_references #bloc-informations-supplementaire .container .reference-more .infos-slide .titre h4 {
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #89a5bd;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-13 #bloc-informations-supplementaire .container .reference-more .infos-slide .titre h4,
  body.single-nos_references #bloc-informations-supplementaire .container .reference-more .infos-slide .titre h4 {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-13 #bloc-informations-supplementaire .container .reference-more .infos-slide .titre h4,
  body.single-nos_references #bloc-informations-supplementaire .container .reference-more .infos-slide .titre h4 {
    font-size: 1rem;
    text-align: center;
  }
}
body.page-id-13 #bloc-informations-supplementaire .container .reference-more .infos-slide .description,
body.single-nos_references #bloc-informations-supplementaire .container .reference-more .infos-slide .description {
  padding-right: 3rem;
  animation-delay: 1.2s;
  animation-duration: 1.2s;
  animation-name: fadeInLeft;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-13 #bloc-informations-supplementaire .container .reference-more .infos-slide .description,
  body.single-nos_references #bloc-informations-supplementaire .container .reference-more .infos-slide .description {
    padding-right: 1rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-13 #bloc-informations-supplementaire .container .reference-more .infos-slide .description,
  body.single-nos_references #bloc-informations-supplementaire .container .reference-more .infos-slide .description {
    padding-right: 0;
  }
}
body.page-id-13 #bloc-informations-supplementaire .container .reference-more .infos-slide .description p,
body.single-nos_references #bloc-informations-supplementaire .container .reference-more .infos-slide .description p {
  color: #071e31;
  font-weight: 400;
  font-size: 1rem;
  text-align: justify;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-13 #bloc-informations-supplementaire .container .reference-more .infos-slide .description p,
  body.single-nos_references #bloc-informations-supplementaire .container .reference-more .infos-slide .description p {
    font-size: .85rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-13 #bloc-informations-supplementaire .container .reference-more .infos-slide .description p,
  body.single-nos_references #bloc-informations-supplementaire .container .reference-more .infos-slide .description p {
    font-size: .85rem;
  }
}
body.page-id-13 #bloc-informations-supplementaire .container .reference-more .visuel-slide,
body.single-nos_references #bloc-informations-supplementaire .container .reference-more .visuel-slide {
  animation-delay: 1.6s;
  animation-duration: 1.6s;
  animation-name: fadeInRight;
}
@media (max-width: 767.98px) {
  body.page-id-13 #bloc-informations-supplementaire .container .reference-more .visuel-slide,
  body.single-nos_references #bloc-informations-supplementaire .container .reference-more .visuel-slide {
    order: -1;
  }
}
body.page-id-13 #bloc-informations-supplementaire .container .reference-more .visuel-slide .slider-bloc-reference,
body.single-nos_references #bloc-informations-supplementaire .container .reference-more .visuel-slide .slider-bloc-reference {
  height: 650px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-13 #bloc-informations-supplementaire .container .reference-more .visuel-slide .slider-bloc-reference,
  body.single-nos_references #bloc-informations-supplementaire .container .reference-more .visuel-slide .slider-bloc-reference {
    height: 550px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-13 #bloc-informations-supplementaire .container .reference-more .visuel-slide .slider-bloc-reference,
  body.single-nos_references #bloc-informations-supplementaire .container .reference-more .visuel-slide .slider-bloc-reference {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-13 #bloc-informations-supplementaire .container .reference-more .visuel-slide .slider-bloc-reference,
  body.single-nos_references #bloc-informations-supplementaire .container .reference-more .visuel-slide .slider-bloc-reference {
    height: 350px;
  }
}
body.page-id-13 #bloc-informations-supplementaire .container .reference-more .visuel-slide .slider-bloc-reference .owl-stage-outer,
body.single-nos_references #bloc-informations-supplementaire .container .reference-more .visuel-slide .slider-bloc-reference .owl-stage-outer {
  height: 100%;
}
body.page-id-13 #bloc-informations-supplementaire .container .reference-more .visuel-slide .slider-bloc-reference .owl-stage-outer .owl-stage,
body.single-nos_references #bloc-informations-supplementaire .container .reference-more .visuel-slide .slider-bloc-reference .owl-stage-outer .owl-stage {
  height: 100%;
}
body.page-id-13 #bloc-informations-supplementaire .container .reference-more .visuel-slide .slider-bloc-reference .owl-stage-outer .owl-stage .owl-item,
body.single-nos_references #bloc-informations-supplementaire .container .reference-more .visuel-slide .slider-bloc-reference .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
body.page-id-13 #bloc-informations-supplementaire .container .reference-more .visuel-slide .slider-bloc-reference .owl-stage-outer .owl-stage .owl-item .item-bloc,
body.single-nos_references #bloc-informations-supplementaire .container .reference-more .visuel-slide .slider-bloc-reference .owl-stage-outer .owl-stage .owl-item .item-bloc {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom-right-radius: 30px;
}
body.page-id-15 header {
  background-color: #fff;
  width: 100%;
  height: 110px;
  position: fixed;
  z-index: 2;
}
@media (max-width: 767.98px) {
  body.page-id-15 header {
    top: 0;
    height: 77px;
  }
}
body.page-id-15 header .header-inner {
  position: inherit;
}
body.page-id-15 #contact {
  padding-top: 120px;
  position: relative;
  background-color: #12436d;
}
@media (max-width: 767.98px) {
  body.page-id-15 #contact {
    padding-top: 70px;
  }
}
body.page-id-15 #contact::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 50%;
  background-image: url('../img/deco-apropos.png');
  top: -80px;
  left: 0;
  width: 980px;
  height: 980px;
}
@media (max-width: 767.98px) {
  body.page-id-15 #contact::after {
    width: 100%;
    height: 450px;
  }
}
body.page-id-15 #contact .titre-main {
  padding: 6rem 0 8rem 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-15 #contact .titre-main {
    padding: 4rem 0 5rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-15 #contact .titre-main {
    padding: 4rem 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-15 #contact .titre-main {
    padding: 2rem 0;
  }
}
body.page-id-15 #contact .titre-main h1 {
  font-family: 'Georgia';
  color: #fff;
  font-weight: bold;
  font-size: 9rem;
  opacity: .3;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-15 #contact .titre-main h1 {
    font-size: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-15 #contact .titre-main h1 {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  body.page-id-15 #contact .titre-main h1 {
    font-size: 3rem;
    text-align: center;
  }
}
body.page-id-15 #contact .wrapper-contact {
  padding-bottom: 5rem;
}
body.page-id-15 #contact .wrapper-contact .coordonner .phone {
  margin-bottom: .5rem;
}
body.page-id-15 #contact .wrapper-contact .coordonner .phone a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (max-width: 767.98px) {
  body.page-id-15 #contact .wrapper-contact .coordonner .phone a {
    font-size: 1.2rem;
  }
}
body.page-id-15 #contact .wrapper-contact .coordonner .mail {
  margin-bottom: .5rem;
}
body.page-id-15 #contact .wrapper-contact .coordonner .mail a {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
}
body.page-id-15 #contact .wrapper-contact .coordonner .address .txt {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
}
body.page-id-15 #contact .wrapper-contact .coordonner .address .txt .code-postal {
  margin-right: .3rem;
}
body.page-id-15 #contact .wrapper-contact .coordonner .address .txt .ville {
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  body.page-id-15 #contact .wrapper-contact .coordonner .address .txt {
    text-align: center;
  }
}
body.page-id-15 #contact .wrapper-contact .coordonner .map {
  margin-top: 4rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-15 #contact .wrapper-contact .coordonner .map {
    margin-bottom: 2rem;
  }
}
body.page-id-15 #contact .wrapper-contact .coordonner .map #carte .so-widget-sow-google-map .sow-google-map-canvas {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 320px !important;
}
@media (max-width: 767.98px) {
  body.page-id-15 #contact .wrapper-contact .coordonner .map #carte .so-widget-sow-google-map .sow-google-map-canvas {
    height: 250px !important;
  }
}
@media (max-width: 767.98px) {
  body.page-id-15 #contact .wrapper-contact .formulaire {
    margin-top: 2rem;
  }
}
body.page-id-15 #contact .wrapper-contact .formulaire #nf-form-1-cont {
  margin-top: 1rem;
  position: relative;
}
body.page-id-15 #contact .wrapper-contact .formulaire #nf-form-1-cont .nf-form-fields-required {
  display: none;
}
body.page-id-15 #contact .wrapper-contact .formulaire #nf-form-1-cont .nf-fu-fileinput-button {
  background-color: rgba(228,228,228,0.4);
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-size: 1rem;
}
body.page-id-15 #contact .wrapper-contact .formulaire #nf-form-1-cont textarea {
  height: 170px;
  background-color: rgba(228,228,228,0.4);
  color: #fff;
  border: none;
  outline: none;
  font-size: .9rem;
  font-weight: 300;
}
body.page-id-15 #contact .wrapper-contact .formulaire #nf-form-1-cont ::placeholder {
  color: #fff;
  font-size: .85rem;
}
body.page-id-15 #contact .wrapper-contact .formulaire #nf-form-1-cont label {
  display: none;
}
body.page-id-15 #contact .wrapper-contact .formulaire #nf-form-1-cont input {
  padding: 1rem 1.5rem;
  background-color: rgba(228,228,228,0.4);
  color: #fff;
  border: none;
  outline: none;
  font-size: .9rem;
  font-weight: 300;
}
body.page-id-15 #contact .wrapper-contact .formulaire #nf-form-1-cont #nf-field-4-wrap input {
  margin-left: 50%;
  transform: translateX(-50%);
  width: auto;
  padding: 0 1rem;
  background-color: #195b92;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-15 #contact .wrapper-contact .formulaire #nf-form-1-cont #nf-field-4-wrap input {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  body.page-id-15 #contact .wrapper-contact .formulaire #nf-form-1-cont #nf-field-4-wrap input {
    width: 90%;
    text-align: center;
  }
}
body.page-id-15 #contact .wrapper-contact .formulaire #nf-form-1-cont #nf-field-4-wrap input:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #89a5bd;
  color: #12436d;
}
footer.contact {
  background-color: #195b92;
  padding: .6rem 0;
}
footer.contact .wrapper-footer .footer-bottom a {
  color: #fff;
  font-weight: 300;
  font-size: .85rem;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
footer.contact .wrapper-footer .footer-bottom a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #071e31;
}
footer.contact .wrapper-footer .footer-bottom .separator {
  color: #fff;
  display: inline-block;
  margin: 0 .3rem;
}
