@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400&display=swap");
*, *:before, *:after {
  box-sizing: border-box; }

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none; }

footer, header, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

.clear {
  clear: both; }

.logo {
  width: 200px;
  margin-left: 2em; }

h1 {
  line-height: 1.4; }

h2 {
  font-size: 2em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 2em; }

p {
  line-height: 1.5; }

a {
  color: inherit;
  text-decoration: underline; }

button {
  padding: 15px 30px;
  transition: .2s;
  border-radius: 4px;
  text-align: center;
  border: 0; }
  button:hover {
    padding: 15px 50px; }

section {
  padding: 4em 0; }
  section img {
    width: 100%; }

header {
  padding: 1em 0 3em; }
  header .container {
    margin-top: 2em; }
    header .container .content {
      text-align: center; }
      header .container .content h1 {
        font-size: 2em;
        font-weight: bold; }

@media screen and (max-width: 602px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
    width: 100%; }

  section img {
    width: 80%;
    margin: auto;
    display: block; } }
body {
  font-family: 'Open Sans', sans-serif; }

header {
  background-image: url("/assets/img/2021-summer-header.jpg");
  background-size: cover; }
  header .container .col-5 > img {
    width: 90%;
    margin: 1.5em auto; }
  header .container .content {
    margin-top: 4em;
    text-align: left;
    max-width: 600px; }
    header .container .content h1 {
      color: white; }
    header .container .content p {
      color: white;
      margin-top: 1em; }
    header .container .content #countdown ul {
      padding: 0; }
      header .container .content #countdown ul li {
        float: left;
        width: 20%;
        color: white;
        text-align: center; }
        header .container .content #countdown ul li span {
          display: block;
          font-size: 3em;
          font-weight: bold;
          background-color: rgba(37, 66, 138, 0.51);
          border: 1px solid #4a619e;
          border-radius: 3px;
          margin: 5px;
          padding: 0.5em; }
    header .container .content button {
      background-color: #60e262;
      color: white;
      font-size: 1.1em;
      font-weight: bold; }

.benefices h2 {
  color: #194fda;
  text-align: left; }
.benefices .contenu {
  max-width: 580px;
  margin: 3em 0 0 2em; }

.customers {
  background-color: #f0f3ff; }
  .customers .box {
    background-color: #fff;
    border-radius: 3px;
    padding: 2em;
    width: 30%;
    float: left;
    margin: 1.5%; }
    .customers .box p {
      font-style: italic; }
    .customers .box span {
      font-weight: bold;
      margin-top: 10px;
      display: block; }

.howto .steps .step {
  text-align: center;
  width: 230px;
  margin: auto; }
  .howto .steps .step span {
    font-size: 1.5em;
    border: 2px dotted #a7a7a7;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    display: block;
    margin: 0 auto 10px;
    padding-top: 10px;
    color: #194fda; }
  .howto .steps .step p {
    font-size: 0.9em; }
.howto p.cta {
  text-align: center;
  margin-top: 3em; }
  .howto p.cta button {
    background-color: #60e262;
    color: white;
    font-size: 1.1em;
    font-weight: bold; }

@media screen and (min-width: 960px) and (max-width: 1280px) {
  header .container .content #countdown ul li {
    width: 25%; }

  header .container .col-5 > img {
    width: 100%;
    margin: 6.5em auto 0; } }
@media screen and (min-width: 602px) and (max-width: 960px) {
  header .container .content #countdown ul li {
    width: 25%; }
    header .container .content #countdown ul li span {
      font-size: 2.5em; }

  header .container .col-5 > img {
    width: 100%;
    margin: 9.5em auto 0; }

  .benefices .container img {
    margin-top: 6em; }

  .benefices .contenu {
    max-width: 340px; }

  .customers .box {
    width: 100%; }

  .howto .steps .step {
    width: 100%; } }
@media screen and (max-width: 602px) {
  header .container .content #countdown ul li {
    width: 25%; }

  .customers .box {
    width: 100%; }

  .howto .steps .step {
    width: 100%;
    margin: 1.5em 0; }
    .howto .steps .step p {
      max-width: 400px;
      margin: auto; } }

/*# sourceMappingURL=2021-summer.css.map */
