body {
  background-color: #ebebeb;
  margin: 0;
}

/* Intro */

.section_1 {
  height: 100vh;
  display: flex;
  align-items: center;
}

.intro_cv {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.intro_cv img {
  width: 150px;
}

.intro_cv h1 {
  display: flex;
  font-size: 2.5rem;
  font-family: "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: #0d1821;
  margin: 1vh 0;
}

.intro_cv h3 {
  font-size: 1.5rem;
  font-family: "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: #0d1821;
  margin: 1vh 0;
}

.infos {
  display: flex;
  margin: 1vh 0;
}

.adress_show {
  background-color: #ebebeb;
  border: 2px solid #0d1821;
  border-radius: 20px;
  color: #0d1821;
  padding: 1vh 1.5vw;
  font-family: "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 1.2rem;
  margin-right: 1vw;
}

.adress_show p {
  display: none;
  margin: 0;
}

.adress_show:hover p {
  display: block;
}

.adress_show:hover i {
  display: none;
}

.contact {
  background-color: #ebebeb;
  border: 2px solid #0d1821;
  border-radius: 20px;
  color: #0d1821;
  padding: 1vh 1.5vw;
  font-family: "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 1.2rem;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.contact:hover {
  background-color: #0d1821;
  color: #ebebeb;
  border: 2px solid #0d1821;
  transform: scale(1.1);
}

.contact i {
  padding: 0 0 0 0.3vw;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-options {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  min-width: 160px;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.dropdown-options p {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 1rem;
}

.dropdown_img {
  display: flex;
  justify-content: center;
}

.dropdown_img img {
  width: 50px;
}

.dropdown-options a {
  display: block;
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
}

.dropdown-options a:hover {
  background-color: #f2f2f2;
}

.show {
  display: block;
}

/* Compétences */

.section_2 {
  height: 90vh;
  width: 60%;
  margin: 0 auto;
}

.competences {
  font-family: "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: #0d1821;
}

.competences h2 {
  margin-left: 19.4vw;
  font-size: 1.5rem;
}

.competences h3 {
  font-size: 1.2rem;
}

.competences p {
  font-size: 1rem;
}

.competences_contents {
  display: flex;
  justify-content: space-between;
}

.line1 {
  height: 1.1vh;
  width: 20vw;
  background-color: #d5d5d5;
}

.line_html2 {
  position: relative;
  bottom: 1.1vh;
  height: 1.1vh;
  width: 0;
  background-color: #4adbc8;
}

.line_JS2 {
  position: relative;
  bottom: 1.1vh;
  height: 1.1vh;
  width: 0;
  background-color: #4adbc8;
}

.line_php2 {
  position: relative;
  bottom: 1.1vh;
  height: 1.1vh;
  width: 0;
  background-color: #4adbc8;
}

.line_java2 {
  position: relative;
  bottom: 1.1vh;
  height: 1.1vh;
  width: 0;
  background-color: #4adbc8;
}

.line_python2 {
  position: relative;
  bottom: 1.1vh;
  height: 1.1vh;
  width: 0;
  background-color: #4adbc8;
}

.line_cSharp2 {
  position: relative;
  bottom: 1.1vh;
  height: 1.1vh;
  width: 0;
  background-color: #4adbc8;
}

.line_sass2 {
  position: relative;
  bottom: 1.1vh;
  height: 1.1vh;
  width: 0;
  background-color: #4adbc8;
}

.line_bootstrap2 {
  position: relative;
  bottom: 1.1vh;
  height: 1.1vh;
  width: 0;
  background-color: #4adbc8;
}

.line_symfony2 {
  position: relative;
  bottom: 1.2vh;
  height: 1.1vh;
  width: 0;
  background-color: #4adbc8;
}

.line_react2 {
  position: relative;
  bottom: 1.2vh;
  height: 1.1vh;
  width: 0;
  background-color: #4adbc8;
}

.line_jQuery2 {
  position: relative;
  bottom: 1.2vh;
  height: 1.1vh;
  width: 0;
  background-color: #4adbc8;
}

.line_angular2 {
  position: relative;
  bottom: 1.2vh;
  height: 1.1vh;
  width: 0;
  background-color: #4adbc8;
}

.line_rn2 {
  position: relative;
  bottom: 1.2vh;
  height: 1.1vh;
  width: 0;
  background-color: #4adbc8;
}

/* Outils */

.section_3 {
  height: 70vh;
  display: flex;
  flex-direction: column;
  width: 60%;
  margin: 0 auto;
}

.outils {
  font-family: "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: #0d1821;
}

.outils h2 {
  margin-bottom: 6vh;
}

.outils p {
  font-size: 1rem;
}

.outils .outils_contents {
  display: flex;
  justify-content: space-between;
}

.line1_2 {
  height: 1.1vh;
  width: 20vw;
  background-color: #d5d5d5;
}

.line_vsc2 {
  position: relative;
  bottom: 1.1vh;
  height: 1.1vh;
  width: 0;
  background-color: #4adbc8;
}

.line_IJ2 {
  position: relative;
  bottom: 1.1vh;
  height: 1.1vh;
  width: 0;
  background-color: #4adbc8;
}

.line_workbench2 {
  position: relative;
  bottom: 1.1vh;
  height: 1.1vh;
  width: 0;
  background-color: #4adbc8;
}

.line_adobe2 {
  position: relative;
  bottom: 1.1vh;
  height: 1.1vh;
  width: 0;
  background-color: #4adbc8;
}

.line_git2 {
  position: relative;
  bottom: 1.1vh;
  height: 1.1vh;
  width: 0;
  background-color: #4adbc8;
}

.line_njs2 {
  position: relative;
  bottom: 1.1vh;
  height: 1.1vh;
  width: 0;
  background-color: #4adbc8;
}

.line_godot2 {
  position: relative;
  bottom: 1.1vh;
  height: 1.1vh;
  width: 0;
  background-color: #4adbc8;
}

/* Expériences */

.section_4 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  width: 60%;
  margin: 0 auto;
}

.experiences {
  font-family: "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: #0d1821;
}

.experiences h2 {
  margin: 3vh 0 5vh 0;
  font-size: 1.5rem;
}

.experiences h3 {
  margin: 4vh 0 4vh 0;
  font-size: 1.2rem;
}

.experiences p {
  font-size: 1rem;
}

.img_exp {
  width: 15vw;
}

.gaea21 img {
  width: 150px;
  margin-top: 1vh;
}

.gaea21 {
  display: flex;
}

.date {
  margin-right: 3vw;
}

.date_courte {
  margin-right: 5.8vw;
}

.tp img {
  width: 60px;
}

.tp {
  display: flex;
  margin-bottom: 3vh;
}

.safti img {
  width: 150px;
}

.safti {
  display: flex;
  margin-bottom: 3vh;
}

.carrefour img {
  width: 60px;
}

.carrefour {
  display: flex;
  margin-bottom: 3vh;
}

.mcdo img {
  width: 60px;
}

.mcdo {
  display: flex;
  margin-bottom: 3vh;
}

.thales img {
  width: 150px;
  height: 3vh;
  margin-top: 1.5vh;
}

.thales {
  display: flex;
  margin-bottom: 3vh;
}

/* Formations */

.section_5 {
  height: 50vh;
  display: flex;
  flex-direction: column;
  margin-top: 5vh;
  width: 60%;
  margin: 0 auto;
}

.formations {
  font-family: "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: #0d1821;
}

.formations h2 {
  margin: 0 0 5vh 0;
  font-size: 1.5rem;
}

.formations p {
  font-size: 1rem;
}

.afpa img {
  width: 150px;
}

.afpa {
  display: flex;
  margin-bottom: 3vh;
}

.esarc img {
  width: 150px;
}

.esarc {
  display: flex;
}

@media (max-width: 1200px) {
  .section_4 {
    height: 170vh;
    margin-right: 25vw;
  }

  .intro_cv h1 {
    display: flex;
    justify-content: center;
  }
  .gaea21 {
    display: flex;
    flex-direction: column;
  }
  .tp {
    display: flex;
    flex-direction: column;
  }
  .safti {
    display: flex;
    flex-direction: column;
  }
  .carrefour {
    display: flex;
    flex-direction: column;
  }
  .mcdo {
    display: flex;
    flex-direction: column;
  }
  .thales {
    display: flex;
    flex-direction: column;
  }

  .section_5 {
    height: 70vh;
    margin-right: 25vw;
  }

  .afpa {
    display: flex;
    flex-direction: column;
  }
  .esarc {
    display: flex;
    flex-direction: column;
  }
}
