nav.navbar.navbar-light {
  background-color: #fff !important;
  padding: 0;
  margin-bottom: 45px;
  margin-top: 25px;
}
nav.navbar.navbar-light .navbar-nav {
  width: 100%;
  justify-content: center;
}
nav.navbar.navbar-light .navbar-nav li.nav-item a {
  font-size: 15px;
  color: #808080;
  padding: 8px 16px;
}
nav.navbar.navbar-light .navbar-nav li.nav-item.active > a {
  color: #01499a;
}
nav.navbar.navbar-light .navbar-nav .dropdown-item.active {
  color: #01499a;
  background-color: inherit;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  nav.navbar.navbar-light .navbar-nav li.nav-item a {
    padding: 8px;
  }
}
footer.footer {
  background-color: #f2f2f2;
  padding: 60px 0 55px 0;
}
footer.footer .informations {
  padding-right: 90px;
  padding-bottom: 45px;
  border-right: 2px solid #d6d6d6;
  height: 100%;
}
footer.footer .informations .logo {
  max-width: 171px;
  margin-bottom: 60px;
}
footer.footer .informations p {
  font-size: 16px;
  color: #808080;
  line-height: 34px;
}
footer.footer ul.links {
  padding-left: 60px;
  margin-top: 77px;
  margin-bottom: 60px;
}
footer.footer ul.links li {
  margin-bottom: 30px;
  color: #808080;
}
footer.footer ul.links li a {
  font-size: 16px;
  color: #808080;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  footer.footer .informations {
    padding-right: 0;
    padding-bottom: 0;
    border-right: 0;
  }
  footer.footer ul.links {
    padding-left: 15px;
  }
}
body {
  background-color: #fff;
  font-family: "Work Sans", sans-serif;
}

.home .home-presentation p, .home .home-realisations p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 25px;
}
.home .home-presentation h1, .home .home-presentation h2, .home .home-realisations h1, .home .home-realisations h2 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 200;
  padding-left: 50px;
  margin: 0 auto;
  display: inline-block;
}
.home .home-presentation {
  background: url("../images/background.png") #01499a center bottom no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 200px;
  position: relative;
}
.home .home-presentation:before {
  content: "";
  position: absolute;
  top: -168px;
  left: 0;
  height: 168px;
  width: 100%;
  background-color: #01499a;
  z-index: -1;
}
.home .home-presentation h1 {
  color: #fff;
  border-left: 1px solid #fff;
}
.home .home-presentation p {
  color: #fff;
}
.home .home-services {
  background-color: #f2f2f2;
}
.home .home-services .services {
  transform: translateY(-200px);
}
.home .home-services .services .service {
  align-items: center;
  background-color: #fff;
  margin-bottom: 45px;
  margin-right: 0;
  margin-left: 0;
}
.home .home-services .services .service .remove-col-padding {
  padding: 0;
}
.home .home-services .services .services-text {
  padding: 50px;
  text-align: center;
}
.home .home-services .services .services-text h2, .home .home-services .services .services-text p, .home .home-services .services .services-text a {
  color: #616869;
  font-weight: 200;
}
.home .home-services .services .services-text h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.home .home-services .services .services-text p {
  font-size: 16px;
}
.home .home-services .services .services-text p.link {
  font-size: 25px;
}
.home .home-realisations {
  background-color: #f8f9fa;
  padding-top: 130px;
  padding-bottom: 100px;
  margin-top: -165px;
}
.home .home-realisations h2 {
  color: #01499a;
  border-left: 1px solid #01499a;
}
.home .home-realisations p {
  color: #616869;
}
.home .home-realisations a.btn {
  background-color: #01499a;
  color: #fff;
  border-radius: 20px;
  font-size: 15px;
}
.home .home-realisations .realisations {
  margin-top: 95px;
}

@media screen and (max-width: 767px) {
  .home .home-presentation h1, .home .home-presentation h2, .home .home-realisations h1, .home .home-realisations h2 {
    padding-left: 0;
    border-left: 0;
  }
}
.presentation-page .block-top {
  padding-top: 30px;
  padding-bottom: 110px;
}
.presentation-page .block-top h1, .presentation-page .block-top h2 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 200;
  padding-left: 50px;
  margin: 0 auto 55px auto;
  display: inline-block;
  color: #01499a;
  border-left: 1px solid #01499a;
}
.presentation-page .block-top h2.subtitle {
  font-size: 30px;
  text-transform: uppercase;
  color: #616869;
  border-left: none;
  padding-left: 0;
}
.presentation-page .block-top p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 25px;
}
.presentation-page .block-top button.btn, .presentation-page .block-top a.btn {
  background-color: #01499a;
  color: #fff;
  border-radius: 20px;
  font-size: 15px;
}
.presentation-page .presentation-block {
  background: url("../images/background.png") #01499a center bottom no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 160px;
  position: relative;
}
.presentation-page .presentation-block:before {
  content: "";
  position: absolute;
  top: -400px;
  left: 0;
  height: 400px;
  width: 100%;
  background-color: #01499a;
  z-index: -1;
}
.presentation-page .presentation-block.presentation-block-small:before {
  top: -300px;
  height: 300px;
}
.presentation-page .presentation-block.presentation-block-no-paddding-top:before {
  display: none;
}
.presentation-page .presentation-icons {
  margin-bottom: 0;
}
.presentation-page .realisations .owl-carousel .owl-item a {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.presentation-page .realisations .owl-carousel .owl-item a:before {
  content: "+";
  text-align: center;
  line-height: 100px;
  font-size: 85px;
  font-weight: 200;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.6);
  color: #fff;
}
.presentation-page .realisations-form label {
  margin-right: 15px;
}
.presentation-page .realisations-form .form-group {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .presentation-page .block-top h1, .presentation-page .block-top h2 {
    padding-left: 0;
    border-left: 0;
  }

  .w-sm-100 {
    width: 100%;
  }
}
.cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.cookie-banner.active {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: rgba(153, 153, 153, 0.8);
  text-align: center;
  font-size: 10pt;
  padding: 30px 0;
  color: #ffffff;
  z-index: 9998;
}
.cookie-banner-text {
  order: 1;
  width: 100%;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .cookie-banner-text {
    order: 1;
    width: calc(100% - 170px);
  }
  .cookie-banner-text div {
    padding: 0 20px 0 20px;
  }
}
.cookie-banner-button {
  order: 2;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cookie-banner-button {
    order: 2;
    width: 170px;
    text-align: center;
  }
  .cookie-banner-button div {
    padding: 0 20px 0 0;
  }
}
.cookie-banner a {
  color: #ffffff;
  text-decoration: underline;
}
.cookie-banner a:hover {
  text-decoration: none;
}
.cookie-banner button {
  background-color: #000000;
  color: #ffffff;
  border: 0;
  box-shadow: none;
  padding: 5px 10px;
  text-transform: uppercase;
}

.cookie-inform-and-ask {
  background-color: silver;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  font-size: 12px;
}
.cookie-inform-and-ask.active {
  display: block;
  z-index: 9999;
}
.cookie-inform-and-ask .cookie-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  background-color: #ffffff;
  padding: 3rem;
}
@media screen and (min-width: 768px) {
  .cookie-inform-and-ask .cookie-dialog {
    width: 40%;
  }
}
.cookie-inform-and-ask .cookie-dialog-title {
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}
.cookie-inform-and-ask .cookie-dialog-heading {
  text-align: center;
  border-bottom: 1px solid #333333;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cookie-inform-and-ask .cookie-dialog-section {
  margin-bottom: 1rem;
}
.cookie-inform-and-ask .cookie-dialog-section-title {
  text-align: center;
  font-size: 16px;
}
.cookie-inform-and-ask .cookie-dialog-section-action {
  padding: 0.5rem;
}
.cookie-inform-and-ask .cookie-dialog-section-text {
  text-align: center;
  font-size: 0.95em;
  color: #999999;
}
.cookie-inform-and-ask .cookie-dialog-footer {
  text-align: center;
  margin-top: 2rem;
  font-size: 19px;
}
.cookie-inform-and-ask .cookie-dialog button {
  background-color: #000000;
  color: #ffffff;
  border: 0;
  box-shadow: none;
  padding: 5pt 10pt;
  text-transform: uppercase;
}

.cookie-dialog-onoffswitch {
  position: relative;
  width: 105px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 auto;
}
.cookie-dialog-onoffswitch-checkbox {
  display: none;
}
.cookie-dialog-onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #ffffff;
  border-radius: 50px;
}
.cookie-dialog-onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.cookie-dialog-onoffswitch-inner:before, .cookie-dialog-onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 34px;
  padding: 0;
  line-height: 34px;
  font-size: 22px;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.cookie-dialog-onoffswitch-inner:before {
  content: "OUI";
  padding-left: 14px;
  background-color: #999999;
  color: #000000;
}
.cookie-dialog-onoffswitch-inner:after {
  content: "NON";
  padding-right: 14px;
  background-color: #999999;
  color: #ffffff;
  text-align: right;
}
.cookie-dialog-onoffswitch-switch {
  display: block;
  width: 28px;
  margin: 5px;
  background: #fefefe;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 67px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  transition: all 0.3s ease-in 0s;
}
.cookie-dialog-onoffswitch-checkbox:checked + .cookie-dialog-onoffswitch-label .cookie-dialog-onoffswitch-inner {
  margin-left: 0;
}
.cookie-dialog-onoffswitch-checkbox:checked + .cookie-dialog-onoffswitch-label .cookie-dialog-onoffswitch-switch {
  right: 0;
  background-color: #000000;
}

.owl-carousel .owl-item img {
  max-width: 100%;
  width: inherit;
}

.presentation-icons {
  background-color: #01499a;
  padding: 70px 25px;
  margin-bottom: 125px;
  border-radius: 25px;
  box-shadow: 16px 18px 18px 0 rgba(0, 0, 0, 0.2);
  border: none;
}
.presentation-icons .icon-block {
  text-align: center;
}
.presentation-icons .icon-block img {
  margin: 0 auto 30px auto;
}
.presentation-icons .icon-block h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .presentation-icons .icon-block {
    margin-bottom: 40px;
  }
}
.realisations-carousel .realisation {
  display: block;
  text-align: center;
}
.realisations-carousel .realisation h3 {
  text-transform: uppercase;
  color: #01499a;
  font-size: 21px;
  font-weight: 200;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 50px;
  background: url("../images/bottom.png") center bottom no-repeat;
  background-size: contain;
}
.realisations-carousel .realisation img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .presentation-icons .icon-block {
    margin-bottom: 40px;
  }
}
.readable {
  width: 100%;
  max-width: 80ch;
  margin: 0 auto;
}

.form-check-inline {
  margin-left: 15px;
}

#tarteaucitronRoot div#tarteaucitronAlertBig:before {
  content: "" !important;
  font-size: 0 !important;
  background-image: url("../images/logo.png");
  display: block;
  width: 168px;
  height: 133px;
  background-size: 100% 100%;
  margin: 0 auto;
}