@charset "UTF-8";
html {
  padding: 0;
  margin: 0; }

body {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%; }

@font-face {
  font-family: "RalewayEL";
  src: url("/police/Raleway-ExtraLight.ttf"); }
@font-face {
  font-family: "RalewayL";
  src: url("/police/Raleway-Light.ttf"); }
@font-face {
  font-family: "RalewayR";
  src: url("/police/Raleway-Regular.ttf"); }
#bandeau-gris {
  position: absolute;
  left: 0;
  z-index: 0;
  content: '';
  height: 400px;
  background-color: #fcfcfd;
  top: 0px;
  width: 100%; }

#bandeau-violet {
  position: absolute;
  left: 0;
  z-index: 1;
  content: '';
  height: 350px;
  background-color: #4f00b4;
  top: 382.3px;
  width: 100%; }

#bandeau-violet:before {
  position: absolute;
  left: 0;
  box-shadow: 0 15px 5px black; }

.flash {
  color: white; }

.indicator {
  position: relative;
  width: 50px;
  height: 50px;
  transform: translate(-50%) rotate(45deg);
  left: 50%;
  top: 280px;
  margin-bottom: 100px; }

.indicator span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  border: none;
  border-right: 5px solid white;
  border-bottom: 5px solid white;
  animation: arrow 1.5s linear infinite;
  border-radius: 5px;
  left: -30px; }

@keyframes arrow {
  0% {
    top: -20px;
    left: -20px; }
  50% {
    top: 0;
    left: 0; }
  100% {
    top: -20px;
    left: -20px; } }
#retour {
  position: absolute;
  top: -5px;
  width: 100%;
  height: 50px;
  color: red;
  font-family: Impact;
  text-align: center;
  font-size: 20px;
  z-index: 10000;
  line-height: 50px; }

/*  nav { width: 100%; position: fixed; top: 0; margin: 0; padding: 0; z-index: 10; background-image: linear-gradient(90deg, #020024 0%, #4f00b4 100%); text-transform: uppercase;}

 */
#index {
  width: 100%;
  position: absolute;
  line-height: 50px;
  margin: 0;
  padding: 0;
  z-index: 10;
  text-transform: uppercase; }

#index #logo {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 7px; }

ul {
  position: relative;
  margin: 0 auto;
  text-align: left;
  padding-left: 20px;
  background: transparent; }

ul a {
  list-style: none;
  display: inline-block;
  padding: 5px 20px;
  text-decoration: none;
  font-family: "RalewayL";
  color: black;
  font-size: 18px; }

ul a:hover  {
  background-color: #4f00b4;
  color: white;
  border-radius: 20px; }

.toogle {
  width: 100%;
  padding-left: 20px;
  background: grey;
  text-align: left;
  box-sizing: border-box;
  display: block;
  color: black;
  font-size: 34px;
  display: none; }

.toogle i {
  position: relative;
  z-index: 1000; }

h1 {
  font-family: "RalewayR";
  font-size: 30px; }

#accroche-large {
  position: relative;
  color: black;
  padding: 0;
  margin: 0;
  width: 30%;
  text-align: left;
  z-index: 5;
  top: 120px;
  left: 30px; }

#accroche-small {
  display: none; }

#maquette {
  position: absolute;
  right: 0;
  z-index: 2; }

#cache-bordure {
  display: none; }

.btn-head {
  text-decoration: none;
  font-family: "RalewayL";
  color: black;
  font-size: 20px;
  border-radius: 25px;
  padding: 5px 10px;
  background: white;
  position: relative;
  width: 80%;
  margin: 0 auto;
  border: 1px solid white;
  transition: .3s; }

.btn-head:hover {
  color: white;
  background: #4f00b4;
  box-shadow: 0 3px 10px black; }

.btn-violet {
  text-decoration: none;
  font-family: "RalewayL";
  color: white;
  font-size: 20px;
  border-radius: 25px;
  padding: 5px 10px;
  background: #4f00b4;
  position: relative;
  width: 80%;
  margin: 0 auto;
  transition: .3s; }

.btn-violet:hover {
  color: white;
  background: #4f00b4;
  box-shadow: 0 3px 10px black; }

.btn-slim {
  text-decoration: none;
  font-family: "RalewayL";
  font-size: 20px;
  border-radius: 25px;
  padding: 5px 10px;
  position: relative;
  width: 80%;
  margin: 0 auto;
  transition: .3s;
  border: 1px solid #4f00b4; }

.btn-slim:hover {
  color: white;
  background: #4f00b4;
  box-shadow: 0 3px 10px black; }

.btn-montage {
  text-decoration: none;
  font-family: "RalewayR";
  font-size: 25px;
  border-radius: 5px;
  padding: 15px 20px;
  position: relative;
  width: 80%;
  margin: 0 auto;
  transition: .3s;
  background-image: linear-gradient(30deg, #4ffbd3, 27%, #4f00b4);
  color: white; }

.btn-montage:hover {
  box-shadow: 0 5px 15px black;
  transition: .3s;
  background-image: linear-gradient(30deg, #4f00b4, 70%, #4ffbd3); }

#texte {
  position: relative;
  display: block;
  top: 600px;
  bottom: 0;
  text-align: center;
  font-size: 23px;
  overflow: hidden; }

p {
  font-family: "RalewayL";
  width: 95%;
  margin: 0 auto; }

.carte {
  width: 80%;
  height: 140px;
  margin: 20px auto;
  transform-style: preserve-3d;
  perspective: 280px;
  transition: 0.8s; }

.carte .front {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -khtml-backface-visibility: hidden;
  -mso-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg);
  -khtml-transform: rotateX(0deg);
  -mso-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  transition: 0.8s;
  background: #4f00b4; }

.carte:hover .front {
  -webkit-transform: rotateX(-180deg);
  -khtml-transform: rotateX(-180deg);
  -mso-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg); }

.carte:active .front {
  -webkit-transform: rotateX(-180deg);
  -khtml-transform: rotateX(-180deg);
  -mso-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg); }

.carte .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -khtml-backface-visibility: hidden;
  -mso-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(180deg);
  -khtml-transform: rotateX(180deg);
  -mso-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  transition: 0.8s;
  background-color: #F1F1F1; }

.carte:hover .back {
  -webkit-transform: rotateX(0deg);
  -khtml-transform: rotateX(0deg);
  -mso-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  box-shadow: 0 0 10px; }

.carte:active .back {
  -webkit-transform: rotateX(0deg);
  -khtml-transform: rotateX(0deg);
  -mso-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  box-shadow: 0 0 10px; }

.carte p {
  font-size: 23px; }

.arrow-card {
  position: absolute;
  right: 15px;
  color: white;
  top: 40px;
  font-family: Impact;
  font-size: 50px; }

.white {
  color: white;
  margin: 0 auto;
  line-height: 140px; }

/* .card { width: 800px; height: 150px; margin: 20px auto; background: $violet; transform-style: preserve-3d; perspective: 1600px; transition: 0.5s; border-radius:10px; }

.card .front { position: absolute; width: 100%; height: 100%; left: 0; top: 0; backface-visibility: hidden; transform: rotateX(0deg); transition: 0.5s; }

.card:hover .front {transform: rotateX(-180deg); }

.card .back { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: #F1F1F1; backface-visibility: hidden; transform: rotateX(180deg); transition: 0.5s; }

.card:hover .back {transform: rotateX(0deg); }

.white { color: white; margin: 0 auto; line-height: 150px;}

.arrow-card { position: absolute; right: 15px; color: white; top: 50px; font-family: Impact; font-size: 50px;} */
/* #content-all-page  { width: 95%; padding: 10px; margin: 10px auto; display: flex; justify-content: center;} 

.content-competence { width: 30%; box-shadow: 0 0 5px black; border-radius: 10px; overflow: hidden; background-color: #F1F1F1; margin: 5px auto; }

.title-competence { position: relative; background: $violet; color: white; top: 0;  }*/
.correction {
  margin-top: 10px; }

.bandeau-vague {
  position: relative;
  width: 100.5%;
  height: 300px;
  left: -2px; }

.bandeau-vague h1 {
  color: white;
  position: relative;
  top: -64%; }

h2 {
  font-family: "RalewayR";
  font-size: 24px;
  width: 100%; }

h3 {
  font-family: "RalewayR";
  font-size: 20px;
  width: 100%; }

.img-panneau {
  width: 200px;
  height: 190px; }

.argument {
  position: relative;
  width: 60%;
  margin: 0 auto;
  text-align: center; }

.argument p {
  position: relative;
  width: 100%; }

#community-tuile {
  display: flex;
  margin: 0 auto;
  width: 98%;
  margin-bottom: 50px;
  margin-top: 50px; }

#community-tuile img {
  width: 100px;
  height: 100px;
  margin: 10px auto 0 auto; }

.tuile {
  position: relative;
  z-index: 0;
  overflow: hidden;
  box-shadow: 0px 1px 7px black;
  width: 200px;
  margin: 0 auto;
  height: auto;
  font-size: 22px;
  color: white; }

/*
.turn-left { transform: matrix3d(1.961528, 0.184258, 0, -0.000156, 
                    0.021069, 2.714802, 0, 0.0001, 
                    0, 0, 1, 0, 
                    110, 81, 0, 1);
 transform-origin: 0px 0px 0px; }

.turn-right { transform: matrix3d(2, -0.2, 0, 0, 
                    0, 2.7, 0, 0, 
                    0, 0, 1, 0, 
                    110, 110, 0, 1);
 transform-origin: 0px 0px 0px; }

*/
.tuile h2 {
  font-size: 15px; }

.facebook {
  background-image: url(/img/style/facebook.png);
  border-radius: 15px;
  /* animation-name: up-facebook; animation-duration: 4s; animation-iteration-count: infinite;*/ }

.facebook:hover {
  position: relative;
  z-index: 2; }

.twitter {
  background-image: url(/img/style/twitter.png);
  border-radius: 15px;
  /* animation-name: up-twitter; animation-duration: 4s; animation-iteration-count: infinite;*/ }

.twitter:hover {
  position: relative;
  z-index: 2; }

.insta {
  background-image: url(/img/style/degrade-instagram.png);
  border-radius: 15px;
  /* animation-name: up-insta; animation-duration: 4s; animation-iteration-count: infinite;*/ }

.insta:hover {
  position: relative;
  z-index: 2; }

.youtube {
  background-image: url(/img/style/youtube.png);
  border-radius: 15px;
  /* animation-name: up-youtube; animation-duration: 4s; animation-iteration-count: infinite;*/ }

.youtube:hover {
  position: relative;
  z-index: 2; }

.btn {
  text-decoration: none;
  font-family: "RalewayL";
  color: white;
  font-size: 25px;
  border: 1px solid white;
  border-radius: 25px;
  padding: 2px 0;
  transition: .3s;
  background: transparent;
  overflow: hidden;
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto; }

.btn:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: white;
  left: -150%;
  top: -20px;
  z-index: -1;
  transition: .3s;
  border-radius: 50px; }

.btn:hover:before {
  content: '';
  width: 110%;
  height: 110%;
  position: absolute;
  background: white;
  left: -7px;
  top: 0;
  z-index: -1;
  transition: .3s; }

.btn:hover {
  color: black;
  box-shadow: 3px 1px 8px black; }

form input[type=submit] {
  text-decoration: none;
  font-family: RalewayR;
  color: white;
  font-size: 22px;
  border-radius: 25px;
  padding: 10px 15px;
  transition: .3s;
  background: #4f00b4;
  overflow: hidden;
  width: auto;
  margin: 0 0 0 4%;
  border: none; }

/* form input[type=submit] { text-decoration: none; font-family: RalewayR; color: white; font-size:22px; border-radius: 25px; padding: 10px 15px; transition: .3s; background: #4f00b4; overflow: hidden; position: relative; display: block; width: auto; margin: 0 auto; border: none; } */
form input[type=submit]:hover {
  box-shadow: 0 3px 10px black;
  cursor: pointer; }

form label {
  display: none; }

#content-formule {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.formule {
  width: 27%;
  -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;
  overflow: hidden;
  background: #f5f5f5;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -mso-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.formule a {
  color: white; }

.big {
  margin: 20px 2%; }

.formule h1 {
  color: white;
  position: relative;
  background-color: #4f00b4;
  top: -23px;
  line-height: 60px;
  margin-bottom: 5px;
  box-shadow: 0 1px 7px black; }

.formule .coche {
  width: 20px;
  height: 15px; }

.list {
  text-align: left;
  padding: 0 5px; }

#valid {
  position: fixed;
  display: block;
  z-index: 100000;
  top: 0;
  left: 0;
  font-family: "RalewayR";
  color: white;
  font-size: 25px;
  width: 100%;
  background: green;
  line-height: 75px;
  text-align: center;
  animation-name: status;
  animation-delay: 3000ms;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards; }

#false {
  position: fixed;
  display: block;
  z-index: 100000;
  top: 0;
  left: 0;
  font-family: "RalewayR";
  color: white;
  font-size: 25px;
  width: 100%;
  background: red;
  line-height: 75px;
  text-align: center;
  animation-name: status;
  animation-delay: 3000ms;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards; }

@keyframes status {
  from {
    top: 0; }
  to {
    top: -80px; } }
#form-montage-envoie {
  width: 98%;
  margin: 0 auto; }

#form-montage-envoie .content-inline-input {
  width: 100%;
  margin-left: -15px; }

#form-montage-envoie input[type=text], input[type=email] {
  position: relative;
  height: 30px;
  padding: 5px;
  bottom: 20px;
  color: dimgray;
  font-size: 15px;
  text-align: left;
  border: none;
  font-family: "RalewayL";
  background: #F5F5F5;
  width: 300px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }

.input-ligne-entiere {
  width: 635px !important;
  left: 2px !important;
  position: relative;
  height: 30px;
  padding: 5px;
  bottom: 20px;
  color: dimgray;
  font-size: 15px;
  text-align: center !important;
  border: none;
  font-family: "RalewayL";
  background: #F5F5F5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }

#form-montage-envoie input[type=submit] {
  text-decoration: none;
  font-family: "RalewayR";
  font-size: 25px;
  border-radius: 5px;
  padding: 15px 20px;
  position: relative;
  margin: 0 auto;
  transition: .3s;
  background-image: linear-gradient(30deg, #4ffbd3, 27%, #4f00b4) !important;
  color: white;
  border: none; }

#form-montage-envoie input[type=submit]:hover {
  box-shadow: 0 5px 15px black;
  transition: .3s;
  background-image: linear-gradient(30deg, #4f00b4, 70%, #4ffbd3); }

#form-montage {
  width: 95%;
  margin: 0 auto; }

#form-montage .table-produit {
  width: 95%;
  margin: 0 auto;
  font-family: "RalewayL";
  color: black;
  box-shadow: 0 1px 2px black;
  border-radius: 5px;
  padding: 20px; }

#form-montage .table-produit tr {
  background: white; }

table .title-categorie {
  text-align: center; }

.table-produit td {
  border: 2px solid transparent; }

table td img {
  width: 200px;
  height: 200px; }

.description-montage {
  margin: 10px 0;
  font-size: 17px; }

.space {
  height: 30px; }

#form-montage input[type=submit] {
  text-decoration: none;
  font-family: "RalewayR";
  font-size: 25px;
  border-radius: 5px;
  padding: 15px 20px;
  position: relative;
  margin: 0 auto;
  transition: .3s;
  background-image: linear-gradient(30deg, #4ffbd3, 27%, #4f00b4) !important;
  color: white;
  border: none; }

#form-montage input[type=submit]:hover {
  box-shadow: 0 5px 15px black;
  transition: .3s;
  background-image: linear-gradient(30deg, #4f00b4, 70%, #4ffbd3); }

#devis-montage {
  width: 60%;
  border: none;
  background-color: #F5F5F5;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -mso-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -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;
  padding: 5px; }

.devis-montage {
  text-align: left;
  font-family: "RalewayR";
  font-size: 25px;
  padding: 5px; }

.devis-montage td {
  padding: 10px; }

#visuel-boitier-proposition {
  width: 500px;
  margin: 20px 0; }

#img-header-blog {
  width: 100%; }

.title-header-blog {
  text-transform: uppercase;
  color: white;
  font-size: 50px;
  position: relative;
  top: -300px;
  text-align: center;
  margin: 0 auto; }

.lien-interne-blog {
  cursor: pointer;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #4f00b4;
  padding: 0 !important;
  font-size: 22px; }

.triks {
  width: 80%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -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;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  z-index: -1; }

.fond-logo {
  background: #4f00b4;
  align-items: left;
  width: 100px;
  height: 100px; }

.fond-logo img {
  width: 80px;
  height: 80px;
  color: white;
  margin: 10px; }

.fond-texte-triks {
  background: #F5F5F5;
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.fond-texte-triks p {
  margin: 10px; }

.content-bloc-progress {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 100; }

.bloc-pourcentage {
  width: 200px;
  height: 125px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  border-radius: 5px;
  background: #F5F5F5;
  margin: 0 auto; }

.bloc-pourcentage span {
  margin-left: -15px; }

.led {
  content: ' ';
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 20px; }

.valid {
  background: #66ff66;
  box-shadow: 0 0 10px #66ff66; }

.progress {
  background: #66ff66;
  box-shadow: 0 0 10px #66ff66;
  animation-name: progress;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; }

.wait {
  background: #ff9933;
  box-shadow: 0 0 10px #ff9933; }

.error {
  background: #ff3333;
  box-shadow: 0 0 10px #ff3333; }

.block-list-details {
  height: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background: #F5F5F5;
  padding: 14px;
  border-radius: 5px;
  margin-bottom: 15px; }

.block-list-details span {
  margin-left: 10px;
  margin-top: -5px; }

.block-list-details p {
  margin-left: 60px; }

@keyframes progress {
  0% {
    background: #66ff66;
    box-shadow: 0 0 10px #66ff66; }
  25% {
    background: #ff9933;
    box-shadow: 0 0 10px #ff9933; }
  50% {
    background: #66ff66;
    box-shadow: 0 0 10px #66ff66; }
  75% {
    background: #ff9933;
    box-shadow: 0 0 10px #ff9933; }
  100% {
    background: #66ff66;
    box-shadow: 0 0 10px #66ff66; } }
/****************************************\
                LICENCE
\****************************************/
.block-licence {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap; }

.content-produit-action {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background: #F5F5F5;
  padding: 14px;
  border-radius: 5px;
  margin: 20px auto; }

.content-produit-action img {
  width: 250px;
  height: 250px;
  border-radius: 5px; }

.content-produit-action .prix {
  font-weight: bold;
  font-family: Arial;
  font-size: 40px; }

.content-produit-action a {
  top: 20px; }

.img-form {
  width: 1px !important;
  height: 1px !important; }

.formule-cloud {
  width: 40%;
  border: 1px solid black;
  -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;
  overflow: hidden;
  background: #f5f5f5;
  -webkit-box-shadow: 0 2px 5px black;
  -khtml-box-shadow: 0 2px 5px black;
  -mso-box-shadow: 0 2px 5px black;
  -moz-box-shadow: 0 2px 5px black;
  -ms-box-shadow: 0 2px 5px black;
  -o-box-shadow: 0 2px 5px black;
  box-shadow: 0 2px 5px black; }

.formule-cloud h1 {
  color: white;
  position: relative;
  background-color: #4f00b4;
  top: -23px;
  line-height: 60px;
  margin-bottom: 5px;
  box-shadow: 0 1px 7px black; }

.price {
  font-family: "Arial";
  font-size: 50px;
  color: #4f00b4; }

#content-formule-details {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center; }

.formule-details .coche {
  width: 20px;
  height: 15px; }

.list {
  text-align: left;
  padding: 20px; }

.btn-blogphp {
  width: auto;
  text-decoration: none;
  color: black;
  margin: 5px 15px; }

.container-article {
  display: flex;
  justify-content: start, space-around;
  flex-wrap: wrap; }

.content-article, .content-article-preview {
  position: relative;
  background: #F5F5F5;
  padding: 5px;
  left: 10px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  margin: 0 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.content-article:before, .content-article-preview:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  top: 0;
  left: -10px;
  background: linear-gradient(0deg, #4ffbd3, 27%, #4f00b4); }

.content-article:hover, .content-article-preview:hover {
  color: white;
  background: grey;
  letter-spacing: 0.75px;
  transition: 0.4s linear all;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px; }

.content-article-preview {
  background: repeating-linear-gradient(45deg, #F5F5F5, #F5F5F5 10px, #CECECE 10px, #CECECE 20px);
  padding: 5px;
  left: 10px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  margin: 0 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.content-article-preview:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  top: 0;
  left: -10px;
  background: linear-gradient(0deg, #4ffbd3, 27%, #4f00b4); }

.content-article h2, .content-article-preview h2 {
  position: relative;
  padding: 0 50px 0 0; }

.content-article:hover h2, .content-article-preview:hover h2 {
  position: relative;
  left: 5px;
  transition: 0.1s linear all;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all; }

.content-article-preview h2 {
  position: relative;
  left: 15px;
  opacity: 0.4; }

#content-sommaire {
  width: 100%;
  margin: 10px auto 50px auto;
  background: white;
  line-height: 45px;
  position: sticky;
  top: 0;
  box-sizing: border-box;
  padding: 10px 50px;
  box-shadow: 0 5px 5px grey; }

.btn-sommaire {
  text-decoration: none;
  font-family: "RalewayR";
  font-size: 20px;
  border-radius: 5px;
  padding: 0 13px;
  margin: 5px auto;
  transition: .3s;
  background-image: linear-gradient(30deg, #4ffbd3, 27%, #4f00b4);
  color: white;
  margin-bottom: 5px;
  display: inline-block; }

.btn-sommaire:hover {
  box-shadow: 0 5px 15px black;
  transition: .3s;
  background-image: linear-gradient(30deg, #4f00b4, 70%, #4ffbd3); }

.blog-page {
  background: url(/img/style/blog.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; }

.blog-page:before {
  background-image: linear-gradient(0deg, #4ffbd3, 27%, #4f00b4); }

.blog-page:after {
  background: #4ffbd3;
  top: 400px; }

#bloc-text-left {
  text-align: left;
  padding: 0 50px; }

#bloc-text-left a {
  text-align: left;
  padding: 0 50px; }

#bloc-text-left h1, h2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

#bloc-media-blog {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

figcaption {
  font-family: "RalewayL";
  width: 95%;
  margin: 0 auto; }

.img-blog-montage {
  width: 400px;
  height: 400px; }

#content-mockup {
  width: 100%;
  margin-top: 50px;
  overflow: hidden; }

#content-description {
  height: 170px; }

#content-mockup #wrap {
  position: relative;
  left: 0;
  top: 0;
  width: 200%;
  display: inline-flex;
  animation-name: slide;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; }

#wrap .base {
  position: relative;
  width: 1130px;
  height: 600px;
  margin: 0 auto;
  float: left;
  left: 0;
  display: block; }

/* #content-description { width: 100%; text-align: center; display: flex; }

#content-description .description { position: relative; width: 250px; box-shadow: 0 0 5px black; border-radius: 10px; overflow: hidden; background-color: #F1F1F1; box-shadow: 0 0 5px black; margin: 5px auto; }

#title-descri { position: relative; background: $violet; color: white; top: 0; padding: 15px 0; } */
@keyframes slide {
  0% {
    left: 0px; }
  48% {
    left: 0px; }
  58% {
    left: -100%; }
  90% {
    left: -100%; }
  100% {
    left: 0px; } }
#content-description .description {
  position: relative;
  width: 900px;
  height: 190px;
  box-shadow: 0 0 5px grey;
  border-radius: 20px;
  overflow: hidden;
  background-color: #F1F1F1;
  box-shadow: 0 0 5px black;
  margin: 5px auto; }

.descript-left {
  position: relative;
  float: left;
  width: 74%; }

.techno-right {
  position: relative;
  float: right;
  border-left: 1px solid black;
  width: 25%;
  height: 100%; }

.techno-right h2 {
  margin-bottom: 5px; }

.techno {
  position: relative;
  font-family: 'Impact';
  color: white;
  font-size: 20px;
  padding: 5px 7px;
  border-radius: 10px; }

.placement-techno {
  position: relative;
  margin: 15px 0; }

.html {
  background-color: #E55026; }

.css {
  background-color: #0A74B7; }

.js {
  background-color: #F0BE25; }

.php {
  background-color: #6B7EB7; }

.mysql {
  background-color: #E48E00; }

#mockup1 {
  position: relative;
  opacity: 1;
  z-index: 100;
  animation-name: inout1;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; }

#mockup2 {
  position: relative;
  opacity: 0;
  z-index: 1;
  top: -195px;
  bottom: 0;
  animation-name: inout2;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; }

@keyframes inout1 {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  52% {
    opacity: 0; }
  97% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes inout2 {
  0% {
    opacity: 0; }
  52% {
    opacity: 0; }
  54% {
    opacity: 1; }
  96% {
    opacity: 1; }
  98% {
    opacity: 0; }
  100% {
    opacity: 0; } }
#form-contact {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px; }

input[type=text] {
  position: relative;
  width: 60%;
  height: 30px;
  padding: 5px;
  bottom: 20px;
  color: dimgray;
  font-size: 15px;
  text-align: left;
  border: none;
  border-bottom: 1px solid black;
  left: 15px;
  font-family: "RalewayL";
  background: transparent; }

#input-large {
  width: 40%;
  position: relative;
  text-align: left;
  margin: 0 0 0 4%; }

#textarea-content {
  position: relative;
  margin: 0 auto;
  width: 60%;
  margin-right: 50px; }

textarea {
  padding: 5px;
  color: dimgray;
  font-size: 15px;
  text-align: center;
  border: 1px solid black;
  width: 100%;
  height: 354px; }

.error-message {
  font-family: 'Impact';
  color: red; }

footer {
  position: relative;
  top: 90px;
  color: white; }

.bandeau-footer {
  position: relative;
  width: 100%;
  height: 300px;
  top: -45px; }

/* .bandeau-footer { position: relative; width:100.5%; height: 300px; left: -2px; top: -45px;} */
#media {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center; }

.round {
  width: auto;
  height: 100px;
  background-color: white;
  border-radius: 100px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 50px; }

.logo {
  position: relative;
  width: 50px;
  height: 50px;
  transform: perspective(1000px) rotate(20deg) skew(-15deg);
  z-index: 5;
  top: 0;
  margin-right: 50px;
  box-shadow: 0 0 0 black;
  transition: .2s linear; }

.logo:before {
  content: '';
  position: absolute;
  height: 101%;
  width: 7px;
  left: 49.7px;
  top: 3.4px;
  transform: rotate(0deg) skewY(45deg); }

.logo:after {
  content: '';
  position: absolute;
  height: 7px;
  width: 101%;
  left: 3.2px;
  top: 49.5px;
  transform: rotate(0deg) skewX(45deg); }

.logo:hover {
  box-shadow: 10px 18px 20px rgba(0, 0, 0, 0.5);
  top: -2%; }

.face-social:before, .face-social:after {
  background: #44608c; }

.twitter-social:before, .twitter-social:after {
  background: #1f80bb; }

.link-social:before, .link-social:after {
  background: #0c6492; }

.malt-social:before, .malt-social:after {
  background: #ce344b; }

.logo:active {
  top: 4%;
  box-shadow: 0 0 0 black; }

.face-social {
  background-color: #4267B2;
  background-image: url(/img/style/facebook-logo-btn.svg);
  background-size: 100%; }

.twitter-social {
  background-color: #1CA1F2;
  background-image: url(/img/style/twitter.svg);
  background-size: 100%; }

.link-social {
  background-color: #0077B5;
  background-image: url(/img/style/link-logo-btn.svg);
  background-size: 100%; }

.malt-social {
  background-color: #FF4A65;
  background-image: url(/img/style/malt-logo-btn.svg);
  background-size: 100%; }

#rajout-rea {
  display: none; }

#sitemap {
  width: 100%;
  text-align: center; }

#sitemap a {
  text-decoration: none;
  color: white;
  font-size: 17px;
  padding: 0 10px;
  font-family: "RalewayR";
  transition: .7s; }

#sitemap a:hover {
  color: #4f00b4;
  background: white;
  border-radius: 25px; }

#sitemap a:active {
  color: #4f00b4;
  background: white;
  border-radius: 25px; }

#copy {
  position: relative;
  text-align: center;
  font-family: "RalewayL";
  font-size: 20px;
  z-index: 2;
  color: white;
  margin: 0 auto; }

#space-page {
  content: '';
  height: 100px;
  width: 100%; }

.logo-page {
  position: absolute;
  width: 400px;
  height: 400px;
  transform: perspective(1000px) rotate(20deg) skew(-15deg);
  z-index: 5;
  top: 100px;
  right: 150px;
  box-shadow: 40px 40px 60px black; }

.logo-page:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 40px;
  left: 400px;
  top: 20px;
  transform: rotate(0deg) skewY(45deg); }

.logo-page:after {
  content: '';
  position: absolute;
  height: 40px;
  width: 100%;
  left: 20.2px;
  top: 399.5px;
  transform: rotate(0deg) skewX(45deg); }

.face-social-page {
  background-color: #4267B2;
  background-image: url(/img/style/facebook-logo-btn.svg);
  background-size: 100%; }

.face-social-page:before, .face-social-page:after {
  background: #44608c; }

.twitter-social-page {
  background-color: #1CA1F2;
  background-image: url(/img/style/twitter.svg);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center; }

.twitter-social-page:before, .twitter-social-page:after {
  background: #1f80bb; }

.insta-social-page {
  background-image: -moz-linear-gradient(45deg, #f9cd14 0%, #df5755 33%, #cd2d87 67%, #4b3ade 100%);
  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(45deg, #f9cd14 0%, #df5755 33%, #cd2d87 67%, #4b3ade 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(45deg, #f9cd14 0%, #df5755 33%, #cd2d87 67%, #4b3ade 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-image: url(/img/style/instagram-social-network-logo-of-photo-camera.svg), linear-gradient(45deg, #f9cd14 0%, #df5755 33%, #cd2d87 67%, #4b3ade 100%);
  background-size: 90%, 100%;
  background-repeat: no-repeat;
  background-position: center; }

.insta-social-page:before, .insta-social-page:after {
  background-image: linear-gradient(45deg, #f9cd14 0%, #df5755 33%, #cd2d87 67%, #4b3ade 100%); }

.youtube-social-page {
  background-color: #FF0000;
  background-image: url(/img/style/youtube.svg);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center; }

.youtube-social-page:before, .youtube-social-page:after {
  background: #BA0000; }

.montage-bureautique-page {
  background: url(/img/style/chevron-1.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; }

.montage-hybride-page {
  background: url(/img/style/chevron-2.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; }

.montage-pro-page {
  background: url(/img/style/chevron-3.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; }

.montage-bureautique-page:before, .montage-hybride-page:before, .montage-pro-page:before {
  background-image: linear-gradient(0deg, #4ffbd3, 27%, #4f00b4); }

.montage-bureautique-page:after, .montage-hybride-page:after, .montage-pro-page:after {
  background: #4ffbd3; }

.montage-bureautique-page:before, .montage-hybride-page:before, .montage-pro-page:before {
  background-image: linear-gradient(0deg, #4ffbd3, 27%, #4f00b4); }

.montage-bureautique-page:before, .montage-hybride-page:after, .montage-pro-page:after {
  background: #4ffbd3; }

.logo-win {
  background: #2962ff;
  background-image: url(/img/style/Win10_white.svg);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center; }

.logo-win:before, .logo-win:after {
  background: #2962ff; }

.simulateur-page {
  background: url(/img/style/montage.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; }

.simulateur-page:before {
  background-image: linear-gradient(0deg, #4ffbd3, 27%, #4f00b4); }

.simulateur-page:after {
  background: #4ffbd3;
  top: 400px; }

#texte-page {
  position: relative;
  display: block;
  text-align: center;
  font-size: 20px;
  top: -50px; }

input[type=checkbox] {
  position: relative;
  width: 80px;
  height: 30px;
  -webkit-appearance: none;
  background: #C6C6C6;
  outline: none;
  border-radius: 20px;
  transition: .5s;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  cursor: pointer; }

input[type=checkbox]:checked {
  background: #4f00b4; }

input[type=checkbox]:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 30px;
  border-radius: 20px;
  top: 0;
  left: 0;
  background: #fff;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: .5s; }

input:checked[type=checkbox]:before {
  left: 40px; }

table {
  width: 70%;
  margin: 0 auto;
  font-family: "RalewayL";
  color: black;
  background-color: #4f00b4;
  box-shadow: 2px 5px 5px black;
  border-radius: 20px;
  padding: 20px; }

table tr {
  width: 80%;
  border: 1px solid;
  background-color: white;
  border-radius: 5px;
  padding-bottom: 15px; }

table tr td {
  font-size: 22px; }

.tete {
  text-align: left; }

.spacing {
  height: 10px;
  content: ''; }

#form-page {
  width: 100%;
  margin-bottom: 30px; }

#moreview {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px; }

#moreview #middle {
  margin: 0 13%; }

#moreview a {
  text-decoration: none;
  color: black; }

@media (max-width: 1130px) {
  .first-out {
    display: none; }

  .bandeau-vague h1 {
    color: white;
    position: relative;
    top: -52%; }

  .large {
    display: none; }

  #prix-small {
    display: none; }

  #rajout-rea {
    top: -260px;
    display: block; }

  .tuile {
    z-index: 10; }

  #title-rea-moove {
    top: -70px; }

  #content-mockup {
    margin-top: 0px; }

  #wrap .base {
    position: relative;
    width: 800px;
    height: 400px;
    margin: 0 auto;
    float: left;
    left: 0;
    display: block; }

  #texte-page {
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    top: 115px; } }
@media (min-width: 700px) and (max-width: 950px) {
  #index {
    z-index: 10000; }

  .toogle {
    display: block;
    background: transparent; }

  ul {
    display: none;
    position: relative;
    top: -60px;
    background: #4f00b4;
    left: 0;
    padding: 0; }

  ul a {
    display: block;
    text-align: center;
    border-bottom: 2px solid white;
    color: white; }

  .active {
    display: block; }

  #bandeau-violet {
    position: absolute;
    top: 317px;
    height: 350px; }

  #cache-bordure {
    position: absolute;
    right: 0;
    z-index: 100;
    content: ' ';
    height: 317.4px;
    background-color: white;
    top: 0px;
    width: 13.3%;
    display: block; }

  #maquette {
    width: 700px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block; }

  #accroche-small {
    position: relative;
    color: white;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    z-index: 5;
    top: -50px;
    display: block; }
    #accroche-small h1 {
      font-size: 28px; }

  .first-out, #accroche-large, #logo {
    display: none; }

  .arrow {
    height: 50px;
    width: 50px;
    position: relative;
    display: block;
    margin: 0 auto;
    z-index: 100;
    top: -55px; }

  #texte {
    position: relative;
    top: 50px; }

  #texte-page {
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    top: 145px; }

  .bandeau-vague h1 {
    color: white;
    position: relative;
    top: -47%; }

  .tuile {
    z-index: 10; }

  .indicator {
    width: 40px;
    height: 40px;
    top: 300px; }

  .bigrea {
    display: none; }

  .carte p {
    font-size: 19px; }

  #wrap .base {
    position: relative;
    width: 800px;
    height: 400px;
    margin: 0 auto;
    float: left;
    left: 0;
    display: block; }

  .adapte-header {
    margin-top: 210px; } }
@media (min-width: 870px) and (max-width: 950px) {
  #rajout-rea {
    top: -215px;
    display: block; }

  #title-rea-moove {
    top: -30px; }

  #base {
    display: block;
    margin: 0 auto; }

  .bigrea {
    display: none; } }
@media (min-width: 700px) and (max-width: 869px) {
  #rajout-rea {
    top: -180px;
    display: block; }

  #title-rea-moove {
    top: -20px; }

  #title-descri {
    padding: 5px 0; }

  #content-mockup {
    margin-top: -100px; }

  .bigrea {
    display: none; }

  #community-tuile {
    display: block;
    margin: 0 auto;
    width: 98%;
    margin-bottom: 50px;
    margin-top: 50px; }

  #community-tuile img {
    width: 100px;
    height: 100px;
    margin: 20px auto 0 auto; }

  .tuile {
    position: relative;
    z-index: 0;
    overflow: hidden;
    box-shadow: 0px 1px 7px black;
    width: 60%;
    margin: 15px auto;
    height: auto;
    font-size: 22px;
    color: white; }

  .tuile h2 {
    display: none; }

  #moreview {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px; }

  #moreview #middle {
    margin: 0 4%; }

  #texte-page {
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    top: 145px; } }
@media (min-width: 1550px) {
  #maquette {
    right: 100px; }

  #cache-bordure {
    position: absolute;
    right: 0;
    z-index: 100;
    content: ' ';
    height: 383px;
    background-color: #fcfcfd;
    top: 0px;
    width: 6.3%;
    display: block; }

  .cache-reseaux {
    display: none; }

  #community-tuile {
    display: flex;
    margin: 40px auto;
    width: 98%;
    margin-bottom: 30px; }

  .tuile {
    width: 300px; }

  .bandeau-vague {
    background-color: #4f00b4;
    width: 102%;
    height: 200px;
    transform: rotate(2deg);
    line-height: 200px;
    margin-left: -5px; }

  .bandeau-vague h1 {
    top: 0;
    transform: rotate(-2deg); }

  .bandeau-vague img {
    display: none; }

  .logo-page {
    position: absolute;
    width: 400px;
    height: 400px;
    transform: perspective(1000px) rotate(20deg) skew(-15deg);
    z-index: 5;
    top: 100px;
    right: 300px;
    box-shadow: 40px 40px 60px black; }

  .bigrea {
    position: relative;
    display: block;
    top: 360px; }

  #content-mockup {
    margin-top: 50px; }

  #content-description .description {
    width: 450px; }

  .base {
    width: 1730px;
    height: 800px; }

  #texte-page {
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    top: -50px; } }

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