@charset "UTF-8";
/* ANIMATIONS - ensemble des keyframes du site
/*=====================================*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto+Slab:400,700|Roboto:100,300,400&display=swap");
@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes backgroundMouveV {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 0 100%; }
  100% {
    background-position: 0 0; } }
@-moz-keyframes backgroundMouveV {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 0 100%; }
  100% {
    background-position: 0 0; } }
@-o-keyframes backgroundMouveV {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 0 100%; }
  100% {
    background-position: 0 0; } }
@keyframes backgroundMouveV {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 0 100%; }
  100% {
    background-position: 0 0; } }
@-webkit-keyframes backgroundMouveH {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }
@-moz-keyframes backgroundMouveH {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }
@-o-keyframes backgroundMouveH {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }
@keyframes backgroundMouveH {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }
/*
/*
/*
/*
/*
/* FONTS
/*=======================================*/
@font-face {
  font-family: "Dripicon";
  src: url("fonts/dripicons-v2.eot") format("eot"), url("fonts/dripicons-v2.ttf") format("ttf"), url("fonts/dripicons-v2.woff") format("woff"); }
/* STYLE DE BASE
/*=====================================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  overflow-x: hidden; }
  html:before, html:after, body:before, body:after {
    content: " ";
    display: table; }
  html:after, body:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  html, body {
    *zoom: 1; }

body {
  margin: 0;
  padding: 0;
  color: #504034;
  font-family: "Roboto", sans-serif;
  background-color: #f9f2f0;
  overflow: hidden; }
  body:before, body:after {
    content: " ";
    display: table; }
  body:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  body {
    *zoom: 1; }

h1, h2, h3 {
  margin: 0;
  font-family: "Roboto Slab", serif; }

h4, h5, h6 {
  margin: 0;
  font-family: "Roboto", sans-serif; }

h1 {
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: 1px; }

h4 {
  font-size: 1.25em;
  font-weight: 100; }

p {
  font-size: 1.3em;
  letter-spacing: 0.5px;
  line-height: 1.4;
  text-align: justify; }

a {
  font-family: "Roboto Mono", monospace;
  color: #504034;
  text-decoration: none; }
  a::after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 100%; }

img {
  max-width: 100%; }

.button_link {
  display: block;
  margin: 20px 0;
  padding: 10px;
  font-family: "Roboto Slab", serif;
  text-align: center;
  color: #504034;
  border: 2px solid #504034;
  background: linear-gradient(#504034, #504034) no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 0.3s ease 0s;
  -moz-transition: background-size 0.3s ease 0s;
  -o-transition: background-size 0.3s ease 0s;
  transition: background-size 0.3s ease 0s; }
  .button_link:hover {
    color: #f9f2f0;
    background-size: 100% 100%; }

.is-dead {
  color: #9a7c65;
  border-color: #9a7c65;
  background: none;
  transition: none; }
  .is-dead:hover {
    color: #9a7c65; }
    .is-dead:hover:after {
      height: 5px !important; }

.l-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0; }

/*
/*
/*
/*
/* HEADER - entête du site
/*=====================================*/
.header {
  margin: 0;
  background: url(img/backBottomSection.png) repeat-x;
  background-position: top -200px left -150px;
  text-shadow: 0 0 2px #504034; }
  .header:before, .header:after {
    content: " ";
    display: table; }
  .header:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .header {
    *zoom: 1; }
  .header_title {
    position: relative;
    z-index: 10;
    margin: 100px 10px 300px 10px;
    color: #fff; }
    .header_title h1::before, .header_title h1::after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background: #fff; }
    .header_title h1::after {
      margin: 5px 0; }
  .header_nav {
    display: none;
    position: absolute;
    top: -500px;
    left: 200px;
    z-index: 1;
    transform: rotate(60deg); }

.nav_bloc {
  position: relative;
  height: 100px;
  width: 1000px;
  background-color: #504034;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.nav_active:hover {
  box-shadow: -5px -5px 0 inset #504034; }
  .nav_active:hover .nav_link {
    transform: translate(5px, 0); }

.nav_link {
  float: right;
  width: 100%;
  height: 100px;
  padding-right: 50px;
  font-family: "Roboto";
  font-size: 25px;
  font-weight: 300;
  color: inherit;
  text-shadow: 0 0 2px #504034;
  text-align: right;
  line-height: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.nav_bloc0 {
  transform: translate(50px, 0);
  background-color: #6587B1;
  box-shadow: 0 0 0 #6587B1; }

.nav_bloc1 {
  transform: translate(-50px, 0);
  background-color: #7AAED2; }

.nav_bloc2 {
  transform: translate(-100px, 0);
  background-color: #9A688B; }

.nav_bloc3 {
  transform: translate(0, 0);
  background-color: #D37361; }

.nav_bloc4 {
  transform: translate(-200px, 0);
  background-color: #E8CD78; }

.nav_bloc5 {
  transform: translate(-150px, 0);
  background-color: #6587B1; }

.nav_bloc6 {
  transform: translate(-250px, 0);
  background-color: #7AAED2; }

.nav_bloc7 {
  transform: translate(-300px, 0);
  background-color: #9A688B; }

.nav_bloc8 {
  transform: translate(-200px, 0);
  background-color: #D37361; }

.nav_bloc9 {
  transform: translate(-350px, 0);
  background-color: #E8CD78; }

.nav_bloc10 {
  transform: translate(-300px, 0);
  background-color: #6587B1;
  box-shadow: 0 0 0 #6587B1; }

.nav_bloc11 {
  transform: translate(-450px, 0);
  background-color: #7AAED2; }

.nav_bloc12 {
  transform: translate(-550px, 0);
  background-color: #9A688B; }

.nav_bloc13 {
  transform: translate(-700px, 0);
  background-color: #D37361; }

.nav_bloc14 {
  transform: translate(-600px, 0);
  background-color: #E8CD78; }

@media (min-width: 601px) and (max-width: 960px) {
  .header {
    background-position: top -200px left 100%; }
    .header_title {
      margin-bottom: 500px; } }
@media (min-width: 961px) {
  .header {
    background: none; }
    .header_title {
      margin-bottom: 500px; }
    .header_nav {
      display: block; } }
/*
/*
/*
/*
/* SECTION - Contenant générique
/*=====================================*/
.section {
  position: relative;
  margin: 400px 0;
  padding: 50px 0;
  background-color: #fff;
  box-shadow: 0 0 100px black; }
  .section::before, .section::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%; }
  .section::before {
    bottom: 100%;
    z-index: -1;
    height: 400px;
    width: 100%;
    background: url(img/backHeaderPhone.png) repeat-x; }
  .section:after {
    top: 100%;
    height: 150px;
    background: linear-gradient(358deg, transparent 50%, #fff 51%) transparent; }
  .section_title {
    position: absolute;
    top: -35px;
    display: block;
    padding-left: 10px; }
    .section_title h2 {
      display: block;
      width: 100%;
      font-size: 40px;
      line-height: 40px;
      color: #fff;
      text-shadow: 0px 0 2px #504034; }

/*
/*
/*
/*
/* Intro - Texte animé de présentation
/*=====================================*/
.intro {
  display: block;
  height: 3em;
  position: fixed;
  top: 75%;
  left: 10px;
  z-index: -10;
  font-size: 2em;
  font-weight: 100;
  color: #504034;
  text-shadow: 0 0 10px #fff; }
  .intro_text {
    display: inline; }

.invisible {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  display: none; }

.typed-cursor {
  opacity: 1;
  font-weight: 100;
  -webkit-animation: blink 0.7s ease 0s infinite;
  -moz-animation: blink 0.7s ease 0s infinite;
  -o-animation: blink 0.7s ease 0s infinite;
  animation: blink 0.7s ease 0s infinite; }

@media (min-width: 601px) {
  .intro {
    top: 50%;
    left: 30%; } }
/*
/*
/*
/*
/* SECTION ABOUT_RESUM - résumé
/*=====================================*/
.about_resum_background {
  margin-top: 550px; }
  .about_resum_background:before {
    height: 550px;
    width: 100%;
    z-index: 0;
    background: url(img/backTopSection.png) repeat-x;
    background-position: bottom -400px left 350px; }

.about_resum {
  margin: -50px 0;
  /*supprime la hauteur du titre*/
  padding: 20px; }
  .about_resum p {
    text-align: justify;
    margin: 60px 0; }
  .about_resum img {
    float: right;
    width: 40%;
    margin: 5px -22px 5px 5px;
    border: 2px solid #504034;
    border-radius: 100%;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%; }

@media (min-width: 601px) and (max-width: 960px) {
  .about_resum .button_link {
    margin: 20px 30%; }
  .about_resum img {
    width: 30%; } }
@media (min-width: 961px) and (max-width: 1280px) {
  .about_resum .button_link {
    margin: 20px 40%; }
  .about_resum img {
    width: 25%;
    margin: 20px;
    border-radius: 100%; } }
@media (min-width: 1281px) {
  .about_resum .button_link {
    margin: 20px 40%; }
  .about_resum img {
    width: 25%;
    margin: 20px;
    border-radius: 100%; } }
/*
/*
/*
/*
/* SECTION ABOUT - Mon parcours
/*=====================================*/
.about_background:after {
  height: 1000px;
  width: 100%;
  z-index: 0;
  background: url(img/backbottomSection.png) repeat-x;
  background-position: top -100px left 350px; }

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 100px;
  padding: 0 10px; }
  .about p {
    grid-column: span 2;
    margin: 40px; }
  .about img {
    grid-column: span 2;
    width: calc(100% - 80px);
    margin: 40px; }

@media (min-width: 961px) {
  .about p {
    grid-column: span 1; }
  .about img {
    grid-column: span 1; } }
/*
/*
/*
/*
/* PORTFOLIO - section des projets
/*=====================================*/
.portfolio {
  margin: -40px auto;
  padding: 0 40px;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  grid-auto-flow: row dense; }

.portfolio_background {
  background-color: #504034;
  box-shadow: 0 0 100px #555; }
  .portfolio_background .section_title h2 {
    color: #504034;
    text-shadow: 0px 0 2px #9a7c65; }
  .portfolio_background:after {
    top: 100%;
    height: 150px;
    background: linear-gradient(358deg, transparent 50%, #504034 51%) transparent; }

@media (min-width: 601px) and (max-width: 960px) {
  .portfolio {
    grid-template-columns: repeat(2, 1fr);
    padding: 0; } }
@media (min-width: 961px) and (max-width: 1280px) {
  .portfolio {
    grid-template-columns: repeat(3, 1fr);
    padding: 0; } }
@media (min-width: 1281px) {
  .portfolio {
    grid-template-columns: repeat(4, 1fr);
    padding: 0; } }
/*
/*
/*
/*
/* BLOC PROJECT
/*=====================================*/
.project {
  position: relative;
  height: calc(100% - 5px);
  z-index: 0;
  cursor: pointer;
  background-color: #9a7c65; }
  .project_image {
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .project .project_body {
    display: none; }
  .project_description {
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 10px;
    width: 100%;
    height: 100%;
    border: 5px solid #9a7c65;
    background: rgba(80, 64, 52, 0.9);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
    .project_description::after {
      content: '';
      position: absolute;
      top: 100%;
      left: -5px;
      z-index: -1;
      width: calc(100% + 10px);
      height: 0px;
      border-bottom-left-radius: 1px;
      border-bottom-right-radius: 1px;
      background-color: #9a7c65; }
  .project_name, .project_type, .project_date {
    margin: 0;
    color: #fff; }
  .project_type::after, .project_name::after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    margin-top: 10px; }
  .project_name::after {
    margin-top: 3px;
    margin-bottom: 10px; }
  .project:hover .project_description {
    opacity: 1; }
  .project:hover .project_image {
    transform: scale(0.95);
    filter: blur(4px); }

.is-active .project_description {
  opacity: 1; }
  .is-active .project_description::after {
    height: 20px;
    opacity: 1; }

/*Couleurs des projets*/
.project_1 .project_description {
  border-color: #7AAED2; }
  .project_1 .project_description .project_type::after, .project_1 .project_description .project_name::after {
    background-color: #7AAED2; }
  .project_1 .project_description::after {
    background: linear-gradient(to bottom, #7AAED2, #fff 50%); }

.project_2 .project_description {
  border-color: #E8CD78; }
  .project_2 .project_description .project_type::after, .project_2 .project_description .project_name::after {
    background-color: #E8CD78; }
  .project_2 .project_description::after {
    background: linear-gradient(to bottom, #E8CD78, #fff 50%); }

.project_3 .project_description {
  border-color: #D37361; }
  .project_3 .project_description .project_type::after, .project_3 .project_description .project_name::after {
    background-color: #D37361; }
  .project_3 .project_description::after {
    background: linear-gradient(to bottom, #D37361, #fff 50%); }

.project_4 .project_description {
  border-color: #9A688B; }
  .project_4 .project_description .project_type::after, .project_4 .project_description .project_name::after {
    background-color: #9A688B; }
  .project_4 .project_description::after {
    background: linear-gradient(to bottom, #9A688B, #fff 50%); }

.project_5 .project_description {
  border-color: #6587B1; }
  .project_5 .project_description .project_type::after, .project_5 .project_description .project_name::after {
    background-color: #6587B1; }
  .project_5 .project_description::after {
    background: linear-gradient(to bottom, #6587B1, #fff 50%); }

.project_6 .project_description {
  border-color: #7AAED2; }
  .project_6 .project_description .project_type::after, .project_6 .project_description .project_name::after {
    background-color: #7AAED2; }
  .project_6 .project_description::after {
    background: linear-gradient(to bottom, #7AAED2, #fff 50%); }

.project_7 .project_description {
  border-color: #E8CD78; }
  .project_7 .project_description .project_type::after, .project_7 .project_description .project_name::after {
    background-color: #E8CD78; }
  .project_7 .project_description::after {
    background: linear-gradient(to bottom, #E8CD78, #fff 50%); }

.project_8 .project_description {
  border-color: #D37361; }
  .project_8 .project_description .project_type::after, .project_8 .project_description .project_name::after {
    background-color: #D37361; }
  .project_8 .project_description::after {
    background: linear-gradient(to bottom, #D37361, #fff 50%); }

/*
/*
/*
/*
/* BLOC PROJECT_BODY - Détails du projet selectionné
/*=====================================*/
.project_body {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px; }

.project_body_content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-top: 20px;
  padding: 10px;
  border-top: 5px solid #fff; }
  .project_body_content .project_resum {
    grid-column: span 2; }
  .project_body_content h2 {
    margin-bottom: 30px;
    font-size: 1.25em;
    border-bottom: 1px solid #504034; }
  .project_body_content p {
    padding: 0 5px 0 0;
    text-align: justify; }

.project_technos {
  margin: 0;
  grid-column: span 2; }

.techno_list {
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-bottom: -4px;
  padding: 1em;
  font-family: "Roboto Slab", serif;
  background-color: #504034;
  list-style: none; }
  .techno_list li {
    float: left;
    width: 50%;
    color: #fff; }
    .techno_list li::before {
      content: '/  '; }

.project_link {
  grid-column: span 2;
  position: relative;
  z-index: 1;
  margin: 20px -11px -10px -10px;
  font-family: "Roboto Mono", monospace;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center; }
  .project_link:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
    height: 5px;
    width: 100%;
    background: url(img/backHeaderPhone.png) #9a7c65 bottom left;
    transition: height 0.3s;
    -webkit-animation: backgroundMouveH 20s linear 0s infinite;
    -moz-animation: backgroundMouveH 20s linear 0s infinite;
    -o-animation: backgroundMouveH 20s linear 0s infinite;
    animation: backgroundMouveH 20s linear 0s infinite; }
  .project_link:hover:after {
    height: 35px; }

@media (min-width: 601px) {
  .project_body_content .project_resum {
    grid-column: span 1; }
  .project_body_content p {
    padding: 0 50px 0 40px; }
  .project_body_content h2 {
    margin-left: 40px; }
  .project_body_content .button_link {
    margin: 20px 30%; }

  .project_technos {
    margin: 20px 20px 0 0;
    grid-column: span 1; }

  .techno_list {
    margin-top: 6px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; } }
/*Affiche la description du projet affiché sur toute la largeur de la grille*/
@media (min-width: 601px) and (max-width: 960px) {
  .project_body {
    grid-column: span 2; } }
@media (min-width: 961px) and (max-width: 1280px) {
  .project_body {
    grid-column: span 3; } }
@media (min-width: 1281px) {
  .project_body {
    grid-column: span 4; } }
/*
/*
/*
/*
/* SKILLS - section des compétences
/*=====================================*/
.skills {
  display: grid;
  grid-template-columns: 1f 1fr;
  grid-column-gap: 50px;
  margin: 0 40px; }
  .skills .skills_intro {
    grid-column: span 2;
    font-family: "Roboto Slab";
    text-align: center; }
  .skills_block {
    grid-column: span 2; }
    .skills_block h2 {
      margin-top: 40px;
      padding-left: 60px;
      border-bottom: 1px solid #504034; }
    .skills_block p {
      border-right: 1px solid #504034;
      margin: 0;
      padding: 40px 20px 20px 10px; }

.block_1 {
  position: relative; }
  .block_1:before {
    content: 'L';
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 100;
    height: 50px;
    width: 50px;
    font-family: "Dripicon";
    font-size: 50px;
    -webkit-text-stroke: 2px #fff;
    text-shadow: 3px 3px 0 #fff, -4px -4px 0 #fff,   4px -4px 0 #fff, -4px 4px 0 #fff, 4px 4px 0 #fff; }

.block_2 {
  position: relative; }
  .block_2:before {
    content: '~';
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    height: 50px;
    width: 50px;
    font-family: "Dripicon";
    font-size: 50px;
    -webkit-text-stroke: 2px #fff;
    text-shadow: 3px 3px 0 #fff, -4px -4px 0 #fff,   4px -4px 0 #fff, -4px 4px 0 #fff, 4px 4px 0 #fff; }

.skills_technos {
  display: inline-block;
  margin-top: 0;
  width: 100%;
  padding: 1em;
  font-family: "Roboto Slab", serif;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #504034;
  list-style: none; }
  .skills_technos li {
    float: left;
    width: 100%;
    color: #fff; }
    .skills_technos li::before {
      content: '/  '; }

.block_2 .skills_technos li {
  width: 50%; }

@media (min-width: 961px) {
  .skills_block {
    grid-column: span 1; } }
/*
/*
/*
/*
/* PHOTOGRAPHY - section du Slider Photo
/*=====================================*/
.photography_background {
  background-color: #504034;
  box-shadow: 0 0 100px #555; }
  .photography_background .section_title h2 {
    color: #504034;
    text-shadow: 0px 0 2px #9a7c65; }
  .photography_background:after {
    top: 100%;
    height: 150px;
    background: linear-gradient(358deg, transparent 50%, #504034 51%) transparent; }

.photo_text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
  margin-top: 50px;
  padding: 0 10px;
  font-family: "Roboto Slab", serif; }
  .photo_text p {
    grid-column: span 2;
    margin: 0 40px;
    color: #fff; }
  .photo_text a {
    color: #f9f2f0; }
    .photo_text a:hover {
      color: #9a7c65; }

@media (min-width: 961px) {
  .photo_text p {
    grid-column: span 1; } }
/* Gallerie Photo */
.row {
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE10 */
  flex-wrap: wrap;
  padding: 0; }

.column {
  -ms-flex: calc(100% - 8px);
  /* IE10 */
  flex: calc(100% - 8px);
  max-width: calc(100% - 8px);
  padding: 0 40px; }
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    transition: all 0.2s; }

.column_4 {
  display: none; }

@media (min-width: 601px) and (max-width: 960px) {
  .column {
    -ms-flex: calc(50% - 8px);
    flex: calc(50% - 8px);
    max-width: calc(50% - 8px);
    padding: 0 4px; }
    .column .img-active, .column img:hover {
      transform: scale(2);
      box-shadow: 0 0 30px black; } }
@media (min-width: 961px) {
  .column {
    -ms-flex: calc(25% - 8px);
    flex: calc(25% - 8px);
    max-width: calc(25% - 8px);
    padding: 0 4px; }
    .column .img-active, .column img:hover {
      transform: scale(2);
      box-shadow: 0 0 30px black; }

  .column_4 {
    display: block; } }
/*
/*
/*
/*
/* SECTION CONTACT - Bloc de contact
/*=====================================*/
.contact {
  position: relative;
  z-index: 1000;
  height: 250px;
  max-width: 480px;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 200px;
  background-color: #ffffff;
  border-radius: 5px; }
  .contact .section_title {
    top: -29px; }
  .contact h2 {
    font-size: 25px; }
  .contact .content {
    margin: 0 50px;
    padding: 0;
    font-family: "Roboto Mono", monospace;
    font-size: 25px;
    display: grid;
    grid-template-columns: 50% 50%; }
    .contact .content a {
      display: inline-block;
      margin: 20px;
      text-decoration: none;
      color: #504034; }
  .contact span::after {
    content: '';
    position: relative;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 2px;
    background-color: #8e7562;
    z-index: 110;
    -webkit-transition: all 0.4s ease;
    transition: all .4s ease; }

.contact a:hover span::after {
  width: 100%; }
