/*=== Header area start ===*/

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

body {	
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #333333;	
}

a {
    text-decoration: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}

::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 70px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}

.header-area {
    background-image: url(images_new4/01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 400px;
}

.header-item {
    max-width: 1170px;
    margin: 0 auto;
}

.header-item-inner {
    display: flex;
    align-items: center;
}

.header-item-inner2 {
    margin-right: 225px;
}

h1 {
  font-size: 42px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  /*margin: 0 0 50px;*/
}

.header-item-inner2 ul {
    display: flex;
    align-items: center;
}

.header-item-inner2 ul li a {
    font-size: 18px;
    color: #fff;
    display: block;
    margin-right: 20px;
}

.header-item-inner2 ul li a:hover {
    color: #F9A01B;
}

.header-item-inner3 {
    margin-bottom: -57px;
}

.header-item-inner4 {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.header-item-inner4 .fa-bars {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    margin-right: 10px;
}

.header-item-inner4 > ul {
    display: flex;
    align-items: center;
}


.header-item-inner4 > ul .dropdown-toggle:after {
    display: none;
}

.header-item-inner4 > ul .dropdown-toggle {
    color: #fff;
    margin-right: 20px;
    align-items: center;
}

.header-item-inner4 > ul .dropdown-toggle i {
    margin-left: 8px;
}

.header-item-inner4 > ul > li {
    position: relative;
}

.header-item-inner4 > ul > li img {
    cursor: pointer;
}

.header-item-inner4 > ul > li span {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -4px;
    right: -12px;
    width: 19px;
    height: 19px;
    background: #FFCA0A;
    border-radius: 50%;
}

.header-item-inner5 ul {
    display: flex;
    align-items: center;
    padding: 18px 0 32px;
    border-top: 1px solid #fff;
}

.header-item-inner5 ul li a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-right: 20px;
}

.header-item-inner5 ul li:nth-of-type(4) {
    margin-left: auto;
}

.header-item-inner5 ul li:last-of-type a {
    margin-right: 0;
}

.header-item-inner5 ul li a:hover {
    color: #F9A01B;
}

.offcanvas-start {
    width: 250px;
    border-right: none;
    padding: 30px 15px;
}

.offcanvas-start .fa-times {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
    font-size: 22px;
    cursor: pointer;
}

.offcanvas-start .header-item-inner5 ul {
    flex-direction: column;
    align-items: flex-start;
}

.offcanvas-start .header-item-inner5 ul li:nth-of-type(4) {
    margin-left: 0;
}

.offcanvas-start .header-item-inner5 ul li a {
    margin: 0;
    margin-bottom: 15px;
    color: #000;
}

.offcanvas-start .header-item-inner5 ul li a:hover {
    color: #F9A01B;
}

.header-item2 {
    max-width: 1170px;
    margin: 0 auto;
}

.header-item2-inner {
    padding: 25px 20px 25px 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 15px;
    z-index: 999999;
    transform: translateY(18px);
    margin-top: -18px;
}

.header-item2-inner2 {
    width: calc(100% - 255px);
    padding-right: 55px;
}

.header-item2-inner2 > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-item2-inner2 > ul .dropdown-toggle:after {
    display: none;
}

.header-item2-inner2 > ul .dropdown-toggle {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    align-items: center;
}

.header-item2-inner2 > ul .dropdown-toggle i {
    margin-left: 6px;
}

.header-item2-inner2 > ul > li:first-of-type .dropdown-toggle {
    color: #F9A01B;
}

.header-item2-inner3 {
    display: flex;
    align-items: center;
}

.header-item2-inner3 img {
    max-width: 100%;
    margin-right: 16px;
}

.header-item2-inner3 p {
    font-size: 16px;
    font-weight: 700;
    color: #2D2F30;
    margin: 0;
}

.header-item2-inner3 p a {
    font-size: 28px;
    font-weight: 600;
    color: #2D2F30;
}

.header-item2-inner4 {
    padding: 0 38px;
}

.header-item2-inner4 span {
    width: 100%;
    height: 29px;
    border-radius: 25px;
    display: block;
    background: #FFCA0A;
}

/*=== votre area start ===*/

.inner-container {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 25px 5px #C3C3C3;
    transform: translateY(-350px);
    max-width: 1165px;
    margin: 0 auto -320px;
}

.inner-container2 {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 25px 5px #C3C3C3;
  max-width: 1165px;
  margin: 0 auto;
  padding: 2rem 2rem;
}

.config-block-inner1 {
    padding: 32px 32px 16px;
}

.config-block-inner1 img {
    width: 100%;
}

.config-block-inner2 {
    padding-left: 108px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 70px;
}

.config-block-inner3 {
  width: 417px;
}

.fabrics-select-block {
  padding-left: 108px;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  align-items: flex-start;
  padding-bottom: 50px;
}

.fabrics-select-inner2 {
  margin-left: 40px;
  margin-top: 5px;
}

.config-block-inner4 {
    padding: 14px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #9F9F9F;
    border-radius: 10px;
    margin-bottom: 20px;
}

.config-block-inner4 h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    display: flex;
    align-items: center;
}

.config-block-inner4 h3 img {
    max-width: 100%;
    margin-right: 14px;
}

.config-block-inner4 input {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  padding: 0 16px;
  display: flex;
  align-items: center;
  height: 38px;
  border: 1px solid #9F9F9F;
  border-radius: 8px;
  appearance: none;
  /*background-image: url(images_new4/07.png);*/
  /*background-repeat: no-repeat;*/
  /*background-size: 12px;*/
  /*background-position: calc(100% - 9px) 50%;*/
  width: 92px;
}

.config-block-inner4 select {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    padding: 0 16px;
    display: flex;
    align-items: center;
    height: 38px;
    border: 1px solid #9F9F9F;
    border-radius: 8px;
    appearance: none; 
    background-image: url(images_new4/07.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: calc(100% - 9px) 50%;
    width: 92px;
}

.config-block-inner5 select {
    width: 159px;
}

.config-block-inner6 {
    width: 556px;
    padding: 45px 34px;
    background: #FFFDF2;
    border-radius: 65px 0 0 0;
    position: relative;
}

.config-block-inner6 h2 {
    font-size: 39px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin: 0 0 14px;
}

.config-block-inner6 p {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 35px;
}

.config-block-inner6 p img {
    max-width: 100%;
    margin-right: 14px;
}

.config-block-inner6 a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 284px;
    height: 55px;
    background: #FAA31A;
    border-radius: 10px;
    margin: 0 auto;
}

.config-block-inner6 a:hover {
    opacity: .8;
}

.votre-item-inner7 {
    position: absolute;
    left: -46px;
    bottom: -63px;
}

.votre-item-inner7 img {
    max-width: 100%;
}

.fabric-color-block {
    max-width: 1260px;
    margin: 10px auto;
    /*padding-top: 76px;*/
}

.votre-item2-inner h2 {
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin: 0 0 50px;
}

.fabric-color-inner form {
    max-width: 950px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.fabric-color-inner label {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    /*display: flex;*/
    /*align-items: center;*/
    margin: 0;
}

.fabric-color-inner label img {
    margin-right: 10px;
}

.fabric-color-inner1 {
    position: relative;
    width: calc(100% - 180px);
    margin-left: 10px;
    display: inline-block;
}

.fabric-color-inner1 input {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 80px;
    width: 100%;
    height: 70px;
    border: 1px solid #9F9F9F;
    border-radius: 10px;
    background: transparent;
}

.fabric-color-inner1 button {
    font-size: 28px;
    color: #FAA31A;
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.fabric-color-inner h3 {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin: 20px 0 0px;
}

.fabrics-carousel {
  align-items: center;
  /*height: 200px;*/
}

.icons-carousel {
  /*height: 250px;*/
}

.client-samples-carousel {
  /*height: 250px;*/
}

.votre-item2-inner3 .fabrics-carousel {
    padding: 0 45px;
}

.carousel-cell {
  width: 17%;
  padding: 40px 10px 85px;
  cursor: pointer;
}

.carousel-cell img {
    width: 100%;
}

.votre-item2-inner5 {
    margin: -25px -26px;
}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;

  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
    position: absolute;
    background-image: url(images_new4/14.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: none;
    color: transparent;
    box-shadow: 0 0 20px 2px #ddd;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    top: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* vertically center */
    transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
    left: 0px;
}
.flickity-prev-next-button.next {
    right: 0px;
    background-image: url(images_new4/13.png);
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0px;
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 0px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
    width: 100%;
    bottom: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
    display: none;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

.votre-item2-inner3 .flickity-page-dots {
    display: none;
}

.page-icons-block {
    max-width: 1314px;
    margin: 0 auto;
}

.page-icons-block .icons-carousel {
    padding: 0 55px;
}

.icons-carousel .carousel-cell {
    width: 16.666%;
    padding: 40px 15px 20px;
}

.page-icons-block .flickity-prev-next-button {
    width: 48px;
    height: 48px;
}

.clients-samples-block h6 {
    font-size: 37px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin: 0;
}

.clients-samples-block h6 span {
    display: block;
    font-size: 71px;
    font-weight: 700;
}

.clients-samples-block .client-samples-carousel {
    padding: 0 25px;
}

.client-samples-carousel .carousel-cell {
    width: 30%;
    padding: 10px 15px 10px;
}

.page-icons-block .flickity-prev-next-button {
    width: 80px;
    height: 80px;
}

.articles-block {
    max-width: 1172px;
    margin: 30px auto;
    padding-bottom: 100px;
}

.articles-block h6 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin: 0;
}

.articles-block h2 {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 0 0 42px;
}

.ziehharmonika h3 {
    color: #000;
    text-align: left;
    border-radius: 4px;
    padding: 18px 30px;
    cursor: pointer;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    padding-right: 80px;
    border-radius: 10px;
    border: 1px solid #9F9F9F;
    transition: 0.25s all;
    position: relative;    
}

.ziehharmonika h3.active {
    background: #FFCA0A;
    border-radius: 10px 10px 0 0;
    border: none;
}

.ziehharmonika > div {
    display: none;
    background: #fff;
    border-radius: 0 0 10px 10px;
    border: 1px solid #9F9F9F;
    text-align: left;
    padding: 35px 32px 45px;
    border-top: none;
}

.ziehharmonika .collapseIcon {
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 20px;
    font-weight: 300;
    color: #FAA31A;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
}

.ziehharmonika h3.active .collapseIcon {
    color: #000;
}

.article-item-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.article-item-inner {
    max-width: 722px;
} 

.ziehharmonika h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 14px;
}

.ziehharmonika p {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 0;
}

.ziehharmonika p span {
    display: block;
    margin-top: 25px;
}

.ziehharmonika h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin: 30px 0 16px;
}
 
.ziehharmonika > span {
    height: 28px;
    width: 100%;
    display: block;
}

.questions-block {
    padding-top: 42px;
}

.questions-block a {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 332px;
    height: 70px;
    background: #FAA31A;
    border-radius: 10px;
    margin: 0 auto;
}

.questions-block a:hover {
    opacity: .8;
}

/*=== footer area start ===*/

.footer-area {
    background-image: url(images_new4/27.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 10px;
}


.fabric-color-block .carousel-cell {
  width: 17%;
  padding: 40px 10px 85px;
  cursor: pointer;
}

.icons-carousel .carousel-cell {
  cursor: pointer;
}

.client-samples-carousel .carousel-cell {
  cursor: pointer;
}

#toile_popup * {
  font-size: 1rem;
}

.image-container {
  position: relative;
  text-align: center;
}

.fabric-title {
  text-align: center;
  font-weight: bold;
  font-size:1.2rem
}

.fabric-image {
  width: 100%;
}

#toile_popup .outofstock-text {
  color: red;
  font-size: 1.7rem;
  position: absolute;
  top: 198px;
  width: 100%;
}

#toile_popup {
  max-width: 80vw;
}

#next_btn {
  margin-top: 20px;
  background: #1AC6FA;
  display: none;
}

select[name=QUALITE_TOILE]
{
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  padding: 0 16px;
  display: flex;
  align-items: center;
  height: 38px;
  border: 1px solid #9F9F9F;
  border-radius: 8px;
  appearance: none;
  width: 450px;
  margin-top: -6px;
}

.client-samples-carousel img {
  height: 250px;
  width: 350px;
}


.review-info-left {
  padding-left: 35px;
}

.article-image-block-left {
  float: left;
  padding: 15px 15px 15px 0;
}

.article-image-block-right {
  float: right;
  padding: 15px 0px 15px 15px;
}

.header-area .container {
  position: relative;
  z-index: 343434;
}

#loading {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  left:0;
  top:0;
  background-color: black;
  opacity: 0.4;
  z-index: 1000;
}

#loading img{
  position: absolute;
  left: 50%;
  top:50%;
  z-index: 1001;
}

.cart-item-desc {
  float: left;
  max-width: 80%;
  width: auto;
}

.cart-details {
  font-size: 0.8em;
}

.cart-price {
  float: right;
  width: 70px;
  text-align: right;
}

.cart-delete {
  float: right;
  width: 40px;
}

.line-through {
  text-decoration: line-through;
}

.total-price {
  float: right;
  width: 100px;
  text-align: right;
}

.cart-qty {
  float: right;
  margin-right: 30px;
}

.cart-qty input {
  width: 40px;
  text-align: right;
}


.total-block {
  float: right;
}

.insurance-block {
  float: right;
}

.g-recaptcha {
  display: inline-block
}

.checkout-cart-block {
  margin-left: 20px;
  margin-top: 30px;
}

#CGV {
  visibility: visible;
  text-align:right;
  margin-bottom:40px;
  padding-right: 200px;
}

#img_popup {
  width: 500px!important;
  padding: 0;
}

#img_popup .mpopup-content {
  padding: 0;
  overflow: auto;
}

.pergola-img-selected {
  border: 2px solid black;
}

.config-block-fabrics {
  margin: 10px 50px;
}

.aux-block {
  padding-left: 108px;
  display: flex;
  flex-direction: column;
}

.calcul-btn-block {
  align-self: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
  width: 556px;
  padding: 45px 34px;
  background: #FFFDF2;
  border-radius: 65px 0 0 0;
  position: relative;
}

.calcul-btn-block h2 {
  font-size: 39px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin: 0 0 14px;
}

.calcul-btn-block a:hover {
  opacity: .8;
}

.calcul-btn-block a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 284px;
  height: 55px;
  background: #FAA31A;
  border-radius: 10px;
  margin: 0 auto;
}



img[src="images/ajouter_au_chariot.gif"] {
  cursor: pointer;
}

.lambrequin_select {
  position: relative;
}