@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/css?family=Titillium+Web:200,300,400,600,700,900");
/*font-family: 'Titillium Web', sans-serif;*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300");
/*font-family: 'Roboto', sans-serif;*/
/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  list-style: none;
  text-decoration: none;
  -webkit-appearance: none; }

#layerslider {
  width: 100%;
  height: 600px;
  border-bottom: solid 1px #e52c2a; }

.imp {
  font-size: 16px;
  color: #e52c2a;
  font-weight: bold; }

strong {
  font-weight: bold; }

.fgris {
  background-color: #606060;
  color: #FFF; }

.both {
  clear: both; }

.rouge {
  color: red; }

.hidepc {
  display: block; }

.hidemobile {
  display: none;
  width: 0px;
  height: 0px; }

.center {
  text-align: center; }

#bandeau {
  background-color: #e52c2a;
  height: 18px;
  width: 100%;
  font-family: 'Titillium Web', 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: #e52c2a; }

#bandeau ul li a:hover {
  color: #363636;
  background-color: #FFF;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .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: #595959; }
        .colonne3 ul li a:before {
          align-items: center;
          content: '\2192';
          font-size: 14px;
          fill: #FFF;
          margin-right: 18px; }
        .colonne3 ul li a:hover {
          color: #e52c2a;
          -webkit-transition: all .4s ease-out;
          -moz-transition: all .4s ease-out;
          transition: all .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;
  width: 100%; }
  .parallax.bck1 {
    background-image: url("../img/paralax-index.jpg"); }
  .parallax.bck2 {
    background-image: url("../img/paralax-isolation.jpg"); }
  .parallax.bck3 {
    background-image: url("../img/paralax-sol.jpg"); }
  .parallax.bck4 {
    background-image: url("../img/paralax-mur.jpg"); }

body {
  background-position: top;
  background-color: #FFF;
  font-family: 'Open Sans', sans-serif;
  color: #606060;
  font-size: 14px; }

/*-----------------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: black;
  /* 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: #e52c2a;
  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: #595959;
      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 #e52c2a; }
      .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 #d2d2d2; }
      .formflex .checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none; }
      .formflex .checkbox .checkmark::after {
        left: 6px;
        top: 3px;
        width: 5px;
        height: 10px;
        border: solid #e52c2a;
        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 #e52c2a; }
  .formflex a {
    color: #e52c2a; }
    .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%; }
  .formflex textarea {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    border: solid 1px #e7e7e7;
    line-height: 38px;
    padding: 0px 10px;
    margin-bottom: 18px;
    width: 100%; }
  .formflex select {
    box-sizing: border-box;
    border: solid 1px #e7e7e7;
    line-height: 38px;
    height: 40px;
    padding: 0px 10px;
    margin-bottom: 18px;
    width: 100%; }
  .formflex button[type="submit"] {
    display: flex;
    height: 44px;
    align-items: center;
    cursor: pointer;
    border: none;
    margin-top: 15px;
    color: #FFF;
    background-color: #e52c2a;
    font-size: 12px;
    padding: 0px 20px;
    border-radius: 30px;
    align-self: center; }
    .formflex button[type="submit"].droite {
      align-self: flex-end; }
  .formflex input[type="submit"] {
    display: flex;
    height: 44px;
    align-items: center;
    cursor: pointer;
    border: none;
    margin-top: 15px;
    color: #FFF;
    background-color: #e52c2a;
    font-size: 12px;
    padding: 0px 20px;
    align-self: center; }
    .formflex input[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%; }

.zonedroite {
  float: none;
  display: table;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 98%; }

.img_droite {
  float: none;
  display: table;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 98%; }

.img_centre {
  text-align: center;
  font-size: 10px; }

.page p {
  margin-bottom: 15px; }
.page a {
  color: #e52c2a; }
.page .tel {
  font-weight: 600;
  font-size: 18px;
  color: #e52c2a; }

.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.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: #e52c2a; }
  .zone_centre.confidentialite p {
    margin: 10px auto; }
  .zone_centre .commentaire p {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 16px; }
  .zone_centre .box_bas p {
    text-align: center; }
  .zone_centre .box_bas.box_blog h2 {
    font-size: 16px; }
  .zone_centre .box_bas.box_blog p {
    height: auto;
    min-height: 40px; }

.zone_centre h2, #zone_texte h2 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #e52c2a;
  margin-bottom: 10px; }
  .zone_centre h2.bl, #zone_texte h2.bl {
    color: #FFF; }

.zone_centre h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px; }
  .zone_centre h3.bl {
    color: #FFF; }

.zone_centre h1, #zone_texte h1 {
  font-size: 24px;
  font-weight: 300;
  color: #e52c2a;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center; }

.zone_centre p {
  text-align: justify;
  line-height: 1.5em;
  margin-left: 10px;
  margin-right: 10px; }

#zone_texte hr {
  border: none;
  height: 1px;
  background-color: #9f9f9f; }

.bleu {
  color: #30a9ff;
  font-weight: 500; }

#cadre_recherche {
  float: right;
  width: 202px;
  min-height: 104px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-color: #FFF; }

#cadre_recherche p {
  padding-right: 25px;
  text-align: left; }

#cadre_recherche h1 {
  padding-top: 10px;
  font-size: 18px;
  color: #36424b;
  font-weight: 600; }

#cadre_recherche h2 {
  font-size: 12px;
  color: #30a9ff;
  font-weight: 400;
  margin-bottom: 10px; }

#form_rech input[type="text"] {
  width: 143px;
  border: 1px solid #bcbcbc;
  height: 20px;
  margin: 0;
  padding: 0 0 0 5px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

#form_rech input[type="submit"] {
  margin: 0;
  padding: 2px 8px 2px 8px;
  margin-left: 10px;
  cursor: pointer;
  background-color: #30a9ff;
  border: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-weight: bold;
  color: #FFF;
  -webkit-appearance: none; }

#form_rech input[type="submit"]:hover {
  color: #FFF;
  background-color: #30a9ff;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out; }

/*-----------------------------------------*/
#zone_pied {
  clear: both;
  margin: 0px auto;
  width: 100%;
  min-height: 400px;
  background-color: #545454;
  margin-top: 20px; }
  #zone_pied .boxbas {
    flex: 1 1 auto;
    border-right: none;
    width: 100%;
    margin-bottom: 25px;
    min-height: 130px;
    border-right: 0px; }
    #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: #e52c2a; }
    #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;
  padding-top: 10px;
  min-height: 400px;
  text-align: center; }
  .texte_pied a {
    color: #c7c7c7; }

.texte_pied .nom {
  font-family: 'Titillium Web', sans-serif;
  font-size: 24px;
  color: #e52c2a; }

.texte_pied h2 {
  font-size: 16px;
  color: #282828;
  margin-top: 10px; }

.texte_pied p {
  color: #FFF; }

.bleu {
  color: #e52c2a; }

.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 .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .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: #e52c2a;
  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 > .contenu_bas {
  min-height: 255px;
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  padding-top: 25px; }

.cadre_index_bas_galerie > .contenu_bas {
  min-height: 230px;
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  padding-top: 25px; }

.contenu_bas > img {
  vertical-align: middle; }

.cadre_index_bas a.plus {
  display: block;
  width: 110px;
  height: 24px;
  color: #FFF;
  line-height: 24px;
  text-align: center;
  background-color: #e30613;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 193px;
  margin-top: 10px; }

.cadre_index_bas a.plus:hover {
  color: #FFF;
  background-color: #ff000f;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.logo {
  height: 174px;
  line-height: 174px;
  width: 100%;
  text-align: center; }
  .logo img {
    vertical-align: middle; }

/*---------------------------------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: 50px;
  /* 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: 20px;
  /* 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: 0;
  /* aucune marge intérieure */
  text-decoration: none;
  /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
  width: 160px;
  color: #363636;
  /*background-color:#36424b;*/ }
  #menu_deroulant a.bp_promo {
    width: 158px; }

#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: #e52c2a;
  color: #FFF;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .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: #e52c2a;
  border-bottom: solid 1px #FFF;
  line-height: 50px; }

#menu_deroulant li ul li a {
  width: 160px;
  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:first-child {
  border-top: solid 1px #FFF; }

#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 .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out; }

/*-------------------------------------------------------------------------------------*/
.cadrepaiement {
  text-align: center;
  border: solid 2px #e52c2a;
  border-radius: 10px;
  padding: 20px; }
  .cadrepaiement a {
    color: #e52c2a; }

.txtpaiement {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px; }

.prixpaiement {
  font-size: 18px;
  color: #e52c2a;
  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 .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .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 .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .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;
  margin: 10px auto; }

.banner {
  height: 445px;
  text-align: center;
  background-image: url(../img/pavage-exterieur.jpg);
  background-position: center center; }

.contenu_marque {
  margin-left: 150px; }

ul.liste li {
  margin-left: 20px; }

.cadre {
  width: 940px;
  margin: auto;
  margin-bottom: 10px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  text-align: justify;
  line-height: 1.5em; }

.cadre h1 {
  color: #36424b;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  padding-top: 30px;
  padding-bottom: 20px; }

.cadre p {
  font-size: 14px; }

.cadre_gauche {
  float: left;
  width: 768px;
  background-color: #FFF;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin-right: 10px; }

.cadre_gauche h1 {
  font-size: 18px;
  color: #36424b;
  padding: 10px;
  padding-left: 20px;
  font-weight: 600; }

.cadre_gauche hr {
  border: none;
  height: 1px;
  width: 100%;
  background-color: #dcdcdc;
  margin: 0;
  padding: 0; }

.produits {
  width: 495px;
  height: 300px;
  margin-bottom: 10px; }

.produits img {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px; }

.box_produit {
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc; }

.box_produit a.lien {
  float: right;
  display: inline-block;
  height: 25px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  color: #36424b;
  margin-right: 20px; }

.box_produit a.lien > img {
  vertical-align: middle; }

.box_produit .photo {
  float: left;
  height: 343px;
  margin-right: 20px; }

.box_produit .texte {
  min-height: 310px;
  text-align: justify;
  margin-right: 20px;
  margin-left: 20px; }

.box_produit .texte h1 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #36424b;
  padding-bottom: 0px;
  padding-top: 5px; }

.box_produit .texte h2 {
  font-size: 12px;
  font-weight: 600;
  color: #30a9ff;
  margin-bottom: 10px; }

#cadre_droit {
  float: right;
  width: 202px;
  height: 642px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-color: #FFF;
  text-align: justify; }

#cadre_droit h1 {
  font-size: 20px;
  font-weight: 800;
  color: #65ce79;
  margin-top: 10px; }

#cadre_droit h2 {
  font-size: 14px;
  font-weight: 600;
  color: #36424b;
  margin-bottom: 10px; }

.form_bas {
  clear: both;
  height: 398px;
  width: 990px;
  padding: 10px;
  padding-left: 0px; }

.form_bas .formulaire {
  float: left;
  width: 470px;
  height: 398px; }

.form_bas .photo {
  float: left;
  width: 519px;
  height: 398px;
  line-height: 398px;
  border-left: solid 1px #cedbe6; }

.form_bas .photo img {
  vertical-align: middle;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin-left: 30px; }

.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; }

.box_bas {
  float: none;
  width: 100%;
  margin-right: 0px;
  margin: auto;
  text-align: center;
  margin-top: 20px; }

.box_bas img {
  float: none;
  width: 90%;
  height: 72%;
  margin: auto; }

#zone_texte .box_bas:last-of-type {
  margin: auto; }

.box_bas h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #e52c2a;
  margin-top: 20px;
  margin-bottom: 12px;
  text-align: center; }

.box_bas p {
  color: #606060;
  font-size: 13px;
  height: 40px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: justify; }

.box_ligne {
  clear: both;
  width: 100%;
  width: 100%;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  min-height: 210px; }

.box_ligne img {
  float: none;
  width: 90%;
  height: 72%;
  margin: auto; }

.box_ligne h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #e52c2a; }

.box_ligne p {
  margin-left: 20px;
  margin-right: 20px;
  text-align: justify;
  margin-top: 10px;
  min-height: 86px; }

.box_ligne a {
  float: right;
  margin-top: 25px; }

.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, #connexionForm, #formChamp {
  width: 90%;
  padding: 0 5%; }
  #commandeForm input[type="checkbox"], #connexionForm input[type="checkbox"], #formChamp input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
    border: solid 1px #999;
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    text-align: center;
    margin-right: 10px; }
  #commandeForm input[type=checkbox]:checked::before, #connexionForm input[type=checkbox]:checked::before, #formChamp input[type=checkbox]:checked::before {
    content: "\2714";
    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;
  -webkit-appearance: none; }

#commandeForm a, #connexionForm a, #formChamp a {
  cursor: pointer;
  text-decoration: underline; }

#commandeForm input[type="submit"] {
  display: block;
  font-size: 14px;
  width: 318px;
  border: solid 1px #a1a1a1;
  line-height: 40px;
  color: #606060;
  text-align: center;
  background-color: #FFF;
  margin: auto;
  cursor: pointer;
  margin-top: 20px;
  -webkit-appearance: none; }

#commandeForm input[type="submit"]:hover {
  border: solid 1px #e52c2a;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.skin {
  display: block;
  font-size: 14px;
  width: 318px;
  border: solid 1px #a1a1a1;
  line-height: 40px;
  color: #606060;
  text-align: center;
  margin: auto; }

.skin:hover {
  border: solid 1px #e52c2a;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out; }

a.skin2 {
  display: inline-block;
  background-color: #e52c2a;
  font-size: 14px;
  padding: 0 20px;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  color: #FFF; }

a.skin2:hover {
  background-color: #FFF;
  color: #e52c2a;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.box_ligne a.lien, .box_bas a.lien {
  display: block;
  font-size: 14px;
  width: 318px;
  border: solid 1px #a1a1a1;
  line-height: 40px;
  color: #606060;
  text-align: center;
  float: none;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 25px; }

.box_ligne a.actif, .box_bas a.actif {
  display: block;
  font-size: 14px;
  width: 318px;
  border: solid 1px #e52c2a;
  background-color: #e52c2a;
  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 #e52c2a;
  color: #e52c2a;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .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; }

.logo_marque {
  margin-left: 25px;
  margin-right: 50px;
  transform: scale(1);
  min-height: auto;
  transition: all .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;
  -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: "\2714";
    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: #e52c2a;
    color: #FFF;
    cursor: pointer;
    border: none;
    margin-left: 10px;
    margin-top: 15px;
    -webkit-appearance: none; }

#zone_texte img.news {
  width: 100%; }

.tb_index {
  overflow: auto;
  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: #e52c2a;
  font-weight: bold; }
  .tb_index tr.paiement {
    color: #606060;
    line-height: 24px; }

.tb_index tr:hover {
  background-color: #FFFBF5;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .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: #e52c2a;
  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: #e52c2a;
  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: #e52c2a; }
  .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: #e52c2a;
  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: '>';
      font-size: 14px;
      fill: #FFF;
      margin-left: 18px;
      margin-right: 18px; }

.flexligne {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap; }

.flexcolonne {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: space-between;
  padding: 10px;
  flex-wrap: wrap; }
  .flexcolonne.p0 {
    padding: 0px; }

@media (min-width: 768px) {
  .galerie div.boxgalerie {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative; } }
@media screen and (min-width: 900px) {
  .hidemobile {
    display: block;
    width: auto;
    height: auto; }

  #layerslider {
    width: 100%;
    height: 600px;
    margin-top: 107px; }

  .hidepc {
    display: none; }

  .flexligne {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap; }
    .flexligne.top {
      align-items: flex-start; }

  .flexcolonne {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: space-between;
    padding: 10px;
    flex-wrap: wrap; }
    .flexcolonne.p0 {
      padding: 0px; }

  .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: #595959; }
          .colonne3 ul li a:before {
            align-items: center;
            content: '\2192';
            font-size: 14px;
            fill: #FFF;
            margin-right: 18px; }
          .colonne3 ul li a:hover {
            color: #e52c2a;
            -webkit-transition: all .4s ease-out;
            -moz-transition: all .4s ease-out;
            transition: all .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; }

  .zonedroite {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 28px; }

  .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;
    width: 100%; }

  .box_bas {
    width: 320px;
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: justify; }

  #zone_texte {
    padding-left: 0px;
    padding-right: 0px; }
    #zone_texte p {
      line-height: 1.5 em; }
    #zone_texte.pespace p {
      margin-bottom: 5px; }
    #zone_texte .pespace p {
      margin-bottom: 5px; }

  #zone_texte .box_bas:last-of-type {
    margin-bottom: 30px;
    margin-top: 20px; }

  #zone_principale {
    width: 1010px; }

  .headerpc {
    position: fixed;
    overflow: auto;
    top: 0;
    width: 100%;
    border-bottom: solid 1px #e8e8e8;
    z-index: 999; }

  .zone_header {
    display: flex;
    min-height: 107px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all .4s ease-out; }
    .zone_header .logo_marque img {
      transform: scale(1);
      width: auto;
      transition: all .4s ease-out; }
    .zone_header .bandeauh {
      font-size: 13px;
      padding: 7px 0px;
      border-bottom: solid 1px #e7e7e7; }
    .zone_header .bandeaub {
      min-height: 60px;
      transition: all .4s ease-out; }
      .zone_header .bandeaub li a {
        color: #343b43; }
        .zone_header .bandeaub li a:hover {
          color: #e52c2a;
          -webkit-transition: all .4s ease-out;
          -moz-transition: all .4s ease-out;
          transition: all .4s ease-out; }

  .zone_header2 {
    display: flex;
    min-height: 50px;
    margin: auto;
    background-color: white;
    transition: all .4s ease-out; }
    .zone_header2 .logo_marque img {
      transform: scale(0.8);
      width: auto;
      transition: all .4s ease-out; }
    .zone_header2 .bandeauh {
      font-size: 13px;
      padding: 7px 0px;
      border-bottom: solid 1px #e7e7e7; }
    .zone_header2 .bandeaub {
      min-height: 40px;
      transition: all .4s ease-out; }
      .zone_header2 .bandeaub li a {
        color: #343b43; }
        .zone_header2 .bandeaub li a:hover {
          color: #e52c2a;
          -webkit-transition: all .4s ease-out;
          -moz-transition: all .4s ease-out;
          transition: all .4s ease-out; }

  .texte_pied {
    width: 1010px; }

  .zone_centre {
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
    width: 1010px;
    margin: auto; }
    .zone_centre p {
      margin-left: auto;
      margin-right: auto;
      text-align: justify;
      line-height: 1.5em; }
    .zone_centre .box_bas p {
      text-align: center; }

  .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: #e52c2a;
    text-align: left; }

  .box_bas p {
    color: #606060;
    font-size: 13px;
    text-align: center;
    height: 40px; }

  .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; }

  #zone_texte img.news {
    width: 100%; }

  .box_ligne p {
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
    margin-top: 10px;
    min-height: 86px; }

  .zone_centre h1, #zone_texte h1 {
    font-size: 24px;
    font-weight: 300;
    color: #e52c2a;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left; }

  .zone_centre h2, #zone_texte h2 {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #e52c2a;
    margin-bottom: 10px; }
    .zone_centre h2.bl, #zone_texte h2.bl {
      color: #FFF; }

  .box_bas h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #e52c2a;
    margin-top: 20px;
    margin-bottom: 12px;
    text-align: center; }

  /* 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: "\2714";
      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: #e52c2a;
      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: #e52c2a;
    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: #e52c2a;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        transition: all .4s ease-out; }
    .icone i {
      margin-right: 5px; }

  #zone_pied {
    clear: both;
    margin: 0px auto;
    width: 100%;
    min-height: 400px;
    background-color: #545454;
    margin-bottom: 0px;
    margin-top: 30px; }
    #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: #e52c2a; }
      #zone_pied .boxbas .titre3 {
        display: block;
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 15px;
        color: #FFF; } }
.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.ptbgalerie {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.mt30 {
  margin-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.bt {
  border-top: solid 1px #e52c2a; }

.bb {
  border-bottom: solid 1px #e52c2a; }

/*# sourceMappingURL=feuille.css.map */
