@charset "UTF-8";
@font-face {
  font-family: "Brandon";
  src: url("/CSS/Police/BrandonText-Regular.ttf"); }
* {
  box-sizing: border-box; }

html, body {
  color: white;
  margin: 0;
  padding: 0;
  font-family: 'Brandon', Arial;
  position: relative; }

     /****************************************\
Sert a gerer le padding de tous les bloc de la page    
     \****************************************/
/* 
* { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }
* * * * * * * { background-color: rgba(255,0,0,.2); }
* * * * * * * * { background-color: rgba(0,255,0,.2); }
* * * * * * * * * { background-color: rgba(0,0,255,.2); } 
*/
/****************************************\
          Class générique
\****************************************/
h1 {
  font-size: 50px;
  text-align: center; }

h2 {
  font-size: 35px; }

h3 {
  font-size: 25px; }

p {
  font-size: 20px; }

.color-black {
  color: black !important; }

.color-white {
  color: white; }

.color-red {
  color: red; }

.color-green {
  color: green; }

.color-violet {
  color: #6633ff; }

.visu-public {
  background-color: #e2ffe3cf !important; }

.visu-prive {
  background-color: #fe767635 !important; }

.color-modif {
  background: #FF9A24 !important; }

.color-sup {
  background: #FF6969 !important; }

.modal {
  position: relative;
  margin: 50px auto;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  font-size: 20px;
  color: black;
  padding: 20px 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -mso-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-animation: fade-in;
  -khtml-animation: fade-in;
  -mso-animation: fade-in;
  -moz-animation: fade-in;
  -ms-animation: fade-in;
  -o-animation: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 0.6s;
  -khtml-animation-duration: 0.6s;
  -mso-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -mso-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
  -khtml-animation-delay: 0.5s;
  -mso-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  opacity: 0; }
  .modal h2 {
    color: #6633ff; }

input[type=text], .comment-modal, input[type=email] {
  padding: 10px;
  font-size: 19px;
  color: #333333;
  margin: 12px 0;
  border: none;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -mso-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -khtml-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -mso-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -moz-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -ms-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -o-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5); }

input[type=checkbox] {
  -webkit-appearance: none;
  -khtml-appearance: none;
  -mso-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -mso-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #ccc;
  margin-right: 1px; }

input[type=checkbox]:checked {
  background-color: #6633ff;
  background-image: url(/CSS/img/right-chevron-white.svg); }

input[type=submit] {
  border: none;
  -webkit-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -khtml-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -mso-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -moz-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -ms-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -o-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  background: #6633ff;
  color: white;
  margin: 5px auto;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -mso-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 22px;
  text-transform: uppercase;
  padding: 15px 30px; }

.comment-modal {
  margin: 10px;
  font-size: 18px;
  font-family: 'Brandon';
  height: 100px; }

.fade_1 {
  opacity: 0;
  -webkit-animation: fade-in;
  -khtml-animation: fade-in;
  -mso-animation: fade-in;
  -moz-animation: fade-in;
  -ms-animation: fade-in;
  -o-animation: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 0.6s;
  -khtml-animation-duration: 0.6s;
  -mso-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -mso-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
  -khtml-animation-delay: 0.2s;
  -mso-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.fade_2 {
  opacity: 0;
  -webkit-animation: fade-in;
  -khtml-animation: fade-in;
  -mso-animation: fade-in;
  -moz-animation: fade-in;
  -ms-animation: fade-in;
  -o-animation: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 0.6s;
  -khtml-animation-duration: 0.6s;
  -mso-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -mso-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
  -khtml-animation-delay: 0.5s;
  -mso-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.fade_3 {
  opacity: 0;
  -webkit-animation: fade-in;
  -khtml-animation: fade-in;
  -mso-animation: fade-in;
  -moz-animation: fade-in;
  -ms-animation: fade-in;
  -o-animation: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 0.6s;
  -khtml-animation-duration: 0.6s;
  -mso-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -mso-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.8s;
  -khtml-animation-delay: 0.8s;
  -mso-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.fade_4 {
  opacity: 0;
  -webkit-animation: fade-in;
  -khtml-animation: fade-in;
  -mso-animation: fade-in;
  -moz-animation: fade-in;
  -ms-animation: fade-in;
  -o-animation: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 0.6s;
  -khtml-animation-duration: 0.6s;
  -mso-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -mso-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.1s;
  -khtml-animation-delay: 1.1s;
  -mso-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s; }

.fade_5 {
  opacity: 0;
  -webkit-animation: fade-in;
  -khtml-animation: fade-in;
  -mso-animation: fade-in;
  -moz-animation: fade-in;
  -ms-animation: fade-in;
  -o-animation: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 0.6s;
  -khtml-animation-duration: 0.6s;
  -mso-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -mso-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.4s;
  -khtml-animation-delay: 1.4s;
  -mso-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -ms-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.datetime {
  font-style: italic;
  font-family: sans-serif;
  font-size: 15px;
  color: #FFF; }

.center {
  position: relative;
  text-align: center;
  margin: 0 auto; }

.content-flex {
  display: flex;
  justify-content: space-around; }

.tal {
  text-align: left !important; }

.align-self {
  align-self: center; }

.right {
  float: right;
  right: 10vh; }

.left {
  float: left;
  left: 10vh; }

/****************************************\
               NOTIFICATION
\****************************************/
.succes {
  position: relative;
  display: block;
  top: -100px;
  background-color: #00e3a6;
  padding: 10px;
  -webkit-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -khtml-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -mso-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -moz-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -ms-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -o-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  color: white;
  text-align: center;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 10000; }

.error {
  position: relative;
  display: block;
  top: -100px;
  background-color: #F00;
  padding: 10px;
  -webkit-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -khtml-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -mso-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -moz-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -ms-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -o-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  color: white;
  text-align: center;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 100000; }

@-webkit-keyframes fadein {
  to {
    top: 0px; }
  from {
    top: -100px; } }
@keyframes fadein {
  to {
    top: 0px; }
  from {
    top: -100px; } }
/****************************************\
        Style lié à l'APP calendier
\****************************************/
html {
  background: -moz-linear-gradient(340deg, #333333 0%, #6633ff 60%);
  background: -webkit-linear-gradient(340deg, #333333 0%, #6633ff 60%);
  background: linear-gradient(340deg, #333333 0%, #6633ff 60%); }

.other {
  height: 50px; }

.homepage {
  height: 0; }

nav {
  position: relative;
  z-index: 10000;
  top: 5px; }
  nav ul {
    width: 50%;
    float: right;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: 'Brandon'; }
    nav ul li {
      list-style: none;
      margin: 0px 10px; }
      nav ul li a {
        font-size: 20px;
        text-decoration: none;
        color: white;
        padding: 5px 10px; }

.nav_top {
  display: flex;
  margin-bottom: -50px; }

.nav_scroll {
  display: none;
  position: sticky;
  position: fixed;
  top: 0; }

.call_to_action {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 3px solid white;
  background: white;
  color: black;
  animation: ease-in 2s linear;
  -webkit-animation: ease-in 2s linear;
  padding: 5px 10px; }

.call_to_action:hover {
  border: 3px solid white;
  background: transparent;
  color: white; }

/****************************************\
          Parallax de l'index
\****************************************/
#slide1 {
  background: url(/CSS/img/coiffure/femme/brune-2.jpeg) center 0 no-repeat fixed;
  background-size: cover;
  width: 100%;
  height: 120vh; }

#slide2 {
  background: url(/CSS/img/coiffure/femme/chatain-1.jpeg) center 0 no-repeat fixed;
  background-size: cover;
  width: 100%;
  height: 120vh; }

#slide3 {
  background: url(/CSS/img/coiffure/homme/homme-barbe.jpeg) center 0 no-repeat fixed;
  background-size: cover;
  width: 100%;
  height: 120vh; }

#slide4 {
  background: url(/CSS/img/nailart.jpeg) center 0 no-repeat fixed;
  background-size: cover;
  width: 100%;
  height: 120vh; }

#slide5 {
  background: url(/CSS/img/salon.jpeg) center 0 no-repeat fixed;
  background-size: cover;
  width: 100%;
  height: 80vh; }

.slide_inside {
  padding: 50px;
  width: 100%; }

.btn_violet, .btn_index {
  color: white;
  background: #6633ff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -mso-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -khtml-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -mso-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -moz-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -ms-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  -o-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  text-decoration: none;
  font-size: 24px;
  padding: 15px 30px; }

.btn {
  position: relative;
  display: inline-block;
  width: 277px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none; }

.btn svg {
  position: absolute;
  top: 0;
  left: 0; }

.btn svg rect {
  stroke-width: 4;
  stroke-dasharray: 353, 0;
  stroke-dashoffset: 0;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease; }

.btn span {
  background: #FFF;
  /*   background: rgb(255,130,130);
  background: -moz-linear-gradient(left,  rgba(255,130,130,1) 0%, rgba(225,120,237,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,130,130,1) 0%,rgba(225,120,237,1) 100%);
  background: linear-gradient(to right,  rgba(255,130,130,1) 0%,rgba(225,120,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8282', endColorstr='#e178ed',GradientType=1 ); */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.btn:hover svg rect {
  stroke-width: 4;
  stroke-dasharray: 196, 543;
  stroke-dashoffset: 437; }

.btn_index {
  padding: 5px 15px;
  -webkit-transition: all, 300ms;
  -khtml-transition: all, 300ms;
  -mso-transition: all, 300ms;
  -moz-transition: all, 300ms;
  -ms-transition: all, 300ms;
  -o-transition: all, 300ms;
  transition: all, 300ms; }

.btn_index:hover {
  background: white;
  color: #6633ff;
  -webkit-box-shadow: 0 5px 5px grey;
  -khtml-box-shadow: 0 5px 5px grey;
  -mso-box-shadow: 0 5px 5px grey;
  -moz-box-shadow: 0 5px 5px grey;
  -ms-box-shadow: 0 5px 5px grey;
  -o-box-shadow: 0 5px 5px grey;
  box-shadow: 0 5px 5px grey; }

/****************************************\
           section 1,2,3
\****************************************/
.bloc-content {
  width: 30%;
  position: relative;
  background: transparent;
  color: white;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 5px;
  top: 8vh; }
  .bloc-content .list {
    width: 80%;
    margin: 0 auto;
    text-align: left; }
    .bloc-content .list li {
      list-style-type: '- ';
      text-align: left;
      font-size: 20px; }

.intro {
  font-size: 22px !important; }

/****************************************\
           Section nail art
\****************************************/
.content {
  width: 90%;
  margin: 0 auto;
  position: relative; }

.title_bubble {
  background: #FFF;
  padding: 20px 5px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #6633ff;
  text-align: center; }

.content-card {
  display: flex;
  align-items: center;
  vertical-align: center;
  justify-content: space-around;
  color: #6633ff;
  text-align: center; }
  .content-card .card {
    width: 25%;
    height: 52vh;
    background: #FFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
    padding: 5px; }
    .content-card .card img {
      position: relative;
      width: 90%;
      max-height: 195px;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5); }
  .content-card .front_sell {
    width: 30%;
    height: 80vh; }
    .content-card .front_sell img {
      max-height: none;
      margin-bottom: 5px; }
    .content-card .front_sell svg path {
      stroke: #6633ff !important; }

/****************************************\
           prestations.php
\****************************************/
.table_presta {
  position: relative;
  width: 95%;
  margin: -30px auto 20px auto;
  border-collapse: collapse; }
  .table_presta tr {
    border-bottom: 1px solid transparent; }
  .table_presta .tr_produit {
    line-height: 50px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    font-size: 20px; }
  .table_presta .tr_produit:hover td, .table_presta a {
    border-bottom: 1px solid white; }
  .table_presta .td_nom_produit {
    width: 70%;
    padding-left: 15px; }
  .table_presta .td_prix_action {
    width: 30%;
    text-align: right;
    padding: 0; }
    .table_presta .td_prix_action a {
      color: white;
      text-decoration: none;
      border: 2px solid white;
      border-radius: 0 5px 0 5px;
      -webkit-border-radius: 0 5px 0 5px;
      -moz-border-radius: 0 5px 0 5px;
      -ms-border-radius: 0 5px 0 5px;
      -o-border-radius: 0 5px 0 5px;
      padding: 5px;
      text-transform: uppercase;
      transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      font-size: 18px; }
    .table_presta .td_prix_action .burger_reserver {
      padding-top: 1px;
      transform: scaleY(1.3);
      -webkit-transform: scaleY(1.3);
      -moz-transform: scaleY(1.3);
      -ms-transform: scaleY(1.3);
      -o-transform: scaleY(1.3); }
    .table_presta .td_prix_action a:hover {
      background: #FFF;
      color: #6633ff;
      box-shadow: 0 1px 2px grey; }
      .table_presta .td_prix_action a:hover .burger_reserver path {
        fill: #6633ff !important; }

/****************************************\
           infos_user.php
\****************************************/
.info_user_box {
  width: 500px;
  margin-bottom: 50px; }
  .info_user_box input[type=text], .info_user_box .comment-modal, .info_user_box input[type=email] {
    width: 80%; }

/****************************************\
           add_product.php
\****************************************/
.table_add_product {
  width: 80%;
  margin: 0 auto;
  text-align: center; }
  .table_add_product input, .table_add_product select, .table_add_product submit {
    padding: 5px;
    font-size: 20px;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }

footer {
  width: 100%;
  background-color: #333333;
  color: #FFF;
  display: grid;
  grid-template-columns: repeat(20, 5%);
  grid-template-rows: repeat(10, 45px);
  grid-column-gap: 20px; }
  footer h2 {
    line-height: 0;
    margin-block-start: 0; }
  footer .banner_name {
    grid-column: 2 / span 4;
    grid-row: 2 / span 1;
    text-align: left; }
  footer .banner_link {
    grid-column: 7 / span 4;
    grid-row: 8 / span 1;
    text-align: center; }
    footer .banner_link img {
      width: 30px !important;
      height: 30px !important;
      margin: 0 15px; }
  footer .card_presta {
    grid-column: 2 / span 4;
    grid-row: 4 / span 5;
    padding-left: 15px;
    border-left: 1px solid #FFF; }
  footer .card_horaire {
    grid-column: 7 / span 4;
    grid-row: 1 / span 6;
    padding-left: 5px;
    text-align: center; }
    footer .card_horaire ul {
      text-align: center; }
    footer .card_horaire li {
      list-style: none;
      text-align: left;
      font-size: 20px; }
  footer .card_plan {
    grid-column: 12 / span 4;
    grid-row: 2 / span 7;
    text-align: center;
    padding-right: 15px;
    border-right: 1px solid #FFF; }
    footer .card_plan img {
      width: 100%;
      height: 91%; }
  footer .copy {
    line-height: 70px;
    font-size: 18px;
    grid-column: 2 / span 14;
    grid-row: 9 / span 2;
    text-align: center;
    font-style: italic; }

.month_calendar {
  font-size: 25px; }

.box_cal {
  min-width: 450px;
  min-height: 450px;
  width: 100%;
  height: 500px;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  margin: 0 auto;
  color: black;
  padding-top: 15px; }

.box_cal a img {
  width: 25px; }

.day_cal, .day_off {
  padding: 15px;
  margin: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: none;
  color: #6633ff;
  opacity: 0.9; }

.day_cal:hover, .day_off:hover {
  background-color: #6633ff;
  color: #FFF;
  text-decoration: none; }

.day_off {
  opacity: 0.5;
  border: none; }

.day_off:hover {
  background-color: transparent;
  cursor: not-allowed; }

.creneau {
  border-radius: 50px;
  padding: 10px;
  margin: 5px 15px;
  color: #6633ff;
  border: 1px solid #6633ff;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  width: 12%; }

.creneau:hover {
  background-color: #6633ff;
  color: white; }

.calendrier_seul {
  width: 100%;
  text-align: center;
  margin: 0 auto; }

.calendrier {
  width: 38%;
  text-align: center; }

.calendrier table {
  margin: 5vh auto;
  text-align: center; }

.horaire {
  width: 55%;
  text-align: center; }

.content_appointments {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.pris {
  border: 2px solid #6633ff !important;
  background-color: #6633ff !important;
  color: white !important;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 15px;
  cursor: not-allowed;
  opacity: 0.5;
  width: 12%; }

.planning {
  width: 100%;
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  padding: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
  .planning .td_hour {
    width: 60px;
    text-align: center; }
  .planning .td_rdv {
    background: transparent; }
  .planning .td_rdv_activate {
    text-align: left;
    background: #6633ff;
    color: white;
    -webkit-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
    -khtml-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
    -mso-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
    -moz-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
    -ms-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
    -o-box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
    box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -mso-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 5px; }
  .planning .bubble_price {
    color: #6633ff;
    background: white;
    padding: 1px 6px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -mso-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px; }

.pop-up {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -khtml-transform: translate(-50%, -50%) scale(0.9);
  -mso-transform: translate(-50%, -50%) scale(0.9);
  -moz-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  -o-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  overflow-y: auto;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all, 0.3s;
  -khtml-transition: all, 0.3s;
  -mso-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  z-index: 1000000;
  background-color: #FFF;
  width: 100%;
  height: 100%; }
  @media (min-width: 768px) {
    .pop-up {
      width: calc(100% - 40px);
      height: auto;
      max-width: 900px; } }
  .pop-up .content {
    width: 100%;
    max-width: 900px;
    overflow: hidden;
    text-align: center;
    position: relative;
    min-height: 100vh; }
    @media (min-width: 768px) {
      .pop-up .content {
        min-height: inherit; } }
    .pop-up .content .container {
      padding: 0px 5px 20px; }
      @media (min-width: 568px) {
        .pop-up .content .container {
          padding: 0px 3px 15px; } }
      @media (min-width: 768px) {
        .pop-up .content .container {
          padding: 0px 4px 20px;
          max-width: 520px;
          margin: 0 auto; } }
    .pop-up .content .close {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 1.5rem;
      letter-spacing: 0.05rem;
      color: #333333;
      -webkit-transition: all, 0.4s;
      -khtml-transition: all, 0.4s;
      -mso-transition: all, 0.4s;
      -moz-transition: all, 0.4s;
      -ms-transition: all, 0.4s;
      -o-transition: all, 0.4s;
      transition: all, 0.4s; }
      .pop-up .content .close:hover {
        cursor: pointer;
        color: #F00; }
    .pop-up .content .title h1 {
      text-align: center;
      color: #6633ff;
      text-transform: uppercase;
      font-weight: 900;
      font-size: 2.8rem;
      letter-spacing: 0.05rem; }
    .pop-up .content .subscribe form {
      overflow: hidden; }
      .pop-up .content .subscribe form input {
        width: 100%;
        float: left;
        padding: 15px 20px;
        text-align: center;
        font-family: inherit;
        font-size: 1.1rem;
        letter-spacing: 0.05rem;
        outline: 0; }
        .pop-up .content .subscribe form input[type=email] {
          margin-bottom: 15px;
          border: 1px solid #b3b3b3;
          -webkit-transition: all, 0.4s;
          -khtml-transition: all, 0.4s;
          -mso-transition: all, 0.4s;
          -moz-transition: all, 0.4s;
          -ms-transition: all, 0.4s;
          -o-transition: all, 0.4s;
          transition: all, 0.4s; }
          @media (min-width: 768px) {
            .pop-up .content .subscribe form input[type=email] {
              margin-bottom: 0px;
              width: 75%;
              border-right-width: 0px; } }
          .pop-up .content .subscribe form input[type=email]:focus {
            border-color: #333333; }
        .pop-up .content .subscribe form input[type=submit] {
          background-color: #6633ff;
          color: #FFF;
          border: 1px solid #6633ff;
          -webkit-transition: all, 0.4s;
          -khtml-transition: all, 0.4s;
          -mso-transition: all, 0.4s;
          -moz-transition: all, 0.4s;
          -ms-transition: all, 0.4s;
          -o-transition: all, 0.4s;
          transition: all, 0.4s; }
          @media (min-width: 768px) {
            .pop-up .content .subscribe form input[type=submit] {
              width: 25%; } }
          .pop-up .content .subscribe form input[type=submit]:hover {
            cursor: pointer;
            background-color: #4000ff;
            border-color: #4000ff; }
  .pop-up.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -khtml-transform: translate(-50%, -50%) scale(1);
    -mso-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
    .pop-up.open img {
      opacity: 1;
      -webkit-transition: all, 1s;
      -khtml-transition: all, 1s;
      -mso-transition: all, 1s;
      -moz-transition: all, 1s;
      -ms-transition: all, 1s;
      -o-transition: all, 1s;
      transition: all, 1s;
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s;
      -webkit-transform: translateX(0px);
      -khtml-transform: translateX(0px);
      -mso-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px); }

/*# sourceMappingURL=CSS.css.map */
