@font-face {
  font-family: 'MyWebFont';
  src: url('gelpenupright/GelPenUpright.ttf')  format('truetype');
}

body {
  margin: 0px ! important;
  font-family: 'Lato', sans-serif;
}

.header {
    position: sticky;
    min-height: 75px;
    display: flex !important;
    justify-content: space-between;
    margin: 8px !important;
}

.pres {
  display: flex !important;
  align-items: flex-end;
  font-family: 'MyWebFont';
}
.boutons {
  display: flex !important;
  align-items: center;
}

.bouton-compte {
    background-color: #e49d4b; 
    border: none;
    border-radius: 20px;
    color: white;
    padding: 10px;
    margin-left: 10px;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
}

.bouton-conexion {
  background-color: transparent;
  border: none;
  padding: 10px;
  color: #a1b0b7;
  cursor: pointer;
  text-decoration: none;
}

.sub {
  padding-bottom: 15px;
  padding-left: 20px;
  color: #00425b;
}

.first-part {
  height: calc(100vh - 93px);
  background-image: url('./images/photo-fond-1900x1200px.jpg');
  background-size: cover;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.image-first-part {
  display: flex;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
}

.message {
  width: 30%;
  margin-top: auto;
  margin-bottom: auto;
}
.image-first-part > .texte {
  width: 40%;
  margin-top: auto;
  margin-bottom: auto;
}
.texte > h1 {
  text-align: left;
  font-size: 300%;
  color: white;
  margin-top: auto;
  margin-bottom: auto;
  text-shadow: 1px 1px 2px black;
  font-weight: 300;
}
.texte > h2 {
  text-align: left;
  font-size: 300%;
  color: white;
  margin-top: auto;
  margin-bottom: auto;
  text-shadow: 1px 1px 2px black;
  font-weight: 300;
}

h3 {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
}

.main {
  width: 50px;
  padding-left: 10px;
  position: absolute;
}
.content-first-part {
  bottom: 10px;
  color: #00425b;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  margin-bottom: 1%;
}

.gratuit-a-vie {
  color: white;
  background-color: #00425b;
  border: none;
  cursor: pointer;
  border-radius: 25px;
  font-size: 25px;
  padding: 10px 50px 10px 50px;
  margin-bottom: 3%;
  display: inline-block;
  text-decoration: none;
}

.titre-first-part {
  font-size: 25px;
  position: relative;
  font-family: 'Lato', sans-serif;
}

.col>img {
  width: 60px;
  height: 60px;
}
.france {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 15px;
  color: #00425b;
}
.france>img {
  width: 35px;
}

.headline {
  padding-top: 10px;
  text-align: center;
  color: #00425b;
}
.secondary {
  color: #e49d4b;
}

#coeur {
  width: 20px;
}

.reseaux {
  width: 20px;
  margin-left: 10px;
}

.votre-avis {
  width: 30px;
}

.third-part>img {
  width: 50%;
}

.third-part {
  display: flex;
}

.footer {
    min-height: 50px;
    background-color: #00425b;
    color: white;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.row{
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.two {
  display: flex;
  justify-content: center !important;
}

.col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.texte-liste {
  width: 70%;
  text-align: center;
  color: #00425b;
}

h3{
  color: #e49d4b;
}

.commu {
  width: 80px !important;
  height: 60px !important;
}

.questions {
  width: 50%;
  padding-left: 30px;
  color: #00425b;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

a {
  color: #00425b;
}
.footer>a {
  color: white !important;
  margin-left: 5px;
  margin-right: 5px;
}

.chiffre {
  width: 70px !important;
}

@media only screen and (max-device-width:480px) {
  .titre-first-part {
    font-size: 50px;
  }

  .message {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-first-part {
    display: inline;
  }

  .image-first-part > .texte {
    text-align: center;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .texte > h1 {
    text-align: center;
    font-size: 300%;
  }
  .texte > h2 {
    text-align: center;
    font-size: 300%;
  }

  .gratuit-a-vie {
    font-size: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .content-first-part {
    font-size: 30px;
  }
  .pres {
    font-size: 20px;
  }
  .col {
    margin-top: 50px;
  }

  .col>img {
    width: 250px;
    height: 250px;
  }
  .texte-liste {
    font-size: 40px;
  }
  .row {
    display: inline;
  }
  .two {
    display: inline;
  }
  
  .commu {
    width: 350px !important;
    height: 250px !important;
  }
  .chiffre {
    width: 300px !important;
  }
  .headline {
    font-size: 50px;
  }
  .france {
    font-size: 30px;
  }
  .france>img {
    width: 50px;
  }
  #coeur {
    width: 30px;
  }

  .third-part {
    display: inline;
  }

  .third-part>img {
    width: 100%;
  }

  .questions {
    width: calc(100% - 30px);
    font-size: 30px;
    display: flex;
  }
  .reseaux {
    width: 60px;
    margin-left: 20px;
  }

  .votre-avis {
    width: 70px;
  }
  .footer {
    font-size: 30px;
  }
  
}
