@import url("https://necolas.github.io/normalize.css/8.0.1/normalize.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
body .container {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1000px) {
  body .container {
    width: 1394px;
  }
}

#background_desktop {
  display: none;
}
@media screen and (min-width: 1000px) {
  #background_desktop {
    display: block;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 31%;
  }
}

#background_mobile {
  display: block;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 27%;
}
@media screen and (min-width: 1000px) {
  #background_mobile {
    display: none;
  }
}

#logo_header {
  width: 75px;
  height: 40px;
  margin-left: 10px;
}
@media screen and (min-width: 1000px) {
  #logo_header {
    width: 10%;
    height: 10%;
    margin-left: 90px;
  }
}

#nav_barre {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  #nav_barre {
    margin-right: 90px;
  }
}
#nav_barre nav {
  display: flex;
}
#nav_barre nav ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  list-style: none;
}
#nav_barre nav ul li {
  padding: 5px;
}
@media screen and (min-width: 1000px) {
  #nav_barre nav ul li {
    padding: 15Px;
  }
}

#illustration_header {
  width: 90%;
  margin: 20px auto;
}
@media screen and (min-width: 1000px) {
  #illustration_header {
    width: 50%;
  }
}

#input_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 30px auto 5px;
  width: 80%;
}
@media screen and (min-width: 1000px) {
  #input_header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 30px 60px 5px;
  }
}
#input_header #email_input {
  border: 1px solid hsl(243, 87%, 12%);
  border-radius: 5px;
  padding: 10px 20px;
  color: hsl(0, 0%, 75%);
}
@media screen and (min-width: 1000px) {
  #input_header #email_input {
    width: 60%;
  }
}
#input_header #start_btn {
  width: 100%;
  background-color: hsl(224, 93%, 58%);
  color: hsl(0, 0%, 100%);
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 10px;
}
#input_header #start_btn:hover, #input_header #start_btn:focus {
  cursor: pointer;
  background-color: hsl(224, 93%, 78%);
}
@media screen and (min-width: 1000px) {
  #input_header #start_btn {
    width: 35%;
    margin-top: 0px;
    margin-left: 15px;
  }
}

#illustration_main {
  width: 90%;
  margin: 20px auto;
}

#arrow_section {
  color: hsl(170, 45%, 43%);
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #arrow_section {
    text-align: left;
    margin-left: 60px;
  }
}
#arrow_section:hover, #arrow_section:focus {
  cursor: pointer;
}

#barre {
  border: 1px solid hsl(170, 45%, 43%);
  width: 55%;
  margin: 5px auto 50px;
}
@media screen and (min-width: 1000px) {
  #barre {
    width: 24%;
    margin-left: 60px;
  }
}

#quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  background-color: hsl(0, 0%, 100%);
  -webkit-box-shadow: 0px 0px 13px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 13px 7px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 20px;
  margin: 20px auto 100px;
  line-height: 30px;
}
@media screen and (min-width: 1000px) {
  #quote {
    width: 60%;
    margin: 60px;
  }
}
#quote #quotes_icon {
  width: 25px;
}
#quote #quote_text {
  color: hsl(243, 87%, 12%);
}
#quote #presentation {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 10px;
}
#quote #presentation #avatar {
  width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
#quote #presentation #person_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#quote #presentation #person_text #name {
  font-weight: 700;
}
#quote #presentation #person_text #jobb {
  font-size: 12px;
}

#card_access {
  background-color: hsl(238, 22%, 44%);
  color: hsl(0, 0%, 100%);
  line-height: 35px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  #card_access {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 50px 30px;
  }
}
@media screen and (min-width: 1000px) {
  #card_access #access_text {
    width: 40%;
  }
}
#card_access #access_text h2 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  #card_access #access_text h2 {
    text-align: left;
    padding-top: 0px;
  }
}
#card_access #access_text p {
  text-align: center;
  color: hsl(240, 75%, 98%);
}
@media screen and (min-width: 1000px) {
  #card_access #access_text p {
    text-align: left;
    line-height: 25px;
  }
}
#card_access #btn_access {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  #card_access #btn_access {
    width: 50%;
  }
}
#card_access #btn_access #input_access {
  width: 80%;
  margin: 10px auto;
  padding: 10px 20px;
}
@media screen and (min-width: 1000px) {
  #card_access #btn_access #input_access {
    width: 70%;
    margin-left: 60px;
  }
}
#card_access #btn_access #btn_access_start {
  width: 80%;
  background-color: hsl(224, 93%, 58%);
  color: hsl(0, 0%, 100%);
  padding: 10px 20px;
  margin: 10px auto 50px;
}
#card_access #btn_access #btn_access_start:hover, #card_access #btn_access #btn_access_start:focus {
  cursor: pointer;
  background-color: hsl(224, 93%, 78%);
}
@media screen and (min-width: 1000px) {
  #card_access #btn_access #btn_access_start {
    width: 40%;
    margin: 20px 60px;
  }
}

#social_network {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 40px;
}
#social_network i {
  color: hsl(0, 0%, 100%);
  padding: 10px;
  border: 1px solid hsl(0, 0%, 100%);
  border-radius: 50%;
  margin: 10px;
}
#social_network i:hover, #social_network i:focus {
  cursor: pointer;
  color: hsl(224, 93%, 58%);
  border: 1px solid hsl(224, 93%, 58%);
}

#header_error_message {
  display: none;
  color: red;
  font-size: 12px;
}

#access_error_message {
  display: none;
  color: white;
  font-size: 12px;
  margin-left: 60px;
}

.error-border {
  border: 1px solid red;
}

#header_error_message.show,
#access_error_message.show {
  display: block;
}

header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto 50px;
}
@media screen and (min-width: 1000px) {
  header {
    align-items: center;
    margin-top: 40px;
    margin-bottom: 150px;
  }
}
header #header_text {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  header #header_text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
header #header_text #header_presentation {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  header #header_text #header_presentation {
    width: 50%;
  }
}
header #header_text #header_presentation h1 {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  line-height: 35px;
  margin: 20px;
}
@media screen and (min-width: 1000px) {
  header #header_text #header_presentation h1 {
    font-size: 35px;
    text-align: left;
    margin-left: 60px;
    line-height: 45px;
  }
}
header #header_text #header_presentation p {
  margin-left: 30px;
  text-align: center;
  line-height: 30px;
}
@media screen and (min-width: 1000px) {
  header #header_text #header_presentation p {
    text-align: left;
    margin-left: 60px;
  }
}

footer {
  background-color: hsl(243, 87%, 12%);
  color: hsl(0, 0%, 100%);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  line-height: 40px;
}
footer #logo_footer {
  width: 150px;
  margin-bottom: 50px;
}
footer #footer_mention {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  footer #footer_mention {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
footer #footer_mention .footer_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer #footer_mention .footer_section #phone_footer,
footer #footer_mention .footer_section #email_footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
footer #footer_mention .footer_section #phone_footer:hover, footer #footer_mention .footer_section #phone_footer:focus,
footer #footer_mention .footer_section #email_footer:hover,
footer #footer_mention .footer_section #email_footer:focus {
  cursor: pointer;
  color: hsl(224, 93%, 58%);
}
footer #footer_mention .footer_section #phone_footer #icon_phone,
footer #footer_mention .footer_section #phone_footer #icon_email,
footer #footer_mention .footer_section #email_footer #icon_phone,
footer #footer_mention .footer_section #email_footer #icon_email {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-top: 13px;
}
footer #footer_mention .footer_section .mention:hover, footer #footer_mention .footer_section .mention:focus {
  cursor: pointer;
  color: hsl(224, 93%, 58%);
}

.attribution {
  font-size: 11px;
  text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}

main {
  background-color: hsl(240, 75%, 98%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main #productive_card {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  main #productive_card {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
main #productive_card #productive_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main #productive_card #productive_text h2 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-top: 30px;
  margin: 20px;
}
@media screen and (min-width: 1000px) {
  main #productive_card #productive_text h2 {
    font-size: 35px;
    text-align: left;
    margin-left: 60px;
  }
}
main #productive_card #productive_text p {
  margin: 20px;
  color: hsl(238, 22%, 44%);
  line-height: 30px;
}
@media screen and (min-width: 1000px) {
  main #productive_card #productive_text p {
    margin: 20px 60px;
  }
}

/*# sourceMappingURL=style.css.map */
