* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "din-light";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/din-light.eot");
  src: url("../../fonts/din-light.eot") format("embedded-opentype"), url("../../fonts/din-light.woff") format("woff");
}
.din-light {
  font-family: "din-light" !important;
  font-weight: normal;
}

@font-face {
  font-family: "din-reg";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/din-reg.eot");
  src: url("../../fonts/din-reg.eot") format("embedded-opentype"), url("../../fonts/din-reg.woff") format("woff");
}
.din-reg {
  font-family: "din-reg" !important;
  font-weight: normal;
}

@font-face {
  font-family: "din-med";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/din-med.eot");
  src: url("../../fonts/din-med.eot") format("embedded-opentype"), url("../../fonts/din-med.woff") format("woff");
}
.din-med {
  font-family: "din-med" !important;
  font-weight: normal;
}

@font-face {
  font-family: "din-bold";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/din-bold.eot");
  src: url("../../fonts/din-bold.eot") format("embedded-opentype"), url("../../fonts/din-bold.woff") format("woff");
}
.din-bold {
  font-family: "din-bold" !important;
  font-weight: normal;
}

@font-face {
  font-family: "din-black";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/din-black.eot");
  src: url("../../fonts/din-black.eot") format("embedded-opentype"), url("../../fonts/din-black.woff") format("woff");
}
.din-black {
  font-family: "din-black" !important;
  font-weight: normal;
}

@font-face {
  font-family: "din-cond-med";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/din-cond-med.eot");
  src: url("../../fonts/din-cond-med.eot") format("embedded-opentype"), url("../../fonts/din-cond-med.woff") format("woff");
}
.din-cond-med {
  font-family: "din-cond-med" !important;
  font-weight: normal;
}

@font-face {
  font-family: "din-cond-bold";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/din-cond-bold.eot");
  src: url("../../fonts/din-cond-bold.eot") format("embedded-opentype"), url("../../fonts/din-cond-bold.woff") format("woff");
}
.din-cond-bold {
  font-family: "din-cond-bold" !important;
  font-weight: normal;
}

* {
  font-family: "din-reg";
}

h2 {
  color: #20254A;
  font-size: 36px;
}

strong {
  font-family: "din-bold";
}

.invisible {
  display: none;
}

.container {
  width: 80%;
  margin: 0 auto;
}

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

.btns {
  margin: 40px 0 0 0;
}
.btns .btn {
  margin-right: 20px;
}

.btn {
  height: 52px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  color: #20254A;
  font-size: 22px;
  font-family: "din-bold";
  text-decoration: none;
}
.btn--secondary {
  background-color: #AFCA0B;
}
.btn--primary {
  background-color: #21B5EA;
}
.btn:hover {
  color: white;
}

.header {
  height: 424px;
}
.header h1 {
  color: white;
  text-transform: uppercase;
  font-family: "din-light";
}
.header img {
  height: 220px;
  width: auto;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header__content {
  text-align: center;
  padding: 30px;
  width: 430px;
  margin-right: 100px;
  display: flex;
  align-items: center;
  height: 100%;
  background: url("../../img/waves-blue.svg") no-repeat center center;
  background-size: cover;
}
.header.home {
  background: url("../../img/header-home.jpg") no-repeat center center;
  background-size: cover;
}
.header.voies-eau {
  background: url("../../img/visuel-header-entretien-voies-eau.jpg") no-repeat center center;
  background-size: cover;
}
.header.logistique-fluviale {
  background: url("../../img/visuel-header-logistique-fluviale.jpg") no-repeat center center;
  background-size: cover;
}
.header.restauration-ecologique {
  background: url("../../img/visuel-header-restauration-ecologique.jpg") no-repeat center center;
  background-size: cover;
}
.header.donnees-digitales {
  background: url("../../img/visuel-header-donnees-digitales.jpg") no-repeat center center;
  background-size: cover;
}
.header--confirm {
  height: 320px;
}
.header--confirm .header__container {
  justify-content: center;
}
.header--confirm .header__container img {
  margin-right: 100px;
  height: 150px;
}

section {
  padding: 60px 0;
}

.form-section {
  display: flex;
  align-items: center;
  height: 758px;
  align-items: stretch;
  padding-top: 0;
}
.form-section__left {
  width: 50%;
  background: url("../../img/visuel-formulaire-generique.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.form-section__right {
  width: 50%;
  background-color: #21B5EA;
  display: flex;
  align-items: center;
  padding-left: 110px;
}
.form-section__left-content {
  background-color: #20254A;
  width: 593px;
  padding: 130px 90px;
}
.form-section__left-content hr {
  width: 120px;
  height: 12px;
  border: none;
  background-color: #AFCA0B;
  margin-bottom: 35px;
}
.form-section__left-content h2 {
  color: white;
  font-family: "din-light";
  text-transform: uppercase;
}
.form-section__left-content h2 strong {
  font-family: "din-bold";
  color: #AFCA0B;
}
.form-section form {
  width: 65%;
}
.form-section--voies-eau .form-section__left {
  background: url("../../img/visuel-formulaire-entretien-voies-eau.jpg") no-repeat center center;
  background-size: cover;
}
.form-section--logistique-fluviale .form-section__left {
  background: url("../../img/visuel-formulaire-logistique-fluviale.jpg") no-repeat center center;
  background-size: cover;
}
.form-section--restauration-ecologique .form-section__left {
  background: url("../../img/visuel-formulaire-restauration-ecologique.jpg") no-repeat center center;
  background-size: cover;
}
.form-section--donnees-digitales .form-section__left {
  background: url("../../img/visuel-formulaire-donnees-digitales.jpg") no-repeat center center;
  background-size: cover;
}

.solutions h2 {
  text-align: center;
  text-transform: uppercase;
}
.solutions h2 strong {
  color: #21B5EA;
}
.solutions__container {
  background-color: #20254A;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 138px 0;
  margin-top: 90px;
}
.solutions__content {
  width: 80%;
  background-color: white;
  padding: 50px 100px;
  display: flex;
  justify-content: space-between;
  gap: 35px;
  align-items: stretch;
}
.solutions .solution {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: calc((100% - 105px) / 4);
}
.solutions .solution__img {
  width: 212px;
  margin-bottom: 40px;
}
.solutions .solution h3 {
  text-align: center;
  font-family: "din-bold";
  margin-top: 0;
}
.solutions .solution h3.primary {
  color: #21B5EA;
}
.solutions .solution h3.secondary {
  color: #AFCA0B;
}
.solutions .solution h3.text {
  color: #20254A;
}
.solutions .solution h3.gray {
  color: #9D9E9F;
}
.solutions .solution p {
  text-align: center;
  margin: 20px 0 auto;
  color: #20254A;
  font-size: 16px;
}
.solutions .solution a {
  margin-top: 40px;
}
.solutions--child .solution {
  width: calc((100% - 70px) / 3);
}

.customers h2 {
  text-align: center;
  text-transform: uppercase;
}
.customers h2 strong {
  color: #21B5EA;
}
.customers__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin: 50px 0;
}
.customers__img {
  height: 110px;
}
.customers__img--loiret {
  height: 70px;
}
.customers__img--loire-at {
  height: 80px;
}

.about {
  min-height: 900px;
  position: relative;
  z-index: 0;
  display: flex;
  background: url("../../img/visuel-chiffres-cles.jpg") no-repeat center center;
  background-size: cover;
}
.about__right {
  padding: 110px;
  padding-right: 12%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  background: url("../../img/waves-marine.svg") no-repeat center center;
  background-size: cover;
}
.about__right h2 {
  display: block;
  color: white;
  font-family: "din-bold";
  text-transform: uppercase;
}
.about__right p {
  color: white;
  margin: 10px 0 40px;
}
.about__right .keyfigures {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 0;
  margin-top: 30px;
}
.about__right .keyfigure {
  text-align: left;
  width: 33%;
  padding-right: 20px;
}
.about__right .keyfigure strong {
  color: #AFCA0B;
  display: block;
  font-size: 40px;
}
.about__right .keyfigure span {
  color: white;
  font-size: 16px;
}

.footer span:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 10px;
  background-color: #21B5EA;
  position: relative;
  margin: 0 8px;
}
.footer__logo {
  position: absolute;
  left: 0;
  top: 50%;
  height: 55px;
  transform: translateY(-50%);
}
.footer__container {
  text-align: center;
  position: relative;
  padding: 60px 0;
  color: #20254A;
}
.footer ul {
  list-style: none;
  margin-top: 20px;
}
.footer a {
  text-decoration: none;
  color: #20254A;
}

.confirmation {
  text-align: center;
  min-height: calc(100vh - 440px);
}
.confirmation h2 {
  margin-bottom: 30px;
}
.confirmation .btns {
  margin-top: 40px;
}

form .form-line {
  display: flex;
  justify-content: space-between;
  gap: 126px;
  margin-top: 15px;
}
form .form-line:first-of-type {
  margin-top: 0;
}
form .input-line {
  flex: 1;
}
form .input-line label {
  color: white;
  display: block;
}
form .input-line--textarea {
  position: relative;
  overflow: visible;
  z-index: 0;
}
form .input-line--textarea:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 181px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #21B5EA;
  z-index: 2;
}
form .input-line--textarea:after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 180px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 16px solid white;
  z-index: 1;
}
form input[type=text] {
  border: none;
  border-radius: 0;
  background: #21B5EA;
  color: white;
  border-bottom: 1px solid white;
  width: 100%;
  outline: none;
  padding: 8px 0;
}
form select {
  border: none;
  border-radius: 0;
  background: #21B5EA;
  color: white;
  border-bottom: 1px solid white;
  width: 100%;
  outline: none;
  padding: 8px 0;
}
form textarea {
  border: none;
  border-radius: 0;
  background: #21B5EA;
  color: white;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  width: 100%;
  outline: none;
  padding: 8px 0;
}
form input[type=submit] {
  height: 52px;
  margin-top: 40px;
  background-color: #AFCA0B;
  border: none;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  color: #20254A;
  font-size: 22px;
  font-family: "din-bold";
  text-decoration: none;
}
form input[type=submit]:hover {
  cursor: pointer;
  color: white;
}
form input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #21B5EA inset !important;
  -webkit-text-fill-color: #fff !important;
}

@media screen and (max-width: 1900px) {
  .about__right .keyfigure strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 1750px) {
  .about__right {
    padding-right: 5%;
  }
  .about__right .keyfigures {
    gap: 40px 0;
  }
  .about__right .keyfigure strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .header img {
    height: 150px;
  }
  .solutions__content {
    flex-wrap: wrap;
  }
  .solutions__container {
    padding: 100px 0;
  }
  .solutions .solution {
    width: calc((100% - 35px) / 2);
    margin-bottom: 40px;
  }
  .solutions .solution .btn {
    margin-top: 20px;
  }
  .solutions .solution:last-of-type {
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
  }
  .customers__container {
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .form-section__right {
    padding-left: 50px;
    padding-right: 80px;
  }
  .form-section form {
    width: 100%;
  }
  .about__right {
    padding: 80px;
    width: 65%;
  }
  form .form-line {
    gap: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .form-section__left-content {
    padding: 80px;
    width: 80%;
  }
  .about__right .keyfigure {
    width: 50%;
  }
}
@media screen and (max-width: 1170px) {
  .header img {
    height: 100px;
  }
  .container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .form-section {
    flex-direction: column;
    height: auto;
    padding-bottom: 0;
  }
  .form-section__left {
    width: 100%;
    justify-content: center;
    padding-top: 80px;
  }
  .form-section__right {
    width: 80%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 auto;
  }
  .form-section__left-content {
    padding: 40px;
  }
  .form-section__left-content h2 {
    font-size: 28px;
  }
  .solutions__container {
    margin-top: 40px;
    padding: 80px 0;
  }
  .footer__container {
    padding-top: 120px;
  }
  .footer__container span, .footer__container strong {
    font-size: 12px;
  }
  .footer__logo {
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
  }
}
@media screen and (max-width: 940px) {
  .header__container {
    flex-direction: column;
    align-items: center;
  }
  .header__content {
    margin-right: 0;
  }
  .header img {
    position: absolute;
    top: 30px;
    height: 100px;
  }
  .header--confirm {
    height: 450px;
  }
  .header--confirm .header__container img {
    height: 100px;
    top: 30px;
    margin-right: 0;
  }
  .about__right {
    padding: 40px;
  }
  .about__right .keyfigures {
    gap: 40px 0;
  }
  .about__right .keyfigure strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  .solutions__content {
    padding: 40px;
  }
  .solutions .solution {
    width: 100%;
  }
  .solutions .solution__img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .about {
    height: 1100px;
  }
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 28px;
  }
  .btns .btn {
    margin-bottom: 20px;
  }
  .header__content {
    width: 400px;
  }
  .header--confirm {
    height: 400px;
  }
  .header--confirm .header__container img {
    height: 50px;
    top: 30px;
  }
  form .form-line {
    flex-direction: column;
    gap: 0;
    margin: 0;
  }
  form .input-line {
    margin-bottom: 20px;
  }
  .about {
    height: 1100px;
    padding: 0;
  }
  .about__right {
    width: 100%;
    left: 0;
    right: auto;
  }
  .about__right .keyfigures {
    gap: 20px 0;
  }
  .about__right .keyfigure {
    width: 100%;
  }
  .customers h2, .solutions h2 {
    margin: 0 40px;
  }
  .form-section__right {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 450px) {
  .header {
    height: 450px;
  }
  .header__container {
    padding: 0;
    justify-content: flex-end;
  }
  .header__content {
    width: 100%;
    height: 55%;
    background: #21B5EA;
  }
  .header.donnees-digitales {
    background-size: auto 45%;
    background-position: top center;
  }
}