@charset "UTF-8";
/*Tout le site */
body {
  margin: 0px;
  padding: 0px;
}

.mid {
  text-align: center;
  margin-bottom: 50px;
}

ul li {
  list-style-type: none;
}

h2 {
  -webkit-box-shadow: 1px 1px 1px 1px grey;
          box-shadow: 1px 1px 1px 1px grey;
  padding: 15px;
  border-radius: 5px;
}

span {
  font-weight: bold;
}

/*Annimation */
.reveal {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.reveal-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s cubic-bezier(0.5, 0, 0, 1);
  transition: 1s cubic-bezier(0.5, 0, 0, 1);
}

/*Menu */
#menu {
  width: 100%;
  background-color: white;
}

.navbar {
  width: 100%;
  position: fixed;
  z-index: 500;
  -webkit-box-shadow: 0px 0px 6px black;
          box-shadow: 0px 0px 6px black;
}

.navbar-brand {
  margin-left: 7%;
}

#navbarNav {
  margin-left: 5%;
}

nav a {
  color: black;
  font-weight: bold;
  padding: 15px;
}

.nav-link {
  border-bottom: 2px solid rgba(128, 128, 128, 0);
}

.nav-link:hover {
  color: black;
  border-bottom: 2px solid black;
}

/*Accueil */
.imagePrincipale {
  width: 100%;
  height: auto;
}

.imagePrincipale img {
  width: 100%;
  height: 400px;
}

.titreCv {
  color: white;
  text-align: center;
  position: absolute;
  top: 150px;
  right: 20%;
}

/* Scroll */
.cRetour {
  border-radius: 10px;
  padding: 10px;
  font-size: 1.2em;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  z-index: 99999;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  position: fixed;
  cursor: pointer;
  bottom: 1em;
  right: 20px;
  display: none;
}

.cRetour:hover {
  background: black;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

/*Lien */
.social-icons {
  font-size: 1.7em;
  color: black;
}

.social-icons i {
  color: black;
  padding: 10px;
  border-radius: 15px;
  border: 2px solid black;
}

.social-icons i:hover {
  background-color: black;
  color: white;
}

/*Profil */
.competenceProfil {
  border: 1px solid black;
  border-radius: 10px;
}

#profile-contact {
  padding: 30px;
  -webkit-box-shadow: 0px 0px 4px black;
          box-shadow: 0px 0px 4px black;
}

#profil {
  padding-top: 100px;
  padding-bottom: 65px;
}

.photoProfil img {
  margin-left: 25px;
  border-radius: 50px;
  width: 85%;
}

/*Parcours */
#parcours {
  padding-top: 100px;
  padding-bottom: 70px;
  -webkit-box-shadow: 0px 0px 2px black;
          box-shadow: 0px 0px 2px black;
}

.diplome {
  margin-right: 0px;
  height: 800px;
}

.professionnelle {
  margin-right: 0px;
  margin-top: 20px;
}

.cadreG {
  margin-right: 20px;
  margin-left: 10%;
  margin-bottom: 100px;
  -webkit-box-shadow: 0px 0px 6px black;
          box-shadow: 0px 0px 6px black;
  padding: 10px;
}

.cadreD {
  margin-right: 10%;
  margin-top: 100px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 0px 6px black;
          box-shadow: 0px 0px 6px black;
  padding: 10px;
}

.cadre {
  -webkit-box-shadow: 0px 0px 6px black;
          box-shadow: 0px 0px 6px black;
}

.vertical-line-1, .vertical-line-2 {
  position: absolute;
  margin-left: 51%;
  border-left: 3px solid grey;
  display: inline-block;
  height: 750px;
}

.vertical-line-2 {
  height: 800px;
}

/*Compétences */
#competences {
  font-weight: bold;
  padding-top: 100px;
  padding-bottom: 170px;
  -webkit-box-shadow: 0px 0px 2px black;
          box-shadow: 0px 0px 2px black;
}

h3 {
  margin-bottom: 15px;
}

.cadreCompetences {
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 4px green;
          box-shadow: 0px 0px 4px green;
}

.skill-progress {
  margin-top: 20px;
  padding: 20px;
}

.progress-bar {
  background-color: green;
}

.infoProfil {
  margin-top: 25px;
}

.infoProfil li {
  padding: 2px;
  font-size: 1.2em;
}

.competenceProfil li {
  padding: 3px;
  font-size: 1.5em;
}

.fa-check {
  color: green;
}

#boutonCompetence .btn {
  margin-top: 25px;
  padding: 10px;
  font-weight: bold;
}

.btn {
  font-weight: bold;
}

.btn:hover {
  background-color: black;
}

#boutonCompetence {
  margin-top: 50px;
}

/*Portfolio */
#portfolio {
  padding-top: 100px;
  padding-bottom: 90px;
  -webkit-box-shadow: 0px 0px 2px black;
          box-shadow: 0px 0px 2px black;
}

.portfolio {
  padding: 15px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 4px green;
          box-shadow: 0px 0px 4px green;
}

h4 {
  background-color: rgba(128, 128, 128, 0.1);
  font-weight: bold;
  text-align: center;
  padding: 20px;
  margin-bottom: 50px;
  border-radius: 8px;
}

.block_image {
  width: 100%;
  text-align: center;
  height: 200px;
}

.block_image img {
  width: auto;
  height: 180px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 3px 3px grey;
          box-shadow: 3px 3px 3px 3px grey;
}

.block_image img:hover {
  height: 190px;
}

/*Contact */
#contact {
  padding-top: 100px;
  padding-bottom: 40px;
  height: 950px;
}

.fa-mobile {
  font-size: 1.5em;
}

.fa-map-marker {
  font-size: 1.5em;
}

.texteContact {
  padding: 20px;
  font-size: 1.1em;
}

.map iframe {
  width: 100%;
  height: 400px;
}

.contact-form {
  padding: 10px;
  border-radius: 15px;
  -webkit-box-shadow: 1px 1px 1px grey;
          box-shadow: 1px 1px 1px grey;
  background-color: rgba(128, 128, 128, 0.1);
}

.form-group {
  margin-top: 25px;
}

/*Footer */
footer {
  color: white;
  text-align: center;
  padding: 30px;
  background-color: black;
}

/*  Responsive */
@media screen and (max-width: 1300px) {
  .titreCv {
    margin-right: -20%;
  }
  h3 {
    font-size: 1.4em;
  }
  h5 {
    font-size: 1.3em;
  }
  .infoProfil {
    font-size: 0.8em;
  }
  .competenceProfil {
    font-size: 0.8em;
  }
  .vertical-line-1, .vertical-line-2 {
    margin-left: 52%;
  }
  .cadreD, .cadreG {
    font-size: 0.9em;
  }
  .cadreD {
    margin-right: 0%;
  }
  .cadreG {
    margin-right: 0px;
    margin-left: 0%;
  }
}

@media screen and (max-width: 1000px) {
  .titreCv {
    margin-right: -15%;
  }
  .block_image {
    height: 180px;
  }
  .block_image img {
    height: 160px;
  }
  .block_image img:hover {
    height: 150px;
  }
  #myBtn {
    font-size: 0.8em;
  }
  #myBtn i {
    font-size: 1.5em;
  }
  .cadreG {
    margin-right: 0px;
    margin-left: 0%;
    margin-bottom: 100px;
  }
  .cadreD {
    margin-right: 0%;
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .vertical-line-2 {
    height: 850px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2em;
  }
  #profile-contact {
    font-size: 0.8em;
  }
  .infoProfil {
    font-size: 1em;
  }
  #boutonCompetence .btn {
    margin-top: -20px;
    margin-bottom: 10px;
    padding: 10px;
  }
  #boutonCompetence {
    margin-top: 0px;
    margin-left: 20%;
  }
  .photoProfil img {
    padding: 15px;
    width: 70%;
  }
  .competenceProfil ul {
    padding: 20px;
    margin-left: 20%;
  }
  .diplome {
    height: 900px;
  }
  .cadreG {
    margin-bottom: 30px;
  }
  .cadreD {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .vertical-line-1, .vertical-line-2 {
    display: none;
  }
  #contact {
    height: 1400px;
  }
}

@media screen and (max-width: 580px) {
  h1 {
    margin-left: 5%;
    font-size: 1.8em;
  }
  .fa-github {
    margin-top: 5px;
    margin-left: 15px;
  }
  .fa-briefcase {
    margin-top: 5px;
    margin-left: 22px;
  }
  .social-icons {
    margin-left: 25%;
  }
  h3 {
    font-size: 1.2em;
  }
  .diplome {
    height: 980px;
  }
  #contact {
    height: 1500px;
  }
}

@media screen and (max-width: 460px) {
  .diplome {
    height: 1000px;
  }
  .block_image img {
    height: 140px;
  }
  .block_image img:hover {
    height: 130px;
  }
}

@media screen and (max-width: 410px) {
  .diplome {
    height: 1100px;
  }
}

@media screen and (max-width: 355px) {
  .diplome {
    height: 1150px;
  }
}

@media screen and (max-width: 330px) {
  h3 {
    font-size: 1em;
  }
  .diplome {
    height: 1230px;
  }
}
/*# sourceMappingURL=styles.css.map */