* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: auto;
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
}
.header{
  display: flex;
  justify-content: center;
  width: 100%; 
}
.header__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 250px;
  background-color: rgb(248, 199, 7);
}
.asideSection__photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.header__titre {
  width: 70%;
  padding: 0 35px;
  margin-top: 6%;
}
/* typographies*/
h1 {
  text-transform: uppercase;
  font-size: 2.2rem;
}
.headerFirstName {
  color: rgb(248, 199, 7);
}
h2 {
  font-size: 1.2rem;
}
h2 span {
  color: black;
  text-decoration: rgb(248, 199, 7) underline;
  text-underline-position: under;
}
h3 {
  text-transform: uppercase;
  font-size: 1.1rem;
}
hr {
  border: none;
  background: rgb(248, 199, 7);
  height: 1px;
  margin: 0 20px;
}
p {
  font-size: 1rem;
}
.text {
  font-size: 0.8rem;
}
span {
  font-weight: 700;
}
.container {
  display: flex;
}
.asideSection__color {
  color: rgb(248, 199, 7);
}
/*left*/
.asideSectionLeft {
  position: relative;
  background-color: rgb(248, 199, 7);
  width: 30%;
}
.asideSection__titre {
  display: flex;
  width: 100%;
  height: 25px;
  background: rgb(68, 65, 60);
  color: rgb(248, 199, 7);
  justify-content: center;
  align-items: center;
}
.asideSection__texte,
.asideSection__contact {
  padding: 20px 20px;
}
.asideSectionLogo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgb(68, 65, 60);
}
.asideSection__logo {
  display: flex;
  justify-content: space-around;
  margin-top: 5%;
  margin-bottom: 5%;
}
.fa-biking,.fa-hiking{
  color: rgb(68, 65, 60);
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.asideSection__position {
  position: absolute;
  width:100%;
  bottom: 0;
}
/*right*/
.sectionRight {
  width: 70%;
}
.fas {
  color: rgb(248, 199, 7);
  font-size: 20px; 
  margin: 0 20px 0 50px;
 }
.ligne {
  display: flex;
  padding: 2px;
  margin-top: 20px;
}
.mainSection {
  display: flex;
  margin-top: 20px;
}
.main__titre {
  margin: 0 10px 10px 5px;
}
.section__pro {
  margin-top: 40px;
}
.point {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 2px solid rgb(248, 199, 7);
  margin-top: 20px;
  margin-left: 60px;
}
.cercle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid rgb(248, 199, 7);
  margin: -7px;
}
.gauche {
  width: 20%;
  margin: 10px 40px;
}
.droite {
  width: 50%;
  margin: 5px 90px;
}
.articleExperience,
.articleFormation {
  margin-top: 30px;
}
.articleRecommandation__gauche,
.articleRecommandation__droite {
  margin: 10px 75px;
}
/* Responsive */

@media screen and (max-width: 900px) {
  .header{
    flex-direction: column;
  }
  .header__photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  .header__img {
    display: flex;
    width: 100%;
    height: 200px;
    align-items: center;
    justify-content: center;
    background-color: rgb(248, 199, 7);
  }
  .header__titre {
    width: 100%;
    text-align: center;
  }
  .container {
    flex-direction: column-reverse;
  }
  .asideSectionLeft {
    width: 100%;
  }
 
  .point {
    margin: 15px 10px 15px 60px;
  }
  .gauche {
    width: 40%;
    margin: 10px 50px;
  }
  .sectionRight {
    width: 100%;
  }
  
  .droite {
    width: 50%;
    margin: 5px 80px;
  }
  .asideSection__logo {
   justify-content: space-around;
   margin-top: 10px;
   margin-bottom: 5%;
  }
  .asideLeft__section {
   margin-top: 20px;  
  }
  .asideSection__texte,
  .asideSection__contact {
    padding: 20px 20px;
  }
  .asideSection__position { 
    position: relative;
    width:100%;
    bottom: 0;
  }
  .mainSection {
     align-items: center;
  }

}
@media screen and (max-width: 500px) {
  .container {
    flex-direction: column-reverse;
  }
  .asideSectionLeft {
    width: 100%;
  }
  .header__photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  .header__img {
    display: flex;
    width: 100%;
    height: 200px;
    align-items: center;
    justify-content: center;
    background-color: rgb(248, 199, 7);
  }
  .point {
    margin: 15px 5px 15px 20px;
  }
  .gauche {
    width: 40%;
    margin: 10px 20px;
  }
  .droite {
    width: 50%;
    margin: 5px 10px;
  }
  .asideSection__texte,
  .asideSection__contact {
    padding: 10px 10px;
  }
  .asideSection__logo {
   justify-content: space-around;
  }
  .asideLeft__section {
    display:flex;
    flex-direction: column;
  }
  .articleRecommandation__gauche,
  .articleRecommandation__droite {
   margin: 10px 5px;
  }
}


@media screen and (max-width: 320px) {
  .container {
    flex-direction: column-reverse;
  }
  .asideSectionLeft {
    width: 100%;
  }
  .asideSection__img {
    display: none;
  }
  .header__photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  .header__img {
    display: flex;
    width: 100%;
    height: 200px;
    align-items: center;
    justify-content: center;
    background-color: rgb(248, 199, 7);
  }
  .point {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 2px solid rgb(248, 199, 7);
    margin-left: 15px;
  }
  .cercle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid rgb(248, 199, 7);
    margin: -7px;
  }
  .gauche {
    margin: 0 0 0 10px;
  }
  .gauche {
    width: 40%;
    margin: 10px 0px 10px 10px;
  }
  .droite {
    width: 50%;
    margin: 5px;
  }
  .articleRecommandation__gauche,
  .articleRecommandation__droite {
   align-self: center;
  }
  .asideSection__texte,
  .asideSection__contact {
   padding: 5px 10px;
  }
  .asideLeft__section {
    margin-top: 30vw;
  }
  .asideSection__logo {
    display: flex;
    justify-content: space-around;
    margin: 2%;
  }
}

