/*
Theme Name: benjaminh-child
Description: Thème enfant pour benjaminh
Author: Benjamin H
Template: benjaminh
*/

.list {
  display: flex;
  justify-content: center;
}
.list__item {
  transition: 0.6s;
  padding: 0 20px;
}
.list__item:hover {
  background: rgb(213,211,232);
  background: linear-gradient(90deg, rgba(213,211,232,1) 0%, rgba(180,190,195,1) 100%, rgba(117,160,168,1) 100%);
  color: white;
  border-radius: 67px;
}
.list__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  text-decoration: none;
}
.list__link__link:before {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.list__link__img {
  width: 200px;
  height: 200px;
}
.list__link__pseudo {
  padding-top: 10px;
  color: white;
}

.list__link__link:hover:before {
  border: 2px solid white;
}

a:hover {
  color: white;
  text-decoration: none;
}

h1 {
  font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}

h2, h3 {
  font-family: "Raleway", sans-serif;
}

.date {
  font-size: 1em;
  font-family: "Roboto";
  color: #c1656e;
  font-style: italic;
  margin-bottom: 5px;
}

h2 {
  font-weight: 600;
}

h3 {
  font-size: 1.5rem;
  color: #395b85;
}

h3.soft-skills {
  color: #cb6262;
}

main, header {
  margin-left: 10%;
  margin-right: 10%;
}

.xp-pro-link:hover {
  color: #c1656e;
}

@media all and (max-width: 1251px) {
  menu-nav {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .menu-nav {
    width: 84%;
  }

  h1 {
    font-size: 1.6rem;
  }

  header h2 {
    font-size: 1rem;
  }
}
@media all and (max-width: 992px) {
  h1 {
    font-size: 2.2rem;
  }

  .titres {
    width: 80%;
  }
}
@media screen and (max-width: 700px) {
  header h2 {
    max-width: 80%;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 30px;
  }

  h3 {
    font-size: 18px;
  }

  main, header {
    margin-left: 4%;
    margin-right: 4%;
    padding-left: 0;
  }
}
header {
  background-color: #C5D3DB;
  color: black;
}

a.nav-link {
  color: black !important;
}

header h2 {
  font-weight: 400;
  font-size: 1.5rem;
}

footer {
  background-color: #C5D3DB;
}

.side-column {
  background-color: gainsboro;
}
.infos-perso {
	font-weight: 480;
}/*# sourceMappingURL=style.css.map */