/* Generated by less 2.5.1 */
@charset "utf-8";
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;
}
html,
body {
  background-color: #fff;
  border: 0 solid transparent;
  font-size: 20px;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
  display: block;
  font-family: 'Roboto', sans-serif;
  color: #111;
}
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}
*::-webkit-scrollbar-thumb {
  background-color: #f80;
}
img,
object,
embed,
canvas,
video,
audio,
picture {
  max-width: 100%;
  height: auto;
}
img {
  display: block;
}
h1,
h2,
h3 {
  font-family: 'Merienda One', cursive;
}
h4,
h5 {
  font-family: 'Roboto', sans-serif;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 20px;
}
/* ----- RECURRENTS ----- */
.clear {
  clear: both;
}
.center {
  width: 1024px;
  margin: 0 auto;
}
/* ----- ANIMATIONS ----- */
@keyframes st1 {
  0% {
    fill: #fff;
  }
  25% {
    fill: #fff;
  }
  50% {
    fill: #000;
  }
  100% {
    fill: #000;
  }
}
@keyframes st2 {
  0% {
    fill: #fff;
  }
  75% {
    fill: #fff;
  }
  100% {
    fill: #f80;
  }
}
/* ----- BODY ----- */
body.ouvert {
  overflow: hidden;
}
/* ----- NAV ----- */
nav {
  background-color: #f80;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
nav ul {
  font-size: 0;
  display: inline-block;
}
nav ul.nav {
  float: right;
}
nav ul.cache {
  display: inline-block;
}
nav ul.cache li a {
  display: none;
}
nav ul li {
  font-size: 20px;
  display: inline-block;
}
nav ul li a {
  display: block;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
}
nav ul li a:hover {
  background-color: #fff;
  color: #f80;
}
nav.web ul.cache li a.retour,
nav.info ul.cache li a.retour {
  display: inline-block;
}
nav.web ul.cache li a.cacheinfo {
  display: inline-block;
}
nav.info ul.cache li a.cacheweb {
  display: inline-block;
}
/* ----- HEADER ----- */
header {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}
header:before,
header:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
header:before {
  background-image: url(../img/general/header.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  filter: blur(4px);
  transition: all .5s;
}
header:after {
  background-color: #210;
  opacity: .6;
}
header * {
  position: relative;
  z-index: 1;
}
header div.center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
header div.center a {
  width: 25%;
}
header div.center a svg .st0 {
  fill: #fff;
}
header div.center a svg .st1 {
  fill: #000;
  animation: st1 4s linear;
}
header div.center a svg .st2 {
  fill: #f80;
  animation: st2 4s linear;
}
header div.center div.txt {
  text-align: right;
}
header div.center div.txt h2 {
  font-size: 70px;
  color: #fff;
}
header div.center div.txt h1 {
  font-size: 40px;
  color: #fff;
}
/* ----- PROPOS ----- */
section#propos {
  text-align: center;
  padding: 100px 5px;
}
section#propos h4 {
  margin: 50px 0;
}
/* ----- PORTFOLIO ----- */
section#portfolio h2 {
  text-align: center;
  line-height: 200px;
}
section#portfolio section {
  background-color: #fed;
  display: flex;
  flex-wrap: wrap;
}
section#portfolio section section {
  width: 50%;
  height: 50vw;
}
section#portfolio section section.img {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
section#portfolio section section.img:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #210;
  opacity: .5;
}
section#portfolio section section.txt {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 50px;
}
section#portfolio section section.txt h3 {
  color: #f80;
}
section#portfolio section section.txt a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #fa4;
  padding: 20px;
}
section#portfolio section section.txt a:hover {
  color: #fa4;
  background-color: #fff;
}
section#portfolio section#web section.img {
  background-image: url(../img/general/fond-web.jpg);
}
section#portfolio section#info section.img {
  background-image: url(../img/general/fond-info.jpg);
}
/* ----- CONTACT ----- */
section#contact {
  text-align: center;
}
section#contact h2 {
  text-align: center;
  line-height: 200px;
}
section#contact a {
  display: block;
  line-height: 50px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
section#contact a:first-of-type {
  margin-top: 20px;
  margin-bottom: 10px;
}
section#contact a:hover {
  color: #f80;
}
section#contact form {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section#contact form input {
  width: 49%;
  line-height: 50px;
  padding: 0 10px;
}
section#contact form textarea {
  width: 100%;
  margin: 30px 0;
  min-height: 300px;
  padding: 10px;
  resize: vertical;
}
section#contact form input,
section#contact form textarea {
  background-color: #fa4;
  border: none;
  color: #fff;
  font-size: 20px;
}
section#contact form input::placeholder,
section#contact form textarea::placeholder {
  color: #fff;
}
/* ----- FOOTER ----- */
footer {
  height: 25px;
  background-color: #f80;
}
/* ---------- PAGES CACHES ---------- */
div.cache {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 0%;
  overflow: hidden;
  background-color: #fff;
  transition: width .5s;
  z-index: 4;
  /* ----- HEADER ----- */
  /* ----- PORTFOLIO ----- */
  /* ----- AUTRES ----- */
}
div.cache section.header {
  min-height: 100vh;
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
div.cache section.header:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #210;
  opacity: .5;
}
div.cache section.header * {
  position: relative;
}
div.cache section.header h2 {
  color: #f80;
}
div.cache section.header h3 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
}
div.cache section.portfolio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin: 100px auto;
}
div.cache section.portfolio article {
  width: 20%;
  min-width: 270px;
  padding: 10px;
  margin: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
div.cache section.portfolio article section {
  width: 100%;
}
div.cache section.portfolio article section.img {
  position: relative;
}
div.cache section.portfolio article section.img img:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40%;
}
div.cache section.portfolio article section.txt {
  text-align: center;
}
div.cache section.portfolio article section.txt h4 {
  margin-top: 40px;
}
div.cache section.portfolio article section.txt h5 {
  margin-bottom: 40px;
  color: #f80;
}
div.cache section.portfolio article section.txt a {
  text-align: center;
  line-height: 50px;
  padding: 0 20px;
  text-decoration: none;
  color: #fff;
  background-color: #f80;
  display: inline-block;
}
div.cache section.portfolio article section.txt a:first-of-type {
  margin-bottom: 10px;
}
div.cache section.portfolio article section.txt a:hover {
  background-color: #fed;
  color: #f80;
}
div.cache section.portfolio article section.infos {
  display: none;
}
div.cache.ouvert {
  width: 100%;
  overflow-y: auto;
}
div.cache.web {
  left: 0;
}
div.cache.web section.header {
  background-image: url(../img/general/fond-web.jpg);
}
div.cache.info {
  right: 0;
}
div.cache.info section.header {
  background-image: url(../img/general/fond-info.jpg);
}
/* ----- OMBRE ----- */
div.ombre {
  position: fixed;
  height: 0%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  transition: all .5s;
  z-index: 6;
  overflow: auto;
  text-align: center;
}
div.ombre a.moins {
  position: fixed;
  top: 0;
  height: 0px;
  overflow: hidden;
  display: block;
  width: 100%;
  line-height: 50px;
  background-color: #f80;
  color: #fff;
  text-decoration: none;
}
div.ombre a.moins:hover {
  background-color: #fff;
  color: #f80;
  transition: height .5s;
}
div.ombre.ouvert {
  height: 100%;
}
div.ombre.ouvert a.moins {
  height: 50px;
}
div.ombre div.ombre-contenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
div.ombre div.ombre-contenu * {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
div.ombre div.ombre-contenu .gauche,
div.ombre div.ombre-contenu .droite {
  width: 50%;
  height: 100vh;
  overflow: auto;
}
div.ombre div.ombre-contenu .haut,
div.ombre div.ombre-contenu .bas {
  min-height: 50%;
  width: 100%;
}
div.ombre div.ombre-contenu .haut {
  justify-content: space-around;
  padding-top: 50px !important;
}
div.ombre div.ombre-contenu .haut img {
  max-height: 40vh;
  max-width: 50%;
}
div.ombre div.ombre-contenu .bas {
  flex-direction: column;
}
div.ombre div.ombre-contenu .bas h5 {
  color: #f80;
}
div.ombre div.ombre-contenu .bas p {
  margin: 25px 0;
}
div.ombre div.ombre-contenu .bas a {
  color: #000;
  text-decoration: none;
  line-height: 50px;
  width: 100%;
}
div.ombre div.ombre-contenu .bas a:not(:first-of-type) {
  margin-top: 20px;
}
div.ombre div.ombre-contenu .bas a:hover {
  color: #f80;
}
div.ombre div.ombre-contenu .droite {
  align-items: flex-start;
  padding-top: 50px;
}
div.ombre div.ombre-contenu .droite img {
  width: 100%;
}
div.ombre div.ombre-contenu .droite img:not(:last-of-type) {
  margin-bottom: 150px;
}
/* ---------- MEDIA 1023px ---------- */
@media screen and (max-width: 1023px) {
  /* ----- RECURRENTS ----- */
  .center {
    width: auto;
  }
  /* ----- OMBRE ----- */
  div.ombre div.ombre-contenu .gauche,
  div.ombre div.ombre-contenu .droite {
    width: 100%;
  }
  div.ombre div.ombre-contenu .gauche,
  div.ombre div.ombre-contenu .droite,
  div.ombre div.ombre-contenu .haut,
  div.ombre div.ombre-contenu .bas {
    height: auto;
  }
}
/* ---------- MEDIA 830px ---------- */
@media screen and (max-width: 830px) {
  /* ----- PORTFOLIO ----- */
  section#portfolio section {
    background-color: #fed;
  }
  section#portfolio section section {
    width: 100%;
    height: auto;
    min-height: 50vh;
  }
  section#portfolio section section p {
    margin: 30px 0;
  }
}
/* ---------- MEDIA 665px ---------- */
@media screen and (max-width: 665px) {
  /* ----- NAV ----- */
  nav ul {
    width: 100%;
    text-align: center;
  }
  nav ul.nav {
    float: right;
  }
  nav ul.cache {
    display: inline-block;
  }
  nav ul.cache li a {
    display: none;
  }
  nav ul li {
    font-size: 20px;
    display: inline-block;
  }
  nav ul li a {
    display: block;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
  }
  nav ul li a:hover {
    background-color: #fff;
    color: #f80;
  }
  nav.web ul.cache li a.retour,
  nav.info ul.cache li a.retour {
    display: inline-block;
  }
  nav.web ul.cache li a.cacheinfo {
    display: inline-block;
  }
  nav.info ul.cache li a.cacheweb {
    display: inline-block;
  }
  /* ----- HEADER ----- */
  header div.center a {
    width: 30%;
  }
  header div.center div.txt {
    text-align: center;
  }
  header div.center div.txt h2 {
    font-size: 10vw;
  }
  header div.center div.txt h1 {
    font-size: 6vw;
  }
}
