body {
  margin: 0;
  padding: 0;
}

.header-content {
  background-image: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.5)), url("../medias/Landscape.jpeg");
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 55vh;
}
.header-content nav {
  background-color: transparent;
  background: rgba(0, 0, 0, 0.7);
}
.header-content nav ul li a:hover {
  background: rgba(245, 245, 245, 0.4);
}
.header-content ul.sidenav {
  width: auto;
  height: auto;
  top: auto;
  padding-bottom: 1vh;
}
.header-content .name {
  text-align: center;
  width: 100%;
  color: #e6e6e6;
  font-family: "opensans-bold", sans-serif;
  margin-bottom: 4vh;
  margin-top: 6vh;
}
@media screen and (min-width: 320px) {
  .header-content .name h1 {
    font-size: 4vh;
  }
}
@media screen and (min-width: 768px) {
  .header-content .name h1 {
    font-size: 5vh;
  }
}
@media screen and (min-width: 1440px) {
  .header-content .name h1 {
    font-size: 6vh;
  }
}
@media screen and (min-width: 2560px) {
  .header-content .name h1 {
    font-size: 8vh;
  }
}
.header-content .presentation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
  width: 100%;
  color: #e6e6e6;
  font-family: "opensans-bold", sans-serif;
}
@media screen and (min-width: 320px) {
  .header-content .presentation h2 {
    font-size: 2.5vh;
  }
}
@media screen and (min-width: 768px) {
  .header-content .presentation h2 {
    font-size: 3.5vh;
  }
}
@media screen and (min-width: 1440px) {
  .header-content .presentation h2 {
    font-size: 4.5vh;
  }
}
@media screen and (min-width: 2560px) {
  .header-content .presentation h2 {
    font-size: 4.5vh;
  }
}

.aboutme {
  background-color: #333333;
  color: whitesmoke;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.aboutme .title {
  width: 100%;
  text-align: center;
}
.aboutme .title h2 {
  font-family: "Baloo Tamma 2", cursive;
  text-shadow: 4px 5px 4px rgba(255, 255, 255, 0.33);
}
@media screen and (min-width: 320px) {
  .aboutme .title h2 {
    font-size: 2.5vh;
  }
}
@media screen and (min-width: 768px) {
  .aboutme .title h2 {
    font-size: 3.5vh;
  }
}
@media screen and (min-width: 1440px) {
  .aboutme .title h2 {
    font-size: 4.5vh;
  }
}
@media screen and (min-width: 2560px) {
  .aboutme .title h2 {
    font-size: 6.5vh;
  }
}
.aboutme .row.profil_content {
  display: flex;
  align-items: center;
  font-family: "Dosis", sans-serif;
  font-size: large;
}
@media screen and (min-width: 320px) {
  .aboutme .row.profil_content {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .aboutme .row.profil_content {
    flex-direction: column;
  }
}
@media screen and (min-width: 1440px) {
  .aboutme .row.profil_content {
    flex-direction: row;
  }
}
@media screen and (min-width: 2560px) {
  .aboutme .row.profil_content {
    flex-direction: row;
  }
}
.aboutme .row.profil_content .profil_image {
  text-align: center;
}
@media screen and (min-width: 320px) {
  .aboutme .row.profil_content .profil_image {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .aboutme .row.profil_content .profil_image {
    width: 33.3333333333%;
  }
}
.aboutme .row.profil_content .profil_image img {
  z-index: 1;
  border: 2px solid white;
}
@media screen and (min-width: 320px) {
  .aboutme .row.profil_content .profil_image img {
    max-width: 35%;
  }
}
@media screen and (min-width: 768px) {
  .aboutme .row.profil_content .profil_image img {
    max-width: 20%;
  }
}
@media screen and (min-width: 1440px) {
  .aboutme .row.profil_content .profil_image img {
    max-width: 40%;
  }
}
@media screen and (min-width: 2560px) {
  .aboutme .row.profil_content .profil_image img {
    max-width: 25%;
  }
}
@media screen and (min-width: 320px) {
  .aboutme .row.profil_content .profil_description {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .aboutme .row.profil_content .profil_description {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 320px) {
  .aboutme .row.profil_content .profil_description p {
    font-size: 2vh;
    margin-left: 3vw;
    margin-right: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .aboutme .row.profil_content .profil_description p {
    font-size: 2vh;
  }
}
@media screen and (min-width: 1440px) {
  .aboutme .row.profil_content .profil_description p {
    font-size: 2vh;
    margin-left: 0;
  }
}
@media screen and (min-width: 2560px) {
  .aboutme .row.profil_content .profil_description p {
    font-size: 3.5vh;
  }
}
.aboutme .cv {
  width: 100%;
  text-align: center;
  margin-top: 6vh;
  margin-bottom: 4vh;
}
.aboutme .btn {
  background-color: #d9d9d9;
  color: black;
}
.aboutme .btn:hover {
  background-color: #8c8c8c;
}
@media screen and (min-width: 320px) {
  .aboutme .btn {
    height: 40px;
    width: 50%;
    border-radius: 2vw;
    font-size: large;
  }
}
@media screen and (min-width: 768px) {
  .aboutme .btn {
    font-size: 3vw;
    height: 100%;
    width: 40%;
    line-height: inherit;
    border-radius: 2vw;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .aboutme .btn {
    font-size: 1.7vw;
    height: 100%;
    width: 20%;
    line-height: inherit;
    border-radius: 2vw;
    padding: 0;
  }
}
@media screen and (min-width: 2560px) {
  .aboutme .btn {
    font-size: 2vw;
    height: 100%;
    width: 30%;
    line-height: inherit;
    border-radius: 2vw;
    padding: 0;
  }
}

.formation {
  background-color: #d9d9d9;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.formation table {
  width: 90%;
  margin-left: 5%;
  border: black 1px solid;
  margin-bottom: 2%;
}
.formation h2 {
  text-align: center;
  font-family: "Baloo Tamma 2", cursive;
  text-shadow: 4px 5px 4px rgba(0, 0, 0, 0.33);
}
@media screen and (min-width: 320px) {
  .formation h2 {
    font-size: 2.5vh;
    margin-bottom: 3vh;
  }
}
@media screen and (min-width: 768px) {
  .formation h2 {
    font-size: 3.5vh;
    margin-bottom: 4vh;
  }
}
@media screen and (min-width: 1440px) {
  .formation h2 {
    font-size: 4.5vh;
    margin-bottom: 5vh;
  }
}
@media screen and (min-width: 2560px) {
  .formation h2 {
    font-size: 6.5vh;
    margin-bottom: 6vh;
  }
}
.formation h3 {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .formation tr {
    font-size: large;
  }
}
@media screen and (min-width: 1440px) {
  .formation tr {
    font-size: large;
  }
}
@media screen and (min-width: 2560px) {
  .formation tr {
    font-size: xx-large;
  }
}

.skills {
  background-color: #333333;
  color: whitesmoke;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.skills .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.skills .skill {
  width: 40%;
}
.skills h2 {
  text-align: center;
  font-family: "Baloo Tamma 2", cursive;
  text-shadow: 4px 5px 4px rgba(255, 255, 255, 0.33);
}
@media screen and (min-width: 320px) {
  .skills h2 {
    font-size: 2.5vh;
    margin-bottom: 2vh;
  }
}
@media screen and (min-width: 768px) {
  .skills h2 {
    font-size: 3.5vh;
    margin-bottom: 3vh;
  }
}
@media screen and (min-width: 1440px) {
  .skills h2 {
    font-size: 4.5vh;
    margin-bottom: 4vh;
  }
}
@media screen and (min-width: 2560px) {
  .skills h2 {
    font-size: 6.5vh;
    margin-bottom: 5vh;
  }
}
.skills .row .col.s6 {
  margin-top: 3vh;
}
.skills li {
  list-style: none;
  margin-bottom: 1vw;
}
.skills span.bar {
  background-color: rgb(0, 71, 6);
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 107, 54, 0.7019607843);
  margin-bottom: 1vw;
}
@media screen and (min-width: 320px) {
  .skills span.bar {
    height: 1.5vw;
  }
}
@media screen and (min-width: 768px) {
  .skills span.bar {
    height: 0.8vw;
  }
}
@media screen and (min-width: 2560px) {
  .skills span.bar {
    height: 0.5vw;
  }
}
.skills span.bar span {
  float: left;
  background-color: rgb(0, 197, 33);
}
@media screen and (min-width: 320px) {
  .skills span.bar span {
    height: 1.5vw;
  }
}
@media screen and (min-width: 768px) {
  .skills span.bar span {
    height: 0.8vw;
  }
}
@media screen and (min-width: 2560px) {
  .skills span.bar span {
    height: 0.5vw;
  }
}
.skills span.bar span.html {
  width: 90%;
}
.skills span.bar span.css {
  width: 80%;
}
.skills span.bar span.php {
  width: 75%;
}
.skills span.bar span.javascript {
  width: 60%;
}
.skills span.bar span.sql {
  width: 85%;
}
.skills span.bar span.csharp {
  width: 50%;
}
.skills span.bar span.cplusplus {
  width: 30%;
}
.skills span.bar span.java {
  width: 30%;
}
.skills span.bar span.python {
  width: 50%;
}
.skills span.bar span.r {
  width: 10%;
}
.skills .btn_placement {
  margin-top: 6vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 3vh;
}
.skills .btn_placement .more.btn {
  text-align: center;
  background-color: #4d4d4d;
  border-radius: 1vw;
}
@media screen and (min-width: 320px) {
  .skills .btn_placement .more.btn {
    font-size: 0.9vh;
  }
}
@media screen and (min-width: 768px) {
  .skills .btn_placement .more.btn {
    font-size: 2vh;
    padding: 0 30px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 2560px) {
  .skills .btn_placement .more.btn {
    font-size: 4vh;
    height: 2.5vw;
    line-height: 2.3vw;
    padding: 0 50px;
  }
}
.skills .btn_placement .more.btn:hover {
  background-color: rgb(1, 124, 22);
}

.projets {
  display: flex;
  flex-direction: column;
  background-color: #e6e6e6;
  width: 100%;
}
.projets h2 {
  text-align: center;
  margin-bottom: 4vh;
  font-family: "Baloo Tamma 2", cursive;
  text-shadow: 4px 5px 4px rgba(17, 17, 17, 0.33);
}
.projets h2 a {
  color: black;
}
@media screen and (min-width: 320px) {
  .projects h2 {
    font-size: 2.5vh;
  }
}
@media screen and (min-width: 768px) {
  .projects h2 {
    font-size: 3.5vh;
  }
}
@media screen and (min-width: 1440px) {
  .projects h2 {
    font-size: 4.5vh;
  }
}
@media screen and (min-width: 2560px) {
  .projects h2 {
    font-size: 6.5vh;
  }
}/*# sourceMappingURL=home.css.map */
