@import url('https://fonts.googleapis.com/css?family=Catamaran:300,400,700');
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #2b2928;
  color: #fb8700;
  text-shadow: none;
}
::selection {
  background: #2b2928;
  color: #fb8700;
  text-shadow: none;
}
figure {
  margin: 0;
}
img {
  border: none;
}
a {
  color: inherit;
  text-decoration: none;
}
* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}
.small-bold {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 2px;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Catamaran', helvetica, sans-serif;
  color: #fff;
}
body {
  background: #2b2928;
}
body.bg {
  background: url('../gallery-images/project/frederick-moulaert-helloween.jpg') no-repeat center center fixed;
  background-size: cover;
}
#coming-soon {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#coming-soon #bg-layeur {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(251, 135, 0, 0.8);
}
#coming-soon #content-layeur {
  max-width: 500px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: #fff;
  padding-bottom: 5px;
}
#coming-soon #content-layeur img {
  background: #fb8700;
  width: 100%;
  display: block;
}
#coming-soon #content-layeur #coming-soon-form {
  color: #2b2928;
  text-align: center;
  text-transform: uppercase;
}
#coming-soon #content-layeur #coming-soon-form label {
  display: block;
  margin: 20px auto;
  font-size: 11px;
  width: 90%;
}
#coming-soon #content-layeur #coming-soon-form input[type="email"],
#coming-soon #content-layeur #coming-soon-form input[type="text"],
#coming-soon #content-layeur #coming-soon-form input[type="submit"] {
  display: block;
  font-family: 'Catamaran', helvetica, sans-serif;
  width: 90%;
  margin: 0 auto 10px;
  height: 40px;
  border: 1px solid #fb8700;
  padding: 0 5px;
  font-size: 14px;
}
#coming-soon #content-layeur #coming-soon-form input[type="submit"] {
  background: #fb8700;
  color: #fff;
  cursor: pointer;
  height: 40px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  border-width: 2px;
  -webkit-appearance: none;
}
#coming-soon #content-layeur #coming-soon-form input[type="submit"]:hover {
  background: #fff;
  color: #fb8700;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background: #000;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 1;
}
header.home {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
header.home.scrolled {
  -webkit-transition: all 0.3s ease-out 0.3s;
  -moz-transition: all 0.3s ease-out 0.3s;
  -ms-transition: all 0.3s ease-out 0.3s;
  -o-transition: all 0.3s ease-out 0.3s;
  transition: all 0.3s ease-out 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
header #wrapp-header {
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
header #wrapp-header img {
  height: 100%;
}
header #wrapp-header #toggle-menu {
  display: none;
}
header nav {
  position: absolute;
  left: 0;
  width: 100%;
  padding-left: 220px;
  bottom: 10px;
  color: rgba(251, 135, 0, 0.7);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 2px;
}
header nav#langue {
  right: 10px;
  left: auto;
  width: auto;
  bottom: 20px;
}
header nav#langue ul li {
  margin: 0;
}
header nav#langue ul li .mobile {
  display: none;
}
header nav#langue ul li:last-of-type::after {
  display: none;
}
header nav#langue ul li::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #fb8700;
  margin: 0 10px;
}
header nav ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
header nav ul li {
  display: inline-block;
  margin: 0 15px;
}
header nav ul li a:hover {
  color: #fb8700;
}
aside#follow {
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 999;
}
aside#follow a {
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  background: url('../gallery-images/communs/email.svg') no-repeat center right #fb8700;
}
aside#follow a:hover {
  padding-left: 20px;
  width: 70px;
}
#animationWindow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2b2928;
}
#animationWindow svg {
  position: absolute;
  max-height: 50%;
  max-width: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
@media screen and (max-width: 650px) {
  header {
    padding: 10px 0 0;
    height: auto;
  }
  header #wrapp-header a#logo {
    display: block;
    padding-bottom: 20px;
  }
  header #wrapp-header a#logo img {
    height: auto;
    width: 70%;
    position: relative;
    top: 10px;
    padding-left: 20px;
  }
  header #wrapp-header #toggle-menu {
    display: block;
    width: 50px;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  header #wrapp-header #toggle-menu svg {
    background: #000;
    display: block;
  }
  header #wrapp-header #toggle-menu svg path {
    fill: #fb8700;
  }
  header #wrapp-header #toggle-menu svg rect {
    fill: #fff;
  }
  header nav {
    padding: 0;
    position: relative;
    background: #000;
    display: none;
  }
  header nav#langue ul {
    display: flex;
    max-width: 70%;
    margin: 0 auto;
  }
  header nav#langue ul li {
    width: 50%;
    text-align: center;
  }
  header nav#langue ul li span {
    display: none;
  }
  header nav#langue ul li span.mobile {
    display: block;
  }
  header nav#langue ul li::after {
    content: none;
    display: none;
  }
  header nav ul {
    text-align: left;
  }
  header nav ul li {
    display: block;
    text-align: center;
    padding: 20px 0;
  }
  body.bg {
    background: url('../gallery-images/project/about-mobile.jpg') no-repeat center center fixed;
    background-size: cover;
  }
}
#galerie {
  padding-top: 90px;
  position: relative;
}
#la-galerie {
  position: relative;
}
#la-galerie .grid-item {
  width: 16.66666667%;
  padding: 10px;
}
@media screen and (max-width: 1800px) {
  #la-galerie .grid-item {
    width: 16.66666667%;
  }
}
@media screen and (max-width: 1500px) {
  #la-galerie .grid-item {
    width: 20%;
  }
}
@media screen and (max-width: 1200px) {
  #la-galerie .grid-item {
    width: 25%;
  }
}
@media screen and (max-width: 650px) {
  #la-galerie .grid-item {
    width: 50%;
  }
}
#la-galerie .grid-item:hover figcaption {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
#la-galerie .grid-item figure {
  border: 1px solid #fb8700;
  position: relative;
  overflow: hidden;
}
#la-galerie .grid-item figure img {
  width: 100%;
  display: block;
}
#la-galerie .grid-item figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  color: #fb8700;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
#la-galerie .grid-item figcaption.left {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
#la-galerie .grid-item figcaption.right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
#la-galerie .grid-item figcaption.top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
#la-galerie .grid-item figcaption.bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
#la-galerie .grid-item figcaption .wrapp-figcaption {
  display: table;
  width: 100%;
  height: 100%;
}
#la-galerie .grid-item figcaption .wrapp-figcaption .content-figcaption {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 30px;
}
#la-galerie .grid-item figcaption .wrapp-figcaption .content-figcaption h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
}
.pswp__caption {
  top: 0;
  bottom: auto;
}
.pswp__caption .pswp__caption__center {
  text-align: center;
  font-weight: bold;
}
#home-parallax {
  position: relative;
  height: 90vh;
  width: 100%;
  background-color: #2b2928;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#home-parallax #wrapp-home {
  display: table;
  width: 100%;
  height: 100%;
}
#home-parallax #wrapp-home #content-home {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#home-parallax #intro {
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
#home-parallax #intro #contenu {
  width: 400px;
  height: 400px;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  cursor: pointer;
}
#home-parallax #intro #contenu img {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
}
#home-parallax #intro #contenu img#layer-1 {
  z-index: 222;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#home-parallax #intro #contenu img#layer-2 {
  z-index: 333;
  -webkit-transform: translate3d(0, 0, 40px);
  -moz-transform: translate3d(0, 0, 40px);
  -ms-transform: translate3d(0, 0, 40px);
  -o-transform: translate3d(0, 0, 40px);
  transform: translate3d(0, 0, 40px);
}
#home-parallax #intro #contenu img#layer-3 {
  z-index: 444;
  -webkit-transform: translate3d(0, 0, 60px);
  -moz-transform: translate3d(0, 0, 60px);
  -ms-transform: translate3d(0, 0, 60px);
  -o-transform: translate3d(0, 0, 60px);
  transform: translate3d(0, 0, 60px);
}
#home-parallax h1 {
  margin: 40px auto 30px;
  font-weight: normal;
  font-size: 20px;
}
#home-parallax h1::before,
#home-parallax h1::after {
  content: ' - ';
}
#home-parallax p::after {
  content: '';
  display: block;
  margin: 15px auto;
  background: #fff;
  height: 1px;
  width: 15px;
}
#home-parallax p span {
  display: block;
  margin: 0 auto 5px;
}
#home-parallax p a {
  font-size: 20px;
}
#home-parallax a {
  font-size: 16px;
}
#home-parallax a:hover {
  color: #fb8700;
}
.parallax {
  height: 55vh;
  width: 100%;
}
.parallax .wrapp-parallax {
  width: 100%;
  height: 100%;
  display: table;
}
.parallax .wrapp-parallax .content-parallax {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.parallax .wrapp-parallax .content-parallax h2 {
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 2px;
}
#texte-presentation {
  padding: 100px 20px;
  width: 100%;
}
#texte-presentation article {
  max-width: 650px;
  margin: 0 auto;
}
#texte-presentation article p {
  margin: 0 auto 15px;
  text-align: justify;
  /* 			text-transform: uppercase; */
  font-size: 16px;
  line-height: 26px;
}
#texte-presentation article p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 535px) {
  #home-parallax #intro #contenu {
    width: 250px;
    height: 250px;
  }
  #home-parallax {
    background: url('../gallery-images/home/home-mobile.jpg') top center !important;
  }
}
#informations {
  padding-top: 80px;
}
.parallax-informations {
  height: 450px;
  width: 100%;
}
.parallax-informations:first-of-type {
  height: 70vh;
}
.article-informations {
  width: 100%;
}
.article-informations article {
  max-width: 800px;
  padding: 75px 20px;
  margin: 0 auto;
  text-align: justify;
}
.article-informations article p {
  margin: 0 auto 15px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 26px;
}
.article-informations article p:last-of-type {
  margin-bottom: 0;
}
#container-home #title {
  font-size: 80px;
  color: #fb8700;
  font-weight: 300;
  text-align: center;
  padding-top: 100px;
  text-transform: uppercase;
}
#container-home #last-text {
  color: white;
  font-weight: bold;
  text-align: center;
  width: 80%;
  max-width: 800px;
  margin: auto;
  margin-bottom: 300px;
}
#container-home #contenu {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  height: 3800px;
}
#container-home #contenu .l-image {
  position: absolute;
}
#container-home #contenu .parallax-home-1 {
  width: 400px;
  height: 400px;
  top: 200px;
}
#container-home #contenu .parallax-home-2 {
  width: 300px;
  height: 400px;
  top: 450px;
  left: 250px;
}
#container-home #contenu .parallax-home-3 {
  width: 500px;
  height: 1200px;
  top: 1400px;
  left: 0;
}
#container-home #contenu .parallax-home-4 {
  width: 500px;
  height: 500px;
  top: 1050px;
  right: 0;
}
#container-home #contenu .parallax-home-5 {
  width: 500px;
  height: 1200px;
  top: 2000px;
  right: 0;
}
#container-home #contenu .parallax-home-6 {
  width: 400px;
  height: 400px;
  top: 2700px;
}
#container-home #contenu .parallax-home-7 {
  width: 300px;
  height: 400px;
  top: 2950px;
  left: 250px;
}
#container-home #contenu .parallax-home-8 {
  width: 100%;
  height: 300px;
  top: 3300px;
}
#container-home #contenu .le-texte {
  position: absolute;
  color: white;
  font-weight: bold;
}
#container-home #contenu .texte01 {
  right: 120px;
  top: 150px;
  width: 450px;
}
#container-home #contenu .texte02 {
  top: 750px;
  left: 350px;
  width: 800px;
}
#container-home #contenu .texte03 {
  top: 1450px;
  left: 600px;
  width: 500px;
}
#container-home #contenu .texte04 {
  top: 2400px;
  left: 420px;
  width: 230px;
}
#container-home #contenu .sous-titre {
  position: absolute;
  color: #fb8700;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 40px;
  padding: 20px;
}
#container-home #contenu .sous-titre01 {
  top: 400px;
  right: 350px;
  border-left: 2px solid #fb8700;
  border-bottom: 2px solid #fb8700;
}
#container-home #contenu .sous-titre02 {
  top: 950px;
  left: 250px;
  border-right: 2px solid #fb8700;
  border-bottom: 2px solid #fb8700;
}
@media screen and (max-width: 1200px) {
  #container-home #title {
    font-size: 60px;
  }
  #container-home #contenu {
    width: 100%;
    max-width: 900px;
    height: 3800px;
  }
  #container-home #contenu .parallax-home-3 {
    width: 350px;
    height: 1000px;
    top: 1400px;
    left: 0;
  }
  #container-home #contenu .parallax-home-4 {
    width: 500px;
    height: 500px;
    top: 1300px;
    right: 0;
  }
  #container-home #contenu .parallax-home-5 {
    width: 350px;
    height: 1000px;
    top: 2200px;
    right: 0;
  }
  #container-home #contenu .parallax-home-6 {
    width: 400px;
    height: 400px;
    top: 2500px;
  }
  #container-home #contenu .parallax-home-7 {
    width: 300px;
    height: 300px;
    top: 2750px;
    left: 250px;
  }
  #container-home #contenu .parallax-home-9 {
    width: 350px;
    height: 1000px;
    top: 200px;
  }
  #container-home #contenu .texte01 {
    right: 100px;
    width: 300px;
  }
  #container-home #contenu .texte02 {
    top: 800px;
    left: 350px;
    width: 300px;
  }
  #container-home #contenu .texte03 {
    top: 1850px;
    left: 400px;
    width: 300px;
  }
  #container-home #contenu .sous-titre01 {
    top: 520px;
    right: 100px;
  }
  #container-home #contenu .sous-titre02 {
    top: 1100px;
    left: 250px;
  }
}
@media screen and (max-width: 750px) {
  #container-home #title {
    font-size: 60px;
  }
  #container-home #contenu {
    width: 100%;
    max-width: 900px;
  }
  #container-home #contenu .parallax-home-7 {
    top: 2900px;
    left: 0;
  }
  #container-home #contenu .texte01 {
    right: 40px;
    width: 200px;
    top: 200px;
  }
  #container-home #contenu .texte02 {
    left: 180px;
  }
  #container-home #contenu .texte03 {
    left: 180px;
  }
  #container-home #contenu .texte04 {
    right: 40px;
  }
  #container-home #contenu .sous-titre02 {
    left: 25px;
    padding: 0;
    border: none;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .project.bg {
    background: #2b2928 !important;
  }
  .not-visible-mobile {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
  #container-home #last-text {
    display: none;
  }
  #container-home #title {
    font-size: 40px;
    padding: 100px 0 100px 0;
    margin: 0;
  }
  #container-home #contenu {
    height: auto;
    padding-bottom: 100px;
  }
  #container-home #contenu .l-image {
    position: relative;
    display: block;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    height: 300px;
    width: 100%;
  }
  #container-home #contenu .le-texte {
    position: relative;
    display: block;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 80% !important;
    margin: auto;
    padding: 50px 0;
  }
}
#contact-all {
  padding: 20px;
  border: 15px solid #fb8700;
}
#contact-all #contact-qui {
  border-bottom: 1px solid grey;
}
#contact-all #contact-qui h1 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 10px;
  color: grey;
}
#contact-all #contact-qui h2 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-top: 0;
  color: grey;
}
#contact-all #contact-tel {
  max-width: 530px;
  margin: 0 auto 20px auto;
}
#contact-all #contact-tel a {
  background-color: #fb8700;
  margin-bottom: 0;
  display: block;
  padding: 15px 30px;
  text-transform: uppercase;
}
#contact-all #contact-tel a span {
  font-size: 16px;
}
#contact-all #contact-tel a #tel {
  float: right;
}
#contact-all #reseaux {
  background-color: #fff;
  max-width: 510px;
  margin: auto;
  padding: 10px 0 0;
}
#contact-all #reseaux ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
#contact-all #reseaux ul .social {
  width: 40px;
  margin: 5px;
  display: inline-block;
}
#contact-all form {
  padding: 10px 0;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  max-width: 530px;
  display: block;
}
#contact-all form div {
  display: table;
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}
#contact-all form div p {
  padding-bottom: 20px;
  display: table-cell;
}
#contact-all form div p:first-of-type {
  padding-right: 25px;
}
#contact-all form div p:last-of-type {
  padding-left: 25px;
}
#contact-all form div p.full {
  padding: 0 0 20px;
}
#contact-all form div label {
  display: none;
  opacity: 0;
}
#contact-all form div input[type="text"],
#contact-all form div input[type="tel"],
#contact-all form div input[type="email"],
#contact-all form div input[type="submit"],
#contact-all form div textarea,
#contact-all form div button {
  width: 100%;
  height: 40px;
  border: 1px solid #fb8700;
  padding: 0 5px;
  box-sizing: border-box;
  font-family: 'Catamaran', helvetica, sans-serif;
  font-size: 13px;
}
#contact-all form div textarea {
  padding: 5px;
  height: 100px;
  resize: none;
}
#contact-all form div button {
  background: #fb8700;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
}
#contact-all form div button:hover {
  background: #fff;
  color: #fb8700;
}
@media screen and (max-width: 500px) {
  #contact-all #contact-qui {
    background-image: url(../../images-artiste/commun/close.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 0%;
    padding: 15px;
  }
  #contact-all #contact-tel a #action {
    display: none;
    opacity: 0;
  }
  #contact-all #contact-tel a #tel {
    float: none;
    padding: 0;
    display: block;
    text-align: center;
  }
  #contact-all form div p {
    display: block;
    margin: 0 0 15px;
  }
  #contact-all form div p:first-of-type,
  #contact-all form div p:last-of-type {
    padding: 0;
  }
}
