@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;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.both {
  clear: both;
}

.hidepc {
  display: none;
}

strong, b {
  font-weight: bold;
}

#bandeau {
  background-color: #447bbe;
  height: 42px;
  width: 100%;
  font-family: 'Titillium Web', sans-serif;
  text-align: right;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 300;
}

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

.position_maxi_menu {
  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: block;
  line-height: 42px;
  width: 100px;
  padding: 0;
  text-align: center;
  color: #FFF;
  background-color: #447bbe;
}

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

body {
  background-position: top;
  background-color: #FFF;
  font-family: 'Open Sans', sans-serif;
  color: #606060;
  font-size: 14px;
}

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

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

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

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

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

#zone_principale {
  margin: 0px auto;
  width: 1010px;
}

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

.zone_texte {
  clear: both;
  padding-top: 15px;
  margin-bottom: 10px;
  text-align: justify;
  line-height: 1.5em;
}
.zone_texte > .colonne_gauche {
  float: left;
  width: 500px;
}
.zone_texte > .colonne_droite {
  float: right;
  width: 500px;
}
.zone_texte > h2 {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.atelier > img {
  width: 320px;
  margin: auto 20px;
}
.atelier > img:last-of-type, .atelier > img:first-of-type {
  margin: 0px;
}

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

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

.zone_centre p {
  text-align: justify;
}

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

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

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

.recherche {
  height: 50px;
  line-height: 50px;
}
.recherche input[type="search"] {
  width: 80%;
  border: 1px solid #bcbcbc;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 0 0 5px;
  vertical-align: middle;
}
.recherche input[type="submit"].loupe {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMi4wNCAzMS44Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkZpY2hpZXIgOTI8L3RpdGxlPjxnIGlkPSJDYWxxdWVfMiIgZGF0YS1uYW1lPSJDYWxxdWUgMiI+PGcgaWQ9IkNhbHF1ZV8xLTIiIGRhdGEtbmFtZT0iQ2FscXVlIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTMxLjE5LDI2Ljg5bC03LjYtNy42YTE1LjE2LDE1LjE2LDAsMCwxLTQsNC4xNkwyNy4xMiwzMWEyLjg4LDIuODgsMCwwLDAsNC4wNy00LjA3WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyLjI5LDNBOS4yOSw5LjI5LDAsMSwxLDMsMTIuMjksOS4zLDkuMywwLDAsMSwxMi4yOSwzbTAtM0ExMi4yOSwxMi4yOSwwLDEsMCwyNC41NywxMi4yOSwxMi4yOSwxMi4yOSwwLDAsMCwxMi4yOSwwWiIvPjwvZz48L2c+PC9zdmc+) no-repeat 0 0;
  height: 30px;
  width: 30px;
  background-position: center;
  border: none;
  vertical-align: middle;
}
.recherche 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;
}

.recherchePc {
  margin-left: 15px;
  height: 42px;
  line-height: 39px;
}
.recherchePc input[type="search"] {
  width: 350px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0 0 0 5px;
  vertical-align: middle;
  border: none;
}
.recherchePc input[type="search"]:placeholder {
  font-family: 'Titillium Web', sans-serif;
  color: #666;
  font-weight: 300;
}
.recherchePc input[type="submit"].loupe {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMi4wNCAzMS44Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkZpY2hpZXIgOTI8L3RpdGxlPjxnIGlkPSJDYWxxdWVfMiIgZGF0YS1uYW1lPSJDYWxxdWUgMiI+PGcgaWQ9IkNhbHF1ZV8xLTIiIGRhdGEtbmFtZT0iQ2FscXVlIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTMxLjE5LDI2Ljg5bC03LjYtNy42YTE1LjE2LDE1LjE2LDAsMCwxLTQsNC4xNkwyNy4xMiwzMWEyLjg4LDIuODgsMCwwLDAsNC4wNy00LjA3WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyLjI5LDNBOS4yOSw5LjI5LDAsMSwxLDMsMTIuMjksOS4zLDkuMywwLDAsMSwxMi4yOSwzbTAtM0ExMi4yOSwxMi4yOSwwLDEsMCwyNC41NywxMi4yOSwxMi4yOSwxMi4yOSwwLDAsMCwxMi4yOSwwWiIvPjwvZz48L2c+PC9zdmc+) no-repeat 0 0;
  height: 30px;
  width: 30px;
  background-position: center;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 5px;
}

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

.texte_pied {
  width: 1010px;
  margin: auto;
  color: #FFF;
  padding-top: 10px;
  min-height: 400px;
  text-align: center;
}
.texte_pied a {
  color: #1389be;
}
.texte_pied .communication {
  text-align: center;
  width: auto;
  background-color: #81bb26;
  line-height: 30px;
  color: #FFF;
  font-size: 16px;
}
.texte_pied .communication a {
  color: #1389be;
}

.texte_pied .nom {
  font-family: 'Titillium Web', sans-serif;
  font-size: 24px;
  color: #447bbe;
}

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

.texte_pied p {
  color: #595959;
}

.bleu {
  color: #447bbe;
}

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

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

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

#slider {
  text-align: center;
}

.cadre_index_bas a.plus2 {
  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.plus2:hover {
  color: #FFF;
  background-color: #ff000f;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

/*---------------------------------MENU DEROULANT------------------------*/
.menu_position {
  float: left;
  margin-left: 170px;
  position: relative;
  z-index: 40;
}

.menu_position h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  color: #30a9ff;
  font-size: 20px;
  margin-bottom: 5px;
}

.menu {
  background-color: #447bbe;
  height: 42px;
  width: 100%;
  font-family: 'Titillium Web', sans-serif;
  text-align: left;
  margin-top: 3px;
  font-size: 16px;
  font-weight: 300;
}

.menu ul {
  width: 1010px;
  margin: auto;
}

.menu ul li {
  float: left;
  border-right: solid 1px #c1d9e3;
}

.menu ul li:last-of-type {
  border-right: 0;
}

.menu ul li a {
  display: block;
  line-height: 42px;
  min-width: 100px;
  padding: 0 10px;
  text-align: center;
  color: #FFF;
  background-color: #447bbe;
}

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

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

#menu_deroulant {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  /* hauteur du texte : 12 pixels */
  font-weight: 300;
}

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

#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: #447bbe;
  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: #447bbe;
  border-bottom: solid 1px #a3d0e3;
  line-height: 30px;
}

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

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

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

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

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

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

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

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

/*-------------------------------------------------------------------------------------*/
.maxi_menu {
  float: left;
  position: absolute;
  /* Position absolue */
  z-index: 10;
  width: 990px;
  background-color: #FFF;
  padding: 10px;
  border: 1px solid #8faccf;
  border-top: none;
  box-shadow: 0px 2px 3px rgba(118, 116, 116, 0.28);
  visibility: hidden;
}

.maxi_menu_colonne {
  font-family: 'Open Sans', sans-serif;
  float: left;
  width: 221px;
  margin-right: 10px;
}

.maxi_menu_colonne:last-child {
  margin-right: 0px;
}

.maxi_menu_colonne span.titrecat a {
  font-size: 14px;
  font-weight: 400;
}

.maxi_menu_colonne span.titrecat a:link {
  color: #447bbe;
}

.maxi_menu_colonne span.titrecat a:visited {
  color: #447bbe;
}

.maxi_menu_colonne span.titrecat a:hover {
  color: #447bbe;
  font-weight: 600;
}

.maxi_menu_colonne ul {
  margin-top: 5px;
  margin-bottom: 15px;
}

.maxi_menu_colonne ul li {
  font-size: 12px;
  border-bottom: solid 1px #f7fafe;
  line-height: 20px;
  width: 190px;
}

.maxi_menu_colonne li a {
  display: block;
  line-height: 2em;
  font-size: 13px;
  font-weight: 400;
  color: #3f3f3f;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.maxi_menu_colonne li a:hover, .maxi_menu_colonne h1 a:hover {
  color: #3f3f3f;
  padding-left: 5px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.box_bas {
  float: left;
  width: 320px;
  margin-right: 25px;
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: justify;
}

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

/*.box_bas h2{
	font-size:16px;
	font-weight:600;
	margin-top:5px;
}*/
.box_bas:last-of-type {
  margin-right: 0;
}

.box_ligne a, .box_bas a {
  display: block;
  font-size: 14px;
  width: 318px;
  border: solid 1px #a1a1a1;
  line-height: 40px;
  color: #606060;
  text-align: center;
}

.box_ligne a:hover, .box_bas a:hover {
  border: solid 1px #447bbe;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.box_bas p {
  color: #606060;
  font-size: 13px;
  text-align: center;
  height: 60px;
}

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

.box_ligne img {
  float: left;
  margin-right: 25px;
}

.box_ligne h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #447bbe;
}

.box_ligne p {
  margin-top: 10px;
  min-height: 86px;
  text-align: justify;
}

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

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

.zone_centre {
  width: 1010px;
  margin: auto;
}

.zone_centre p {
  line-height: 1.5em;
}

.accroche {
  color: #FFF;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  line-height: 400px;
}

#commandeForm, #connexionForm {
  width: 90%;
  padding: 0 5%;
}

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

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

#commandeForm label, #connexionForm 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 {
  border: solid 1px #d2d2d2;
  width: 98%;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  padding-left: 2%;
}

#commandeForm select, #connexionForm select {
  width: 100%;
}

#commandeForm textarea, #connexionForm 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;
}

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

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

.formcontact input[type="submit"]:hover {
  border: solid 1px #447bbe;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.box_ligne a, .box_bas a {
  display: block;
  font-size: 14px;
  width: 318px;
  border: solid 1px #a1a1a1;
  line-height: 40px;
  color: #606060;
  text-align: center;
}

.cadre_produit {
  float: left;
  width: 495px;
  height: 497px;
  border: solid 1px #dedfe0;
  margin-right: 16px;
  margin-bottom: 16px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.cadre_produit:nth-child(even) {
  margin-right: 0px;
}
.cadre_produit > h3 {
  display: block;
  width: 477px;
  height: 30px;
  font-weight: 400;
  padding: 10px;
  padding-top: 20px;
  color: #fc6901;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}
.cadre_produit > .image_index {
  display: block;
  text-align: center;
  width: 496px;
  height: 300px;
  line-height: 300px;
}
.cadre_produit > .image_index > a > img {
  vertical-align: middle;
}
.cadre_produit > p {
  display: block;
  height: 42px;
  text-align: center;
  font-size: 16px;
  color: #576373;
  padding: 10px;
}
.cadre_produit > .pied_produit {
  height: 74px;
  background-color: #fafafa;
  border-top: solid 1px #fed0af;
}
.cadre_produit > .pied_produit > span {
  display: block;
  float: left;
  width: 226px;
  height: 74px;
  padding: 0 10px;
  line-height: 76px;
}
.cadre_produit > .pied_produit > span.prix {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  color: #576373;
  font-size: 30px;
  font-weight: 500;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.cadre_produit > .pied_produit > span.prix > font {
  font-size: 26px;
}
.cadre_produit > .pied_produit > span a.plus {
  display: inline-block;
  width: 180px;
  height: 20px;
  padding: 5px;
  padding-right: 23px;
  line-height: 20px;
  text-align: center;
  background-color: #FFF;
  color: #447bbe;
  border: solid 1px #447bbe;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.cadre_produit > .pied_produit > span a.plus > svg {
  position: absolute;
  fill: #447bbe;
  margin-left: 5px;
  margin-top: 4px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.cadre_produit > .pied_produit > span a.plus:hover {
  color: #FFF;
  background-color: #447bbe;
  border: solid 1px #447bbe;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.cadre_produit > .pied_produit > span a.plus:hover > svg {
  fill: #FFF;
  margin-left: 5px;
  transform: translateX(15px) scale(1.5);
  transform-origin: center;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.cadre_produit > .pied_produit > span a.bpdisable {
  border: solid 1px #e73030;
}
.cadre_produit > .pied_produit > span a.bpdisable > svg {
  position: absolute;
  fill: #e73030;
  margin-left: 5px;
  margin-top: 4px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.cadre_produit > .pied_produit > span a.bpdisable:hover {
  background-color: #e73030;
  border: solid 1px #e73030;
}
.cadre_produit > .pied_produit > span a.bpdisable:hover > svg {
  position: absolute;
  margin-left: 5px;
  margin-top: 4px;
  transform: translateX(10px) scale(1) rotate(0deg);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.cadre_produit > .pied_produit > span.ajout_panier {
  text-align: right;
}
.cadre_produit:hover {
  border: solid 1px #fc6901;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.cadre_produit:hover span.prix {
  color: #fc6901;
  font-size: 30px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.cadre_blog {
  width: 100%;
  height: auto;
  border: solid 1px #dedfe0;
  margin-bottom: 16px;
  overflow: auto;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cadre_blog img {
  margin: 10px auto;
}
.cadre_blog > .bas {
  float: left;
  text-align: center;
  width: 50%;
  margin-bottom: 10px;
  font-size: 11px;
  color: #999999;
}
.cadre_blog > .bas img {
  margin-right: 10px;
}
.cadre_blog:nth-child(even) {
  margin-right: 0px;
}
.cadre_blog > h2 {
  display: block;
  height: 30px;
  font-weight: 400;
  padding: 10px;
  color: #447bbe;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 0px;
}
.cadre_blog > p {
  display: block;
  height: 42px;
  text-align: center;
  font-size: 16px;
  color: #576373;
  padding: 10px;
}
.cadre_blog .contenu_blog {
  padding: 10px;
}
.cadre_blog > hr {
  background-color: #dedfe0;
}

.noborder {
  border: none;
}

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

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

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

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

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

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

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

.txt_recherche {
  color: #999;
}

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

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

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

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

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

.incrementor2 {
  display: inline-block;
  height: 34px;
  width: 18px;
  margin-left: 5px;
  line-height: 35px;
  vertical-align: bottom;
  vertical-align: middle;
}

.incrementor2 a {
  display: block;
  height: 12px;
  width: 13px;
  line-height: 10px;
  text-align: center;
  color: #FFF;
  padding: 2px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 13px;
  background-color: #447bbe;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}

.pos_photo_article {
  float: right;
  width: 500px;
  min-height: 410px;
  margin-left: 15px;
  text-align: center;
  margin-bottom: 10px;
}
.pos_photo_article img.imgminiature {
  margin-right: 6px;
}
.pos_photo_article img.imgminiature:last-of-type {
  margin-right: 0px;
}

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

.photoprincipale {
  width: 500px;
  min-height: 410px;
  text-align: center;
  margin-bottom: 2px;
}

.bloc_prix {
  margin-top: 30px;
  width: 362px;
  text-align: center;
}
.bloc_prix > span {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  color: #fc6901;
  font-size: 40px;
  font-weight: 500;
}
.bloc_prix > span > font {
  font-size: 30px;
}
.bloc_prix > span.article_prix_barre {
  font-size: 25px;
  text-decoration: line-through;
  color: #606060;
}

.caracteristique > li {
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  width: auto;
}
.caracteristique > li > svg {
  margin-right: 10px;
  fill: #447bbe;
  transform-origin: center;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.caracteristique > li:hover > svg {
  margin-right: 10px;
  fill: #fc6901;
  transform: scale(1.2) rotate(180deg);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.blog-article a {
  color: #3886e6;
}
.blog-article h2 {
  font-size: 1.2em;
  color: #447bbe;
}
.blog-article h3 {
  font-size: 1.1em;
  font-weight: 600;
}

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

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

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

.paddingnull {
  padding: 0;
}

.marginnull {
  margin: 0;
}

.zonegauche {
  width: 310px;
  margin-right: 25px;
}

.zonedroite {
  width: 660px;
}

.panneau_panier {
  font-size: 13px;
}
.panneau_panier > input[type="submit"], .panneau_panier .panneau_panier input[type="button"] {
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #c70810;
  border: none;
  cursor: pointer;
  font-size: 15px;
}
.panneau_panier input[type="radio"], .panneau_panier input[type="checkbox"] {
  margin: 0;
  vertical-align: middle;
  border: solid 1px #d2d2d2;
  width: 20px;
  height: 20px;
  background-color: #FFF;
  -webkit-appearance: none;
  text-align: center;
}
.panneau_panier input[type=checkbox]:checked::before, .panneau_panier input[type="radio"]:checked::before {
  content: "\2714";
  font-size: 12px;
  color: #404040;
  text-align: center;
  line-height: 20px;
}
.panneau_panier > h1 {
  font-size: 14px;
  background-color: #447bbe;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #FFF;
  font-weight: 700;
}
.panneau_panier h1 a {
  display: block;
  width: 100%;
  color: #FFF;
  font-weight: 700;
  margin-top: 10px;
}
.panneau_panier h2 {
  font-size: 14px;
  background-color: #eaeaea;
  color: #1e1e3c;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}
.panneau_panier h2 a {
  color: #447bbe;
  font-weight: 700;
}
.panneau_panier h3 {
  font-size: 14px;
  font-weight: 700;
  color: #447bbe;
}
.panneau_panier h7 {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1e1e3c;
  margin-top: 20px;
}
.panneau_panier p {
  font-size: 13px;
  line-height: 2em;
}
.panneau_panier p.textevip {
  font-size: 16px;
  font-weight: 600;
}
.panneau_panier p.textevip > .reduct {
  color: #447bbe;
  font-weight: 700;
}
.panneau_panier .tb_panier {
  text-align: center;
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
  color: #333;
  font-weight: 700;
}
.panneau_panier .tb_panier td {
  height: 60px;
  line-height: 60px;
  border-bottom: solid 1px #dedfe0;
}
.panneau_panier .tb_panier td > img {
  border-radius: 2px;
  margin-top: -2px;
}
.panneau_panier .tb_panier td.tb_somme_blanc {
  border: 0px;
  height: 25px;
  line-height: 25px;
  text-align: right;
  padding-right: 10px;
}
.panneau_panier .tb_panier td.tb_somme {
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  color: #FFF;
  background-color: #1e1e3c;
  font-weight: 400;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 200px;
}
.panneau_panier .tb_panier td input[type="text"].panierqte {
  height: 28px;
  line-height: 28px;
  width: 50px;
  margin-left: 5px;
  text-align: center;
}
.panneau_panier th {
  height: 20px;
  border-collapse: collapse;
  background-color: #1e1e3c;
  color: #FFF;
}
.panneau_panier th.panier_image {
  width: 70px;
}
.panneau_panier th.panier_ref {
  width: 100px;
}
.panneau_panier th.panier_prixu {
  width: 100px;
}
.panneau_panier th.panier_qte {
  width: 100px;
}
.panneau_panier th.panier_total {
  width: 100px;
}
.panneau_panier th.panier_eff {
  width: 75px;
}
.panneau_panier input[type="button"], .panneau_panier input[type="submit"] {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  background-color: #FFF;
  color: #447bbe;
  border: solid 1px #447bbe;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.panneau_panier input[type="button"]:hover, .panneau_panier input[type="submit"]:hover {
  color: #FFF;
  background-color: #447bbe;
  border: solid 1px #447bbe;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.panneau_panier input[type="button"].actif, .panneau_panier input[type="submit"].actif {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  background-color: #447bbe;
  color: #FFF;
  border: solid 1px #447bbe;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

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 {
  padding-left: 10px;
  line-height: 30px;
}

@media screen and (max-width: 900px) {
  .hidemobile {
    display: none;
    width: 0px;
    height: 0px;
  }

  .hidepc {
    display: block;
  }

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

  .box_bas img {
    margin: auto;
  }

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

  #zone_principale {
    width: 100%;
  }

  #zone_header {
    width: 100%;
  }

  .texte_pied {
    width: 100%;
  }

  .zone_centre, .accorche, .cadre_machine {
    width: 100%;
  }

  .zone_centre h2, .zone_centre h1 {
    text-align: center;
  }

  .accroche {
    font-size: 20px;
  }

  .box_ligne {
    clear: both;
    width: 100%;
    text-align: center;
  }

  .box_bas img, .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: #447bbe;
  }

  .box_bas p, .box_ligne p {
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
  }

  .box_bas a, .box_ligne a {
    float: none;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .logo_marque {
    float: none;
    text-align: center;
  }

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

  .box_ligne p {
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
  }

  .zone_centre h1, .zone_texte h1 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .panneau_panier {
    font-size: 12px;
  }
  .panneau_panier > input[type="submit"], .panneau_panier .panneau_panier input[type="button"] {
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #c70810;
    border: none;
    cursor: pointer;
    font-size: 15px;
  }
  .panneau_panier input[type="radio"], .panneau_panier input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
    border: solid 1px #d2d2d2;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    -webkit-appearance: none;
    text-align: center;
  }
  .panneau_panier input[type=checkbox]:checked::before, .panneau_panier input[type="radio"]:checked::before {
    content: "\2714";
    font-size: 12px;
    color: #404040;
    text-align: center;
    line-height: 20px;
  }
  .panneau_panier > h1 {
    font-size: 14px;
    background-color: #447bbe;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    margin-bottom: 10px;
    color: #FFF;
    font-weight: 700;
  }
  .panneau_panier h1 a {
    display: block;
    width: 100%;
    color: #FFF;
    font-weight: 700;
    margin-top: 10px;
  }
  .panneau_panier h2 {
    font-size: 14px;
    background-color: #eaeaea;
    color: #447bbe;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .panneau_panier h2 a {
    color: #447bbe;
    font-weight: 700;
  }
  .panneau_panier h3 {
    font-size: 14px;
    font-weight: 700;
    color: #447bbe;
  }
  .panneau_panier h7 {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #1e1e3c;
    margin-top: 20px;
  }
  .panneau_panier p {
    font-size: 13px;
    line-height: 2em;
  }
  .panneau_panier p.textevip {
    font-size: 14px;
    font-weight: 600;
  }
  .panneau_panier p.textevip > .reduct {
    color: #447bbe;
    font-weight: 700;
  }
  .panneau_panier .tb_panier {
    text-align: center;
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
    color: #333;
    font-weight: 600;
  }
  .panneau_panier .tb_panier td {
    height: 50px;
    line-height: 50px;
    border-bottom: solid 1px #dedfe0;
  }
  .panneau_panier .tb_panier td.design {
    font-size: 11px;
    line-height: 1em;
  }
  .panneau_panier .tb_panier td > img {
    border-radius: 2px;
    margin-top: -2px;
  }
  .panneau_panier .tb_panier td.tb_somme_blanc {
    border: 0px;
    height: 25px;
    line-height: 25px;
    text-align: right;
    padding-right: 10px;
  }
  .panneau_panier .tb_panier td.tb_somme {
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    color: #FFF;
    background-color: #1e1e3c;
    font-weight: 400;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 200px;
  }
  .panneau_panier .tb_panier td input[type="text"].panierqte {
    height: 28px;
    line-height: 28px;
    width: 50px;
    margin-left: 5px;
    text-align: center;
  }
  .panneau_panier th {
    height: 20px;
    font-size: 12px;
    border-collapse: collapse;
    background-color: #1e1e3c;
    color: #FFF;
  }
  .panneau_panier th.panier_image {
    width: auto;
    padding: 0 10px;
  }
  .panneau_panier th.panier_ref {
    width: auto;
  }
  .panneau_panier th.panier_design {
    width: 190px;
    line-height: 25px;
  }
  .panneau_panier th.panier_prixu {
    width: auto;
  }
  .panneau_panier th.panier_qte {
    width: auto;
  }
  .panneau_panier th.panier_total {
    width: 100px;
  }
  .panneau_panier th.panier_eff {
    width: auto;
    padding: 0 10px;
  }
  .panneau_panier input[type="button"], .panneau_panier input[type="submit"] {
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    background-color: #FFF;
    color: #447bbe;
    border: solid 1px #447bbe;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  .panneau_panier input[type="button"]:hover, .panneau_panier input[type="submit"]:hover {
    color: #FFF;
    background-color: #447bbe;
    border: solid 1px #447bbe;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  .panneau_panier input[type="button"].actif, .panneau_panier input[type="submit"].actif {
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    background-color: #447bbe;
    color: #FFF;
    border: solid 1px #447bbe;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }

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

  .zone_texte {
    clear: both;
    padding-top: 15px;
    margin-bottom: 10px;
    text-align: justify;
    line-height: 1.5em;
  }
  .zone_texte > .colonne_gauche {
    float: none;
    width: 100%;
  }
  .zone_texte > .colonne_droite {
    float: none;
    width: 100%;
  }
  .zone_texte h2 {
    text-align: center;
  }

  #cadre_article {
    width: 98%;
    padding: 0 1%;
  }
  #cadre_article h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    color: #447bbe;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
  #cadre_article h2 {
    width: 100%;
    font-weight: 300;
    font-size: 24px;
    color: #5b5b5b;
    margin-bottom: 20px;
  }
  #cadre_article h3 {
    width: 100%;
    font-weight: 300;
    font-size: 24px;
    color: #447bbe;
    margin-bottom: 10px;
  }
  #cadre_article > p {
    line-height: 1.5em;
  }
  #cadre_article > .stock {
    height: 60px;
    width: 362px;
    line-height: 62px;
  }
  #cadre_article > .stock > p {
    vertical-align: middle;
  }
  #cadre_article > .stock > p > img {
    vertical-align: middle;
  }

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

  .pos_photo_article {
    float: none;
    display: block;
    width: 100%;
    min-height: auto;
    height: auto;
    margin-left: 0px;
    text-align: center;
    margin-bottom: 10px;
  }
  .pos_photo_article img.imgminiature {
    margin-right: 0px;
  }
  .pos_photo_article img.imgminiature:last-of-type {
    margin-right: 0px;
  }

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

  .photoprincipale {
    width: 100%;
    min-height: auto;
    height: auto;
    text-align: center;
    margin-bottom: 2px;
  }

  .cadre_blog {
    width: 98%;
    margin: 0 1%;
    height: auto;
    border: solid 1px #dedfe0;
    margin-bottom: 16px;
    overflow: auto;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cadre_blog img {
    width: 94%;
    margin: 10px 0;
    padding: 0px;
  }
  .cadre_blog > .bas {
    float: left;
    text-align: center;
    width: 50%;
    margin-bottom: 10px;
    font-size: 11px;
    color: #999999;
  }
  .cadre_blog > .bas img {
    margin-right: 10px;
  }
  .cadre_blog:nth-child(even) {
    margin-right: 0px;
  }
  .cadre_blog > h2 {
    display: block;
    height: 30px;
    font-weight: 400;
    padding: 10px;
    color: #447bbe;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 0px;
  }
  .cadre_blog > p {
    display: block;
    height: 42px;
    text-align: center;
    font-size: 16px;
    color: #576373;
    padding: 10px;
  }
  .cadre_blog .contenu_blog {
    width: 100%;
    padding: 0px;
  }
  .cadre_blog > hr {
    background-color: #dedfe0;
  }

  .retour {
    margin: 0 1%;
  }

  .atelier > img {
    width: 98%;
    margin: 10px 1%;
  }
  .atelier > img:last-of-type, .atelier > img:first-of-type {
    margin: 10px 1%;
  }

  .position_maxi_menu {
    width: 100%;
    margin: auto;
  }
}
.flexcentre {
  justify-content: center;
}

.centre {
  text-align: center;
}

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

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

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

.flexmiddle {
  align-items: center;
}

.nowrap {
  flex-wrap: nowrap;
}

.flex03 {
  flex: 0.3;
}
