@font-face {
  font-family: 'Assistant-Regular';
  src: url("assistant/Assistant-Regular.otf"); }
@font-face {
  font-family: 'Assistant-ExtraLight';
  src: url("assistant/Assistant-ExtraLight.otf"); }
@font-face {
  font-family: 'Assistant-Light';
  src: url("assistant/Assistant-Light.otf"); }
body {
  min-width: 320px;
  background-color: ghostwhite;
  margin: auto;
  text-align: center; }

* {
  font-family: 'Assistant-ExtraLight', sans-serif;
  letter-spacing: 1.05px; }

#container {
  display: flex;
  flex-direction: column; }

header {
  background-color: ghostwhite;
  height: 80px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.28);
  padding: 0.75em 1em; }

header #login a {
  text-decoration: none;
  color: black;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: 'Assistant-Light';
  background: linear-gradient(to top, orange 0%, orange 1px, transparent 2px) no-repeat;
  background-size: 0 100%;
  transition-property: all;
  transition-duration: 400ms; }

header #login a:hover {
  color: lightslategrey;
  background-size: 100% 100%; }

#barnav {
  padding-left: 15px; }

#login {
  font-size: 1.5em;
  margin-right: 30px; }

.logo img {
  width: 160px; }

h1 {
  font-family: 'Assistant-Regular', sans-serif;
  font-weight: bold;
  text-align: center;
  /*alignement du texte*/ }

#main {
  margin-top: 24px;
  padding: 0 20px 20px 20px;
  display: flex; }

#reseaux {
  margin-top: 60px; }

#reseaux a {
  color: #79bbff;
  padding: 8px;
  transition-property: all;
  transition-duration: 300ms; }

#reseaux a:hover {
  font-size: 1.2em; }

#smartphone {
  padding-left: 60px; }

#smartphone img {
  width: 300px; }

#pc img {
  width: 550px; }

@media screen and (min-width: 326px) and (max-width: 1130px) {
  body {
    background-color: ghostwhite;
    width: auto; }

  #login {
    font-size: 1.2em;
    padding: 0 10px 5px 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: inherit;
    margin-right: unset; }

  #main {
    flex-direction: column;
    text-align: center; }

  #smartphone {
    padding-left: 40px;
    padding-top: 30px;
    margin: auto; }

  #pc {
    margin: auto;
    padding-right: 40px; }

  #pc img {
    max-width: 300px; } }
@media screen and (min-width: 376px) and (max-width: 425px) {
  body {
    background-color: ghostwhite;
    width: auto; }

  #login {
    font-size: 1.2em;
    padding: 0 10px 5px 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: inherit;
    margin-right: unset; }

  #main {
    flex-direction: column;
    text-align: center; }

  #smartphone {
    padding-top: 30px;
    margin: auto; }

  #pc {
    margin: auto; }

  #pc img {
    max-width: 280px; } }
@media screen and (max-width: 375px) {
  body {
    background-color: ghostwhite;
    width: auto; }

  #login {
    font-size: 1.2em;
    padding: 0 10px 5px 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: inherit;
    margin-right: unset; }

  #main {
    flex-direction: column;
    text-align: center; }

  #smartphone {
    padding-left: 40px;
    padding-top: 30px;
    margin: auto; }

  #smartphone img {
    max-width: 250px; }

  #pc {
    margin: auto; }

  #pc img {
    max-width: 250px; } }
