.secflex{
  display: flex;
  flex-direction: column;
}
section{
  height: inherit;
  margin-bottom: 0.5vh;
}
.certif{
  margin-bottom: -7%;
}

.BGCV{
  width: 50%;
}
.contenuXP{
  position: relative;
}
.blocXP{
  color: #062E54;

  position: relative;
  background: white;
  margin-top: 6%;
  margin-left: 15%;
  padding: 8vh;
  width: 70vw;
}
.blocXP h2{
  color: #062E54;
  margin-bottom: 50px;
}

/* TABLEAU D'EXPÉRIENCES */
.logo{
  width: 10%;
  height: 100%;
  margin-right: 40px;
  margin-left: 40px;
  margin-top: -2px;
}
h6{
  margin-bottom: 10px;
}
.entreprise{
  width: 30%;
  text-align: right;
}
.postedesc{
  width: 50%;
}
.XPtab{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: flex-end;
}

/* COMPÉTENCES */
progress {
  -webkit-appearance: none;
  width: 100%;
  margin-bottom: 40px;
}

::-webkit-progress-bar {
   background-color: #FFEBE2;
}
::-webkit-progress-value {
   background-color: #F89A6E;
}
figcaption{
  color: #F89A6E;
  margin-top: 10px;
}
#paopercent {
  margin-left: 93%;
}
#webpercent{
  margin-left: 58%;
}
#animpercent{
  margin-left: 73%;
}

#certiflogo{
  margin-top: 50px;
}
.voltaire img{
  width: 100px;
  margin: 20px;
}
.oquast img{
  width: 200px;
  margin-top: 30px;
}
.honors{
  display: flex;
  flex-direction: row;
}
.voltaire{
  margin-right: 50px;
}
.ligne1{
  margin-bottom: 10px;
}
.anneecertif{
  color: #93C7B6;
}



@media screen and (max-width: 1325px) {
  .blocXP{
    color: #062E54;
    margin-left: 8%;
    width: 85vw;
    padding: 5vh;
  }
}
@media screen and (max-width: 1095px) {
  .logo{
    visibility: hidden;
    width: 10px;
    /*
    width: 90px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;*/
  }
  h6{
    margin-right: 20px;
  }
  .entreprise{
    width: 90%;
    text-align: left;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
  }
  .postedesc{
    width: 100%;
  }
  .XPtab{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 100px;
    justify-content: flex-end;
  }


  .voltaire img{
    margin: 10px;
    margin-bottom: 40px;
  }
  .oquast img{
    margin-top: 0px;
  }
  .honors{
    flex-direction: column;
  }
}
