section>.presentation {
  width: 20%;
  padding-right: 7%;
}

section {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}

section > .description {
  padding-left: 0px;
  text-align: left;
  width: 40%;
}

section > .description > p {
  line-height: 1.5;
  font-family: obvia, sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-bottom: 5px;
}

.cv {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.subtitle {
  padding-right: 30px;
}

.subtitle :hover{
  cursor: pointer;
  color: #047c64;
}

.text-flex{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    padding-top: 20px;
}

.text-flex p:first-child{
    font-family: obvia, sans-serif;
    flex: 0 0 20%;
    width: 1800px;
  justify-content: flex-start;
  padding-left: 30px;
  color: #047c64;
}

.text-flex p:last-child{
    flex: 0 0 70%;
    font-family: obvia, sans-serif;
}

.experience {
  font-family: obvia, sans-serif;
  font-size: larger;
}


.experiences {
  padding-top: 70px;
}

h2 {
  line-height: 1.5;
  font-family: obvia, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
}

.sectionTitles {
  display: flex;
  justify-content: flex-start;
  padding-left: 30px;
}

.french{
  color: #077762;
  font-size: 0.9em;
}

#video {
  display: block;
}

#photo {
  display: none;
}

#education {
  display: none;
}

#exhibitions {
  display: none;
}

#videoTitle {
  color: #047c64;
}

#photoTitle {
  color: black;
}

#educationTitle {
  color: black;
}

#exhibitionsTitle {
  color: black;
}

@media only screen and (max-width: 720px){
  section {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
  }
  .aboutPresentation {
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  section>.presentation {
    width: 80%;
    max-width: 300px;
    padding-bottom: 30px;
  }
  section > .description {
    padding-left: 0px;
    text-align: left;
    width: 90%;
  }
}
