/*Note : Importation des polices*/
/*
    font-family: 'Roboto', sans-serif;
    font-family: 'Magra', sans-serif;
    font-family: 'Philosopher', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
    font-family: 'Passion One', cursive;
    font-family: 'Source Code Pro', monospace;
*/
/* variables de style
--------------------------------------------- */
/*Ancienne couleur : #25bfd8*/
/* Styles globaux
--------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
body {
  font: 100% / 1.5 Arial;
}
.souligne {
  text-decoration: underline;
}
.parallax {
  font-size: 16px;
}
/* Ajout d'espace pour permettre le défilement */
/* .parallax__layer--back {
	padding: 100vh 0;
} */
.parallax__layer {
  height: 100vh;
}
/* Centrer le contenu des calques Parallax */
.title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Styles de base du Parallax
--------------------------------------------- */
.parallax {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-perspective: 1px;
  perspective: 1px;
}
.parallax__group {
  position: relative;
  height: 100vh;
  transform-style: preserve-3d;
}
.parallax__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.parallax__layer--base {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.parallax__layer--halfback {
  -webkit-transform: translateZ(-0.5px) scale(1.51);
  transform: translateZ(-0.5px) scale(1.51);
}
.parallax__layer--back {
  -webkit-transform: translateZ(-1px) scale(2.02);
  transform: translateZ(-1px) scale(2.02);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .parallax {
    -webkit-perspective-origin-x: 100%;
    perspective-origin-x: 100%;
  }
  .parallax__layer {
    -webkit-transform-origin-x: 100%;
    transform-origin-x: 100%;
  }
}
/* Autres styles de base
--------------------------------------------- */
h1 {
  font-size: 4em;
  font-size: 4rem;
  line-height: 4em;
  line-height: 4rem;
}
h2 {
  font-size: 3em;
  font-size: 3rem;
  line-height: 3em;
  line-height: 3rem;
}
h3 {
  font-size: 2em;
  font-size: 2rem;
  line-height: 2em;
  line-height: 2rem;
}
h4 {
  font-size: 1.5em;
  font-size: 1.5rem;
  line-height: 1.5em;
  line-height: 1.5rem;
}
h5 {
  font-size: 1em;
  font-size: 1rem;
  line-height: 1em;
  line-height: 1rem;
}
h6 {
  font-size: 0.8em;
  font-size: 0.8rem;
  line-height: 0.8em;
  line-height: 0.8rem;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.titre-principal {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 10vw;
  line-height: 10vw;
  transform: translateX(-50%) translateY(-50%);
  user-select: none;
  cursor: default;
}
.titre-principal span {
  display: inline-block;
  user-select: none;
  cursor: default;
}
.section {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.section__titres {
  display: table;
  width: 100%;
  height: 15%;
}
.section__titres h2 {
  padding-left: 3vw;
  font-family: 'Magra', sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 3rem;
  display: table-cell;
  vertical-align: middle;
}
.section__contenu {
  width: 100%;
  height: 85%;
}
.section__contenu--bas {
  width: 100%;
  height: 35%;
}
.section__medias-sociaux {
  width: 100%;
  height: 15%;
}
footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 5%;
  max-width: 100%;
  overflow: hidden;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 2vh;
}
/* Styles des SVG
--------------------------------------------- */
.logo #arriere-plan {
  fill: #0d1f2c;
  transition: fill 0.5s ease-in-out;
}
.logo #avant-plan {
  fill: #2a4d66;
  transition: fill 0.5s ease-in-out;
}
@media screen and (max-width: 900px), screen and (max-device-width: 900px) {
  #logo {
    max-width: 10vw;
  }
}
@media screen and (max-width: 500px), screen and (max-device-width: 500px) {
  #logo {
    max-width: 15vw;
  }
}
.diese-svg path,
.croisillon-svg path {
  fill: #2a4d66;
  transition: fill 0.5s ease-in-out;
}
#bg {
  height: 100vh;
  width: auto;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
}
#bg #colline {
  fill: #80493c;
  stroke: #80493c;
  stroke-width: 1px;
}
#bg #tour-gauche {
  fill: #565656;
  stroke: #565656;
  stroke-width: 1px;
}
#bg #tour-droite {
  fill: #484848;
  stroke: #484848;
  stroke-width: 1px;
}
#bg #rempart {
  fill: #404040;
  stroke: #404040;
  stroke-width: 1px;
}
#bg #toit-gauche {
  fill: #2a4d66;
  stroke: #223f51;
  stroke-width: 1px;
}
#bg #toit-droite {
  fill: #223f51;
  stroke: #223f51;
  stroke-width: 1px;
}
#bg #porte {
  fill: #ad4d3a;
}
@keyframes descente {
  from {
    margin-top: 85vh;
    opacity: 1;
  }
  to {
    margin-top: 87vh;
    opacity: 0.2;
  }
}
.fleche--cote {
  display: block;
  position: fixed;
  z-index: 10;
  right: 2em;
  right: 2rem;
  height: auto;
  width: 4em;
  width: 4rem;
  stroke: #000;
  stroke-width: 5px;
  fill: none;
  cursor: pointer;
  transition: right 0.5s ease-in-out, width 0.5s ease-in-out;
}
.fleche--cote:hover {
  animation: none;
  width: 6em;
  width: 6rem;
  right: 1em;
  right: 1rem;
}
.fleche--cote.anime {
  animation: montee 1s 0s infinite ease-out;
}
.fleche-haut {
  top: 3em;
  top: 3rem;
}
.fleche-bas {
  bottom: 3em;
  bottom: 3rem;
}
.fleche-intro {
  display: block;
  position: relative;
  margin-top: 85vh;
  max-height: 5vh;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  stroke: #000;
  stroke-width: 5px;
  fill: none;
  cursor: pointer;
  animation: descente 1s 0s infinite ease-out;
}
.fleche-intro:hover {
  animation: none;
  max-height: 7vh;
}
.composition .fleche-bas,
.composition .fleche-haut,
.composition .fleche-intro {
  stroke: #fff;
}
@keyframes montee {
  from {
    bottom: 2em;
    opacity: 1;
  }
  to {
    bottom: 3em;
    opacity: 0.2;
  }
}
.jonathan-flat {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.jonathan-flat .masque {
  fill: none;
}
.jonathan-flat .fond-cercle {
  fill: #d0d0d0;
  stroke: #d0d0d0;
  stroke-width: 20px;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: fill 1s, stroke 1s;
}
.jonathan-flat .cls-3 {
  fill: #a3a3a3;
}
.jonathan-flat .cls-4 {
  fill: #ddc8c0;
}
.jonathan-flat .cls-5 {
  fill: #d6c1ba;
}
.jonathan-flat .cls-6 {
  clip-path: url(#clip-path);
}
.jonathan-flat .cls-7 {
  opacity: 0.04;
}
.jonathan-flat .cls-8 {
  fill: #fff;
}
.jonathan-flat .cls-9 {
  fill: #efefef;
}
.jonathan-flat .cls-10 {
  fill: #c6c6c6;
}
.jonathan-flat #bouton_chemise {
  fill: #c6c6c6;
  stroke: #848484;
  stroke-miterlimit: 10;
  stroke-width: 0.5px;
}
.jonathan-flat .cls-12 {
  fill: #3f332f;
}
.jonathan-flat .cls-13 {
  fill: #59433d;
}
.jonathan-flat .cls-14 {
  fill: #f7f7f7;
}
.jonathan-flat .cls-15 {
  fill: #edd9ce;
}
.jonathan-flat .cls-16 {
  fill: #ceafb2;
}
.jonathan-flat .cls-17 {
  fill: #d39fa9;
}
.jonathan-flat .peau-visage-droite {
  fill: #e5d1c7;
}
.jonathan-flat .sourcils {
  fill: #a0835d;
  transition: transform 0.5s;
}
.jonathan-flat #cheveux {
  fill: #a0835d;
}
.jonathan-flat .cls-21 {
  fill: #0a0a0c;
}
.jonathan-flat .cls-22 {
  fill: #e4e8ea;
}
.jonathan-flat .cls-23 {
  clip-path: url(#clip-path-2);
}
.jonathan-flat .cls-24 {
  clip-path: url(#clip-path-3);
}
.jonathan--content #g_cadre #cercle {
  fill: #42e261;
  stroke: #42e261;
}
.jonathan--content #sourcil_gauche {
  transform: rotate(-5deg) translate(-18px, 8px);
}
.jonathan--content #sourcil_droite {
  transform: rotate(5deg) translate(16px, -45px);
}
.jonathan--neutre #g_cadre #cercle {
  fill: #e2c542;
  stroke: #e2c542;
}
.jonathan--neutre #sourcil_droite {
  transform: translate(0px, -10px);
}
.jonathan--triste #g_cadre #cercle {
  fill: #e26142;
  stroke: #e26142;
}
.jonathan--triste #sourcil_gauche {
  transform: rotate(-10deg) translate(-35px, 45px);
}
.jonathan--triste #sourcil_droite {
  transform: rotate(3deg) translate(3px, -25px);
}
/* Styles des pages
--------------------------------------------- */
.page-portail {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  background-color: #000;
  background-image: url('../img/fond-portail@1080h.jpg');
  background-image: -webkit-image-set(url('../img/fond-portail@1080h.jpg') 1x, url('../img/fond-portail.jpg') 2x);
  background-size: auto 79.166vh;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.page-portail .titre-developpeur,
.page-portail .titre-compositeur {
  color: #fff;
}
body:not(.page-portail) .head-menu {
  height: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  align-items: flex-start;
  box-shadow: 0 -0.2em 0.4em 0.4em rgba(0, 0, 0, 0.3);
}
body:not(.page-portail) .head-menu .head-menu__jonathan-lauzon {
  width: 31vw;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  margin-top: 0;
}
body:not(.page-portail) .head-menu .head-menu__jonathan-lauzon .logo {
  height: 4.2vw;
  display: inline-block;
}
body:not(.page-portail) .head-menu .head-menu__jonathan-lauzon .titre-jonathan-lauzon {
  max-width: 0px;
  overflow: hidden;
}
@media screen and (max-width: 600px), screen and (max-device-width: 600px) {
  .page-portail {
    background-size: auto 65vh;
  }
}
.page-developpeur p {
  font-family: 'Open sans', sans-serif;
}
.page-developpeur .parallax {
  background-color: #fff;
}
.page-developpeur .section__titres h2 {
  font-family: 'Magra', sans-serif;
  font-weight: 700;
}
.page-developpeur #zone-intro .parallax__layer--back {
  z-index: 7;
  background-image: url(../img/bureau.jpg);
  background-color: #fff;
  background-size: cover;
  background-position: center center;
}
.page-developpeur #zone-intro .parallax__layer--back .titre-principal--developpeur,
.page-developpeur #zone-intro .parallax__layer--back .titre-principal--developpeur * {
  font-family: 'Magra', sans-serif;
  font-weight: bold;
}
.page-developpeur #zone-intro .parallax__layer--base {
  z-index: 8;
  pointer-events: none;
}
.page-developpeur #zone-intro .parallax__layer--base * {
  pointer-events: initial;
}
.page-developpeur #zone-a-propos {
  z-index: 10;
}
.page-developpeur #zone-a-propos .parallax__layer--base {
  z-index: 9;
  background-color: #f5f5f5;
}
.page-developpeur #zone-a-propos .parallax__layer--base .section__contenu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  align-content: center;
}
.page-developpeur #zone-a-propos .parallax__layer--base .section__contenu .jonathan-lauzon-developpeur {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 30%;
}
.page-developpeur #zone-a-propos .parallax__layer--base .section__contenu .biographie {
  background-color: rgba(42, 77, 102, 0.7);
  padding: 40px;
  color: #fff;
  text-align: justify;
  width: 50%;
  height: auto;
  max-height: 70vh;
  overflow-y: auto;
}
.page-developpeur #zone-a-propos .parallax__layer--base .section__contenu .biographie h3 {
  text-transform: uppercase;
  font-family: 'Magra', sans-serif;
  margin-bottom: 0.3em;
}
.page-developpeur #zone-a-propos .parallax__layer--base .section__contenu .biographie p {
  font-size: 1em;
  line-height: 1.6em;
  margin-top: 10px;
}
.page-developpeur #zone-a-propos .parallax__layer--base .section__contenu .biographie p:first-of-type {
  text-indent: 2em;
}
.page-developpeur #zone-competences .parallax__layer--back {
  z-index: 6;
}
.page-developpeur #zone-competences .parallax__layer--base {
  z-index: 8;
  background-color: #2a4d66;
}
.page-developpeur #zone-competences .parallax__layer--base .section__titres {
  background-color: #fff;
}
.page-developpeur #zone-competences .parallax__layer--base .section__contenu {
  height: 50%;
  background-color: #fff;
}
.page-developpeur #zone-competences .parallax__layer--base .section__contenu--bas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.page-developpeur #zone-competences .parallax__layer--base .section__contenu--bas h4 {
  font-family: 'Magra', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #d0d0d0;
  width: 100%;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 1em;
}
.page-developpeur #zone-competences .parallax__layer--base .section__contenu--bas .competence {
  display: inline-block;
  color: #333;
  font-family: 'Source Code Pro', monospace;
  font-weight: 700;
  font-size: 1em;
  line-height: 1em;
  border: 2px solid #909090;
  background-color: #b0b0b0;
  padding: 0.4em 0.2em;
  margin: 0.1em;
  cursor: pointer;
  user-select: none;
  transition: 0.4s background-color ease-in-out, 0.4s border-color ease-in-out;
}
.page-developpeur #zone-competences .parallax__layer--base .section__contenu--bas .competence.competence--developpement-jeux {
  background-color: #d0aaa1;
  border-color: #b67c6e;
}
.page-developpeur #zone-competences .parallax__layer--base .section__contenu--bas .competence.competence--developpement-jeux:hover {
  background-color: #e1c8c3;
  border-color: #d0aaa1;
}
.page-developpeur #zone-competences .parallax__layer--base .section__contenu--bas .competence.competence--programmation {
  background-color: #d0cda1;
  border-color: #b6b26e;
}
.page-developpeur #zone-competences .parallax__layer--base .section__contenu--bas .competence.competence--programmation:hover {
  background-color: #e1dfc3;
  border-color: #d0cda1;
}
.page-developpeur #zone-competences .parallax__layer--base .section__contenu--bas .competence.competence--web {
  background-color: #afd0a1;
  border-color: #84b66e;
}
.page-developpeur #zone-competences .parallax__layer--base .section__contenu--bas .competence.competence--web:hover {
  background-color: #cce1c3;
  border-color: #afd0a1;
}
.page-developpeur #zone-competences .parallax__layer--base .section__contenu--bas .competence.competence--cms {
  background-color: #a1d0b6;
  border-color: #6eb68e;
}
.page-developpeur #zone-competences .parallax__layer--base .section__contenu--bas .competence.competence--cms:hover {
  background-color: #c3e1d0;
  border-color: #a1d0b6;
}
.page-developpeur #zone-competences .parallax__layer--base .section__contenu--bas .competence.competence--infographie {
  background-color: #a1c7d0;
  border-color: #6ea8b6;
}
.page-developpeur #zone-competences .parallax__layer--base .section__contenu--bas .competence.competence--infographie:hover {
  background-color: #c3dbe1;
  border-color: #a1c7d0;
}
.page-developpeur #zone-competences .parallax__layer--base .section__contenu--bas .competence.competence--montage-video {
  background-color: #a1a3d0;
  border-color: #6e72b6;
}
.page-developpeur #zone-competences .parallax__layer--base .section__contenu--bas .competence.competence--montage-video:hover {
  background-color: #c3c4e1;
  border-color: #a1a3d0;
}
.page-developpeur #zone-competences .parallax__layer--base .section__contenu--bas .competence.competence--animation-2d {
  background-color: #c1a1d0;
  border-color: #a06eb6;
}
.page-developpeur #zone-competences .parallax__layer--base .section__contenu--bas .competence.competence--animation-2d:hover {
  background-color: #d8c3e1;
  border-color: #c1a1d0;
}
.page-developpeur #zone-competences .parallax__layer--base .section__contenu--bas .competence.competence--creation-3d {
  background-color: #d0a1bb;
  border-color: #b66e96;
}
.page-developpeur #zone-competences .parallax__layer--base .section__contenu--bas .competence.competence--creation-3d:hover {
  background-color: #e1c3d3;
  border-color: #d0a1bb;
}
.page-developpeur #zone-realisations {
  z-index: 1;
}
.page-developpeur #zone-realisations .parallax__layer--base {
  z-index: 7;
  background-color: #fff;
}
.page-developpeur #zone-realisations .parallax__layer--base .section__contenu input[type="radio"] {
  position: absolute;
  top: 25%;
  left: -9999px;
  z-index: -10;
}
.page-developpeur #zone-realisations .parallax__layer--base .section__contenu input[type="radio"]#cat--1:checked ~ .real .real__zone__contenu--1,
.page-developpeur #zone-realisations .parallax__layer--base .section__contenu input[type="radio"]#cat--2:checked ~ .real .real__zone__contenu--2,
.page-developpeur #zone-realisations .parallax__layer--base .section__contenu input[type="radio"]#cat--3:checked ~ .real .real__zone__contenu--3,
.page-developpeur #zone-realisations .parallax__layer--base .section__contenu input[type="radio"]#cat--4:checked ~ .real .real__zone__contenu--4 {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.page-developpeur #zone-realisations .parallax__layer--base .section__contenu input[type="radio"]#cat--1:checked ~ .real label[for="cat--1"],
.page-developpeur #zone-realisations .parallax__layer--base .section__contenu input[type="radio"]#cat--2:checked ~ .real label[for="cat--2"],
.page-developpeur #zone-realisations .parallax__layer--base .section__contenu input[type="radio"]#cat--3:checked ~ .real label[for="cat--3"],
.page-developpeur #zone-realisations .parallax__layer--base .section__contenu input[type="radio"]#cat--4:checked ~ .real label[for="cat--4"] {
  color: #344856;
  background-color: #f5f5f5;
}
.page-developpeur #zone-contact .parallax__layer--back {
  z-index: 4;
  max-width: 100vw;
  overflow: hidden;
  background: radial-gradient(circle at bottom, rgba(119,166,201,1) 0%, rgba(181,211,232,1) 100%);
  margin-bottom: -50vh !important;
}
.page-developpeur #zone-contact .parallax__layer--base {
  z-index: 6;
  width: 100%;
  height: 100%;
}
.page-developpeur #zone-contact .parallax__layer--base .section__contenu {
  height: 65%;
}
.page-developpeur #zone-contact .parallax__layer--base .section__contenu .cont {
  background-color: rgba(255, 255, 255, 0.5);
}
.page-developpeur #zone-contact .parallax__layer--base .section__contenu .cont h3 {
  font-family: 'Magra', sans-serif;
  font-weight: 700;
  color: #2a4d66;
}
.page-developpeur #zone-contact .parallax__layer--base .section__contenu .cont p {
  color: #000;
}
.page-developpeur .titre-developpeur,
.page-developpeur .titre-compositeur {
  color: #000;
}
.page-developpeur .head-menu {
  background-color: #fff;
}
.page-developpeur .head-menu__developpeur .accolade {
  display: none;
}
.page-developpeur .head-menu__developpeur .titre-developpeur {
  font-weight: bold;
}
.page-developpeur .head-menu__compositeur .accolade {
  font-size: 4vw;
  line-height: 4vw;
}
.page-developpeur .section__titres h2 {
  color: #2a4d66;
}
.page-developpeur .section__medias-sociaux {
  background-color: #f0f0f0;
}
.page-developpeur footer {
  background-color: #2a4d66;
}
.page-compositeur .parallax {
  background-color: #000;
}
.page-compositeur p {
  font-family: 'Source sans pro', sans-serif;
}
.page-compositeur .section__titres h2 {
  font-family: 'Philosopher', sans-serif;
  font-weight: 700;
}
.page-compositeur #zone-intro .parallax__layer--back {
  z-index: 7;
  background-image: url(../img/jonathan-lauzon-compositeur.jpg);
  background-color: #000;
  background-size: cover;
  background-position: center center;
}
.page-compositeur #zone-intro .parallax__layer--back .titre-principal--compositeur,
.page-compositeur #zone-intro .parallax__layer--back .titre-principal--compositeur * {
  font-family: 'Philosopher', sans-serif;
  font-weight: bold;
}
.page-compositeur #zone-intro .parallax__layer--base {
  z-index: 8;
  pointer-events: none;
}
.page-compositeur #zone-intro .parallax__layer--base * {
  pointer-events: initial;
}
.page-compositeur #zone-a-propos {
  z-index: 10;
}
.page-compositeur #zone-a-propos .parallax__layer--base {
  z-index: 9;
  background-color: #070707;
}
.page-compositeur #zone-a-propos .parallax__layer--base .section__contenu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
}
.page-compositeur #zone-a-propos .parallax__layer--base .section__contenu .jonathan-lauzon-compositeur {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 50%;
  align-self: flex-end;
}
.page-compositeur #zone-a-propos .parallax__layer--base .section__contenu .biographie {
  background-color: rgba(221, 184, 110, 0.5);
  /* border: 3px double #3a2f1c; */
  padding: 40px;
  color: #fff;
  text-align: justify;
  width: 50%;
  height: auto;
  max-height: 70vh;
  overflow-y: auto;
}
.page-compositeur #zone-a-propos .parallax__layer--base .section__contenu .biographie h3 {
  text-transform: uppercase;
  font-family: 'Philosopher', sans-serif;
  margin-bottom: 0.3em;
}
.page-compositeur #zone-a-propos .parallax__layer--base .section__contenu .biographie p {
  font-size: 1em;
  line-height: 1.6em;
  margin-top: 10px;
}
.page-compositeur #zone-a-propos .parallax__layer--base .section__contenu .biographie p:first-of-type {
  text-indent: 2em;
}
.page-compositeur #zone-realisations {
  z-index: 1;
}
.page-compositeur #zone-realisations .parallax__layer--base {
  z-index: 7;
  background-color: #101010;
}
.page-compositeur #zone-realisations .parallax__layer--base .section__contenu input[type="radio"] {
  position: absolute;
  top: 25%;
  left: -9999px;
  z-index: -10;
}
.page-compositeur #zone-realisations .parallax__layer--base .section__contenu input[type="radio"]#cat--1:checked ~ .real .real__zone__contenu--1,
.page-compositeur #zone-realisations .parallax__layer--base .section__contenu input[type="radio"]#cat--2:checked ~ .real .real__zone__contenu--2,
.page-compositeur #zone-realisations .parallax__layer--base .section__contenu input[type="radio"]#cat--3:checked ~ .real .real__zone__contenu--3 {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.page-compositeur #zone-realisations .parallax__layer--base .section__contenu input[type="radio"]#cat--1:checked ~ .real label[for="cat--1"],
.page-compositeur #zone-realisations .parallax__layer--base .section__contenu input[type="radio"]#cat--2:checked ~ .real label[for="cat--2"],
.page-compositeur #zone-realisations .parallax__layer--base .section__contenu input[type="radio"]#cat--3:checked ~ .real label[for="cat--3"] {
  color: #ecb344;
  background-color: #222;
}
.page-compositeur #zone-realisations .parallax__layer--base .section__contenu .real > label {
  font-family: 'Roboto', sans-serif;
  color: #3a2f1c;
  background-color: #ecb344;
  border-left-color: #101010;
}
.page-compositeur #zone-realisations .parallax__layer--base .section__contenu .real .real__zone {
  background-color: #222;
}
.page-compositeur #zone-realisations .parallax__layer--base .section__contenu .real .real__zone .real__zone__contenu .real__projet {
  background-color: #222;
  background-color: transparent;
  /*border-radius: 1vmin;*/
}
.page-compositeur #zone-realisations .parallax__layer--base .section__contenu .real .real__zone .real__zone__contenu .real__projet .projet__titre h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #3a2f1c;
}
.page-compositeur #zone-realisations .parallax__layer--base .section__contenu .real .real__zone .real__zone__contenu .real__projet .projet__titre h3:hover {
  color: #0f0c07;
}
.page-compositeur #zone-realisations .parallax__layer--base .section__contenu .real .real__zone .real__zone__contenu .real__projet .projet__description {
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #101010;
  font-size: 2vmin;
  line-height: 2vmin;
}
.page-compositeur #zone-contact .parallax__layer--back {
  z-index: 4;
  max-width: 100vw;
  overflow: hidden;
  background-color: #000;
  background-image: url('../img/jonathan-lauzon-compositeur-contact.png');
  background-size: 70% auto;
  background-position: left 85%;
  background-repeat: no-repeat;
  margin-bottom: -50vh !important;
}
.page-compositeur #zone-contact .parallax__layer--base {
  z-index: 6;
  width: 100%;
  height: 100%;
}
.page-compositeur #zone-contact .parallax__layer--base .section__contenu {
  height: 65%;
}
.page-compositeur #zone-contact .parallax__layer--base .section__contenu .cont {
  background-color: rgba(0, 0, 0, 0.5);
}
.page-compositeur #zone-contact .parallax__layer--base .section__contenu .cont .cont__message {
  border-right-color: #ecb344;
}
.page-compositeur #zone-contact .parallax__layer--base .section__contenu .cont h3 {
  font-family: 'Philosopher', sans-serif;
  font-weight: 700;
  color: #ecb344;
}
.page-compositeur #zone-contact .parallax__layer--base .section__contenu .cont p,
.page-compositeur #zone-contact .parallax__layer--base .section__contenu .cont ul,
.page-compositeur #zone-contact .parallax__layer--base .section__contenu .cont li {
  color: #fff;
}
.page-compositeur .titre-developpeur,
.page-compositeur .titre-compositeur {
  color: #fff;
}
.page-compositeur .head-menu {
  background-color: #101010;
}
.page-compositeur .head-menu__compositeur .accolade {
  display: none;
}
.page-compositeur .head-menu__compositeur .titre-developpeur {
  font-weight: bold;
}
.page-compositeur .head-menu__developpeur .accolade {
  font-size: 4vw;
  line-height: 4vw;
}
.page-compositeur .fleche--cote {
  stroke: #fff;
}
.page-compositeur .section__titres h2 {
  color: #ecb344;
}
.page-compositeur .section__medias-sociaux {
  background-color: #101010;
}
.page-compositeur footer {
  background-color: #ddb86e;
}
/*Styles des images
--------------------------------------------- */
.jonathan-lauzon-portail {
  height: 79.166vh;
  width: auto;
  position: absolute;
  bottom: 0;
  left: calc(50vw - 28.888vh);
}
/* Styles du menu d'en-tête
--------------------------------------------- */
.head-menu {
  position: absolute;
  height: 100vh;
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  font-family: 'Roboto', sans-serif;
}
.head-menu .head-menu__developpeur {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  width: 30vw;
  padding-right: 20px;
}
.head-menu .head-menu__developpeur * {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}
.head-menu .head-menu__developpeur .titre-developpeur {
  font-family: 'Magra', sans-serif;
  font-size: 2.5vw;
  line-height: 2.5vw;
}
.head-menu .head-menu__developpeur:not(.disabled):hover .croisillon-svg path,
.head-menu .head-menu__developpeur:not(.disabled):active .croisillon-svg path {
  fill: #ecb344;
}
.head-menu .head-menu__developpeur:not(.disabled):hover .accolade,
.head-menu .head-menu__developpeur:not(.disabled):active .accolade {
  transform: translateX(-15px);
  color: #ecb344;
}
.head-menu .head-menu__jonathan-lauzon {
  align-self: flex-start;
  display: flex;
  margin-top: 5vh;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  width: 640px;
  max-width: 40vw;
  font-weight: 300;
  text-align: center;
}
.head-menu .head-menu__jonathan-lauzon .logo {
  height: 8vh;
  width: auto;
}
.head-menu .head-menu__jonathan-lauzon .titre-jonathan-lauzon {
  display: inline-block;
  margin-top: 0.25em;
  color: #93a8b3;
  font-size: 2.5vw;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.5s max-width 0.5s ease-in-out, color 0.5s ease-in-out;
}
.head-menu .head-menu__compositeur {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 30vw;
  padding-left: 20px;
}
.head-menu .head-menu__compositeur * {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}
.head-menu .head-menu__compositeur .titre-compositeur {
  font-family: 'Philosopher', sans-serif;
  font-size: 2.5vw;
}
.head-menu .head-menu__compositeur:not(.disabled):hover .diese-svg path,
.head-menu .head-menu__compositeur:not(.disabled):active .diese-svg path {
  fill: #ecb344;
}
.head-menu .head-menu__compositeur:not(.disabled):hover .accolade,
.head-menu .head-menu__compositeur:not(.disabled):active .accolade {
  transform: translateX(15px);
  color: #ecb344;
}
.head-menu .accolade {
  color: #2a4d66;
  font-size: 10.416vw;
  transition: transform 0.5s ease-in-out, color 0.5s ease-in-out;
}
.head-menu .diese-svg,
.head-menu .croisillon-svg {
  height: 4.2vw;
  width: auto;
  padding-right: 0;
}
.head-menu .disabled {
  pointer-events: none;
  cursor: default;
}
@media screen and (min-width: 601px), screen and (min-device-width: 601px) {
  .head-menu .head-menu__jonathan-lauzon:not(.disabled):hover .logo #avant-plan,
  .head-menu:not(.disabled):active .logo #avant-plan {
    fill: #ecb344;
  }
  .head-menu .head-menu__jonathan-lauzon:not(.disabled):hover .logo #arriere-plan,
  .head-menu:not(.disabled):active .logo #arriere-plan {
    fill: #3a2f1c;
  }
  .head-menu .head-menu__jonathan-lauzon:not(.disabled):hover .titre-jonathan-lauzon,
  .head-menu:not(.disabled):active .titre-jonathan-lauzon {
    max-width: 32vw;
    color: #ecb344;
  }
}
@media screen and (max-width: 600px), screen and (max-device-width: 600px) {
  body.page-portail .head-menu {
    flex-wrap: wrap;
    height: 35vh;
  }
  body.page-portail .head-menu .head-menu__jonathan-lauzon {
    order: 1;
    height: 10vh;
  }
  body.page-portail .head-menu .head-menu__developpeur {
    order: 2;
  }
  body.page-portail .head-menu .head-menu__compositeur {
    order: 3;
  }
  body:not(.page-portail) .head-menu .head-menu__jonathan-lauzon .logo {
    height: 6vw;
  }
  body:not(.page-portail) .head-menu .head-menu__jonathan-lauzon .titre-jonathan-lauzon {
    max-width: none;
  }
  .head-menu {
    justify-content: space-around;
    align-content: space-around;
  }
  .head-menu .head-menu__jonathan-lauzon {
    max-width: 100%;
    width: 100%;
  }
  .head-menu .head-menu__jonathan-lauzon .titre-jonathan-lauzon {
    font-size: 3.33vw;
  }
  .head-menu .head-menu__developpeur {
    width: auto;
    padding-right: 0;
  }
  .head-menu .head-menu__developpeur * {
    padding: 0;
  }
  .head-menu .head-menu__developpeur .titre-developpeur {
    font-size: 3.33vw;
    line-height: 3.33vw;
  }
  .head-menu .head-menu__developpeur .croisillon-svg {
    min-width: 1.32em;
    height: 6vw;
  }
  .head-menu .head-menu__compositeur {
    width: auto;
    padding-left: 0;
  }
  .head-menu .head-menu__compositeur * {
    padding: 0;
  }
  .head-menu .head-menu__compositeur .titre-compositeur {
    font-size: 3.33vw;
    line-height: 3.33vw;
  }
  .head-menu .head-menu__compositeur .diese-svg {
    min-width: 1.32em;
    height: 6vw;
  }
  .head-menu .accolade {
    font-size: 3em;
  }
  .head-menu h1,
  .head-menu h2 {
    display: inline;
  }
}
/* Styles du module de compétences
--------------------------------------------- */
.comp {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}
.comp .comp__layout {
  height: 95%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.comp .layout-left {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  width: 50%;
  padding-bottom: 1em;
}
.comp .layout-left .comp__matiere {
  text-align: left;
  width: 50%;
}
.comp .layout-left .comp__matiere:nth-child(1) {
  color: #e26142;
}
.comp .layout-left .comp__matiere:nth-child(1):hover {
  border-bottom-color: #e26142;
}
.comp .layout-left .comp__matiere:nth-child(2) {
  color: #e2d942;
}
.comp .layout-left .comp__matiere:nth-child(2):hover {
  border-bottom-color: #e2d942;
}
.comp .layout-left .comp__matiere:nth-child(3) {
  color: #73e242;
}
.comp .layout-left .comp__matiere:nth-child(3):hover {
  border-bottom-color: #73e242;
}
.comp .layout-left .comp__matiere:nth-child(4) {
  color: #42e289;
}
.comp .layout-left .comp__matiere:nth-child(4):hover {
  border-bottom-color: #42e289;
}
.comp .layout-left .comp__matiere:nth-child(5) {
  color: #42c3e2;
}
.comp .layout-left .comp__matiere:nth-child(5):hover {
  border-bottom-color: #42c3e2;
}
.comp .layout-left .comp__matiere:nth-child(6) {
  color: #424be2;
}
.comp .layout-left .comp__matiere:nth-child(6):hover {
  border-bottom-color: #424be2;
}
.comp .layout-left .comp__matiere:nth-child(7) {
  color: #b142e2;
}
.comp .layout-left .comp__matiere:nth-child(7):hover {
  border-bottom-color: #b142e2;
}
.comp .layout-left .comp__matiere:nth-child(8) {
  color: #e2429b;
}
.comp .layout-left .comp__matiere:nth-child(8):hover {
  border-bottom-color: #e2429b;
}
.comp .layout-right {
  width: 30%;
  /* max-width: ~"calc(50vw - 25vh)"; */
}
.comp .comp__matiere {
  display: inline-block;
  font-family: 'Passion One', cursive;
  margin: 2px 0 2px 1rem;
  padding: 7px 15px;
  font-size: 2rem;
  line-height: 2rem;
  cursor: pointer;
  user-select: none;
  transition: 0.3s border linear;
  border-bottom: 0px solid transparent;
  background-color: #f0f0f0;
}
.comp .comp__matiere:hover {
  border-bottom: 5px solid;
}
/*Styles du module de réalisations*/
.real {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
}
.real > label {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 8.5vh;
  background-color: #2a4d66;
  width: auto;
  height: 10%;
  max-width: calc(33% - 1.8em);
  padding-left: 0.8em;
  padding-right: 0.8em;
  border-left: #0d1f2c solid 0.1em;
  cursor: pointer;
  user-select: none;
  transition: 0.3s color linear, 0.3s background-color linear;
}
.real > label:first-child {
  border-left: none;
}
.real .real__zone {
  width: 100%;
  height: 90%;
  background-color: #f5f5f5;
}
.real .real__zone .real__zone__contenu {
  position: absolute;
  width: 100%;
  height: 76.5%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  align-content: space-around;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.real .real__zone .real__zone__contenu .real__projet {
  width: 40vmin;
  height: 35vmin;
  background-color: #2a4d66;
  /*border-radius: 1vmin;*/
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  align-content: center;
}
.real .real__zone .real__zone__contenu .real__projet .projet__titre {
  width: 95%;
  height: 3vmin;
}
.real .real__zone .real__zone__contenu .real__projet .projet__titre h3 {
  width: 100%;
  text-decoration: none;
  text-overflow: ellipsis;
  font-size: 2.8vmin;
  line-height: 3vmin;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
}
.real .real__zone .real__zone__contenu .real__projet .projet__titre h3:hover {
  color: #ddd;
}
.real .real__zone .real__zone__contenu .real__projet .projet__image {
  width: 95%;
  height: 22vmin;
}
.real .real__zone .real__zone__contenu .real__projet .projet__image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.real .real__zone .real__zone__contenu .real__projet .projet__image img:hover {
  filter: brightness(87.5%);
}
.real .real__zone .real__zone__contenu .real__projet .projet__description {
  width: 95%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  align-content: flex-start;
}
.real .real__zone .real__zone__contenu .real__projet .projet__description .competence {
  display: inline-block;
  color: #ddd;
  font-family: 'Source Code Pro', monospace;
  font-weight: 700;
  font-size: 2vmin;
  line-height: 2vmin;
  border: 0.25vmin solid #ddd;
  padding: 0.4vmin 0.4vmin;
  margin: 0.2vmin;
}
.real .real__zone .real__zone__contenu--musical {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-around;
  align-content: space-around;
}
.real .real__zone .real__zone__contenu--musical .real__projet--musical {
  width: 90%;
  height: 90%;
  background-color: #2a4d66;
  /*border-radius: 1vmin;*/
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  align-content: space-around;
}
.real .real__zone .real__zone__contenu--musical .real__projet--musical .projet__titre {
  margin-left: 1%;
  width: 100%;
}
.real .real__zone .real__zone__contenu--musical .real__projet--musical .projet__titre h3 {
  text-align: left;
}
.real .real__zone .real__zone__contenu--musical .real__projet--musical .projet__image--musical {
  margin-left: 1%;
  /*height: 90%;*/
  width: 50%;
  max-height: 90%;
}
.real .real__zone .real__zone__contenu--musical .real__projet--musical .projet__description {
  width: 45%;
  margin-left: 1%;
  text-align: left;
  font-size: 2.2vmin !important;
  line-height: 2.6vmin !important;
}
.real .real__zone .real__zone__contenu--musical .real__projet--musical .projet__description p {
  color: #fff;
  margin-bottom: 10px;
}
.real .real__zone .real__zone__contenu--musical .real__projet--musical .projet__description p:last-child {
  margin-bottom: 0px;
}
.real .real__zone .real__zone__contenu--musical .real__projet--musical .projet__description a {
  color: #ecb344;
  text-decoration: underline;
}
.real .real__zone .real__zone__contenu--musical .real__projet--musical .projet__description a:visited {
  color: #ddb86e;
}
.real .real__zone .real__zone__contenu--musical .real__projet--musical .projet__description a:link,
.real .real__zone .real__zone__contenu--musical .real__projet--musical .projet__description a:hover,
.real .real__zone .real__zone__contenu--musical .real__projet--musical .projet__description a:active {
  color: #ecb344;
}
/*Styles de la zone de contact*/
.cont {
  margin-left: auto;
  margin-right: auto;
  max-height: 64vh;
  height: auto;
  width: 60vw;
  max-height: 60vh;
  max-width: 60vw;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.cont .cont__message {
  max-height: 90%;
  width: 45%;
  padding: 2vmin;
  border-right: 2px dotted #2a4d66;
}
.cont .cont__infos {
  max-height: 90%;
  height: auto;
  width: 45%;
  padding: 2vmin;
}
.cont h3 {
  margin-top: 2vmin;
  margin-bottom: 1vmin;
}
.cont p,
.cont ul,
.cont li {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 2vmin;
  line-height: 2.5vmin;
}
.cont p,
.cont ul {
  margin-bottom: 1vmin;
}
.cont p {
  text-align: justify;
}
.cont li {
  list-style: disc;
  margin-left: 2vmin;
}
.cont strong {
  font-weight: 700;
}
.cont .centrer {
  text-align: center;
}
.cont .plus-gros {
  font-size: 200%;
}
/* Styles du module de médias sociaux
--------------------------------------------- */
.medias-sociaux {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}
.medias-sociaux .medias-sociaux__icone {
  max-height: 10vw;
  height: auto;
  width: auto;
}
.medias-sociaux .medias-sociaux__icone i {
  transition: color 0.5s ease-in-out;
  font-size: 4em;
}
.medias-sociaux .medias-sociaux__icone a,
.medias-sociaux .medias-sociaux__icone i {
  height: 100%;
  width: 100%;
}
.medias-sociaux .medias-sociaux__icone a:link,
.medias-sociaux .medias-sociaux__icone a:hover,
.medias-sociaux .medias-sociaux__icone a:visited,
.medias-sociaux .medias-sociaux__icone a:active {
  color: inherit;
}
.medias-sociaux .medias-sociaux__icone .fa-facebook-official {
  color: #3b5998;
}
.medias-sociaux .medias-sociaux__icone .fa-facebook-official:hover,
.medias-sociaux .medias-sociaux__icone .fa-facebook-official:active {
  color: #4c70ba;
}
.medias-sociaux .medias-sociaux__icone .fa-google-plus-official {
  color: #dd4b39;
}
.medias-sociaux .medias-sociaux__icone .fa-google-plus-official:hover,
.medias-sociaux .medias-sociaux__icone .fa-google-plus-official:active {
  color: #e47365;
}
.medias-sociaux .medias-sociaux__icone .fa-linkedin-square {
  color: #007bb5;
}
.medias-sociaux .medias-sociaux__icone .fa-linkedin-square:hover,
.medias-sociaux .medias-sociaux__icone .fa-linkedin-square:active {
  color: #009ee8;
}
.medias-sociaux .medias-sociaux__icone .fa-github {
  color: #000000;
}
.medias-sociaux .medias-sociaux__icone .fa-github:hover,
.medias-sociaux .medias-sociaux__icone .fa-github:active {
  color: #1a1a1a;
}
.medias-sociaux .medias-sociaux__icone .fa-stack-overflow {
  color: #f48024;
}
.medias-sociaux .medias-sociaux__icone .fa-stack-overflow:hover,
.medias-sociaux .medias-sociaux__icone .fa-stack-overflow:active {
  color: #f69c55;
}
.medias-sociaux .medias-sociaux__icone .fa-soundcloud {
  color: #ff8800;
}
.medias-sociaux .medias-sociaux__icone .fa-soundcloud:hover,
.medias-sociaux .medias-sociaux__icone .fa-soundcloud:active {
  color: #ffa033;
}
.medias-sociaux .medias-sociaux__icone .fa-youtube-play {
  color: #e52d27;
}
.medias-sociaux .medias-sociaux__icone .fa-youtube-play:hover,
.medias-sociaux .medias-sociaux__icone .fa-youtube-play:active {
  color: #ea5955;
}
/*RÉSOLUTION INFÉRIEURE À 1000 PIXELS*/
@media screen and (max-width: 1200px), screen and (max-device-width: 1200px) {
  /*STYLES DES PAGES*/
  .page-developpeur #zone-competences .parallax__layer--base .section__contenu--bas {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .page-developpeur #zone-competences .parallax__layer--base .section__contenu--bas .competence {
    font-size: 0.8em;
    line-height: 0.8em;
  }
  .page-compositeur #zone-contact .parallax__layer--base .section__contenu .cont .cont__message {
    border-bottom-color: #ecb344;
  }
  /*STYLES DU MODULE DE COMPÉTENCES*/
  .comp .comp__matiere {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  /*STYLES DU MODULE DE RÉALISATIONS*/
  .real > label {
    font-size: 2.7vw;
    line-height: 5.1vh;
    height: 6%;
  }
  .real .real__zone {
    height: 94%;
  }
  .real .real__zone .real__zone__contenu {
    height: 79.9%;
  }
  /*Styles de la zone de contact*/
  .cont {
    width: auto;
    max-width: 75%;
  }
  .cont .cont__message {
    max-height: 45%;
    height: auto;
    width: 90%;
    border-right: 0px;
    border-bottom: 2px dotted #2a4d66;
  }
  .cont .cont__infos {
    max-height: 45%;
    height: auto;
    width: 90%;
  }
}
/*RÉSOLUTION INFÉRIEURE À 600 PIXELS*/
@media screen and (max-width: 600px), screen and (max-device-width: 600px) {
  h1 {
    font-size: 3em;
    font-size: 3rem;
    line-height: 3em;
    line-height: 3rem;
  }
  h2 {
    font-size: 2em;
    font-size: 2rem;
    line-height: 2em;
    line-height: 2rem;
  }
  h3 {
    font-size: 1.2em;
    font-size: 1.2rem;
    line-height: 1.2em;
    line-height: 1.2rem;
  }
  h4 {
    font-size: 0.8em;
    font-size: 0.8rem;
    line-height: 0.8em;
    line-height: 0.8rem;
  }
  h5 {
    font-size: 0.6em;
    font-size: 0.6rem;
    line-height: 0.6em;
    line-height: 0.6rem;
  }
  h6 {
    font-size: 0.5em;
    font-size: 0.5rem;
    line-height: 0.5em;
    line-height: 0.5rem;
  }
  /*STYLES DE BASE*/
  .section__titres h2 {
    padding-left: 1em;
    padding-left: 1rem;
    font-size: 2em;
    font-size: 2rem;
    line-height: 2em;
    line-height: 2rem;
    display: table-cell;
  }
  /*STYLES DES SVG*/
  .fleche--cote {
    right: 1em;
    right: 1rem;
    width: 2em;
    width: 2rem;
  }
  .fleche--cote:hover {
    animation: none;
    width: 2em;
    width: 2rem;
    right: 0.5em;
    right: 0.5rem;
  }
  .fleche-haut {
    top: 1.5em;
    top: 1.5rem;
  }
  .fleche-bas {
    bottom: 1.5em;
    bottom: 1.5rem;
  }
  /*STYLES DES PAGES*/
  .page-developpeur #zone-a-propos .parallax__layer--base .section__contenu {
    display: block;
  }
  .page-developpeur #zone-a-propos .parallax__layer--base .section__contenu .jonathan-lauzon-developpeur {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(15% + 5px);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: calc(85% - 5px);
    z-index: -1;
  }
  .page-developpeur #zone-a-propos .parallax__layer--base .section__contenu .biographie {
    position: relative;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    width: 80vw;
    height: auto;
    max-height: calc(85% - 20px);
    /* overflow-y: auto; */
  }
  .page-developpeur #zone-a-propos .parallax__layer--base .section__contenu .biographie * {
    max-width: 100%;
  }
  .page-developpeur #zone-a-propos .parallax__layer--base .section__contenu .biographie p {
    font-size: 0.8em;
    line-height: 1.35em;
  }
  .page-developpeur #zone-competences .parallax__layer--base .section__contenu--bas h4 {
    padding-top: 0.25em;
    padding-bottom: 0.5em;
  }
  .page-developpeur #zone-competences .parallax__layer--base .section__contenu--bas .competence {
    border-width: 1px;
    font-size: 0.6em;
    line-height: 0.6em;
  }
  .page-compositeur #zone-a-propos .parallax__layer--base .section__contenu {
    display: block;
  }
  .page-compositeur #zone-a-propos .parallax__layer--base .section__contenu .jonathan-lauzon-compositeur {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: calc(85% - 5px);
    z-index: -1;
  }
  .page-compositeur #zone-a-propos .parallax__layer--base .section__contenu .biographie {
    position: relative;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    width: 80vw;
    height: auto;
    max-height: calc(85% - 20px);
    /* overflow-y: auto; */
  }
  .page-compositeur #zone-a-propos .parallax__layer--base .section__contenu .biographie * {
    max-width: 100%;
  }
  .page-compositeur #zone-a-propos .parallax__layer--base .section__contenu .biographie p {
    font-size: 0.8em;
    line-height: 1.35em;
  }
  /*Styles du module de compétences*/
  .comp .comp__layout {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .comp .layout-left {
    width: 50%;
    align-items: flex-start;
  }
  .comp .layout-left .comp__matiere {
    text-align: left;
  }
  .comp .layout-left .comp__matiere:nth-child(1) {
    color: #e26142;
  }
  .comp .layout-left .comp__matiere:nth-child(2) {
    color: #e2d942;
  }
  .comp .layout-left .comp__matiere:nth-child(3) {
    color: #73e242;
  }
  .comp .layout-left .comp__matiere:nth-child(4) {
    color: #42e289;
  }
  .comp .layout-left .comp__matiere:nth-child(5) {
    color: #42c3e2;
  }
  .comp .layout-left .comp__matiere:nth-child(6) {
    color: #424be2;
  }
  .comp .layout-left .comp__matiere:nth-child(7) {
    color: #b142e2;
  }
  .comp .layout-left .comp__matiere:nth-child(8) {
    color: #e2429b;
  }
  .comp .layout-right {
    width: 50%;
    /* max-width: ~"calc(50vw - 25vh)"; */
  }
  .comp .comp__matiere {
    margin: 1px 0 1px 0.5rem;
    padding: 4px 8px;
    font-size: 0.8rem;
    line-height: 0.8rem;
  }
  .comp .comp__matiere:hover {
    border-bottom: 3px solid;
  }
  /*Styles du module de réalisations*/
  .real > label {
    font-size: 2.9vw;
  }
  .cont {
    max-width: 95%;
  }
  .cont p,
  .cont ul,
  .cont li {
    font-size: 3.5vmin;
    line-height: 3.5vmin;
  }
  .cont li {
    margin-left: 5vmin;
  }
  /*Styles du module de médias sociaux*/
  .medias-sociaux .medias-sociaux__icone i {
    font-size: 2em;
  }
}
