.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: Lato, sans-serif;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  color: #454545;
  font-size: 26px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  color: #0a3e63;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  color: #0a3e63;
  font-size: 18px;
  line-height: 30px;
  font-weight: 900;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

a {
  color: #0a3e63;
  text-decoration: underline;
}

a:hover {
  color: #7fb7bf;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #0a3e63;
  font-weight: 900;
}

.top {
  position: fixed;
  top: 0px;
  z-index: 100;
  width: 100%;
  height: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0b3f64), color-stop(80%, #0b3f64), color-stop(0, #f2f2f2), to(#f2f2f2));
  background-image: linear-gradient(90deg, #0b3f64, #0b3f64 80%, #f2f2f2 0, #f2f2f2);
}

.logo {
  position: absolute;
  margin-top: -50px;
  background-color: #fff;
}

.logo-img {
  max-height: 120px;
  margin: 20px;
  float: none;
}

.calling {
  float: right;
  background-color: #f2f2f2;
}

.calling-txt {
  padding: 10px;
  font-family: Muli, sans-serif;
  color: #0b3f64;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.section-menu {
  position: fixed;
  top: 0px;
  z-index: 100;
  width: 100%;
  height: 60px;
  margin-top: 50px;
  background-color: #fff;
}

.menu-item {
  margin-right: 17px;
  margin-left: 15px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-bottom: 5px none #7fb7bf;
  font-family: Muli, sans-serif;
  color: #0a3e63;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.menu-item:hover {
  color: #7fb7bf;
}

.menu-item.w--current {
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 5px;
  border-top-color: #000;
  border-right-color: #000;
  border-left-color: #000;
  color: #0a3e63;
}

.section-image-top {
  min-height: 350px;
  margin-top: 110px;
  padding-top: 0px;
  background-image: url('../images/817742672.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Allerta, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
}

.main-text-1 {
  display: inline-block;
  margin-top: 60px;
  margin-left: 100px;
  padding: 10px;
  clear: both;
  background-color: #7fb7bf;
  font-size: 24px;
  text-align: left;
}

.main-text-2 {
  display: inline-block;
  margin-left: 100px;
  padding: 10px;
  clear: both;
  background-color: #0b3f64;
  font-size: 24px;
  text-align: left;
}

.sep {
  height: 0px;
}

.menu {
  float: right;
}

.menu-support-item {
  display: inline-block;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
  float: right;
  font-family: Muli, sans-serif;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.section-1 {
  position: relative;
  height: 200px;
  margin-top: -100px;
  margin-bottom: 30px;
  background-image: none;
}

.tools {
  min-height: 200px;
  margin-left: 58%;
  background-color: #fff;
}

.tool-item {
  width: 200px;
  height: 200px;
  float: left;
  background-color: #7fb7bf;
  text-align: center;
}

.tool-item.tool-item-white {
  background-color: #fff;
}

.tool-item-img {
  max-height: 120px;
  margin-top: 30px;
  clear: both;
}

.tool-item-txt {
  display: block;
  margin-top: 10px;
  font-family: Muli, sans-serif;
  color: #0b3f64;
  text-decoration: none;
  text-transform: uppercase;
}

.tool-item-txt.tool-text-item-white {
  color: #fff;
}

.heading {
  font-family: Muli, sans-serif;
  color: #454545;
  font-size: 26px;
  text-transform: uppercase;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.center {
  text-align: center;
}

.span-projets-h3 {
  display: inline;
  padding: 3px 5px;
  background-color: #0a3e63;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}

.section-2 {
  padding-left: 0px;
  background-color: #f2f2f2;
}

.section-2.section-base {
  margin-top: -130px;
}

.span-projets-h3-gris {
  display: inline;
  padding: 3px 5px;
  background-color: #7fb7bf;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.button {
  margin-top: 10px;
  float: right;
  background-color: #0a3e63;
}

.projets-item {
  height: 250px;
  max-height: 250px;
  max-width: 250px;
  padding-top: 45px;
  padding-right: 30px;
  padding-left: 35px;
  background-image: url('../images/hexa.png');
  background-position: 50% 50%;
  background-size: 85%;
  background-repeat: no-repeat;
  text-align: center;
}

.projets-h4 {
  float: left;
}

.projets-picto {
  max-height: 40px;
  margin-right: 10px;
  float: left;
}

.projets-txt {
  margin-top: 5px;
  margin-bottom: 5px;
  clear: both;
}

.projets-montant {
  margin-top: 10px;
  clear: left;
  font-family: Muli, sans-serif;
  color: #0a3e63;
  font-weight: 900;
  text-align: center;
}

.projets-txt-float {
  overflow: hidden;
  float: none;
  line-height: 16px;
  text-align: left;
}

.projets-txt-float h4 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
}

.projets-button {
  margin-top: 5px;
  padding: 3px 10px;
  background-color: #7fb7bf;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.projets-button:hover {
  color: #0a3e63;
}

.body {
  padding-top: 1px;
}

.projets-button--blue {
  margin-top: 5px;
  padding: 3px 10px;
  float: none;
  background-color: #0a3e63;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.projets-montant-gris {
  margin-top: 10px;
  clear: left;
  font-family: Muli, sans-serif;
  color: #7fb7bf;
  font-weight: 900;
  text-align: center;
}

.section-projets-2 {
  background-color: #0a3e63;
}

.section-base {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-base.section-temoignages {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 22, 47, 0.7)), to(rgba(1, 22, 47, 0.7))), url('../images/635732164.jpg');
  background-image: linear-gradient(180deg, rgba(1, 22, 47, 0.7), rgba(1, 22, 47, 0.7)), url('../images/635732164.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-base.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #0a3e63;
  font-weight: 700;
}

.highlights {
  min-height: 450px;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 20px;
  background-color: #f8f8f8;
}

.highlights-txt {
  overflow: hidden;
  height: 180px;
  padding: 15px;
  color: #000;
  font-weight: 600;
}

.highlits-h2 {
  position: relative;
  margin-top: -50px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #7fb7bf;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.highlights-button {
  margin-top: 5px;
  margin-left: 15px;
  background-color: #0a3e63;
}

.white {
  color: #fff;
}

.temoignages-txt {
  padding-top: 15px;
  padding-left: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

.temoignages-button {
  margin-top: 15px;
  float: right;
  background-color: #7fb7bf;
}

.footer-logo {
  margin-top: 100px;
}

.footer-call {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 16px;
}

.footer-adresse {
  padding-right: 5px;
  padding-left: 0px;
}

.footer-menu {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0px 5px;
  border-left: 2px solid #0a3e63;
  color: #0a3e63;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-menu:hover {
  color: #7fb7bf;
}

.footer-design {
  display: block;
  margin-top: 20px;
  color: #0a3e63;
  font-size: 11px;
  text-align: center;
}

.footer-copyright {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
}

.button-gris {
  margin-top: 10px;
  float: right;
  background-color: #7fb7bf;
}

.button-gris:hover {
  color: #0a3e63;
}

.menu-lang {
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 15px;
  float: right;
  background-color: #0b3f64;
}

.menu-lang-item {
  display: inline-block;
  margin-top: 15px;
  margin-right: 5px;
  margin-left: 5px;
  float: none;
  font-family: Muli, sans-serif;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.section-image-inside {
  min-height: 220px;
  margin-top: 110px;
  padding-top: 0px;
  background-image: url('../images/817742672.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Allerta, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
}

.button-main {
  margin-top: 10px;
  float: none;
  background-color: #0a3e63;
}

.checkbox {
  width: 20px;
  height: 20px;
  font-size: 30px;
}

.checkbox-label {
  display: block;
  width: auto;
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 10px;
  float: none;
  font-weight: 700;
}

.footer-menu-bottom {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.footer-menu-bottom-link {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
}

.temoignages-sign {
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  text-align: right;
}

.align-right {
  text-align: right;
}

.project-abstract {
  height: 80px;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
}

.main-text-3 {
  display: inline-block;
  margin-top: 20px;
  margin-left: 100px;
  padding: 10px;
  clear: both;
  background-color: #c8a94c;
  font-size: 24px;
  text-align: left;
}

@media (max-width: 991px) {
  .logo-img {
    max-height: 90px;
    margin-top: 10px;
  }
  .calling-txt {
    padding-bottom: 0px;
  }
  .menu-item {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    color: #fff;
    text-align: center;
  }
  .menu-item:hover {
    background-color: #7fb7bf;
    color: #fff;
  }
  .menu-item.w--current {
    border-bottom-style: none;
    color: #7fb7bf;
    text-align: center;
  }
  .menu-item.w--current:hover {
    color: #fff;
  }
  .section-image-top {
    min-height: 300px;
  }
  .menu-mobile {
    margin-top: 0px;
    background-color: #7fb7bf;
  }
  .menu-mobile.w--open {
    background-color: #0a3e63;
  }
  .menu {
    margin-right: auto;
    margin-left: auto;
    float: none;
    background-color: #0a3e63;
    text-align: right;
  }
  .section-1 {
    position: relative;
  }
  .tools {
    margin-left: 30%;
  }
  .footer-logo {
    margin-top: 50px;
  }
  .menu-lang {
    padding-bottom: 15px;
  }
  .section-image-inside {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .top {
    height: 110px;
    background-color: #fff;
    background-image: none;
  }
  .logo {
    margin-top: -60px;
  }
  .logo-img {
    max-height: 90px;
  }
  .calling {
    float: right;
    text-align: right;
  }
  .calling-txt {
    text-align: right;
  }
  .section-menu {
    margin-top: 110px;
  }
  .section-image-top {
    min-height: 300px;
  }
  .main-text-1 {
    margin-top: 80px;
    margin-left: 50px;
  }
  .main-text-2 {
    margin-left: 50px;
  }
  .menu-support-item {
    display: block;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    float: none;
    clear: both;
    background-color: #0b3f64;
    text-align: right;
  }
  .section-1 {
    position: static;
    height: 150px;
  }
  .tools {
    min-height: 150px;
    margin-left: 0%;
    background-color: transparent;
    text-align: center;
  }
  .tool-item {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .tool-item.tool-item-white {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .tool-item-img {
    max-height: 70px;
  }
  .section-2.section-base {
    margin-top: 0px;
  }
  .span-projets-h3-gris {
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
  }
  .projets-item {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .footer-logo {
    margin-top: 0px;
  }
  .menu-lang {
    float: right;
  }
  .menu-lang-item {
    display: block;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 5px 10px;
    float: right;
    clear: none;
    background-color: #0b3f64;
    text-align: right;
  }
  .container-padding {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-image-inside {
    min-height: 300px;
  }
  .main-text-3 {
    margin-left: 50px;
  }
}

@media (max-width: 479px) {
  .top {
    background-color: #fff;
  }
  .logo {
    margin-top: -60px;
  }
  .logo-img {
    max-height: 90px;
  }
  .calling {
    float: right;
  }
  .calling-txt {
    float: right;
  }
  .tools {
    margin-top: 20px;
  }
  .footer-logo {
    margin-top: 43px;
  }
  .menu-lang {
    margin-right: 5px;
    padding-bottom: 5px;
  }
}