@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,600,700"); /*font-family: 'Roboto', sans-serif;*/
@import url("https://fonts.googleapis.com/css?family=Raleway:400,600,800"); /* font-family: 'Raleway', sans-serif; */
/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  list-style: none;
  text-decoration: none;
  -webkit-appearance: none;
}

body {
  background-position: top;
  background-color: #FFF;
  font-family: "Roboto", sans-serif;
  color: #606060;
  font-size: 16px;
  font-weight: 300;
}

.both {
  clear: both;
}

.hidepc {
  display: block;
}

strong {
  font-weight: bold;
}

.rougeimp {
  color: #e73030;
  font-size: 16px;
  line-height: 2em;
  font-weight: bold;
}

#bandeau {
  background-color: #ea68a2;
  height: 42px;
  width: 100%;
  text-align: right;
  margin-bottom: 1px;
}

#bandeau ul {
  width: 1010px;
  margin: auto;
}

#bandeau ul li {
  float: right;
  border-right: solid 1px #ffdaed;
}

#bandeau ul li:first-of-type {
  border-right: 0;
}

#bandeau ul li a {
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: center;
  width: 100px;
  padding: 0;
  text-align: center;
  color: #FFF;
  background-color: #ea68a2;
}

#bandeau ul li a:hover {
  color: #363636;
  background-color: #FFF;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

#logo {
  margin-top: 10px;
}

#invisible {
  visibility: hidden;
  display: none;
  width: 0px;
  height: 0px;
}

.flexauto {
  display: flex;
  justify-content: center;
  align-items: center;
}

.droite {
  float: right;
  margin: 10px;
}

.gauche {
  float: left;
  margin: 10px;
}

.invisible {
  display: none;
  visibility: hidden;
  width: 0px;
  height: 0px;
}

.soc {
  font-weight: bold;
  color: #e30613;
}

.av {
  font-weight: bold;
  color: #e30613;
}

.redg {
  color: #e30613;
}

.vert {
  color: #49aa32;
}

.img_gauche {
  float: left;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 10px;
  margin-top: 2px;
  text-align: center;
  font-size: 11px;
  /*border:solid 1px #793d6a;*/
}

.img_droite {
  text-align: center;
  font-size: 11px;
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 0px;
  margin-top: 2px;
  /*border:solid 1px #793d6a;*/
}

.img_centre {
  text-align: center;
  font-size: 10px;
}

#zone_principale {
  margin: 0px auto;
  width: 100%;
}

#zone_header {
  position: relative;
  height: 108px;
  z-index: 60;
  width: 100%;
  margin: auto;
}

#zone_texte {
  clear: both;
  padding-top: 15px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
  line-height: 1.5em;
}
#zone_texte .etape {
  font-size: 17px;
  background-color: #ea68a2;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #FFF;
  font-weight: 300;
  border-radius: 4px;
}
#zone_texte .etape a {
  display: block;
  width: 100%;
  color: #FFF;
  font-weight: 700;
}

.zone_centre.confidentialite th {
  text-align: center;
  font-weight: 600;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}
.zone_centre.confidentialite td {
  text-align: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}
.zone_centre.confidentialite tr {
  height: 60px;
  line-height: 60px;
}
.zone_centre.confidentialite a {
  color: #ea68a2;
}
.zone_centre.confidentialite p {
  margin: 10px auto;
}

.accorche {
  width: 100%;
}

.zone_centre h1, #zone_texte h1 {
  font-size: 24px;
  font-weight: 300;
  color: #ea68a2;
  margin-top: 20px;
  margin-bottom: 10px;
}

.zone_centre h2, #zone_texte h2 {
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 20px;
}

.zone_centre p {
  text-align: justify;
  line-height: 1.5em;
  margin-left: 10px;
  margin-right: 10px;
}

#zone_texte hr {
  border: none;
  height: 1px;
  background-color: #9f9f9f;
}

.bleu {
  color: #30a9ff;
  font-weight: 500;
}

#cadre_recherche {
  float: right;
  width: 202px;
  min-height: 104px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-color: #FFF;
}

#cadre_recherche p {
  padding-right: 25px;
  text-align: left;
}

#cadre_recherche h1 {
  padding-top: 10px;
  font-size: 18px;
  color: #36424b;
  font-weight: 600;
}

#cadre_recherche h2 {
  font-size: 12px;
  color: #30a9ff;
  font-weight: 400;
  margin-bottom: 10px;
}

#form_rech input[type=text] {
  width: 143px;
  border: 1px solid #bcbcbc;
  height: 20px;
  margin: 0;
  padding: 0 0 0 5px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

#form_rech input[type=submit] {
  margin: 0;
  padding: 2px 8px 2px 8px;
  margin-left: 10px;
  cursor: pointer;
  background-color: #30a9ff;
  border: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-weight: bold;
  color: #FFF;
  -webkit-appearance: none;
}

#form_rech input[type=submit]:hover {
  color: #FFF;
  background-color: #30a9ff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/*-----------------------------------------*/
#zone_pied {
  clear: both;
  margin: 0px auto;
  width: 100%;
  min-height: 400px;
  background-color: #fafafa;
}

.zone_cadred {
  float: right;
  width: 285px;
  height: 225px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #FFF;
  background-color: #1b1b1b;
}

.contenu_texte {
  font-size: 14px;
  text-align: justify;
  line-height: 1.5em;
}

.contenu_texte a {
  color: #e30613;
}

.contenu_texte h1 {
  font-size: 24px;
  color: #36424b;
  margin-bottom: 15px;
  padding-top: 15px;
}

.contenu_texte h2 {
  font-size: 15px;
  font-weight: bold;
  color: #282828;
  margin-bottom: 10px;
}

.contenu_texte p {
  margin-bottom: 10px;
}

.texte_pied {
  width: 100%;
  margin: auto;
  color: #FFF;
  padding-top: 10px;
  min-height: 400px;
  text-align: center;
}
.texte_pied a {
  color: #ea68a2;
}

.texte_pied .nom {
  font-size: 24px;
  color: #ea68a2;
}

.texte_pied h2 {
  font-size: 18px;
  color: #5a5a5a;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: underline;
}

.texte_pied p {
  color: #595959;
}

.bleu {
  color: #ea68a2;
}

.actorielweb a {
  font-size: 10px;
  color: #595959;
}

.pied_droite {
  float: right;
  margin-right: 10px;
  font-size: 10px;
}

.pied_droite a {
  color: #FFF;
  text-decoration: none;
}

.pied_gauche {
  float: left;
  margin-left: 10px;
  font-size: 13px;
  padding-left: 10px;
  margin-right: 50px;
  border-left: solid 1px #edb423;
  color: #FFF;
}

.pied_gauche a {
  color: #FFF;
  text-decoration: none;
}

#form_contact label, #form_mail label {
  display: inline-block;
  width: 95px;
  line-height: 20px;
  text-align: right;
  margin-right: 10px;
  vertical-align: top;
  margin-bottom: 15px;
}

#form_contact input[type=text], #form_mail input[type=text] {
  width: 280px;
  border: 1px solid #bcbcbc;
  height: 20px;
  margin: 0;
  padding: 0 0 0 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#form_contact input[type=submit], #form_mail input[type=submit] {
  width: 287px;
  margin: 0;
  padding: 5px 0 5px 0;
  margin-left: 103px;
  cursor: pointer;
  background-color: #edb423;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #363636;
  -webkit-appearance: none;
}

#form_contact input[type=submit]:hover, #form_mail input[type=submit]:hover {
  background-color: #ffb700;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

#form_contact textarea, #form_mail textarea {
  width: 280px;
  border: 1px solid #bcbcbc;
  height: 100px;
  margin: 0;
  padding: 0 0 0 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
}

.communication {
  text-align: center;
  width: auto;
  background-color: #ea68a2;
  line-height: 30px;
  color: #FFF;
  font-size: 16px;
}

.communication a {
  color: #1389be;
}

.formulaire {
  text-align: center;
}

.formulaire h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
  margin-left: 103px;
}

.formulaire_contact {
  width: 405px;
  margin: auto;
}

.formulaire_contact h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
  margin-left: 90px;
}

.slider_pos {
  position: relative;
  width: 1011px;
  height: 315px;
}

#slider {
  text-align: center;
}

.cadre_index_bas {
  float: left;
  width: 320px;
  min-height: 400px;
  margin-right: 25px;
  margin-bottom: 25px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-color: #efefef;
}

.cadre_index_bas_galerie {
  float: left;
  width: 320px;
  min-height: 345px;
  margin-right: 25px;
  margin-bottom: 25px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-color: #efefef;
}

.cadre_index_bas h1, .cadre_index_bas_galerie h1 {
  margin-bottom: 0px;
  margin-top: 16px;
  text-align: center;
  font-size: 24px;
  color: #212121;
  font-weight: 500;
}

.cadre_index_bas h2, .cadre_index_bas_galerie h2 {
  text-align: center;
  font-size: 13px;
  color: #e10612;
  font-weight: 500;
  margin-bottom: 10px;
}

.cadre_index_bas h3 {
  font-size: 14px;
  color: #212121;
  padding: 10px;
  font-weight: 600;
}

.cadre_index_bas > .contenu_bas {
  min-height: 255px;
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  padding-top: 25px;
}

.cadre_index_bas_galerie > .contenu_bas {
  min-height: 230px;
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  padding-top: 25px;
}

.contenu_bas > img {
  vertical-align: middle;
}

.cadre_index_bas a.plus {
  display: block;
  width: 110px;
  height: 24px;
  color: #FFF;
  line-height: 24px;
  text-align: center;
  background-color: #e30613;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 193px;
  margin-top: 10px;
}

.cadre_index_bas a.plus:hover {
  color: #FFF;
  background-color: #ff000f;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/*---------------------------------MENU DEROULANT------------------------*/
.menu_position {
  float: right;
  position: relative;
  z-index: 40;
}

.menu_position h1 {
  font-weight: 800;
  color: #30a9ff;
  font-size: 20px;
  margin-bottom: 5px;
}

#menu_deroulant, #menu_deroulant ul {
  padding: 0; /* pas de marge intérieure */
  margin: 0; /* ni extérieure */
  list-style: none; /* on supprime le style par défaut de la liste */
  line-height: 107px; /* on définit une hauteur pour chaque élément */
  text-align: center; /* on centre le texte qui se trouve dans la liste */
  color: #363636;
}

#menu_deroulant {
  font-size: 16px; /* hauteur du texte : 12 pixels */
  font-weight: 300;
}

#menu_deroulant a {
  display: block;
  padding: 0;
  text-decoration: none;
  color: #363636;
  padding-right: 16px;
  padding-left: 16px;
}

#menu_deroulant li {
  float: left;
  /*border-right:solid 1px #898d90;*/
  /* pour IE qui ne reconnaît pas "transparent" */
  /*border-right : 1px solid #eff0f2; /* on met une bordure blanche à droite de chaque élément */
  margin-right: 10px;
}

#menu_deroulant li:last-of-type {
  margin-right: 0px;
}

#menu_deroulant li:hover a {
  background-color: #ea68a2;
  color: #FFF;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

#menu_deroulant li ul {
  position: absolute; /* Position absolue */
  width: 270px; /* Largeur des sous-listes */
  left: -999em; /* Hop, on envoie loin du champ de vision */
}

#menu_deroulant li ul li {
  /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
  /* border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
  margin-left: 0px;
  background-color: #ea68a2;
  border-top: solid 1px #ffdaed;
  line-height: 40px;
}

#menu_deroulant li ul li a {
  width: 270px;
  color: #FFF;
}

#menu_deroulant li ul li:last-child {
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  border-bottom: none;
}

#menu_deroulant li ul li:last-child a {
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  border-bottom: none;
}

#menu_deroulant li ul li a:hover {
  border-bottom: none;
  background-color: #FFF;
  color: #000;
}

#menu_deroulant li ul ul {
  margin: -32px 0 0 120px; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */
  /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
  /*border-left     : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */
}

#menu_deroulant a:hover {
  color: #FFF;
}

#menu_deroulant li:hover ul ul, #menu_deroulant li.sfhover ul ul {
  left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu_deroulant li:hover ul, #menu_deroulant li li:hover ul, #menu_deroulant li.sfhover ul, #menu_deroulant li li.sfhover ul {
  left: auto; /* Repositionnement normal */
  min-height: 0; /* Corrige un bug sous IE */
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/*-------------------------------------------------------------------------------------*/
.cadre_machine {
  width: 100%;
  height: 362px;
  background-color: #efefef;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: 0px 0px 3px #cacaca;
  -webkit-box-shadow: 0px 0px 3px #cacaca;
  box-shadow: 0px 0px 3px #cacaca;
  border: solid 1px #c0c0c0;
  font-size: 13px;
  text-align: justify;
  line-height: 1.5em;
  margin-bottom: 15px;
}

.cadre_img {
  width: 547px;
}

.cadre_img img {
  float: left;
  -moz-border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}

.cadre_contenu1 {
  float: left;
  width: 445px;
  padding: 10px;
  margin-top: -10px;
}

.cadre_contenu1 h1 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 15px;
}

.cadre_contenu1 a.video {
  display: block;
  width: 200px;
  margin: auto;
  margin-top: 20px;
  height: 24px;
  color: #FFF;
  line-height: 24px;
  text-align: center;
  padding-right: 20px;
  background-color: #e30613;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  background-image: url(../img/play.png);
  background-repeat: no-repeat;
  background-position: 190px;
}

.cadre_contenu1 a.video:hover {
  color: #FFF;
  background-color: #ff000f;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.cadre_contenu1 a.video:link {
  color: #FFF;
  text-decoration: none;
}

.cadre_contenu1 a.video:visited {
  color: #FFF;
  text-decoration: none;
}

.cadre_contenu1 a.video:hover {
  color: #FFF;
  text-decoration: none;
}

.box_produit a.video {
  display: block;
  float: left;
  width: 200px;
  margin: auto;
  margin-top: 20px;
  height: 24px;
  color: #FFF;
  line-height: 24px;
  text-align: center;
  padding-right: 20px;
  background-color: #30a9ff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  background-image: url(../img/play.png);
  background-repeat: no-repeat;
  background-position: 190px;
}

.box_produit a.video:hover {
  color: #FFF;
  background-color: #30a9ff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.box_produit a.video:link {
  color: #FFF;
  text-decoration: none;
}

.box_produit a.video:visited {
  color: #FFF;
  text-decoration: none;
}

.box_produit a.video:hover {
  color: #FFF;
  text-decoration: none;
}

.box_produit a:link {
  color: #e30613;
  text-decoration: none;
}

.box_produit a:visited {
  color: #e30613;
  text-decoration: none;
}

.box_produit a:hover {
  color: #e30613;
  text-decoration: underline;
}

.num_machine {
  float: left;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #FFF;
  -moz-border-radius: 0 0 0 20px;
  -webkit-border-radius: 20px;
  border-radius: 0 0 20px 0;
  font-size: 18px;
  font-weight: bold;
  border-right: solid 1px #c0c0c0;
  border-bottom: solid 1px #c0c0c0;
}

.num_machine_invisible {
  float: left;
  width: 35px;
  height: 35px;
}

#tb_prix {
  width: 200px;
  margin: auto;
  margin-bottom: 20px;
}

#tb_prix th {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background-color: #363636;
  text-align: center;
  line-height: 25px;
  border: solid 1px #ababab;
}

#tb_prix td {
  font-size: 16px;
  font-weight: bold;
  background-color: #FFF;
  text-align: center;
  line-height: 25px;
  border: solid 1px #ababab;
  color: #e30613;
}

.logo_marque {
  float: none;
  text-align: center;
  height: 107px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.banner {
  height: 445px;
  text-align: center;
  background-image: url(../img/pavage-exterieur.jpg);
  background-position: center center;
}

.contenu_marque {
  margin-left: 150px;
}

ul.liste li {
  margin-left: 20px;
}

.cadre {
  width: 940px;
  margin: auto;
  margin-bottom: 10px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  text-align: justify;
  line-height: 1.5em;
}

.cadre h1 {
  color: #36424b;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.cadre p {
  font-size: 14px;
}

.cadre_gauche {
  float: left;
  width: 768px;
  background-color: #FFF;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin-right: 10px;
}

.cadre_gauche h1 {
  font-size: 18px;
  color: #36424b;
  padding: 10px;
  padding-left: 20px;
  font-weight: 600;
}

.cadre_gauche hr {
  border: none;
  height: 1px;
  width: 100%;
  background-color: #dcdcdc;
  margin: 0;
  padding: 0;
}

.produits {
  width: 495px;
  height: 300px;
  margin-bottom: 10px;
}

.produits img {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

.box_produit {
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
}

.box_produit a.lien {
  float: right;
  display: inline-block;
  height: 25px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  color: #36424b;
  margin-right: 20px;
}

.box_produit a.lien > img {
  vertical-align: middle;
}

.box_produit .photo {
  float: left;
  height: 343px;
  margin-right: 20px;
}

.box_produit .texte {
  min-height: 310px;
  text-align: justify;
  margin-right: 20px;
  margin-left: 20px;
}

.box_produit .texte h1 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #36424b;
  padding-bottom: 0px;
  padding-top: 5px;
}

.box_produit .texte h2 {
  font-size: 12px;
  font-weight: 600;
  color: #30a9ff;
  margin-bottom: 10px;
}

#cadre_droit {
  float: right;
  width: 202px;
  height: 642px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-color: #FFF;
  text-align: justify;
}

#cadre_droit h1 {
  font-size: 20px;
  font-weight: 800;
  color: #65ce79;
  margin-top: 10px;
}

#cadre_droit h2 {
  font-size: 14px;
  font-weight: 600;
  color: #36424b;
  margin-bottom: 10px;
}

.form_bas {
  clear: both;
  height: 398px;
  width: 990px;
  padding: 10px;
  padding-left: 0px;
}

.form_bas .formulaire {
  float: left;
  width: 470px;
  height: 398px;
}

.form_bas .photo {
  float: left;
  width: 519px;
  height: 398px;
  line-height: 398px;
  border-left: solid 1px #cedbe6;
}

.form_bas .photo img {
  vertical-align: middle;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin-left: 30px;
}

.prixpage {
  float: right;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #30a9ff;
}

.coord {
  color: #30a9ff;
  font-weight: bold;
  font-size: 18px;
  margin-left: 20px;
}

.coord a {
  color: #36424b;
  font-size: 12px;
  font-weight: 400;
}

.box_bas {
  float: none;
  width: 100%;
  margin-right: 0px;
  margin: auto;
  text-align: center;
}

.box_bas img {
  float: none;
  width: 90%;
  height: 72%;
  margin: auto;
}

#zone_texte .box_bas:last-of-type {
  margin: auto;
}

.box_bas h2 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #ea68a2;
  margin-top: 20px;
  margin-bottom: 12px;
  text-align: center;
}

.box_bas p {
  color: #606060;
  font-size: 15px;
  height: 60px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: justify;
}

.box_ligne {
  clear: both;
  width: 100%;
  width: 100%;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  min-height: 210px;
}

.box_ligne img {
  float: none;
  width: 90%;
  height: 72%;
  margin: auto;
}

.box_ligne h2 {
  font-size: 24px;
  font-weight: 300;
  color: #ea68a2;
}

.box_ligne p {
  margin-left: 20px;
  margin-right: 20px;
  text-align: justify;
  font-size: 15px;
  margin-top: 10px;
  min-height: 86px;
}

.box_ligne a.lien {
  float: right;
  margin-top: 25px;
}

.parallax-window {
  clear: both;
  height: 400px;
  background: transparent;
}

.zone_centre {
  width: 100%;
  margin: auto;
}

.accroche {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #FFF;
  width: 100%;
  font-size: 40px;
  text-align: center;
  line-height: 400px;
  color: white;
  text-shadow: 0 0 2px #ea68a2, 0 0 2px #ea68a2, 0 0 2px #ea68a2, 0 0 2px #ea68a2, 0 0 2px #ea68a2, 0 0 2px #ea68a2, 0 0 2px #ea68a2, 0 0 2px #ea68a2, 0 0 2px #ea68a2, 0 0 2px #ea68a2, 0 0 2px #ea68a2, 0 0 2px #ea68a2, 0 0 2px #ea68a2, 0 0 2px #ea68a2, 0 0 2px #ea68a2, 0 0 2px #ea68a2, 0 0 2px #ea68a2, 0 0 2px #ea68a2, 0 0 2px #ea68a2, 0 0 2px #ea68a2;
}

#commandeForm, #connexionForm, #formChamp {
  width: 90%;
  padding: 0 5%;
}
#commandeForm input[type=checkbox], #connexionForm input[type=checkbox], #formChamp input[type=checkbox] {
  margin: 0;
  vertical-align: middle;
  border: solid 1px #999;
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  text-align: center;
  margin-right: 10px;
}
#commandeForm input[type=checkbox]:checked::before, #connexionForm input[type=checkbox]:checked::before, #formChamp input[type=checkbox]:checked::before {
  content: "✔";
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 18px;
}

#commandeForm span, #commandeForm p, #connexionForm span, #connexionForm p, #formChamp span, #formChamp p {
  color: #404040;
  font-size: 12px;
}

#commandeForm span a, #connexionForm span a, #formChamp span a {
  text-decoration: none;
  font-weight: bold;
}

#commandeForm label, #connexionForm label, #formChamp label {
  display: block;
  color: #404040;
  margin-bottom: 5px;
  font-size: 13px;
}

#commandeForm input[type=text], #commandeForm input[type=password], #commandeForm select, #connexionForm input[type=text], #connexionForm input[type=password], #connexionForm select, #formChamp input[type=text], #formChamp input[type=password], #formChamp select {
  border: solid 1px #d2d2d2;
  width: 98%;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  padding-left: 2%;
  font-family: "Roboto", sans-serif;
}

#commandeForm select, #connexionForm select, #formChamp select {
  font-family: "Roboto", sans-serif;
}

#commandeForm textarea, #connexionForm textarea, #formChamp textarea {
  width: 98%;
  height: 80px;
  resize: none;
  border: solid 1px #d2d2d2;
  padding-left: 2%;
  vertical-align: text-top;
  font-family: "Roboto", sans-serif;
}

#commandeForm a, #connexionForm a, #formChamp a {
  cursor: pointer;
  text-decoration: underline;
}

#commandeForm input[type=submit] {
  display: block;
  font-size: 14px;
  width: 318px;
  border: solid 1px #a1a1a1;
  line-height: 40px;
  color: #606060;
  text-align: center;
  background-color: #FFF;
  margin: auto;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-appearance: none;
}
#commandeForm input[type=submit].actif {
  border: solid 1px #ea68a2;
  background-color: #ea68a2;
  color: #FFF;
}

#commandeForm input[type=submit]:hover {
  border: solid 1px #ea68a2;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.skin {
  display: block;
  font-size: 14px;
  width: 318px;
  border: solid 1px #a1a1a1;
  line-height: 40px;
  color: #606060;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
  cursor: pointer;
}

.skin:hover {
  border: solid 1px #ea68a2;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.box_ligne a.lien, .box_bas a.lien {
  display: block;
  font-size: 14px;
  width: 318px;
  border: solid 1px #a1a1a1;
  line-height: 40px;
  color: #606060;
  text-align: center;
  float: none;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 25px;
}

.box_ligne a.actif, .box_bas a.actif {
  display: block;
  font-size: 14px;
  width: 318px;
  border: solid 1px #ea68a2;
  background-color: #ea68a2;
  line-height: 40px;
  color: #FFF;
  text-align: center;
  float: none;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 25px;
}

.box_ligne a.lien:hover, .box_bas a.lien:hover {
  border: solid 1px #ea68a2;
  color: #ea68a2;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.checkbox {
  display: none;
}

.switch {
  width: 62px;
  height: 32px;
  background: #E5E5E5;
  z-index: 0;
  margin: 0;
  padding: 0;
  appearance: none;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

.switch:before {
  content: " ";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 60px;
  height: 30px;
  background: #FFFFFF;
  z-index: 1;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

.switch:after {
  content: " ";
  height: 29px;
  width: 29px;
  border-radius: 28px;
  background: #FFFFFF;
  position: absolute;
  z-index: 2;
  top: 1px;
  left: 1px;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-box-shadow: 0 2px 5px #999999;
  box-shadow: 0 2px 5px #999999;
}

.switchOn, .switchOn:before {
  background: #4cd964 !important;
}

.switchOn:after {
  left: 32px !important;
}

/* RGPD */
#bandeaubas {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0px;
  margin-bottom: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  font-size: 14px;
  text-align: center;
  color: #FFF;
  padding: 40px 0px;
}
#bandeaubas p {
  font-weight: 600;
}
#bandeaubas form input[type=checkbox] {
  margin: 0;
  vertical-align: middle;
  border: solid 1px #FFF;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  text-align: center;
  background-color: #FFF;
}
#bandeaubas form input[type=checkbox]:checked::before {
  content: "✔";
  font-size: 14px;
  color: #000;
  text-align: center;
  line-height: 20px;
}
#bandeaubas form input[type=submit] {
  padding: 5px 20px;
  background-color: #70cf37;
  color: #FFF;
  margin-left: 50px;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
}
#bandeaubas form input[type=button] {
  padding: 5px 20px;
  background-color: #ea68a2;
  color: #FFF;
  cursor: pointer;
  border: none;
  margin-left: 10px;
  margin-top: 15px;
  -webkit-appearance: none;
}

#zone_texte img.news {
  width: 100%;
}

.tb_index {
  overflow: auto;
}

.tb_index tr {
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.tb_index tr:hover {
  background-color: #FFFBF5;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.tb_index td {
  text-align: center;
  color: #ea68a2;
  font-weight: bold;
}

.tb_index th.left, .tb_index td.left {
  text-align: left;
  padding-left: 10px;
}

.tb_index .reservQuantite {
  font-weight: 600;
}

.tb_index tr.total {
  color: #dc143c;
  font-size: 22px;
  font-weight: 700;
  border-bottom: none;
}

.tb_index tr.noborderbottom:hover, .tb_index tr.total:hover {
  background-color: #fff;
}

.tb_index tr.noborderbottom {
  border-bottom: none;
}

.tb_index tr.miniheight {
  height: 30px;
  line-height: 30px;
}

.tb_index tr.noheight {
  height: 0px;
  line-height: 0px;
}

.tb_index th {
  color: #757575;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 10px;
  padding-top: 20px;
  background-color: #fff;
  height: 0px;
  line-height: 0px;
  text-align: center;
}

.tb_index th a {
  color: #757575;
  font-weight: 500;
  text-decoration: none;
}

.tb_index input[type=text], .tb_index select, .tb_index input[type=password] {
  border: solid 1px #d2d2d2;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.date input[type=text] {
  width: 350px;
  font-size: 13px;
  margin-bottom: 20px;
}

.date select {
  width: 80px;
  font-size: 13px;
  height: 32px;
  margin-bottom: 20px;
}

.date select.selectlarge {
  width: 350px;
}

.date label {
  display: block;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}

.tb_index select.outilsaction {
  margin: 10px;
}

.tb_index textarea {
  border: solid 1px #d2d2d2;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.tb_light input[type=text] {
  border: solid 1px #f0f0f0;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.tb_index input[type=submit], .tb_index input[type=file] {
  text-align: right;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #FFF;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  background-color: #54575C;
  border: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-appearance: none;
}

.boxgauche {
  float: left;
  width: 50%;
  overflow: auto;
}

.bpetape {
  float: right;
  margin-top: 20px;
}

.date input[type=submit], #formChamp input[type=submit] {
  padding: 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 600;
  background-color: #3ed056;
  vertical-align: middle;
  border: none;
  text-align: right;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #FFF;
  cursor: pointer;
  margin-left: 10px;
  -webkit-appearance: none;
}

.detail {
  float: left;
  width: 33%;
  text-align: center;
  color: #ea68a2;
  font-size: 20px;
  height: 60px;
  margin-bottom: 30px;
}

.detail span {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: #606060;
}

.detailmail {
  width: 50%;
  font-size: 14px;
}

.galerie {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-flow: row wrap;
}
.galerie div.boxgalerie {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
}
.galerie div.boxgalerie div.photos {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 260px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.galerie div.boxgalerie div.photos a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}

.galerie {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-flow: row wrap;
}
.galerie div.boxgalerie {
  display: flex;
  justify-content: center;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}
.galerie div.boxgalerie div.photos {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 260px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.galerie div.boxgalerie div.photos a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.ligne {
  display: flex;
  flex-direction: column;
}

.colonne {
  display: flex;
  flex-direction: column;
}
.colonne p {
  margin-bottom: 5px;
}
.colonne img {
  border-radius: 6px;
  width: 100%;
  margin-bottom: 20px;
}

.col1 {
  flex: 1;
  order: 1;
  margin-top: 10px;
}

.col2 {
  flex: 1;
}

.p10 {
  padding: 10px;
}

.pgd10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pg10 {
  padding-left: 0px;
}

.pd10 {
  padding-right: 0px;
}

.mbt10 {
  margin-bottom: 0px;
  margin-top: 0px;
}

#layerslider {
  width: 100%;
  height: 480px;
  border-top: solid 1px #ea68a2;
  border-bottom: solid 1px #ea68a2;
}

.tbprix h2 {
  font-size: 17px;
  font-weight: 500;
  color: #ea68a2;
}
.tbprix tr:last-of-type td {
  border-bottom: none;
}
.tbprix tr td {
  padding: 10px 0px;
  border-bottom: solid 1px #ffd8e9;
}
.tbprix tr td.trcadre {
  border-bottom: none;
}
.tbprix tr td.trtitre {
  border-bottom: none;
}
.tbprix .cadreprix {
  margin-bottom: 15px;
  margin-top: 15px;
  background-color: #ea68a2;
  text-align: center;
  padding: 15px 10px;
  font-size: 16px;
  color: #FFF;
  font-weight: 400;
  border-radius: 6px;
}
.tbprix .prixtarifs {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  color: #ea68a2;
}
.tbprix span.minitexte {
  color: #ea68a2;
  font-weight: 300;
  font-size: 12px;
}

.cadre_produit {
  float: none;
  width: 98%;
  margin: 0 1%;
  min-height: auto;
  height: auto;
  border: solid 1px #dedfe0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.cadre_produit > h3 {
  display: block;
  width: 98%;
  height: 30px;
  font-weight: 400;
  padding: 1%;
  padding-top: 20px;
  color: #ea68a2;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}
.cadre_produit > .image_index {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  line-height: 300px;
  overflow: auto;
}
.cadre_produit > .image_index > a > img {
  vertical-align: middle;
  width: 100%;
}
.cadre_produit > p {
  display: block;
  height: 42px;
  text-align: center;
  font-size: 16px;
  color: #576373;
  padding: 10px;
}
.cadre_produit > .pied_produit {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 74px;
  background-color: #fafafa;
  border-top: solid 1px #f4bcd5;
}
.cadre_produit > .pied_produit > span {
  display: block;
  width: 48%;
  height: 74px;
  padding: 0 1%;
  line-height: 76px;
}
.cadre_produit > .pied_produit > span.prix {
  font-family: "Roboto", sans-serif;
  text-align: center;
  color: #576373;
  font-size: 30px;
  font-weight: 400;
  margin-top: 0px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.cadre_produit > .pied_produit > span.prix > font {
  font-size: 26px;
}
.cadre_produit > .pied_produit > span a.plus {
  display: inline-block;
  width: 70%;
  height: 20px;
  padding: 5px;
  padding-right: 23px;
  line-height: 20px;
  text-align: center;
  background-color: #FFF;
  color: #ea68a2;
  border: solid 1px #ea68a2;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.cadre_produit > .pied_produit > span a.plus > svg {
  position: absolute;
  fill: #ea68a2;
  margin-left: 5px;
  margin-top: 4px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.cadre_produit > .pied_produit > span a.plus:hover {
  color: #FFF;
  background-color: #ea68a2;
  border: solid 1px #ea68a2;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.cadre_produit > .pied_produit > span a.plus:hover > svg {
  fill: #FFF;
  margin-left: 5px;
  transform: translateX(15px) scale(1.5);
  transform-origin: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.cadre_produit > .pied_produit > span a.bpdisable {
  border: solid 1px #e73030;
}
.cadre_produit > .pied_produit > span a.bpdisable > svg {
  position: absolute;
  fill: #e73030;
  margin-left: 5px;
  margin-top: 4px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.cadre_produit > .pied_produit > span a.bpdisable:hover {
  background-color: #e73030;
  border: solid 1px #e73030;
}
.cadre_produit > .pied_produit > span a.bpdisable:hover > svg {
  position: absolute;
  margin-left: 5px;
  margin-top: 4px;
  transform: translateX(10px) scale(1) rotate(0deg);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.cadre_produit > .pied_produit > span.ajout_panier {
  display: flex;
  align-items: center;
  text-align: right;
}
.cadre_produit:hover {
  border: solid 1px #ea68a2;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.cadre_produit:hover span.prix {
  color: #ea68a2;
  font-size: 30px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.flexrc {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.menu {
  display: block;
  width: 100%;
  background-color: #ea68a2;
  height: 42px;
  width: 100%;
  font-family: "Titillium Web", sans-serif;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}
.menu ul {
  display: flex;
  width: 1010px;
  margin: auto;
}
.menu ul li {
  border-right: solid 1px #ffeef6;
}
.menu ul li:last-of-type {
  border-right: none;
}
.menu ul li a {
  display: block;
  line-height: 42px;
  min-width: 100px;
  padding: 0 10px;
  text-align: center;
  color: #FFF;
  background-color: #ea68a2;
}
.menu ul li a:hover {
  color: #ea68a2;
  background-color: #FFF;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.numero_page {
  clear: both;
  text-align: center;
  height: 50px;
  padding-top: 25px;
  color: #ea68a2;
}
.numero_page a {
  text-align: center;
  color: #ea68a2;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  background-color: #FFF;
  border: solid 1px #ea68a2;
  line-height: 3em;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-right: 15px;
}
.numero_page a:hover {
  background-color: #ea68a2;
  color: #FFF;
  border: solid 1px #ea68a2;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.numero_page > .bonne_page {
  background-color: #ea68a2;
  color: #FFF;
  border: solid 1px #ea68a2;
}

#cadre_article h1 {
  font-size: 30px;
  font-weight: 300;
  color: #ea68a2;
  width: 100%;
}
#cadre_article h2 {
  width: 100%;
  font-weight: 300;
  font-size: 24px;
  color: #5b5b5b;
  margin-bottom: 20px;
}
#cadre_article h3 {
  width: 100%;
  font-weight: 300;
  font-size: 24px;
  color: #ea68a2;
  margin-bottom: 10px;
}
#cadre_article > p {
  line-height: 1.5em;
}
#cadre_article > .stock {
  height: 60px;
  width: 362px;
  line-height: 62px;
}
#cadre_article > .stock > p {
  vertical-align: middle;
}
#cadre_article > .stock > p > img {
  vertical-align: middle;
}

.pos_photo_article {
  float: none;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.pos_photo_article img.imgminiature {
  margin-right: 6px;
}
.pos_photo_article img.imgminiature:last-of-type {
  margin-right: 0px;
}

.pos_photo_article img {
  vertical-align: middle;
  border-radius: 2px;
}

.photoprincipale {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  margin-bottom: 2px;
}
.bloc_prix {
  margin-top: 30px;
  width: 362px;
  text-align: center;
  font-size: 40px;
  color: #ea68a2;
}
.bloc_prix > span {
  font-family: "Roboto", sans-serif;
  text-align: center;
  color: #ea68a2;
  font-size: 40px;
  font-weight: 500;
}
.bloc_prix > span > font {
  font-size: 30px;
}
.bloc_prix > span.article_prix_barre {
  font-size: 25px;
  text-decoration: line-through;
  color: #606060;
}

.bouton_cadre_article {
  margin-top: 25px;
  text-align: left;
}

.bouton_cadre_article_rouge a {
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  padding: 5px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  background-color: #ec4d45;
}

.bouton_cadre_article_rouge {
  margin-top: 25px;
  text-align: center;
}

#form_ajout {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 50px;
  line-height: 50px;
  width: 100%;
}
#form_ajout a.formajoutsubmit {
  display: inline-block;
  width: 180px;
  height: 20px;
  padding: 5px;
  padding-right: 24px;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  background-color: #ea68a2;
  border: solid 1px #ea68a2;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#form_ajout a.formajoutsubmit > svg {
  position: absolute;
  margin-left: 5px;
  margin-top: 4px;
  fill: #FFF;
  transform-origin: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#form_ajout a.formajoutsubmit:hover {
  color: #FFF;
  background-color: #ea68a2;
  border: solid 1px #ea68a2;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#form_ajout a.formajoutsubmit:hover > svg {
  transform: translateX(5px) scale(1.5) rotate(360deg);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

#form_ajout label {
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
}

#form_ajout input[type=text] {
  height: 27px;
  width: 40px;
  font-size: 18px;
  font-weight: 600;
  border: solid 1px #abadb3;
  text-align: center;
  margin-right: 10px;
}

#form_ajout select {
  height: 40px;
  width: 362px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 10px;
  color: #2d2d2d;
  border: solid 1px #abadb3;
  text-align: left;
  vertical-align: middle;
  margin-top: 10px;
  margin-bottom: 10px;
}

#form_ajout input[type=submit] {
  text-align: center;
  color: #FFF;
  padding: 6px 15px;
  font-size: 18px;
  background-color: #29abe2;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#form_ajout input[type=submit].bpdisable, #form_ajout a.bpdisable {
  background-color: #e73030;
  border: solid 1px #e73030;
}
#form_ajout input[type=submit].bpdisable > svg, #form_ajout a.bpdisable > svg {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#form_ajout input[type=submit].bpdisable:hover, #form_ajout a.bpdisable:hover {
  background-color: #e73030;
  border: solid 1px #e73030;
}
#form_ajout input[type=submit].bpdisable:hover > svg, #form_ajout a.bpdisable:hover > svg {
  transform: translateX(10px) scale(1) rotate(0deg);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.retour, input[type=button].skin {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  background-color: #FFF;
  color: #ea68a2;
  border: solid 1px #ea68a2;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.retour:hover, input[type=button].skin:hover {
  color: #FFF;
  background-color: #ea68a2;
  border: solid 1px #ea68a2;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.panneau_panier {
  font-size: 13px;
}
.panneau_panier .cadrebancaire {
  text-align: center;
  width: 100%;
  max-width: 650px;
  border-radius: 20px;
  border: solid 1px #ea68a2;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  margin: auto;
  margin-top: 15px;
}
.panneau_panier > input[type=submit], .panneau_panier .panneau_panier input[type=button] {
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #c70810;
  border: none;
  cursor: pointer;
  font-size: 15px;
}
.panneau_panier input[type=radio], .panneau_panier input[type=checkbox] {
  margin: 0;
  vertical-align: middle;
  border: solid 1px #d2d2d2;
  width: 20px;
  height: 20px;
  background-color: #FFF;
  -webkit-appearance: none;
  text-align: center;
}
.panneau_panier input[type=checkbox]:checked::before, .panneau_panier input[type=radio]:checked::before {
  content: "✔";
  font-size: 12px;
  color: #404040;
  text-align: center;
  line-height: 20px;
}
.panneau_panier > h1 {
  font-size: 16px;
  background-color: #ea68a2;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #FFF;
  font-weight: 700;
}
.panneau_panier h1 a {
  display: block;
  width: 100%;
  color: #FFF;
  font-weight: 700;
  margin-top: 10px;
  font-size: 16px;
}
.panneau_panier h2 {
  font-size: 16px;
  background-color: #eaeaea;
  color: #1e1e3c;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  margin-bottom: 10px;
  font-weight: 300;
}
.panneau_panier h2 a {
  color: #ea68a2;
  font-weight: 700;
}
.panneau_panier h3 {
  font-size: 16px;
  font-weight: 700;
  color: #ea68a2;
  margin: 15px 0px;
}
.panneau_panier h7 {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1e1e3c;
  margin-top: 20px;
}
.panneau_panier p {
  font-size: 16px;
  line-height: 2em;
}
.panneau_panier p.textevip {
  font-size: 16px;
  font-weight: 600;
}
.panneau_panier p.textevip > .reduct {
  color: #ea68a2;
  font-weight: 700;
}
.panneau_panier .tb_panier {
  text-align: center;
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
  color: #333;
  font-weight: 700;
}
.panneau_panier .tb_panier td {
  height: 60px;
  line-height: 60px;
  border-bottom: solid 1px #dedfe0;
}
.panneau_panier .tb_panier td > img {
  border-radius: 2px;
  margin-top: -2px;
}
.panneau_panier .tb_panier td.tb_somme_blanc {
  border: 0px;
  height: 25px;
  line-height: 25px;
  text-align: right;
  padding-right: 10px;
}
.panneau_panier .tb_panier td.tb_somme {
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  color: #FFF;
  background-color: #1e1e3c;
  font-weight: 400;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 200px;
}
.panneau_panier .tb_panier td input[type=text].panierqte {
  height: 28px;
  line-height: 28px;
  width: 50px;
  margin-left: 5px;
  text-align: center;
}
.panneau_panier th {
  height: 20px;
  border-collapse: collapse;
  background-color: #1e1e3c;
  color: #FFF;
}
.panneau_panier th.panier_image {
  width: 70px;
}
.panneau_panier th.panier_ref {
  width: 100px;
}
.panneau_panier th.panier_prixu {
  width: 100px;
}
.panneau_panier th.panier_qte {
  width: 100px;
}
.panneau_panier th.panier_total {
  width: 100px;
}
.panneau_panier th.panier_eff {
  width: 50px;
}
.panneau_panier input[type=button], .panneau_panier input[type=submit] {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  background-color: #FFF;
  color: #ea68a2;
  border: solid 1px #ea68a2;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.panneau_panier input[type=button]:hover, .panneau_panier input[type=submit]:hover {
  color: #FFF;
  background-color: #ea68a2;
  border: solid 1px #ea68a2;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.panneau_panier input[type=button].actif, .panneau_panier input[type=submit].actif {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  background-color: #ea68a2;
  color: #FFF;
  border: solid 1px #ea68a2;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.recherchePc {
  display: flex;
  height: 42px;
  align-items: center;
}
.recherchePc input[type=search] {
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0 0 0 5px;
  vertical-align: middle;
  border: solid 1px #f18ab8;
  width: 100%;
  border-radius: 3px;
  margin-right: 10px;
}
.recherchePc input[type=search]::placeholder {
  color: #8b8688;
  font-weight: 300;
}
.recherchePc input[type=submit].loupe {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMi4wNCAzMS44Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2VhNjhhMjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkZpY2hpZXIgOTI8L3RpdGxlPjxnIGRhdGEtbmFtZT0iQ2FscXVlIDIiPjxnIGRhdGEtbmFtZT0iQ2FscXVlIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTMxLjE5LDI2Ljg5bC03LjYtNy42YTE1LjE2LDE1LjE2LDAsMCwxLTQsNC4xNkwyNy4xMiwzMWEyLjg4LDIuODgsMCwwLDAsNC4wNy00LjA3WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyLjI5LDNBOS4yOSw5LjI5LDAsMSwxLDMsMTIuMjksOS4zLDkuMywwLDAsMSwxMi4yOSwzbTAtM0ExMi4yOSwxMi4yOSwwLDEsMCwyNC41NywxMi4yOSwxMi4yOSwxMi4yOSwwLDAsMCwxMi4yOSwwWiIvPjwvZz48L2c+PC9zdmc+") no-repeat 0 0;
  height: 30px;
  width: 30px;
  background-position: center;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 5px;
}
.hidemobile, .hidecell {
  display: none;
  width: 0px;
  height: 0px;
}

.titre2 {
  text-align: center;
  color: #ea68a2;
  font-size: 1.8em;
  font-weight: 400;
  padding-top: 50px;
}

.imgpromo {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.imgpromo img {
  border-radius: 6px;
  max-width: 100%;
  height: auto;
}

.flexlignefixe {
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
}
.flexlignefixe .vcenter {
  justify-content: center;
}
@media (min-width: 768px) {
  .flexlignefixe .vcenter {
    justify-content: center;
    align-items: center;
  }
}
.flexlignefixe.left {
  justify-content: flex-start;
}
.flexlignefixe.flex1 div {
  flex: 1;
}
.flexlignefixe.flex1 div img {
  max-width: 100%;
}
.flexlignefixe .checkb {
  max-width: 35px;
}
.flexlignefixe.m10 div {
  margin: 10px;
}
.flexlignefixe.m20 div {
  margin: 20px;
}

.flexligne {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .flexligne {
    flex-direction: row;
  }
}
.flexligne .vcenter {
  justify-content: center;
}
@media (min-width: 768px) {
  .flexligne .vcenter {
    justify-content: center;
    align-items: center;
  }
}
.flexligne.left {
  justify-content: flex-start;
}
.flexligne.flex1 div {
  flex: 1;
}
.flexligne.flex1 div img {
  max-width: 100%;
}
.flexligne.m10 div {
  margin: 10px;
}
.flexligne.m20 div {
  margin: 20px;
}

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt10 {
  padding-top: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.p10 {
  padding: 10px;
}

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.plr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.p20 {
  padding: 20px;
}

.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.plr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pt30 {
  padding-top: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.p30 {
  padding: 30px;
}

.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.plr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt40 {
  padding-top: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.p40 {
  padding: 40px;
}

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.plr50 {
  padding-left: 50px;
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pt50 {
  padding-top: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.p50 {
  padding: 50px;
}

.skinajout {
  display: inline-block;
  padding: 10px 20px;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  background-color: #ea68a2;
  border: solid 1px #ea68a2;
  border-radius: 2px;
  font-size: 20px;
  font-weight: 500;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.skinajout > svg {
  position: absolute;
  margin-left: 5px;
  margin-top: 4px;
  fill: #FFF;
  transform-origin: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.skinajout:hover {
  color: #FFF;
  background-color: #ea68a2;
  border: solid 1px #ea68a2;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.skinajout:hover > svg {
  transform: translateX(5px) scale(1.5) rotate(360deg);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.videoyoutube {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  text-align: center;
}
.videoyoutube video {
  max-width: 1200px;
  width: 100%;
  height: auto;
}

.videoyoutubei {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-top: 20px;
}

.videoyoutubei iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media (min-width: 768px) {
  .galerie div.boxgalerie {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
  }
}
@media screen and (min-width: 900px) {
  .hidemobile {
    display: block;
    width: auto;
    height: auto;
  }
  .hidecell {
    display: table-cell;
    width: auto;
    height: auto;
  }
  .hidepc {
    display: none;
  }
  .incrementor2 {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-around;
    height: 40px;
    width: 18px;
    margin-right: 10px;
  }
  .incrementor2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 12px;
    height: 12px;
    width: 13px;
    text-align: center;
    color: #FFF;
    padding: 2px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 13px;
    background-color: #ea68a2;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
  }
  #form_ajout {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 50px;
    line-height: 50px;
    width: auto;
  }
  #form_ajout a.formajoutsubmit {
    display: inline-block;
    width: 180px;
    height: 20px;
    padding: 5px;
    padding-right: 24px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
    background-color: #ea68a2;
    border: solid 1px #ea68a2;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  #form_ajout a.formajoutsubmit > svg {
    position: absolute;
    margin-left: 5px;
    margin-top: 4px;
    fill: #FFF;
    transform-origin: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  #form_ajout a.formajoutsubmit:hover {
    color: #FFF;
    background-color: #ea68a2;
    border: solid 1px #ea68a2;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  #form_ajout a.formajoutsubmit:hover > svg {
    transform: translateX(5px) scale(1.5) rotate(360deg);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .pos_photo_article {
    float: right;
    width: 500px;
    margin-left: 15px;
    text-align: center;
    margin-bottom: 10px;
  }
  .pos_photo_article img.imgminiature {
    margin-right: 6px;
  }
  .pos_photo_article img.imgminiature:last-of-type {
    margin-right: 0px;
  }
  .photoprincipale {
    width: 500px;
    min-height: 500px;
    text-align: center;
    margin-bottom: 2px;
  }
  #cadre_article h1 {
    font-size: 30px;
    font-weight: 300;
    color: #ea68a2;
    width: 475px;
  }
  #cadre_article h2 {
    width: 500px;
    font-weight: 300;
    font-size: 24px;
    color: #5b5b5b;
    margin-bottom: 20px;
  }
  #cadre_article h3 {
    width: 500px;
    font-weight: 300;
    font-size: 24px;
    color: #ea68a2;
    margin-bottom: 10px;
  }
  #cadre_article > p {
    line-height: 1.5em;
  }
  #cadre_article > .stock {
    height: 60px;
    width: 362px;
    line-height: 62px;
  }
  #cadre_article > .stock > p {
    vertical-align: middle;
  }
  #cadre_article > .stock > p > img {
    vertical-align: middle;
  }
  .flexrc {
    display: flex;
    flex-direction: row;
  }
  .cadre_produit {
    width: 495px;
    height: 497px;
    border: solid 1px #dedfe0;
    margin: 0px 0px 16px 0px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .cadre_produit:nth-child(even) {
    margin-right: 0px;
  }
  .cadre_produit > h3 {
    display: block;
    width: 477px;
    height: 30px;
    font-weight: 400;
    padding: 10px;
    padding-top: 20px;
    color: #ea68a2;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
  }
  .cadre_produit > .image_index {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 496px;
    height: 300px;
  }
  .cadre_produit > .image_index > a > img {
    vertical-align: middle;
  }
  .cadre_produit > p {
    display: block;
    height: 42px;
    text-align: center;
    font-size: 16px;
    color: #576373;
    padding: 10px;
  }
  .cadre_produit > .pied_produit {
    height: 74px;
    background-color: #fafafa;
    border-top: solid 1px #f4bcd5;
  }
  .cadre_produit > .pied_produit > span {
    display: block;
    width: 226px;
    height: 74px;
    padding: 0;
    line-height: 76px;
  }
  .cadre_produit > .pied_produit > span.prix {
    font-family: "Roboto", sans-serif;
    text-align: center;
    color: #576373;
    font-size: 30px;
    font-weight: 400;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .cadre_produit > .pied_produit > span.prix > font {
    font-size: 26px;
  }
  .cadre_produit > .pied_produit > span a.plus {
    display: inline-block;
    width: 180px;
    height: 20px;
    padding: 5px;
    padding-right: 23px;
    line-height: 20px;
    text-align: center;
    background-color: #FFF;
    color: #ea68a2;
    border: solid 1px #ea68a2;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .cadre_produit > .pied_produit > span a.plus > svg {
    position: absolute;
    fill: #ea68a2;
    margin-left: 5px;
    margin-top: 4px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .cadre_produit > .pied_produit > span a.plus:hover {
    color: #FFF;
    background-color: #ea68a2;
    border: solid 1px #ea68a2;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .cadre_produit > .pied_produit > span a.plus:hover > svg {
    fill: #FFF;
    margin-left: 5px;
    transform: translateX(15px) scale(1.5);
    transform-origin: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .cadre_produit > .pied_produit > span a.bpdisable {
    border: solid 1px #e73030;
  }
  .cadre_produit > .pied_produit > span a.bpdisable > svg {
    position: absolute;
    fill: #e73030;
    margin-left: 5px;
    margin-top: 4px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .cadre_produit > .pied_produit > span a.bpdisable:hover {
    background-color: #e73030;
    border: solid 1px #e73030;
  }
  .cadre_produit > .pied_produit > span a.bpdisable:hover > svg {
    position: absolute;
    margin-left: 5px;
    margin-top: 4px;
    transform: translateX(10px) scale(1) rotate(0deg);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .cadre_produit > .pied_produit > span.ajout_panier {
    text-align: right;
  }
  .cadre_produit:hover {
    border: solid 1px #ea68a2;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .cadre_produit:hover span.prix {
    color: #ea68a2;
    font-size: 30px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .box_bas {
    float: left;
    width: 320px;
    margin-right: 25px;
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: justify;
  }
  #zone_texte {
    padding-left: 0px;
    padding-right: 0px;
  }
  #zone_texte p {
    line-height: 1.5 em;
  }
  #zone_texte.pespace p {
    margin-bottom: 10px;
  }
  #zone_texte .pespace p {
    margin-bottom: 10px;
  }
  #zone_texte .box_bas:last-of-type {
    margin-bottom: 30px;
    margin-top: 20px;
    margin-right: 0;
  }
  #zone_principale {
    width: 1010px;
  }
  #zone_header {
    width: 1010px;
  }
  .texte_pied {
    width: 1010px;
  }
  .zone_centre {
    width: 1010px;
    margin: auto;
  }
  .cadre_machine {
    width: 1010px;
    height: 362px;
    background-color: #efefef;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 0px 0px 3px #cacaca;
    -webkit-box-shadow: 0px 0px 3px #cacaca;
    box-shadow: 0px 0px 3px #cacaca;
    border: solid 1px #c0c0c0;
    font-size: 13px;
    text-align: justify;
    line-height: 1.5em;
    margin-bottom: 15px;
  }
  .box_ligne {
    clear: both;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    min-height: 210px;
  }
  .box_bas img {
    margin: auto;
    width: auto;
    height: auto;
  }
  .box_ligne img {
    float: left;
    margin-right: 25px;
    width: auto;
  }
  .box_ligne h2 {
    font-size: 24px;
    font-weight: 300;
    color: #ea68a2;
    text-align: left;
  }
  .box_bas p {
    color: #606060;
    text-align: center;
    height: 60px;
  }
  .box_ligne p {
    margin-top: 10px;
    min-height: 86px;
    text-align: justify;
  }
  .box_bas a.lien, .box_ligne a.lien {
    display: block;
    font-size: 14px;
    width: 318px;
    border: solid 1px #a1a1a1;
    line-height: 40px;
    color: #606060;
    text-align: center;
  }
  .logo_marque {
    display: flex;
    flex: 1 1;
    float: left;
    justify-content: flex-start;
    align-items: center;
  }
  .logo_marque a {
    display: flex;
    align-items: center;
  }
  #zone_texte img.news {
    width: 100%;
  }
  .box_ligne p {
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
    margin-top: 10px;
    min-height: 86px;
  }
  .zone_centre h1, #zone_texte h1 {
    font-size: 24px;
    font-weight: 300;
    color: #ea68a2;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .zone_centre p {
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    line-height: 1.5em;
  }
  /* RGPD */
  #bandeaubas {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: 0px;
    margin-bottom: 0px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    font-size: 14px;
    text-align: center;
    color: #FFF;
    padding: 40px 0px;
  }
  #bandeaubas p {
    font-weight: 600;
  }
  #bandeaubas form input[type=checkbox] {
    margin: 0;
    vertical-align: middle;
    border: solid 1px #FFF;
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    text-align: center;
  }
  #bandeaubas form input[type=checkbox]:checked::before {
    content: "✔";
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 20px;
  }
  #bandeaubas form input[type=submit] {
    padding: 5px 20px;
    background-color: #70cf37;
    color: #FFF;
    margin-left: 50px;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
  }
  #bandeaubas form input[type=button] {
    padding: 5px 20px;
    background-color: #ea68a2;
    color: #FFF;
    margin-left: 10px;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
  }
  .galerie div.boxgalerie {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
  }
  .mbt10 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .colonne {
    display: flex;
    flex-direction: row;
  }
  .colonne img {
    border-radius: 6px;
    width: 100%;
  }
  .col1 {
    flex: 1;
    order: initial;
    margin-top: 0px;
  }
  .col2 {
    flex: 1.6;
  }
  .pg10 {
    padding-left: 15px;
  }
  .pd10 {
    padding-right: 15px;
  }
  .accroche {
    font-size: 72px;
  }
}
.alignedroite {
  display: flex;
  justify-content: flex-end;
}

.flexcentre {
  justify-content: center;
}

.centre {
  text-align: center;
}

.flextop {
  align-items: flex-start;
}

.flexaround {
  justify-content: space-around;
}

.flexbetween {
  justify-content: space-between;
}

.flexmiddle {
  align-items: center;
}

.nowrap {
  flex-wrap: nowrap;
}

.flex03 {
  flex: 0.3;
}

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