@charset "UTF-8";
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Initialisation■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Lato", sans-serif;
  box-sizing: border-box;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Elements■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
h1 {
  font-weight: 700;
  margin: 0 0 15px 0; /* Dorian, quand 1 ou 2 valeur <> 0, peux-tu utiliser margin-top, margin-left, ... à la place */
}

h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 10px 0;
}

strong, b {
  font-weight: 900;
}

img {
  /* display: block; */
  width: auto;
  height: 100%;
  box-sizing: border-box;
}

hr {
  width: 30px;
  margin-bottom: 10px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a.bouton {
  display: inline-block;
  transition: all 0.5s ease;
  outline: none;
}

a.bouton-type0 {
  display: block;
  font-weight: 700;
  background-color: white;
  height: 40px;
  line-height: 40px;
  padding: 0 13px 0 13px; /* Dorian, appliquer la même logique que pour margin */
  color: #1d1d1d;
}

a.bouton-type0:hover {
  background-color: #1d1d1d;
  color: white;
}

a.bouton-type0:active {
  background-color: #f27442;
  color: white;
}

a.bouton-type1 {
  font-weight: 700;
  background-color: white;
  height: 50px;
  line-height: 50px;
  color: #32aae6;
}

a.bouton-type1:hover {
  background-color: #f27442;
  color: white;
}

a.bouton-type2 {
  font-size: 1.2rem;
  font-weight: 700;
  background-color: white;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  color: #32aae6;
}

a.bouton-type2:hover {
  background-color: #32aae6;
  color: white;
}

input.bouton {
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
}

input.bouton-type1 {
  background-color: #32aae6;
  color: white;
  height: 50px;
  margin: 20px 0 50px 0;
}

input.bouton-type1:hover {
  background-color: #f27442;
}

.bleu {
  color: #32aae6;
}

.orange {
  color: #f27442;
}

.blanc {
  color: #ffffff;
}

.noir {
  color: #1d1d1d;
}

.rouge {
  color: red;
}

.vert {
  color: green;
}

.fond-blanc {
  background-color: #ffffff;
}

.fond-bleu {
  background-color: #32aae6;
}

.fond-orange {
  background-color: #f27442;
}

.fond-noir {
  background-color: #1d1d1d;
}

.gras {
  font-weight: 900 !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

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

.display-block {
  display: block;
}

.width-100Prct {
  width: 100%;
}

.taille-1-5 {
  font-size: 1.5rem !important;
}

.soustitre {
  font-size: 1.4rem;
  line-height: 1.95rem;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 25px;
}

.titre-faq {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #32aae6;
  letter-spacing: 1px;
}

.wrapper {
  display: block;
  width: 1170px;
  margin: 0 auto;
}

.societe {
  padding-bottom: 10px;
  font-size: 1.2rem;
}

.descriptifcourt {
  display: inline;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 700;
}

.descriptifcourt i {
  display: inline-block;
  font-size: 1.4rem;
}

.descriptifcourt .fa-quote-left {
  padding: 0 8px 0 0;
  vertical-align: baseline;
}

.descriptifcourt .fa-quote-right {
  padding: 0 0 0 8px;
  vertical-align: sub;
}

.descriptiflong {
  display: none;
}

.BoxRetourDémo {
  position: fixed;
  width: 300px;
  left: calc(50% - 150px);
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  text-align: center;
  border: 2px solid #32aae6;
  padding: 12px;
}
.BoxRetourDémo .BoxRetourDémoClose {
  width: 170px;
  margin: 2% 0;
  padding: 4px;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  background-color: #32aae6;
  border: 1px solid #32aae6;
  transition: all 1s ease;
}
.BoxRetourDémo .BoxRetourDémoClose:hover {
  background-color: transparent;
  color: #32aae6;
}

input {
  outline: none;
}

.TarifWeb {
  width: 100%;
  display: flex;
  justify-content: center;
}
.TarifWeb a {
  font-size: 1.2rem;
  /* background-color: #f27442; */
  background-color: #0eba00;
  color: white;
  font-weight: 700;
  padding: 0.8% 2%;
  margin: 1% 0 3% 0;
  cursor: pointer;
  transition: all 1s ease;
  /* border: 1px solid #f27442; */
  border: 1px solid #0eba00;
}
.TarifWeb a:hover {
  background-color: transparent;
  /* color: #f27442; */
  color: #0eba00;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Elements■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.initpage {
  height: 130px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin initialisation■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#bandeau_cookie {
  border-top: 2px solid #f27442;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  padding: 2%;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 150px;
  z-index: 10000;
}
#bandeau_cookie h2 {
  color: black;
  font-size: 16px;
  padding-top: 0;
  line-height: 20px;
}
#bandeau_cookie a {
  color: #f27442;
}
#bandeau_cookie .bouton {
  padding: 4px;
  margin-top: 12px;
  width: 200px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  color: white;
  background-color: #f27442;
  cursor: pointer;
  border: 1px solid #f27442;
  transition: all 1s ease;
}
#bandeau_cookie .bouton:hover {
  color: #f27442;
  background-color: white;
}

.formulaire-démo, .formulaire-témoignage {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 25px;
}
.formulaire-démo .containercheck, .formulaire-témoignage .containercheck {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 10px 0;
  position: relative;
  height: 40px;
}
.formulaire-démo .containercheck .popup, .formulaire-témoignage .containercheck .popup {
  display: none;
  position: absolute;
  z-index: 99;
  top: -40px;
  right: -38%;
  border: 2px solid red;
  border-radius: 12px;
  text-align: center;
  padding: 1px;
}
.formulaire-démo .containercheck .popup::after, .formulaire-témoignage .containercheck .popup::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: red transparent transparent transparent;
}
.formulaire-démo .containercheck .popup .popupcontent, .formulaire-témoignage .containercheck .popup .popupcontent {
  margin: 4px 19px;
  color: red;
  font-weight: 700;
  line-height: 1.4;
}
.formulaire-démo .containercheck input, .formulaire-témoignage .containercheck input {
  border: none;
  outline: none;
  width: 100%;
  height: 40px;
  border: solid 1px #898989;
  color: #777;
  padding: 4px;
  transition: all ease 1s;
}
.formulaire-démo .containercheck input:focus, .formulaire-témoignage .containercheck input:focus {
  background-color: #32aae6;
  border: solid 1px #32aae6;
}
.formulaire-démo .containercheck i, .formulaire-témoignage .containercheck i {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.formulaire-démo .containercheck .good, .formulaire-témoignage .containercheck .good {
  background-color: green;
  display: none;
}
.formulaire-démo .containercheck .notgood, .formulaire-témoignage .containercheck .notgood {
  background-color: red;
  display: none;
}
.formulaire-démo .mentionslegales, .formulaire-témoignage .mentionslegales {
  text-align: left;
}
.formulaire-démo .mentionslegales a, .formulaire-témoignage .mentionslegales a {
  font-weight: 700;
  color: #32aae6;
}
.formulaire-démo .containtextarea, .formulaire-témoignage .containtextarea {
  height: 100px;
}
.formulaire-démo .containtextarea textarea, .formulaire-témoignage .containtextarea textarea {
  width: 100%;
  height: 100%;
  margin: 0;
  border: solid 1px #898989;
}
.formulaire-démo .flex-captcha-btndémo, .formulaire-témoignage .flex-captcha-btndémo {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.formulaire-démo .flex-captcha-btndémo .ContainCatpcha, .formulaire-témoignage .flex-captcha-btndémo .ContainCatpcha {
  width: 60%;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
.formulaire-démo .flex-captcha-btndémo .ContainCatpcha input, .formulaire-témoignage .flex-captcha-btndémo .ContainCatpcha input {
  text-align: right;
  width: 20px;
  color: #f27442;
  font-size: 1.2rem;
  font-weight: 700;
}
.formulaire-démo .flex-captcha-btndémo .ContainCatpcha .inputVérif1, .formulaire-témoignage .flex-captcha-btndémo .ContainCatpcha .inputVérif1 {
  outline: none;
  border: 1px solid #32aae6;
  width: 45px;
  padding: 8px 5px;
  font-size: 1.2rem;
  transition: 1s ease;
  text-align: center;
  transition: all 0.6s ease;
}
.formulaire-démo .flex-captcha-btndémo .ContainCatpcha .inputVérif1:focus, .formulaire-témoignage .flex-captcha-btndémo .ContainCatpcha .inputVérif1:focus {
  color: white;
  background-color: #32aae6;
}
.formulaire-démo .flex-captcha-btndémo .ContainCatpcha .inputVérif1.erreur, .formulaire-témoignage .flex-captcha-btndémo .ContainCatpcha .inputVérif1.erreur {
  background-color: #D64045;
}
.formulaire-démo .flex-captcha-btndémo .ContainCatpcha .inputVérif1.ok, .formulaire-témoignage .flex-captcha-btndémo .ContainCatpcha .inputVérif1.ok {
  background-color: green;
}
.formulaire-démo .flex-captcha-btndémo .question-captcha, .formulaire-témoignage .flex-captcha-btndémo .question-captcha {
  width: 100%;
}
.formulaire-démo .flex-captcha-btndémo .question-captcha .captcha, .formulaire-témoignage .flex-captcha-btndémo .question-captcha .captcha {
  font-size: 0.8rem;
  font-style: italic;
}
.formulaire-démo .flex-captcha-btndémo .BoutonEnvoi, .formulaire-témoignage .flex-captcha-btndémo .BoutonEnvoi {
  margin-top: 20px;
  cursor: pointer;
}
.formulaire-démo .flex-captcha-btndémo .BoutonEnvoi .BoutonEnvoiFormulaire, .formulaire-témoignage .flex-captcha-btndémo .BoutonEnvoi .BoutonEnvoiFormulaire {
  width: calc(50% - 20px);
  font-size: 1rem;
  font-weight: 600;
  color: white;
  background-color: #32aae6;
  border: solid 2px #32aae6;
  transition: all 1s ease;
  padding: 10px 16px;
}
.formulaire-démo .flex-captcha-btndémo .BoutonEnvoi .BoutonEnvoiFormulaire:hover, .formulaire-témoignage .flex-captcha-btndémo .BoutonEnvoi .BoutonEnvoiFormulaire:hover {
  background-color: white;
  color: #32aae6;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■PopUp d'erreur du formulaire■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#PopupSubmit {
  display: none;
  position: fixed;
  background-color: white;
  border: 1px solid #f27442;
  top: 50%;
  color: #f27442;
  margin: auto;
  padding: 16px;
  width: 300px;
}
#PopupSubmit #ClosePopupSubmit {
  display: block;
  margin: 10px auto 0 auto;
  height: 30px;
  width: 150px;
  color: white;
  font-weight: 700;
  background-color: #f27442;
  cursor: pointer;
  transition: 1s ease;
}
#PopupSubmit #ClosePopupSubmit:hover {
  background-color: grey;
}

#PopupFormulaire {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  background-color: white;
  border: 1px solid #f27442;
  bottom: 50%;
  left: calc(50% - 150px);
  color: #f27442;
  padding: 16px;
  width: 300px;
}
#PopupFormulaire #ClosePopupFormulaire {
  margin: 10px;
  padding: 3% 6%;
  color: white;
  font-weight: 700;
  background-color: #f27442;
  cursor: pointer;
  transition: all 1s ease;
}
#PopupFormulaire #ClosePopupFormulaire:hover {
  background-color: transparent;
  color: #f27442;
  border: 1px solid #f27442;
}

.popupcontain {
  display: flex;
  width: 100%;
  justify-content: center;
}

.Invisible {
  display: none;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■PopUp d'erreur du formulaire■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Accueil■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.visuel {
  height: 150px;
  background: url(../img/accueil-antesis-copy-service.jpg) no-repeat center center;
}

#accueil {
  padding: 30px 0 30px 0;
  text-align: center;
  background-color: #f27442;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Accueil■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Découvrir■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#installation {
  background-color: #32aae6;
  padding: 30px 0 30px 0;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.4rem;
  font-weight: 700;
  color: white;
}

#galeriephoto {
  text-align: center;
}
#galeriephoto .mosaique {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#galeriephoto .mosaique li {
  width: 22%;
  margin: 20px 1%;
  border: solid 2px transparent;
  transition: all 0.5s ease;
}
#galeriephoto .mosaique li img {
  height: 180px;
}
#galeriephoto .mosaique li a {
  overflow-x: hidden;
  display: block;
  position: relative;
}
#galeriephoto .mosaique li:hover {
  border-color: #f27442;
}
#galeriephoto .mosaique li:hover a .over {
  opacity: 0.7;
}
#galeriephoto .mosaique li li:last-child {
  display: none;
}
#galeriephoto .mosaique .over {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #f27442;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
#galeriephoto .mosaique .over i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50px;
  color: white;
  margin: -25px 0 0 0;
  font-size: 3rem;
  text-align: center;
  box-sizing: border-box;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Découvrir■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Demande de démo■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.box-demande-démo a {
  background-color: #0eba00;
  width: 150px;
  padding: 16px;
  z-index: 999;
  position: fixed;
  right: -1px;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 10px;
}
.box-demande-démo i {
  font-size: 56px;
  margin-bottom: 8px;
}

.box-démo {
  display: block;
  position: fixed;
  top: 50px;
  right: -1000px;
  width: 400px;
  height: calc(100% - 50px);
  padding: 20px 30px 30px 30px;
  z-index: 9999;
  background-color: white;
  transition: right 2s ease;
}
.box-démo .closedémo {
  position: fixed;
  top: 0;
  right: -1000px;
  width: 400px;
  font-size: 2rem;
  text-transform: uppercase;
  color: white;
  text-align: center;
  background-color: #32aae6;
  transition: all 2s ease;
  cursor: pointer;
}
.box-démo .closedémo:hover {
  background-color: #1d1d1d;
}
.box-démo .titre {
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #32aae6;
}
.box-démo .soustitre {
  width: 100%;
  font-size: 1rem;
  line-height: 1.8rem;
}

.box-démo-open {
  right: 0;
}

.closedémo-open {
  right: 0 !important;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Demande de démo■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin faq■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#faq {
  background: url(../img/faq-antesis-copy-service.jpg) no-repeat center center fixed;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 110px;
}
#faq ul {
  padding: 20px 30px;
  width: 50%;
  height: 400px;
  background-color: white;
  border: solid 6px #32aae6;
  border-right: solid 3px #32aae6;
  float: left;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
#faq ul li a {
  display: block;
  position: relative;
  padding: 10px 40px 10px 0;
  text-align: left;
  color: #898989;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
#faq ul li a.active, #faq ul li a.active i {
  color: #32aae6;
}
#faq ul li a:hover {
  color: #32aae6;
}
#faq ul li a i {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 1.6rem;
  color: #898989;
  box-sizing: border-box;
}
#faq ul li span.reponse {
  display: none;
  color: #f27442;
  padding: 10px 10px 20px 0;
}
#faq .reponsequestion {
  padding: 30px 30px;
  width: 50%;
  height: 400px;
  background-color: white;
  text-align: left;
  border: solid 6px #32aae6;
  border-left: solid 3px #32aae6;
  overflow: hidden;
  overflow-y: auto;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin faq■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■fonctionnalitées■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.listing-fonctionnalites {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.listing-fonctionnalites li {
  display: flex;
  align-items: center;
  width: 49%;
  margin-bottom: 10px;
  height: 70px;
}
.listing-fonctionnalites li i {
  vertical-align: middle;
  width: 13%;
  font-size: 2.4rem;
  color: #f27442;
}
.listing-fonctionnalites li .IType2 {
  font-size: 2rem;
  color: #32aae6;
  margin-left: 2%;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin fonctionnalitées■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.orange {
  color: #F27442;
}

#attentionJS {
  font-size: 1.5em;
}

#TarifsWeb {
  font-size: 1.2rem;
}

.class0 {
  visibility: hidden;
}

form {
  margin: auto;
  width: 60%;
  text-align: center;
}
form .containtotal {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 0.3rem;
  color: white;
  background-color: #32aae6;
  min-width: 140px;
  height: 40px;
}
form .UnTierDeuxTier {
  display: flex;
  justify-content: space-between;
}
form .UnTierDeuxTier .titre {
  margin: 8px 0;
  display: flex;
  text-align: left;
  width: 33.3333%;
}
form .UnTierDeuxTier .containerRadio {
  display: flex;
  justify-content: flex-start;
  width: 66.6666%;
  flex-wrap: wrap;
}
form .UnTierDeuxTier .containerRadio .choixRadio {
  display: none;
}
form .UnTierDeuxTier .containerRadio .choixRadio + label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 0.3rem;
  color: #32aae6;
  background-color: white;
  border: 1px solid #32aae6;
  transition: all 0.5s ease-in-out;
}
form .UnTierDeuxTier .containerRadio .choixRadio:checked + label, form .UnTierDeuxTier .containerRadio .choixRadio:hover + label {
  background-color: #32aae6;
  color: white;
}
form .UnTierDeuxTier .containerRadio .containprix {
  margin: 2% 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
form .UnTierDeuxTier .containerRadio .containprix .ContainTarifs {
  display: flex;
  flex-direction: column;
}
form .UnTierDeuxTier .containerRadio .containprix .prix {
  font-size: 0.8rem;
  font-style: italic;
}
form .UnTierDeuxTier .containerRadio .containprix .choixEdition + label {
  width: 150px;
  height: 40px;
}
form .UnTierDeuxTier .containerRadio .containprix .codePromo {
  border: 1px solid #32aae6;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 0.3rem;
  min-width: 140px;
  padding: 1%;
}
form .UnTierDeuxTier .containerRadio .containprix #Essentiel + label, form .UnTierDeuxTier .containerRadio .containprix #Pro + label {
  width: 200px;
}
form .UnTierDeuxTier .containerRadio .containprix .choixMachines + label {
  font-size: 16px;
  width: 70px;
  height: 40px;
}
form .UnTierDeuxTier .containerRadio .containprix .choixDouchettes + label {
  width: 70px;
  height: 40px;
}
form .UnTierDeuxTier .containerRadio .containprix .Produits + label {
  width: 100%;
  padding: 8px;
  height: 40px;
}
form .UnTierDeuxTier .containerRadio .containprix .choixImprimantes + label {
  width: 70px;
  height: 40px;
}
form .UnTierDeuxTier .containerRadio .containIncrement {
  display: flex;
  width: 90px;
  justify-content: center;
  align-items: center;
}
form .UnTierDeuxTier .containerRadio .containIncrement .increment {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #32aae6;
  border: 1px solid #32aae6;
  height: 40px;
  width: 24px;
  font-size: 1.4em;
  font-weight: 700;
  cursor: pointer;
}
form .UnTierDeuxTier .containerRadio .containIncrement #incrementMoins {
  border-radius: 0.3rem 0 0 0.3rem;
}
form .UnTierDeuxTier .containerRadio .containIncrement #incrementPlus {
  border-radius: 0 0.3rem 0.3rem 0;
}
form .UnTierDeuxTier .containerRadio .containIncrement #PlusDeMachines + label {
  width: 40px;
  height: 40px;
  border-left: none;
  border-radius: 0;
  border-right: none;
}
form .containseparateur {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
form .containseparateur .separateur {
  width: 70%;
  height: 1px;
  transition: 1s ease;
}
form .containseparateur:hover .separateur {
  width: 40%;
}
form .formulaireClient {
  position: relative;
  display: flex;
  width: 80%;
  flex-direction: column;
}
form .formulaireClient .titre {
  margin-bottom: 4%;
}
form .formulaireClient .containForm {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
form .formulaireClient .containForm .ContainTél {
  position: absolute;
  display: none;
  flex-direction: column;
  align-items: center;
  top: 40%;
  background-color: white;
  border: 1px solid #32aae6;
  border-top: 10px solid #32aae6;
  padding: 0 0 6% 0;
}
form .formulaireClient .containForm .ContainTél input[type=submit], form .formulaireClient .containForm .ContainTél a {
  cursor: pointer;
  background-color: #32aae6;
  padding: 1% 4%;
  color: white;
  font-weight: 600;
  margin-top: 2%;
  transition: all 1s ease;
}
form .formulaireClient .containForm .ContainTél input[type=submit]:hover, form .formulaireClient .containForm .ContainTél a:hover {
  background-color: transparent;
  border: 1px solid #32aae6;
  color: #32aae6;
}
form .formulaireClient .horizontalForm {
  display: flex;
  justify-content: space-between;
  width: 80%;
}
form .formulaireClient .containercheck {
  width: 300px;
  height: 30px;
  margin: 8px 8px 8px 0;
  position: relative;
}
form .formulaireClient .containercheck .popup {
  display: none;
  position: absolute;
  z-index: 99;
  top: -40px;
  right: -18%;
  background: white;
  border: 2px solid red;
  border-radius: 12px;
  text-align: center;
  padding: 1px;
}
form .formulaireClient .containercheck .popup::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: red transparent transparent transparent;
}
form .formulaireClient .containercheck .popup .popupcontent {
  margin: 4px 19px;
  color: red;
  font-weight: 700;
  line-height: 1.4;
}
form .formulaireClient .containercheck.containtextarea {
  height: auto;
}
form .formulaireClient .containercheck input {
  width: 100%;
  margin: 0;
  height: 30px;
  border: 1px solid #32aae6;
  outline: none;
}
form .formulaireClient .containercheck i {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  color: white;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
form .formulaireClient .containercheck .good {
  background-color: green;
  display: none;
}
form .formulaireClient .containercheck .notgood {
  background-color: red;
  display: none;
}
form .flex-captcha-btndémo {
  display: flex;
}
form .flex-captcha-btndémo .question-captcha {
  margin-right: 6%;
}
form .flex-captcha-btndémo .ContainCatpcha {
  display: flex;
}
form .flex-captcha-btndémo .ContainCatpcha input {
  background-color: transparent;
  width: 30px;
}
form .flex-captcha-btndémo .ContainCatpcha .inputVérif1 {
  border: 1px solid #32aae6;
  width: 30px;
  height: 30px;
  text-align: center;
  transition: all 0.6s ease;
}
form .flex-captcha-btndémo .ContainCatpcha .inputVérif1:focus {
  color: white;
  background-color: #32aae6;
}
form .flex-captcha-btndémo .ContainCatpcha .inputVérif1.erreur {
  background-color: red;
}
form .flex-captcha-btndémo .ContainCatpcha .inputVérif1.ok {
  background-color: green;
}
form .MesBoutons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
form .MesBoutons .interbuton {
  margin: 2% 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
form .MesBoutons .interbuton input[type=submit], form .MesBoutons .interbuton .PetitButton {
  border-radius: 0.3rem;
  width: 40%;
  outline: none;
  border: none;
  background-color: #32aae6;
  transition: 1s ease;
  cursor: pointer;
  color: white;
  font-size: 1rem;
  font-weight: 700;
}
form .MesBoutons .interbuton input[type=submit]:hover, form .MesBoutons .interbuton .PetitButton:hover {
  background-color: #F27442;
}
form .MesBoutons .interbuton input[type=submit] {
  padding: 8px;
}
form .MesBoutons .interbuton .PetitButton a {
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 8px;
}

#prix_licence_edition_essentielle_promo, #prix_licence_edition_pro_promo {
  font-weight: bold;
  font-size: large;
}
#prix_licence_edition_essentielle_promo .fa-badge-dollar, #prix_licence_edition_pro_promo .fa-badge-dollar {
  color: red;
}

/*Bug de scroll inexplicable patch avec ça */
.scroll {
  height: 100px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Media Query■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media (max-width: 1170px) {
  form {
    width: 100%;
  }
  form .MesBoutons {
    flex-direction: column;
    align-items: center;
  }
  form .MesBoutons input[type=submit], form .MesBoutons button {
    margin: 8px 0;
  }
  form .UnTierDeuxTier {
    flex-direction: column;
    align-items: center;
  }
  form .UnTierDeuxTier .containerRadio {
    width: 90%;
    justify-content: center;
  }
  form .UnTierDeuxTier .containerRadio .containprix #SansLicence + label {
    width: 200px;
  }
  form .UnTierDeuxTier .titre {
    width: 90%;
  }
  form .formulaireClient {
    width: 90%;
    margin: auto;
  }
  form .formulaireClient .containForm {
    align-items: center;
  }
  form .formulaireClient .containForm .horizontalForm {
    flex-direction: column;
    align-items: center;
  }
  form .flex-captcha-btndémo, form .MesBoutons {
    width: 90%;
    margin: auto;
  }
  form .MesBoutons .interbuton {
    flex-direction: column;
  }
  form .MesBoutons .interbuton input[type=submit], form .MesBoutons .interbuton .PetitButton {
    width: 100%;
  }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Media Query■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Présentation■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#presentation {
  margin-bottom: 30px;
}

.wrapper-presentation {
  display: flex;
}

#decouvrez {
  margin-left: 5%;
}

.intro-sous-titre {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

ul.presentation li:before {
  content: "\f00c";
  font-family: FontAwesome;
  padding-right: 10px;
  font-size: 1.3rem;
  color: #32aae6;
  vertical-align: middle;
}

.reseaux-sociaux li {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  font-size: 0.8rem;
  font-style: italic;
}
.reseaux-sociaux li a {
  color: #32aae6;
  font-size: 1.4rem;
  transition: all 0.3s ease;
}
.reseaux-sociaux li a:hover {
  color: #F27442;
}

#video {
  margin-top: 15px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin présentation■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Slider■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#temoignages {
  background-color: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
}

#slider {
  box-sizing: border-box;
  float: left;
  margin-right: 100px;
}
#slider .bx-wrapper {
  max-width: 100%;
}

.societe {
  font-size: 1.2rem;
}

.descriptifcourt {
  display: inline-block;
}

.lirelasuite {
  margin-left: 10px;
  font-style: italic;
  transition: all 0.3s ease;
  font-size: 0.8rem;
}
.lirelasuite:hover {
  color: #F27442;
  cursor: pointer;
}

.paginationslider {
  position: relative;
  top: -27px;
  left: 22px;
  width: 65px;
  font-size: 1.2rem;
  font-weight: 900;
  color: #32aae6;
  text-align: center;
}

.déposer-témoignage {
  display: flex;
  padding: 10px 0 10px 0;
  flex-direction: column;
  align-items: center;
  background-color: #32aae6;
  color: white;
  width: 280px;
  height: 100%;
}
.déposer-témoignage .accroche {
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 200px;
}
.déposer-témoignage .accroche i {
  font-size: 4rem;
}

#jedonnemontemoignage {
  width: 200px;
  text-align: center;
  margin-top: 30px;
}

.descriptiflong {
  display: none;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Témoignanges■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.lightbox-temoignages {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.lightbox-temoignages .lightbox-temoignages-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 400px;
  background-color: white;
  margin: -200px 0 0 -300px;
}
.lightbox-temoignages .lightbox-temoignages-wrapper .lightbox-temoignages-wrapper-contenu {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 9;
  width: 100%;
  height: calc(100% - 70px);
  padding: 20px 20px 20px 20px;
  overflow-y: auto;
}
.lightbox-temoignages .lightbox-temoignages-wrapper .lightbox-temoignages-wrapper-contenu .descriptiflong {
  display: block;
  padding-top: 10px;
}

.closelightbox-temoignages {
  line-height: 50px;
  font-size: 2rem;
  color: white;
  text-align: center;
  background-color: #32aae6;
  transition: all 0.5s ease;
  cursor: pointer;
}
.closelightbox-temoignages:hover {
  background-color: #1d1d1d;
}

.box-donnetemoignage {
  position: fixed;
  top: 50px;
  right: -1000px;
  width: 400px;
  height: calc(100% - 50px);
  overflow-y: auto;
  padding: 20px 30px 30px 30px;
  z-index: 9999;
  background-color: white;
  transition: right 2s ease;
}
.box-donnetemoignage .closedonnetemoignage {
  position: fixed;
  top: 0;
  right: -1000px;
  width: 400px;
  font-size: 2rem;
  color: white;
  text-align: center;
  background-color: #32aae6;
  transition: all 2s ease;
  cursor: pointer;
}
.box-donnetemoignage .closedonnetemoignage:hover {
  background-color: #1d1d1d;
}
.box-donnetemoignage .titre {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #32aae6;
}
.box-donnetemoignage .soustitre {
  display: block;
  padding: 20px 0 10px 0;
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-weight: 700;
  color: #32aae6;
  text-align: justify;
}
.box-donnetemoignage .inputtext {
  width: 100%;
  padding: 8px 10px;
  margin: 10px 0 10px 0;
  border: solid 1px #898989;
  outline: none;
  font-size: 0.9rem;
  transition: all 0.5s ease;
}
.box-donnetemoignage .inputtext:focus {
  border-color: #32aae6;
  background-color: #32aae6;
  color: white;
}
.box-donnetemoignage .txtarea {
  height: 150px;
}

.box-donnetemoignage-open {
  right: 0;
}

.closedonnetemoignage-open {
  right: 0 !important;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■témoignages■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■fin slider■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.containChoixLangue {
  margin-top: 20px;
}
.containChoixLangue .boiteChoixLangue {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.containChoixLangue .boiteChoixLangue .ContainLogo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.containChoixLangue .boiteChoixLangue .ContainLogo img {
  margin: 1% 0;
}
.containChoixLangue .boiteChoixLangue .ContainLogo img:nth-child(1) {
  height: 130px;
}
.containChoixLangue .boiteChoixLangue .ContainLogo .Mantra {
  font-size: 1.2rem;
}
.containChoixLangue .boiteChoixLangue h1 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.containChoixLangue .boiteChoixLangue ul {
  text-align: left;
  display: flex;
  justify-content: center;
}
.containChoixLangue .boiteChoixLangue ul li {
  margin: 0 2%;
}
.containChoixLangue .boiteChoixLangue ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
}
.containChoixLangue .boiteChoixLangue ul li a img {
  width: 40px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: white;
}
header .barre-haut {
  background-color: black;
  height: 32px;
  display: flex;
  justify-content: center;
  transition: all 1s ease;
}
header .barre-haut .wrapper {
  height: 100%;
  justify-content: flex-end;
}
header .barre-haut .wrapper .navigation {
  height: 100%;
  display: flex;
  align-items: center;
}
header .barre-haut .wrapper .navigation li {
  color: white;
  margin-right: 0.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid white;
  padding-right: 0.4em;
}
header .barre-haut .wrapper .navigation li a {
  padding: 4px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .barre-haut .wrapper .navigation li img {
  width: 60%;
  transition: all 1s ease;
}
header .barre-haut .wrapper .navigation li i {
  margin-right: 0.4em;
  color: white;
}
header .barre-haut .wrapper .navigation .active {
  background-color: #32aae6;
}
header .barre-haut .wrapper .navigation .noBorder {
  border: none;
  padding-right: 0;
}
header .barre-haut .wrapper .NoBorder li {
  border: none;
  padding-right: 0;
}
header .wrapper {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 1s ease;
  padding: 0.2em;
}
header .wrapper .logo {
  display: flex;
  align-items: center;
  z-index: 3;
  transition: all 1s ease;
}
header .wrapper .logo img:nth-child(1) {
  height: 60px;
}
header .wrapper .logo img:nth-child(2) {
  height: 40px;
}
header .wrapper .logo img {
  width: 100%;
}
header .wrapper .menu {
  display: flex;
}
header .wrapper .menu li {
  display: flex;
  align-items: center;
  margin-left: 2em;
  font-size: 1rem;
  height: 50px;
}
header .wrapper .menu li a {
  padding: 0 1em;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: black;
  width: 100%;
  height: 100%;
  transition: all 1s ease;
}
header .wrapper .menu li a:hover {
  background-color: black;
  color: white;
}
header .wrapper .menu li #tarif {
  background-color: #32aae6;
  color: white;
}
header .wrapper .menu li #tarif:hover {
  background-color: #1d1d1d;
}
header.sticky {
  box-shadow: 1px 1px 5px 0 #656565;
}
header.sticky .barre-haut {
  height: 0px;
}
header.sticky .barre-haut .wrapper .navigation li img {
  width: 0%;
}
header.sticky .barre-haut .wrapper .navigation .active {
  background-color: transparent;
}
header.sticky .wrapper {
  height: auto;
}
header.sticky .logo img:nth-child(1) {
  height: 42px;
}
header.sticky .logo img:nth-child(2) {
  height: 28px;
}
header.sticky .logo img {
  width: 100%;
}

footer {
  padding-top: 2%;
  display: flex;
  flex-direction: column;
  background-color: black;
  color: white;
}
footer .containtop {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
footer .containtop .containcommun {
  width: 35%;
}
footer .containtop .containcommun .interdiv {
  width: 100%;
}
footer .containtop .containcommun .interdiv .TitreFooter {
  margin-bottom: 1%;
  display: flex;
  align-items: center;
}
footer .containtop .containcommun .interdiv .TitreFooter i {
  color: #32aae6;
  font-size: 1rem;
}
footer .containtop .containcommun .interdiv .TitreFooter .petitTitreFooter {
  color: #32aae6;
  font-size: 1rem;
  font-weight: 600;
}
footer .containtop .containcommun .interdiv:nth-child(1) {
  margin-bottom: 4%;
}
footer .containtop .containcommun .contenu {
  font-size: 0.95rem;
  line-height: 1.425rem;
  color: white;
}
footer .containtop .containcommun .contenu a {
  color: white;
}
footer .containtop .containcommun .contenu a:after {
  bottom: -1.6px;
}
footer .containtop .containcommun .contenu strong {
  color: white;
}
footer .containtop .containcommun .contenu li a:hover {
  transition: all 1s ease;
  color: #32aae6;
}
footer .containtop .containleft .interdiv {
  text-align: right;
}
footer .containtop .containleft .interdiv .TitreFooter {
  justify-content: flex-end;
}
footer .containtop .containleft .interdiv .TitreFooter .petitTitreFooter {
  margin-right: 2%;
}
footer .containtop .containright .interdiv .TitreFooter .petitTitreFooter {
  margin-left: 2%;
}
footer .containtop .containright .interdiv .SéparateurContenu {
  margin: 0 2%;
}
footer .containtop .qui a {
  margin-top: 12px;
  padding: 4px;
  display: block;
  border: 1px solid white;
  width: 60%;
  text-align: center;
  transition: all 1s ease;
}
footer .containtop .qui a:hover {
  background-color: white;
  color: black;
}
footer .containtop .qui .contenu {
  width: 70%;
}
footer .containtop .logo {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 2px solid white;
  border-right: 2px solid white;
}
footer .containtop .logo .Simulation {
  width: 80%;
  margin-top: 4%;
  text-align: left;
}
footer .containtop .logo .Simulation .BoutonSimulation {
  width: 100%;
  border-color: white;
  color: white;
}
footer .containtop .logo .Simulation .BoutonSimulation i {
  color: white;
}
footer .containtop .logo .Simulation .BoutonSimulation:hover {
  background-color: white;
  color: #32aae6;
}
footer .containtop .logo .Simulation .BoutonSimulation:hover i {
  color: #32aae6;
}
footer .containtop .logo a {
  width: 50%;
}
footer .containtop .logo a img {
  margin-bottom: 4px;
  width: 100%;
}
footer .mentions-legales {
  margin-top: 2%;
  background-color: black;
  display: flex;
  justify-content: center;
  padding-bottom: 8px;
}
footer .mentions-legales div {
  color: white;
  font-size: 0.8rem;
}
footer .mentions-legales div a {
  color: #32aae6;
}

.contain404 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contain404 .bleu {
  font-size: 1.2rem;
}
.contain404 .bouton {
  margin: 1% 0;
  padding: 8px;
  border: 2px solid #F27442;
  background-color: #F27442;
  color: white;
  font-weight: 700;
  transition: all 1s ease;
}
.contain404 .bouton:hover {
  background-color: white;
  color: #F27442;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Media Query■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Media Principal■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media (max-width: 1170px) {
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Médias éléments■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  .wrapper {
    width: 100%;
    padding: 0 2%;
  }
  .wrapper .logo-principal {
    padding: 30px 0;
  }
  .wrapper .visuel {
    display: none;
  }
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Médias éléments■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Header■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  header .wrapper .menu {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    left: -100%;
    transition: all 1s ease;
    top: 0;
  }
  header .wrapper .menu li {
    margin: 1em;
  }
  header .wrapper .menu li a {
    font-size: 1rem;
  }
  header .wrapper .menu.active {
    left: 0;
  }
  header .toggle {
    display: block;
    width: 36px;
    height: 24px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    transition: 2s;
    margin-left: 40%;
    margin-right: 16px;
  }
  header .toggle span {
    width: 100%;
    height: 4px;
    background-color: black;
    display: block;
    position: absolute;
    top: 50%;
    transition: 0.5s ease-in-out;
  }
  header .toggle span::before, header .toggle span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: black;
    transition: 0.5s ease-in-out;
  }
  header .toggle span::before {
    transform: translateY(-10px);
  }
  header .toggle span::after {
    transform: translateY(10px);
  }
  header .toggle.active span {
    background-color: transparent;
  }
  header .toggle.active span::before {
    transform: translateY(0px) rotate(45deg);
  }
  header .toggle.active span::after {
    transform: translateY(0px) rotate(-45deg);
  }
  .barre-haut .wrapper .navigation:nth-child(1) li:nth-child(2) {
    display: none;
  }
  .barre-haut .wrapper .navigation:nth-child(2) {
    display: none;
  }
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Header■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Média Présentation■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  .wrapper-presentation {
    flex-direction: column;
    align-items: center;
  }
  #decouvrez {
    margin-left: 0;
  }
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Média Présentation■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Média Témoignage■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  .déposer-témoignage {
    height: auto;
    margin: auto;
  }
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Média Témoignage■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Média Fonctionnalitées■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  .listing-fonctionnalites li {
    float: none;
    width: 100%;
    align-items: center;
  }
  .listing-fonctionnalites li i {
    background-color: #F27442;
    font-size: 2rem;
    color: white;
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
  }
  .listing-fonctionnalites li .IType2 {
    background-color: transparent;
    font-size: 1.8rem;
  }
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Média Fonctionnalitées■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Média galerie photo■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  #galeriephoto .mosaique {
    flex-direction: column;
  }
  #galeriephoto .mosaique li {
    width: 100%;
  }
  #galeriephoto .mosaique li a {
    width: 100%;
  }
  #galeriephoto .mosaique li a img {
    width: 80%;
    height: auto;
  }
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Média galerie photo■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Média faq■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  #faq .wrapperfaq {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  #faq .wrapperfaq ul {
    float: none;
    width: 90%;
    border-right: solid 6px #32aae6;
  }
  #faq .wrapperfaq .reponsequestion {
    width: 90%;
    border-left: solid 6px #32aae6;
  }
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Média faq■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■footer■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
  footer .containtop {
    flex-direction: column;
  }
  footer .containtop .containcommun {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  footer .containtop .containcommun .interdiv {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .containtop .containcommun .interdiv .TitreFooter {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  footer .containtop .containcommun .navigation .contenu .menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .containtop .containcommun .navigation .contenu .menu li {
    margin: 0 4%;
  }
  footer .containtop .containcommun .qui .contenu {
    width: 70%;
  }
  footer .containtop .containcommun .qui .contenu a {
    width: 100%;
  }
  footer .containtop .logo {
    margin: 4% 0;
    padding: 2% 0;
    width: 70%;
    border-right: none;
    border-left: none;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
  }
  footer .containtop .logo a {
    width: 20%;
  }
  footer .containtop .logo a img {
    margin-bottom: 4px;
    width: 100%;
  }
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■footer■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Media Principal■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Média spécifique■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media (max-width: 620px) {
  #video .lecteur-video {
    width: 100%;
  }
  .box-demande-démo {
    display: flex;
    justify-content: center;
    margin: 20px;
  }
  .box-demande-démo a {
    position: static;
  }
  .box-donnetemoignage .closedonnetemoignage {
    width: 100%;
  }
  .lightbox-message-wrapper {
    top: 10px;
    left: 5%;
    width: 90%;
  }
  .lightbox-temoignages-wrapper {
    width: 400px;
    margin: -200px 0 0 -200px;
  }
  .box-démo {
    width: 100%;
  }
  .box-démo .closedémo {
    width: 100%;
  }
  .box-donnetemoignage {
    width: 100%;
  }
  .paginationslider {
    top: -10px;
    bottom: -10%;
  }
  .bx-wrapper .bx-controls-direction a.bx-prev, .bx-wrapper .bx-controls-direction a.bx-next {
    bottom: -16%;
    margin-bottom: 10px;
  }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Média spécifique■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Fin Media Query■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}/*# sourceMappingURL=main.css.map */