.agences a:hover {
    color: #fff !important;
}

.mh-480 {
    height: 500px;
}

.product-cart-wrap {
    position: relative;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 15px;
    overflow: hidden;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
}

.product-cart-wrap .product-img-action-wrap {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    max-height: 320px;
    padding: 25px 25px 0 25px;
}

.product-cart-wrap .product-img-action-wrap .product-img {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 186px;
}

.product-cart-wrap .product-img-action-wrap .product-img a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.product-cart-wrap .product-img-action-wrap .product-img-zoom a img {
    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
    transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
    max-height: 187px;
}

.product-cart-wrap .product-img-action-wrap .product-action-1 {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #00ccff;
}

.product-cart-wrap .product-action-1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 9;
    -webkit-box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
}

.product-cart-wrap .product-action-1 button::after, .product-cart-wrap .product-action-1 a.action-btn::after {
    bottom: 100%;
    left: 50%;
    position: absolute;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 11px;
    padding: 7px 10px;
    color: #ffffff;
    background-color: #00ccff;
    content: attr(aria-label);
    line-height: 1.3;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
}

.product-cart-wrap .product-action-1 button::before, .product-cart-wrap .product-action-1 a.action-btn::before {
    content: '';
    position: absolute;
    left: calc(50% - 7px);
    bottom: 100%;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    border: 7px solid transparent;
    border-top-color: transparent;
    border-top-color: #00ccff;
    z-index: 9;
    margin-bottom: -13px;
    transition-delay: .1s;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    opacity: 0;
    visibility: hidden;
}

.product-cart-wrap .product-content-wrap {
    padding: 20px 20px 20px 20px;
}

.product-cart-wrap .product-content-wrap h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 18px;
    height: 85px;
}

h3, .little-title {
    font-size: 1rem;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
}

#accordionExample h3,
.lire-txt h3{
    text-transform: none !important;
}

.product-cart-wrap .product-content-wrap h3 a {
    color: #253D4E;
}

.product-cart-wrap .product-card-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 64px;
}

.product-cart-wrap .product-content-wrap .product-price {
    padding-top: 5px;
}

.mt-10 {
    margin-top: 10px !important;
}

.product-cart-wrap .product-content-wrap .product-price span.from {
    font-size: 12px;
    color: #000;
}

.product-cart-wrap .product-content-wrap .product-price span.old-price {
    font-size: 12px;
    color: #ff0000;
    text-decoration: line-through;
}

.product-cart-wrap .product-content-wrap .product-price span {
    font-size: 18px;
    font-weight: bold;
    color: #00ccff;
}

.product-cart-wrap .product-content-wrap .product-price span {
    font-size: 18px;
    font-weight: bold;
    color: #00ccff;
}

.product-cart-wrap .product-content-wrap .product-price span.article-unite {
    font-size: 14px;
    color: #000;
}

.product-cart-wrap .product-content-wrap .product-price span {
    font-size: 18px;
    font-weight: bold;
    color: #00ccff;
}

.addCart, .choose {
    padding: 10px 2px !important;
}

.choose {
    display: inline-block;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid transparent;
    background-color: #182c4f;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    letter-spacing: 0.5px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.btn:hover, .button:hover {
    background-color: #ff8200;
}

.btn:hover {
    color: #fff;
}

.hover-up:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.product-cart-wrap:hover {
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #f5f6f7;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
}

.hello-img img {
    min-width: 100% !important;
}

.article-title, .article-price, .article-unite {
    font-weight: unset !important;
    text-transform: unset
}

.product-cart-wrap .product-content-wrap h3 a {
    color: #253D4E;
}

.product-cart-wrap .product-content-wrap .product-price span.from {
    font-size: 12px;
    color: #000;
    font-weight: unset;
}

.product-cart-wrap .product-content-wrap .product-price span {
    font-size: 18px;
    color: #253D4E;
}

.product-cart-wrap .product-badges.product-badges-position {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.product-cart-wrap .product-badges.product-badges-mrg {
    margin: 0 0 10px;
}

.product-cart-wrap .product-badges span.best {
    background-color: #b0413e;
}

.product-cart-wrap .product-badges span {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    border-radius: 15px 0 20px 0;
    color: #fff;
    padding: 9px 20px 10px 20px;
}

.product-cart-wrap .product-content-wrap .product-price span.old-price {
    font-size: 12px;
    color: #ff0000;
    text-decoration: line-through;
}
.searchInput {
    background: #fff;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.12);
}

.searchInput input {
    height: 55px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 0 20px;
    font-size: 14px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.searchInput.active input {
    border-radius: 5px 5px 0 0;
}

.searchInput .resultBox {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
    border-radius: 0 0 5px 5px;
}

.searchInput.active .resultBox {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
}

.resultBox li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
}

.searchInput.active .resultBox li {
    display: block;
}

.resultBox li:hover {
    background: #efefef;
}

.searchInput .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #644bff;
    cursor: pointer;
}

ul li .m-basket-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    height: 5.625rem;
    position: relative;
    background: 0 0;
}

ul li .m-basket-card__head {
    padding: 0;
}

.m-basket-card__head {
    padding: 1.5rem 1.875rem 0 .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

ul li .m-basket-card__head .m-basket-card__col--product {
    width: 100%;
}

ul li .m-basket-card__head .m-basket-card__col {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

ul li .m-basket-card__head .m-basket-card__img {
    left: 0;
    width: 5.5rem;
    top: .8125rem;
}

.m-basket-card__col--product {
    display: block;
    width: 15.625rem;
}

.m-basket-card__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.m-basket-card__img {
    width: 3.938rem;
    position: absolute;
    top: 1.5625rem;
    left: .625rem;
}

.m-basket-card__img img {
    max-width: 100%;
}

ul li .m-basket-card__head .m-basket-card__title {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.29;
    letter-spacing: normal;
    color: #253342;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    min-height: auto;
}

.m-basket-card__title {
    float: left;
    font-size: 1rem;
    font-weight: 700;
    color: #253342;
    text-align: left;
    margin-top: 5px;
    line-height: 1.2em;
    min-height: 4.5rem;
    margin-bottom: 0;
}

h3.m-basket-card__title {
    text-transform: unset;
}

ul li .m-basket-card__head .m-basket-card__col {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.m-basket-card__col:nth-last-child(1) {
    text-align: right;
}

.m-basket-card__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

ul li .m-basket-card__head .m-basket-card__col span {
    padding: 0;
    background-color: transparent;
}

.m-p-search-area__suggestions__list span {
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: #8e9fad;
    display: block;
    background-color: #fff;
    padding: 30px 24px 12px;
}

.m-basket-card__price {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    color: #8e9fad;
    line-height: 1.1em;
}

ul li .m-basket-card__head .m-basket-card__col span.m-basket-card__price--total sub {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: normal;
    color: #5f6b76;
}

.m-basket-card__price--total sub {
    font-size: 1.125rem;
    font-weight: 700;
    color: #253342;
}

ul li .m-basket-card__head .m-basket-card__col span.m-basket-card__price--total sup {
    font-size: .6875rem;
    font-weight: 700;
    line-height: 1.45;
    color: #5f6b76;
    letter-spacing: normal;
    top: -6px;
}

.m-basket-card__price--total sup {
    font-size: .625rem;
    font-weight: 700;
    color: #253342;
    top: -3px;
}

.m-basket-card__price sup {
    font-size: .6875rem;
    font-weight: 700;
    color: #8e9fad;
    position: relative;
    top: -2px;
}
#veranda .sc-title h2 {
    font-size: 40px;
}
@media (max-width: 767px) {
    .votre-projet .sc-title h2 {
        font-size: 30px !important;
    }
}
.comble-list .item figure figcaption h3 {
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    text-transform: none;
}
.besoin-box .head h3 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    text-transform: none;
}
.besoin-box .icon-list .item .text h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: normal;
}
.iso-box h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    margin: 10px 0;
    text-transform: none;
}