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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.icon-k {
  background: url("../img/K.png") no-repeat center center transparent;
  display: inline-block;
}

.icon-actu {
  background: url("../img/actualite.png") no-repeat center center transparent;
  display: inline-block;
}

.icon-produits {
  background: url("../img/produits.png") no-repeat center center transparent;
  display: inline-block;
}

.icon-rechercher {
  background: url("../img/rechercher.png") no-repeat center center transparent;
  display: inline-block;
}

.icon-deco {
  background: url("../img/deco.png") no-repeat center center transparent;
  display: inline-block;
}

.icon-back {
  background: url("../img/back.png") no-repeat 0 0 transparent;
  display: inline-block;
  width: 23px;
  height: 36px;
}

body {
  font-family: "Helvetica Neue LT Com";
  font-weight: 400;
}

#header {
  background: #a6ce37;
  height: 130px;
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 31px;
}

#header a {
  color: #fff;
  position: absolute;
  left: 48px;
  top: 35px;
  transform: translateY(-50%);
  font-size: 69px;
  font-weight: 400;
}

#hello {
  color: #fe731f;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.22em;
  padding-top: 56px;
  padding-bottom: 60px;
}

#footer {
  background: #77a51b;
  height: 107px;
  width: 100%;
}

#footer ul {
  display: block;
  text-align: center;
  margin: 0 auto;
}

#footer ul li {
  width: calc(100% / 5);
  float: left;
  display: inline-block;
  text-align: center;
  font-family: 'helveticaneuemedium';
  font-size: 18px;
  font-weight: 500;
}

#footer ul li a {
  position: relative;
  color: #fff;
  padding-top: 69px;
  display: inline-block;
}

#footer ul li a span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 69px;
  width: 100%;
}

#content {
  position: relative;
  overflow: hidden;
  padding-bottom: 25px;
  border-radius: 7px 0 0 0;
}

#content.lignetop {
  border-top: 1px solid #801860;
}

#content .label-pro {
  font-family: "Helvetica Neue LT Com";
  font-weight: 900;
  transform: rotate(-45deg);
  position: absolute;
  color: #fff;
  background: #801860;
  width: 100px;
  text-align: center;
  left: -37px;
  top: -4px;
  padding-top: 14px;
  padding-bottom: 5px;
  padding-left: 2px;
}

#content .colonnes p {
  color: #000;
  font-size: 26px;
  line-height: 2.23em;
  display: inline-block;
  font-weight: 500;
}

#content .colonnes .c-left {
  text-align: right;
  float: left;
  clear: both;
  width: 61%;
  padding-right: 26px;
}

#content .colonnes .c-right {
  text-align: left;
  float: left;
  width: 39%;
}

#content .colonnes .titre {
  color: #801860;
  line-height: 70px;
  padding-top: 14px;
  font-size: 34px;
  font-weight: 400;
}

#content .colonnes .soustitre {
  color: #801860;
  padding-bottom: 3px;
}

#content .colonnes hr {
  border-color: #ababab;
  width: 100%;
  clear: both;
  margin: 0;
  display: inline-block;
  float: left;
}

#content .colonnes .image {
  text-align: right;
  padding-right: 10px;
  padding-bottom: 2px;
  line-height: normal;
}

#content .colonnes .btn {
  margin-bottom: 10px;
}

#content .colonnes form {
  clear: both;
}

#content .colonnes.booster p {
  line-height: 1.4em;
}

#content .colonnes.booster .c-left {
  text-align: left;
  float: left;
  clear: both;
  width: 61%;
  padding-right: 26px;
  padding-left: 45px;
}

#content .colonnes.booster label {
  font-family: "Helvetica Neue LT Com";
  font-size: 26px;
  font-weight: 500;
  line-height: 1.9em;
  width: 100%;
}

#content .colonnes.booster form {
  padding-top: 23px;
  padding-bottom: 25px;
}

#content .colonnes.booster form > div {
  position: relative;
  float: left;
  display: inline-block;
  margin-right: 10px;
}

#content .colonnes.booster form p {
  margin-top: 12px;
}

#content .colonnes.booster input {
  width: 100%;
  font-family: "Helvetica Neue LT Com";
  font-size: 26px;
  font-weight: 500;
  line-height: 45px;
  border: 1px solid #656565;
  border-radius: 5px;
  padding: 0 10px;
  box-shadow: 0 0 0 transparent;
}

#content .colonnes.booster input.s {
  max-width: 99px;
  text-align: center;
  clear: both;
  float: left;
}

#content .colonnes.booster input.s + label {
  max-width: 99px;
}

#content .colonnes.booster input.xs {
  text-align: center;
  max-width: 71px;
  clear: both;
  float: left;
}

#content .colonnes.booster input.xs + label {
  max-width: 71px;
}

#content .colonnes.booster input.xs + label, #content .colonnes.booster input.s + label {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  clear: both;
  float: left;
}

#content .colonnes.booster input#heure {
  margin-left: 45px;
}

#content .colonnes.booster input#heure + label {
  margin-left: 45px;
}

#content .confirmation p {
  color: #000;
  font-size: 23px;
  line-height: 2.23em;
  display: inline-block;
  line-height: 3em;
  font-weight: 500;
}

#content .confirmation p span {
  font-size: 23px;
  line-height: 34px;
  color: #fff;
  padding: 0 25px;
  border-radius: 3px;
  display: inline-block;
}

#content .confirmation p span.vert {
  background: #a6ce37;
}

#content .confirmation p span b {
  font-size: 28px;
}

#content .confirmation .c-left {
  text-align: right;
  float: left;
  clear: both;
  width: 50%;
  padding-right: 26px;
}

#content .confirmation .c-right {
  text-align: left;
  float: left;
  width: 50%;
}

#content .confirmation .titre {
  line-height: 70px;
  padding-top: 14px;
  font-size: 34px;
  font-weight: 400;
  width: 100%;
  clear: both;
}

#content .confirmation .actions, #content .confirmation hr {
  clear: both;
  margin: 0;
  width: 100%;
  text-align: center;
}

#content .confirmation .actions {
  margin: 35px 0;
}

#content .confirmation .actions a {
  margin: 0 17px;
}

#content .confirmation hr {
  background: #ababab;
}

#content .details .resa, #content .details .campagne {
  display: inline-block;
  width: 100%;
  padding: 0 8px;
  padding-top: 20px;
  padding-bottom: 13px;
  background: #801860;
  margin-bottom: 3px;
}

#content .details .resa p, #content .details .campagne p {
  font-family: "Helvetica Neue LT Com";
  font-weight: 400;
  font-size: 26px;
  line-height: 2em;
  color: #fff;
  padding: 0 19px;
}

#content .details .resa p b, #content .details .campagne p b {
  font-weight: 600;
  padding-right: 35px;
}

#content .details .resa p b.modif input, #content .details .campagne p b.modif input {
  padding: 0;
  width: 57px;
  height: 45px;
  line-height: 38px;
  text-align: center;
  color: #801860;
  background-color: #fff;
  border: 1px solid #656565;
  border-radius: 5px;
  display: inline-block;
  margin-right: 20px;
}

#content .details .resa p.nom, #content .details .campagne p.nom {
  border-bottom: 1px solid #ababab;
}

#content .details .campagne {
  padding-top: 13px;
  padding-bottom: 17px;
}

#content .details .campagne hr {
  background: #ababab;
}

#content .details .campagne p {
  padding-left: 38px;
  padding-bottom: 13px;
  line-height: 1.3em;
}

#content .details .campagne p.nom {
  margin-bottom: 12px;
  font-size: 34px;
}

#content .details .total_resa {
  background: #fff;
  border: 2px solid #801860;
  padding-top: 10px;
  padding-bottom: 13px;
}

#content .details .total_resa p {
  padding: 0 26px;
  color: #801860;
  font-family: "Helvetica Neue LT Com";
  font-weight: 400;
  font-size: 26px;
  line-height: 2em;
}

#content .details .total_resa p b {
  font-weight: 600;
}

.btn {
  background: #801860;
  color: #fff;
  min-width: 181px;
  line-height: 1.9em;
  border-radius: 10px;
  padding: 0;
  font-family: 'helveticaneuemedium';
  font-size: 23px;
}

.btn:hover {
  color: #fff;
}

.btn.blanc {
  background: #fff;
  color: #801860;
}

@media (min-width: 670px) {
  .toto {
    color: red;
  }
}

@media (min-width: 1200px) {
  .toto {
    color: red;
  }
}

@media (min-width: 670px) and (max-width: 1199px) {
  .toto {
    color: red;
  }
}

@media (max-width: 669px) {
  #header a {
    left: 8px;
    top: 25px;
  }
  #hello {
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #content .colonnes p {
    font-size: 11px;
  }
  #content .colonnes .titre {
    font-size: 15px;
    line-height: 40px;
  }
  #content .colonnes .image img {
    max-height: 46px;
  }
  #content .colonnes.booster p, #content .colonnes.booster label {
    font-size: 11px;
  }
  #content .colonnes.booster p.titre {
    font-size: 15px;
    line-height: 40px;
  }
  #content .colonnes.booster input {
    font-size: 11px;
    line-height: 25px;
  }
  #content .colonnes.booster input.s + label, #content .colonnes.booster input.xs + label {
    font-size: 10px;
  }
  #content .colonnes.booster input.s {
    max-width: 60px;
  }
  #content .colonnes.booster input.s + label {
    max-width: 60px;
  }
  #content .colonnes.booster input.xs {
    max-width: 41px;
  }
  #content .colonnes.booster input.xs + label {
    max-width: 41px;
  }
  #content .details .resa p, #content .details .total_resa p, #content .details .campagne p {
    font-size: 12px;
  }
  #content .details .resa p.nom, #content .details .total_resa p.nom, #content .details .campagne p.nom {
    font-size: 14px;
  }
  #content .details .resa p b.modif input, #content .details .total_resa p b.modif input, #content .details .campagne p b.modif input {
    width: 32px;
    height: 26px;
    line-height: 23px;
  }
  #content .confirmation p {
    font-size: 11px;
  }
  #content .confirmation p span {
    font-size: 12px;
    line-height: 24px;
    padding: 0 12px;
  }
  #content .confirmation p span b {
    font-size: 14px;
  }
  #content .confirmation .titre {
    font-size: 17px;
    line-height: 40px;
  }
  #content .confirmation .actions {
    margin: 15px 0;
  }
  .btn {
    font-size: 12px;
    min-width: 94px;
  }
  #footer ul li {
    font-size: 10px;
    font-weight: 400;
  }
  #footer ul li a span {
    background-size: auto 38%;
  }
}
