<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800");
/*font-family: 'Open Sans', sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800&amp;display=swap");
/*RESET*/
@import url("marges.css");
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: "Open Sans", sans-serif;
  color: #606060;
  font-size: 14px;
}
body h1 {
  color: #f67e07;
  font-size: 24px;
  font-weight: 300;
  margin: 20px 0px;
}
body h1.mb0 {
  margin-bottom: 0px;
}
body h2 {
  color: #f67e07;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ht1 {
  color: #f67e07;
  font-size: 24px;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ht1.mt0 {
  margin-top: 0px;
}

.ht2 {
  color: #f67e07;
  font-size: 20px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
}

.fondg {
  background-color: #b8bcbc;
  min-height: 350px;
}

.imp {
  font-size: 16px;
  color: #f67e07;
  font-weight: bold;
}

.actif {
  color: #f67e07;
}

.couleur {
  color: #f67e07;
  font-weight: bold;
}

strong {
  font-weight: 600;
}

.fgris {
  background-color: #606060;
  color: #FFF;
}

.both {
  clear: both;
}

.cactif {
  color: #f67e07;
}

.rouge {
  color: red;
}

.hidepc {
  display: block;
}

.hidemobile, .hidecell, .hidemobileinline {
  display: none;
}

.center {
  text-align: center;
}

#bandeau {
  background-color: #f67e07;
  height: 42px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  text-align: right;
  margin-bottom: 1px;
}

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

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

#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: #f67e07;
}

#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;
}

.colonne3 {
  padding: 20px 0px;
  -moz-column-count: 1;
  -moz-column-gap: 1em;
  -webkit-column-count: 1;
  -webkit-column-gap: 1em;
  column-count: 1;
  column-gap: 1em;
}
.colonne3 ul {
  margin-top: 0;
}
.colonne3 ul li {
  margin-bottom: 10px;
}
.colonne3 ul li a {
  color: #343434;
}
.colonne3 ul li a:before {
  align-items: center;
  content: "→";
  font-size: 14px;
  fill: #FFF;
  margin-right: 18px;
}
.colonne3 ul li a:hover {
  color: #f67e07;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.parallax {
  height: 400px;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.parallax.bck1 {
  background-image: url("../img/paralax-index.jpg");
}
.parallax.bck2 {
  background-image: url("../img/paralax-internationale.jpg");
}
.parallax.bck3 {
  background-image: url("../img/paralax-messagerie-express.jpg");
}

.bord4 {
  border: solid 1px #e8e8e8;
}

/*-----------------Modal----------------*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100000; /* Sit on top */
  padding-top: 20px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0 0 10px 0;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* The Close Button */
.close {
  color: white;
  float: right;
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 8px 16px;
  background-color: #f67e07;
  color: white;
  font-size: 12px;
}

.modal-header h2 {
  font-size: 16px;
}

.modal-body {
  padding: 8px 16px;
  font-size: 13px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modalbp {
  cursor: pointer;
}

.minimodal {
  width: 90%;
  max-width: 800px;
}

.minimodal select.seul {
  width: 90%;
  max-width: 600px;
}

/*-----------------------------------------*/
.formflex {
  display: flex;
  flex-direction: column;
  flex-basis: auto;
  text-align: left;
}
.formflex .checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  cursor: pointer;
  font-size: 16px;
  color: #210012;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.formflex .checkbox.textmini {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  color: #757575;
  font-weight: 300;
  min-height: 22px;
}
.formflex .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.formflex .checkbox input:checked ~ .checkmark {
  background-color: #FFF;
  border: solid 1px #f67e07;
}
.formflex .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.formflex .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFF;
  border: solid 1px #a8a8a8;
}
.formflex .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.formflex .checkbox .checkmark::after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #f67e07;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formflex .checkbox:hover input ~ .checkmark {
  border: solid 1px #f67e07;
}
.formflex a {
  color: #f67e07;
}
.formflex a.oublie {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  align-self: flex-end;
  margin-bottom: 20px;
}
.formflex label {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 9px;
}
.formflex input[type=text], .formflex input[type=password] {
  box-sizing: border-box;
  border: solid 1px #e7e7e7;
  line-height: 38px;
  padding: 0px 10px;
  margin-bottom: 18px;
  width: 100%;
  -webkit-appearance: none;
}
.formflex textarea {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  border: solid 1px #e7e7e7;
  line-height: 38px;
  padding: 0px 10px;
  margin-bottom: 18px;
  width: 100%;
  -webkit-appearance: none;
}
.formflex select {
  box-sizing: border-box;
  border: solid 1px #e7e7e7;
  line-height: 38px;
  height: 40px;
  padding: 0px 10px;
  margin-bottom: 18px;
  width: 100%;
  -webkit-appearance: none;
}
.formflex input[type=submit], .formflex button[type=submit] {
  display: flex;
  height: 44px;
  align-items: center;
  cursor: pointer;
  border: none;
  margin-top: 15px;
  color: #FFF;
  background-color: #f67e07;
  font-size: 12px;
  padding: 0px 20px;
  align-self: center;
  justify-content: center;
  -webkit-appearance: none;
}
.formflex input[type=submit].droite, .formflex button[type=submit].droite {
  align-self: flex-end;
}
.formflex .imulti {
  display: flex;
  flex-direction: column;
}
.formflex .imulti.etoile {
  margin-bottom: 18px;
}
.formflex .imulti.etoile img {
  cursor: pointer;
  margin-right: 10px;
}
.formflex .imulti div {
  flex: 1;
  margin-right: 0px;
}
.formflex .imulti div:last-of-type {
  margin-right: 0px;
}
.formflex .imulti div.flex03 {
  flex: 0.3;
}
.formflex .etoile {
  display: flex;
  flex-direction: row;
  margin-bottom: 18px;
}
.formflex .etoile img {
  cursor: pointer;
  margin-right: 10px;
}
.formflex .etoile div {
  flex: 1;
  margin-right: 0px;
}
.formflex .etoile div:last-of-type {
  margin-right: 0px;
}
.formflex .etoile div.flex03 {
  flex: 0.3;
}

#logo {
  margin-top: 10px;
}

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

.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: none;
  display: table;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 98%;
  border-radius: 4px;
}

.img_droite {
  float: none;
  display: table;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 98%;
  border-radius: 4px;
}

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

.page p {
  margin-bottom: 15px;
}
.page a {
  color: #f67e07;
}
.page .tel {
  font-weight: 600;
  font-size: 18px;
  color: #f67e07;
}

.infogarage {
  font-size: 16px;
}

ul.points li:before {
  content: "";
  background: center center no-repeat transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNC4wOCAxMC43MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM4Y2JlMjY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GaWNoaWVyIDE8L3RpdGxlPjxnIGlkPSJDYWxxdWVfMiIgZGF0YS1uYW1lPSJDYWxxdWUgMiI+PGcgaWQ9IkNhbHF1ZV8xLTIiIGRhdGEtbmFtZT0iQ2FscXVlIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQuNDgsOC40OCwxLjEyLDUuMTIsMCw2LjI0bDQuNDgsNC40OCw5LjYtOS42TDEzLDBabTAsMCIvPjwvZz48L2c+PC9zdmc+);
  background-size: cover;
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 20px;
}

ul.points li {
  margin-left: 10px;
  padding-left: 5px;
  line-height: 30px;
}

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

.zone_centre {
  padding-left: 1%;
  padding-right: 1%;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
}
.zone_centre p {
  text-align: justify;
  line-height: 1.5em;
  margin-left: 10px;
  margin-right: 10px;
}
.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: #f67e07;
}
.zone_centre.confidentialite p {
  margin: 10px auto;
  line-height: 1.5em;
}
.zone_centre.confidentialite .tableinit {
  width: 100%;
}

.accorche {
  width: 100%;
}

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

.bl {
  color: #FFF;
  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: #545454;
}
#zone_pied .boxbas {
  flex: 1 1 auto;
  border-right: none;
  width: 100%;
  margin-bottom: 25px;
  min-height: 200px;
}
#zone_pied .boxbas .paiement {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  min-height: 157px;
}
#zone_pied .boxbas .paiement img {
  height: 40px;
  margin-bottom: 10px;
}
#zone_pied .boxbas .titre2 {
  font-size: 16px;
  font-weight: bold;
  color: #f67e07;
}
#zone_pied .boxbas .titre3 {
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 15px;
  color: #FFF;
}

.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-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-align: justify;
  line-height: 1.5em;
}

.contenu_texte a {
  color: #e30613;
}

.contenu_texte h1 {
  font-family: "Open Sans", sans-serif;
  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;
  min-height: 400px;
  text-align: center;
}
.texte_pied a {
  color: #FFF;
  font-weight: 600;
}

.texte_pied .nom {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #f67e07;
}

.texte_pied h2 {
  font-size: 16px;
  color: #282828;
  margin-top: 10px;
}

.texte_pied p {
  color: #FFF;
  font-weight: 300;
  line-height: 1.5em;
}

.bleu {
  color: #f67e07;
  font-weight: 600;
}

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

.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] {
  font-family: "Open Sans", sans-serif;
  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 {
  font-family: "Open Sans", sans-serif;
  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: #f67e07;
  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-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #212121;
  padding: 10px;
  font-weight: 600;
}

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

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

.contenu_bas &gt; 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_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-family: "Open Sans", sans-serif;
  font-size: 16px; /* hauteur du texte : 12 pixels */
  font-weight: 300;
}

#menu_deroulant a {
  display: block; /* on change le type d'élément, les liens deviennent des balises de type block */
  padding: 0px 15px; /* aucune marge intérieure */
  text-decoration: none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
  width: auto;
  color: #363636;
  /*background-color:#36424b;*/
}
#menu_deroulant a.w130 {
  width: 130px;
}

#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: #f67e07;
  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: 75px; /* 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: #f67e07;
  border-bottom: solid 1px #a3d0e3;
  line-height: 30px;
}

#menu_deroulant li ul li a {
  width: 100px;
  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;
}

/*-------------------------------------------------------------------------------------*/
.cadrepaiement {
  text-align: center;
  border: solid 2px #f67e07;
  border-radius: 10px;
  padding: 20px;
}
.cadrepaiement a {
  color: #f67e07;
}

.txtpaiement {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.prixpaiement {
  font-size: 18px;
  color: #f67e07;
  font-weight: 700;
}

.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-family: "Open Sans", sans-serif;
  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 {
  font-family: "Open Sans", sans-serif;
  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 {
  justify-content: center;
  min-height: 107px;
  display: flex;
  align-items: center;
}
.logo_marque a img {
  height: 89px;
  width: auto;
}

.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 &gt; 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;
}

.prix {
  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;
}

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

.accroche {
  color: #FFF;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  line-height: 400px;
  text-shadow: black 0.1em 0.1em 0.2em;
}

#commandeForm {
  width: 90%;
  padding: 0 5%;
}
#commandeForm 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 {
  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%;
  -webkit-appearance: none;
}

#commandeForm select, #connexionForm select, #formChamp select {
  border: solid 1px #d2d2d2;
  width: 98%;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  padding-left: 2%;
  -webkit-appearance: none;
  box-sizing: content-box;
}

#commandeForm textarea, #connexionForm textarea, #formChamp textarea {
  font-family: Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, "sans-serif";
  width: 98%;
  height: 80px;
  resize: none;
  border: solid 1px #d2d2d2;
  padding: 10px;
  vertical-align: text-top;
  margin-bottom: 10px;
  -webkit-appearance: none;
}

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

#commandeForm input[type=submit] {
  display: block;
  font-size: 16px;
  background-color: #f67e07;
  padding: 8px 12px;
  text-align: center;
  color: #FFF;
  text-align: center;
  margin: auto;
  cursor: pointer;
  margin-top: 20px;
  border: none;
  border-radius: 4px;
  -webkit-appearance: none;
}

.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 #f67e07;
  background-color: #f67e07;
  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 #f67e07;
  color: #f67e07;
  -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;
  -webkit-appearance: none;
}
#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: #f67e07;
  color: #FFF;
  cursor: pointer;
  border: none;
  margin-left: 10px;
  margin-top: 15px;
  -webkit-appearance: none;
}

.tb_index {
  overflow: auto;
  border-collapse: collapse;
}

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

.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;
}

.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: #f67e07;
  font-size: 22px;
  font-weight: 700;
  border-bottom: none;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.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: 100%;
  font-size: 13px;
  margin-bottom: 20px;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.date select {
  width: 100%;
  font-size: 13px;
  height: 32px;
  margin-bottom: 20px;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.date select.selectlarge {
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
}

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

.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: 98%;
  margin-left: 1%;
  margin-right: 1%;
  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: 96%;
  text-align: center;
  color: #f67e07;
  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 a {
  color: #f67e07;
}
.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;
}

.ariane {
  background-color: #f67e07;
  padding: 10px 0px;
}
.ariane a {
  font-weight: 300;
  font-size: 14px;
  color: #FFF;
}
.ariane a:last-of-type {
  font-weight: 600;
}
.ariane a:last-of-type:after {
  content: "";
  margin-left: 0px;
  margin-right: 0px;
}
.ariane a:after {
  content: "&gt;";
  font-size: 14px;
  fill: #FFF;
  margin-left: 18px;
  margin-right: 18px;
}

.bl h2 {
  color: #FFF;
  font-weight: 500;
}

.tbcaract {
  border: solid 1px #f67e07;
  margin-top: 5px;
}
.tbcaract table {
  border-spacing: 10px;
}
.tbcaract table tr {
  vertical-align: middle;
}
.tbcaract table tr.centre {
  text-align: center;
}
.tbcaract table tr td {
  padding: 10px;
  background-color: #f1f1f1;
}

.cbase {
  color: #f67e07;
}

.flexligne {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.flexligne.evenly {
  justify-content: space-evenly;
}
.flexligne.flextop {
  align-items: flex-start;
}
.flexligne img {
  max-width: 98%;
}

.flexcolonne {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: space-between;
  flex-wrap: wrap;
}

.reseaux {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.reseaux img {
  height: 36px;
}
.reseaux a:first-of-type {
  margin-right: 40px;
}

#layerslider {
  width: 100%;
  height: 600px;
  font-family: "Montserrat", sans-serif;
}
#layerslider .anim3 {
  height: 50px;
}

.skin {
  background-color: #f67e07;
  padding: 8px 12px;
  text-align: center;
  color: #FFF;
  border-radius: 4px;
  transition: all 0.4s ease-out;
  box-sizing: border-box;
}
.cadre_index {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  min-height: 250px;
  flex: 1;
  background-color: #f67e07;
  margin: 10px;
  margin-bottom: 60px;
  border-radius: 4px;
  color: #FFF;
}
.cadre_index .skin {
  background-color: #FFF;
  color: #f67e07;
  margin: 20px 0px;
}
.cadre_index .cicone {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  border-radius: 50px;
  height: 100px;
  width: 100px;
  background-color: #FFF;
}
.cadre_index .cicone i {
  color: #f67e07;
  font-size: 30px;
}
.cadre_index h2 {
  text-align: center;
  padding: 8px;
  display: block;
  color: #FFF;
  font-size: 18px;
  min-height: 55px;
}

.commercial {
  display: flex;
  flex-direction: column;
  color: #FFF;
}
.commercial p {
  margin: 0px;
}
.commercial .t1 {
  font-size: 34px;
  font-weight: 300;
}
.commercial a {
  font-size: 18px;
  max-width: max-content;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.tete {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.tete img {
  width: 150px;
  height: 150px;
  border: solid 3px #f67e07;
  border-radius: 130px;
}
.tete .nom {
  font-size: 15px;
  margin-top: 16px;
  margin-bottom: 4px;
}
.tete .fonction {
  font-weight: 300;
  color: #f67e07;
}

.bannerindex {
  height: 591px;
  background-image: url("../img/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 !important;
}

.bandeaurecherche .formrecherche {
  display: flex;
  align-items: center;
  border: solid 1px #e7e7e7;
  padding: 5px 10px;
  border-radius: 20px;
}
.bandeaurecherche .formrecherche input[type=text] {
  max-width: 100%;
  border: none;
  height: 25px;
  outline: none;
  -webkit-appearance: none;
  font-size: 14px;
  color: #343434;
  transition: all 0.4s ease-out;
  border-left: solid 1px #e1e1e1;
  padding-left: 10px;
  border-radius: 3px;
  background-color: transparent;
}
.bandeaurecherche .formrecherche input[type=text]::placeholder {
  color: #f67e07;
  opacity: 1;
}
.bandeaurecherche .formrecherche .loupe {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNDguNzggMjQ4Ljc3Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzcyNzE3MTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkZpY2hpZXIgMTwvdGl0bGU+PGcgaWQ9IkNhbHF1ZV8yIiBkYXRhLW5hbWU9IkNhbHF1ZSAyIj48ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMCwyMzAuNDFhMTcuNjUsMTcuNjUsMCwwLDAsNS40NSwxMi45MSwxNy42NSwxNy42NSwwLDAsMCwxMi45MSw1LjQ1LDE3LDE3LDAsMCwwLDEyLjkxLTUuNDVMOTAuNSwxODQuMjVBOTguMjgsOTguMjgsMCwwLDAsMTQ3Ljc2LDIwMmE5OS4yOCw5OS4yOCwwLDAsMCwzOS4yNS04LDk5LDk5LDAsMCwwLDUzLjgxLTUzLjgxLDEwMC42OCwxMDAuNjgsMCwwLDAsMC03OC40OUE5OC45Myw5OC45MywwLDAsMCwxODcsOGExMDAuNjgsMTAwLjY4LDAsMCwwLTc4LjQ5LDBBOTguOTMsOTguOTMsMCwwLDAsNTQuNyw2MS43OGE5OS4yMyw5OS4yMywwLDAsMC04LDM5LjI1LDk4LjI3LDk4LjI3LDAsMCwwLDE3LjgsNTcuMjVMNS4zMSwyMTcuNUExNy41NywxNy41NywwLDAsMCwwLDIzMC40MVpNODMuNDcsMTAxcTAtMjYuNTQsMTguODctNDUuNDF0NDUuNDItMTguODdxMjYuNTQsMCw0NS40MSwxOC44N1QyMTIsMTAxcTAsMjYuNTUtMTguODcsNDUuNDF0LTQ1LjQxLDE4Ljg3cS0yNi41NSwwLTQ1LjQyLTE4Ljg3VDgzLjQ3LDEwMVoiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat 0 0;
  width: 20px;
  background-position: center;
  border: none;
  cursor: pointer;
  margin-right: 10px;
}

.article {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 280px;
  justify-content: center;
  min-height: 328px;
  color: #FFF;
  margin-bottom: 10px;
  margin-top: 10px;
}
.article .aimg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  width: 280px;
  height: 265px;
  box-sizing: border-box;
}
.article .abox {
  background-color: #FFF;
  width: inherit;
  max-width: 280px;
  min-height: 80px;
}
.article .abox .agen {
  display: flex;
  flex-direction: row;
}
.article .abox .agen .anom {
  width: 224px;
}
.article .abox .agen .aicone {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: inherit;
  width: 56px;
}
.article .abox .agen .aicone a .airond {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #f2f2f2;
  transition: all 0.4s ease-out;
}
.article .abox .agen .aicone a .airond i {
  color: #939593;
  font-size: 16px;
  transition: all 0.4s ease-out;
}
.article .abox .agen .aicone a:hover .airond {
  background-color: #f67e07;
}
.article .abox .agen .aicone a:hover .airond i {
  transition: all 0.4s ease-out;
  transform: scale(1.3, 1.3) translateX(2px);
  color: #FFF;
}
.article .abox .atitre {
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 400;
  min-height: 40px;
  text-align: left;
  padding: 10px;
  border-bottom: solid 1px #f2f2f2;
}
.article .abox .abas {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  padding: 10px;
}
.article .abox .abas .abplus a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #f67e07;
  background-color: #FFF;
  font-size: 14px;
  font-weight: 600;
  color: #f67e07;
  border-radius: 6px;
  padding: 2px 8px;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.article .abox .abas .abplus a.bpdisable {
  border: solid 1px red;
  cursor: default;
  color: red;
}
.article .abox .abas .abplus a:hover {
  background-color: #f67e07;
  color: #FFF;
  transition: all 0.4s ease-out;
}
.article .abox .abas .abplus a:hover.bpdisable {
  background-color: red;
  cursor: default;
}
.article .abox .abas .aprix {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #3f3f3f;
}
.article .abox .abas .aprix .txtpromo {
  display: block;
  color: #f67e07;
  font-weight: 600;
}
.article .abox .abas .aprix .aprixbarre {
  color: #343434;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-decoration: line-through;
  margin-left: 5px;
}
.article .abox .apanier {
  text-align: right;
}
.article .abox .apanier a {
  display: inline-block;
  margin-top: 15px;
  color: #FFF;
  background-color: #f67e07;
  font-size: 12px;
  padding: 10px 14px;
  border-radius: 30px;
}
.article .abox .apanier a.bpdisable {
  background-color: red;
  cursor: default;
}

.iconedroite {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.iconedroite a {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  text-decoration: none;
  color: #343434;
  font-weight: 300;
  font-size: 13px;
}
.iconedroite a:first-of-type {
  border-right: solid 1px #e1e1e1;
}
.iconedroite a:last-of-type {
  border-right: none;
}
.iconedroite a .iconepanier {
  display: flex;
}
.iconedroite a .iconepanier img.icone {
  height: 44px;
}
.iconedroite a span.iconepanier_qte {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 10px;
  font-weight: 400;
  margin-left: -10px;
  margin-top: 2px;
  margin-right: 10px;
  background-color: #f67e07;
  border-radius: 10px;
  height: 16px;
  width: 16px;
}
.iconedroite a .iconepanier_nom {
  display: none;
  flex-direction: column;
  justify-content: center;
}
.iconedroite a .iconepanier_nom .iconepanier_prix {
  font-size: 12px;
  color: #343434;
  min-width: 60px;
}

.ribbon {
  position: absolute;
  top: 0;
  right: -13px;
}

.ribbon .text,
.ribbon .banner,
.ribbon a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.ribbon a {
  color: #fff;
  text-decoration: none;
}

.no-css-transforms .ribbon {
  font-size: 1em;
  position: relative;
  width: 100%;
}

.ribbon .banner {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  display: block;
  float: right;
  position: relative;
  right: 0px;
  top: 22px;
  width: 100px;
}

.ribbon .banner::after,
.ribbon .banner::before {
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  width: 30px;
}

.ribbon .banner::before {
  -webkit-transform: skewY(-45deg) translate(50%, 15px);
  -moz-transform: skewY(-45deg) translate(50%, 15px);
  -ms-transform: skewY(-45deg) translate(50%, 15px);
  -o-transform: skewY(-45deg) translate(50%, 15px);
  -webkit-transform-origin: 100% center;
  -moz-transform-origin: 100% center;
  -ms-transform-origin: 100% center;
  -o-transform-origin: 100% center;
  left: -45px;
}

.ribbon .banner::after {
  -webkit-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
  -moz-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
  -ms-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
  -o-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
  -webkit-transform-origin: 0 center;
  -moz-transform-origin: 0 center;
  -ms-transform-origin: 0 center;
  -o-transform-origin: 0 center;
  right: -17px;
}

.no-css-transforms .ribbon .banner {
  position: static;
  width: 100%;
  float: none;
  font-size: 10px;
}

.ribbon .text {
  position: relative;
  z-index: 2;
  padding: 6px 0px;
  font-size: 14px;
  font-weight: bold;
  min-height: 18px;
  line-height: 18px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #FFF;
  text-align: center;
}

.ribbon .text::before,
.ribbon .text::after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.ribbon .text::before {
  -webkit-transform: translateX(-15%) skewX(-45deg);
  -moz-transform: translateX(-15%) skewX(-45deg);
  -ms-transform: translateX(-15%) skewX(-45deg);
  -o-transform: translateX(-15%) skewX(-45deg);
}

.ribbon .text::after {
  -webkit-transform: translateX(15%) skewX(45deg);
  -moz-transform: translateX(15%) skewX(45deg);
  -ms-transform: translateX(15%) skewX(45deg);
  -o-transform: translateX(15%) skewX(45deg);
}

.no-css-transforms .ribbon .text {
  height: 25px;
  padding: 3px;
}

/* default */
.ribbon .banner::after,
.ribbon .banner::before {
  background-color: #460026;
}

.ribbon .text::before,
.ribbon .text::after,
.no-css-transforms .ribbon .text {
  background-color: #f67e07;
}

/* green */
.ribbon-new .banner::after,
.ribbon-new .banner::before {
  background-color: #f67e07;
}

.ribbon-new .text::before,
.ribbon-new .text::after,
.no-css-transforms .ribbon-new .text {
  background-color: #460026;
}

#produitsAjout {
  display: flex;
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #b8e116;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1999;
  right: 10px;
  top: 30px;
  align-items: center;
  justify-content: center;
}
#produitsAjout img {
  margin-right: 20px;
}

#produitsAjout.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
.panneau_panier {
  font-size: 13px;
}
.panneau_panier form {
  overflow: auto;
}
.panneau_panier .droite {
  float: right;
  margin: 5px;
}
.panneau_panier .etape4 p {
  font-size: 20px;
}
.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 &gt; h1 {
  font-size: 14px;
  background-color: #f67e07;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #FFF;
  font-weight: 700;
}
.panneau_panier &gt; h1.bckvert {
  background-color: #85c442;
}
.panneau_panier h1 a {
  display: block;
  width: 100%;
  color: #FFF;
  font-weight: 700;
  margin-top: 10px;
}
.panneau_panier h2 {
  font-size: 14px;
  background-color: #eaeaea;
  color: #1e1e3c;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}
.panneau_panier h2 a {
  color: #f67e07;
  font-weight: 700;
}
.panneau_panier h3 {
  font-size: 14px;
  font-weight: 700;
  color: #f67e07;
}
.panneau_panier h7 {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1e1e3c;
  margin-top: 20px;
}
.panneau_panier p {
  font-size: 13px;
  line-height: 2em;
}
.panneau_panier p.textevip {
  font-size: 16px;
  font-weight: 600;
}
.panneau_panier p.textevip &gt; .reduct {
  color: #f67e07;
  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 tr td {
  border-bottom: solid 1px #dedfe0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.panneau_panier .tb_panier tr td &gt; img {
  border-radius: 2px;
}
.panneau_panier .tb_panier tr td.tb_somme_blanc {
  border: 0px;
  height: 25px;
  line-height: 25px;
  text-align: right;
  padding-right: 10px;
}
.panneau_panier .tb_panier tr 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 tr td input[type=text].panierqte {
  height: 28px;
  line-height: 28px;
  width: 50px;
  margin-left: 5px;
  text-align: center;
  border: solid 1px #999;
  border-radius: 6px;
  -webkit-appearance: none;
}
.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: 75px;
}
.panneau_panier input[type=button], .panneau_panier input[type=submit] {
  width: 318px;
  height: 52px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #f67e07;
  padding: 5px 10px;
  background-color: #FFF;
  border: solid 1px #f67e07;
  cursor: pointer;
  font-size: 15px;
  -webkit-appearance: none;
}
.panneau_panier input[type=button]:after, .panneau_panier input[type=submit]:after {
  font-family: FontAwesome;
  content: "\f004";
  font-size: 13px;
  position: absolute;
  right: 20px;
  top: 1px;
  pointer-events: none;
}
.panneau_panier input[type=button]:hover, .panneau_panier input[type=submit]:hover {
  color: #FFF;
  background-color: #f67e07;
  border: solid 1px #f67e07;
  -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 {
  background-color: #f67e07;
  border: solid 1px #f67e07;
  color: #FFF;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-appearance: none;
}
.incrementor2 {
  display: none;
}

.boxmodepaiement {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  margin-top: 20px;
}
.boxmodepaiement div {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 0px;
  border-bottom: dashed 1px #a8a8a8;
}
.boxmodepaiement div span {
  min-width: 220px;
}
.boxmodepaiement div:last-of-type {
  border-bottom: none;
}
.boxmodepaiement div input[type=radio] {
  margin-right: 20px;
}
.boxmodepaiement div .iconepaiement img {
  margin: 5px;
}
.boxmodepaiement div .iconepaiement img:first-of-type {
  margin-left: 10px;
}
.boxmodepaiement h2 {
  margin: auto;
  margin-bottom: 20px;
  font-weight: 400;
}

.paiement4 {
  border: solid 1px #f67e07;
  min-height: 150px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.paiement4 p {
  color: #f67e07;
}

.skinpanier {
  display: flex;
  width: 318px;
  height: 52px;
  text-align: center;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  background-color: #f02990;
  border: none;
  cursor: pointer;
  font-size: 15px;
  -webkit-appearance: none;
}
.skinpanier i {
  font-size: 23px;
  margin-left: 20px;
}

.boxdroit {
  display: flex;
  justify-content: flex-end;
}

.mtpanier {
  margin-top: 0px;
}

.zone_gen {
  display: flex;
}
.zone_gen .zone_gauche {
  min-width: 240px;
  max-width: 240px;
}
.zone_gen .zone_gauche .categorie {
  margin: 10px 0px;
  padding: 6px 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #505050;
}
.zone_gen .zone_gauche ul li {
  padding: 17px 10px;
  border-bottom: solid 1px #e3e3e3;
}
.zone_gen .zone_gauche ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  color: #8a8a8a;
  transition: all 0.4s ease-out;
}
.zone_gen .zone_gauche ul li a .nbr {
  font-family: "Montserrat", sans-serif;
  color: #9a9a9a;
  font-size: 12px;
  padding: 6px 9px;
  font-weight: 700;
  background-color: #f3f3f3;
  border-radius: 6px;
}
.zone_gen .zone_gauche ul li a.actif {
  color: #f67e07;
}
.zone_gen .zone_gauche ul li a.actif i {
  color: #f67e07;
}
.zone_gen .zone_gauche ul li a i {
  font-size: 10px;
  color: #f0a5cc;
  transition: all 0.4s ease-out;
}
.zone_gen .zone_gauche ul li a:hover {
  color: #f67e07;
  transition: all 0.4s ease-out;
}
.zone_gen .zone_gauche ul li a:hover i {
  color: #f67e07;
  transition: all 0.4s ease-out;
}
.zone_gen .zone_article {
  flex: 1 1 auto;
}

.numero_page {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
  flex-wrap: wrap;
  color: #a8a8a8;
}
.numero_page a {
  margin-right: 5px;
  margin-left: 5px;
  border: solid 1px #f67e07;
  text-align: center;
  border-radius: 4px;
  padding: 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 300;
  color: #f67e07;
  margin-bottom: 15px;
}
.numero_page a:last-of-type {
  margin-right: 0px;
}
.numero_page a:hover {
  background-color: #f67e07;
  color: #FFF;
  transition: all 0.4s ease-out;
}
.numero_page .bonne_page {
  background-color: #f67e07;
  color: #FFF;
}

.zone_header, .zone_header2 {
  display: flex;
  min-height: 80px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.71);
  transition: all 0.4s ease-out;
}
.zone_header .bandeaurecherche, .zone_header2 .bandeaurecherche {
  padding: 12px 7px 0px 0px;
  transition: all 0.4s ease-out;
}
.zone_header .logo_marque, .zone_header2 .logo_marque {
  transform: scale(1);
  transition: all 0.4s ease-out;
}
.zone_header .logo_marque a img, .zone_header2 .logo_marque a img {
  height: 89px;
  width: auto;
}
.zone_header .bandeauh, .zone_header2 .bandeauh {
  font-size: 13px;
  padding: 7px 0px;
  border-bottom: solid 1px #e7e7e7;
}
.zone_header .bandeaub, .zone_header2 .bandeaub {
  min-height: 30px;
  transition: all 0.4s ease-out;
}
.zone_header .bandeaub li a, .zone_header2 .bandeaub li a {
  color: #343b43;
}
.zone_header .bandeaub li a:hover, .zone_header2 .bandeaub li a:hover {
  color: #f67e07;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.hidemobile, .hidecell, .hidemobileinline, .hidemobileflex {
  display: none;
}

.menu_position {
  width: 100%;
}

.banner_info {
  text-align: center;
}
.banner_info img {
  max-width: 100%;
  border-radius: 6px;
}

@media (min-width: 768px) {
  #layerslider {
    width: 100%;
    height: 600px;
    font-family: "Montserrat", sans-serif;
  }
  #layerslider .anim3 {
    height: 126px;
  }
  .galerie div.boxgalerie {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
  }
}
.atop {
  display: flex;
  flex-direction: column;
}
.atop .atphoto {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  width: 100%;
  margin-bottom: 15px;
}
.atop .atphoto .atpprincipale {
  display: flex;
  justify-content: center;
  align-items: center;
}
.atop .atphoto .atpprincipale img {
  width: 100%;
  height: auto;
  max-width: 500px;
  border-radius: 4px;
}
.atop .atphoto .atpmini {
  display: none;
}
.atop .atvente {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 100px;
}
.atop .atvente h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  color: #f67e07;
  margin-bottom: 20px;
  text-align: center;
}
.atop .atvente p {
  font-size: 14px;
  color: #757575;
}
.atop .atvente .minitext {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  color: #f67e07;
}
.atop .atvente .stockPrix {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
}
.atop .atvente .stockPrix .stock {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300px;
}
.atop .atvente .stockPrix .stock.enstock {
  color: #6ac259;
}
.atop .atvente .stockPrix .stock.rupture {
  color: #e44040;
}
.atop .atvente .stockPrix .aprix {
  font-size: 30px;
  color: #f67e07;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.atop .atvente .stockPrix .aprixbarre {
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 300;
}
.atop .atvente .zajout {
  font-size: 16px;
  color: #757575;
  font-weight: bold;
}
.atop .atvente .zajout .zaform {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.atop .atvente .zajout .zaform .bpajout {
  display: flex;
}
.atop .atvente .zajout .zaform .bpajout input[type=text] {
  width: 63px;
  border: solid 1px #a8a8a8;
  font-weight: 300;
  color: #757575;
  text-align: center;
  -webkit-appearance: none;
}
.atop .atvente .zajout .zaform .bpajout .modifqte {
  cursor: pointer;
  margin-right: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f67e07;
  color: #FFF;
  height: 36px;
  width: 39px;
  border-radius: 6px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.atop .atvente .zajout .zaform .bpajout .modifqte:last-of-type {
  margin-right: 0px;
  margin-left: 3px;
}
.atop .atvente .zajout .zaform .subm {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 185px;
  height: 44px;
  background-color: #f67e07;
  font-size: 12px;
  font-weight: 300;
  color: #FFF;
  border-radius: 6px;
  cursor: pointer;
}
.atop .atvente .zajout .zaform .subm img {
  margin-right: 10px;
}
.atop .atvente .zajout .zaform .bpdisable {
  background-color: red;
  cursor: default;
}
.atop .atvente .delaisl {
  width: fit-content;
  margin: auto;
  margin-top: 28px;
  font-size: 16px;
  font-weight: bold;
  color: #757575;
  padding: 16px 26px;
  border: solid 1px #a8a8a8;
}
.atop .atvente .delaisl ul {
  margin-top: 14px;
}
.atop .atvente .delaisl ul li {
  margin-left: 50px;
  font-size: 14px;
  font-weight: 300;
}
.atop .atvente .delaisl ul li:before {
  content: url("../img/point-rose.svg");
  height: 8px;
  width: 8px;
  padding-right: 16px;
}
.atop .atvente .astock {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.atop .atvente .astock img {
  margin-right: 15px;
}

@media screen and (min-width: 900px) {
  .hidemobile {
    display: block;
  }
  .hidecell {
    display: table-cell;
  }
  .hidemobileflex {
    display: flex;
  }
  .hidemobileinline {
    display: inline-block;
  }
  .incrementor2 {
    display: inline-block;
    height: 34px;
    width: 18px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 35px;
    vertical-align: bottom;
    vertical-align: middle;
  }
  .incrementor2 a {
    display: block;
    height: 12px;
    width: 13px;
    line-height: 10px;
    text-align: center;
    color: #FFF;
    padding: 2px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 13px;
    background-color: #f67e07;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    user-select: none;
  }
  .hidepc {
    display: none;
  }
  .mtpanier {
    margin-top: 107px;
  }
  .flexligne {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .flexligne img {
    max-width: 100%;
  }
  .flexlignefixe {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .flexlignefixe img {
    max-width: 100%;
  }
  .flexcolonne {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: space-between;
    flex-wrap: wrap;
  }
  .reseaux {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .reseaux img {
    height: 36px;
  }
  .reseaux a:first-of-type {
    margin-right: 40px;
  }
  .headerpc {
    position: fixed;
    overflow: auto;
    top: 0;
    width: 100%;
    border-bottom: solid 1px #e8e8e8;
    z-index: 999;
  }
  .zone_header {
    display: flex;
    height: 107px;
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.71);
    transition: all 0.4s ease-out;
  }
  .zone_header .bandeaurecherche {
    padding: 12px 7px 0px 0px;
    transition: all 0.4s ease-out;
  }
  .zone_header .logo_marque {
    transform: scale(1);
    transition: all 0.4s ease-out;
  }
  .zone_header .logo_marque a img {
    height: 89px;
    width: auto;
  }
  .zone_header .bandeauh {
    font-size: 13px;
    padding: 7px 0px;
    border-bottom: solid 1px #e7e7e7;
  }
  .zone_header .bandeaub {
    min-height: 30px;
    transition: all 0.4s ease-out;
  }
  .zone_header .bandeaub li a {
    color: #343b43;
  }
  .zone_header .bandeaub li a:hover {
    color: #f67e07;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .zone_header2 {
    display: flex;
    height: 65px;
    margin: auto;
    background-color: rgb(255, 255, 255);
    transition: all 0.6s ease-out;
    overflow: hidden;
  }
  .zone_header2 .bandeaurecherche {
    padding: 0px;
    transition: all 0.4s ease-out;
  }
  .zone_header2 .logo_marque {
    transform: scale(0.6);
    transition: all 0.4s ease-out;
  }
  .zone_header2 .logo_marque a img {
    width: auto;
  }
  .zone_header2 .bandeauh {
    font-size: 13px;
    padding: 7px 0px;
    border-bottom: solid 1px #e7e7e7;
  }
  .zone_header2 .bandeaub {
    margin-top: -50px;
    transition: all 0.4s ease-out;
  }
  .zone_header2 .bandeaub li a {
    color: #343b43;
  }
  .zone_header2 .bandeaub li a:hover {
    color: #f67e07;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .colonne3 {
    padding: 20px 0px;
    -moz-column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-count: 3;
    -webkit-column-gap: 1em;
    column-count: 3;
    column-gap: 1em;
  }
  .colonne3 ul {
    margin-top: 0;
  }
  .colonne3 ul li {
    margin-bottom: 0px;
  }
  .colonne3 ul li a {
    color: #343434;
  }
  .colonne3 ul li a:before {
    align-items: center;
    content: "→";
    font-size: 14px;
    fill: #FFF;
    margin-right: 18px;
  }
  .colonne3 ul li a:hover {
    color: #f67e07;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  ul.points li {
    margin-left: 40px;
    padding-left: 10px;
    line-height: 30px;
  }
  .img_gauche {
    float: left;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 2px;
  }
  .img_droite {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 2px;
  }
  .img_centre {
    text-align: center;
    font-size: 10px;
  }
  .parallax {
    background-attachment: fixed;
  }
  .box_bas {
    float: left;
    width: 320px;
    margin-right: 25px;
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: justify;
  }
  #zone_principale {
    width: 1010px;
  }
  .texte_pied {
    width: 100%;
    max-width: 1600px;
  }
  .zone_centre {
    box-sizing: border-box;
    max-width: 1600px;
    margin: auto;
  }
  .zone_centre p {
    text-align: justify;
    line-height: 1.5em;
    margin-left: 0px;
    margin-right: 0px;
  }
  .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-family: "Open Sans", sans-serif;
    font-size: 13px;
    text-align: justify;
    line-height: 1.5em;
    margin-bottom: 15px;
  }
  .accroche {
    color: #FFF;
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    line-height: 400px;
  }
  .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: #f67e07;
    text-align: left;
  }
  .box_bas p {
    color: #606060;
    font-size: 13px;
    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 {
    margin-top: 0px;
    margin-left: 25px;
    margin-right: 50px;
    transform: scale(1);
    min-height: auto;
    justify-content: center;
    transition: all 0.4s ease-out;
  }
  /* 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;
  }
  #bandeaubas form input[type=button] {
    padding: 5px 20px;
    background-color: #f67e07;
    color: #FFF;
    margin-left: 10px;
    cursor: pointer;
    border: 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%;
  }
  .colonne.sizenormal img {
    width: auto;
  }
  .col1 {
    flex: 1;
    order: initial;
    margin-top: 0px;
  }
  .col2 {
    flex: 1.6;
  }
  .pg10 {
    padding-left: 15px;
  }
  .pd10 {
    padding-right: 15px;
  }
  .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;
  }
  .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;
  }
  .boxgauche {
    float: left;
    width: 50%;
    overflow: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .detail {
    float: left;
    width: 33%;
    text-align: center;
    color: #f67e07;
    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;
  }
  .menu_position {
    box-sizing: border-box;
    flex: 1 1 auto;
    width: 100%;
    max-width: 1600px;
    justify-content: center;
    margin: auto;
    padding: 0px 12px;
  }
  .icone {
    color: rgba(52, 59, 67, 0.65);
    margin-right: 22px;
  }
  .icone a {
    color: rgba(52, 59, 67, 0.65);
  }
  .icone a:hover {
    color: #f67e07;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .icone i {
    margin-right: 5px;
  }
  .cadre_index {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    min-height: 250px;
    flex: 1;
    background-color: #f67e07;
    margin: 10px;
    border-radius: 4px;
    color: #FFF;
  }
  .cadre_index .skin {
    background-color: #FFF;
    color: #f67e07;
    margin: 20px 0px;
  }
  .cadre_index .cicone {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
    border-radius: 50px;
    height: 100px;
    width: 100px;
    background-color: #FFF;
  }
  .cadre_index .cicone i {
    color: #f67e07;
    font-size: 30px;
  }
  .cadre_index h2 {
    text-align: center;
    padding: 8px;
    display: block;
    color: #FFF;
    font-size: 18px;
    min-height: 55px;
  }
  .cadre_info {
    border-bottom: solid 1px #f67e07;
  }
  .cadre_info:last-of-type {
    border-bottom: none;
  }
  .cadre_info .photo {
    box-sizing: border-box;
    min-width: 300px;
  }
  .cadre_info .photo img {
    border-radius: 4px;
  }
  .cadre_info .information {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .cadre_info .information .type {
    font-size: 13px;
    color: #f67e07;
    padding-bottom: 10px;
  }
  .cadre_info .information h2 {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
  }
  #zone_pied {
    clear: both;
    margin: 0px auto;
    width: 100%;
    min-height: 400px;
    background-color: #545454;
    margin-bottom: 0px;
  }
  #zone_pied .boxbas {
    width: 100%;
    max-width: 33.2%;
    flex: 1 1 auto;
    border-right: solid 1px #9e9e9e;
  }
  #zone_pied .boxbas:last-of-type {
    border-right: none;
  }
  #zone_pied .boxbas .titre2 {
    font-size: 16px;
    font-weight: bold;
    color: #f67e07;
  }
  #zone_pied .boxbas .titre3 {
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
    color: #FFF;
  }
  .panneau_panier {
    font-size: 13px;
  }
  .panneau_panier form {
    overflow: auto;
  }
  .panneau_panier .droite {
    float: right;
    margin: 5px;
  }
  .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;
    -webkit-appearance: none;
  }
  .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 &gt; h1 {
    font-size: 14px;
    background-color: #f67e07;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    margin-bottom: 10px;
    color: #FFF;
    font-weight: 700;
  }
  .panneau_panier &gt; h1.bckvert {
    background-color: #85c442;
  }
  .panneau_panier h1 a {
    display: block;
    width: 100%;
    color: #FFF;
    font-weight: 700;
    margin-top: 10px;
  }
  .panneau_panier h2 {
    font-size: 14px;
    background-color: #eaeaea;
    color: #1e1e3c;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .panneau_panier h2 a {
    color: #f67e07;
    font-weight: 700;
  }
  .panneau_panier h3 {
    font-size: 14px;
    font-weight: 700;
    color: #f67e07;
  }
  .panneau_panier h7 {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #1e1e3c;
    margin-top: 20px;
  }
  .panneau_panier p {
    font-size: 13px;
    line-height: 2em;
  }
  .panneau_panier p.textevip {
    font-size: 16px;
    font-weight: 600;
  }
  .panneau_panier p.textevip &gt; .reduct {
    color: #f67e07;
    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 tr td {
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: solid 1px #dedfe0;
    font-size: 12px;
  }
  .panneau_panier .tb_panier tr td img {
    width: 50px;
    border-radius: 2px;
  }
  .panneau_panier .tb_panier tr td.tb_somme_blanc {
    border: 0px;
    height: 25px;
    line-height: 25px;
    text-align: right;
    padding-right: 10px;
  }
  .panneau_panier .tb_panier tr 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 tr td input[type=text].panierqte {
    height: 28px;
    line-height: 28px;
    width: 30px;
    margin-left: 0px;
    text-align: center;
    border: solid 1px #999;
    border-radius: 6px;
    -webkit-appearance: none;
  }
  .panneau_panier th {
    height: 20px;
    border-collapse: collapse;
    background-color: #1e1e3c;
    color: #FFF;
    font-size: 10px;
  }
  .panneau_panier th.panier_image {
    width: 60px;
  }
  .panneau_panier th.panier_ref {
    width: 100px;
  }
  .panneau_panier th.panier_prixu {
    width: 100px;
  }
  .panneau_panier th.panier_qte {
    width: 120px;
  }
  .panneau_panier th.panier_total {
    width: 100px;
  }
  .panneau_panier th.panier_eff {
    width: 50px;
  }
  .panneau_panier input[type=button], .panneau_panier input[type=submit] {
    width: 318px;
    height: 52px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #f67e07;
    padding: 5px 10px;
    background-color: #FFF;
    border: solid 1px #f67e07;
    cursor: pointer;
    font-size: 15px;
    -webkit-appearance: none;
  }
  .panneau_panier input[type=button]:hover, .panneau_panier input[type=submit]:hover {
    color: #FFF;
    background-color: #f67e07;
    border: solid 1px #f67e07;
    -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 {
    background-color: #f67e07;
    color: #FFF;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-appearance: none;
  }
  .formflex {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    text-align: left;
  }
  .formflex .checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
    cursor: pointer;
    font-size: 16px;
    color: #210012;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
  }
  .formflex .checkbox.textmini {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    color: #757575;
    font-weight: 300;
    min-height: 22px;
  }
  .formflex .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .formflex .checkbox input:checked ~ .checkmark {
    background-color: #FFF;
    border: solid 1px #f67e07;
  }
  .formflex .checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  .formflex .checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FFF;
    border: solid 1px #a8a8a8;
  }
  .formflex .checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .formflex .checkbox .checkmark::after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #f67e07;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .formflex .checkbox:hover input ~ .checkmark {
    border: solid 1px #f67e07;
  }
  .formflex a {
    color: #f67e07;
  }
  .formflex a.oublie {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    align-self: flex-end;
    margin-bottom: 68px;
  }
  .formflex label {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 9px;
  }
  .formflex input[type=text], .formflex input[type=password] {
    box-sizing: border-box;
    border: solid 1px #e7e7e7;
    line-height: 38px;
    padding: 0px 10px;
    margin-bottom: 18px;
    width: 100%;
    -webkit-appearance: none;
  }
  .formflex textarea {
    font-family: Arial;
    box-sizing: border-box;
    border: solid 1px #e7e7e7;
    line-height: 38px;
    padding: 0px 10px;
    margin-bottom: 18px;
    width: 100%;
    -webkit-appearance: none;
  }
  .formflex select {
    box-sizing: border-box;
    border: solid 1px #e7e7e7;
    line-height: 38px;
    height: 40px;
    padding: 0px 10px;
    margin-bottom: 18px;
    width: 100%;
    -webkit-appearance: none;
  }
  .formflex input[type=submit], .formflex button[type=submit] {
    width: 318px;
    height: 52px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    padding: 5px 10px;
    background-color: #f67e07;
    border: none;
    cursor: pointer;
    font-size: 15px;
    -webkit-appearance: none;
  }
  .formflex input[type=submit].droite, .formflex button[type=submit].droite {
    align-self: flex-end;
  }
  .formflex input[type=submit].flexcenter, .formflex button[type=submit].flexcenter {
    align-self: center;
  }
  .formflex .imulti {
    display: flex;
    flex-direction: row;
  }
  .formflex .imulti.etoile {
    margin-bottom: 18px;
  }
  .formflex .imulti.etoile img {
    cursor: pointer;
    margin-right: 10px;
  }
  .formflex .imulti div {
    flex: 1;
    margin-right: 13px;
  }
  .formflex .imulti div:last-of-type {
    margin-right: 0px;
  }
  .formflex .imulti div.flex03 {
    flex: 0.3;
  }
  .formflex .etoile {
    display: flex;
    flex-direction: row;
    margin-bottom: 18px;
  }
  .formflex .etoile img {
    cursor: pointer;
    margin-right: 10px;
  }
  .formflex .etoile div {
    flex: 1;
    margin-right: 0px;
  }
  .formflex .etoile div:last-of-type {
    margin-right: 0px;
  }
  .formflex .etoile div.flex03 {
    flex: 0.3;
  }
  .numero_page {
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    flex-wrap: wrap;
  }
  .numero_page a {
    border: solid 1px #f67e07;
    text-align: center;
    border-radius: 4px;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #f67e07;
    margin-bottom: 15px;
  }
  .numero_page a:hover {
    background-color: #f67e07;
    color: #FFF;
    transition: all 0.4s ease-out;
  }
  .numero_page .bonne_page {
    background-color: #f67e07;
    color: #FFF;
  }
  .iconedroite {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
  }
  .iconedroite a {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    text-decoration: none;
    color: #343434;
    font-weight: 300;
    font-size: 13px;
  }
  .iconedroite a:first-of-type {
    border-right: solid 1px #e1e1e1;
  }
  .iconedroite a:last-of-type {
    border-right: none;
  }
  .iconedroite a .iconepanier {
    display: flex;
  }
  .iconedroite a .iconepanier img.icone {
    height: 44px;
  }
  .iconedroite a span.iconepanier_qte {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    margin-left: -32px;
    margin-top: 2px;
    margin-right: 10px;
    background-color: #f67e07;
    border-radius: 10px;
    height: 16px;
    width: 16px;
  }
  .iconedroite a .iconepanier_nom {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .iconedroite a .iconepanier_nom .iconepanier_prix {
    font-size: 12px;
    color: #343434;
    min-width: 60px;
  }
  .atop {
    display: flex;
    flex-direction: row;
  }
  .atop .atphoto {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    margin-top: 10px;
    width: 384px;
    justify-content: flex-start;
    margin-left: 28px;
  }
  .atop .atphoto .atpprincipale {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .atop .atphoto .atpprincipale img {
    width: 100%;
    height: auto;
    max-width: 500px;
  }
  .atop .atphoto .atpmini {
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
    align-items: center;
  }
  .atop .atphoto .atpmini img {
    width: 117px;
    height: auto;
    border-radius: 4px;
  }
  .atop .atvente {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100px;
  }
  .atop .atvente h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    color: #3f3f3f;
    margin-bottom: 20px;
    text-align: left;
  }
  .atop .atvente p {
    font-size: 14px;
    color: #757575;
  }
  .atop .atvente .minitext {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #f67e07;
  }
  .atop .atvente .stockPrix {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0px;
    margin-bottom: 15px;
  }
  .atop .atvente .stockPrix .stock {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 300px;
  }
  .atop .atvente .stockPrix .stock.enstock {
    color: #6ac259;
  }
  .atop .atvente .stockPrix .stock.rupture {
    color: #e44040;
  }
  .atop .atvente .stockPrix .aprix {
    margin-left: 40px;
    font-size: 30px;
    color: #f67e07;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
  }
  .atop .atvente .stockPrix .aprixbarre {
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 300;
  }
  .atop .atvente .zajout {
    font-size: 16px;
    color: #757575;
    font-weight: bold;
  }
  .atop .atvente .zajout .zaform {
    margin-top: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .atop .atvente .zajout .zaform .bpajout {
    display: flex;
  }
  .atop .atvente .zajout .zaform .bpajout input[type=text] {
    width: 63px;
    border: solid 1px #a8a8a8;
    font-weight: 300;
    color: #757575;
    text-align: center;
    -webkit-appearance: none;
  }
  .atop .atvente .zajout .zaform .bpajout .modifqte {
    cursor: pointer;
    margin-right: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f67e07;
    color: #FFF;
    height: 36px;
    width: 39px;
    border-radius: 6px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .atop .atvente .zajout .zaform .bpajout .modifqte:last-of-type {
    margin-right: 0px;
    margin-left: 3px;
  }
  .atop .atvente .zajout .zaform .subm {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: 185px;
    height: 44px;
    background-color: #f67e07;
    font-size: 12px;
    font-weight: 300;
    color: #FFF;
    border-radius: 6px;
    cursor: pointer;
  }
  .atop .atvente .zajout .zaform .subm img {
    margin-right: 10px;
  }
  .atop .atvente .zajout .zaform .bpdisable {
    background-color: red;
    cursor: default;
  }
  .atop .atvente .delaisl {
    width: fit-content;
    margin: 0px;
    margin-top: 28px;
    font-size: 16px;
    font-weight: bold;
    color: #757575;
    padding: 16px 26px;
    border: solid 1px #a8a8a8;
  }
  .atop .atvente .delaisl ul {
    margin-top: 14px;
  }
  .atop .atvente .delaisl ul li {
    margin-left: 50px;
    font-size: 14px;
    font-weight: 300;
  }
  .atop .atvente .astock {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0px;
  }
  .atop .atvente .astock img {
    margin-right: 15px;
  }
}
.p0 {
  padding: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

/*# sourceMappingURL=feuille.css.map */
</pre></body></html>