<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#butPro * {
    font-family: "CircularStd", Helvetica, Arial, Sans-Serif;
}

#butPro .wrapper {
    min-width: 940px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

#butPro .cta {
    display: inline;
    padding: 10px;
    background-color: #d50100;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    transition: all .2s ease-out;
}

#butPro a:hover.cta,
#butPro .focus a:hover .cta {
    background-color: #a20100;
}

#butPro .breadcrumb {
    font-size: 12px;
    margin: 20px auto;
}

#butPro .breadcrumb li {
    display: inline-block;
    margin-right: 20px;
    position: relative
}

#butPro .breadcrumb li strong {
    font-weight: normal;
}

#butPro .breadcrumb li:before {
    border: 1px solid #38373c;
    border-left: 0;
    border-top: 0;
    content: "";
    display: inline-block;
    height: 6px;
    position: absolute;
    right: 0;
    transform-origin: center center;
    transition: all .2s ease-out;
    width: 6px
}

#butPro .breadcrumb li:before,
#butPro .breadcrumb li:hover:before {
    transform: translate(14px, 3px) rotate(-45deg)
}

#butPro .breadcrumb li:first-child a {
    text-decoration: underline;
}

#butPro .breadcrumb li:last-child:before {
    display: none
}

#butPro .barInfo {
    display: block;
    background-color: #ca0511;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 17px 0;
}

#butPro .intro {
    background: url("https://media.but.fr/template/butPro/desktop/v2/Landing-desktop-header.png") no-repeat 100% 0 #201f24;
    background-size: cover;
    margin-bottom: 5%;
}

#butPro .intro .wrapper {
    padding: 4% 20px;
}

#butPro .intro h2 {
    padding-bottom: 3%;
}

#butPro .intro p {
    font-size: 34px;
    line-height: 38px;
    color: #fff;
    padding-bottom: 3%;
}

#butPro .intro .cta{
    font-size: 22px;
    padding: 15px 20px;
}

#butPro h3 {
    color: #000;
    font-size: 44px;
    text-align: left;
    margin-bottom: 5%;
}

#butPro .important {
    color: #d50100;
}

#butPro .services{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 45px;
    margin-bottom: 5%;
}

#butPro .services li {
    width: 22%;
}

#butPro .services li .box,
#butPro .services li .box strong{
    display: block;
}

#butPro .services li .box{
    padding: 2rem 1rem;
    overflow: hidden;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

#butPro .services li .box:before{
    display: block;
    width: 22%;
    margin: 0 auto;
}

#butPro .services li .box strong,
#butPro .services li .box p {
    text-align: center;
    color: #030303;
    padding-top: 10%;
    font-size: 1.7rem;
    line-height: 1.9rem;
}

#butPro .services .proRange .box:before{
    content: url("https://media.but.fr/template/butPro/picto-gamme-pro.svg");
}

#butPro .services .installDelivery .box:before{
    content: url("https://media.but.fr/template/butPro/picto-livraison-montage.svg");
}

#butPro .services .complexProject .box:before{
    content: url("https://media.but.fr/template/butPro/picto-projet-complexe.svg");
}

#butPro .services .stylesChoice .box:before{
    content: url("https://media.but.fr/template/butPro/picto-choix-styles.svg");
}

#butPro .services .dedicatedContact .box:before{
    content: url("https://media.but.fr/template/butPro/picto-interlocuteur-pro.svg");
}

#butPro .services .partnerNearU .box:before{
    content: url("https://media.but.fr/template/butPro/picto-proximite.svg");
}

#butPro .services .immediateAvailability .box:before{
    content: url("https://media.but.fr/template/butPro/picto-disponibilite.svg");
    transform: scale(1.2);
}

#butPro .services .payment .box:before{
    content: url("https://media.but.fr/template/butPro/picto-paiement.svg");
    transform: scale(1.3);
}

#butPro .whateverYourNeeds{
    background-color: #d50002;
    margin-bottom: 5%;
}

#butPro .whateverYourNeeds .wrapper{
    background: url("https://media.but.fr/template/butPro/desktop/v2/Landing-desktop-liste-pros.png") 100% 0 no-repeat transparent;
    padding: 160px 750px 160px 20px;
}

#butPro .whateverYourNeeds .wrapper p{
    color: #030303;
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 18px;
}

#butPro .whateverYourNeeds .wrapper h4{
    color: #ffffff;
    font-size: 36px;
    line-height: 36px;
}

#butPro .wrapper .gallery{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: calc(5% + 30px);
}

#butPro .wrapper .gallery a{
    position: relative;
    display: block;
    width: calc(25% - 20px);
}

#butPro .wrapper .gallery a .content-overlay{
    position: absolute;
    height: 55%;
    width: 100%;
    left: 0;
    bottom: 2px;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    background: -moz-linear-gradient(top,  rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
}

#butPro .wrapper .gallery a:hover .content-overlay {
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6ffffff',GradientType=0 ); /* IE6-9 */
}

#butPro .wrapper .gallery a img {
    width: 100%;
    height: auto;
    justify-items: stretch;
    align-items: stretch;
}

#butPro .wrapper .gallery a strong{
    color: #fff;
    font-size: 22px;
    padding: 20% 5% 5% 5%;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#butPro .wrapper .gallery a:hover strong {
    color: #000;
}

#butPro .catalogue{
    background-color: #f4f3f1;
    padding: 50px 0;
    margin-bottom: calc(5% + 14px);
}

#butPro .catalogue .wrapper{
    padding-right: 360px;
    position: relative;
}

#butPro .catalogue .wrapper:after {
    content: url("https://media.but.fr/template/butPro/desktop/v2/Landing-desktop-catalogue-BUTPRO.png");
    position: absolute;
    bottom: -80px;
    right: 14px;
}

#butPro .catalogue .wrapper h3{
    font-size: 38px;
}

#butPro .wrapper .moreChoice h3 {
    margin-bottom: 3%;
}

#butPro .wrapper .moreChoice .filters{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2rem 1rem;
    margin-bottom: 5%;
}

#butPro .wrapper .moreChoice .filters .filter{
    display: inline-block;
    line-height: 2rem;
    margin: 0;
    background-color: #fff;
    border: 1px solid #38373c;
    border-radius: 5rem;
    color: #38373c;
    cursor: pointer;
    font-size: 2rem;
    padding: 1rem 1.5rem;
    text-align: center;
    transition: all .2s ease-out;
}

#butPro .wrapper .moreChoice .filters a.filter:hover{
    background-color: #f2f2f2;
    border-color: #2c2b2f;
}

#butPro .wrapper .moreChoice .filters .filter span{
    display: inline-block;
    max-width: 50rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

#butPro .t2sButPro{
    overflow: hidden;
}

#butPro .t2sButPro .wrapper{
    margin-bottom: 5%;
    position: relative;
}

#butPro .t2sButPro .wrapper:after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 30px;
    left: -400%;
    width: 800%;
    height: 310px;
    background-color: #d50002;
}

#butPro .t2sButPro .wrapper .owl-carousel {
    background-color: #fff;
    margin-right: 0;
    width: 100%;
    position: relative;
    padding: 0 3%;

    box-shadow: 1px 16px 16px 9px rgba(0,0,0,0.15);
    -webkit-box-shadow: 1px 16px 16px 9px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 16px 16px 9px rgba(0,0,0,0.15);
}

#butPro .t2sButPro .wrapper .owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
}

#butPro .t2sButPro .wrapper .owl-carousel .owl-stage-outer .owl-item,
#butPro .t2sButPro .wrapper .owl-carousel .owl-stage-outer .owl-stage{
    align-items: stretch;
    display: flex;
}

#butPro .t2sButPro .wrapper .bloc_produit_target2sell {
    align-items: stretch;
    display: flex;
    margin: 10px;
}

#butPro .t2sButPro .wrapper a {
    box-shadow: inset 0 0 0 1px #fff;
    display: block;
    padding-bottom: 20px;
}

#butPro .t2sButPro .wrapper a:hover {
    box-shadow: inset 0 0 0 1px #dfdfdf;
}

#butPro .t2sButPro .wrapper a &gt; div:first-child {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

#butPro .t2sButPro .wrapper a .first_product_image {
    align-content: center;
    display: flex;
    height: 229px;
    justify-content: center;
    padding: 5px;
    width: 100%;
}

#butPro .t2sButPro .wrapper a .first_product_image img {
    -o-object-fit: contain;
    object-fit: contain;
}

#butPro .t2sButPro .wrapper .picto-com {
    left: 20px;
    position: absolute;
    top: 20px;
    z-index: 1;
}

#butPro .t2sButPro .wrapper .picto-com &gt; div {
    background-color: #fff;
    color: #fff;
    font-size: 1.4rem;
    padding: 0.5rem;
    text-transform: uppercase;
}

#butPro .t2sButPro .wrapper a &gt; p {
    padding: 0 20px;
}

#butPro .t2sButPro .wrapper .limite-etc {
    font-size: 2rem;
    height: 4.5rem;
    line-height: 2.2rem;
    margin-bottom: 1rem;
    overflow: inherit;
    overflow: hidden;
}

#butPro .t2sButPro .wrapper .product-rating {
    display: block;
    margin-bottom: 1rem;
}

#butPro .t2sButPro .wrapper .product-rating:before {
    background-image: url("https://media.but.fr/Desktop/Homepage/hp_t2s_derniers_produits_vus/rating.png");
    background-size: 100% auto;
    content: "";
    display: inline-block;
    height: 20px;
    margin: 0 10px 3px 0;
    overflow: hidden;
    position: absolute;
    position: relative;
    vertical-align: middle;
    width: 120px;
}

@media screen and (max-width: 1200px) {
    #butPro .t2sButPro .wrapper .product-rating:before {
        height:17px;
        width: 100px
    }
}

#butPro .t2sButPro .wrapper .product-rating.stars-0-0:before {
    background-position: 0 0
}

@media screen and (max-width: 1200px) {
    #butPro .t2sButPro .wrapper .product-rating.stars-0-0:before {
        background-position:0 0
    }
}

#butPro .t2sButPro .wrapper .product-rating.stars-0-5:before {
    background-position: 0 -21px
}

@media screen and (max-width: 1200px) {
    #butPro .t2sButPro .wrapper .product-rating.stars-0-5:before {
        background-position:0 10%
    }
}

#butPro .t2sButPro .wrapper .product-rating.stars-1-0:before {
    background-position: 0 -42px
}

@media screen and (max-width: 1200px) {
    #butPro .t2sButPro .wrapper .product-rating.stars-1-0:before {
        background-position:0 20%
    }
}

#butPro .t2sButPro .wrapper .product-rating.stars-1-5:before {
    background-position: 0 -63px
}

@media screen and (max-width: 1200px) {
    #butPro .t2sButPro .wrapper .product-rating.stars-1-5:before {
        background-position:0 30%
    }
}

#butPro .t2sButPro .wrapper .product-rating.stars-2-0:before {
    background-position: 0 -84px
}

@media screen and (max-width: 1200px) {
    #butPro .t2sButPro .wrapper .product-rating.stars-2-0:before {
        background-position:0 40%
    }
}

#butPro .t2sButPro .wrapper .product-rating.stars-2-5:before {
    background-position: 0 -105px
}

@media screen and (max-width: 1200px) {
    #butPro .t2sButPro .wrapper .product-rating.stars-2-5:before {
        background-position:0 50%
    }
}

#butPro .t2sButPro .wrapper .product-rating.stars-3-0:before {
    background-position: 0 -126px
}

@media screen and (max-width: 1200px) {
    #butPro .t2sButPro .wrapper .product-rating.stars-3-0:before {
        background-position:0 60%
    }
}

#butPro .t2sButPro .wrapper .product-rating.stars-3-5:before {
    background-position: 0 -147px
}

@media screen and (max-width: 1200px) {
    #butPro .t2sButPro .wrapper .product-rating.stars-3-5:before {
        background-position:0 70%
    }
}

#butPro .t2sButPro .wrapper .product-rating.stars-4-0:before {
    background-position: 0 -168px
}

@media screen and (max-width: 1200px) {
    #butPro .t2sButPro .wrapper .product-rating.stars-4-0:before {
        background-position:0 80%
    }
}

#butPro .t2sButPro .wrapper .product-rating.stars-4-5:before {
    background-position: 0 -189px
}

@media screen and (max-width: 1200px) {
    #butPro .t2sButPro .wrapper .product-rating.stars-4-5:before {
        background-position:0 90%
    }
}

#butPro .t2sButPro .wrapper .product-rating.stars-5-0:before {
    background-position: 0 -210px
}

@media screen and (max-width: 1200px) {
    #butPro .t2sButPro .wrapper .product-rating.stars-5-0:before {
        background-position:0 100%
    }
}

#butPro .t2sButPro .wrapper .product-rating.stars-5-5:before {
    background-position: 0 -231px
}

@media screen and (max-width: 1200px) {
    #butPro .t2sButPro .wrapper .product-rating.stars-5-5:before {
        background-position:0 110%
    }
}

#butPro .t2sButPro .wrapper .product-rating span {
    color: #38373c;
    font-size: 1.6rem;
}

#butPro .t2sButPro .wrapper .owl-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 20px);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: inherit;
}

#butPro .t2sButPro .wrapper .owl-carousel .owl-nav button.owl-prev {
    left: 1%;
}

#butPro .t2sButPro .wrapper .owl-carousel .owl-nav button.owl-next {
    right: 1%;
}

#butPro .t2sButPro .wrapper .owl-carousel .owl-nav button.owl-next span,
#butPro .t2sButPro .wrapper .owl-carousel .owl-nav button.owl-prev span {
    font-size: 59px;
    color: #d50002;
}

#butPro .t2sButPro .wrapper .owl-carousel .owl-dots{
    display: none;
}

#butPro .questions {
    background-color: #f4f3f1;
    padding: 110px 0;
    margin-bottom: 5%;
}

#butPro .questions .wrapper {
    width: 940px;
    position: relative;
}

#butPro .questions .wrapper:after {
    content: url("https://media.but.fr/template/butPro/desktop/landing-BUTPRO-contact.png");
    position: absolute;
    bottom: -111px;
    right: 0;
}

#butPro .questions .wrapper h4 {
    color: #0497a9;
    font-size: 28px;
    padding-bottom: 15px;
}

#butPro .questions .wrapper .cta {
    display: block !important;
    width: 170px;
}

#butPro .questions .wrapper p {
    padding-bottom: 15px;
}

#butPro .project h3 {
    margin-bottom: 10px;
}

#butPro .project p {
    font-size: 20px;
    padding-bottom: 18px;
}


#butPro .project .partnership{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5%;
}

#butPro .project .partnershipDescription {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5%;
}

#butPro .project .partnershipDescription .butPro,
#butPro .project .partnershipDescription .lbc {
    width: 49%;
}

#butPro .project .partnershipDescription .butPro h5 {
    font-size: 20px;
    padding-bottom: 10px;
}

#butPro .project .partnershipDescription .butPro p {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
}

#butPro .project .partnershipDescription .butPro ul {
    padding-left: 20px;
    list-style: square;
}

#butPro .project .partnershipDescription .butPro ul li {
    list-style: square;
    font-size: 16px;
    line-height: 18px;
    padding: 5px 0;
}

#butPro .project .partnershipDescription .butPro ul li::marker {
    color: #d50100;
}

#butPro .project .partnershipDescription .butPro ul li:first-child {
    padding-top: 0;
}

#butPro .project .partnershipDescription .butPro ul li:last-child {
    padding-bottom: 0;
}

#butPro .project .partnershipDescription .lbc {
    padding: 2%;
}

#butPro .project .partnershipDescription .lbc img {
    width: 100%;
    height: auto;
}



#butPro .project .seo h1,
#butPro .project .seo h2 {
    text-align: center;
}

#butPro .project .seo h1 {
    font-size: 24px;
    padding-bottom: 20px;
}

#butPro .project .seo h2 {
    font-size: 16px;
}

#butPro .project .seo p {
    font-size: 14px;
    padding-bottom: 20px;
}

@media all and (max-width: 1244px) {
    #butPro .catalogue{
        padding-top: 25px;
    }
}

@media all and (max-width: 1233px) {
    #butPro .whateverYourNeeds .wrapper{
        padding-bottom: 170px;
    }
    #butPro .whateverYourNeeds .wrapper p{
        font-size: 20px;
        line-height: 20px;
    }
    #butPro .whateverYourNeeds .wrapper h4{
        font-size: 26px;
        line-height: 26px;
    }
}

@media all and (max-width: 1211px) {
    #butPro .focus a h5 {
        font-size: 28px;
    }

    #butPro .focus a p {
        font-size: 14px;
        line-height: 17px;
    }

    #butPro .focus a .details {
        padding-right: 280px;
        height: 290px;
    }

    #butPro .focus a:first-child .details:after {
        bottom: 22px;
        right: -25px;
        transform: scale(.8);
    }

    #butPro .focus a:last-child .details:after {
        bottom: 20px;
        right: -10px;
        transform: scale(.8);
    }
}

@media all and (max-width: 1181px){
    #butPro .services{
        gap: 30px;
    }
    #butPro .services li a strong,
    #butPro .services li a p{
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
}

@media all and (max-width: 1022px) {
    #butPro .focus a p {
        font-size: 12px;
        line-height: 15px;
    }

    #butPro .focus a .details strong {
        font-size: 16px;
        line-height: 20px;
    }

    #butPro .focus a:first-child .details:after {
        bottom: 35px;
        right: -40px;
        transform: scale(.7);
    }
}</pre></body></html>