* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1;
  font-family: 'Vollkorn', serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: 'Vollkorn', serif;
  padding-left: 300px;
}

header {
  margin-bottom: 5px;
  height: 100%;
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
}

.logo-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

img {
    vertical-align: top;
}

h2 {
  font-size: 25px;
  margin: 0;
  padding: 0;
}

header h2 {
  margin-top: 8px;
  color: #3a553d;
  font-family: 'Vollkorn', serif;
  font-weight: 400;
}

span {
  border-bottom: 1px solid #5a5959;
}

a {
  color: #272727;
  background-color: transparent;
  text-decoration: none;
}

.menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
margin: auto;
}

.mention{
  font-size: 13px;
      color: #272727;
      font-family: 'Vollkorn', serif;
      margin-left: auto;
      margin-right: auto;
      width: 95px;
    margin-top: 10px;
}

ol, ul {
  padding-top: 90px;
}

li {
  margin-top: 15px;
}

main {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
  width: 90%;
  padding-top: 40px;
}

.pagetitre{
      width: 95%;
  text-align: right;
     font-size: 26px;
     color: #3a5541;
}

h1 {
      font-weight: 400;
      font-family: Vollkorn;
}

.textabout {
  width: 700px;
height: auto;
}

.traitnoir {
  border-top: 1px solid #ababab;
      margin-bottom: 10px;
          width: 95%;
}

.espace{
    padding-bottom: 20px;
}

.bloc-img {
  width: 80%;
  padding-top: 5px;
}

.bloc-img img {
  max-width: 100%;
  height: auto;
}

/* unvisited link */
a.CV:link {
    color: #3a553d;
  border-bottom: 0.5px solid #5a5959;
}

/* visited link */
a.CV:visited {
    color: #3a553d;
}

/* mouse over link */
a.CV:hover {
    color: black;
}

/* selected link */
a.CV {
    color: yellow;
}

.suiteimg {
  padding: 20px 0;
  width: 90%;
  margin-left: 75%;
}

.socials {
  width: 120px;
  margin: 30px auto;
      padding: 0px 20px 0px 25px;
}

.maphoto {
float: left;
margin-right: 20px;

      padding-bottom: 55px;

}

.alignementdroit {
text-align: right;


}

.textepresentation {
width: 95%;
line-height : 1.1;
    margin-bottom: 100px;

}

.textegauche{
margin-top: 2px;
line-height : 1.1;
}

.socials a {
  margin-right: 8px;
  font-size: 14px;
}

.copyright {
  font-size: 13px;
  color: #272727;
  font-family: 'Vollkorn', serif;
  margin-left: auto;
  margin-right: auto;
  width: 95px;
  margin-top: 20px;
}
.copyright h6{
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #272727;
  font-family: 'Vollkorn', serif;
}

footer {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
    width: 100%;

}

.container {
  border-top: 1px solid #ababab;
  padding-bottom: 40px;
  width: 73%;
  padding-top: 5px;
}

.containeraboutme, .containercontact {
  font-size: 12px;
  letter-spacing: 0.5px;
}


.containercontact {
  float: left;
  width: 300px;
}

.containercontact h2{
  font-family: "Segoe UI",Arial,sans-serif;
  font-size: 14px;
      font-weight: 700;
          margin: 10px 0;

}


.textepresentation h2 {
  font-family: 'Vollkorn', serif;
  font-size: 15px;
  line-height : 1.1;


}
/* Responsive */

@media screen and (min-width: 991px) {
  .burger {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-left: 0;
  }
  .container-burger {
    position: fixed;
    top: 40px;
    right: 40px;
  }
  header {
    position: static;
    margin: auto;
  }
  .menu {
    display: none;
  }
  main {
    padding: 20px 0;
    width: 90%;
    margin: auto;
  }
  .socials, .socials a, .copyright {
    display: none;
  }
  @media screen and (max-width:1000px) {
    .bloc-img {
      width: 90%;
    }
    .container, .containeraboutme, .containercontact {
      display: none;
    }
  }

  @media screen and (max-width:800px) {
    .logo {
      display: none;
    }

    .bloc-img {
      width: 100%;
    }
    .container, .containeraboutme, .containercontact {
      display: none;
    }
}

@media screen and (max-width: 600px) {

  .logo {
    display: none;
  }

  .maphoto{
  float: none;
  margin-left: 140px;
  margin-right: 0px;
  padding-bottom: 10px;
  }

}

    @media screen and (max-width: 500px) {
      .logo {
        display: none;
      }

      h1 {
        text-align: left;
      }

      .pagetitre{
        text-align: left;
      }

      .textepresentation{

width: auto;
text-align: center;
      }
      .logo-flex {
          display: none;
    }
      .maphoto{
float: none;
margin-left: 40px;
margin-right: 0px;
      padding-bottom: 10px;
      }

.alignementdroit {
  text-align: center;
}
      .logo-flex {
        margin-top: 0px;
      }
      .socials, .socials a, .copyright {
        display: none;
      }
    }
