body {
    font-family: Arial;
    text-align : justify;
    height: 100%;
    line-height: 200%;
}

.bg-image{
    background-image: url(../images/Backg2.jpg);
    background-position: center;
    background-size: cover;
}

nav {
    display:flex;
    justify-content:space-evenly;
    background-color:rgb(189, 168, 147);
    padding: 1.5%;
    font-weight: bold;
    font-size: 24px;
    position: fixed;
    width: 100%;
    margin-block-start: -15px;
    margin-left: -55px;
}
.nav-1 :hover{ 
  color: rgb(105, 92, 79); 
  text-decoration-line: underline;
}
.nav-2 :hover{ 
  color: rgb(105, 92, 79); 
  text-decoration-line: underline;
}
.nav-3 :hover{ 
  color: rgb(105, 92, 79); 
  text-decoration-line: underline;
}
.nav-4 :hover{ 
  color: rgb(105, 92, 79); 
  text-decoration-line: underline;
}
.nav-5 :hover{ 
  color: rgb(105, 92, 79); 
  text-decoration-line: underline;
}
.nav-6 :hover{ 
  color: rgb(105, 92, 79); 
  text-decoration-line: underline;
}
 
.font-A4 {
    width: 75%;
    margin: auto;
    margin-bottom: 60px;
    background-color: rgba(214, 190, 166, 0.788);
    padding-top: 10%;
    padding-bottom: 10%;
}

footer{
    display:flex;
    justify-content:space-evenly;
    margin-left: 400px;
    margin-right: 400px;
    font-size: 18px;
}

.footer-1{
    text-align: center;
}

.footer-15{
    margin-top: -20px;
}

.footer-2{
    text-align: center;
}

.footer-25{
    margin-top: -20px;
}

.footer-3{
    text-align: center;
}

.footer-35{
    margin-top: -20px;
}

h1 {
    margin-top: -35px;
    margin-bottom: 120px;
    text-align: center;
    font-size: 38px;
}

img{
  border-radius: 5px;
}

#face img { 
    width: 350px;
    height: 450px;
    margin-top: 10px;
}

#signature img {   
    width: 150px;
    height: 45px;
    margin-left: 115px;
    margin-top: 25px;
}

#premiere {
    font-size: 25px;
    margin-right: 80px;
}

#phrase-1 {
    margin-top: 150px;
    font-size: 25px;
    margin-left: 200px;
}

#phrase-2 {
    font-style: italic;
    font-family: 'Trattatello';
    font-size: 25px;
    margin-left: 350px;
    margin-right: 350px;
    text-align: center;
    margin-bottom: 65px;
    font-weight: bold;
}

.entier {
    display: flex;
    justify-content:space-evenly;
    margin-left: 150px;
    margin-right: 150px;
}

#ligne {
    text-align: center;
    font-size: 25px;
    margin-bottom: 25px;
    margin-top: 150px; 
}

a{
  text-decoration: none;
  color: black;
}

@media screen and (max-width: 800px) { 
  nav {
      flex-direction: column;
      margin-left: -10px;
      margin-top: -270px;
  }
  body{
    margin-top: 300px;
  }

  img {
      display: none;
  }

  .font-A4 {
    width: 0%;
    margin: 0px;
    margin-bottom: 0px;
    padding-top: 0%;
    padding-bottom: 0%;
}
.bg-image{
  background-color:rgb(214, 190, 166);
  background-image: none;
}

  article {
    flex-direction: column;
    display: none;
    margin: auto;
  }

  #phrase-1 {
    margin-top: 0px;
    margin-left: 100px;
    padding-bottom: -900px;
}

#phrase-2 {
    font-style: italic;
    font-family: 'Trattatello';
    margin-left: 200px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}
#premiere {
  font-size: 25px;
  margin-right: 0px;
  margin-left: 400px;
}


}
