h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lexend, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
}

a {
  color: #9bced8;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

li {
  line-height: 2em;
}

strong {
  font-weight: 400;
}

.body {
  background-color: #00667a;
  font-family: Lexend, Tahoma, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 300;
}

.langselector__container {
  position: relative;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.langselector__block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1rem;
}

.langselector__link {
  padding: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.langselector__link:hover {
  background-color: #1a7f92;
  text-decoration: none;
}

.langselector__link.langselector__link--active {
  background-color: #f1892b;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  text-decoration: none;
}

.main__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  padding-right: 10px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main__container.main__container--full {
  max-width: 100%;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.main__col__left {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  text-align: center;
}

.main__col__right {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.text-block {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 1em;
  font-weight: 300;
}

.text-block-2 {
  font-weight: 300;
}

.text-block-2:hover {
  text-decoration: none;
}

.heading {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 2.5rem;
  line-height: 1em;
  font-weight: 400;
}

.div-block {
  width: 90px;
  height: 5px;
  margin: 30px auto;
  background-color: #f1892b;
}

.heading-2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.1em;
  font-weight: 300;
  text-transform: uppercase;
}

.text-block-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.link {
  color: #9bced8;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.image {
  width: 100%;
  height: auto;
  max-width: 1212px;
}

.image-2 {
  margin-right: 35px;
}

.button {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 20px;
  background-color: #f1892b;
  font-size: 20px;
  font-weight: 300;
}

.button:hover {
  background-color: #f70;
  text-decoration: none;
}

.footer {
  padding: 20px 30px;
  background-color: #fff;
  color: #5d5b5b;
}

.container {
  max-width: 1328px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.list {
  line-height: 1.8em;
}

.footer  a{
  color: #5d5b5b;
  font-weight: 300;
}

.footer  a:hover {
  color: #00667a;
  text-decoration: none;
}

.image-3 {
  margin-bottom: 35px;
}

.footer__legals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #c6c6c6;
  background-color: #fff;
}

.footer__legals.footer {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 15px;
}

.footer_legars__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1328px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.inlinelist--item {
  padding-right: 6px;
  padding-left: 6px;
  list-style-type: none;
}

.inlinelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__legals a {
  color: #00667a;
  font-weight: 300;
}

.footer svg{
  width: 18px;
  height: auto;
  filter: saturate(0%) opacity(40%);
  transition:.24s ease;
}

.footer a:hover svg{
  filter: saturate(100%) opacity(100%);
}

.footer a + a {
  margin-left: 5px;
}

@media screen and (min-width: 1280px) {
  .main__container.main__container--full {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .main__col__left {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .main__col__right {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    background-image: none;
  }

  .main {
    padding: 20px 20px 0px;
    background-color: #00667a;
    background-image: url('../images/background-attente-serveur.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .main__container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .main__col__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .main__col__right {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .main__col__left_container {
    max-width: 640px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    background-image: none;
  }

  .main {
    min-height: auto;
  }

  .main__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main__container.main__container--full {
    padding: 40px 15px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main__col__left {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .main__col__right {
    padding: 15px 15px 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-position: 0% -388px;
  }

  .main__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}