/* Media-queries */
@media (max-width: 599px) {

  h1 {
    font-size: 51px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 28px;
    margin-top: 56px;
    margin-bottom: 28px;
  }
  p {
    font-size: 16px;
  }
  img {
    border-radius: 16px;
  }
  .desc-img {
    font-size: 12px;
  }
  .center {
    width: 100%;
  }
  .squared-img.center {
    width: 100%;
  }
  .container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}

@media (min-width: 600px) {
  body {
    margin-left: 80px;
    margin-right: 80px;
  }
  h1 {
    font-size: 51px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 28px;
    margin-top: 56px;
    margin-bottom: 28px;
  }
  p {
    font-size: 16px;
  }
  img {
    border-radius: 16px;
  }
  .desc-img {
    font-size: 12px;
  }
  .center {
    width: 75%;
  }
  .squared-img.center {
    width: 50%;
  }
  .container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}

@media (min-width: 900px) {
  h1 {
    font-size: 51px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 28px;
    margin-top: 56px;
    margin-bottom: 28px;
  }
  p {
    font-size: 16px;
  }
  img {
    border-radius: 16px;
  }
  .desc-img {
    font-size: 12px;
  }
  .center {
    width: 75%;
  }
  .squared-img.center {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 84px;
  }
  h2 {
    font-size: 47px;
  }
  h3 {
    font-size: 36px;
    margin-top: 72px;
    margin-bottom: 36px;
  }
  p {
    font-size: 20px;
    /* margin-right: 420px;
    margin-left: 420px; */
  }
  img {
    border-radius: 20px;
    margin-top: 40px;
  }
  .desc-img {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .center {
    width: 75%;
  }
  .squared-img.center {
    width: 50%;
  }
  .container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
}

/* Contenu */

a {
  color:#3685B5;
  text-decoration: none;
  font-weight:600;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-family: "Rubik", sans-serif;
  text-align: center;
  /* font-size: 84px; */
}
h2 {
  color: #000;
  text-align: center;
  font-family: "Rubik", sans-serif;
  /* font-size: 36px; */
  margin-top: 36px;
  margin-bottom: 36px;
  font-style: normal;
  line-height: 36px; /* 114.286% */
}

h3 {
  color: #000;
  text-align: center;
  font-family: "Rubik", sans-serif;
  /* font-size: 36px; */
  font-style: normal;
  line-height: 32px; /* 114.286% */
}

p {
  color: #000;
  font-family: "Lexend Deca", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

body {
  margin: 0;
}

.desc-img {
  font-family: "Lexend Deca", sans-serif;
  text-align: center;
}

.share {
  background-color: #0471A6;
  color:white;
  padding-bottom: 60px;
  padding-top: 60px;
  margin-top: 60px;
}

.share h3 {
  color: white;
  margin-top: 0px;
}

/* Images */

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Icônes */

.icons {
  font-size: 50px;
  text-align: center;
}

.fa-facebook-square, .fa-twitter-square, .fa-share-alt-square {
  opacity: 80%;
}

.fa-twitter-square:hover {
  opacity: 100%;
  cursor:pointer;
}

.fa-facebook-square:hover {
  opacity: 100%;
  cursor: pointer;
}

.fa-share-alt-square:hover {
  opacity: 100%;
  cursor: pointer;
}

/* Footer */

footer {
  width: 100%;
  background-color: #061826;
  font-family: "Lexend Deca", sans-serif;
  padding-top: 60px;
  padding-bottom: 60px;
}

footer ul {
  margin: 0px;
  padding: 0px; 
}

footer li {
  color:white;
  list-style-type: none;
  text-align: center;
  /* float:left; */
  /* margin-left: 20px; */
}

.footer-link {
  color:white;
  font-weight: 400;
}

footer h2 {
  font-family: "Rubik", sans-serif;
  text-align: center;
  color:white;
  margin-top: 0px;
}

small {
  text-align: center;
  color: white;
}