/* Generated by less 2.5.1 */
@charset "utf-8";
/* ------------------------------ CSS -- */
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
div,
header,
nav,
article,
section,
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure,
figcaption,
class,
img {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  background-color: white;
  border: 0 solid transparent;
  font-size: 16px;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
  display: block;
  font-family: 'Montserrat', sans-serif;
}
img,
object,
embed,
canvas,
video,
audio,
picture {
  max-width: 100%;
  height: auto;
}
img {
  display: block;
}
a {
  text-decoration: none;
  color: black;
}
/* ------------------------------- RECURENTES -- */
.clear {
  display: block;
  zoom: 1;
}
.clear:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  width: 1440px;
  margin: 0 auto;
}
div.titre {
  margin: 20px auto;
}
div.titre h1 {
  text-align: center;
  font-size: 100px;
}
.active {
  border-bottom: 1px solid black;
}
.active-m {
  background-color: black;
}
.active-resp {
  border: 1px solid black;
}
/* ------------------------------- END RECURENTES -- */
header {
  height: 100%;
  width: 280px;
  padding: 50px 35px;
  background-color: white;
  float: left;
}
header img {
  height: 150px;
  margin-bottom: 50px;
}
header nav.menu-folio ul {
  font-size: 0;
}
header nav.menu-folio ul li a {
  font-size: 18px;
  line-height: 30px;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.3s;
}
header nav.menu-folio ul li a:hover {
  letter-spacing: 2px;
}
header div.separation {
  margin: 30px 0;
  height: 2px;
  width: 100px;
  background-color: #aaaaaa;
}
header nav.menu {
  margin-bottom: 30px;
}
header nav.menu ul {
  font-size: 0;
}
header nav.menu ul li a {
  color: black;
  padding: 0 1px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
header nav.menu ul li a:hover {
  background-color: black;
  color: white;
}
header div.socials {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
header div.socials i {
  display: block;
  font-size: 20px;
  margin: 15px;
  color: #484646;
}
header p {
  font-size: 10px;
  color: gray;
}
header div.menu-responsive {
  display: none;
}
main.blocs {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  height: 100%;
}
main.blocs div.portfolio {
  position: relative;
  width: 33.33%;
  cursor: pointer;
}
main.blocs div.portfolio .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}
main.blocs div.portfolio:hover .overlay {
  width: 100%;
}
main.blocs div.portfolio .text {
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
main.projet {
  display: flex;
  height: 100%;
}
main.projet section.desc {
  height: auto;
  width: 40%;
  padding: 50px;
}
main.projet section.desc h1 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 50px;
}
main.projet section.desc p br {
  line-height: 40px;
}
main.projet section.desc div.link {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 50px 0;
}
main.projet section.desc div.link a {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 15px 25px 15px 25px;
  transition: all 0.3s;
}
main.projet section.desc div.link a i {
  width: 10px;
  margin-left: 5px;
  margin-right: 15px;
  transition: all 0.3s;
}
main.projet section.desc div.link a:hover > i {
  margin-left: -5px;
  margin-right: 25px;
}
main.projet section.desc div.link a:hover {
  background-color: #484646;
}
main.projet section.desc div.link a.visit {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 15px 25px 15px 25px;
  transition: all 0.3s;
}
main.projet section.desc div.link a.visit i {
  width: 10px;
  margin-left: 15px;
  margin-right: 5px;
  transition: all 0.3s;
}
main.projet section.desc div.link a.visit:hover > i {
  margin-left: 25px;
  margin-right: -5px;
}
main.projet section.desc div.link a.visit:hover {
  background-color: green;
}
main.projet section.img {
  overflow: auto;
  width: 60%;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
main.projet ::-webkit-scrollbar {
  display: none;
}
main.projet div.link-resp {
  display: none;
  justify-content: space-between;
  padding: 50px;
}
main.projet div.link-resp a {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 15px 25px 15px 25px;
  transition: all 0.3s;
}
main.projet div.link-resp a i {
  width: 10px;
  margin-left: 5px;
  margin-right: 15px;
  transition: all 0.3s;
}
main.projet div.link-resp a:hover > i {
  margin-left: -5px;
  margin-right: 25px;
}
main.projet div.link-resp a:hover {
  background-color: #484646;
}
main.projet div.link-resp a.visit {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 15px 25px 15px 25px;
  transition: all 0.3s;
}
main.projet div.link-resp a.visit i {
  width: 10px;
  margin-left: 15px;
  margin-right: 5px;
  transition: all 0.3s;
}
main.projet div.link-resp a.visit:hover > i {
  margin-left: 25px;
  margin-right: -5px;
}
main.projet div.link-resp a.visit:hover {
  background-color: green;
}
main.moi {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  height: 100%;
}
main.moi section.infos {
  padding: 50px;
  width: 80%;
  margin: 0 auto;
}
main.moi section.infos h1 {
  font-size: 100px;
}
main.moi section.infos p br {
  line-height: 40px;
}
main.moi section.infos img {
  margin: 50px 0;
}
main.moi section.infos div.icons {
  display: flex;
  justify-content: space-around;
  width: 40%;
}
main.moi section.infos div.icons img {
  width: 60px;
  height: 60px;
}
main.moi section.infos div.link-moi {
  justify-content: space-between;
  padding: 50px 0 50px 0;
}
main.moi section.infos div.link-moi a {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 15px 25px 15px 25px;
  transition: all 0.3s;
}
main.moi section.infos div.link-moi a i {
  width: 10px;
  margin-left: 5px;
  margin-right: 15px;
  transition: all 0.3s;
}
main.moi section.infos div.link-moi a:hover > i {
  margin-left: -5px;
  margin-right: 25px;
}
main.moi section.infos div.link-moi a:hover {
  background-color: #484646;
}
main.moi section.infos div.link-moi a.visit {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 15px 25px 15px 25px;
  transition: all 0.3s;
}
main.moi section.infos div.link-moi a.visit i {
  width: 10px;
  margin-left: 15px;
  margin-right: 5px;
  transition: all 0.3s;
}
main.moi section.infos div.link-moi a.visit:hover > i {
  margin-left: 25px;
  margin-right: -5px;
}
main.moi section.infos div.link-moi a.visit:hover {
  background-color: green;
}
main.rpds {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.rpds iframe {
  margin: 0 auto;
}
main.contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.contact form {
  width: 50%;
  padding: 25px;
  background-color: black;
  margin: 0 auto;
  margin-top: 50px;
}
main.contact form input {
  width: 100%;
  border: 0;
  height: 60px;
  line-height: 40px;
  text-indent: 20px;
  margin-bottom: 10px;
  background-color: #717171;
  color: white;
}
main.contact form textarea {
  width: 100%;
  border: 0;
  height: 60px;
  line-height: 40px;
  text-indent: 20px;
  margin-bottom: 10px;
  background-color: #717171;
  color: white;
  height: 150px;
}
main.contact form input.go-form {
  width: 50%;
  color: white;
  text-align: center;
  cursor: pointer;
  background-color: #739a1b;
  text-indent: 0;
}
main.contact form ::-webkit-input-placeholder {
  color: white;
  font-family: 'Montserrat', sans-serif;
}
footer.responsive {
  display: none;
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 960px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 960px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  main.blocs div.portfolio {
    width: 50%;
  }
  main.blocs div.portfolio img {
    width: 100%;
  }
  main.blocs div.portfolio:hover .overlay {
    width: 100%;
  }
  main.blocs footer.responsive {
    display: none;
  }
  main.projet section.desc {
    width: 50%;
    padding: 50px;
  }
  main.projet section.desc h1 {
    font-size: 35px;
    line-height: 35px;
  }
  main.projet section.desc div.link {
    flex-direction: column-reverse;
    margin-top: 50px;
  }
  main.projet section.desc div.link a {
    margin: 0 auto 0 0;
  }
  main.projet section.desc div.link a.visit {
    margin: 0 auto 2px 0;
  }
  main.projet section.img {
    width: 50%;
  }
  main.moi {
    height: auto;
  }
  main.moi section.infos div.icons {
    width: 55%;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 800px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 800px) {
  header {
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0;
    float: none;
  }
  header img {
    margin: 40px auto;
    height: 150px;
    width: 80%;
  }
  header nav.menu-folio {
    display: none;
  }
  header div.separation {
    display: none;
  }
  header nav.menu {
    display: none;
  }
  header div.socials {
    display: none;
  }
  header p {
    display: none;
  }
  header div.menu-responsive {
    display: block;
  }
  header div.menu-responsive nav.burger {
    display: block;
    width: 80%;
    background-color: white;
    text-align: center;
    margin: 50px auto;
    position: relative;
  }
  header div.menu-responsive nav.burger i.bars {
    position: absolute;
    color: black;
    right: 10px;
    line-height: 50px;
    width: 10px;
    border-radius: 50%;
    margin-right: 20px;
    font-size: 20px;
    transition: all .5s;
  }
  header div.menu-responsive nav.burger i.bars.tourne {
    color: black;
    background-color: white;
    transform: rotate(180deg);
  }
  header div.menu-responsive nav.burger a.btn {
    display: block;
    background-color: white;
    color: black;
    line-height: 50px;
    font-weight: 700;
    border: 1px solid black;
  }
  header div.menu-responsive nav.burger ul.sous-menuburger {
    display: none;
  }
  header div.menu-responsive nav.burger ul.sous-menuburger li {
    list-style-type: none;
  }
  header div.menu-responsive nav.burger ul.sous-menuburger li a {
    display: block;
    line-height: 40px;
    text-align: left;
    background-color: #f7f7f7;
    padding-left: 10px;
  }
  header div.menu-responsive nav.folio-mobile {
    display: block;
    margin: 40px auto;
    width: 80%;
    text-align: center;
  }
  header div.menu-responsive nav.folio-mobile ul {
    font-size: 0;
  }
  header div.menu-responsive nav.folio-mobile ul li {
    display: block;
  }
  header div.menu-responsive nav.folio-mobile ul li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0px;
    padding: 10px;
    background-color: black;
    color: white;
    padding: 15px 0;
  }
  main.blocs {
    width: 100%;
    margin: 0 auto;
  }
  main.blocs section.container-index div.portfolio {
    width: 50%;
  }
  main.blocs section.container-index div.portfolio img {
    width: 100%;
  }
  main.blocs section.container-index div.portfolio:hover .overlay {
    width: 100%;
  }
  main.blocs footer.responsive {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
  main.blocs footer.responsive nav.socials {
    margin-top: 40px;
  }
  main.blocs footer.responsive nav.socials ul {
    font-size: 0;
  }
  main.blocs footer.responsive nav.socials ul li {
    display: inline-block;
    margin: 0 10px;
  }
  main.blocs footer.responsive nav.socials ul li a {
    display: block;
    font-size: 20px;
    color: #484646;
  }
  main.blocs footer.responsive p {
    font-size: 10px;
    color: gray;
    margin: 20px 0;
  }
  main.projet {
    flex-direction: column;
    height: auto;
  }
  main.projet section.desc {
    width: 100%;
  }
  main.projet section.desc h1 {
    font-size: 50px;
    line-height: 50px;
  }
  main.projet section.desc div.link {
    display: none;
  }
  main.projet section.img {
    width: 100%;
  }
  main.projet div.link-resp {
    display: flex;
    justify-content: space-between;
    padding: 50px;
  }
  main.projet div.link-resp a {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 15px 25px 15px 25px;
    transition: all 0.3s;
  }
  main.projet div.link-resp a i {
    width: 10px;
    margin-left: 5px;
    margin-right: 15px;
    transition: all 0.3s;
  }
  main.projet div.link-resp a:hover > i {
    margin-left: -5px;
    margin-right: 25px;
  }
  main.projet div.link-resp a:hover {
    background-color: #484646;
  }
  main.projet div.link-resp a.visit {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 15px 25px 15px 25px;
    transition: all 0.3s;
  }
  main.projet div.link-resp a.visit i {
    width: 10px;
    margin-left: 15px;
    margin-right: 5px;
    transition: all 0.3s;
  }
  main.projet div.link-resp a.visit:hover > i {
    margin-left: 25px;
    margin-right: -5px;
  }
  main.projet div.link-resp a.visit:hover {
    background-color: green;
  }
  main.contact form {
    width: 80%;
  }
  footer.responsive {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    background-color: #F9F9F9;
  }
  footer.responsive nav.socials {
    margin-top: 40px;
  }
  footer.responsive nav.socials ul {
    font-size: 0;
  }
  footer.responsive nav.socials ul li {
    display: inline-block;
    margin: 0 10px;
  }
  footer.responsive nav.socials ul li a {
    display: block;
    font-size: 20px;
    color: #484646;
  }
  footer.responsive p {
    font-size: 10px;
    color: gray;
    margin: 20px 0;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 420px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 420px) {
  div.titre {
    margin: 50px auto;
  }
  div.titre h1 {
    text-align: center;
    font-size: 50px;
  }
  main.blocs {
    height: auto;
    overflow: visible;
  }
  main.blocs div.portfolio {
    width: 100%;
  }
  main.blocs div.portfolio img {
    width: 100%;
  }
  main.blocs div.portfolio:hover .overlay {
    width: 100%;
  }
  main.moi section.infos {
    padding: 20px;
  }
  main.moi section.infos div.icons {
    width: 100%;
  }
  main.moi section.infos div.link-moi a {
    margin-bottom: 2px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 375px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 375px) {
  header section.left img {
    margin-top: 40px;
    margin-bottom: 0px;
    width: 80%;
  }
  header div.menu-responsive {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  header div.menu-responsive nav.burger {
    margin-top: 50px;
    margin-bottom: 0;
  }
  header div.menu-responsive nav.folio-mobile {
    display: block;
    margin: 40px auto;
    width: 80%;
  }
  header div.menu-responsive nav.folio-mobile ul {
    font-size: 0;
  }
  header div.menu-responsive nav.folio-mobile ul li {
    display: block;
  }
  header div.menu-responsive nav.folio-mobile ul li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0px;
    padding: 10px;
    background-color: black;
    color: white;
    padding: 15px 0;
  }
  main.blocs {
    display: block;
    position: relative;
    top: 0px;
  }
  main.blocs div.portfolio {
    width: 100%;
  }
  main.blocs div.portfolio img {
    width: 100%;
  }
  main.blocs div.portfolio:hover .overlay {
    width: 100%;
  }
  main.projet {
    flex-direction: column;
    height: auto;
  }
  main.projet section.desc {
    padding: 30px;
  }
  main.projet section.desc h1 {
    font-size: 35px;
    line-height: 35px;
  }
  main.projet div.link-resp {
    padding: 30px;
    width: 100%;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  main.projet div.link-resp a.visit {
    margin-bottom: 5px;
  }
  main.moi section.infos {
    padding: 15px;
  }
  main.moi section.infos h1 {
    font-size: 70px;
  }
}
