body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'heavitas';
  src: url('../fonts/heavitas-webfont.woff2') format('woff2'), url('../fonts/heavitas-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.wrapper {
  margin: 0 auto;
  max-width: 1100px;
}
.button {
  font-family: 'Montserrat', sans-serif;
  margin-top: 1em;
  font-size: 1.3em;
  padding: 0.4em 1em;
  text-decoration: none;
  font-weight: 600;
  display: block;
  color: #fff;
  background-color: #d95e40;
  text-align: center;
  text-transform: uppercase;
  border: 0;
}
.button:hover {
  background-color: #c04426;
}
header {
  border-top: 2px solid #d95e40;
  border-bottom: 1px solid #e6e6e6;
  padding: 0px 20px;
  margin-bottom: 20px;
}
header > .wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
header > .wrapper > div:nth-child(1) {
  flex-basis: 80%;
}
header > .wrapper > div:nth-child(1) ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px;
}
header > .wrapper > div:nth-child(1) ul li {
  text-align: center;
}
header > .wrapper > div:nth-child(2) {
  flex-basis: 20%;
  text-align: right;
}
header > .wrapper > div:nth-child(2) > ul > li > a {
  padding: 1.3em 0 1.3em 0;
  display: inline-block;
}
header > .wrapper > div ul {
  padding: 0;
  margin: 0;
  position: relative;
}
header > .wrapper > div ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style-type: none;
}
header > .wrapper > div ul li a {
  display: inline-block;
  padding: 1.3em 0.8em;
  font-size: 0.9em;
  color: #444;
  text-decoration: none;
  text-transform: uppercase;
}
header > .wrapper > div ul li a span {
  position: relative;
  top: 6px;
}
header > .wrapper > div ul li a:hover {
  color: #000;
  text-decoration: underline;
}
header > .wrapper > div ul li .headerAccount > div {
  display: none;
  position: absolute;
  top: 53px;
  right: 0;
  background-color: #fff;
  padding: 10px;
  text-align: left;
}
header > .wrapper > div ul li .headerAccount > div a {
  padding: 0.4em 0.8em;
}
header > .wrapper > div ul li .headerAccount > div a span {
  position: relative;
  top: 4px;
}
header > .wrapper > div ul li .headerAccount > span {
  padding: 0.8em 1em 0.2em 1em;
  position: relative;
  top: 5px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
header > .wrapper > div ul li .headerAccount:hover > span {
  background-color: #fff;
  position: relative;
  z-index: 200;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
}
header > .wrapper > div ul li .headerAccount:hover > div {
  display: block;
  border: 1px solid #777;
  z-index: 150;
}
.home .home_bandeau {
  text-align: center;
}
.home .home_categories {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home .home_categories > a {
  display: flex;
  padding-top: 230px;
  flex: 1;
  align-items: center;
  background-color: #ff7204;
  color: #fff;
  flex-basis: 30%;
  margin-right: 3%;
  margin-top: 35px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-size: contain;
}
.home .home_categories > a:nth-child(3n+3) {
  margin-right: 0;
}
.home .home_categories > a span {
  display: inline-block;
  padding: 25px 5%;
  width: 90%;
  background-color: inherit;
  font-family: "heavitas";
  font-size: 1.5em;
  font-weight: normal;
}
.home .home_categories > a.menuboards {
  background-image: url('../img/home/menuboard.jpg');
}
.home .home_categories > a.reseaux {
  background-image: url('../img/home/contenus_reseaux.jpg');
  background-color: #f6d82a;
}
.home .home_categories > a.offre {
  background-image: url('../img/home/offre_moment.jpg');
  background-color: #48d3da;
}
.home .home_categories > a.plv {
  background-image: url('../img/home/generique.jpg');
  background-color: #65d57f;
}
.home .home_categories > a.signaletique {
  background-image: url('../img/home/signaletique.jpg');
  background-color: #ff6ca3;
}
.home .home_categories > a.goodies {
  background-image: url('../img/home/goodies.jpg');
  background-color: #c460de;
}
.produit {
  padding-bottom: 50px;
}
.produit h1 {
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  padding: 0.2em 0 0.8em 0;
  position: relative;
  margin-bottom: 1.3em;
}
.produit h1:after {
  content: '';
  background-color: #d95e40;
  height: 4px;
  width: 48px;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -24px;
}
.produit .ariane {
  text-align: center;
  position: relative;
  top: -20px;
  font-size: 0.9em;
}
.produit .ariane a {
  text-decoration: none;
  color: #939393;
}
.produit .ariane a:hover {
  color: #e36602;
}
.produit .ariane a:nth-child(n+2)::before {
  content: ' > ';
}
.produit .produit_col1 {
  display: inline-block;
  vertical-align: top;
  width: 56%;
  margin-right: 5.5%;
}
.produit .produit_col1 .produit_diaporama .produit_diaporama_image {
  padding: 0 85px;
  position: relative;
}
.produit .produit_col1 .produit_diaporama .produit_diaporama_image .photo {
  display: block;
  width: 100%;
}
.produit .produit_col1 .produit_diaporama .produit_diaporama_image .fleche {
  position: absolute;
  top: 200px;
  left: 0;
  cursor: pointer;
}
.produit .produit_col1 .produit_diaporama .produit_diaporama_image .droite {
  left: auto;
  right: 0;
}
.produit .produit_col1 .produit_diaporama .produit_diaporama_gallerie {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.produit .produit_col1 .produit_diaporama .produit_diaporama_gallerie span {
  border: 2px solid #f7f7f7;
  flex: 0;
  cursor: pointer;
  margin: 0 10px;
  display: inline-block;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.produit .produit_col1 .produit_diaporama .produit_diaporama_gallerie span.active {
  border-color: #d95e40;
}
.produit .produit_col1 .produit_diaporama .produit_diaporama_gallerie img {
  flex: 0;
}
.produit .produit_col1 .produit_description h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.55em;
  margin-bottom: 1.1em;
}
.produit .produit_col1 .produit_description h3 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.25em;
}
.produit .produit_col1 .produit_description p {
  font-size: 0.9em;
}
.produit .produit_col1 .produit_description p + h3 {
  margin-top: 2.6em;
}
.produit .produit_col2 {
  display: inline-block;
  vertical-align: top;
  width: 38%;
}
.produit .produit_col2 .produit_form {
  border: 2px solid #e4e4e4;
}
.produit .produit_col2 .produit_form h2 {
  padding: 12px 30px;
  background-color: #f5f5f5;
  margin: 0;
  font-weight: 400;
}
.produit .produit_col2 .produit_form h3 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-top: 2.3em;
  margin-bottom: 0.2em;
}
.produit .produit_col2 .produit_form h3 + p {
  margin: 0;
  font-size: 0.78em;
  color: #535353;
  margin-bottom: 0.9em;
}
.produit .produit_col2 .produit_form > div {
  padding: 25px 30px 25px 30px;
}
.produit .produit_col2 .produit_form > div .perso_onglet > div,
.produit .produit_col2 .produit_form > div .produit_form_div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8em;
}
.produit .produit_col2 .produit_form > div .perso_onglet > div label,
.produit .produit_col2 .produit_form > div .produit_form_div > div label {
  flex: 0;
  flex-basis: 30%;
  color: #535353;
  font-size: 0.88em;
}
.produit .produit_col2 .produit_form > div .perso_onglet > div > div,
.produit .produit_col2 .produit_form > div .produit_form_div > div > div {
  flex: 1;
}
.produit .produit_col2 .produit_form > div .perso_onglet > div > div select,
.produit .produit_col2 .produit_form > div .produit_form_div > div > div select,
.produit .produit_col2 .produit_form > div .perso_onglet > div > div input,
.produit .produit_col2 .produit_form > div .produit_form_div > div > div input {
  display: block;
  width: 93%;
  font-size: 0.9em;
  padding: 10px 3%;
  border: 2px solid #e4e4e4;
  background: #FFF;
}
.produit .produit_col2 .produit_form > div .perso_onglet > div > div input[type=radio],
.produit .produit_col2 .produit_form > div .produit_form_div > div > div input[type=radio] {
  display: inline-block;
  width: 15px;
  height: 15px;
}
.produit .produit_col2 .produit_form > div .perso_onglet > div > div input[type=radio]:checked + span,
.produit .produit_col2 .produit_form > div .produit_form_div > div > div input[type=radio]:checked + span {
  font-weight: bold;
}
.produit .produit_col2 .produit_form > div .perso_onglet > div > div label,
.produit .produit_col2 .produit_form > div .produit_form_div > div > div label {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}
.produit .produit_col2 .produit_form > div .perso_onglet > div > div select,
.produit .produit_col2 .produit_form > div .produit_form_div > div > div select {
  width: 100%;
}
.produit .produit_col2 .produit_form > div .perso_onglet {
  border-left: 2px solid #e4e4e4;
  border-right: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
  padding: 0.8em 0.5em 0em 0.5em;
}
.produit .produit_col2 .produit_form > div .perso_onglet_titre {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.produit .produit_col2 .produit_form > div .perso_onglet_titre h4 {
  flex: 1;
  cursor: pointer;
  text-align: center;
  background-color: #f5f5f5;
  margin-bottom: 0;
  padding-top: 0.2em;
  font-size: 0.9em;
  font-weight: 500;
  border-top: 2px solid #e4e4e4;
  border-left: 2px solid #e4e4e4;
}
.produit .produit_col2 .produit_form > div .perso_onglet_titre h4:last-child {
  border-right: 2px solid #e4e4e4;
}
.produit .produit_col2 .produit_form > div .perso_onglet_titre h4.active {
  background-color: #fff;
  border-top: 4px solid #d95e40;
}
.produit .produit_col2 .produit_form > div .perso_onglet_titre h4 span {
  display: block;
  font-size: 0.8em;
  color: red;
  font-weight: bold;
}
.produit .produit_col2 .produit_form > div .perso_onglet_titre h4.incomplet {
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff 26%, #feaeae 100%);
}
.produit .produit_col2 .produit_form input[type=submit],
.produit .produit_col2 .produit_form button,
.produit .produit_col2 .produit_form .btGratuit {
  font-family: 'Montserrat', sans-serif;
  margin-top: 0.3em;
  font-size: 1.2em;
  padding: 0.6em 1em;
  font-weight: 500;
  color: #fff;
  background-color: #d95e40;
  text-align: center;
  text-transform: uppercase;
  display: block;
  border: 0;
  width: 100%;
  transition: all 300ms;
}
.produit .produit_col2 .produit_form input[type=submit]:disabled,
.produit .produit_col2 .produit_form button:disabled,
.produit .produit_col2 .produit_form .btGratuit:disabled {
  background-color: #9e9e9e;
}
.produit .produit_col2 .produit_form .btGratuit {
  padding-left: 0;
  padding-right: 0;
}
.produit .produit_col2 .produit_form #message {
  display: block;
  padding-top: 20px;
  font-size: 0.8em;
  text-align: center;
  font-weight: bold;
}
.produit .produit_col2 .navigation {
  overflow-y: auto;
  margin-top: 1em;
}
.produit .produit_col2 .navigation .navigation_bt {
  display: inline-block;
  padding: 0.5em 1em;
  width: 33%;
  font-size: 0.9em;
  background: #fdc9bd;
  cursor: pointer;
}
.produit .produit_col2 .navigation .navigation_bt:first-child {
  float: left;
}
.produit .produit_col2 .navigation .navigation_bt:last-child {
  float: right;
  text-align: right;
}
.produit .produit_col2 .navigation .navigation_bt:last-child b {
  letter-spacing: 1px;
}
.produit .produit_col2 .navigation .navigation_bt b {
  text-transform: uppercase;
}
.produitPersoLarge .produit_col1 {
  max-width: 700px;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.produitPersoLarge .produit_col2 {
  max-width: 700px;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.popin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.popin > div {
  background-color: #FFF;
  width: 550px;
  padding: 30px;
  margin: 50px auto;
}
.popin > div h4 {
  margin: 0;
  font-size: 1.3em;
}
.popin > div h4 a {
  color: #d95e40;
  font-weight: bold;
}
.popin > div p {
  margin-top: 50px;
}
.popin > div p b {
  display: block;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.popin > div p b span {
  position: relative;
  top: 5px;
}
.popin > div label {
  display: block;
  margin-top: 40px;
  font-size: 1.05em;
  font-weight: bold;
  text-align: center;
}
.popin > div label input[type=checkbox] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}
.popin > div ol {
  padding: 0;
}
.popin > div ol li {
  list-style-type: none;
  position: relative;
  padding-left: 40px;
  min-height: 30px;
  margin-bottom: 20px;
}
.popin > div ol li::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '1';
  width: 30px;
  height: 27px;
  padding-top: 3px;
  color: #fff;
  background-color: #d95e40;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.2em;
}
.popin > div ol li:nth-child(2)::before {
  content: '2';
}
.popin > div ol li:nth-child(3)::before {
  content: '3';
}
.popin > div ol li a {
  color: #d95e40;
  font-weight: bold;
}
.popin > div > div span,
.popin > div > div a {
  cursor: pointer;
  font-size: 1.05em;
  padding: 0.6em 0.8em;
  font-weight: 500;
  color: #fff;
  background-color: #d95e40;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  border: 0;
}
.popin > div > div span.btFermerPopin,
.popin > div > div a.btFermerPopin {
  background-color: #d8d8d8;
  color: #000;
}
.popin > div .popin_bt_center {
  margin-top: 0px;
}
.popin > div .popin_bt_center span {
  margin-left: auto;
  margin-right: auto;
}
.popin > div #validBatLabel {
  margin-top: 0;
}
.popin > div .popin_bt {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main h1 {
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.2em 0 0.8em 0;
  position: relative;
  margin-bottom: 1.3em;
  font-size: 1.4em;
}
main h1:after {
  content: '';
  background-color: #d95e40;
  height: 4px;
  width: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.listing {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 20px 0;
}
.listing > div {
  flex: 0;
  flex-basis: 22%;
  padding: 0 2% 40px 2%;
}
.listing > div:nth-child(4n) {
  padding-right: 0;
}
.listing > div:nth-child(4n+1) {
  padding-left: 0;
}
.listing > div a {
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none;
}
.listing > div a:hover span img {
  outline: 2px solid #d95e40;
}
.listing > div a.nouveaute:before {
  content: "";
  width: 100%;
  height: 75px;
  background-image: url('../img/charte/bandeau_new2.png');
  background-repeat: no-repeat;
  background-position: top right;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.listing > div a.personnalisable:after {
  content: "";
  width: 105px;
  height: 48px;
  background-image: url('../img/charte/bandeau_perso2.png');
  background-repeat: no-repeat;
  background-position: top right;
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
}
.listing > div span img {
  display: block;
  width: 100%;
  outline: 2px solid transparent;
  transition: all 300ms;
}
.listing > div p.listing_titre {
  margin: 10px 0 5px 0;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 500;
}
.listing > div p.listing_prix {
  margin: 0;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 300;
}
.wrapperListing {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.wrapperListing aside {
  flex: 0;
  flex-basis: 200px;
  padding-right: 20px;
}
.wrapperListing aside p {
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: 500;
}
.wrapperListing aside dl {
  font-size: 0.85em;
}
.wrapperListing aside dl + p {
  margin-top: 2.6em;
}
.wrapperListing aside dt {
  font-weight: bold;
  margin-bottom: 0.45em;
}
.wrapperListing aside dd {
  margin-bottom: 0.45em;
}
.wrapperListing aside a {
  text-decoration: none;
  color: inherit;
}
.wrapperListing aside a:hover {
  text-decoration: underline;
}
.wrapperListing main {
  flex: 1;
}
.wizard {
  padding: 0;
  margin: 0 0 50px 0;
  text-align: center;
}
.wizard li {
  position: relative;
  margin: 0 -5px;
  padding: 0 30px;
  list-style-type: none;
  display: inline-block;
}
.wizard li span {
  position: relative;
  display: block;
  padding-top: 4px;
  width: 40px;
  height: 36px;
  color: #d95e40;
  background-color: #fff;
  font-size: 1.7em;
  font-weight: bold;
  border: 4px solid #d95e40;
}
.wizard li.actif span {
  background-color: #d95e40;
  color: #fff;
}
.wizard li::before {
  content: '';
  background-color: #d95e40;
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 45%;
  right: 0;
}
.wizard li:first-child::before {
  right: 0;
  width: 50%;
}
.wizard li:last-child::before {
  right: auto;
  left: 0;
  width: 50%;
}
.batDownload {
  background-color: #d95e40;
  color: #fff;
  padding: 3px 2px;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 15px;
}
.batDownload b {
  font-weight: bold;
  font-size: 0.8em;
  display: inline-block;
  width: 50px;
  text-transform: uppercase;
  line-height: 1em;
  padding: 0 0 0 5px;
}
.formPaiement {
  text-align: center;
}
.formPaiement input[type=submit] {
  cursor: pointer;
  color: #fff;
  background-color: #2e9659;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border: 0;
  font-weight: bold;
  font-size: 1.3em;
  padding: 0.3em 0.6em;
  transition: all 300ms;
}
.formPaiement input[type=submit]:hover {
  background-color: #0b6b33;
}
.panier > table {
  width: 95%;
  margin: 20px auto;
  border-collapse: collapse;
}
.panier > table tr th {
  background: #f1f1f1;
}
.panier > table tr th,
.panier > table tr td {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  text-align: center;
  padding: 1em 1em;
}
.panier > table tr th a,
.panier > table tr td a {
  text-decoration: none;
}
.panier > table tr th .delete .material-icons,
.panier > table tr td .delete .material-icons {
  color: #dc1111;
  font-size: 1.9em;
}
.panier .credit {
  text-align: center;
  display: inline-block;
  /* float: left; */
  vertical-align: top;
  width: 50%;
  margin-right: 10%;
}
.panier .credit p {
  font-size: 1.2em;
  font-weight: bold;
}
.panier .credit a {
  font-family: 'Montserrat', sans-serif;
  margin-top: 1.5em;
  font-size: 1em;
  padding: 0.4em 1em;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  background-color: #44b9d4;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  transition: all 300ms;
  box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.25);
}
.panier .credit a:hover {
  background-color: #13a1c3;
}
.panier div.total {
  min-width: 850px;
  max-width: 95%;
  margin: 40px auto;
  text-align: right;
}
.panier div.total table {
  display: inline-block;
  border-collapse: collapse;
}
.panier div.total table tr th {
  background: #f1f1f1;
}
.panier div.total table tr th,
.panier div.total table tr td {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  text-align: center;
  padding: 0.5em 1em;
}
.panier div.total table tr th:first-child,
.panier div.total table tr td:first-child {
  padding-left: 2em;
  padding-right: 2em;
}
.panier div.total table tr td {
  text-align: right;
}
.panier div.total table tr.totalTTC th,
.panier div.total table tr.totalTTC td {
  border-top: 2px solid #777;
  border-bottom: 2px solid #777;
  font-weight: bold;
  text-transform: uppercase;
}
.panier div.total table tr.tabCredit th,
.panier div.total table tr.tabCredit td {
  background-color: #fdb3a1;
}
.panier div.total table tr.trButton td {
  border: 0;
  padding: 5px 0px;
}
.panier div.total table tr.trButton td a {
  font-family: 'Montserrat', sans-serif;
  margin-top: 1em;
  font-size: 1.3em;
  padding: 0.4em 1em;
  text-decoration: none;
  font-weight: 600;
  display: block;
  color: #fff;
  background-color: #d95e40;
  text-align: center;
  text-transform: uppercase;
  border: 0;
}
.panier div.total table tr.trButton td a:hover {
  background-color: #c04426;
}
.commandes > table {
  width: 95%;
  margin: 20px auto;
  border-collapse: collapse;
}
.commandes > table tr th {
  background: #f1f1f1;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.commandes > table tr th,
.commandes > table tr td {
  text-align: center;
  padding: 1em 1em;
}
.commandes > table tr th a,
.commandes > table tr td a {
  text-decoration: none;
}
.commandes > table tr th .delete .material-icons,
.commandes > table tr td .delete .material-icons {
  color: #dc1111;
  font-size: 1.9em;
}
.commandes > table tr.commandes_tarif th,
.commandes > table tr.commandes_tarif td {
  border: 0;
}
.commandes > table tr.commandes_tarif th:first-child,
.commandes > table tr.commandes_tarif td:first-child {
  width: 25%;
}
.commandes > table tr.commandes_tarif th .buttonFacture,
.commandes > table tr.commandes_tarif td .buttonFacture {
  margin-top: 0;
  font-size: 1em;
  display: inline-block;
  text-transform: none;
  font-weight: 500;
}
.commandes > table tr.commandes_detail > th,
.commandes > table tr.commandes_detail > td {
  width: auto;
  border-bottom: 1px solid #d0d0d0;
}
.commandes > table tr.commandes_detail table {
  width: 70%;
  background-color: #e0e0e0;
}
.commandes > table tr.commandes_detail table tr td {
  position: relative;
  padding-right: 50px;
}
.commandes > table tr.commandes_detail table tr td .batDownload {
  position: relative;
  top: 0px;
  right: 0px;
  background-color: #fff;
  color: #000;
}
.commandes > table tr.commandes_detail table tr td .batDownload b {
  width: auto;
  position: relative;
  top: -6px;
}
.commandes > table tr.commandes_detail p {
  font-weight: bold;
  text-align: left;
  font-size: 1.2em;
}
.commandes > table tr.commandes_detail p a {
  color: #fff;
  background-color: #d95e40;
  text-align: center;
  font-size: 0.8em;
  display: inline-block;
  text-transform: none;
  font-weight: 500;
  padding: 0.3em 0.8em;
}
.compte h2 {
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.2em 0 0.8em 0;
  position: relative;
  margin-top: 3.8em;
  margin-bottom: 1em;
  font-size: 1.4em;
}
.compte h2:after {
  content: '';
  background-color: #d95e40;
  height: 4px;
  width: 48px;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -24px;
}
.compte h2 + p {
  text-align: center;
}
.message {
  margin: 30px auto;
  width: 90%;
  max-width: 800px;
  padding: 1.2em 2em;
  text-align: center;
  color: #FFF;
  background-color: #13b736;
  font-weight: bold;
  font-size: 1.2em;
  border-radius: 5px;
}
.messageError {
  background-color: #ea0404;
}
.moncompte {
  margin: 30px auto;
}
.moncompte tr td {
  padding: 10px 20px;
}
.moncompte tr td label {
  font-size: 1.1em;
  color: #000;
}
.moncompte tr td label.required:after {
  content: ' *';
  color: red;
  font-weight: bold;
}
.moncompte tr td input[type=text],
.moncompte tr td input[type=email],
.moncompte tr td input[type=password],
.moncompte tr td textarea {
  padding: 10px 20px;
  font-size: 1.2em;
  width: 370px;
  border: 2px solid #909090;
}
.moncompte tr td input[type=text]:hover,
.moncompte tr td input[type=email]:hover,
.moncompte tr td input[type=password]:hover,
.moncompte tr td textarea:hover,
.moncompte tr td input[type=text]:focus,
.moncompte tr td input[type=email]:focus,
.moncompte tr td input[type=password]:focus,
.moncompte tr td textarea:focus {
  border-color: #d95e40;
}
.moncompte tr td input[type=text]:focus,
.moncompte tr td input[type=email]:focus,
.moncompte tr td input[type=password]:focus,
.moncompte tr td textarea:focus {
  outline: 2px solid #d95e40;
}
.moncompte tr td input[type=checkbox] {
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 0;
  background-color: #fff;
}
.moncompte tr td input[type=checkbox]:hover,
.moncompte tr td input[type=checkbox]:focus {
  border-color: #d95e40;
}
.moncompte tr td input[type=checkbox]:focus {
  border: 2px solid #d95e40;
}
.moncompte tr td .submit {
  font-family: 'Montserrat', sans-serif;
  margin-top: 0.5em;
  font-size: 1.2em;
  padding: 0.6em 1em;
  font-weight: 500;
  color: #fff;
  background-color: #d95e40;
  text-align: center;
  text-transform: uppercase;
  display: block;
  border: 0;
  width: 100%;
  cursor: pointer;
  transition: all 300ms;
}
.moncompte tr td .submit:hover {
  background-color: #ab3d22;
}
.moncompte tr td input[type=submit] {
  width: 100%;
}
.retourPanier {
  margin-top: 30px;
  text-align: center;
}
.retourPanier a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted #d95e40;
  padding-bottom: 3px;
  text-transform: uppercase;
}
.retourPanier a span {
  color: #d95e40;
}
footer {
  margin-top: 30px;
  padding: 1em 0 2em 0;
  border-top: 1px solid #9e9e9e;
}
footer p {
  margin: 0.3em 0;
  padding: 0;
  color: #444;
  font-size: 0.8em;
}
footer p a {
  color: #d95e40;
}
.goInscription {
  background-color: #298d51;
  max-width: 280px;
  margin: 25px auto 0 auto;
  text-transform: uppercase;
}
.goInscription a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 15px 0;
  width: 100%;
}
.goInscription a:hover {
  background-color: #166837;
}
.goInscription p {
  margin: 0;
  text-align: center;
}
.goInscription p:last-child {
  font-weight: bold;
  font-size: 1.6em;
}
