/*==============================
      VARIABLES
-------------------------------*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "Zeppelin32";
  src: url("./scss_responsive/elements-tools/webfonts/33B060_0_0.eot");
  src: url("./scss_responsive/elements-tools/webfonts/33B060_0_0.eot?#iefix") format("embedded-opentype"), url("./scss_responsive/elements-tools/webfonts/33B060_0_0.woff2") format("woff2"), url("./scss_responsive/elements-tools/webfonts/33B060_0_0.woff") format("woff"), url("./scss_responsive/elements-tools/webfonts/33B060_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "Zeppelin33";
  src: url("./scss_responsive/elements-tools/webfonts/33B060_1_0.eot");
  src: url("./scss_responsive/elements-tools/webfonts/33B060_1_0.eot?#iefix") format("embedded-opentype"), url("./scss_responsive/elements-tools/webfonts/33B060_1_0.woff2") format("woff2"), url("./scss_responsive/elements-tools/webfonts/33B060_1_0.woff") format("woff"), url("./scss_responsive/elements-tools/webfonts/33B060_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "Zeppelin31";
  src: url("./scss_responsive/elements-tools/webfonts/33B060_2_0.eot");
  src: url("./scss_responsive/elements-tools/webfonts/33B060_2_0.eot?#iefix") format("embedded-opentype"), url("./scss_responsive/elements-tools/webfonts/33B060_2_0.woff2") format("woff2"), url("./scss_responsive/elements-tools/webfonts/33B060_2_0.woff") format("woff"), url("./scss_responsive/elements-tools/webfonts/33B060_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "SackersGothicStd-Heavy";
  src: url("./scss_responsive/elements-tools/webfonts/33B060_3_0.eot");
  src: url("./scss_responsive/elements-tools/webfonts/33B060_3_0.eot?#iefix") format("embedded-opentype"), url("./scss_responsive/elements-tools/webfonts/33B060_3_0.woff2") format("woff2"), url("./scss_responsive/elements-tools/webfonts/33B060_3_0.woff") format("woff"), url("./scss_responsive/elements-tools/webfonts/33B060_3_0.ttf") format("truetype");
}
/*dark blue*/
/*dark brown*/
/*blue*/
/*red*/
/*red*/
/*==============================
   FUNCTIONS
-------------------------------*/
/*==============================
    STYLEGUIDE
-------------------------------*/
.styleguide h4.panel-title {
  font-size: 16px;
  color: #263645;
}
.styleguide h4.panel-title a {
  color: #8d7955;
  text-decoration: none;
}
.styleguide h4.panel-title a:hover {
  text-decoration: none;
  color: #8d7955;
}
.styleguide h4.panel-title a.collapsed {
  color: #263645;
}

.titleH1Styleguide {
  text-align: center;
  margin-bottom: 15px;
}
.titleH1Styleguide span {
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  margin-bottom: 15px;
  display: inline-block;
}

.titleH2Styleguide {
  text-align: center;
  margin-bottom: 15px;
}

.titleH3Styleguide {
  text-align: center;
  margin-bottom: 15px;
}

.titleSmallStyleguide {
  font-weight: 700;
  text-decoration: underline;
  text-align: left;
}

.blockStyleguide {
  padding: 20px;
  text-align: center;
}
.blockStyleguide form {
  display: inline-block;
  float: none;
  text-align: left;
}

.blocBorderStyleguide {
  padding: 15px;
  border: 1px solid #dfdfdf;
  margin-bottom: 15px;
  position: relative;
}

.sepStyleguide {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}

.sepStyleguideInside {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ffffff;
  display: block;
}

.styleguide .panel-title .desc {
  font-size: 13px;
  font-style: italic;
  display: inline-block;
  margin-left: 10px;
}
.styleguide .wrapCopy {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #263645;
  background-color: #f8fafb;
  padding: 3px 10px;
  cursor: pointer;
}
.styleguide .msgCopy {
  position: absolute;
  width: 70px;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  color: #263645;
  opacity: 0;
  font-weight: 700;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.styleguide .msgCopy.showInfo {
  transform: translate(-50%, -30px);
  opacity: 1;
}
.styleguide .ff {
  font-family: "Zeppelin31", sans-serif;
  font-size: 18px;
}
.styleguide .ff2 {
  font-family: "Zeppelin33", sans-serif;
  font-size: 18px;
}
.styleguide .ff3 {
  font-family: "Zeppelin32", sans-serif;
  font-size: 18px;
}
.styleguide .ff4 {
  font-family: "SackersGothicStd-Heavy", sans-serif;
  font-size: 18px;
}
.styleguide .fwBloc {
  font-family: "Zeppelin31", sans-serif;
  font-size: 16px;
  text-align: center;
  height: 80px;
}
.styleguide .fwBloc > span:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.styleguide .fwregular {
  font-weight: 400;
  display: block;
}
.styleguide .fwmedium {
  font-weight: 500;
  display: block;
}
.styleguide .fwbold {
  font-weight: 700;
  display: block;
}

.sgColor {
  text-align: center;
  display: block;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 20px;
}
.sgColor.maincolor {
  background-color: #263645;
  color: #ffffff;
}
.sgColor.darkgrey {
  background-color: #9ea6ae;
  color: #ffffff;
}
.sgColor.mediumgrey {
  background-color: #e7ecf1;
  color: #263645;
}
.sgColor.lightgrey {
  background-color: #e7ecf1;
  color: #263645;
}
.sgColor.secondarycolor {
  background-color: #8d7955;
  color: #ffffff;
}
.sgColor.lightbrown {
  background-color: #c7b493;
  color: #ffffff;
}
.sgColor.vividcolor1 {
  background-color: #2934aa;
  color: #ffffff;
}
.sgColor.vividcolor2 {
  background-color: #ea3820;
  color: #ffffff;
}
.sgColor.vividcolor3 {
  background-color: #68a85b;
  color: #ffffff;
}
.sgColor .wrapCopy {
  right: 15px;
}

/*==============================
       NAV MOBILE/RESP
-------------------------------*/
/*------------------------------- menu MOBILE-------------------------------*/
.pictoMenu {
  width: 50px;
  height: 43px;
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  background: #ffffff url("./images/icons/burger.svg") no-repeat center center;
  background-size: 20px auto;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.pictoMenu.on {
  background: #ffffff url("./images/icons/burger-cross.svg") no-repeat center center;
  background-size: 20px auto;
  -moz-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 90;
}

nav.menuMobile {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 20px;
  /*height: 100%;
  overflow-y: scroll;*/
  /*-webkit-overflow-scrolling: touch;*/
  background-color: #ffffff;
  width: 270px;
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -webkit-transform: translateX(-270px);
  transform: translateX(-270px);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  float: left;
  margin-top: 0;
  z-index: 1000;
}
nav.menuMobile .relativeContent {
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -webkit-transform: translateX(-270px);
  transform: translateX(-270px);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  max-height: 100%;
  overflow-y: scroll;
  width: 230px;
}
nav.menuMobile .logo {
  text-align: center;
  width: 100%;
}
nav.menuMobile .logo a {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #9ea6ae;
}
nav.menuMobile .logo img {
  width: 57px;
  height: auto;
  display: inline-block;
}
nav.menuMobile .searchMobile {
  background: #ffffff;
  position: relative;
  width: 230px;
  border-bottom: 1px solid #9ea6ae;
  margin-top: 50px;
}
nav.menuMobile .searchMobile form {
  position: relative;
}
nav.menuMobile .searchMobile input[type=text] {
  width: 80%;
  border: none;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
}
nav.menuMobile .searchMobile input[type=text]::-webkit-input-placeholder {
  color: #9ea6ae;
  font-size: 15px;
}
nav.menuMobile .searchMobile input[type=text]:-moz-placeholder {
  color: #9ea6ae;
  font-size: 15px;
  opacity: 1;
}
nav.menuMobile .searchMobile input[type=text]::-moz-placeholder {
  color: #9ea6ae;
  font-size: 15px;
  opacity: 1;
}
nav.menuMobile .searchMobile input[type=text]:-ms-input-placeholder {
  color: #9ea6ae;
  font-size: 15px;
}
nav.menuMobile .searchMobile input[type=submit] {
  position: absolute;
  right: 10px;
  top: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("./images/icons/search.svg") no-repeat center center;
  border: none;
  color: transparent;
}
nav.menuMobile .searchMobile .textIntro {
  font-size: 13px;
  font-style: italic;
}
nav.menuMobile .menus {
  width: 230px;
}
nav.menuMobile ul {
  list-style: none;
  text-transform: uppercase;
  padding-left: 0;
}
nav.menuMobile li {
  padding: 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  position: relative;
  border-bottom: 1px solid #9ea6ae;
}
nav.menuMobile li a {
  display: block;
}
nav.menuMobile li a.arrowR {
  display: none;
}
nav.menuMobile li.menuLv1 {
  background: #ffffff;
  /*--------------- border colors menus -----------------*/
}
nav.menuMobile li.menuLv1 a, nav.menuMobile li.menuLv1 h2, nav.menuMobile li.menuLv1 h3, nav.menuMobile li.menuLv1 p {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Zeppelin33", sans-serif;
  color: #263645;
  padding: 0 10px;
  width: 100%;
  line-height: 40px;
  height: 100%;
  text-decoration: none;
}
nav.menuMobile li.menuLv1 ul {
  display: none;
}
nav.menuMobile li.menuLv1.current > ul {
  display: block;
}
nav.menuMobile li.menuLv1.current > ul li.menuLv2 > ul {
  display: none;
}
nav.menuMobile li.menuLv1.current > ul li.menuLv2.current > ul {
  display: block;
}
nav.menuMobile li.menuLv1.current > ul li.menuLv2.current > ul li.menuLv3 > ul {
  display: none;
}
nav.menuMobile li.menuLv1.current > ul li.menuLv2.current > ul li.menuLv3.current > ul {
  display: block;
}
nav.menuMobile li.menuLv1 > a {
  width: auto;
  display: inline-block;
}
nav.menuMobile li.menuLv2 {
  background: #ffffff;
}
nav.menuMobile li.menuLv2 a, nav.menuMobile li.menuLv2 h2, nav.menuMobile li.menuLv2 p {
  color: #263645;
  padding-left: 20px;
  text-transform: uppercase;
}
nav.menuMobile li.menuLv2 > a {
  display: table-cell;
  padding-top: 4px;
  padding-right: 35px;
  height: 40px;
  line-height: normal;
  vertical-align: middle;
}
nav.menuMobile li.menuLv2.hasSubMenu:after {
  background: url("./images/icons/plus.svg") no-repeat right 10px center;
  background-size: 13px auto;
}
nav.menuMobile li.menuLv2.hasSubMenu.current:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
nav.menuMobile li.menuLv3 {
  background: #ffffff;
}
nav.menuMobile li.menuLv3 a, nav.menuMobile li.menuLv3 h3, nav.menuMobile li.menuLv3 p {
  text-transform: none;
  color: #263645;
  padding-left: 30px;
  font-family: "Zeppelin31", sans-serif;
  font-weight: 400;
  text-transform: none;
}
nav.menuMobile li.menuLv4 {
  background: #ffffff;
}
nav.menuMobile li.menuLv4 a, nav.menuMobile li.menuLv4 h3, nav.menuMobile li.menuLv4 p {
  text-transform: none;
  color: #263645;
  padding-left: 40px;
  font-family: "Zeppelin31", sans-serif;
  font-weight: 400;
  text-transform: none;
}
nav.menuMobile li.current {
  height: auto;
}
nav.menuMobile li.hasSubMenu:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: -1px;
  width: 40px;
  height: 40px;
  line-height: normal;
  vertical-align: top;
  background: url("./images/icons/plus.svg") no-repeat right 10px center;
  background-size: 13px auto;
}
nav.menuMobile li.hasSubMenu.current:after {
  background-image: url("./images/icons/minus.svg");
}

/*--------------- menu open -----------------*/
nav.menuMobile.shadow {
  -webkit-box-shadow: 5px 0px 80px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 0px 80px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 0px 80px 0px rgba(0, 0, 0, 0.4);
}

nav.menuMobile.open {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: fixed;
  left: 0;
  top: 0;
  background: #ffffff;
  box-shadow: none;
}
nav.menuMobile.open .relativeContent {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  max-height: 100%;
  overflow-y: scroll;
  width: 230px;
  overflow-x: hidden;
}

nav.menuMobile ul.menuComp {
  text-transform: none;
  background: #ffffff;
}
nav.menuMobile ul.menuComp li {
  font-size: 14px;
  border-bottom: 1px solid #9ea6ae;
}
nav.menuMobile ul.menuComp li a {
  padding: 0 10px;
  color: #263645;
}

@media (max-width: 767px) {
  .pictoMenu {
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  nav.mainMenu .secondLevel ul.secondLinks > li.menuCol {
    width: 33%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .navAccount ul li {
    width: 32%;
    display: inline-block;
  }
}
/*==============================
    DESKTOP - HOME
-------------------------------*/
/*-------------------------------OVERLAY-------------------------------*/
.mainContent.overlay {
  position: relative;
}

/*-------------------------------SLIDER-------------------------------*/
.slideHomeWrapper {
  position: relative;
  overflow: hidden;
  height: calc(80vh - 177px);
}
.slideHomeWrapper .bx-wrapper {
  height: 100%;
}
.slideHomeWrapper .bx-viewport {
  height: 100% !important;
}
.slideHomeWrapper .sliderHome {
  height: 100%;
}
.slideHomeWrapper .sliderHome .slide {
  height: 100% !important;
  text-align: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.slideHomeWrapper .sliderHome .slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  z-index: 10;
}
.slideHomeWrapper .sliderHome .slide .slideDesc {
  position: absolute;
  bottom: 110px;
  left: 0;
  width: 100%;
  display: inline-block;
  z-index: 20;
}
.slideHomeWrapper .sliderHome .slide .slideSubtitle {
  margin: 15px 0;
  font-size: 21px;
  line-height: 27px;
  font-family: "Zeppelin32", sans-serif;
}
.slideHomeWrapper .sliderHome .slide .btn {
  min-width: 160px;
}
.slideHomeWrapper .bx-wrapper {
  border: none;
  box-shadow: none;
  margin: 0;
}
.slideHomeWrapper .bx-wrapper .bx-controls-direction a.bx-prev {
  background: url("./images/icons/big-arrow-slider.svg") no-repeat center center rgba(255, 255, 255, 0.5);
  box-sizing: content-box;
  padding: 15px 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 40px;
  height: 40px;
  margin-left: 30px;
}
.slideHomeWrapper .bx-wrapper .bx-controls-direction a.bx-prev:hover {
  background: url("./images/icons/big-arrow-slider-on.svg") no-repeat center center rgba(255, 255, 255, 0.6);
  box-sizing: content-box;
  padding: 15px 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.slideHomeWrapper .bx-wrapper .bx-controls-direction a.bx-next {
  background: url("./images/icons/big-arrow-slider.svg") no-repeat center center rgba(255, 255, 255, 0.5);
  box-sizing: content-box;
  padding: 15px 10px;
  width: 40px;
  height: 40px;
  margin-right: 30px;
}
.slideHomeWrapper .bx-wrapper .bx-controls-direction a.bx-next:hover {
  background: url("./images/icons/big-arrow-slider-on.svg") no-repeat center center rgba(255, 255, 255, 0.6);
  box-sizing: content-box;
  padding: 15px 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.slideHomeWrapper .bx-wrapper .bx-controls-direction a {
  z-index: 50;
}
.slideHomeWrapper .bx-wrapper .bx-pager {
  bottom: 20px;
}
.slideHomeWrapper .bx-wrapper img {
  max-width: 100%;
}

.msgBanner ~ .mainContent .slideHomeWrapper {
  height: calc(80vh - 217px);
}

.decoBorder {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 16px;
  background: url("./images/border.svg") repeat-x center 4px;
  background-size: auto 16px;
  left: 0;
  z-index: 1;
}

.homeBannersWrapper {
  margin-top: 60px;
  font-weight: 700;
  font-family: "SackersGothicStd-Heavy", sans-serif;
}
.homeBannersWrapper .titleSpecial1 {
  font-size: 20px;
  text-align: center;
}

.homeBannersWrapper + .homeBannersWrapper {
  margin-top: 20px;
}

.bannerSquareHome {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.bannerSquareHome .textBanner {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 40px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  width: 100%;
  text-align: center;
}
.bannerSquareHome .textBanner .bannerTitle {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.bannerSquareHome .textBanner .bannerLink {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 5px;
}
.bannerSquareHome .textBanner .bannerTitle + .bannerLink {
  margin-top: 10px;
}
.bannerSquareHome img {
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.bannerSquareHomeContainer {
  display: block;
  height: inherit;
}
.bannerSquareHomeContainer:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  background: #263645;
  opacity: 0.2;
}
.bannerSquareHomeContainer:hover {
  cursor: pointer;
}
.bannerSquareHomeContainer:hover:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.2;
}

.bannerSquareHomeWrapperDesktop .bannerSquareHomeSliderDesktop + .bannerSquareHomeSliderDesktop {
  display: none;
  margin-top: 0;
}
.bannerSquareHomeWrapperDesktop .bannerSquareHome {
  margin-bottom: 0;
}

.bannerSquareHomeSliderDesktop + .bannerSquareHomeSliderDesktop {
  margin-top: 30px;
}

.homeLinks {
  margin-top: 30px;
  text-align: center;
}
.homeLinks .titleSpecial1 {
  margin-bottom: 15px;
}
.homeLinks .btnLv6,
.homeLinks a.btnLv6 {
  padding-right: 50px;
  border-color: transparent;
  text-align: left;
  white-space: normal;
}
.homeLinks .btnLv6:hover, .homeLinks .btnLv6:focus,
.homeLinks a.btnLv6:hover,
.homeLinks a.btnLv6:focus {
  border-color: transparent;
}
.homeLinks .btnLv6 .svg,
.homeLinks a.btnLv6 .svg {
  position: absolute;
  right: 15px;
  top: 12px;
}
.homeLinks .btnLv6 .svg path,
.homeLinks a.btnLv6 .svg path {
  fill: #9ea6ae;
}
.homeLinks .btnLv6 + .btnLv6 {
  margin-top: 10px;
}

/*-------------------------------BLOC TUTOS-------------------------------*/
.tutosHome {
  margin-top: 40px;
}
.tutosHome .valignItem {
  height: 445px;
}

.tutosHome, .inspirationsHome {
  text-align: center;
}
.tutosHome:hover, .inspirationsHome:hover {
  cursor: pointer;
}
.tutosHome .valignItem, .inspirationsHome .valignItem {
  width: 100%;
}
.tutosHome .valignItem:before, .inspirationsHome .valignItem:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.tutosHome .valignItem div, .inspirationsHome .valignItem div {
  width: 98%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.tutosHome .valignItem div h3, .inspirationsHome .valignItem div h3 {
  padding: 20px 25%;
}
.tutosHome .valignItem .titleLv4 a, .inspirationsHome .valignItem .titleLv4 a {
  text-decoration: none;
}
.tutosHome .valignItem .titleLv4 a:hover, .inspirationsHome .valignItem .titleLv4 a:hover {
  text-decoration: none;
}

/*-------------------------------BLOC INSPIRATION-------------------------------*/
/*.inspirationsHome{
  background: url("/images/pattern-bg.png");
  padding: 40px 0;
  margin: 40px 0;
  .valignItem{
    height: 380px;
    div{
      div.excerpt{
        width: 80%;
      }
    }
  }
}*/
/*------------------------------- PRODUCTS -------------------------------*/
.productsHomeWrapper {
  margin: 0;
}
.productsHomeWrapper .titleSpecial1 {
  display: block;
  text-align: center;
}

.productsHomeSlider {
  /*.owl-item + .owl-item {
    margin-left: 20px;
  }*/
}
.productsHomeSlider .owl-pagination {
  display: none;
}
.productsHomeSlider .productSlide {
  text-align: center;
}
.productsHomeSlider .productBlock {
  display: inline-block;
  vertical-align: top;
}

/*------------------------------- BLOC PUSH PREZ -------------------------------*/
.pushPrezWrapper {
  position: relative;
  overflow: hidden;
}
.pushPrezWrapper .prezImgWrapper {
  display: flex;
  align-items: center;
  width: 60%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 40px 0;
  z-index: 20;
  overflow: hidden;
  transform: translateY(-50%);
}
.pushPrezWrapper .prezImgWrapper.video-container iframe, .pushPrezWrapper .prezImgWrapper.video-container embed {
  position: static;
  width: 100%;
}
.pushPrezWrapper .prezImgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pushPrezWrapper .prezTxtWrapper .container-fluid {
  position: relative;
  padding: 40px 0;
}
.pushPrezWrapper .prezTxtWrapper .container-fluid:before {
  content: "";
  width: 100vw;
  height: 800px;
  position: absolute;
  left: 50%;
  top: 0;
  background: url("./images/bg-home-prez.png") repeat center center;
  z-index: 10;
  transform: translateX(-50%);
}
.pushPrezWrapper .prezTxtWrapper .txtBloc {
  background: #ffffff;
  position: relative;
  z-index: 20;
  padding: 70px 10% 70px 10%;
  margin: -1px 0px 0px;
}
.pushPrezWrapper .prezTxtWrapper .excerpt {
  line-height: 23px;
  margin: 5px 15% 15px 0;
}

#home .pushPrezWrapper {
  margin-top: 40px;
}
#home .prezTxtWrapper .container-fluid {
  margin-top: 0;
}

/*------------------------------- BANDEAU SEO -------------------------------*/
.bandeauSeo {
  margin: 110px 0;
  text-align: center;
}
.bandeauSeo .titleSeo {
  font-size: 15px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  width: 100%;
}

/*------------------------------- REINSURANCE -------------------------------*/
.reinsurance {
  background: #263645;
  text-align: center;
  height: 80px;
  line-height: 80px;
}
.reinsurance li {
  text-align: center;
  position: relative;
}
.reinsurance li:before {
  content: "";
  width: 25px;
  height: 1px;
  display: block;
  background: #ffffff;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
  position: absolute;
  left: -10px;
  top: 39px;
}
.reinsurance li:first-child:before {
  display: none;
}
.reinsurance .reinLink {
  color: #ffffff;
  text-decoration: none;
  border: none;
  font-size: 15px;
  display: inline-block;
}

/*---------------------------------RESPONSIVE HOME-------------------------------------*/
@media (min-width: 1025px) and (max-width: 1443px) {
  .pushPrezWrapper .prezTxtWrapper .txtBloc {
    margin-left: -20px;
  }
}
@media (min-width: 1025px) {
  .bannerSquareHomeWrapperDesktop .owl-buttons .owl-prev, .bannerSquareHomeWrapperDesktop .owl-buttons .owl-next,
.productsHomeSlider .owl-buttons .owl-prev,
.productsHomeSlider .owl-buttons .owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url("./images/icons/medium-arrow.svg") no-repeat center center;
    -webkit-background-size: 30px;
    background-size: 30px;
  }
  .bannerSquareHomeWrapperDesktop .owl-buttons .owl-prev:hover, .bannerSquareHomeWrapperDesktop .owl-buttons .owl-next:hover,
.productsHomeSlider .owl-buttons .owl-prev:hover,
.productsHomeSlider .owl-buttons .owl-next:hover {
    background-image: url("./images/icons/medium-arrow-on.svg");
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .bannerSquareHomeWrapperDesktop .owl-buttons .owl-prev,
.bannerSquareHomeWrapperDesktop .owl-buttons .owl-next,
.productsHomeSlider .owl-buttons .owl-prev,
.productsHomeSlider .owl-buttons .owl-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .bannerSquareHomeWrapperDesktop .owl-buttons .owl-prev,
.productsHomeSlider .owl-buttons .owl-prev {
    right: 100%;
    margin-top: -40px;
    -webkit-transform: rotate(180deg) translateY(-50%);
    -moz-transform: rotate(180deg) translateY(-50%);
    -ms-transform: rotate(180deg) translateY(-50%);
    -o-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
  }
  .bannerSquareHomeWrapperDesktop .owl-buttons .owl-next,
.productsHomeSlider .owl-buttons .owl-next {
    left: 100%;
  }

  .bannerSquareHomeWrapperDesktop .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .bannerSquareHomeWrapperDesktop [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }

  .productsHomeSlider .owl-buttons .owl-prev,
.productsHomeSlider .owl-buttons .owl-next {
    top: 40%;
    margin-top: -20px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .productsHomeSlider .owl-buttons .owl-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media (max-width: 1024px) {
  .bannerSquareHomeWrapperMobile .bannerSquareHomeSliderMobile .owl-pagination,
.productsHomeWrapper .owl-pagination {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .bannerSquareHomeWrapperMobile .bannerSquareHomeSliderMobile .owl-pagination .owl-page,
.productsHomeWrapper .owl-pagination .owl-page {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #666;
    display: inline-block;
    margin: 5px;
  }
  .bannerSquareHomeWrapperMobile .bannerSquareHomeSliderMobile .owl-pagination .owl-page.active,
.productsHomeWrapper .owl-pagination .owl-page.active {
    background: #263645;
  }

  .homeBannersWrapper {
    margin-top: 20px;
  }
  .homeBannersWrapper .titleSpecial1 {
    margin-bottom: 10px;
  }

  .bannerSquareHome {
    margin-bottom: 20px;
  }

  .bannerSquareHomeWrapperMobile .bannerSquareHomeSliderMobile {
    margin-right: -10px;
    margin-left: -10px;
    width: auto;
  }
  .bannerSquareHomeWrapperMobile [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
  .bannerSquareHomeWrapperMobile .bannerSquareHome {
    margin-bottom: 0;
  }

  .bannerSquareHomeSliderMobile + .bannerSquareHomeSliderMobile {
    margin-top: 30px;
  }

  .slideHomeWrapper {
    overflow: hidden;
    margin-bottom: 20px;
  }

  #produit .productMain .mainInfos {
    top: -20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .slideHomeWrapper {
    height: calc(85vh - 130px);
  }
  .slideHomeWrapper .sliderHome .slide img {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .msgBanner ~ .mainContent .slideHomeWrapper {
    height: calc(85vh - 170px);
  }

  .pushPrezWrapper {
    background: url("./images/bg-home-prez.png") repeat center center;
    padding: 30px 0;
  }
  .pushPrezWrapper .prezImgWrapper {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 20;
    transform: none;
  }
  .pushPrezWrapper .prezTxtWrapper {
    background: #ffffff;
  }
  .pushPrezWrapper .prezTxtWrapper .container-fluid {
    position: relative;
    padding: 0;
  }
  .pushPrezWrapper .prezTxtWrapper .container-fluid:before {
    display: none;
  }
  .pushPrezWrapper .prezTxtWrapper .txtBloc {
    padding: 60px;
  }

  .reinsurance {
    height: 60px;
    line-height: normal;
  }
  .reinsurance li {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-left: -0.5%;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .reinsurance li:before {
    top: 50%;
  }
}
@media (max-width: 767px) {
  .homeBannersWrapper {
    margin-top: 10px;
  }

  .homeBannersSliderWrapperMobile .row {
    margin-right: 0;
    margin-left: 0;
  }
  .homeBannersSliderWrapperMobile [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }

  .homeBannersSliderWrapperMobile.owl-carousel {
    margin-right: 0;
    margin-left: 0;
    width: auto;
  }
  .homeBannersSliderWrapperMobile.owl-carousel .bannerSquareHome img {
    max-width: 115%;
  }

  .slideHomeWrapper {
    height: calc(75vh - 144px);
  }
  .slideHomeWrapper .bx-controls-direction {
    display: none;
  }
  .slideHomeWrapper .sliderHome .slide .slideDesc {
    top: 20px;
  }
  .slideHomeWrapper .sliderHome .slide .slideTitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .slideHomeWrapper .sliderHome .slide .slideSubtitle {
    display: none;
  }
  .slideHomeWrapper .sliderHome .slide .slideSubtitle ~ p {
    font-size: 12px;
  }
  .slideHomeWrapper .sliderHome .slide .btn {
    margin-top: 20px;
    min-width: 0;
    width: auto;
    font-size: 13px;
  }
  .slideHomeWrapper .bx-wrapper .bx-pager {
    bottom: 10px;
  }
  .slideHomeWrapper .bx-wrapper img {
    max-width: 300%;
  }
  .slideHomeWrapper .bx-viewport {
    padding-bottom: 30px;
  }

  .msgBanner ~ .mainContent .slideHomeWrapper {
    height: calc(75vh - 144px);
  }

  .productsHomeWrapper {
    margin: 40px 0;
  }
  .productsHomeWrapper .productSlide {
    width: 50%;
    float: left;
    padding: 10px;
  }

  .pushPrezWrapper {
    background: url("./images/bg-home-prez.png") repeat center center;
    padding: 20px 0;
  }
  .pushPrezWrapper .prezImgWrapper {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    transform: none;
  }
  .pushPrezWrapper .prezImgWrapper img {
    position: relative;
    max-width: 100%;
    right: auto;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .pushPrezWrapper .prezTxtWrapper {
    background: #ffffff;
  }
  .pushPrezWrapper .prezTxtWrapper .container-fluid {
    position: relative;
    padding: 0;
  }
  .pushPrezWrapper .prezTxtWrapper .container-fluid:before {
    display: none;
  }
  .pushPrezWrapper .prezTxtWrapper .txtBloc {
    padding: 20px 10px 60px;
  }
  .pushPrezWrapper .prezTxtWrapper .txtBloc .mainLink {
    float: right;
    font-weight: 700;
  }

  .bandeauSeo {
    margin: 55px 10px;
  }

  .reinsurance {
    height: 70px;
    line-height: 70px;
  }
  .reinsurance li {
    display: inline-block;
    float: none;
  }
  .reinsurance li a {
    line-height: normal;
  }
  .reinsurance .reinLink span {
    display: block;
    margin-top: 4%;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) and (max-height: 768px) {
  .slideHomeWrapper {
    height: calc(75vh - 177px);
  }

  .msgBanner ~ .mainContent .slideHomeWrapper {
    height: calc(100vh - 217px);
  }
}
@media (min-width: 768px) {
  .homeBannersWrapper .titleSpecial1 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .homeBannersWrapper + .homeBannersWrapper {
    margin-top: 40px;
  }

  .bannerSquareHome .textBanner {
    padding: 60px;
  }
  .bannerSquareHome .bannerTitle {
    font-size: 24px;
  }
  .bannerSquareHome .bannerLink {
    font-size: 14px;
  }

  .bannerSquareHomeContainer:after {
    left: 40px;
    right: 40px;
    top: 40px;
    bottom: 40px;
  }

  .bannerSquareHomeWrapperDesktop .bannerSquareHome {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .bannerSquareHome .textBanner {
    padding: 120px;
  }

  .bannerSquareHomeContainer:after {
    left: 80px;
    right: 80px;
    top: 80px;
    bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .bannerSquareHome .textBanner {
    padding: 60px;
  }

  .bannerSquareHomeContainer:after {
    left: 40px;
    right: 40px;
    top: 40px;
    bottom: 40px;
  }

  .bannerSquareHomeWrapperDesktop .bannerSquareHome {
    margin-bottom: 0;
  }
}
@media (min-width: 1444px) {
  .bannerSquareHome .textBanner {
    padding: 100px;
  }

  .bannerSquareHomeContainer:after {
    left: 60px;
    right: 60px;
    top: 60px;
    bottom: 60px;
  }
}
@media (min-width: 1600px) {
  .bannerSquareHomeWrapperDesktop .owl-buttons .owl-prev,
.productsHomeSlider .owl-buttons .owl-prev {
    margin-right: 30px;
  }
  .bannerSquareHomeWrapperDesktop .owl-buttons .owl-next,
.productsHomeSlider .owl-buttons .owl-next {
    margin-left: 30px;
  }

  .bannerSquareHomeWrapperDesktop .row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .bannerSquareHomeWrapperDesktop [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/*==============================
    RESPONSIVE - PRODUCT AMELIE
-------------------------------*/
#produit.productThread.productAmelie h1,
#produit.productThread.productAmelie h1 a,
#produit.productThread.productAmelie .titleLv1 {
  font-size: 30px;
}
#produit.productThread.productAmelie .form .help-block {
  margin-top: 6px;
  font-family: "Zeppelin31", sans-serif;
  font-size: 11px;
  color: #263645;
}
#produit.productThread.productAmelie .form .errorAmieUpload {
  display: none;
}
#produit.productThread.productAmelie .form .errorInput .champobli {
  margin-top: 5px;
  color: #ea3820;
}
#produit.productThread.productAmelie .form .infoInput .champobli {
  display: block;
  margin-top: 5px;
  color: #ea8b03;
}
#produit.productThread.productAmelie .accordionWrapper .formHeader {
  padding: 15px 30px 15px 0;
  position: relative;
  border-top: 1px solid #283543;
}
#produit.productThread.productAmelie .accordionWrapper .formHeader:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(./images/icons/small-arrow-on.svg) no-repeat center center;
  transform: rotate(90deg);
  transition: 0.3s;
}
#produit.productThread.productAmelie .accordionWrapper .formHeader[aria-expanded=true]:after {
  transform: rotate(-90deg);
}
#produit.productThread.productAmelie .accordionWrapper .formTitle {
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-family: "Zeppelin33", sans-serif;
  text-transform: none;
}
#produit.productThread.productAmelie .accordionWrapper .formBody {
  padding-bottom: 25px;
}
#produit.productThread.productAmelie .accordionWrapper .formBody .formFieldset {
  position: relative;
  padding: 20px 15px 15px;
  margin-top: 10px;
  border: 1px solid #e7ecf1;
}
#produit.productThread.productAmelie .accordionWrapper .formBody .formFieldset + .formFieldset {
  margin-top: 30px;
}
#produit.productThread.productAmelie .accordionWrapper .formBody .formLegend {
  display: inline-block;
  position: absolute;
  left: -21px;
  top: -10px;
  margin: 0;
  padding: 0 20px;
  border: 0;
  width: auto;
  height: 25px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Zeppelin33", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fff;
  color: #263645;
}
#produit.productThread.productAmelie .accordionWrapper .formBody .form-group {
  margin-bottom: 0;
}
#produit.productThread.productAmelie .formUploadYourPhoto .formBody .form-group {
  margin-bottom: 0;
}
#produit.productThread.productAmelie .formUploadYourPhoto .formBody .btn {
  display: block;
  padding: 11px 0 0;
  width: 100%;
  min-height: 40px;
  font-family: "Zeppelin32", sans-serif;
  cursor: pointer;
}
#produit.productThread.productAmelie .formUploadYourPhoto .formBody .btn:focus, #produit.productThread.productAmelie .formUploadYourPhoto .formBody .btn:hover, #produit.productThread.productAmelie .formUploadYourPhoto .formBody .btn:active, #produit.productThread.productAmelie .formUploadYourPhoto .formBody .btn.active {
  padding: 11px 0 0;
  background-color: #c7b493;
}
#produit.productThread.productAmelie .formUploadYourPhoto .formBody .btn .btnIcon {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 5px;
  width: 14px;
  height: 20px;
  background: url("./images/icons/iconUploadYourPhoto.svg") no-repeat center;
  -webkit-background-size: 14px 20px;
  background-size: 14px 20px;
}
#produit.productThread.productAmelie .formUploadYourPhoto .formBody .btn .btnText {
  display: inline-block;
  position: relative;
  top: -5px;
}
#produit.productThread.productAmelie .formUploadYourPhoto .formBody .help-block {
  margin-bottom: 0;
  text-align: center;
}
#produit.productThread.productAmelie .formUploadYourPhoto .formBody .errorInput .champobli {
  font-size: 12px;
  font-family: "Zeppelin31", sans-serif;
  text-align: center;
}
#produit.productThread.productAmelie .formUploadDifferentPhoto .formFooter .form-group {
  margin-bottom: 0;
}
#produit.productThread.productAmelie .formUploadDifferentPhoto .formFooter .btn {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 2px;
  width: auto;
  min-height: 40px;
  font-family: "Zeppelin32", sans-serif;
  cursor: pointer;
}
#produit.productThread.productAmelie .formUploadDifferentPhoto .formFooter .btn:focus, #produit.productThread.productAmelie .formUploadDifferentPhoto .formFooter .btn:hover, #produit.productThread.productAmelie .formUploadDifferentPhoto .formFooter .btn:active, #produit.productThread.productAmelie .formUploadDifferentPhoto .formFooter .btn.active {
  padding-top: 9px;
  padding-bottom: 2px;
}
#produit.productThread.productAmelie .formEditTools {
  position: relative;
}
#produit.productThread.productAmelie .formEditTools .radio {
  position: relative;
  top: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 30px;
  min-height: 15px;
  font-size: 14px;
}
#produit.productThread.productAmelie .formEditTools .radio:focus, #produit.productThread.productAmelie .formEditTools .radio:hover, #produit.productThread.productAmelie .formEditTools .radio:active {
  color: #2934aa;
}
#produit.productThread.productAmelie .formEditTools .radio .spanRadio {
  position: absolute;
  float: none;
  left: 0;
  top: 0;
  margin-top: 0;
  margin-right: 0;
  border-color: #9ea6ae;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}
#produit.productThread.productAmelie .formEditTools .radio .text {
  top: auto;
}
#produit.productThread.productAmelie .formEditTools .radio input:checked ~ .spanRadio > span {
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
#produit.productThread.productAmelie .formEditTools .sep {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
  height: 1px;
  background-color: #263645;
}
#produit.productThread.productAmelie .formStitchingPreferences .formBody .form-group + .form-group {
  margin-top: 10px;
}
#produit.productThread.productAmelie .formBuyingOptions .downloadPdf {
  display: inline-block;
  position: absolute;
  margin-top: -25px;
  font-size: 10px;
  line-height: 16px;
  text-decoration: underline;
  text-transform: uppercase;
}
#produit.productThread.productAmelie .formBuyingOptions .formBody .formFieldset {
  padding: 0;
  border: 0;
}
#produit.productThread.productAmelie .formBuyingOptions .formBody .radio {
  display: block;
  padding: 15px 15px 15px 45px;
  border: 1px solid #e7ecf1;
}
#produit.productThread.productAmelie .formBuyingOptions .formBody .radio:hover {
  color: #2934aa;
}
#produit.productThread.productAmelie .formBuyingOptions .formBody .radio .spanRadio {
  left: 15px;
  top: 15px;
}
#produit.productThread.productAmelie .formBuyingOptions .formBody .radio .text {
  display: inline-block;
  float: left;
  padding-right: 10px;
  width: 60%;
}
#produit.productThread.productAmelie .formBuyingOptions .formBody .radio .text b, #produit.productThread.productAmelie .formBuyingOptions .formBody .radio .text strong {
  display: inline-block;
  margin-bottom: 2px;
  font-weight: 400;
  font-family: "Zeppelin33", sans-serif;
}
#produit.productThread.productAmelie .formBuyingOptions .formBody .radio .price {
  display: inline-block;
  position: relative;
  float: right;
  top: -3px;
  padding-left: 10px;
  width: 40%;
  font-family: "Zeppelin33", sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  text-transform: uppercase;
}
#produit.productThread.productAmelie .formBuyingOptions .formBody .radio .priceFree {
  top: 15px;
}
#produit.productThread.productAmelie .formBuyingOptions .formBody .radio .priceText {
  padding-top: 2px;
}
#produit.productThread.productAmelie .formBuyingOptions .formBody .sepOr {
  position: relative;
  overflow: hidden;
  font-family: "Zeppelin33", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
#produit.productThread.productAmelie .formBuyingOptions .formBody .sepOrText {
  display: inline-block;
  position: relative;
  padding-top: 8px;
  height: 40px;
}
#produit.productThread.productAmelie .formBuyingOptions .formBody .sepOrText::before, #produit.productThread.productAmelie .formBuyingOptions .formBody .sepOrText::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 1440px;
  height: 1px;
  background-color: #e7ecf1;
}
#produit.productThread.productAmelie .formBuyingOptions .formBody .sepOrText::before {
  right: 100%;
  margin-right: 20px;
}
#produit.productThread.productAmelie .formBuyingOptions .formBody .sepOrText::after {
  left: 100%;
  margin-left: 20px;
}
#produit.productThread.productAmelie .formBuyingOptions .formBody .sepAnd {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: 400;
  font-family: "Zeppelin33", sans-serif;
}
#produit.productThread.productAmelie .formAccessories .formBody .formFieldset {
  margin-top: 0;
}
#produit.productThread.productAmelie .formAccessories .formBody p {
  margin-bottom: 10px;
  font-family: "Zeppelin33", sans-serif;
  font-size: 12px;
}
#produit.productThread.productAmelie .formAccessories .formBody p.refNum {
  margin-bottom: 0;
}
#produit.productThread.productAmelie .formAccessories .formBody ul {
  display: flex;
  flex-wrap: wrap;
}
#produit.productThread.productAmelie .formAccessories .formBody li {
  flex: 1 0 33%;
  max-width: 130px;
}
#produit.productThread.productAmelie .formFooterTotal {
  padding: 15px 0;
  display: flex;
  font-family: "Zeppelin33", sans-serif;
  border-top: 1px solid #283543;
}
#produit.productThread.productAmelie .formFooterTotal .text {
  font-size: 18px;
}
#produit.productThread.productAmelie .formFooterTotal .price {
  margin-left: auto;
  font-size: 20px;
  line-height: 24px;
}
#produit.productThread.productAmelie .formFooter {
  text-align: center;
}
#produit.productThread.productAmelie .formFooter .btn {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  font-family: "Zeppelin32", sans-serif;
}
#produit.productThread.productAmelie .formFooter .champobli {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 12px;
}
#produit.productThread.productAmelie .panel-group {
  margin-bottom: 0;
}
#produit.productThread.productAmelie .panel-group .panel .panel-heading {
  padding: 0;
}
#produit.productThread.productAmelie .panel-group .panel .panel-heading .panel-title {
  position: relative;
  font-size: 15px;
  line-height: 19px;
  font-family: "Zeppelin33", sans-serif;
}
#produit.productThread.productAmelie .panel-group .panel .panel-heading .panel-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#produit.productThread.productAmelie .panel-group .panel .panel-heading .panel-title a {
  display: block;
  padding-top: 15px;
  padding-bottom: 13px;
  color: inherit;
}
#produit.productThread.productAmelie .panel-group .panel .panel-body {
  font-size: 14px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
}
#produit.productThread.productAmelie .panel-group .panel .panel-body p {
  margin-bottom: 10px;
}
#produit.productThread.productAmelie .wrapLoader {
  display: none;
  position: relative;
}
#produit.productThread.productAmelie .loader {
  border: 5px solid #A2B0BC;
  border-radius: 50%;
  border-top: 5px solid #263645;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#produit.productThread.productAmelie .topBanner .productTop {
  border-top: 0;
  border-bottom: 0;
  height: calc(80vh - 177px);
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
#produit.productThread.productAmelie .topBanner .productMain .breadNPaging .breadcrumb {
  border-bottom: 0;
}
#produit.productThread.productAmelie .topBanner .productMain .mainInfos {
  top: auto;
  margin-right: 25px;
  margin-bottom: 0;
  padding: 0;
  background-color: #fff;
}
#produit.productThread.productAmelie .topBanner .productMain .mainInfos .titleLv1 {
  margin-bottom: 10px;
  line-height: 34px;
}
#produit.productThread.productAmelie .topBanner .productMain .mainInfos .note a:focus .reviewCount, #produit.productThread.productAmelie .topBanner .productMain .mainInfos .note a:hover .reviewCount, #produit.productThread.productAmelie .topBanner .productMain .mainInfos .note a:active .reviewCount {
  text-decoration: underline;
}
#produit.productThread.productAmelie .topBanner .productMain .mainInfos .note img {
  margin-right: 10px;
  max-width: 90px;
}
#produit.productThread.productAmelie .topBanner .productMain .mainInfos .note .reviewCount {
  position: relative;
  top: 2px;
}
#produit.productThread.productAmelie .topBanner .productMain .mainInfos .descriptionWrapper {
  margin-bottom: 0;
  font-family: "Zeppelin31", sans-serif;
}
#produit.productThread.productAmelie .topBanner .productMain .mainInfos .descriptionWrapper .description {
  max-height: none;
}
#produit.productThread.productAmelie .topBanner .productMain .mainInfos .priceTextCrossStitchPattern {
  margin-bottom: -3px;
  font-family: "Zeppelin33", sans-serif;
  font-size: 11px;
}
#produit.productThread.productAmelie .topBanner .productMain .mainInfos .price {
  margin-bottom: -2px;
  font-weight: 400;
  font-family: "Zeppelin33", sans-serif;
}
#produit.productThread.productAmelie .topBanner .productMain .mainInfos .priceTextOrFreeThread {
  font-size: 11px;
  font-family: "Zeppelin31", sans-serif;
}
#produit.productThread.productAmelie .topBanner .productMain.noMarginB {
  margin-bottom: 0;
}
#produit.productThread.productAmelie .msgBanner ~ .topBanner .productTop {
  height: calc(80vh - 217px);
}
#produit.productThread.productAmelie .topBannerFigure {
  text-align: center;
}
#produit.productThread.productAmelie .topBannerFigure img {
  max-width: 100%;
}
#produit.productThread.productAmelie .topBannerHeader {
  padding: 25px 30px 0;
}
#produit.productThread.productAmelie .topBannerHeaderIntro {
  margin-bottom: -2px;
  font-family: "Zeppelin31", sans-serif;
}
#produit.productThread.productAmelie .topBannerBody {
  padding: 0 30px 25px;
}
#produit.productThread.productAmelie .topBannerFooter {
  padding: 25px 30px;
  background-color: #f8fafb;
}
#produit.productThread.productAmelie .topBannerFooter .wrapPrice {
  float: left;
  padding-right: 15px;
  width: 50%;
}
#produit.productThread.productAmelie .topBannerFooter .formUploadYourPhoto {
  float: right;
  margin-top: 4px;
  width: 50%;
}
#produit.productThread.productAmelie .propositionBanner {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f8fafb;
}
#produit.productThread.productAmelie .propositionBannerBody {
  text-align: center;
}
#produit.productThread.productAmelie .propositionBannerBloc {
  display: inline-block;
  position: relative;
  height: 35px;
  font-family: "Zeppelin32", sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}
#produit.productThread.productAmelie .propositionBannerBlocFigure {
  display: block;
  position: relative;
  float: left;
  margin-right: 10px;
  height: inherit;
  text-align: center;
}
#produit.productThread.productAmelie .propositionBannerBlocFigure img,
#produit.productThread.productAmelie .propositionBannerBlocFigure svg {
  display: inline-block;
  max-height: 100%;
}
#produit.productThread.productAmelie .propositionBannerBlocFigure img circle, #produit.productThread.productAmelie .propositionBannerBlocFigure img g, #produit.productThread.productAmelie .propositionBannerBlocFigure img path, #produit.productThread.productAmelie .propositionBannerBlocFigure img polygon,
#produit.productThread.productAmelie .propositionBannerBlocFigure svg circle,
#produit.productThread.productAmelie .propositionBannerBlocFigure svg g,
#produit.productThread.productAmelie .propositionBannerBlocFigure svg path,
#produit.productThread.productAmelie .propositionBannerBlocFigure svg polygon {
  fill: #263645;
}
#produit.productThread.productAmelie .propositionBannerBlocFigure svg {
  width: inherit;
  height: inherit;
}
#produit.productThread.productAmelie .propositionBannerBlocHeader {
  display: block;
  float: left;
  height: inherit;
}
#produit.productThread.productAmelie .propositionBannerBlocTitle {
  display: table-cell;
  width: 100%;
  height: inherit;
  vertical-align: middle;
}
#produit.productThread.productAmelie .propositionBannerBlocTitle br {
  display: none;
}
#produit.productThread.productAmelie .propositionBannerBloc.uploadPhoto .propositionBannerBlocFigure {
  width: 30px;
  height: 35px;
}
#produit.productThread.productAmelie .propositionBannerBloc.choosePreferences .propositionBannerBlocFigure {
  width: 66px;
  height: 35px;
}
#produit.productThread.productAmelie .propositionBannerBloc.buyPatternThread .propositionBannerBlocFigure {
  width: 67px;
  height: 35px;
}
#produit.productThread.productAmelie .propositionBannerBlocSep {
  display: inline-block;
  width: 120px;
  height: 35px;
  background: url("./images/icons/propositionBannerBlocSep.svg") no-repeat center;
  -webkit-background-size: auto 20px;
  background-size: auto 20px;
}
#produit.productThread.productAmelie .editArea {
  padding-top: 40px;
  background-color: #fff;
}
#produit.productThread.productAmelie .editArea hr {
  margin-top: 0;
  margin-bottom: 0;
  height: 1px;
  background-color: #f8fafb;
}
#produit.productThread.productAmelie .editArea .wrapLoader {
  height: 600px;
}
#produit.productThread.productAmelie .editArea .wrapLoader .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
}
#produit.productThread.productAmelie .editAreaLoading .editAreaContainer {
  display: none;
}
#produit.productThread.productAmelie .editAreaLoading .wrapLoader {
  display: block;
}
#produit.productThread.productAmelie .editAreaTitle {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  font-family: "Zeppelin33", sans-serif;
  text-transform: none;
}
#produit.productThread.productAmelie .editAreaBody {
  margin-top: 10px;
  padding-bottom: 50px;
}
#produit.productThread.productAmelie .editAreaPhotoFigure {
  position: relative;
  margin: 20px;
  overflow: hidden;
  text-align: center;
  background-color: #f8fafb;
}
#produit.productThread.productAmelie .editAreaPhotoFigure img {
  display: inline-block;
  max-width: 100%;
  max-height: 600px;
  vertical-align: top;
}
#produit.productThread.productAmelie .editAreaPhotoFigure .imgLandscape {
  width: 100%;
}
#produit.productThread.productAmelie .editAreaPhotoFigure .champobli {
  font-size: 12px;
  font-family: "Zeppelin31", sans-serif;
  margin: 40px 20px;
  text-align: center;
  color: #ea3820;
}
#produit.productThread.productAmelie .editAreaPhotoFigureLoading .wrapLoader {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
}
#produit.productThread.productAmelie .editAreaPhotoFigureLoading .wrapLoader .loader {
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
}
#produit.productThread.productAmelie .downloadPicture {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
  margin: auto;
  color: #9ea6ae;
  border: 1px solid rgba(155, 161, 168, 0.3);
  border-radius: 50%;
  mix-blend-mode: darken;
}
#produit.productThread.productAmelie .downloadPicture strong {
  font-family: "Zeppelin33", sans-serif;
  font-weight: 400;
  color: #263645;
}
#produit.productThread.productAmelie .downloadPicture img {
  margin-top: 10px;
  width: 70%;
  max-width: 237px;
}
#produit.productThread.productAmelie .inspirationGallery {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #fff;
}
#produit.productThread.productAmelie .inspirationGalleryHeader {
  margin-bottom: 10px;
  text-align: center;
}
#produit.productThread.productAmelie .inspirationGalleryHeader .titleSpecial2 {
  line-height: normal;
}
#produit.productThread.productAmelie .inspirationGalleryDescShort {
  margin-bottom: 20px;
  text-align: center;
}
#produit.productThread.productAmelie .inspirationGalleryDescShort p {
  margin-bottom: 10px;
}
#produit.productThread.productAmelie .inspirationGalleryImage {
  margin-right: auto;
  margin-left: auto;
  max-width: 1160px;
}
#produit.productThread.productAmelie .inspirationGalleryImage .text-left,
#produit.productThread.productAmelie .inspirationGalleryImage .text-right {
  width: 50%;
}
#produit.productThread.productAmelie .inspirationGalleryImage .text-right {
  float: left;
  padding-right: 20px;
}
#produit.productThread.productAmelie .inspirationGalleryImage .text-left {
  float: right;
  padding-left: 20px;
}
#produit.productThread.productAmelie .inspirationGalleryImageOriginal,
#produit.productThread.productAmelie .inspirationGalleryImageCrossStitch {
  display: inline-block;
}
#produit.productThread.productAmelie .inspirationGalleryImageFigure {
  max-height: 420px;
}
#produit.productThread.productAmelie .inspirationGalleryImageFigure img {
  max-width: 100%;
  max-height: inherit;
}
#produit.productThread.productAmelie .inspirationGalleryImageTitle {
  margin-top: 5px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}
#produit.productThread.productAmelie .inspirationGalleryCarousel {
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1160px;
}
#produit.productThread.productAmelie .inspirationGalleryCarousel .bx-prev,
#produit.productThread.productAmelie .inspirationGalleryCarousel .bx-next,
#produit.productThread.productAmelie .inspirationGalleryCarousel .slick-arrow {
  position: absolute;
  overflow: hidden;
  top: 50%;
  margin: 0;
  padding: 0;
  border: 0;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  background-color: transparent;
  background-image: url("./images/icons/big-arrow-slider.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#produit.productThread.productAmelie .inspirationGalleryCarousel .bx-prev:hover,
#produit.productThread.productAmelie .inspirationGalleryCarousel .bx-next:hover,
#produit.productThread.productAmelie .inspirationGalleryCarousel .slick-arrow:hover {
  background-image: url("./images/icons/big-arrow-slider-on.svg");
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#produit.productThread.productAmelie .inspirationGalleryCarousel .bx-prev.disabled,
#produit.productThread.productAmelie .inspirationGalleryCarousel .bx-next.disabled,
#produit.productThread.productAmelie .inspirationGalleryCarousel .slick-arrow.disabled {
  display: block;
  opacity: 0.3;
}
#produit.productThread.productAmelie .inspirationGalleryCarousel .bx-prev,
#produit.productThread.productAmelie .inspirationGalleryCarousel .slick-prev {
  left: -40px;
  background-position: left center;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
#produit.productThread.productAmelie .inspirationGalleryCarousel .bx-next,
#produit.productThread.productAmelie .inspirationGalleryCarousel .slick-next {
  right: -40px;
  background-position: right center;
}
#produit.productThread.productAmelie .inspirationGalleryCarouselThumb {
  position: relative;
  overflow: hidden;
  height: 110px;
}
#produit.productThread.productAmelie .inspirationGalleryCarouselThumb .slick-list,
#produit.productThread.productAmelie .inspirationGalleryCarouselThumb .slick-track {
  height: inherit;
}
#produit.productThread.productAmelie .inspirationGalleryCarouselThumb.slick-slider {
  overflow: visible;
}
#produit.productThread.productAmelie .inspirationGalleryCarouselThumbItem {
  float: left;
  height: inherit;
}
#produit.productThread.productAmelie .inspirationGalleryCarouselThumbItem + .inspirationGalleryCarouselThumbItem {
  margin-left: 10px;
}
#produit.productThread.productAmelie .inspirationGalleryCarouselThumbLink {
  display: block;
  position: relative;
  height: inherit;
}
#produit.productThread.productAmelie .inspirationGalleryCarouselThumbLink:focus::after, #produit.productThread.productAmelie .inspirationGalleryCarouselThumbLink:hover::after, #produit.productThread.productAmelie .inspirationGalleryCarouselThumbLink:active::after {
  border-color: #9ea6ae;
  opacity: 1;
}
#produit.productThread.productAmelie .inspirationGalleryCarouselThumbLink::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid transparent;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#produit.productThread.productAmelie .inspirationGalleryCarouselThumbLink img {
  display: block;
  max-height: 100%;
}
#produit.productThread.productAmelie .inspirationGalleryCarouselThumbLink.active::after {
  border-color: #263645;
  opacity: 1;
}
#produit.productThread.productAmelie .faq {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f8fafb;
}
#produit.productThread.productAmelie .faqHeader {
  margin-bottom: 20px;
  text-align: center;
}
#produit.productThread.productAmelie .faqHeader .titleLv1 {
  text-transform: none;
}
#produit.productThread.productAmelie .faqBody {
  text-align: center;
}
#produit.productThread.productAmelie .faqBody .panel-group .collapse {
  display: block;
}
#produit.productThread.productAmelie .tipsAdvice {
  padding-top: 60px;
  padding-bottom: 40px;
  background: #fff;
}
#produit.productThread.productAmelie .tipsAdviceHeader {
  margin-bottom: 30px;
  text-align: center;
}
#produit.productThread.productAmelie .tipsAdviceDescShort {
  margin-bottom: 30px;
  text-align: center;
}
#produit.productThread.productAmelie .tipsAdviceDescShort p {
  margin-bottom: 10px;
}
#produit.productThread.productAmelie .tipsAdviceGroupTitle {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 400;
  font-family: "Zeppelin33", sans-serif;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: inherit;
  text-align: center;
  text-transform: uppercase;
}
#produit.productThread.productAmelie .tipsAdviceList .panel-group {
  border-bottom: 1px solid #e7ecf1;
}
#produit.productThread.productAmelie .tipsAdviceList .panel-group .panel {
  position: relative;
  width: 100%;
  min-height: 1px;
  border-top: 1px solid #e7ecf1;
}
#produit.productThread.productAmelie .tipsAdviceList .panel-group .panel .panel-heading .panel-title a {
  position: relative;
  z-index: 1;
  padding-top: 15px;
  padding-bottom: 13px;
  text-decoration: none;
}
#produit.productThread.productAmelie .tipsAdviceList .panel-group .panel .panel-body ul {
  font-size: 13px;
}
#produit.productThread.productAmelie .tipsAdviceList .panel-group .panel .panel-body ul li {
  position: relative;
  padding-left: 10px;
  min-height: 10px;
}
#produit.productThread.productAmelie .tipsAdviceList .panel-group .panel .panel-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 2px;
  height: 2px;
  background-color: #263645;
  border-radius: 100%;
}
#produit.productThread.productAmelie .tipsAdviceList .panel-group .panel .panel-body ul li + li {
  margin-top: 3px;
}
#produit.productThread.productAmelie .tipsAdviceList .panel-group .panel .collapse.in {
  display: block;
}
#produit.productThread.productAmelie .tipsAdviceList .panel-group .clearfix + .panel {
  margin-left: 0;
}
#produit.productThread.productAmelie .pixleeContainer {
  padding-top: 50px;
  background: #f8fafb;
}
#produit.productThread.productAmelie .prodAvis {
  margin-bottom: 0;
}
#produit.productThread.productAmelie .prodAvis .titleSpecial2 {
  margin-bottom: 10px;
  line-height: normal;
}
#produit.productThread.productAmelie .prodAvis .moyenne img {
  max-width: 90px;
}
#produit.productThread.productAmelie .prodAvis .commentWrapper .comment .note {
  margin-bottom: 5px;
}
#produit.productThread.productAmelie .prodAvis .commentWrapper .comment .note img {
  max-width: 90px;
}
#produit.productThread.productAmelie .prodAvis .commentWrapper:nth-child(odd) {
  border-right-color: #f0f3f6;
}
#produit.productThread.productAmelie .prodAvis .paginationWrapper {
  border-bottom-color: #f0f3f6;
}
#produit.productThread.productAmelie .prodAvis .paginationWrapper .pagination > li.direction.dirPrev {
  border-left-color: #f0f3f6;
}
#produit.productThread.productAmelie .prodAvis .paginationWrapper .pagination > li.direction.dirNext {
  border-left-color: #f0f3f6;
}
#produit.productThread.productAmelie .prodAvis #img_note li {
  background-image: url("./images/product_amelie/notes/etoileinactive.png");
}
#produit.productThread.productAmelie .prodAvis #img_note li:hover, #produit.productThread.productAmelie .prodAvis #img_note li.active_click {
  background-image: url("./images/product_amelie/notes/etoileactive.png");
}

@media (min-width: 1024px) {
  #produit.productThread.productAmelie .tipsAdviceList {
    border-right: 1px solid #e7ecf1;
    border-left: 1px solid #e7ecf1;
  }
  #produit.productThread.productAmelie .tipsAdviceList .panel-group .panel {
    padding: 0 55px 0 25px;
  }
  #produit.productThread.productAmelie .tipsAdviceList .panel-group .panel .panel-heading .panel-title a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 16px;
    right: -25px;
    width: 20px;
    height: 20px;
    background: url(./images/icons/small-arrow-on.svg) no-repeat center center;
    transform: rotate(90deg);
    transition: 0.3s;
  }
  #produit.productThread.productAmelie .tipsAdviceList .panel-group .panel .panel-heading .panel-title a[aria-expanded=true]:after {
    transform: rotate(-90deg);
  }
  #produit.productThread.productAmelie .editAreaRow {
    display: flex;
  }
  #produit.productThread.productAmelie .editAreaRow:before, #produit.productThread.productAmelie .editAreaRow:after {
    display: none;
  }
  #produit.productThread.productAmelie .editAreaRow .wrapEditAreaPhoto {
    display: flex;
    width: 100%;
  }
  #produit.productThread.productAmelie .editAreaRow .editAreaPhoto {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  #produit.productThread.productAmelie .editAreaRow .editAreaPhoto.active {
    display: block;
  }
  #produit.productThread.productAmelie .editAreaPhotoFigure {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 100%;
    width: 100%;
    margin: 0;
    font-size: 16px;
  }
  #produit.productThread.productAmelie .editAreaPhotoFigure .imgLandscape {
    max-height: none;
  }
  #produit.productThread.productAmelie .editAreaPhotoFooter {
    margin-top: 20px;
  }
  #produit.productThread.productAmelie .downloadPicture {
    width: 350px;
    height: 350px;
  }
  #produit.productThread.productAmelie .formAccessories .formBody li {
    flex: 1 0 33%;
    max-width: 130px;
  }
  #produit.productThread.productAmelie .formFooter {
    text-align: left;
  }
}
/*==============================
    PROCESS
-------------------------------*/
.process .titleLv3 {
  margin-bottom: 20px;
  font-size: 18px;
}
.process .btnTooltip {
  display: inline-block;
  width: 17px !important;
  height: 17px;
  background: #e8eef4;
  border: none;
  line-height: 1;
  color: #263645;
  font-size: 10px;
}
.process .tooltip {
  opacity: 1;
}
.process .tooltip-inner {
  padding: 15px 20px;
  background: #263645;
  color: #fff;
}
.process .tooltip.left .tooltip-arrow {
  border-left-color: #263645;
}
.process .tooltip.right .tooltip-arrow {
  border-right-color: #263645;
}
.process .tooltip.top .tooltip-arrow {
  border-top-color: #263645;
}

.wrapCart .tableGlobal {
  border-bottom-color: #e7ecf1;
}
.wrapCart .desc {
  font-family: "Zeppelin31", sans-serif;
  font-size: 13px;
}
.wrapCart .product-name {
  margin-bottom: 3px;
  font-family: "Zeppelin33", sans-serif;
  font-size: 15px;
  line-height: normal;
}
.wrapCart .price {
  display: block;
  font-family: "Zeppelin33", sans-serif;
}
.wrapCart .new-price {
  color: #ea3820;
}
.wrapCart .old-price {
  font-family: "Zeppelin33", sans-serif;
}
.wrapCart .wrapAllInfosRow {
  display: flex;
  justify-content: flex-end;
}
.wrapCart .qte {
  flex-shrink: 0;
}
.wrapCart .priceTTC {
  width: 140px;
  padding-right: 40px;
  white-space: nowrap;
}
.wrapCart .priceTTC.col2 {
  width: 160px;
  padding-right: 60px;
}

.cart-btn .btn {
  width: 100%;
  font-size: 14px;
}
.cart-btn .btn + .btn {
  margin-top: 20px;
}

.resume-cart-col {
  position: sticky;
  top: 80px;
}

.wrapCartShipping {
  background-color: #f8fafb;
  padding: 20px;
  margin-bottom: 20px;
}
.wrapCartShipping p {
  margin-bottom: 15px;
}
.wrapCartShipping .titleLv3 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  font-size: 18px;
}
.wrapCartShipping .edit {
  display: inline-block;
  margin-left: auto;
  font-family: "Zeppelin31", sans-serif;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
  color: #8d7955;
}
.wrapCartShipping .wrapSubtotal {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7ecf1;
}
.wrapCartShipping .baFid {
  padding: 20px 0 5px;
  position: relative;
}
.wrapCartShipping .baFid .labelCart {
  text-transform: none;
  font-family: "Zeppelin31", sans-serif;
}
.wrapCartShipping .baFid .points {
  font-weight: 700;
}
.wrapCartShipping .baFid a.help {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #263645;
  border-radius: 15px;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
}
.wrapCartShipping .baFid a.help:hover, .wrapCartShipping .baFid a.help:focus {
  text-decoration: none;
}
.wrapCartShipping .labelCart {
  font-size: 15px;
  font-family: "Zeppelin33", sans-serif;
}
.wrapCartShipping .price, .wrapCartShipping .priceTVA {
  font-size: 15px;
  text-align: right;
  float: right;
  font-family: "Zeppelin33", sans-serif;
}
.wrapCartShipping form fieldset {
  float: left;
  width: 38%;
  margin-right: 2%;
}
.wrapCartShipping .frmShipping .frmShippingLivraison {
  display: table-cell;
  padding-top: 8px;
  width: 100%;
  height: 50px;
  vertical-align: middle;
}
.wrapCartShipping.resume .wrapSubtotal {
  padding-top: 20px;
  padding-bottom: 0;
  border-top: 1px solid #e7ecf1;
  border-bottom: 0;
}

.recapCartTable {
  margin-bottom: 15px;
}
.recapCartTable p {
  margin-bottom: 0;
}
.recapCartTable .tr {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.recapCartTable .tr + .tr {
  border-top: 1px solid #e7ecf1;
}
.recapCartTable .tr .visuel {
  flex-shrink: 0;
  width: 100px;
}
.recapCartTable .tr .qte {
  font-family: "Zeppelin33", sans-serif;
}
.recapCartTable .tr .price {
  flex-shrink: 0;
  width: 80px;
  margin-left: auto;
  font-family: "Zeppelin31", sans-serif;
}
.recapCartTable .simplebar-content {
  padding-right: 15px;
}

.wrapTotalTTC {
  border-top: 1px solid #e7ecf1;
  margin-top: 20px;
  padding-top: 20px;
}
.wrapTotalTTC .price {
  font-size: 20px;
  font-family: "Zeppelin33", sans-serif;
}
.wrapTotalTTC .labelCart {
  font-size: 20px;
  text-transform: none;
}

.wrapInfosLivraisonCart {
  letter-spacing: 0;
  color: #68a85b;
}
.wrapInfosLivraisonCart .labelCart {
  font-size: 17px;
}

.wrapCartPromo {
  margin-bottom: 20px;
}
.wrapCartPromo label {
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 9px;
  font-weight: 400;
  font-size: 15px;
  font-family: "Zeppelin33", sans-serif;
}
.wrapCartPromo .input-btn {
  display: flex;
  margin-top: 15px;
}
.wrapCartPromo input {
  width: 290px;
  height: 40px;
}
.wrapCartPromo button {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: none;
  background-color: #8d7955;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.promoList {
  color: #68a85b;
}
.promoList p {
  position: relative;
  margin-bottom: 20px;
}
.promoList a {
  position: absolute;
  left: 0;
  bottom: -13px;
  font-size: 11px;
  text-decoration: underline;
  border: none;
}

.cart-reassurance {
  margin-top: 30px;
}

.cart-reassurance-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: "Zeppelin31", sans-serif;
}
.cart-reassurance-text .svg {
  margin-right: 10px;
}

.cart-reassurance-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.cart-reassurance-img .svg {
  max-width: 100%;
}
.cart-reassurance-img > * {
  margin-left: 20px;
}
.cart-reassurance-img > *:first-child {
  margin-left: 0;
}

.cartPanier .prodAssoc {
  padding-top: 27px;
}
.cartPanier .prodAssoc .container-fluid {
  padding: 0;
}
.cartPanier .prodAssoc .assocGallery {
  margin-top: 0;
}

/* STEP2 - LOGIN */
.login {
  margin-bottom: 20px;
}
.login .wrapContent {
  display: flex;
}
.login section {
  display: flex;
}
.login form {
  display: none;
  margin-top: 30px;
}
.login .form-group, .login fieldset {
  margin-bottom: 10px;
}
.login .form-group input[type=text],
.login .form-group input[type=password],
.login .form-group select, .login .form-group .ui-state-default, .login .form-group .ui-state-focus, .login .form-group .ui-state-hover, .login fieldset input[type=text],
.login fieldset input[type=password],
.login fieldset select, .login fieldset .ui-state-default, .login fieldset .ui-state-focus, .login fieldset .ui-state-hover {
  width: 100%;
}
.login .checkbox {
  display: block;
  margin-bottom: 15px;
}
.login .btn {
  width: 100%;
}
.login .act label {
  margin: 0;
}
.login .act .text, .login .act a {
  font-size: 11px;
}
.login .act .mco, .login .act .mdp {
  width: 50%;
  margin-bottom: 15px;
}
.login .legal-text {
  margin-bottom: 20px;
}
.login .legal-text a {
  color: #263645;
}

.login-list {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: "Zeppelin33", sans-serif;
  font-size: 15px;
  color: #8d7955;
}
.login-list p {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.login-list p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("/images/icons/simpleArrowSecondary.svg") no-repeat center center;
  background-size: contain;
  transform: rotate(-90deg);
}

.login-block {
  width: 100%;
  padding: 35px 20px;
  margin: 20px 0;
  border: 1px solid #f8fafb;
}
.login-block.active {
  background: #f8fafb;
}
.login-block.active form {
  display: block;
}

.newsClubBox {
  margin-top: 15px;
  margin-bottom: 25px;
}
.newsClubBox .form-group {
  margin-bottom: 0;
}
.newsClubBox .checkbox {
  display: block;
  padding-right: 0;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
}
.newsClubBox .checkbox:first-of-type {
  margin-top: 25px;
}

/* STEP3 - COORDONNEES / LIVRAISON */
.delivery .titleLv3 {
  margin-bottom: 20px;
  font-size: 18px;
}
.delivery .btnLv1 {
  width: 100%;
  margin-bottom: 30px;
}

#shippingAddressBox {
  margin-bottom: 40px;
}

.oneAdr {
  padding: 20px;
  margin-bottom: 20px;
  background: #f8fafb;
}
.oneAdr .edit {
  position: relative;
  float: right;
  margin-left: 20px;
  font-size: 11px;
  z-index: 1;
}
.oneAdr .radio.big {
  padding-left: 35px;
}
.oneAdr .radio.big .text {
  font-size: 15px;
}

.radioInfobulle {
  margin-bottom: 0;
}
.radioInfobulle button {
  display: inline-block;
  width: 17px !important;
  height: 17px;
  background: #e8eef4;
  border: none;
  line-height: 1;
  color: #263645;
  font-size: 10px;
  position: relative;
  top: -2px;
  left: 3px;
}
.radioInfobulle + .radioInfobulle {
  margin-top: 20px;
}

.labelProcess {
  padding: 20px;
  border: 1px solid #f8fafb;
}
.labelProcess.radio.big {
  padding: 20px;
}
.labelProcess.radio.big .spanRadio {
  position: relative;
  margin-right: 15px;
}
.labelProcess.active, .labelProcess.paymentCheck {
  background: #f8fafb;
}
.labelProcess .text {
  display: flex;
  justify-content: space-between;
}
.labelProcess .textLabel {
  margin-right: 20px;
}
.labelProcess .textLabel strong {
  display: block;
  font-family: "Zeppelin33", sans-serif;
  font-size: 20px;
  font-weight: normal;
}
.labelProcess .infos {
  display: block;
  font-size: 15px;
}
.labelProcess .infosRight {
  flex-shrink: 0;
  font-family: "Zeppelin33", sans-serif;
}
.labelProcess + .labelProcess {
  margin-top: 20px;
}

/* STEP4 - PAIEMENT */
.wrapGiftCard {
  margin-bottom: 35px;
  font-family: "Zeppelin33", sans-serif;
}
.wrapGiftCard .checkbox {
  font-size: 15px;
}
.wrapGiftCard .form-group {
  display: flex;
  max-width: 300px;
}
.wrapGiftCard input {
  flex: 1;
  width: auto;
}
.wrapGiftCard input::placeholder {
  font-family: "Zeppelin31", sans-serif;
}
.wrapGiftCard .btn {
  flex-shrink: 0;
  width: auto;
  padding: 0 10px;
}

.wrapPaymentContinue {
  font-family: "Zeppelin33", sans-serif;
  font-size: 15px;
}
.wrapPaymentContinue p {
  margin: 20px 0;
}

.wrapCBContinue label {
  font-size: 15px;
  padding-left: 0;
}
.wrapCBContinue input.crypto {
  background: url("./images/icons/cryptoCart.svg") no-repeat right 15px center #FFF;
  background-size: 14px 17px;
}

.wrapSecurityCB {
  position: relative;
}
.wrapSecurityCB .helpCrypto {
  position: absolute;
  top: 25px;
  right: 0;
  width: 58px;
  text-align: right;
  transform: translateX(100%);
}

.wrapValidPayment .checkbox {
  padding-left: 0;
}
.wrapValidPayment .checkbox .text {
  display: inline;
  font-size: 15px;
}
.wrapValidPayment .btnLv1 {
  min-width: 260px;
  margin-top: 20px;
}

.wrapListAddresses {
  padding: 20px;
  margin: 20px 0 40px;
  background: #f8fafb;
  border: 1px solid #f8fafb;
}
.wrapListAddresses .titleAddress {
  font-family: "Zeppelin33", sans-serif;
  font-size: 15px;
  margin-bottom: 7px;
}
.wrapListAddresses .blocAddress {
  line-height: 1.2;
}
.wrapListAddresses .blocAddress span {
  display: block;
  margin-bottom: 3px;
}
.wrapListAddresses a {
  text-decoration: underline;
  margin-left: 15px;
  font-family: "Zeppelin31", sans-serif;
}
.wrapListAddresses .btnTooltip {
  margin-left: 10px;
}

/* STEP5 - VALIDATION */
.paymentDone {
  text-align: center;
}
.paymentDone .svgCheck {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.paymentDone .svgCheck polygon {
  fill: #8d7955;
}
.paymentDone .wrapListAddresses, .paymentDone .titleRecap {
  text-align: left;
}
.paymentDone .wrapCartShipping {
  text-align: left;
  margin-bottom: 50px;
}
.paymentDone .btnLv2 {
  margin: 20px 0 50px;
}
.paymentDone .offer {
  padding: 20px;
  margin-top: 30px;
  text-align: center;
  background: #f8fafb;
}

.wrapOrderDetail {
  display: flex;
  padding: 20px;
  margin-bottom: 40px;
  font-family: "Zeppelin33", sans-serif;
  font-size: 18px;
  text-align: center;
  border-top: 1px solid #e7ecf1;
  border-bottom: 1px solid #e7ecf1;
}

.recap_votre_paiement_txt p[style] {
  width: auto !important;
  max-width: 565px;
  padding: 15px 10px;
  margin: auto;
  text-align: center;
}

/*------------------------FORM payment CB----------------------------*/
.contentdirect .paymentCbWrapper {
  padding: 20px;
  background: #f8f7f7;
  margin-top: 20px;
  font-size: 14px;
}
.contentdirect label {
  display: block;
  margin: 20px 0 5px;
  font-weight: 700;
}
.contentdirect input {
  width: 100%;
}
.contentdirect input.crypto {
  background: #FFFFFF url("./images/icons/crypto.svg") no-repeat 90% center;
}
.contentdirect select {
  border: 1px solid #a69f9f;
  height: 40px;
  background: #ffffff url("./images/icons/select.svg") no-repeat 90% center;
  display: block;
  float: left;
}
.contentdirect .month {
  width: 35% !important;
  float: left !important;
}
.contentdirect .year {
  width: 55% !important;
  float: left !important;
}
.contentdirect .sepDates {
  display: block;
  width: 10%;
  float: left;
  text-align: center;
  line-height: 40px;
}

.paymentDone .assocGallery .owl-buttons .owl-next {
  right: -30px;
}
.paymentDone .assocGallery .owl-buttons .owl-prev {
  left: -30px;
}
.paymentDone .wrapOneProductAssoc .titleProduct {
  margin-bottom: 5px;
}
.paymentDone .wrapOneProductAssoc .btn {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  margin-top: 15px;
}

@media only screen and (max-width: 1315px) {
  #order .avantages #avantages_content .avantagesMargin .chequeKdo input[type=text] {
    width: 100%;
  }

  .wrapCart .priceTTC {
    width: 100px;
    padding-right: 0;
  }
  .wrapCart .priceTTC.col2 {
    width: 110px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1443px) and (min-width: 1024px) {
  .login .form-group > label {
    width: 100%;
  }
  .login .wrapCitySelect .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
  }
  .login .birthday .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 32.5%;
  }
  .login .colR .act {
    width: 100%;
    float: none;
  }
  .login .form-group input[type=text],
.login .form-group input[type=password],
.login .form-group select,
.login .form-group .ui-state-default,
.login .form-group .ui-state-focus,
.login .form-group .ui-state-hover,
.login fieldset input[type=text],
.login fieldset input[type=password],
.login fieldset select,
.login fieldset .ui-state-default,
.login fieldset .ui-state-focus,
.login fieldset .ui-state-hover {
    width: 100% !important;
  }

  .oneBlocPoints {
    width: 22%;
  }
}
@media only screen and (max-width: 1289px) {
  .wrapBlocWhite.wrapCodePromo, .wrapBlocWhite.wrapGiftCard {
    padding: 0 10px;
  }

  .process .bgTitle .titleLv2 img {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1289px) and (min-width: 768px) {
  .wrapBlocWhite.wrapCodePromo, .wrapBlocWhite.wrapGiftCard {
    padding: 0;
  }
  .wrapBlocWhite.wrapCodePromo .bgTitle, .wrapBlocWhite.wrapGiftCard .bgTitle {
    height: auto;
    line-height: normal;
  }
  .wrapBlocWhite.wrapCodePromo .bgTitle a, .wrapBlocWhite.wrapGiftCard .bgTitle a {
    display: block;
    position: relative;
    padding: 0 15px;
  }
  .wrapBlocWhite.wrapCodePromo .bgTitle a .titleLv2, .wrapBlocWhite.wrapGiftCard .bgTitle a .titleLv2 {
    display: block;
    position: relative;
    padding-right: 25px;
    padding-left: 30px;
  }
  .wrapBlocWhite.wrapCodePromo .bgTitle a .titleLv2 .titleLv2Text, .wrapBlocWhite.wrapGiftCard .bgTitle a .titleLv2 .titleLv2Text {
    display: table-cell;
    width: 100%;
    height: 50px;
    line-height: 16px;
    vertical-align: middle;
  }
  .wrapBlocWhite.wrapCodePromo .bgTitle a .titleLv2 img, .wrapBlocWhite.wrapGiftCard .bgTitle a .titleLv2 img {
    position: absolute;
    left: 0;
    top: 15px;
    margin-right: 0;
  }
  .wrapBlocWhite.wrapCodePromo .bgTitle a .iconArrow, .wrapBlocWhite.wrapGiftCard .bgTitle a .iconArrow {
    right: 15px !important;
    top: 23px !important;
  }
  .wrapBlocWhite.wrapCodePromo .bgTitle .collapsed .iconArrow, .wrapBlocWhite.wrapGiftCard .bgTitle .collapsed .iconArrow {
    top: 21px !important;
  }
  .wrapBlocWhite.wrapCodePromo .wrapContentToggle .contentToggle .form-inline, .wrapBlocWhite.wrapGiftCard .wrapContentToggle .contentToggle .form-inline {
    float: left;
    padding-right: 10px;
    padding-left: 15px;
    width: 100%;
  }
  .wrapBlocWhite.wrapCodePromo .wrapContentToggle .contentToggle .form-inline .form-group, .wrapBlocWhite.wrapGiftCard .wrapContentToggle .contentToggle .form-inline .form-group {
    float: left;
    margin-bottom: 15px;
    width: calc(100% - 60px);
  }
  .wrapBlocWhite.wrapCodePromo .wrapContentToggle .contentToggle .form-inline button, .wrapBlocWhite.wrapGiftCard .wrapContentToggle .contentToggle .form-inline button {
    float: right;
    width: 60px;
  }
}
@media only screen and (max-width: 1211px) {
  .process .wrapProcessHeaderConnect .btn + .btn {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .process .wrapProcessHeaderConnect .btn {
    font-size: 11px;
  }

  .oneBlocPoints {
    height: 107px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1024px) {
  .process .wrapProcessHeaderConnect .btn {
    padding: 0 20px;
  }

  .recapCartTable .tr {
    font-size: 13px;
  }
  .recapCartTable .tr .visuel {
    width: 60px;
  }
  .recapCartTable .tr img {
    width: 50px;
    height: 50px;
  }
  .recapCartTable .tr .price {
    width: 70px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .btn {
    width: 100%;
  }

  .tableGlobal .oneRowTable .wrapQty input {
    padding: 0 10px;
    width: 40px;
  }

  #order .btnLv1.big {
    width: 100%;
    margin-bottom: 5px;
  }

  .process .wrapProcessHeaderConnect .btn {
    width: inherit;
  }
  .process .wrapProductSummaryBox .productSummaryBox {
    padding-bottom: 0;
  }
  .process .wrapProductSummaryBox .wrapSecurePayment {
    padding: 0 30px 30px;
    background-color: #fff;
  }
  .process .productSummaryBox {
    padding: 30px;
    background-color: #fff;
  }
  .process .frais p.left,
.process .ccList p.left {
    margin-bottom: 5px;
  }
  .process .frais p.right,
.process .ccList p.right {
    margin-bottom: 5px;
  }
  .process .recapCmd {
    margin-bottom: 50px;
    padding-bottom: 15px;
    border-bottom: 1px solid #9ea6ae;
  }
  .process .onePayment[for=modep_01] .text .pictoPayment img {
    top: 2px;
    max-width: 50px;
    max-height: none;
  }
  .process .onePayment[for=modep_02] .text .pictoPayment img {
    top: 2px;
    max-width: 95px;
    max-height: none;
  }
  .process .onePayment[for=modep_03] .text .pictoPayment img {
    top: 1px;
    max-width: 25px;
    max-height: none;
  }
  .process .wrapBlocWhite.blocListPayment {
    padding-right: 30px;
    padding-left: 30px;
  }
  .process .wrapBlocWhite.wrapCodePromo, .process .wrapBlocWhite.wrapGiftCard {
    background-color: #f8fafb;
  }
  .process .wrapTabletBg,
.process #order .wrapTabletBg {
    background-color: #ffffff;
    padding: 30px;
  }
  .process .wrapTabletBg .productSummaryBox,
.process #order .wrapTabletBg .productSummaryBox {
    margin-top: 30px;
    padding: 0;
    background-color: transparent;
  }
  .process .wrapTabletBg .recapCmd,
.process #order .wrapTabletBg .recapCmd {
    padding-bottom: 15px;
  }
  .process .paddingTablet {
    padding-left: 5px;
    padding-right: 5px;
  }
  .process .bgTitle .titleLv2 {
    font-size: 13px !important;
  }
  .process .bgTitle .titleLv2 img {
    width: 16px;
    margin-right: 2px;
  }
  .process .wrapRegisterFormFinal .registerFormFinal {
    border-color: #9ea6ae;
  }

  #order.process .wrapError {
    margin-right: -5px;
    margin-left: -5px;
  }

  .wrapBlocBA .titleLvl2 {
    margin-bottom: 10px;
  }

  .oneBlocPoints {
    display: block;
    width: 100%;
    float: none;
    height: 60px;
    padding: 0 15px;
    text-align: left;
    margin-bottom: 15px;
    line-height: 60px;
    border-color: #cbd0d4;
  }
  .oneBlocPoints .radio {
    display: block;
    margin: 0;
    text-align: left;
  }
  .oneBlocPoints .radio .spanRadio {
    margin-right: 5px;
  }
  .oneBlocPoints .pointEuros {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 0;
    height: inherit;
    position: relative;
    top: -1px;
    margin-right: 8px;
  }
  .oneBlocPoints .numPoint {
    display: inline-block;
    margin: 0;
    position: relative;
    top: -3px;
    font-size: 13px;
  }
  .oneBlocPoints + .oneBlocPoints {
    margin-left: 0;
  }
  .oneBlocPoints.BACheck {
    background-color: #e7ecf1;
  }

  .resume-cart-col {
    position: static;
  }

  /* STEP2 - LOGIN */
  .login .wrapContent {
    flex-wrap: wrap;
  }
  .login section {
    width: 100%;
  }
  .login .titleCollapse {
    display: block;
    position: relative;
    font-family: "SackersGothicStd-Heavy", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #263645;
  }
  .login .titleCollapse:after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    right: 0;
    height: 30px;
    width: 30px;
    background: url("./images/icons/arrow.svg") no-repeat right center;
    background-size: cover;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }
  .login .titleCollapse.collapsed:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  #collapseLogin form {
    display: block !important;
  }

  /* STEP 4 - PAIEMENT */
  .resume-cart-col {
    margin-bottom: 30px;
  }

  .resume-total-mobile {
    position: relative;
    padding: 10px;
    background: #f8fafb;
  }
  .resume-total-mobile .titleLv3 {
    font-size: 14px;
  }
  .resume-total-mobile a {
    position: absolute;
    top: 50%;
    right: 10px;
    padding-right: 20px;
    margin-top: -7px;
    font-family: "Zeppelin31", sans-serif;
    font-size: 11px;
    letter-spacing: 0;
  }
  .resume-total-mobile .svg {
    position: absolute;
    top: 1px;
    right: 0;
    width: 12px;
    height: 12px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }
  .resume-total-mobile .svg path {
    fill: #8d7955;
  }
  .resume-total-mobile .collapsed .svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .resume-total-mobile .price {
    display: block;
    font-family: "Zeppelin33", sans-serif;
    font-size: 18px;
  }

  .wrapProductSummaryBox {
    border-top: 1px solid #e7ecf1;
  }

  /* STEP5 - VALIDATION */
  .paymentDone .btn {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cartPanier .prodAssoc {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .ProcessSteps:before {
    border-top-color: #9ea6ae;
  }

  .process .recapCartTable.contentCrop {
    height: 280px;
  }

  .wrapBlocWhite.wrapCodePromo .form-inline .form-group, .wrapBlocWhite.wrapGiftCard .form-inline .form-group {
    width: 58%;
  }
}
@media only screen and (width: 768px) {
  header.process .wrapHeaderTelProcess {
    width: 155px;
  }
}
@media only screen and (max-width: 767px) {
  .processTunnel .titleLv1 {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .processTunnel span {
    background: #f8fafb;
    display: inline-block;
    width: 20%;
    line-height: 30px;
    border-bottom: 3px solid #8d7955;
    padding: 5px 0 7px 5px;
    font-weight: 700;
  }
  .processTunnel span .svg {
    max-width: 25px;
    max-height: 25px;
    display: inline-block;
    margin-left: 5px;
  }
  .processTunnel span.actif {
    border-bottom: 3px solid #263645;
    background: #e7ecf1;
  }
  .processTunnel span.step1 .svg {
    position: relative;
    top: -3px;
  }

  .cart ul li {
    padding: 10px 0;
    border-bottom: 1px solid #e7ecf1;
  }
  .cart ul li .iconDelete {
    display: inline-block;
    background: url("./images/icons/closeDelete.svg") no-repeat center center;
    width: 30px;
    height: 30px;
    background-size: 20px auto;
    margin-top: 5px;
  }
  .cart ul li .qte {
    margin-top: 10px;
    line-height: 40px;
  }
  .cart ul li .qte label {
    font-family: "Zeppelin31", sans-serif;
    font-size: 13px;
    font-weight: 400;
  }
  .cart ul li .qte input {
    max-width: 60px;
    margin-left: 10px;
    padding: 0 5px;
    text-align: center;
  }
  .cart ul li .prix {
    line-height: 40px;
    font-size: 16px;
    font-family: "Zeppelin33", sans-serif;
    font-weight: 400;
    position: relative;
    top: 8px;
  }
  .cart .cartMore .codePromo {
    background: #e7ecf1;
    padding: 20px;
    margin-bottom: 15px;
  }
  .cart .cartMore .codePromo .txt {
    font-weight: 400;
    text-align: center;
    font-family: "Zeppelin33", sans-serif;
    font-size: 13px;
  }
  .cart .cartMore .codePromo .txt br {
    display: none;
  }
  .cart .cartMore .codePromo p.form {
    position: relative;
    margin-top: 10px;
  }
  .cart .cartMore .codePromo p.form input[type=text] {
    width: 100%;
  }
  .cart .cartMore .codePromo p.form input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: #263645;
    color: #ffffff;
  }

  .recap .adresses .titleLv3 {
    margin-bottom: 15px;
  }
  .recap .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    margin-bottom: 5px;
  }

  .list_livraison_paiement {
    margin-bottom: 15px;
  }

  .cart-checkout .bgTitle {
    position: relative;
  }
  .cart-checkout .bgTitle a {
    width: 100%;
    text-decoration: none;
  }
  .cart-checkout .bgTitle a .iconArrow {
    display: inline-block;
    background: url("./images/icons/arrow.svg") no-repeat center center;
    background-size: 30px auto;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 3px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .cart-checkout .bgTitle a.collapsed .iconArrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .cart-checkout .orderPayment .priceRecap {
    line-height: 40px;
    font-size: 13px;
  }
  .cart-checkout .orderPayment .priceRecap .text-right {
    font-family: "Zeppelin33", sans-serif;
  }
  .cart-checkout .orderPayment .priceRecap .text-right .totalPrice {
    font-size: 16px;
  }

  #addr-livraison-content form {
    margin-bottom: 20px;
  }

  #order .deliveryChoiceList {
    margin-top: 10px;
  }
  #order ul li.cartline {
    padding: 10px 0;
    border-bottom: 1px solid #e7ecf1;
  }
  #order ul li.cartline .qte {
    margin-top: 10px;
    line-height: 40px;
  }
  #order ul li.cartline .qte label {
    font-family: "Zeppelin31", sans-serif;
    font-size: 13px;
    font-weight: 400;
  }
  #order ul li.cartline .qte input {
    max-width: 60px;
    margin-left: 10px;
    padding: 0 5px;
    text-align: center;
  }
  #order ul li.cartline .prix {
    line-height: 40px;
    font-size: 16px;
    font-family: "Zeppelin33", sans-serif;
    font-weight: 400;
  }
  #order #zone_promo {
    margin-bottom: 20px;
  }
  #order .codePromo {
    background: #e7ecf1;
    padding: 20px;
    margin-bottom: 15px;
  }
  #order .codePromo .txt {
    font-weight: 400;
    text-align: center;
    font-family: "Zeppelin33", sans-serif;
    font-size: 13px;
  }
  #order .codePromo .txt br {
    display: none;
  }
  #order .codePromo p.form {
    position: relative;
    margin-top: 10px;
  }
  #order .codePromo p.form input[type=text] {
    width: 100%;
  }
  #order .codePromo p.form input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: #263645;
    color: #ffffff;
  }
  #order .paiementList li {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e7ecf1;
  }
  #order .paiementList label.radio {
    width: 100%;
    padding-right: 0;
  }
  #order .paiementList label.radio .logo {
    width: 20%;
    display: inline-block;
    position: relative;
    top: -15px;
  }
  #order .paiementList label.radio .logo img {
    width: 100%;
    height: auto;
  }
  #order .paiementList label.radio .text {
    width: 65%;
    display: inline-block;
    padding-left: 10px;
    font-family: "Zeppelin33", sans-serif;
  }
  #order .paiementList label.radio .text .nom {
    width: 60%;
    display: inline-block;
  }

  .titleBar {
    margin: 15px 0 10px;
    border-bottom: 1px solid #e7ecf1;
    padding-bottom: 10px;
  }

  .wrapPaiementOk {
    text-align: center;
  }
  .wrapPaiementOk .titleLv2 {
    height: auto;
    line-height: 1.2;
    padding: 10px 20px;
    margin-top: 10px;
    text-align: left;
  }
  .wrapPaiementOk .orderCart {
    text-align: left;
  }

  .process .wrapProcessHeaderConnect .btn {
    width: auto;
  }
  .process .wrapBlocWhite.blocListPayment {
    padding-right: 0;
    padding-left: 0;
  }

  .wrapBlocWhite {
    background-color: #ffffff;
    padding: 20px;
  }
  .wrapBlocWhite.wrapCodePromo .form-inline .form-group, .wrapBlocWhite.wrapGiftCard .form-inline .form-group {
    float: left;
    margin-bottom: 0;
  }
  .wrapBlocWhite.blocListPayment {
    padding: 0;
    background-color: #ffffff;
  }
  .wrapBlocWhite.wrapCodePromo {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .wrapBlocWhite.wrapCodePromo input {
    height: 50px;
  }
  .wrapBlocWhite.wrapCodePromo button {
    float: right;
    padding-right: 0;
    padding-left: 0;
    width: 80px;
    height: 50px;
    font-family: "Zeppelin32", sans-serif;
    font-size: 13px;
  }
  .wrapBlocWhite.wrapCodePromo .form-inline .form-group {
    float: left;
    margin-bottom: 20px;
    width: calc(100% - 80px);
  }
  .wrapBlocWhite.wrapCodePromo .errorInput .messageError {
    font-size: 13px;
    margin-top: 5px;
  }
  .wrapBlocWhite.wrapGiftCard {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .wrapBlocWhite.wrapGiftCard input {
    height: 50px;
  }
  .wrapBlocWhite.wrapGiftCard button {
    float: right;
    padding-right: 0;
    padding-left: 0;
    width: 80px;
    height: 50px;
    font-family: "Zeppelin32", sans-serif;
    font-size: 13px;
  }
  .wrapBlocWhite.wrapGiftCard .form-inline .form-group {
    float: left;
    margin-bottom: 20px;
    width: calc(100% - 80px);
  }

  .wrapTabletBg {
    margin-bottom: 10px;
  }

  .paymentDone .recapCommande {
    margin: 15px 0;
  }
  .paymentDone .assocGallery {
    margin: 15px 0;
  }
  .paymentDone .assocGallery .wrapOneProductAssoc .productBlock {
    text-align: center;
  }

  .wrapCart .desc {
    padding-left: 70px;
  }
  .wrapCart .product-name {
    padding-right: 20px;
    font-size: 14px;
  }
  .wrapCart .visuelLink {
    float: left;
    margin-right: 15px;
  }
  .wrapCart .visuelLink img {
    width: 55px;
    height: 55px;
  }
  .wrapCart .delete {
    position: absolute;
    right: 10px;
  }
  .wrapCart .wrapAllInfosRow {
    clear: left;
    justify-content: space-between;
    margin-top: 20px;
  }
  .wrapCart .priceTTC {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    width: auto;
    padding-top: 5px;
    padding-right: 0;
  }
  .wrapCart .priceTTC .price {
    width: 50%;
    padding-left: 20px;
  }
  .wrapCart .oneRowTable .priceTTC .price {
    font-size: 14px;
  }

  .wrapCartShipping {
    padding: 20px 10px;
  }

  .recapCartTable {
    margin-bottom: 20px;
  }
  .recapCartTable .tr {
    font-size: 13px;
  }
  .recapCartTable .tr .visuel {
    width: 60px;
  }
  .recapCartTable .tr img {
    width: 50px;
    height: 50px;
  }
  .recapCartTable .tr .price {
    width: 70px;
    font-size: 14px;
  }

  .wrapInfosLivraisonCart .labelCart {
    font-size: 16px;
  }
  .wrapInfosLivraisonCart .price, .wrapInfosLivraisonCart .priceTVA {
    font-size: 14px;
  }

  .wrapCartPromo input {
    width: 100%;
  }

  .cart-reassurance {
    margin-top: 25px;
  }

  .cart-reassurance-text {
    font-size: 11px;
    letter-spacing: 0;
  }
  .cart-reassurance-text .svg-lock {
    width: 15px;
    height: 20px;
  }
  .cart-reassurance-text .svg-truck {
    width: 24px;
    height: 13px;
  }

  .cartPanier .titleSpecial2 {
    line-height: 1;
  }
  .cartPanier .prodAssoc {
    padding: 0 0 40px;
  }
  .cartPanier .prodAssoc .container-fluid {
    padding: 0;
  }
  .cartPanier .prodAssoc .tabContent {
    margin: 0 -10px;
  }

  /* STEP2 - LOGIN */
  .login .radio.big .text {
    font-size: 15px;
  }
  .login .titleCollapse {
    font-size: 15px;
  }

  .login-block {
    padding: 25px 10px;
    margin: 10px 0;
  }

  /* STEP3 - COORDONNEES / LIVRAISON */
  .oneAdr {
    padding: 10px;
  }

  .radioInfobulle button {
    float: right;
    margin-top: 5px;
  }

  .labelProcess .text {
    flex-wrap: wrap;
  }
  .labelProcess .textLabel {
    flex: 100%;
    margin-right: 0;
  }
  .labelProcess .textLabel strong {
    font-size: 17px;
  }
  .labelProcess .infosRight {
    margin-top: 10px;
  }

  /* STEP4 - PAIEMENT */
  .wrapCBContinue {
    margin-top: 20px;
  }

  .wrapSelectCB {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .wrapSelectCB label {
    flex: 100%;
  }
  .wrapSelectCB .bootstrap-select {
    flex: 1;
  }
  .wrapSelectCB .sepDates {
    flex-shrink: 0;
    margin: 0 10px;
  }

  .wrapSecurityCB {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .wrapSecurityCB label {
    flex: 100%;
  }
  .wrapSecurityCB .SecurityCB {
    flex: 1;
    margin-right: 10px;
  }
  .wrapSecurityCB .helpCrypto {
    position: static;
    flex-shrink: 0;
    width: auto;
    transform: none;
  }

  .wrapValidPayment .btnLv1 {
    min-width: 0;
    padding: 11px 0;
    margin-top: 20px;
    font-size: 13px;
  }

  .wrapListAddresses .oneAddress + .oneAddress {
    margin-top: 20px;
  }
  .wrapListAddresses .titleAddress {
    display: flex;
    justify-content: space-between;
  }
  .wrapListAddresses .titleAddress a {
    flex-shrink: 0;
    margin-left: 10px;
  }

  /* STEP5 - VALIDATION */
  .paymentDone {
    margin-bottom: 30px;
  }
  .paymentDone .titleRecap {
    text-align: center;
  }
  .paymentDone .btnLv1 {
    width: auto;
    margin-top: 5px;
  }

  .wrapOrderDetail {
    flex-wrap: wrap;
  }
  .wrapOrderDetail p {
    flex: 100%;
  }
  .wrapOrderDetail p + p {
    margin-top: 20px;
  }

  .cmd-ok {
    margin-bottom: 30px;
  }
}
/*==============================
    STORE LOCATOR RESPONSIVE
-------------------------------*/
/*-------------------------- STORE LOCATOR ---------------------------*/
#store_locator {
  margin-bottom: -41px;
}

.searchStoreBar {
  position: relative;
  width: 100%;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
}
.searchStoreBar .col-lg-9 {
  float: none;
  margin: 0 auto;
}
.searchStoreBar .titleLv1 {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #263645;
  line-height: 65px;
  margin-bottom: 20px;
}
.searchStoreBar .titleLv1:before {
  content: "";
  display: inline-block;
  background: url("./images/icons/store.svg") no-repeat center center;
  background-size: 45px auto;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.searchStoreBar .col-lg-4 {
  position: relative;
}
.searchStoreBar p.form, .searchStoreBar fieldset {
  margin-top: 20px;
  height: 40px;
}
.searchStoreBar p.form label, .searchStoreBar fieldset label {
  display: none;
}
.searchStoreBar .checkboxVisuel {
  margin-top: 30px;
  float: left;
}
.searchStoreBar input[type=submit] {
  margin-top: 20px;
}
.searchStoreBar.mapBar {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(144, 139, 139, 0.2);
  -moz-box-shadow: 0px 20px 20px 0px rgba(144, 139, 139, 0.2);
  box-shadow: 0px 20px 20px 0px rgba(144, 139, 139, 0.2);
}

.popupMap h1.titleLv4 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.popupMap p.mediumBlue {
  color: #9ea6ae;
}

.gm-style .gm-style-iw {
  font-weight: 400 !important;
}

.frmSearchStorelocator {
  margin-bottom: 15px;
}

.wrapButtonStorelocator {
  padding-top: 20px;
}

/*==============================
    BLOG
-------------------------------*/
/*------------------------------ BLOC TUTO MEME TYPE QUE LES FICHES PRODUIT --------------------------------*/
.productBlocTuto {
  position: relative;
  overflow: hidden;
}
.productBlocTuto .textBanner {
  width: 80%;
  height: 40%;
  margin: 30% 10%;
  transform: scale(1, 1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  z-index: 3;
  text-align: center;
}
.productBlocTuto .textBanner:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.productBlocTuto .textBanner .titleTuto.text {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  max-width: 95%;
}
.productBlocTuto .overlayWhite {
  width: 80%;
  height: 40%;
  margin: 30% 10%;
  transform: scale(1, 1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: 2;
}
.productBlocTuto img {
  z-index: 0;
}
.productBlocTuto:hover {
  cursor: pointer;
}
.productBlocTuto:hover .overlayWhite {
  transform: scale(1, 1.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.productBlocTuto .mainLink {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 10px 0 20px;
}

/*------------------------------ LISTING DES ACTUS BLOG --------------------------------*/
#blog_list .blogFiltres {
  background: url("./images/pattern-bg.png") repeat;
  padding: 20px 0;
}
#blog_list .blogFiltres label {
  display: none;
}
#blog_list .subscription {
  color: #ffffff;
  background: #263645;
  padding: 20px 0;
  line-height: 40px;
}
#blog_list .subscription .titleLv4 {
  color: #ffffff;
  font-family: "Zeppelin31", sans-serif;
  font-weight: 400;
}
#blog_list .subscription .form {
  position: relative;
}
#blog_list .subscription .form input[type=submit] {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0;
}
#blog_list .linkPopupEvent {
  margin-bottom: 20px;
  display: inline-block;
}
#blog_list #sortingForm label {
  font-family: "Zeppelin33", sans-serif;
}
#blog_list #sortingForm .bootstrap-select button.btn.btn-default {
  margin-top: 0;
}

.blogBlock {
  position: relative;
  margin-bottom: 40px;
}
.blogBlock .labelCateg {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.blogBlock .date, .blogBlock .comments {
  color: #9ea6ae;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 0;
  height: 40px;
}
.blogBlock .date .iconCom, .blogBlock .comments .iconCom {
  display: inline-block;
  background: url("./images/icons/comments.svg") no-repeat center center;
  background-size: 30px auto;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.blogBlock a.titleLink {
  text-align: center;
  display: inline-block;
  height: 45px;
}
.blogBlock.pub {
  position: relative;
  margin-bottom: 0;
}
.blogBlock.pub .centeredBloc {
  width: 90%;
  height: 90%;
  margin: 5%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
}
.blogBlock.pub .centeredBloc:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.blogBlock.pub .centeredBloc .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 35px;
  text-align: center;
  max-width: 95%;
}
.blogBlock.pub .pubBg {
  z-index: 1;
}
.blogBlock.pub .pubBg img {
  visibility: hidden;
}

/*----------------deux premiers articles plus gros----------------*/
#blog_list .firstTwo {
  background: url("./images/pattern-bg.png") repeat;
  padding: 40px 0;
  margin-bottom: 40px;
}
#blog_list .firstTwo .blogBlock {
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
#blog_list .firstTwo .blogBlock .labelCateg {
  width: 30%;
  top: 35%;
  left: 50%;
  margin-left: -15%;
  text-align: center;
  color: #9ea6ae;
  z-index: 5;
}
#blog_list .firstTwo .blogBlock .date, #blog_list .firstTwo .blogBlock .comments {
  display: none;
}
#blog_list .firstTwo .blogBlock .titleLink {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 70%;
  height: 50%;
  margin: 20% 15%;
  padding: 20px;
  top: 0;
  left: 0;
  z-index: 3;
  display: inline-block;
}
#blog_list .firstTwo .blogBlock .titleLink:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#blog_list .firstTwo .blogBlock .titleLv1 {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-top: 60px;
  line-height: 60px;
}

/*------------------------------ ARTICLE BLOG --------------------------------*/
.backBlog {
  position: absolute;
  top: 16px;
  left: 0;
  color: #e7ecf1;
  text-decoration: underline;
}

/*-----------------base article simple-----------------*/
.blogArticle .infosArticle {
  background: url("./images/pattern-bg.png") repeat;
  padding: 20px 0;
  margin: 20px 0;
}
.blogArticle .infosArticle .date, .blogArticle .infosArticle .comments, .blogArticle .infosArticle .categ, .blogArticle .infosArticle .share {
  display: inline-block;
  vertical-align: middle;
}
.blogArticle .infosArticle .date, .blogArticle .infosArticle .comments {
  font-size: 12px;
  color: #9ea6ae;
  font-weight: 700;
  padding: 5px 0;
}
.blogArticle .infosArticle .date .iconCom, .blogArticle .infosArticle .comments .iconCom {
  display: inline-block;
  background: url("./images/icons/comments.svg") no-repeat center center;
  background-size: 30px auto;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.blogArticle .infosArticle .categ {
  width: 100%;
}
.blogArticle .infosArticle .categ span {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.articleComments {
  margin-top: 40px;
}
.articleComments .commentsList {
  margin-bottom: 20px;
}
.articleComments .commentsList li {
  padding: 20px 30px;
  position: relative;
  border-bottom: 1px dashed #e7ecf1;
}
.articleComments .commentsList li .iconUser {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  background: url("./images/icons/accountHeader.svg") no-repeat center center;
  background-size: 22px 28px;
  width: 22px;
  height: 28px;
}
.articleComments .commentsList li .user {
  padding-top: 10px;
}
.articleComments .commentsList li .comment {
  font-size: 14px;
  max-width: 50%;
}
.articleComments .commentsList li:nth-child(n+5) {
  display: none;
}

/*-----------------social ----------------*/
.shareBlog {
  width: 100%;
}
.shareBlog p:first-child {
  float: left;
  padding: 5px 0;
  color: #9ea6ae;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.shareBlog ul {
  float: right;
}
.shareBlog ul li.commentsCount {
  display: inline-block;
}
.shareBlog ul li.commentsCount .comments {
  font-size: 12px;
  color: #9ea6ae;
  font-weight: 700;
  padding: 5px 0;
}
.shareBlog ul li.commentsCount .comments .iconCom {
  display: inline-block;
  background: url("./images/icons/comments.svg") no-repeat center center;
  background-size: 30px auto;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.shareBlog ul li.facebook {
  width: 32px;
  display: inline-block;
  float: none;
  background: #ffffff;
}
.shareBlog ul li.facebook a {
  background: url("./images/icons/facebook.svg") no-repeat center center;
  background-size: 25px auto;
  display: block;
  width: 32px;
  height: 30px;
  border: 1px solid #ffffff;
}
.shareBlog ul li.facebook a:hover {
  border: 1px solid #9ea6ae;
}
.shareBlog ul li.mail {
  width: 32px;
  height: 30px;
  display: inline-block;
  background: #ffffff;
}
.shareBlog ul li.mail a {
  display: inline-block;
  background: url("./images/icons/mail.svg") no-repeat center center;
  background-size: auto 25px;
  width: 32px;
  height: 30px;
}
.shareBlog ul li.mail a:hover {
  border: 1px solid #9ea6ae;
}

.moreBlog {
  margin-top: 40px;
}

/*-----------------spec si article type tuto-----------------*/
.tutoArticle {
  background: url("./images/pattern-bg.png");
  padding: 30px 0;
  color: #9ea6ae;
}
.tutoArticle .titleLv4 {
  color: #9ea6ae;
  font-weight: 400;
  font-family: "Zeppelin33", sans-serif;
}
.tutoArticle .titleLv4.labelBg {
  background: #ffffff;
  padding: 3px 10px;
  display: inline-block;
  color: #263645;
  font-size: 18px;
}
.tutoArticle .contentCompo {
  padding: 10px 0;
}
.tutoArticle .contentCompo ul li {
  list-style-type: disc;
  margin-left: 15px;
  line-height: 18px;
  margin-top: 2px;
}
.tutoArticle .contentCompo ul li a {
  color: #263645;
  text-decoration: underline;
}
.tutoArticle .resume {
  border-left: 1px dashed #9ea6ae;
  padding-left: 20px;
}
.tutoArticle .resume .titleLv4 {
  margin: 5px 0;
}
.tutoArticle .resume .shareBlog ul {
  float: left;
}
.tutoArticle .resume .addFav {
  margin-top: 10px;
}
.tutoArticle .resume a.download .iconPdf {
  display: inline-block;
  background: url("./images/icons/pdf.svg") no-repeat left center;
  background-size: 22px auto;
  width: 30px;
  height: 22px;
  margin-left: 5px;
  float: left;
}
.tutoArticle .resume a.download:hover {
  cursor: pointer;
}

.tutoArticleSteps {
  background: #263645;
  padding: 10px 0 15px;
  color: #ffffff;
}
.tutoArticleSteps ol {
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  margin-top: 5px;
  counter-reset: section;
}
.tutoArticleSteps ol li {
  min-width: 200px;
  line-height: 30px;
  list-style-type: none;
  color: #ffffff;
  position: relative;
  margin-left: 70px;
  font-size: 20px;
}
.tutoArticleSteps ol li .iconMachinew {
  display: inline-block;
  background: url("./images/icons/stepTutoWhite.svg") no-repeat center center;
  background-size: 27px auto;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -60px;
  top: -4px;
}
.tutoArticleSteps ol li .stepName {
  font-size: 20px;
  margin-left: 10px;
}
.tutoArticleSteps ol li .stepName a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: none;
}
.tutoArticleSteps ol li:before {
  counter-increment: section;
  content: counter(section) ".";
  position: absolute;
  left: -17px;
  top: -5px;
}

.tutoSteps ol {
  width: 100%;
  counter-reset: section;
}
.tutoSteps ol li {
  /*margin-left: 100px;*/
  font-size: 30px;
  color: #9ea6ae;
  margin-top: 30px;
  position: relative;
  list-style-type: none;
  padding-left: 20px;
}
.tutoSteps ol li .heading {
  padding-bottom: 10px;
}
.tutoSteps ol li .iconMachine {
  display: inline-block;
  background: url("./images/icons/stepTuto.svg") no-repeat center center;
  background-size: 52px auto;
  width: 45px;
  height: 45px;
  position: absolute;
  left: -35px;
  top: 1px;
}
.tutoSteps ol li .stepName {
  font-size: 30px;
  margin-left: 50px;
  color: #263645;
  padding: 20px 0;
}
.tutoSteps ol li .cmsRow {
  /*margin-left: -100px;*/
  margin-top: 10px;
}
.tutoSteps ol li:before {
  counter-increment: section;
  content: counter(section) ".";
  position: absolute;
  left: 65px;
  top: 7px;
}

@media only screen and (max-width: 767px) {
  .tutoArticle .btn {
    width: 100%;
  }

  .articleComments .btn {
    width: 100%;
    margin-bottom: 5px;
  }
}
/*==============================
            INSPIRATION - RESP
-------------------------------*/
#inspiration {
  /*#instagram_masonry .grid-item {
    margin: 0 20px 20px 0;
  }*/
}
#inspiration h2.titleLv2 {
  border-bottom: 1px solid #7c7676;
  margin: 0 10px 20px 10px;
}
#inspiration .intro a.btn {
  margin-top: 20px;
}
#inspiration .anchorsContainer {
  background: url("./images/pattern-bg.png") repeat center center;
  margin-bottom: 20px;
}
#inspiration .anchorsContainer .anchor {
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
}
#inspiration .anchorsContainer .anchor:hover, #inspiration .anchorsContainer .anchor.active {
  background: #263645;
}
#inspiration .anchorsContainer .anchor:hover a, #inspiration .anchorsContainer .anchor.active a {
  color: #ffffff;
  text-decoration: none;
}

#add_inspiration .formContainer {
  background: url("./images/pattern-bg.png");
  padding: 20px 0;
}
#add_inspiration textarea {
  width: 100%;
  height: 150px;
}
#add_inspiration input {
  width: 100%;
}

.masonry-grid {
  max-width: 100%;
}
.masonry-grid .grid-sizer {
  width: 25%;
}
.masonry-grid .grid-item {
  float: left;
  width: 25%;
  padding: 10px;
  height: auto;
}
.masonry-grid .grid-item .image {
  position: relative;
}
.masonry-grid .grid-item .image .textFollow {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.masonry-grid:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width: 767px) {
  #inspiration .intro a.btn {
    font-size: 11px;
  }
  #inspiration .anchorsContainer .anchor {
    font-size: 11px;
  }
  #inspiration .containerMobile .row {
    margin: 0;
  }

  .masonry-grid .grid-item {
    float: left;
    width: 50%;
    padding: 10px;
    height: auto;
  }
  .masonry-grid .grid-item .image .textFollow {
    bottom: 10px;
    font-size: 11px;
  }
}
/*==============================
      PAGE 404 RESPONSIVE
-------------------------------*/
.page404 .titleLv1 {
  margin-bottom: 20px;
}
.page404 .btn {
  width: 100%;
  height: 65px;
  line-height: 65px;
  padding: 0 20px;
}
.page404 .btnLv1 {
  margin-bottom: 20px;
}
.page404 .btnLv2 {
  line-height: 63px;
  font-size: 18px;
}
.page404 .btnLv2:hover {
  height: 65px;
  line-height: 63px;
  font-size: 18px;
}
.page404 .tryLinks {
  position: relative;
  min-height: 275px;
  font-size: 14px;
  line-height: 24px;
}
.page404 .tryLinks img {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*---------------------------------RESPONSIVE ALL PAGES-------------------------------------*/
@media (max-width: 1159px) {
  #produit.productThread.productAmelie .inspirationGalleryImageFigure {
    max-height: 354px;
  }
}
@media (min-width: 1025px) {
  #produit.productThread.productAmelie .topBanner .productMain .wrapMainInfos {
    float: right;
    margin-left: 0;
    width: 600px;
  }
}
@media (min-width: 1024px) {
  #produit.productThread.productAmelie .faqBody .panel-group .collapse {
    height: auto !important;
  }
}
@media (max-width: 1024px) {
  #produit.productThread.productAmelie .topBanner .productTop {
    height: calc(85vh - 130px);
  }
  #produit.productThread.productAmelie .topBanner .productMain .wrapMainInfos {
    margin-left: 41.66666667%;
    width: 58.33333333%;
  }
  #produit.productThread.productAmelie .msgBanner ~ .topBanner .productTop {
    height: calc(85vh - 170px);
  }
  #produit.productThread.productAmelie .topBannerFooter .wrapPrice {
    width: 41.66666667%;
  }
  #produit.productThread.productAmelie .topBannerFooter .formUploadYourPhoto {
    width: 58.33333333%;
  }
  #produit.productThread.productAmelie .editAreaHeader .wrapEditAreaTitle {
    width: 100%;
  }
  #produit.productThread.productAmelie .editAreaHeader .wrapFormUploadDifferentPhoto {
    display: none;
  }
  #produit.productThread.productAmelie .wrapEditAreaPhoto {
    width: 50%;
  }
  #produit.productThread.productAmelie .editAreaPhotoFooter {
    display: block !important;
  }
  #produit.productThread.productAmelie .editAreaPhotoFooter .btn {
    width: auto;
  }
  #produit.productThread.productAmelie .wrapEditAreaPreferences {
    width: 50%;
  }
  #produit.productThread.productAmelie .inspirationGalleryCarousel .bx-prev,
#produit.productThread.productAmelie .inspirationGalleryCarousel .bx-next,
#produit.productThread.productAmelie .inspirationGalleryCarousel .slick-arrow {
    display: none !important;
  }
  #produit.productThread.productAmelie .inspirationGalleryCarousel .bx-prev.disabled,
#produit.productThread.productAmelie .inspirationGalleryCarousel .bx-next.disabled,
#produit.productThread.productAmelie .inspirationGalleryCarousel .slick-arrow.disabled {
    display: none;
  }
  #produit.productThread.productAmelie .wrapTipsAdviceList {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  #produit.productThread.productAmelie .formUploadYourPhoto .formBody .errorInput .champobli br {
    display: none;
  }
  #produit.productThread.productAmelie .formEditTools > .row {
    margin-right: -20px;
    margin-left: -20px;
  }
  #produit.productThread.productAmelie .formEditTools .sep {
    position: absolute;
    left: 100%;
    margin-left: -1px;
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #d3d7db;
  }
  #produit.productThread.productAmelie .formAccessories .formBody li {
    flex: 1 0 50%;
    padding: 7px;
  }
  #produit.productThread.productAmelie .formAccessories .colorBlocWrapper .imageLink {
    height: auto;
    float: none;
    width: 100%;
  }
  #produit.productThread.productAmelie .formAccessories .colorBlocWrapper .imageLink img {
    position: static;
    transform: none;
  }
  #produit.productThread.productAmelie .formAccessories .colorBlocWrapper .refNum {
    position: static;
    background: none;
  }
  #produit.productThread.productAmelie .formAccessories .colorBlocWrapper .txtAddToCart {
    display: none;
  }
  #produit.productThread.productAmelie .formAccessories .colorBlocWrapper .change-qte {
    width: 33.33%;
  }
  #produit.productThread.productAmelie .formAccessories .colorBlocWrapper .change-qte span {
    width: 100%;
    height: 30px;
    margin: 0;
    background: #ffffff url(./images/icons/quantities-01.svg) no-repeat;
    border: 1px solid #e7ecf1;
  }
  #produit.productThread.productAmelie .formAccessories .colorBlocWrapper .change-qte .add-product {
    background-position: -8px -60px;
  }
  #produit.productThread.productAmelie .formAccessories .colorBlocWrapper .change-qte .remove-product {
    background-position: -57px -60px;
  }
  #produit.productThread.productAmelie .formAccessories .colorBlocWrapper .qte {
    width: calc(33.33% + 2px);
    margin: 0 -1px;
  }
  #produit.productThread.productAmelie .formAccessories .colorBlocWrapper .qte input {
    height: 30px;
  }
  #produit.productThread.productAmelie .panel-group .panel:first-child {
    border-top: 1px solid #e7ecf1;
  }
  #produit.productThread.productAmelie .panel-group .panel .panel-heading .panel-title::after {
    display: none;
  }
  #produit.productThread.productAmelie .panel-group .panel .panel-heading .panel-title a {
    padding-right: 30px;
    text-decoration: none;
  }
  #produit.productThread.productAmelie .panel-group .panel .panel-heading .panel-title a:hover, #produit.productThread.productAmelie .panel-group .panel .panel-heading .panel-title a:active {
    color: #263645;
  }
  #produit.productThread.productAmelie .panel-group .panel .panel-heading .panel-title a[aria-expanded=true]::after {
    content: "-";
    right: 3px;
  }
  #produit.productThread.productAmelie .panel-group .panel .panel-heading .panel-title a::after {
    content: "+";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 1px;
    font-size: 20px;
    line-height: 20px;
    font-family: "Zeppelin33", sans-serif;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #produit.productThread.productAmelie .topBanner .productMain {
    margin-top: 0;
    padding-top: 70px;
  }
  #produit.productThread.productAmelie .topBanner .productMain .breadNPaging {
    display: none;
  }
  #produit.productThread.productAmelie .topBanner .productMain .wrapMainInfos {
    margin-left: 40%;
    width: 60%;
  }
  #produit.productThread.productAmelie .topBannerFooter .wrapPrice {
    float: none;
    padding-right: 0;
    width: auto;
  }
  #produit.productThread.productAmelie .topBannerFooter .formUploadYourPhoto {
    float: none;
    margin-top: 15px;
    width: auto;
  }
  #produit.productThread.productAmelie .editArea .wrapLoader {
    height: 300px;
  }
  #produit.productThread.productAmelie .editArea .wrapHr {
    display: none;
  }
  #produit.productThread.productAmelie .editAreaHeader .wrapEditAreaTitle {
    width: 50%;
  }
  #produit.productThread.productAmelie .editAreaHeader .wrapFormUploadDifferentPhoto {
    display: block;
  }
  #produit.productThread.productAmelie .editAreaHeader .wrapFormUploadDifferentPhoto .formFooter {
    text-align: right;
  }
  #produit.productThread.productAmelie .editAreaTitle {
    display: table-cell;
    padding-bottom: 5px;
    height: 40px;
    vertical-align: bottom;
  }
  #produit.productThread.productAmelie .editAreaBody {
    padding-bottom: 0;
  }
  #produit.productThread.productAmelie .wrapEditAreaPhoto {
    width: 100%;
  }
  #produit.productThread.productAmelie .editAreaPhotoFigureLoading .wrapLoader {
    height: auto;
  }
  #produit.productThread.productAmelie .editAreaPhotoFooter {
    display: none !important;
  }
  #produit.productThread.productAmelie .wrapEditAreaPreferences {
    width: 100%;
  }
  #produit.productThread.productAmelie .inspirationGallery {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #produit.productThread.productAmelie .inspirationGalleryHeader {
    margin-bottom: 5px;
  }
  #produit.productThread.productAmelie .inspirationGalleryImage .text-right {
    padding-right: 10px;
  }
  #produit.productThread.productAmelie .inspirationGalleryImage .text-left {
    padding-left: 10px;
  }
  #produit.productThread.productAmelie .inspirationGalleryImageFigure {
    max-height: 300px;
  }
  #produit.productThread.productAmelie .inspirationGalleryCarouselThumb {
    height: 95px;
  }
  #produit.productThread.productAmelie .faqBody {
    text-align: left;
  }
  #produit.productThread.productAmelie .faqBody .panel-group .collapse {
    display: none;
  }
  #produit.productThread.productAmelie .faqBody .panel-group .collapse.in {
    display: block;
  }
  #produit.productThread.productAmelie .tipsAdvice {
    padding-bottom: 60px;
  }
  #produit.productThread.productAmelie .tipsAdviceDescShort {
    margin-bottom: 20px;
  }
  #produit.productThread.productAmelie .tipsAdviceGroupTitle {
    margin-bottom: 10px;
  }
  #produit.productThread.productAmelie .wrapTipsAdviceList {
    margin-left: 8.33333333%;
    width: 83.33333333%;
    margin-bottom: 30px;
  }
  #produit.productThread.productAmelie .wrapTipsAdviceList + .wrapTipsAdviceList {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #produit.productThread.productAmelie .topBanner .productTop {
    height: calc(100vh - 244px) !important;
  }
  #produit.productThread.productAmelie .msgBanner ~ .topBanner .productTop {
    height: calc(100vh - 244px) !important;
  }
  #produit.productThread.productAmelie .propositionBannerBlocTitle br {
    display: block;
  }
  #produit.productThread.productAmelie .propositionBannerBlocSep {
    width: 75px;
  }
}
@media (max-width: 767px) {
  #produit.productThread.productAmelie .formUploadYourPhoto .formBody .errorInput .champobli {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }
  #produit.productThread.productAmelie .formUploadDifferentPhoto {
    margin-top: 20px;
    text-align: center;
  }
  #produit.productThread.productAmelie .formUploadDifferentPhoto .formFooter .btn {
    display: block;
    width: 100%;
  }
  #produit.productThread.productAmelie .formStitchingPreferences .formBody .formLegend {
    background-color: #f8fafb;
  }
  #produit.productThread.productAmelie .loader {
    width: 70px;
    height: 70px;
  }
  #produit.productThread.productAmelie .topBanner .productMain .wrapMainInfos {
    margin-left: 41.66666667%;
    width: 58.33333333%;
  }
  #produit.productThread.productAmelie .topBanner .productTop {
    height: auto;
    min-height: 0;
    background-color: #fff;
    background-image: none !important;
  }
  #produit.productThread.productAmelie .topBanner .productMain {
    padding-top: 0;
  }
  #produit.productThread.productAmelie .topBanner .productMain .wrapMainInfos {
    margin-left: 0;
    width: 100%;
  }
  #produit.productThread.productAmelie .topBanner .productMain .mainInfos {
    margin-right: 0;
  }
  #produit.productThread.productAmelie .topBanner .productMain .mainInfos .descriptionWrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 10px 0;
    font-size: 15px;
    text-align: center;
  }
  #produit.productThread.productAmelie .topBanner .productMain .mainInfos .priceTextCrossStitchPattern {
    font-size: 15px;
  }
  #produit.productThread.productAmelie .topBanner .productMain .mainInfos .price {
    font-size: 23px;
  }
  #produit.productThread.productAmelie .topBanner .productMain .mainInfos .priceTextOrFreeThread {
    font-size: 14px;
  }
  #produit.productThread.productAmelie .msgBanner ~ .topBanner .productTop {
    height: auto;
    min-height: 0;
  }
  #produit.productThread.productAmelie .topBannerHeader {
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  #produit.productThread.productAmelie .topBannerFooter {
    margin-top: 20px;
    padding: 20px 10px;
    text-align: center;
  }
  #produit.productThread.productAmelie .editArea {
    padding-top: 30px;
  }
  #produit.productThread.productAmelie .editArea .wrapLoader {
    height: 220px;
  }
  #produit.productThread.productAmelie .editArea .wrapLoader .loader {
    margin-top: -35px;
    margin-left: -35px;
  }
  #produit.productThread.productAmelie .editAreaHeader {
    text-align: center;
  }
  #produit.productThread.productAmelie .editAreaHeader .wrapEditAreaTitle {
    width: 100%;
  }
  #produit.productThread.productAmelie .editAreaTitle {
    display: block;
    height: auto;
    vertical-align: top;
  }
  #produit.productThread.productAmelie .editAreaBody {
    background-color: #f8fafb;
  }
  #produit.productThread.productAmelie .editAreaPhotoFigure {
    margin-right: -20px;
    margin-bottom: 20px;
    margin-left: -20px;
  }
  #produit.productThread.productAmelie .editAreaPhotoFigure img {
    max-height: none;
  }
  #produit.productThread.productAmelie .editAreaPhotoFigureLoading .wrapLoader {
    height: auto;
  }
  #produit.productThread.productAmelie .wrapEditAreaPreferences {
    padding-bottom: 40px;
  }
  #produit.productThread.productAmelie .editAreaPreferencesHeader {
    text-align: center;
  }
  #produit.productThread.productAmelie .inspirationGallery {
    padding-top: 0;
    padding-bottom: 55px;
  }
  #produit.productThread.productAmelie .inspirationGallery::before {
    content: "";
    display: block;
    margin: 40px 70px 35px;
    height: 2px;
    background-color: #bfc3c6;
  }
  #produit.productThread.productAmelie .inspirationGalleryHeader {
    margin-bottom: 5px;
  }
  #produit.productThread.productAmelie .inspirationGalleryDescShort {
    margin-bottom: 10px;
  }
  #produit.productThread.productAmelie .inspirationGalleryImage .text-left,
#produit.productThread.productAmelie .inspirationGalleryImage .text-right {
    float: none;
    padding-right: 0;
    padding-left: 0;
    width: auto;
    text-align: center;
  }
  #produit.productThread.productAmelie .inspirationGalleryImageFigure {
    max-height: 220px;
  }
  #produit.productThread.productAmelie .inspirationGalleryImageTitle {
    text-align: left;
  }
  #produit.productThread.productAmelie .inspirationGalleryImageCrossStitch {
    margin-top: 10px;
  }
  #produit.productThread.productAmelie .inspirationGalleryCarousel {
    margin-top: 20px;
  }
  #produit.productThread.productAmelie .inspirationGalleryCarouselThumb {
    height: 70px;
  }
  #produit.productThread.productAmelie .faq {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  #produit.productThread.productAmelie .tipsAdvice {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  #produit.productThread.productAmelie .wrapTipsAdviceList {
    margin-left: 0;
    width: 100%;
  }
  #produit.productThread.productAmelie .prodAvis {
    padding-right: 0;
    padding-left: 0;
  }
  #produit.productThread.productAmelie .prodAvis .moyenne span.count {
    display: block;
    margin-top: 5px;
  }
  #produit.productThread.productAmelie .prodAvis .commentWrapper {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  #produit.productThread.productAmelie .prodAvis .commentWrapper .comment {
    border-bottom: 1px solid #e7ecf1;
  }
  #produit.productThread.productAmelie .prodAvis .commentWrapper .comment .testimony {
    margin-bottom: 10px;
  }
  #produit.productThread.productAmelie .prodAvis .commentWrapper + .commentWrapper {
    margin-top: 20px;
  }
  #produit.productThread.productAmelie .prodAvis .paginationWrapper {
    position: relative;
    top: -1px;
    float: none;
    margin-right: -20px;
    margin-left: -20px;
    border-top: 1px solid #e7ecf1;
    border-bottom: 0;
    width: auto;
  }
  #produit.productThread.productAmelie .prodAvis .paginationWrapper .pagination {
    position: relative;
    margin-top: 15px;
    margin-bottom: 0;
    padding-right: 60px;
    padding-left: 60px;
  }
  #produit.productThread.productAmelie .prodAvis .paginationWrapper .pagination > li {
    font-size: 14px;
    font-family: "Zeppelin33", sans-serif;
    line-height: 30px;
    color: #263645;
  }
  #produit.productThread.productAmelie .prodAvis .paginationWrapper .pagination > li.direction {
    position: absolute;
    top: -1px;
  }
  #produit.productThread.productAmelie .prodAvis .paginationWrapper .pagination > li.direction.dirPrev {
    left: 0;
  }
  #produit.productThread.productAmelie .prodAvis .paginationWrapper .pagination > li.direction.dirNext {
    right: 0;
  }
}

/*# sourceMappingURL=main_responsive.css.map */
