@charset "utf-8";


/*.image-box {*/
  /*height: 200px;*/
/*}*/

#fixation_lambrequin {
  width: 500px;
  margin: 0 0 0 15px;
}

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


.smaller-font {
  font-size: 0.9em;
}

.text-success {
  color: #2b669a;
}

#dpd_section {
  margin-top: 30px;
}

.text-warning {
  color: #df8505;
}

/* CSS Document */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

@page {
  size: A4;
  margin: 0;
}

@media print {
  .page {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
  }
}

/*------------ Custome Responsive Style --------------*/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 320px) {
  .container {
    /*width: 320px;*/
  }
}

@media (min-width: 568px) {
  .container {
    /*width: 550px;*/
  }
}

@media (min-width: 768px) {
  .container {
    /*width: 750px;*/
  }
}

@media (min-width: 992px) {
  .container {
    width: 931px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;

  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

a.logo {
  margin: 22px 0 0;
  display: block;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

ul.flag {
  float: right;
  margin: 48px 0 26px;
  padding: 0;
}

ul.flag li {
  float: left;
  margin: 0 2.4px;
}

ul.flag li:last-child {
  margin-right: 0;
}

.callus {
  float: right;
  margin-top: -30px;
  margin-right: 15px;
  /*margin-top:50px;*/
}

ul.nav {
  margin-top: 28px;
  /*margin-bottom: 5px;*/
}

ul.nav li,
.slicknav_nav li {
  float: left;
  padding: 0 23px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: -0.5px;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  font-feature-settings: "kern";
}

ul.nav li:first-child {
  padding-left: 0px;
}

ul.nav li:last-child {
  padding-right: 0px;
}

ul.nav li a,
.slicknav_nav li a {
  text-decoration: none;
  color: #000;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  display: block;
}

ul.nav li a span,
.slicknav_nav li a span {
  display: block;
  font-size: 18px;
  line-height: 30px;
}

.yellow-border {
  border: 5px solid #ffcc00;
  margin-top: 5px;
}

.rounded-corner {
  -webkit-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
}

.relative {
  position: relative;
}

.logoes {
  margin: 20px 0;
}

.logoes:after, .logoes ul:after {
  content: "";
  display: block;
  clear: both;
}

.logoes ul {
  margin: 0;
  padding: 0;
}

.logoes ul li {
  float: left;
  margin: 0 21.3px 0 0;
}

.logoes ul li:last-child {
  margin: 0;
}

.logoes ul li a {
  display: block;
}

footer .right_section {
  text-align: right;
}

.autres_list {
  display: block;
}

.autres_list fieldset {
  width: 100%;
}

.autres_list:after, .choix_du:after, .choix_du .carousel-container:after {
  clear: both;
  display: block;
  content: "";
}

.autres_list p {
  margin: 0 0 10px;
  text-align: left;
}

.autres_list .autres_heading {
  margin-bottom: 5px;
  background: #fff;
}

.choix_du {
  display: block;
}

.choix_du .carousel-container {
  height: 160px;
  width: auto;
}

.choix_du .carousel-container .toileSearchCarousel {
  width: 100%;
  /*max-width: 793px;*/
}

.liens {
  position: relative;
  z-index: 33;
  float: right;
  margin-top: 80px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.liens > div {
  float: right;
  padding: 0 10px;
}

.asterisque {
  position: relative;
  width: auto;
  height: auto;
  z-index: 5;
  margin-top: 20px;
  text-align: justify;
  visibility: hidden;
  display: none;
}

.suite {
  /*display: inline-block;*/
}

.timer {
  position: relative;
  margin: 20px 0 0;
}

.cachet_meilleur_prix {
  width: 98px;
  height: 82px;
  z-index: 3;
  visibility: hidden;
}

.nombre {
  visibility: hidden;
  margin-bottom: 8px;
}

.texte_qualite {
  /*visibility: hidden;*/
  display: none;
}

.qualite {
  position: relative;
  width: auto;
  height: auto !important;
  z-index: 100;
  top: 30px;
  padding: 0 25px;
}

.qualite:after {
  clear: both;
  display: table;
  content: "";
}

.owl-carousel .owl-item img {
  /*width: 96%;*/
}

.youtubevedioDiv {
  width: 100%;
  margin: 20px 0;
}

.youtubevedioDiv:after,
.btn-subscribe-wrapper:after,
.youtubevedioDiv ul:after {
  display: block;
  content: "";
  clear: both;
}

.youtubevedioDiv ul {
  margin: 0;
  padding: 0;
}

.youtubevedioDiv ul li {
  list-style-type: none;
  float: left;
  height: 250px;
  padding: 0 15px;
  width: 33.33%;
}

.youtubevedioDiv ul li:nth-child(3n+1) {
  clear: both;
}

.youtubevedioDiv ul li.vedioLi {
}

.btn-subscribe-wrapper {
  text-align: center;
}

.btn-subscribe {
  background: #CD201F;
  border: 1px solid #A11110;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  margin-top: 10px;
}

.btn-subscribe:hover {
  background: #BD081C none repeat scroll 0% 0%;
}

.btn-subscribe img {
  height: 24px;
  padding-right: 10px;
  vertical-align: middle;
}

/* suite_commande_store style */
.relative {
  position: relative;
  left: 0;
}

.table_style {
  display: block;
}

.table_style:after {
  content: '';
  display: block;
  clear: both;
}

.table_style table {
  width: 100%;
}

/* toile_de_store_a_projection style*/
.data_list {
  margin: 40px 0 0;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.data_list .data_left .row {
  margin: 5px 0;
}

.data_list .data_left .left_side {
  text-align: left;
}

.data_list .data_left .right_side {
  padding: 0;
}

.data_list .submit_right {
  display: table;
  min-height: 270px;
}

.data_list .submit_right .Select_toile {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.flash_header {
  margin-top: 110px;
}

.max-width-full,
.autres_list fieldset.max-width-full {
  max-width: 100%;
}

.margin-null {
  margin: 0;
}

.body_box-toile_de_store_a_projection .carousel-container {
  max-width: 100%;
}

div#QUESTIONS img {
  max-width: inherit;
}

div#LIENS img {
  max-width: inherit;
}

.bgimg {
  width: 100%;
  height: 312px;
  margin: auto;
  background-position: top center;
  overflow: auto;
  background-size: cover;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.height-64 {
  height: 64px;
}

.body_box-suite_commande_store_double_pente div#complement_commande .height-64 label {
  display: none;
}

.body_box-suite_commande_store_double_pente div#FABRICATION span {
  display: block;
  width: 33%;
  float: left;
  text-align: left;
}

.body_box-accessoires div#TITRE0 > .row {
  margin-bottom: 20px;
}

.body_box-accessoires .next_btn {
  margin-right: 15%;
}

.body_box-toile_de_store_abri_de_jardin .choix_du .carousel-container {
  max-width: 100%;
}

.body_box-toile_de_store_au_metre .choix_du {
  overflow: visible;
  padding: 0 20px;
}

.cart-content {
  position: relative;
  visibility: visible;
  padding: 0px 20px 150px 20px;
}

.cart-content .header {
  margin-top: 40px;
}

.inputfield {
  width: 100%;
  margin-bottom: 3px;
}

.body_box-checkout div#ADRESSE_FACTURATION fieldset {
  min-height: 450px;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 8px 10px;
  background: #f5f5f5; /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f5f5f5 0%, #dfdfdf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dfdfdf', GradientType=0); /* IE6-9 */
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2e2e2', GradientType=0); /* IE6-9 */

}

.body_box-suite_commande_lambrequin #lambrequin fieldset .row {
  margin: 5px 0;
}

.body_box-suite_commande_lambrequin #lambrequin fieldset {
  min-height: 360px;
}

.body_box-suite_commande_lambrequin #FABRICATION {
  padding: 20px;
  margin: 20px 0;
}

.body_box-suite_commande_lambrequin #FABRICATION span {
  display: group1 block;
  width: 100%;
}

.body_box-suite_commande_lambrequin #etape_suivante {
  float: right;
  margin-right: 20px;
}

.body_box-suite_commande_lambrequin #QUESTIONS {
  margin: 30px 0 0 10px;
}

.body_box-paiement_valide {
  min-height: 500px;
}

.body_box-paiement_valide #TOUT {
  padding: 30px 0;
}

.body_box-paiement_valide #TITRE {
  padding: 0 20px;
}

/* ---------------------------------------------------------
Blog page css
------------------------------------------------------------*/
footer.blogfooter {
  text-align: left;
}

footer.blogfooter a {
  color: #00CC00;
}

footer.blogfooter a:visited {
  color: #008000;
}

.full-post {
  width: 100%;
}

/* ---------------------------------------------------------
youtube slider home css
------------------------------------------------------------*/
.youtube_video {
  display: block;
  overflow: visible;
  margin: 30px 0;
}

.youtube_video:after {
  content: '';
  display: block;
  clear: both;
}

.youtube_video fieldset {
  margin: 0;
}

.youtube_video .carousel-container {
  position: relative;
  height: auto;
  -webkit-padding-before: 0.85em;
  -webkit-padding-start: 0.75em;
  -webkit-padding-end: 0.75em;
  -webkit-padding-after: 0.625em;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-width: 2px;
  border-style: groove;
  border-color: threedface;
}

.youtube_video .carousel-container legend {
  position: absolute;
  top: -12px;
  display: inline-block;
  background: #fff;
}

.youtube_video .carousel-container div#demo {
  max-width: 750px;
  margin: auto;
}

.youtube_video .carousel-container div#demo .customNavigation {
  position: absolute;
  top: 23%;
  z-index: 10;
  width: 100%;
}

.youtube_video .carousel-container div#demo .customNavigation a {
  cursor: pointer;
}

.youtube_video .carousel-container div#demo .customNavigation a.btn.prev {
  position: absolute;
  left: -25px;
  display: inline-block;
  padding: 5px;
}

.youtube_video .carousel-container div#demo .customNavigation a.btn.next {
  position: absolute;
  right: 5px;
  padding: 5px;
}

.youtube_video .carousel-container div#demo .owl-carousel .owl-item img {
  border: 3px solid #d6d6d6;
}

.visible {
  visibility: visible;
}

#TITRE {
  margin: 25px 0;
}

#CALCUL_PRIX {
  position: relative;
  width: auto;
  height: auto;
  z-index: 10;
  margin-top: 20px;
  margin-bottom: 20px;
  /*margin-right: 55px;*/
}

#CALCUL_PRIX:after {
  clear: both;
  content: "";
  display: table;
}

#CALCUL_PRIX2 {
  float: right;
  width: auto;
  height: auto;
  z-index: 10;
  /*margin-right: 55px;*/
}

#CALCUL_PRIX2:after {
  clear: both;
  content: "";
  display: table;
}

#CHOIX_QUALITE {
  position: relative;
}

.prix {
  margin-bottom: 10px;
}

.margin_box_top_bottom {
  margin: 3px 0;
}

#LARGEUR,
#HAUTEUR,
#HAUTEUR2,
.lambrequin {
  float: left;
  margin-right: 5px;
  margin-bottom: 20px;
}

#LARGEUR #layer6,
#HAUTEUR #layer8,
#HAUTEUR2 #layer8,
.lambrequin .auto-style23,
#val-long .auto-style23{
  float: left;
  margin-right: 10px;
  font-size:0.9rem;
}

#LARGEUR input.num-input,
#LARGEUR #layer10,
#HAUTEUR #layer7,
#HAUTEUR2 #layer7 {
  float: left;
}

.lambrequin .lambrequin_select {
  position: relative;
  float: left;
}

#val-long {
  float: right;
}

#PHOTO {
  margin: 30px auto;
  max-width: 849px;
  width: 100%;
}

#QUESTIONS {
  margin-left: 15px;
}

#ASTERISQUE {
  margin-top: 30px;
}

.owl-item.loading {
  min-height: 110px;
}

span.sample-price {
  left: 0;
}

/* ---------------------------------------------------------
Mobile Menu css
------------------------------------------------------------*/
.slicknav_btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: none;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
}

.slicknav_nav ul {
  display: block;
}

.slicknav_nav li {
  background: #fff;
  display: block;
  float: none;
  width: auto;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px;
  border-radius: 5px;
}

.slicknav_menu * {
  box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}

.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}

.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}

.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #222;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 1200px) {
  .choix_du .carousel-container {
    /*height: 185px;*/
  }

  #car_toiles a.carousel-control {
    /*margin-top: 25px;*/
  }

  .youtube_video .carousel-container div#demo .customNavigation {
    top: 31%;
  }

  .body_box .liens {
    top: 1236px;
  }

  .youtube_video .carousel-container {
    height: auto;
  }

  .choix_du .carousel-container legend {
    background: #fff;
  }

  .choix_du .carousel-container legend h2 {
    margin: 0;
  }
}

@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 991px) {
  ul.nav li {
    font-size: 28px;
    padding: 0 21px;
  }

  .choix_du .carousel-container {
    height: 160px;
  }

  #car_toiles a.carousel-control {
    /*margin-top: 15px;*/
  }

  .swffile {
    display: none;
  }

  .cart-item-desc {
    max-width: 70%;
  }

  iframe {
    width: 100%;
  }

  .youtube_video .carousel-container div#demo {
    max-width: 570px;
  }

  .youtube_video .carousel-container {
    height: auto;
  }
}

@media screen and (max-width: 900px) {
  .choix_du .carousel-container {
    /*height: 190px;*/
  }

  #car_toiles a.carousel-control {
    /*margin-top: 25px;*/
  }

  .youtube_video .carousel-container {
    height: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  /* Home page style */
  #awconfig-holder {
    width: 100%;
    overflow: scroll;
    margin: auto;
  }

  #awning-configurator {
    left: 30%;
    margin-left: 0 !important;
  }

  #toiles-carousel, #owl_reviews_slider {
    width: 580px;
  }

  #car_toiles a.carousel-control {
    width: 28px;
    margin-right: 0;
  }

  #toiles-carousel .owl-wrapper-outer .owl-item {
    padding: 3px;
    text-align: center;
  }

  .logoes ul li {
    margin: 0;
    padding: 0 10px 0 0;
  }

  .logoes ul li img {
    width: auto;
    height: auto;
  }

  .logoes ul li:first-child {
    width: 121px;
  }

  .logoes ul li:nth-child(2) {
    width: 108px;
  }

  .logoes ul li:nth-child(3) {
    width: 58px;
  }

  .logoes ul li:nth-child(4) {
    width: 111px;
  }

  .logoes ul li:nth-child(5) {
    width: 76px;
  }

  .logoes ul li:nth-child(6) {
    width: 84px;
  }

  .logoes ul li:last-child {
    width: 155px;
    padding: 0;
  }

  div#GARANTIE {
    left: 0 !important;
  }

  #val-long {
    float: left;
    margin-left: 10px;
  }

  /* Home page style  end*/
  div#etape_suivante input[type="submit"] {
    width: 140px !important;
  }

  div#LIENS {
    width: auto !important;
  }

  .body_box-suite_commande_store_double_pente .height-64 select {
    width: 100% !important;
  }

  .body_box-suite_commande_store_double_pente div#FABRICATION span {
    width: auto;
    margin-right: 10px;
  }

  .body_box-accessoires div#LIENS {
    width: 70% !important;
  }

  .body_box-accessoires div#LIENS div#WRI {
    left: 396px !important;
  }

  .body_box-accessoires div#LIENS div#TOPLIEN {
    left: 303px !important;
  }

  .body_box-accessoires div#LIENS div#GRALON {
    left: 235px !important;
  }

  .body_box-accessoires div#LIENS div#EL_ANNUAIRE {
    left: 190px !important;
  }

  .body_box-toile_de_store_au_metre div#PHOTO {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .choix_du .carousel-container {
    /*height: 260px;*/
  }

  .youtube_video .carousel-container {
    height: auto;
  }

  #car_toiles a.carousel-control {
    /*margin-top: 60px;*/
  }

  div#INDEX_TOILES_DE_STORES0 {
    top: 445px !important;
  }

  .youtube_video .carousel-container div#demo .customNavigation {
    top: 37%;
  }

}

@media screen and (max-width: 767px) {

  .js #menu {
    display: none;
  }

  .js .slicknav_menu {
    display: block;
  }

  header {
    text-align: center;
  }

  ul.flag {
    float: none;
    margin: 20px auto 20px auto;
    display: inline-block;
  }

  .callus {
    /*float: none;*/
    margin-top: 10px;
  }

  /* Home page style */
  #awconfig-holder {
    width: 100%;
    overflow: scroll;
    margin: auto;
  }

  #awning-configurator {
    left: -12%;
    margin-left: 0 !important;
        transform: scale(0.5);
  }

  .youtubevedioDiv ul li {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }

  #toiles-carousel, #owl_reviews_slider {
    /*width: 390px;*/
    width: 70vw;
  }



  .choix_du .carousel-container {
    /*height: 220px;*/
  }

  #car_toiles a.carousel-control {
    width: 20px;
    margin-right: 0;
    /*margin-top: 30px;*/
    position: absolute;
    margin-top: 10px;
  }
  #car_toiles a.carousel-control.prev {
    left: 5px;
  }
  #car_toiles a.carousel-control.next {
    right: 5px;
  }

  #toiles-carousel .owl-wrapper-outer .owl-item {
    padding: 3px;
    text-align: center;
  }

  .liens {
    display: none;
  }

  .logoes ul {
    text-align: center;
  }

  .logoes ul li {
    float: none;
    display: inline-block;
    width: 32%;
    text-align: center;
    margin: 0 0 5px;
  }

  .logoes ul li img {
    width: auto;
    height: auto;
  }

  .suite {
    left: 330px;
  }

  #suite input[type="button"] {
    width: auto !important;
    height: auto !important;
    padding: 15px 40px;
  }

  div#GARANTIE {
    left: 0 !important;
  }

  a.logo img {
    max-width: 300px;
    height: auto;
  }

  .slicknav_nav li a img {
    width: auto;
    height: 45px;
  }

  .left_section, footer .right_section {
    text-align: center;
  }

  div#COMPTE_A_REBOURS {
    display: none;
  }

  #cart_widget {
    right: 5px;
  }

  div#netreviewsWidgetNum2576widget18av {
    position: relative !important;
  }

  .mfp-wrap {
    top: 0px !important;
  }

  .auto-style31 {
    padding-left: 0;
  }

  /*----- Pop up -------------*/
  .mpop_container {
    width: 100%;
  }

  .data_list {
    margin: 10px 0 0;
  }

  .data_list .data_left .left_side,
  .data_list .submit_right .Select_toile {
    text-align: center;
  }

  .data_list .data_left .right_side {
    text-align: center;
    margin-bottom: 5px;
  }

  .data_list .submit_right {
    min-height: inherit;
  }

  /* Home page style end*/
  /* table responsive */
  .table_style table,
  .table_style thead,
  .table_style tbody,
  .table_style th,
  .table_style td,
  .table_style tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .table_style thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table_style tr {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .table_style tr:first-child,
  .table_style tr:last-child {
    border: 1px solid #ccc;
  }

  .table_style tr:nth-child(odd) {
    background: #f6f6f6;
  }

  .table_style td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    white-space: normal;
    text-align: left;
    padding-left: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .table_style td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
  }

  /*Label the data*/
  .table_style td:before {
    content: attr(data-title);
  }

  .body_box-suite_commande_store div#complement_commande {
    width: 100% !important;

  }

  .body_box-suite_commande_store div#FABRICATION fieldset span {
    display: block;
  }

  .body_box-toile_de_store_a_projection .autres_list {
    margin-top: 5px;
  }

  div#SUITE {
    left: 300px !important;
    top: 90px !important;
    width: auto !important;
    height: auto !important;
  }

  div#LIENS,
  div#VENTE_FLASH {
    display: none;
  }

  div#INDEX_TOILES_DE_STORES0 {
    top: 500px !important;
  }

  div#INDEX_TOILES_DE_STORES0 fieldset {
    height: auto !important;
  }

  .body_box-toile_de_lambrequin_sur_mesure .bgimg {
    background-image: url(images/toile_pour_lambrequin_seul_568_mobile.gif);
    background-size: contain;
    background-repeat: no-repeat;
    height: 242px;
  }

  .body_box-toile_de_lambrequin_sur_mesure .auto-style31 {
    padding-left: 0;
  }

  .body_box-toile_de_store_a_double_pente .choix_du .carousel-container {
    height: 215px;
  }

  .body_box-toile_de_store_abri_de_terrasse div#INDEX_TOILES_DE_STORES0 {
    width: 100% !important;
  }

  .body_box-suite_commande_store_double_pente div#complement_commande .height-64 {
    height: 30px;
  }

  .body_box-suite_commande_store_double_pente div#complement_commande .height-64 select {
    width: 67% !important;
  }

  .body_box-suite_commande_store_double_pente div#complement_commande .double_pente_heading {
    display: none;
  }

  .body_box-suite_commande_store_double_pente div#complement_commande .height-64 label {
    display: inline-block;
    width: 30%;
  }

  .body_box-suite_commande_store_double_pente div#complement_commande .row .table:first-child .height-64 label {
    display: block;
    width: auto;
  }

  .body_box-suite_commande_store_double_pente div#complement_commande .row {
    margin-bottom: 20px;
  }

  .body_box-suite_commande_store_double_pente div#lambrequin > .row > .col-xs-12:first-child {
    margin-bottom: 20px;
  }

  .body_box-suite_commande_store_double_pente div#FABRICATION span {
    width: auto;
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .body_box-suite_commande_store_double_pente div#lambrequin .row label {
    text-align: left;
  }

  .body_box-accessoires div#TITRE0 .col-xs-12 {
    width: 50%;
    margin-bottom: 30px;
  }

  .body_box-accessoires div#TITRE0 .col-xs-12:nth-child(2n+1) {
    clear: both;
  }

  .body_box-accessoires div#TITRE0 .row.action_btn .col-xs-12 {
    width: 100%;
  }

  .body_box-toile_de_store_au_metre div#PHOTO {
    padding: 0 20px;
    top: 20px !important;
  }

  .cart-item-desc {
    width: 80%;
  }

  .total-block {
    margin-top: 10px;
  }

  .body_box-checkout div#ADRESSE_FACTURATION fieldset {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .body_box-checkout div#CGV {
    padding-right: 0 !important;
  }

  .body_box-toile_de_store_a_double_pente .choix_du.youtube_video div#carouselcontainer {
    height: auto;
  }

  /*----------- Blog page css ---------------*/
  #posts,
  #sidebar,
  .single-post-text h2 {
    width: 100%;
    float: none;
  }

  .search-form {
    margin: 0;
  }

  #sidebar h2,
  .sidebar-ads-wrap,
  ul.sidebar-content li ul {
    padding-left: 0;
  }

  .single-post-image {
    float: none;
  }

  div#lambrequin div#fixation_lambrequin {
    margin: 20px 0 0 0;
  }

  .youtube_video .carousel-container {
    height: auto;
  }

  .youtube_video .carousel-container div#demo {
    max-width: 400px;
  }

  #val-select {
    width: 105px;
  }

}

@media screen and (max-width: 567px) {

  /* Home page style */
  a.logo img {
    max-width: 230px;
  }

  #awning-configurator {
    /*left: 70%;*/
  }

  div#CHOIX_QUALITE {
    text-align: left;
  }

  div#CHOIX_QUALITE select.auto-style19 {
    width: 170px !important;
  }

  .suite {
    left: 0;
    top: 220px;
    width: auto;
    height: auto;
  }

  div#AUTRES_PRODUITS {
    top: 770px !important;
  }

  .choix_du .carousel-container #toileSearchCarousel {
    width: 100%;
    max-width: 208px;
  }

  .choix_du .carousel-container #toileSearchCarousel #carousel_search label {
    margin-bottom: 10px;
    display: block;
  }

  .choix_du .carousel-container #toileSearchCarousel #carousel_search input#tsrchbox {
    width: 100%;
    margin-bottom: 5px;
  }

  #toiles-carousel,#owl_reviews_slider {
    /*width: 158px;*/
  }

  .owl-carousel .owl-item img {
    /*width: 100%;*/
  }

  .choix_du .carousel-container {
    height: 240px;
  }

  #car_toiles a.carousel-control {
    /*margin-top: 0px;*/
  }

  div#QUESTIONS {
    top: 1420px !important;
    width: auto !important;
    height: auto !important;
  }

  #DICKSON, #NOMBRE #layer15 {
    left: 0 !important;
  }

  div#VENTE_FLASH {
    width: 100% !important;
    left: 0 !important;
  }

  div#LARGEUR div#layer10 {
    width: auto !important;
  }

  h2.accordion {
    position: relative;
    padding-right: 40px;
    line-height: 20px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto !important;
  }

  .accordion-sign {
    margin-top: 10px;
    position: absolute;
    right: 0;
    top: 0;
  }

  /* Home page style END */
  .table_style table {
    width: 230px;
  }

  .table_style td {
    font-size: 13px;
    padding-left: 55%;
  }

  .table_style td:before {
    font-size: 12px;
  }

  div#SUITE {
    left: 0px !important;
    top: 240px !important;
  }

  div#INDEX_TOILES_DE_STORES0 {
    top: 630px !important;
  }

  div#INDEX_TOILES_DE_STORES0 fieldset {
    margin: 0;
  }

  .body_box-toile_de_lambrequin_sur_mesure .bgimg {
    background-image: url(images/toile_pour_lambrequin_seul_320_mobile.gif);
    height: 196px;
  }

  .body_box-suite_commande_store_double_pente div#complement_commande .height-64 label {
    display: block;
    width: auto;
    margin-bottom: 3px;
    margin-top: 10px;
  }

  .body_box-suite_commande_store_double_pente div#complement_commande .height-64 select {
    width: 100% !important;
  }

  .body_box-suite_commande_store_double_pente div#complement_commande .row .table:first-child .height-64 label {
    margin: 0;
  }

  .body_box-accessoires div#TITRE0 .col-xs-12 {
    width: 100%;
  }

  .body_box-samples-order_top #H1 {
    position: relative !important;
    top: 0 !important;
  }

  .cart-price {
    width: 40px;
  }

  .cart-item-desc {
    text-align: justify;
  }

  .body_box-confirmation_commande_store .load input {
    margin: 0 5px;
  }

  .body_box-confirmation_commande_store .load img {
    display: none;
  }

  /*----------- Blog page css ---------------*/
  .single-post-content,
  .meta {
    width: 100%;
    float: none;
  }

  .logo {
    width: 100%;
    height: auto;
  }

  .meta {
    margin-left: 0;
    border-top: 1px solid #eee;
    padding-left: 0;
    border-left: none;
    padding-top: 15px;
  }

  form#commentform textarea,
  form#commentform input {
    width: 100%;
  }

  #LARGEUR, #HAUTEUR, .lambrequin {
    margin-right: 0;
    margin-bottom: 10px;
  }

  #val-select {
    width: 105px;
  }

  #val-long {
    float: left;
    margin-bottom: 20px;
  }

  .youtube_video .carousel-container {
    height: auto;
  }

  .youtube_video .carousel-container div#demo {
    max-width: 170px;
  }

  .youtube_video .carousel-container div#demo .customNavigation {
    top: 11%;
  }

  .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-left-page .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-right-page .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-desktop-bottom-bar .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-mobile-top-bar .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-mobile-bottom-bar .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-right-sidebar-article .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-left-sidebar-article .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-top-left-article .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-top-center-article .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-top-right-article .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-header-left-article .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-header-center-article .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-header-right-article .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-bottom-left-article .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-bottom-center-article .sumome-share-client-share, .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-bottom-right-article .sumome-share-client-share {
    height: 40px !important;
    width: 40px;
    padding: 5px;
  }
}

@media screen and (max-width: 479px) {
  .choix_du .carousel-container {
    height: 250px;
  }

  #car_toiles a.carousel-control {
    /*margin-top: 20px;*/
  }

  .body_box-toile_de_store_a_double_pente .choix_du .carousel-container {
    height: 250px;
  }

  .youtube_video .carousel-container div#demo .customNavigation {
    top: 31%;
  }

  .youtube_video .carousel-container {
    height: auto;
  }
}

#logout,#signin {
  float: right;
  margin-right: 20px;
}

.header-item {
  float: left;
  margin-right: 20px;
}

#hello_box {
  margin-left: 15px;
  float: left;
}

.top-margin {
  margin-top: 10px;
}

.top-margin2 {
  margin-top: 20px;
}

.top-margin3 {
  margin-top: 30px;
}


.right {
  float: right;
}

.right:after {
  content: "";
  clear: both;
}

.small {
  font-size: 0.8em;
}

.inline-block {
  display: inline-block;
}

.autres_narrow {
  width: 820px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .autres_narrow {
    width: 95%;
    margin: 0 auto;
  }
}

#menu {
  display: flex;
  justify-content: space-between;
}

#scroll_to_top {
  position: fixed;
  right: 10px;
  width: 110px;
  text-align: center;
  bottom: 220px;
  display: none;
}

#scroll_to_top a {
  text-decoration: none;
}

@keyframes arrow-up {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  30% {
    opacity: 0.7;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.scroll-arrow {
  animation: arrow-up 2s ease-out infinite;
}


.callus2 {
  
  margin-top:25px;
}

.header-item2 {
  float: right;
  /*margin-right: 20px;*/
  
}

.top-menu {
  margin-top: 25px;
}

#menu2 {
  display: flex;
  justify-content: space-between;

  margin-top: 20px;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {

  .js #menu2 {
    display: none;
  }

  .callus2 {
    float: none;
    margin-bottom: 10px;
    margin-left: -70px;
  }

  #flags_widget {    
    right: 5px;    
  }

  .top-menu {
    margin-top: 0;
  }
}


.pickup-point {
  margin-bottom: 1rem;
}

.pickup-logo {
  float: left;
  width: 3rem;
  margin-right: 1rem;
}

.pickup-info {
  float: left;
  width: 70%;
}

.pickup-popup {
  float: right;
  width: 4rem;
}

.pickup-radio {
  float: right;

  margin-left: 1rem;
}

.pickup-point:after {
  content: "";
  display: block;
  clear:both;
}

#mondial_section{

  font-weight: normal;
  font-family: DPDPlutoSansLight;
  font-size: 0.8rem;
  margin: 20px 40px;
}

.shipping-status {
  padding: 0 20px;
  margin-top: 10px;
}

#selectToile {
  border-radius: 5px;
}

.mpopup-content .left_side strong {
  vertical-align: top;
}

@media (max-width:768px) {
  #scroll_to_top {
    right: -20px;
  }
}

.left-padding1 {
  padding-left:20px;
}

#toile_popup .mpopup-content img[height] {
  height: 300px;
  width: 400px;
}

#owl_reviews_slider img:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .reparer-accordion {
    height: auto;
    line-height: 1;
  }
  .info-header {
    padding: 10px;
  }
  img {
    height: auto;
  }
  #info_section h3 {
    text-indent: 0;
    margin: 25px 0;
  }
  
}
