@charset "UTF-8";

/* =============================================
   Reset minimal
   ============================================= */

*, :after, :before {
  box-sizing: border-box;
}

html {
  background: #0B796E;
  -webkit-tap-highlight-color: transparent;
  word-break: break-word;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

img {
  border-style: none;
  vertical-align: middle;
}

a {
  background-color: transparent;
}

h1 {
  font-family: "Raleway", sans-serif;
}

/* =============================================
   Composants partagés
   ============================================= */

.o-wrapper {
  width: 100%;
  padding: 0 24px;
}

.c-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(36, 43, 56, .1);
}

.c-header__content {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-header__logo {
  height: 44px;
}

.c-header__logo img {
  display: block;
  height: 100%;
  width: auto;
}

.c-btn {
  font-size: 1rem;
  height: 40px;
  white-space: nowrap;
  text-align: center;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #fafafa;
  padding: 0 24px;
  background-color: #0b796e;
  border-radius: 20px;
  font-family: "Raleway", sans-serif;
  box-shadow: 0 10px 16px rgba(14, 84, 77, .2);
  border: 1px solid #0b796e;
  transition: all .3s ease;
}

.c-btn--lg {
  height: 48px;
  border-radius: 24px;
}

.c-steps__title {
  font-size: 1.875rem;
  margin: 0;
}

/* =============================================
   Landing page — Init
   ============================================= */

.c-steps--init {
  padding: 80px 0 0 0;
}

.init-top {
  background: #FAFAFA;
}

.init-top-content {
  padding: 90px 0;
  margin: 0 auto;
  width: 1024px;
}

.init-content {
  display: flex;
  margin-bottom: 90px;
}

.init-content img {
  margin-right: 80px;
}

.init-text {
  width: 615px;
}

.init-text h1 {
  padding-bottom: 30px;
  font-weight: 800;
}

.init-text p {
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin-bottom: 30px;
}

.init-text .init-bt {
  background: #b7121b;
  border-color: #b7121b;
  box-shadow: 0 10px 16px rgb(162 45 51 / 20%);
  font-size: 1.7rem;
  padding-left: 6%;
  padding-right: 6%;
  white-space: inherit;
  height: inherit;
  line-height: normal;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 800px;
}

.init-text .init-bt:hover {
  color: white;
  background-color: #A22D33;
}

.init-logos-wrapper {
  margin-top: 90px;
  font-size: 0.95rem;
  text-transform: uppercase;
  color: #8F95A1;
  letter-spacing: 2px;
}

.init-logos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.init-logos img {
  margin-right: 30px;
}

/* =============================================
   Bottom section
   ============================================= */

.init-bottom {
  background: #0B796E;
  color: white;
  position: relative;
}

.init-bottom ul {
  max-width: 500px;
  margin: 0;
  padding: 0;
}

.init-bottom ul li {
  list-style: none;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  line-height: 16px;
}

.init-bottom ul li span {
  height: 35px;
  width: 48px;
  display: inline-flex;
  justify-content: center;
  border-right: 4px #BFE0D5 solid;
  align-items: center;
  margin-right: 11px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  flex: 0 0 auto;
}

.init-bottom ul li i {
  flex: 0 0 auto;
}

.init-bottom-content {
  padding: 75px 0;
  margin: 0 auto;
  width: 1024px;
  position: relative;
  display: flex;
}

.init-bottom img.desktop-img {
  position: absolute;
  top: -80px;
  right: 3%;
}

.init-bottom img.tel-img {
  display: none;
}

/* =============================================
   Responsive
   ============================================= */

@media (max-width: 1440px) {
  .init-bottom img.desktop-img {
    width: 600px;
  }
}

@media (max-width: 1200px) {
  .init-bottom img.desktop-img {
    width: 450px;
    top: 10px;
  }
}

@media (max-width: 64em) {
  .init-bt {
    font-size: 1.2rem !important;
  }
  .init-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .init-bottom-content {
    padding: 50px 0 30px;
    width: 100%;
  }
  .init-bottom ul {
    max-width: 100%;
    padding-right: 20px;
  }
  .init-bottom ul li {
    display: table;
  }
  .init-bottom ul li span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 0;
  }
  .init-bottom ul li > * {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
  }
  .init-bottom ul li br {
    display: none;
  }
  .init-bottom img.desktop-img {
    display: none;
  }
  .init-content img {
    display: none;
  }
  .init-top {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-steps--init {
    padding: 56px 0 0 0;
  }
  .init-top-content {
    padding: 40px 0 60px;
    width: 100%;
  }
  .init-content {
    margin-bottom: 0;
  }
  .init-logos-wrapper {
    margin-top: 40px;
  }
  .init-logos {
    flex-wrap: wrap;
  }
  .init-logos img {
    margin-bottom: 20px;
  }
}

@media (max-width: 48em) {
  .init-bottom img.tel-img {
    display: block;
    margin-top: -80px;
    width: 360px;
  }
  .init-bottom-content {
    padding: 0 0 30px;
  }
}
