.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body {
  font-family: 'Muli', sans-serif;
  overflow-x: hidden;
}
body #grdp_barre_mini,
body #grdp_barre_maxi {
  background-color:  !important;
  color: ;
}
body #grdp_barre_mini a,
body #grdp_barre_maxi a {
  color: ;
}
body #grdp_barre_mini a:hover,
body #grdp_barre_maxi a:hover {
  color: #ffffff;
}
body #bandeau-category-16,
body #bandeau-category-17 {
  display: none !important;
}
body #grdp_barre_maxi {
  display: none !important;
}
body #grdp_barre_mini {
  display: block !important;
}
body a {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body a:hover,
body a:focus,
body a:active {
  text-decoration: none;
  outline: none;
}
body .car-ain {
  display: none !important;
}
body .lisha {
  display: none !important;
}
body >header {
  -webkit-box-shadow: 0px 3px 9px 0px rgba(1,1,1,0.22);
  -moz-box-shadow: 0px 3px 9px 0px rgba(1,1,1,0.22);
  box-shadow: 0px 3px 9px 0px rgba(1,1,1,0.22);
  background-color: #ffffff;
}
body >header .entete {
  background-color: #242323;
  padding: 0 15px;
  text-align: center;
}
body >header .entete .contacts {
  font-size: 0;
  padding-top: 13px;
  height: 47px;
}
body >header .entete .contacts .info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 28px;
  margin-right: 5%;
}
body >header .entete .contacts .info:last-child {
  margin-right: 0;
}
body >header .entete .contacts .info:before {
  color: #ffffff;
  width: 19px;
  font-size: 19px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -4px;
  left: 0;
}
body >header .entete .contacts .info.adresse:before {
  content: "\f3c5";
}
body >header .entete .contacts .info.telephone:before {
  content: "\f095";
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
body >header .entete .contacts .info.email:before {
  content: "\f0e0";
}
body >header .entete .contacts .info a {
  font-size: 15px;
  line-height: 19px;
  color: #ffffff;
}
body >header .entete .contacts .info a:hover {
  color: #f8bf2e;
}
body >header .corps {
  height: 123px;
  padding-top: 20px;
  background-color: #ffffff;
}
body >header .corps .logo .visuel {
  border-right: 1px solid #eff1f2;
  padding-bottom: 7px;
  padding-right: 30px;
}
body >header .corps .logo .textuel {
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  padding-left: 40px;
}
body >header .corps .liens-boutique .connexion {
  text-align: center;
}
body >header .corps .liens-boutique .connexion a {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #eff1f2;
  color: #242323;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(1,1,1,0.22);
  -moz-box-shadow: 2px 2px 5px 0px rgba(1,1,1,0.22);
  box-shadow: 2px 2px 5px 0px rgba(1,1,1,0.22);
}
body >header .corps .liens-boutique .connexion a span {
  position: relative;
}
body >header .corps .liens-boutique .connexion a:before {
  content: "";
  background-color: #f8bf2e;
  -moz-transform: skew(-35deg,0deg);
  -webkit-transform: skew(-35deg,0deg);
  -o-transform: skew(-35deg,0deg);
  -ms-transform: skew(-35deg,0deg);
  transform: skew(-35deg,0deg);
  position: absolute;
  height: 100%;
  width: 120%;
  top: 0;
  left: -150%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body >header .corps .liens-boutique .connexion a:hover:before {
  left: -10%;
}
body >header .corps .liens-boutique .panier a {
  color: #242323;
}
body >header .corps .liens-boutique .panier a i {
  font-size: 18px;
  margin-right: 5px;
}
body >header .corps .liens-boutique .panier a span {
  font-size: 16px;
  line-height: 20px;
}
body >header .corps .liens-boutique .panier a span em {
  font-style: normal;
}
body >header .corps .liens-boutique .panier a:hover {
  color: #f8bf2e;
}
body >header .corps #menu-mobile {
  display: none;
}
body >main {
  background-image: url(../img/main-fond.jpg);
  background-position: top center;
  background-attachment: fixed;
}
body >main .container {
  max-width: 1140px;
}
body >main .bloc-de-texte p,
body >main .bloc-de-texte ul,
body >main .bloc-de-texte ol {
  margin-bottom: 20px;
}
body >main .bloc-de-texte ul {
  padding-left: 20px;
}
body >main section#bandeau-entete {
  position: relative;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 10px 10px -10px #010101;
  -moz-box-shadow: 0px 10px 10px -10px #010101;
  box-shadow: 0px 10px 10px -10px #010101;
}
body >main section#bandeau-entete:before,
body >main section#bandeau-entete:after {
  content: "";
  background-image: url(../img/bandeau-entete-carres-multicolores.png);
  width: 269px;
  height: 129px;
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
body >main section#bandeau-entete:before {
  top: -82px;
  left: 0;
}
body >main section#bandeau-entete:after {
  right: 0;
  bottom: -82px;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
body >main section#bandeau-entete >.row {
  margin: 0;
}
body >main section#bandeau-entete .bloc {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 175px;
}
body >main section#bandeau-entete .bloc .fond-de-couleur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.78;
}
body >main section#bandeau-entete .bloc >.container {
  height: 100%;
}
body >main section#bandeau-entete .bloc >.container >.row {
  height: 100%;
}
body >main section#bandeau-entete .bloc .contenu {
  text-align: center;
}
body >main section#bandeau-entete .bloc .contenu .titre {
  color: #ffffff;
  font-size: 37px;
  line-height: 41px;
  text-transform: uppercase;
  font-weight: 300;
}
body >footer {
  background-color: #242323;
  padding-top: 65px;
  padding-bottom: 45px;
}
body >footer .infos-principales {
  margin-bottom: 50px;
}
body >footer .infos-principales .contacts .info {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}
body >footer .infos-principales .contacts .info span {
  font-weight: 600;
  text-transform: uppercase;
}
body >footer .infos-principales .contacts .info a {
  color: #ffffff;
}
body >footer .infos-principales .contacts .info a:hover {
  color: #f8bf2e;
}
body >footer .infos-principales .menus .col-menu ul {
  margin: 0;
  padding-left: 18px;
  border-left: 2px solid #242323;
}
body >footer .infos-principales .menus .col-menu ul#menu-menu-footer-partie-1 {
  border-color: #a2da3e;
}
body >footer .infos-principales .menus .col-menu ul#menu-menu-footer-partie-1 li a:hover {
  color: #a2da3e;
}
body >footer .infos-principales .menus .col-menu ul#menu-menu-footer-partie-2 {
  border-color: #944d9c;
}
body >footer .infos-principales .menus .col-menu ul#menu-menu-footer-partie-2 li a:hover {
  color: #944d9c;
}
body >footer .infos-principales .menus .col-menu ul li {
  margin-bottom: 4px;
}
body >footer .infos-principales .menus .col-menu ul li:last-child {
  margin-bottom: 0;
}
body >footer .infos-principales .menus .col-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 19px;
}
body >footer .infos-legales {
  font-size: 15px;
  line-height: 19px;
  color: #ffffff;
  text-align: center;
}
body >footer .infos-legales .logo-idcom {
  margin-right: 5px;
}
body >footer .infos-legales .logo-idcom img {
  width: 33px;
}
body >footer .infos-legales a {
  color: #ffffff;
}
body >footer .infos-legales a:hover {
  color: #f8bf2e;
}
.home >main section#categories-produits {
  margin-bottom: 40px;
}
.home >main section#categories-produits .bloc-contenus .titre {
  background-color: #eff1f2;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding: 10px 15px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.home >main section#categories-produits .bloc-contenus .liste .categorie {
  text-align: center;
  margin-bottom: 30px;
}
.home >main section#categories-produits .bloc-contenus .liste .categorie a {
  display: block;
  height: 508px;
  padding: 30px;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(1,1,1,0.56);
  -moz-box-shadow: 5px 5px 10px 0px rgba(1,1,1,0.56);
  box-shadow: 5px 5px 10px 0px rgba(1,1,1,0.56);
  background-color: #ffffff;
  position: relative;
}
.home >main section#categories-produits .bloc-contenus .liste .categorie a >.row {
  height: 100%;
}
.home >main section#categories-produits .bloc-contenus .liste .categorie a .image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.home >main section#categories-produits .bloc-contenus .liste .categorie a .animation div {
  position: absolute;
  width: 3px;
  height: 3px;
  -webkit-transition-duration: .1s;
  -moz-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s;
  opacity: 0;
}
.home >main section#categories-produits .bloc-contenus .liste .categorie a .animation div.haut {
  top: 0;
  left: 0;
  width: 0;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}
.home >main section#categories-produits .bloc-contenus .liste .categorie a .animation div.droite {
  top: 0;
  right: 0;
  height: 0;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}
.home >main section#categories-produits .bloc-contenus .liste .categorie a .animation div.bas {
  bottom: 0;
  right: 0;
  width: 0;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}
.home >main section#categories-produits .bloc-contenus .liste .categorie a .animation div.gauche {
  bottom: 0;
  left: 0;
  height: 0;
}
.home >main section#categories-produits .bloc-contenus .liste .categorie a:hover .animation div {
  opacity: 1;
}
.home >main section#categories-produits .bloc-contenus .liste .categorie a:hover .animation div.haut {
  width: 100%;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.home >main section#categories-produits .bloc-contenus .liste .categorie a:hover .animation div.droite {
  height: 100%;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}
.home >main section#categories-produits .bloc-contenus .liste .categorie a:hover .animation div.bas {
  width: 100%;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}
.home >main section#categories-produits .bloc-contenus .liste .categorie a:hover .animation div.gauche {
  height: 100%;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}
.tax-product_cat >main section#e-boutique {
  padding-bottom: 70px;
}
.tax-product_cat >main section#e-boutique .container {
  max-width: 1200px;
}
.tax-product_cat >main section#e-boutique .dessin {
  text-align: center;
}
.tax-product_cat >main section#e-boutique .dessin img {
  margin-bottom: -50px;
  position: relative;
}
.tax-product_cat >main section#e-boutique .cadre {
  background-color: #ffffff;
  padding: 35px 50px 25px;
}
.tax-product_cat >main section#e-boutique .cadre .retour {
  background-color: #cdcdcd;
  height: 37px;
  margin-bottom: 15px;
}
.tax-product_cat >main section#e-boutique .cadre .retour a {
  background-color: #898686;
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
  padding: 7.5px 40px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.tax-product_cat >main section#e-boutique .cadre .retour a span {
  position: relative;
}
.tax-product_cat >main section#e-boutique .cadre .retour a:before {
  content: "";
  background-color: #f8bf2e;
  -moz-transform: skew(-35deg,0deg);
  -webkit-transform: skew(-35deg,0deg);
  -o-transform: skew(-35deg,0deg);
  -ms-transform: skew(-35deg,0deg);
  transform: skew(-35deg,0deg);
  position: absolute;
  height: 100%;
  width: 120%;
  top: 0;
  left: -150%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.tax-product_cat >main section#e-boutique .cadre .retour a:hover:before {
  left: -10%;
}
.tax-product_cat >main section#e-boutique .cadre .produits ul {
  margin: 0 -10px;
  font-size: 0;
  text-align: center;
}
.tax-product_cat >main section#e-boutique .cadre .produits ul li {
  margin: 0;
  padding: 10px;
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.tax-product_cat >main section#e-boutique .cadre .produits ul li a {
  padding: 0 15px;
  color: #ffffff;
  text-align: center;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-box-shadow: 5px 5px 9px 0px rgba(1,1,1,0.33);
  -moz-box-shadow: 5px 5px 9px 0px rgba(1,1,1,0.33);
  box-shadow: 5px 5px 9px 0px rgba(1,1,1,0.33);
  position: relative;
  overflow: hidden;
}
.tax-product_cat >main section#e-boutique .cadre .produits ul li a .imagewrapper {
  height: 86px;
  line-height: 86px;
  margin-bottom: 15px;
  position: relative;
}
.tax-product_cat >main section#e-boutique .cadre .produits ul li a .imagewrapper img {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
}
.tax-product_cat >main section#e-boutique .cadre .produits ul li a h2 {
  padding: 0;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  position: relative;
}
.tax-product_cat >main section#e-boutique .cadre .produits ul li a:before {
  content: "";
  background-color: #898686;
  -moz-transform: skew(-35deg,0deg);
  -webkit-transform: skew(-35deg,0deg);
  -o-transform: skew(-35deg,0deg);
  -ms-transform: skew(-35deg,0deg);
  transform: skew(-35deg,0deg);
  position: absolute;
  height: 100%;
  width: 160%;
  top: 0;
  left: -190%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.tax-product_cat >main section#e-boutique .cadre .produits ul li a:hover:before {
  left: -30%;
}
.tax-product_cat >main section#e-boutique .cadre .produits ul li:nth-child(4n+1) a {
  background-color: #a2da3e;
}
.tax-product_cat >main section#e-boutique .cadre .produits ul li:nth-child(4n+2) a {
  background-color: #f8bf2e;
}
.tax-product_cat >main section#e-boutique .cadre .produits ul li:nth-child(4n+3) a {
  background-color: #52aad1;
}
.tax-product_cat >main section#e-boutique .cadre .produits ul li:nth-child(4n+4) a {
  background-color: #944d9c;
}
.single-product >main section#e-boutique {
  padding-bottom: 70px;
}
.single-product >main section#e-boutique .cadre {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  -moz-box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  border-radius: 20px;
  overflow: hidden;
  padding-top: 45px;
}
.single-product >main section#e-boutique .cadre .dessin {
  text-align: center;
}
.single-product >main section#e-boutique .cadre .dessin img {
  margin-bottom: -15px;
  position: relative;
}
.single-product >main section#e-boutique .cadre .retour {
  background-color: #cdcdcd;
  height: 37px;
  margin-bottom: 15px;
}
.single-product >main section#e-boutique .cadre .retour a {
  background-color: #898686;
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
  padding: 7.5px 40px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.single-product >main section#e-boutique .cadre .retour a span {
  position: relative;
}
.single-product >main section#e-boutique .cadre .retour a:before {
  content: "";
  background-color: #f8bf2e;
  -moz-transform: skew(-35deg,0deg);
  -webkit-transform: skew(-35deg,0deg);
  -o-transform: skew(-35deg,0deg);
  -ms-transform: skew(-35deg,0deg);
  transform: skew(-35deg,0deg);
  position: absolute;
  height: 100%;
  width: 120%;
  top: 0;
  left: -150%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.single-product >main section#e-boutique .cadre .retour a:hover:before {
  left: -10%;
}
.single-product >main section#e-boutique .cadre .product .bloc-de-texte {
  font-size: 17px;
  line-height: 21px;
  color: #737373;
}
.single-product >main section#e-boutique .cadre .product .introduction {
  font-size: 0;
  padding: 45px 60px;
}
.single-product >main section#e-boutique .cadre .product .introduction .images {
  float: none;
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 50px;
  border-right: 1px solid #666666;
}
.single-product >main section#e-boutique .cadre .product .introduction .infos-principales {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 50px;
}
.single-product >main section#e-boutique .cadre .product .introduction .infos-principales h1 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 20px;
}
.single-product >main section#e-boutique .cadre .product .infos-secondaires {
  background-color: #eff1f2;
  padding: 45px 60px 25px;
  text-align: center;
}
.single-product >main section#e-boutique .cadre .product .infos-secondaires .bouton-reseau {
  margin-top: 15px;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  display: inline-block;
  color: #ffffff;
  background-color: #f8bf2e;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(1,1,1,0.22);
  -moz-box-shadow: 2px 2px 5px 0px rgba(1,1,1,0.22);
  box-shadow: 2px 2px 5px 0px rgba(1,1,1,0.22);
  border-radius: 20px;
}
.single-product >main section#e-boutique .cadre .product .infos-secondaires .bouton-reseau span {
  position: relative;
}
.single-product >main section#e-boutique .cadre .product .infos-secondaires .bouton-reseau span img {
  margin-right: 15px;
}
.single-product >main section#e-boutique .cadre .product .infos-secondaires .bouton-reseau:before {
  content: "";
  background-color: #898686;
  -moz-transform: skew(-35deg,0deg);
  -webkit-transform: skew(-35deg,0deg);
  -o-transform: skew(-35deg,0deg);
  -ms-transform: skew(-35deg,0deg);
  transform: skew(-35deg,0deg);
  position: absolute;
  height: 100%;
  width: 120%;
  top: 0;
  left: -150%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.single-product >main section#e-boutique .cadre .product .infos-secondaires .bouton-reseau:hover:before {
  left: -10%;
}
.single-product >main section#e-boutique .cadre .product .summary {
  float: none;
  width: 100%;
  padding: 45px 60px 120px;
  margin: 0;
}
.single-product >main section#e-boutique .cadre .product .summary form.cart.variations_form {
  margin-bottom: 0;
}
.single-product >main section#e-boutique .cadre .product .summary form.cart .txt-qte {
  float: left;
  padding: 2px 15px 2px 0;
  font-weight: 600;
}
.single-product >main section#e-boutique .cadre .product .summary form.cart .quantity input {
  background-color: #eff1f2;
  border: 1px solid #a7a7a7;
  border-radius: 5px;
}
.single-product >main section#e-boutique .cadre .product .summary form.cart .variations td {
  width: 100%;
  padding: 0;
  display: block;
}
.single-product >main section#e-boutique .cadre .product .summary form.cart .variations .reset_variations {
  font-weight: bold;
  color: #242323;
  font-style: italic;
}
.single-product >main section#e-boutique .cadre .product .summary form.cart .variations .reset_variations:hover {
  color: #f8bf2e;
}
.single-product >main section#e-boutique .cadre .product .summary form.cart .variations label {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
}
.single-product >main section#e-boutique .cadre .product .summary form.cart .variations label .required_ast {
  margin-left: 5px;
}
.single-product >main section#e-boutique .cadre .product .summary form.cart .variations input,
.single-product >main section#e-boutique .cadre .product .summary form.cart .variations select,
.single-product >main section#e-boutique .cadre .product .summary form.cart .variations textarea {
  background-color: #eff1f2;
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  padding: 5px 15px;
  height: 37px;
}
.single-product >main section#e-boutique .cadre .product .summary form.cart .wcpa_form_outer .wcpa_form_item label {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
}
.single-product >main section#e-boutique .cadre .product .summary form.cart .wcpa_form_outer .wcpa_form_item label .required_ast {
  margin-left: 5px;
}
.single-product >main section#e-boutique .cadre .product .summary form.cart .wcpa_form_outer .wcpa_form_item input,
.single-product >main section#e-boutique .cadre .product .summary form.cart .wcpa_form_outer .wcpa_form_item select,
.single-product >main section#e-boutique .cadre .product .summary form.cart .wcpa_form_outer .wcpa_form_item textarea {
  background-color: #eff1f2;
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
}
.single-product >main section#e-boutique .cadre .product .summary form.cart .woocommerce-variation-description {
  margin-top: 2em;
  width: 100%;
  float: left;
}
.single-product >main section#e-boutique .cadre .product .summary form.cart .woocommerce-variation-price {
  margin-top: 2em;
  width: 100%;
  float: left;
}
.single-product >main section#e-boutique .cadre .product .summary form.cart .wcpa_upload_preview img {
  max-height: 250px;
}
.single-product >main section#e-boutique .cadre .product .summary form.cart button[type="submit"] {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-weight: 600;
  text-transform: uppercase;
  padding: 21.5px 25px;
  font-size: 18px;
  line-height: 18px;
  border-radius: 0;
  overflow: hidden;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.single-product >main section#e-boutique .cadre .product .summary form.cart button[type="submit"]:hover {
  background-color: #898686 !important;
}
.single-product >main section#e-boutique .cadre .product .summary .price {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #242323;
}
.single-product >main section#e-boutique .cadre .product .summary .price .woocommerce-Price-currencySymbol {
  margin-left: 5px;
}
.page-template-modele-lignes-dun-reseau >main section#contenu-page {
  padding-bottom: 70px;
}
.page-template-modele-lignes-dun-reseau >main section#contenu-page .container {
  max-width: 1390px;
}
.page-template-modele-lignes-dun-reseau >main section#contenu-page .retour {
  margin-bottom: 30px;
}
.page-template-modele-lignes-dun-reseau >main section#contenu-page .retour a {
  background-color: #898686;
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
  padding: 7.5px 40px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  height: 37px;
  vertical-align: middle;
  margin-right: 30px;
}
.page-template-modele-lignes-dun-reseau >main section#contenu-page .retour a span {
  position: relative;
}
.page-template-modele-lignes-dun-reseau >main section#contenu-page .retour a:before {
  content: "";
  background-color: #f8bf2e;
  -moz-transform: skew(-35deg,0deg);
  -webkit-transform: skew(-35deg,0deg);
  -o-transform: skew(-35deg,0deg);
  -ms-transform: skew(-35deg,0deg);
  transform: skew(-35deg,0deg);
  position: absolute;
  height: 100%;
  width: 120%;
  top: 0;
  left: -150%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-template-modele-lignes-dun-reseau >main section#contenu-page .retour a:hover:before {
  left: -10%;
}
.page-template-modele-lignes-dun-reseau >main section#contenu-page .retour .titre {
  vertical-align: middle;
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
}
.page-template-modele-lignes-dun-reseau >main section#contenu-page .bloc-contenus {
  background-color: #ffffff;
  padding: 45px 50px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  -moz-box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  border-radius: 20px;
}
.page-template-modele-lignes-dun-reseau >main section#contenu-page .bloc-contenus .carte {
  text-align: center;
}
.page-template-modele-lignes-dun-reseau >main section#contenu-page .bloc-contenus .icones {
  text-align: right;
}
.page-template-modele-lignes-dun-reseau >main section#contenu-page .bloc-contenus .icones .icone {
  color: #898686;
  font-size: 28px;
  margin-left: 15px;
}
.page-template-modele-lignes-dun-reseau >main section#contenu-page .bloc-contenus .icones .icone:first-child {
  margin-left: 0;
}
.page-template-modele-lignes-dun-reseau >main section#contenu-page .bloc-contenus .icones .icone:hover {
  color: #f8bf2e;
}
.woocommerce-account >main section#contenu-page {
  padding: 0 0 50px;
}
.woocommerce-account >main section#contenu-page .cadre {
  background-color: #ffffff;
  padding: 45px 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  -moz-box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  border-radius: 20px;
}
.woocommerce-account >main section#contenu-page .cadre .dessin {
  text-align: center;
}
.woocommerce-account >main section#contenu-page .cadre .retour {
  background-color: #cdcdcd;
  height: 37px;
  margin-bottom: 40px;
}
.woocommerce-account >main section#contenu-page .cadre .retour a {
  background-color: #898686;
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
  padding: 7.5px 40px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.woocommerce-account >main section#contenu-page .cadre .retour a span {
  position: relative;
}
.woocommerce-account >main section#contenu-page .cadre .retour a:before {
  content: "";
  background-color: #f8bf2e;
  -moz-transform: skew(-35deg,0deg);
  -webkit-transform: skew(-35deg,0deg);
  -o-transform: skew(-35deg,0deg);
  -ms-transform: skew(-35deg,0deg);
  transform: skew(-35deg,0deg);
  position: absolute;
  height: 100%;
  width: 120%;
  top: 0;
  left: -150%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.woocommerce-account >main section#contenu-page .cadre .retour a:hover:before {
  left: -10%;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce #customer_login div[class*="u-column"] {
  width: 50%;
  padding: 0 50px;
  max-width: none;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce #customer_login div[class*="u-column"]:first-child {
  border-right: 1px solid #898686;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce #customer_login h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 900;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce #customer_login form {
  margin: 25px 0 2em;
  padding: 0;
  border: 0;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce #customer_login form a {
  color: #898686;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce #customer_login form a:hover {
  color: #f8bf2e;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce #customer_login form label {
  line-height: 1.2;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce #customer_login form input {
  background-color: #eff1f2;
  border: 1px solid #a7a7a7;
  padding: 5px 15px;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce #customer_login form .password-input {
  display: block;
  width: 100%;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce #customer_login form .woocommerce-privacy-policy-text {
  font-size: 12px;
  line-height: 16px;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce #customer_login form button[type="submit"] {
  background-color: #f8bf2e;
  color: #ffffff;
  border-radius: 0;
  margin: 0;
  width: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce #customer_login form button[type="submit"]:hover {
  background-color: #898686;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number a {
  color: #f8bf2e;
  font-weight: 500;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number a:hover {
  color: #242323;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-table--order-details .product-name a {
  color: #f8bf2e;
  font-weight: 500;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-table--order-details .product-name a:hover {
  color: #242323;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin-left: 0;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  background-color: #898686;
  color: #ffffff;
  padding: 5px 15px;
  margin-bottom: 5px;
  border: 1px solid #898686;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #f8bf2e;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #f8bf2e;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-content {
  padding-right: 40px;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-content .button {
  background-color: #f8bf2e;
  color: #ffffff;
  outline: none;
  font-weight: 500;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-content .button:hover {
  background-color: #898686;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-content p a {
  color: #242323;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-content p a:hover {
  color: #f8bf2e;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-content .woocommerce-message {
  border-top: 3px solid #898686;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-content .woocommerce-message:before {
  color: #898686;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-content .woocommerce-Message {
  border-top: 3px solid #898686;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-content .woocommerce-Message:before {
  color: #898686;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-content .addresses .woocommerce-Address {
  max-width: none;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-content .addresses .woocommerce-Address .title {
  height: auto;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-content .addresses .woocommerce-Address .title h3 {
  font-size: 18px;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-content .addresses .woocommerce-Address .title a {
  color: #f8bf2e;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-content .addresses .woocommerce-Address .title a:hover {
  color: #898686;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
  width: 100%;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields label {
  width: 50%;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields span {
  width: 50%;
}
.woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-content .input-text {
  padding: 2.5px 5px;
}
.woocommerce-cart >main section#contenu-page {
  padding: 0 0 50px;
}
.woocommerce-cart >main section#contenu-page .cadre {
  background-color: #ffffff;
  padding: 45px 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  -moz-box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  border-radius: 20px;
}
.woocommerce-cart >main section#contenu-page .cadre .dessin {
  text-align: center;
}
.woocommerce-cart >main section#contenu-page .cadre .retour {
  background-color: #cdcdcd;
  height: 37px;
  margin-bottom: 40px;
}
.woocommerce-cart >main section#contenu-page .cadre .retour a {
  background-color: #898686;
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
  padding: 7.5px 40px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.woocommerce-cart >main section#contenu-page .cadre .retour a span {
  position: relative;
}
.woocommerce-cart >main section#contenu-page .cadre .retour a:before {
  content: "";
  background-color: #f8bf2e;
  -moz-transform: skew(-35deg,0deg);
  -webkit-transform: skew(-35deg,0deg);
  -o-transform: skew(-35deg,0deg);
  -ms-transform: skew(-35deg,0deg);
  transform: skew(-35deg,0deg);
  position: absolute;
  height: 100%;
  width: 120%;
  top: 0;
  left: -150%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.woocommerce-cart >main section#contenu-page .cadre .retour a:hover:before {
  left: -10%;
}
.woocommerce-cart >main section#contenu-page .woocommerce {
  padding: 0 50px;
}
.woocommerce-cart >main section#contenu-page .woocommerce .button {
  background-color: #f8bf2e;
  color: #ffffff;
  outline: none;
  font-weight: 500;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.woocommerce-cart >main section#contenu-page .woocommerce .button:hover {
  background-color: #898686;
}
.woocommerce-cart >main section#contenu-page .woocommerce .checkout-button {
  background-color: #f8bf2e !important;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.woocommerce-cart >main section#contenu-page .woocommerce .checkout-button:hover {
  background-color: #898686 !important;
}
.woocommerce-cart >main section#contenu-page .woocommerce #coupon_code {
  width: 120px;
}
.woocommerce-cart >main section#contenu-page .woocommerce .woocommerce-cart-form a {
  color: #898686;
}
.woocommerce-cart >main section#contenu-page .woocommerce .woocommerce-cart-form a:hover {
  color: #f8bf2e;
}
.woocommerce-cart >main section#contenu-page .woocommerce .woocommerce-message a {
  color: #898686;
}
.woocommerce-cart >main section#contenu-page .woocommerce .woocommerce-message a:hover {
  color: #f8bf2e;
}
.woocommerce-cart >main section#contenu-page .woocommerce .woocommerce-shipping-destination {
  display: none;
}
.woocommerce-checkout >main section#contenu-page {
  padding: 0 0 50px;
}
.woocommerce-checkout >main section#contenu-page .cadre {
  background-color: #ffffff;
  padding: 45px 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  -moz-box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  border-radius: 20px;
}
.woocommerce-checkout >main section#contenu-page .cadre .dessin {
  text-align: center;
}
.woocommerce-checkout >main section#contenu-page .cadre .retour {
  background-color: #cdcdcd;
  height: 37px;
  margin-bottom: 40px;
}
.woocommerce-checkout >main section#contenu-page .cadre .retour a {
  background-color: #898686;
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
  padding: 7.5px 40px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.woocommerce-checkout >main section#contenu-page .cadre .retour a span {
  position: relative;
}
.woocommerce-checkout >main section#contenu-page .cadre .retour a:before {
  content: "";
  background-color: #f8bf2e;
  -moz-transform: skew(-35deg,0deg);
  -webkit-transform: skew(-35deg,0deg);
  -o-transform: skew(-35deg,0deg);
  -ms-transform: skew(-35deg,0deg);
  transform: skew(-35deg,0deg);
  position: absolute;
  height: 100%;
  width: 120%;
  top: 0;
  left: -150%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.woocommerce-checkout >main section#contenu-page .cadre .retour a:hover:before {
  left: -10%;
}
.woocommerce-checkout >main section#contenu-page .woocommerce {
  padding: 0 50px;
}
.woocommerce-checkout >main section#contenu-page .woocommerce a {
  color: #898686;
}
.woocommerce-checkout >main section#contenu-page .woocommerce a:hover {
  color: #f8bf2e;
}
.woocommerce-checkout >main section#contenu-page .woocommerce .col-1 {
  max-width: none;
}
.woocommerce-checkout >main section#contenu-page .woocommerce .col-2 {
  max-width: none;
}
.woocommerce-checkout >main section#contenu-page .woocommerce .input-text {
  padding: 2.5px 5px;
  resize: none;
}
.woocommerce-checkout >main section#contenu-page .woocommerce .woocommerce-info {
  border-top: 3px solid #f8bf2e;
}
.woocommerce-checkout >main section#contenu-page .woocommerce .woocommerce-info:before {
  color: #f8bf2e;
}
.woocommerce-checkout >main section#contenu-page .woocommerce #customer_details .form-row-first,
.woocommerce-checkout >main section#contenu-page .woocommerce #customer_details .form-row-last {
  width: 100%;
}
.woocommerce-checkout >main section#contenu-page .woocommerce #customer_details label,
.woocommerce-checkout >main section#contenu-page .woocommerce #customer_details span {
  width: 50%;
}
.woocommerce-checkout >main section#contenu-page .woocommerce #customer_details label span,
.woocommerce-checkout >main section#contenu-page .woocommerce #customer_details span span {
  width: 100%;
}
.woocommerce-checkout >main section#contenu-page .woocommerce #customer_details label span b,
.woocommerce-checkout >main section#contenu-page .woocommerce #customer_details span span b {
  left: 95%;
}
.woocommerce-checkout >main section#contenu-page .woocommerce #customer_details h3 label {
  width: 100%;
}
.woocommerce-checkout >main section#contenu-page .woocommerce #customer_details input,
.woocommerce-checkout >main section#contenu-page .woocommerce #customer_details select {
  outline: none;
}
.woocommerce-checkout >main section#contenu-page .woocommerce #customer_details #billing_address_2,
.woocommerce-checkout >main section#contenu-page .woocommerce #customer_details #shipping_address_2 {
  margin-left: 100%;
}
.woocommerce-checkout >main section#contenu-page .woocommerce .woocommerce-checkout-review-order-table thead {
  background-color: #f8bf2e;
  color: #ffffff;
}
.woocommerce-checkout >main section#contenu-page .woocommerce #customer_details {
  margin-bottom: 30px;
}
.woocommerce-checkout >main section#contenu-page .woocommerce #place_order {
  background-color: #f8bf2e;
  color: #ffffff;
  outline: none;
  font-weight: 500;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.woocommerce-checkout >main section#contenu-page .woocommerce #place_order:hover {
  background-color: #898686;
}
.woocommerce-view-order >main .woocommerce-column--billing-address {
  max-width: none;
}
.woocommerce-view-order >main .woocommerce-column--shipping-address {
  max-width: none;
}
.page-id-6 >main section#contenu-page {
  padding: 0 0 50px;
}
.page-id-6 >main section#contenu-page .cadre {
  background-color: #ffffff;
  padding: 45px 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  -moz-box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  border-radius: 20px;
}
.page-id-6 >main section#contenu-page .cadre .dessin {
  text-align: center;
}
.page-id-6 >main section#contenu-page .cadre .retour {
  background-color: #cdcdcd;
  height: 37px;
  margin-bottom: 40px;
}
.page-id-6 >main section#contenu-page .cadre .retour a {
  background-color: #898686;
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
  padding: 7.5px 40px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.page-id-6 >main section#contenu-page .cadre .retour a span {
  position: relative;
}
.page-id-6 >main section#contenu-page .cadre .retour a:before {
  content: "";
  background-color: #f8bf2e;
  -moz-transform: skew(-35deg,0deg);
  -webkit-transform: skew(-35deg,0deg);
  -o-transform: skew(-35deg,0deg);
  -ms-transform: skew(-35deg,0deg);
  transform: skew(-35deg,0deg);
  position: absolute;
  height: 100%;
  width: 120%;
  top: 0;
  left: -150%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-6 >main section#contenu-page .cadre .retour a:hover:before {
  left: -10%;
}
.page-id-6 >main section#contenu-page .cadre .bloc-de-texte {
  padding: 0 50px;
}
.page-id-6 >main section#contenu-page .cadre .bloc-de-texte h2 {
  font-size: 21px;
  line-height: 25px;
  color: #f8bf2e;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-id-6 >main section#contenu-page .cadre .bloc-de-texte h3 {
  font-size: 19px;
  line-height: 23px;
  color: #242323;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-id-6 >main section#contenu-page .cadre .bloc-de-texte h4 {
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
}
.page-id-6 >main section#contenu-page .cadre .bloc-de-texte a {
  color: #242323;
}
.page-id-6 >main section#contenu-page .cadre .bloc-de-texte a:hover {
  color: #f8bf2e;
}
.page-id-3 >main section#contenu-page {
  padding: 0 0 50px;
}
.page-id-3 >main section#contenu-page .cadre {
  background-color: #ffffff;
  padding: 45px 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  -moz-box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  border-radius: 20px;
}
.page-id-3 >main section#contenu-page .cadre .dessin {
  text-align: center;
}
.page-id-3 >main section#contenu-page .cadre .retour {
  background-color: #cdcdcd;
  height: 37px;
  margin-bottom: 40px;
}
.page-id-3 >main section#contenu-page .cadre .retour a {
  background-color: #898686;
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
  padding: 7.5px 40px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.page-id-3 >main section#contenu-page .cadre .retour a span {
  position: relative;
}
.page-id-3 >main section#contenu-page .cadre .retour a:before {
  content: "";
  background-color: #f8bf2e;
  -moz-transform: skew(-35deg,0deg);
  -webkit-transform: skew(-35deg,0deg);
  -o-transform: skew(-35deg,0deg);
  -ms-transform: skew(-35deg,0deg);
  transform: skew(-35deg,0deg);
  position: absolute;
  height: 100%;
  width: 120%;
  top: 0;
  left: -150%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-3 >main section#contenu-page .cadre .retour a:hover:before {
  left: -10%;
}
.page-id-3 >main section#contenu-page .cadre .bloc-de-texte {
  padding: 0 50px;
}
.page-id-3 >main section#contenu-page .cadre .bloc-de-texte h2 {
  font-size: 21px;
  line-height: 25px;
  color: #f8bf2e;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-id-3 >main section#contenu-page .cadre .bloc-de-texte h3 {
  font-size: 19px;
  line-height: 23px;
  color: #242323;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-id-3 >main section#contenu-page .cadre .bloc-de-texte h4 {
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
}
.page-id-3 >main section#contenu-page .cadre .bloc-de-texte a {
  color: #242323;
}
.page-id-3 >main section#contenu-page .cadre .bloc-de-texte a:hover {
  color: #f8bf2e;
}
.page-id-9764 >main section#contenu-page {
  padding: 0 0 50px;
}
.page-id-9764 >main section#contenu-page .cadre {
  background-color: #ffffff;
  padding: 45px 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  -moz-box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  border-radius: 20px;
}
.page-id-9764 >main section#contenu-page .cadre .dessin {
  text-align: center;
}
.page-id-9764 >main section#contenu-page .cadre .retour {
  background-color: #cdcdcd;
  height: 37px;
  margin-bottom: 40px;
}
.page-id-9764 >main section#contenu-page .cadre .retour a {
  background-color: #898686;
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
  padding: 7.5px 40px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.page-id-9764 >main section#contenu-page .cadre .retour a span {
  position: relative;
}
.page-id-9764 >main section#contenu-page .cadre .retour a:before {
  content: "";
  background-color: #f8bf2e;
  -moz-transform: skew(-35deg,0deg);
  -webkit-transform: skew(-35deg,0deg);
  -o-transform: skew(-35deg,0deg);
  -ms-transform: skew(-35deg,0deg);
  transform: skew(-35deg,0deg);
  position: absolute;
  height: 100%;
  width: 120%;
  top: 0;
  left: -150%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-9764 >main section#contenu-page .cadre .retour a:hover:before {
  left: -10%;
}
.page-id-9764 >main section#contenu-page .cadre .bloc-de-texte {
  padding: 0 50px;
}
.page-id-9764 >main section#contenu-page .cadre .bloc-de-texte h2 {
  font-size: 21px;
  line-height: 25px;
  color: #f8bf2e;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-id-9764 >main section#contenu-page .cadre .bloc-de-texte h3 {
  font-size: 19px;
  line-height: 23px;
  color: #242323;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-id-9764 >main section#contenu-page .cadre .bloc-de-texte h4 {
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
}
.page-id-9764 >main section#contenu-page .cadre .bloc-de-texte a {
  color: #242323;
}
.page-id-9764 >main section#contenu-page .cadre .bloc-de-texte a:hover {
  color: #f8bf2e;
}
.page-id-66 >main section#contenu-page {
  padding: 0 0 50px;
}
.page-id-66 >main section#contenu-page .cadre {
  background-color: #ffffff;
  padding: 45px 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  -moz-box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.27);
  border-radius: 20px;
}
.page-id-66 >main section#contenu-page .cadre .dessin {
  text-align: center;
}
.page-id-66 >main section#contenu-page .cadre .retour {
  background-color: #cdcdcd;
  height: 37px;
  margin-bottom: 40px;
}
.page-id-66 >main section#contenu-page .cadre .retour a {
  background-color: #898686;
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
  padding: 7.5px 40px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.page-id-66 >main section#contenu-page .cadre .retour a span {
  position: relative;
}
.page-id-66 >main section#contenu-page .cadre .retour a:before {
  content: "";
  background-color: #f8bf2e;
  -moz-transform: skew(-35deg,0deg);
  -webkit-transform: skew(-35deg,0deg);
  -o-transform: skew(-35deg,0deg);
  -ms-transform: skew(-35deg,0deg);
  transform: skew(-35deg,0deg);
  position: absolute;
  height: 100%;
  width: 120%;
  top: 0;
  left: -150%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-66 >main section#contenu-page .cadre .retour a:hover:before {
  left: -10%;
}
.page-id-66 >main section#contenu-page .cadre .bloc-de-texte {
  padding: 0 50px;
}
@media screen and (max-width: 1830px) {
  body >header .corps .logo {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin-left: 16.66666667%;
  }
  body >header .corps .liens-boutique {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}
@media screen and (max-width: 1460px) {
  body >header .corps {
    padding-left: 30px;
    padding-right: 30px;
  }
  body >header .corps .logo {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 0;
  }
  body >header .corps .liens-boutique {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 0;
    text-align: right;
  }
  body >header .corps .liens-boutique .connexion {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  body >header .corps .liens-boutique .panier {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  body >main section#bandeau-entete:before,
  body >main section#bandeau-entete:after {
    width: 150px;
    height: 72px;
  }
  body >main section#bandeau-entete:before {
    top: -23px;
  }
  body >main section#bandeau-entete:after {
    bottom: -23px;
  }
}
@media screen and (max-width: 1320px) {
  body >header .corps .logo {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
  body >header .corps .liens-boutique {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media screen and (max-width: 1200px) {
  body >header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 60px;
  }
  body >header .entete {
    display: none;
  }
  body >header .corps {
    height: 100%;
    padding: 0 15px;
  }
  body >header .corps .logo {
    padding-top: 7.5px;
  }
  body >header .corps .logo .visuel {
    padding: 0 15px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  body >header .corps .logo .visuel img {
    height: 45px;
  }
  body >header .corps .logo .textuel {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto;
    padding: 0 15px;
    font-size: 18px;
    line-height: 22px;
  }
  body >header .corps .liens-boutique {
    padding-top: 7.5px;
  }
  body >header .corps .liens-boutique >.row {
    display: block;
    font-size: 0;
    margin: 0;
  }
  body >header .corps .liens-boutique .connexion {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto;
    padding: 0;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
  }
  body >header .corps .liens-boutique .connexion a {
    background-color: #f8bf2e;
    color: #242323;
    height: 45px;
    width: 45px;
    line-height: 45px;
    display: block;
    text-align: center;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 17px;
  }
  body >header .corps .liens-boutique .connexion a:before {
    display: none;
  }
  body >header .corps .liens-boutique .connexion a:after {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  body >header .corps .liens-boutique .connexion a span {
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    top: 3px;
    right: 3px;
  }
  body >header .corps .liens-boutique .connexion a span.connecte {
    background-color: green;
  }
  body >header .corps .liens-boutique .connexion a span.non-connecte {
    background-color: red;
  }
  body >header .corps .liens-boutique .connexion a:hover {
    background-color: #242323;
    color: #f8bf2e;
  }
  body >header .corps .liens-boutique .panier {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
  }
  body >header .corps .liens-boutique .panier a {
    background-color: #f8bf2e;
    color: #242323;
    height: 45px;
    width: 45px;
    line-height: 45px;
    display: block;
    text-align: center;
    position: relative;
  }
  body >header .corps .liens-boutique .panier a i {
    font-size: 20px;
    margin: 0;
    vertical-align: middle;
    display: inline;
  }
  body >header .corps .liens-boutique .panier a span {
    font-size: 0;
    display: block;
  }
  body >header .corps .liens-boutique .panier a span em {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: -3px;
    right: 1px;
  }
  body >header .corps .liens-boutique .panier a:hover {
    background-color: #242323;
    color: #f8bf2e;
  }
  body >main {
    padding-top: 60px;
  }
  body >main section#bandeau-entete:before,
  body >main section#bandeau-entete:after {
    display: none;
  }
  body >footer .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  body >footer .infos-principales .menus {
    margin-top: 50px;
  }
  body >footer .infos-legales {
    font-size: 14px;
    line-height: 18px;
  }
  .home >main section#categories-produits .bloc-contenus .liste .categorie a {
    height: 400px;
  }
  .tax-product_cat >main section#e-boutique .cadre {
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce-account >main section#contenu-page .cadre .woocommerce #customer_login div[class*="u-column"] {
    width: 100%;
  }
  .woocommerce-account >main section#contenu-page .cadre .woocommerce #customer_login div[class*="u-column"]:first-child {
    border: 0;
  }
  .woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-navigation {
    padding: 0 50px;
    margin-bottom: 50px;
  }
  .woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-navigation ul {
    padding: 0;
  }
  .woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-content {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767.98px) {
  body #grdp_barre_maxi,
  body #grdp_barre_mini {
    display: none !important;
  }
  body >header .corps .logo .visuel {
    padding-right: 0;
    border: 0;
  }
  body >header .corps .logo .visuel img {
    height: 35px;
  }
  body >header .corps .logo .textuel {
    font-size: 10px;
    line-height: 14px;
    margin-top: 2px;
  }
  body >header .corps .liens-boutique {
    padding-top: 1.5px;
  }
  body >main .bloc-de-texte {
    font-size: 14px;
    line-height: 18px;
  }
  body >main .bloc-de-texte p,
  body >main .bloc-de-texte ul,
  body >main .bloc-de-texte ol {
    margin-bottom: 15px;
  }
  body >main section#bandeau-entete {
    margin-bottom: 30px;
  }
  body >main section#bandeau-entete .bloc {
    height: 100px;
    background-image: none !important;
  }
  body >main section#bandeau-entete .bloc .contenu .titre {
    font-size: 20px;
    line-height: 24px;
  }
  body >main section#bandeau-entete .bloc .contenu img {
    max-height: 45px;
  }
  body >footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body >footer .logo {
    margin-bottom: 30px;
  }
  body >footer .logo img {
    max-height: 50px;
  }
  body >footer .infos-principales {
    margin-bottom: 30px;
  }
  body >footer .infos-principales .contacts .info {
    font-size: 14px;
    line-height: 18px;
  }
  body >footer .infos-principales .menus {
    margin-top: 30px;
  }
  body >footer .infos-principales .menus .col-menu:first-child {
    margin-bottom: 15px;
  }
  body >footer .infos-principales .menus .col-menu ul li a {
    font-size: 14px;
    line-height: 18px;
  }
  body >footer .infos-legales {
    font-size: 10px;
    line-height: 14px;
    text-align: left;
  }
  body >footer .infos-legales .logo-idcom {
    float: left;
    margin-right: 10px;
  }
  body >footer .infos-legales .logo-idcom img {
    width: 25px;
  }
  .home >main section#categories-produits {
    margin-bottom: 20px;
  }
  .home >main section#categories-produits .bloc-contenus .titre {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
  }
  .home >main section#categories-produits .bloc-contenus .liste .categorie a {
    height: auto;
    padding: 15px;
  }
  .tax-product_cat >main section#e-boutique {
    padding-bottom: 0;
  }
  .tax-product_cat >main section#e-boutique .dessin {
    display: none;
  }
  .tax-product_cat >main section#e-boutique .cadre {
    padding: 0 0 15px;
  }
  .tax-product_cat >main section#e-boutique .cadre .retour {
    height: auto;
  }
  .tax-product_cat >main section#e-boutique .cadre .retour a {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 16px;
  }
  .tax-product_cat >main section#e-boutique .cadre .produits ul li a {
    min-height: 150px;
  }
  .tax-product_cat >main section#e-boutique .cadre .produits ul li a:before {
    width: 200%;
    left: -300%;
  }
  .tax-product_cat >main section#e-boutique .cadre .produits ul li a:hover:before {
    left: -50%;
  }
  .tax-product_cat >main section#e-boutique .cadre .produits ul li a .imagewrapper {
    height: 45px;
    line-height: 45px;
  }
  .tax-product_cat >main section#e-boutique .cadre .produits ul li a h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .single-product >main section#e-boutique {
    padding-bottom: 30px;
  }
  .single-product >main section#e-boutique .cadre {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-top: 0;
    border-radius: 0;
  }
  .single-product >main section#e-boutique .cadre .dessin {
    display: none;
  }
  .single-product >main section#e-boutique .cadre .retour {
    height: auto;
  }
  .single-product >main section#e-boutique .cadre .retour a {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 16px;
  }
  .single-product >main section#e-boutique .cadre .woocommerce-notices-wrapper {
    font-size: 14px;
    line-height: 18px;
  }
  .single-product >main section#e-boutique .cadre .woocommerce-notices-wrapper a {
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
  }
  .single-product >main section#e-boutique .cadre .product .bloc-de-texte {
    font-size: 14px;
    line-height: 18px;
  }
  .single-product >main section#e-boutique .cadre .product .introduction {
    padding: 0;
    margin-bottom: 15px;
  }
  .single-product >main section#e-boutique .cadre .product .introduction .images {
    width: 100%;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #666666;
    padding-bottom: 15px;
  }
  .single-product >main section#e-boutique .cadre .product .introduction .images img {
    max-height: 150px;
    max-width: 100%;
    width: auto;
    margin: auto;
  }
  .single-product >main section#e-boutique .cadre .product .introduction .infos-principales {
    width: 100%;
    padding: 0;
    padding-top: 15px;
  }
  .single-product >main section#e-boutique .cadre .product .introduction .infos-principales h1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .single-product >main section#e-boutique .cadre .product .infos-secondaires {
    padding: 15px 15px 0.5px;
  }
  .single-product >main section#e-boutique .cadre .product .infos-secondaires .bouton-reseau {
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
  }
  .single-product >main section#e-boutique .cadre .product .infos-secondaires .bouton-reseau span img {
    max-height: 30px;
  }
  .single-product >main section#e-boutique .cadre .product .summary {
    padding: 0 0 60px;
  }
  .single-product >main section#e-boutique .cadre .product .summary form.cart {
    margin-bottom: 30px;
  }
  .single-product >main section#e-boutique .cadre .product .summary form.cart .variations {
    margin-top: 20px;
    margin-bottom: -30px;
  }
  .single-product >main section#e-boutique .cadre .product .summary form.cart .variations label {
    font-size: 14px;
    line-height: 18px;
  }
  .single-product >main section#e-boutique .cadre .product .summary form.cart .variations input,
  .single-product >main section#e-boutique .cadre .product .summary form.cart .variations select,
  .single-product >main section#e-boutique .cadre .product .summary form.cart .variations textarea {
    font-size: 14px;
  }
  .single-product >main section#e-boutique .cadre .product .summary form.cart .wcpa_form_outer {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .single-product >main section#e-boutique .cadre .product .summary form.cart .wcpa_form_outer .wcpa_form_item {
    margin: 5px 0;
  }
  .single-product >main section#e-boutique .cadre .product .summary form.cart .wcpa_form_outer .wcpa_form_item label {
    font-size: 14px;
    line-height: 18px;
  }
  .single-product >main section#e-boutique .cadre .product .summary form.cart .wcpa_form_outer .wcpa_form_item input,
  .single-product >main section#e-boutique .cadre .product .summary form.cart .wcpa_form_outer .wcpa_form_item select,
  .single-product >main section#e-boutique .cadre .product .summary form.cart .wcpa_form_outer .wcpa_form_item textarea {
    font-size: 14px;
  }
  .single-product >main section#e-boutique .cadre .product .summary form.cart button[type="submit"] {
    padding: 12.5px 15px;
    font-size: 16px;
    line-height: 16px;
  }
  .single-product >main section#e-boutique .cadre .product .summary form.cart .woocommerce-variation-price {
    margin: 0;
  }
  .single-product >main section#e-boutique .cadre .product .summary .price {
    font-size: 18px;
    line-height: 18px;
  }
  .page-template-modele-lignes-dun-reseau >main section#contenu-page {
    padding-bottom: 30px;
  }
  .page-template-modele-lignes-dun-reseau >main section#contenu-page .retour {
    height: auto;
    margin-bottom: 15px;
  }
  .page-template-modele-lignes-dun-reseau >main section#contenu-page .retour a {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 16px;
  }
  .page-template-modele-lignes-dun-reseau >main section#contenu-page .retour .titre {
    font-size: 16px;
    line-height: 20px;
    display: block;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
  }
  .page-template-modele-lignes-dun-reseau >main section#contenu-page .bloc-contenus {
    padding: 15px;
  }
  .page-template-modele-lignes-dun-reseau >main section#contenu-page .bloc-contenus .icones {
    text-align: center;
    margin-top: 15px;
  }
  .page-template-modele-lignes-dun-reseau >main section#contenu-page .bloc-contenus .icones .icone {
    font-size: 24px;
  }
  .woocommerce-account >main section#contenu-page {
    padding-bottom: 0px;
  }
  .woocommerce-account >main section#contenu-page .cadre {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-top: 0;
    border-radius: 0;
    padding: 0;
  }
  .woocommerce-account >main section#contenu-page .cadre .dessin {
    display: none;
  }
  .woocommerce-account >main section#contenu-page .cadre .retour {
    height: auto;
    margin-bottom: 30px;
  }
  .woocommerce-account >main section#contenu-page .cadre .retour a {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 16px;
  }
  .woocommerce-account >main section#contenu-page .cadre .woocommerce #customer_login div[class*="u-column"] {
    padding: 0;
  }
  .woocommerce-account >main section#contenu-page .cadre .woocommerce #customer_login h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .woocommerce-account >main section#contenu-page .cadre .woocommerce #customer_login form {
    margin: 15px 0 30px;
  }
  .woocommerce-account >main section#contenu-page .cadre .woocommerce #customer_login form label {
    font-size: 14px;
    line-height: 18px;
  }
  .woocommerce-account >main section#contenu-page .cadre .woocommerce #customer_login form input,
  .woocommerce-account >main section#contenu-page .cadre .woocommerce #customer_login form textearea,
  .woocommerce-account >main section#contenu-page .cadre .woocommerce #customer_login form select {
    font-size: 14px;
    line-height: 18px;
  }
  .woocommerce-account >main section#contenu-page .cadre .woocommerce #customer_login form button[type="submit"] {
    font-size: 16px;
    padding: 10px 15px;
  }
  .woocommerce-account >main section#contenu-page .cadre .woocommerce #customer_login form a {
    font-size: 12px;
    line-height: 16px;
  }
  .woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
    padding: 0;
  }
  .woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
    line-height: 18px;
  }
  .woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-content {
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 15px;
  }
  .woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-content h3 {
    font-size: 18px;
  }
  .woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-content .woocommerce-Message {
    font-size: 14px;
    line-height: 18px;
  }
  .woocommerce-account >main section#contenu-page .cadre .woocommerce .woocommerce-MyAccount-content .woocommerce-Message a {
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
  }
  .woocommerce-cart >main section#contenu-page {
    padding-bottom: 0px;
  }
  .woocommerce-cart >main section#contenu-page .cadre {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-top: 0;
    border-radius: 0;
    padding: 0;
  }
  .woocommerce-cart >main section#contenu-page .cadre .dessin {
    display: none;
  }
  .woocommerce-cart >main section#contenu-page .cadre .retour {
    height: auto;
    margin-bottom: 30px;
  }
  .woocommerce-cart >main section#contenu-page .cadre .retour a {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 16px;
  }
  .woocommerce-cart >main section#contenu-page .cadre .woocommerce {
    padding: 0;
  }
  .woocommerce-cart >main section#contenu-page .cadre .woocommerce .woocommerce-message {
    font-size: 14px;
    line-height: 18px;
  }
  .woocommerce-cart >main section#contenu-page .cadre .woocommerce form {
    font-size: 14px;
    line-height: 18px;
  }
  .woocommerce-cart >main section#contenu-page .cadre .woocommerce button {
    width: 100%;
  }
  .woocommerce-cart >main section#contenu-page .cadre .woocommerce #coupon_code {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .woocommerce-cart >main section#contenu-page .cadre .woocommerce .cart_totals h2 {
    font-size: 18px;
    font-weight: 600;
  }
  .woocommerce-cart >main section#contenu-page .cadre .woocommerce .cart_totals table {
    font-size: 14px;
    line-height: 18px;
  }
  .woocommerce-cart >main section#contenu-page .cadre .woocommerce .checkout-button {
    font-size: 16px;
  }
  .woocommerce-checkout >main section#contenu-page {
    padding-bottom: 0px;
  }
  .woocommerce-checkout >main section#contenu-page .cadre {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-top: 0;
    border-radius: 0;
    padding: 0;
  }
  .woocommerce-checkout >main section#contenu-page .cadre .dessin {
    display: none;
  }
  .woocommerce-checkout >main section#contenu-page .cadre .retour {
    height: auto;
    margin-bottom: 30px;
  }
  .woocommerce-checkout >main section#contenu-page .cadre .retour a {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 16px;
  }
  .woocommerce-checkout >main section#contenu-page .cadre .woocommerce {
    padding: 0;
  }
  .woocommerce-checkout >main section#contenu-page .cadre .woocommerce .col-1,
  .woocommerce-checkout >main section#contenu-page .cadre .woocommerce .col-2 {
    padding: 0;
  }
  .woocommerce-checkout >main section#contenu-page .cadre .woocommerce .woocommerce-message,
  .woocommerce-checkout >main section#contenu-page .cadre .woocommerce .woocommerce-info {
    font-size: 14px;
    line-height: 18px;
  }
  .woocommerce-checkout >main section#contenu-page .cadre .woocommerce form {
    font-size: 14px;
    line-height: 18px;
  }
  .woocommerce-checkout >main section#contenu-page .cadre .woocommerce h3 {
    font-size: 18px;
  }
  .woocommerce-checkout >main section#contenu-page .cadre .woocommerce button {
    width: 100%;
  }
  .page-id-6 >main section#contenu-page {
    padding-bottom: 0px;
  }
  .page-id-6 >main section#contenu-page .cadre {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-top: 0;
    border-radius: 0;
    padding: 0;
  }
  .page-id-6 >main section#contenu-page .cadre .dessin {
    display: none;
  }
  .page-id-6 >main section#contenu-page .cadre .retour {
    height: auto;
    margin-bottom: 30px;
  }
  .page-id-6 >main section#contenu-page .cadre .retour a {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 16px;
  }
  .page-id-6 >main section#contenu-page .cadre .bloc-de-texte {
    padding: 0;
  }
  .page-id-6 >main section#contenu-page .cadre .bloc-de-texte h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .page-id-3 >main section#contenu-page {
    padding-bottom: 0px;
  }
  .page-id-3 >main section#contenu-page .cadre {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-top: 0;
    border-radius: 0;
    padding: 0;
  }
  .page-id-3 >main section#contenu-page .cadre .dessin {
    display: none;
  }
  .page-id-3 >main section#contenu-page .cadre .retour {
    height: auto;
    margin-bottom: 30px;
  }
  .page-id-3 >main section#contenu-page .cadre .retour a {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 16px;
  }
  .page-id-3 >main section#contenu-page .cadre .bloc-de-texte {
    padding: 0;
  }
  .page-id-3 >main section#contenu-page .cadre .bloc-de-texte h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .page-id-3 >main section#contenu-page .cadre .bloc-de-texte h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .page-id-3 >main section#contenu-page .cadre .bloc-de-texte h4 {
    font-size: 14px;
    line-height: 18px;
  }
}
