@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700;800;900&display=swap');

/** GENERAL **/

body {
    color: #575757;
    font-size: 17px;
    font-family: 'Raleway', sans-serif !important;
    background: linear-gradient(#ffffff, #e3d4c3 99%) !important;
}

.block-container-lg {
    width: 70%;
    margin: auto;
}

@media (max-width: 992px) {
    .block-container-lg {
        width: 90%;
        margin: auto;
    }

}

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

.mt-10 {
    margin-top: 88px
}

p {
    font-size: 16px;
}

a {
    text-decoration: none !important;
    color: #575757 !important;
}

.bg-y {
    background-color: #6c0404;
}

.bg-grey {
    background-color: #2a2a2a;
}

.bg-beige {
    background-color: #e3d4c3;
}

.text-white {
    color: #ffffff;
}

.text-yellow {
    color: #F5BF47;
}

.text-red {
    color: #9a0b0b;
}

.btn-yellow {
    color: #F5BF47 !important;
    border: 2px solid #F5BF47 !important;
}

.btn-yellow-padding {
    color: #F5BF47 !important;
    border: 2px solid #F5BF47 !important;
    padding: 15px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 600;
    transition: 0.5s;
}

.btn-yellow-padding:hover {
    color: #ffffff !important;
    border: 2px solid #F5BF47 !important;
    transition: 0.5s;
    background-color: #F5BF47 !important;
}

.btn-yellow-plein {
    color: #ffffff !important;
    background-color: #F5BF47 !important;
    padding: 15px;
    border-radius: 10px;
    border: 2px solid #F5BF47;
    font-size: 24px;
    font-weight: 600;
    transition: 0.5s;
    box-shadow: 0 0 24px rgb(245 191 71 / 70%);
    margin-right: 10px;
}

.btn-yellow-plein:hover {
    background-color: transparent !important;
    transition: 0.5s;
    border: 2px solid #F5BF47;
    color: #F5BF47 !important;
}

@media (max-width: 992px) {
    .btn-yellow-padding {
        color: #F5BF47 !important;
        border: 2px solid #F5BF47 !important;
        padding: 10px;
        border-radius: 10px;
        font-size: 18px;
        font-weight: 600;
        transition: 0.5s;
    }

    .btn-yellow-plein {
        color: #ffffff !important;
        background-color: #F5BF47 !important;
        padding: 10px;
        border-radius: 10px;
        border: 2px solid #F5BF47;
        font-size: 18px;
        font-weight: 600;
        transition: 0.5s;
        box-shadow: 0 0 24px rgb(245 191 71 / 70%);
        margin-right: 10px;
    }

}


.btn-red {
    color: #9a0b0b !important;
    border: 2px solid #9a0b0b !important;
}

.btn-red-plein {
    color: #ffffff !important;
    background-color: #9a0b0b !important;
    padding: 15px;
    border-radius: 10px;
}

.fs-24 {
    font-size: 24px;
}

.fs-32 {
    font-size: 32px;
}

/*navbar*/

.img-logo {
    width: 300px;
}

@media (max-width: 992px) {
    .img-logo {
        width: 220px;
    }
}

@media (max-width: 460px) {
    .img-logo {
        width: 150px;
    }
}

@media (max-width: 360px) {
    .img-logo {
        width: 120px;
    }
}

.tel-nav-bar {
    position: absolute;
    right: 0;
}

.first-part-navbar {
    padding: 10px 0;
}

.btn-go-to-device {
    background-color: #F5BF47;
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s;
}

@media (max-width: 992px) {
    .btn-device-mobile {
        display: block !important;
    }

    .btn-device-desktop {
        display: none;
    }
}

@media (min-width: 992px) {
    .btn-device-mobile {
        display: none !important;
    }

    .btn-device-desktop {
        display: block;
    }
}

.btn-go-to-device:hover {
    background-color: #9a0b0b;
    transition: 0.5s;
}

.second-part-navbar {
    background-color: #9a0b0b;
}

.item-nav {
    font-size: 18px;
    border-bottom: 2px solid transparent;
}

.nav-item {
    padding: 25px;
}

@media (max-width: 1865px) {
    .item-nav {
        font-size: 14px;
    }
}

@media (max-width: 1765px) {
    .flex-mobile {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 1215px) {
    .nav-item {
        padding: 15px;
    }
}

@media (max-width: 1185px) {
    .item-nav {
        font-size: 13px;
    }
}

@media (max-width: 1145px) {
    .item-nav {
        font-size: 12px;
    }
}


.item-nav:hover {
    border-bottom: 2px solid #575757;
}


/*submenu*/

.submenu {
    padding: 5px;
    font-weight: bold;
}

/**HOME**/

/*header*/

header {
    /*height: 75vh;*/
    background-size: cover;
    background-position: inherit;
}

.hashtag-reno {
    display: inline-block;
    padding: 4px 15px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    background-color: #F5BF47;
    color: #ffffff;
}

header h1 {
    font-weight: 900;
    font-size: 45px;
    animation: backInLeft;
    animation-duration: 1s;
    color: #000000 !important;
}

header h2 {
    color: #000000 !important;
    animation: backInRight;
    animation-duration: 1s;
}


.header-four-scare {
    /*clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);*/
    width: 50%;
}

@media (max-width: 1975px) {
    block-header {
        margin-top: 60px !important;
    }
}

@media (max-width: 992px) {
    header {
        height: 70vh;
        margin-top: 20px !important;
    }

    .block-header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    header h1 {
        font-size: 30px !important;
    }

    header h2 {
        font-size: 25px !important;
    }

    .hashtag-reno {
        font-size: 18px;
    }

    @media (max-width: 992px) {
        .hashtag-reno {
            font-size: 18px;
        }
    }

    .header-four-scare {
        display: none;
    }

    .btn-header {
        display: inline-block;
        margin-bottom: 16px;
    }

    .img-under-header-mobile {
        display: block;
        margin: auto;
        width: 60%;
    }
}

@media (min-width: 993px) {
    .img-under-header-mobile {
        display: none;
    }
}

/*section first presentation*/

.text-first-presentation {
    padding: 15px;
    border-left: 5px solid #F5BF47;
}

.section-first-presentation h3 {
    font-weight: 700;
    font-size: 35px;
}

@media (max-width: 992px) {
    .section-first-presentation h3 {
        font-weight: 700;
        font-size: 28px;
    }
}


.section-first-presentation h4 {
    font-size: 35px;
}

@media (max-width: 992px) {
    .section-first-presentation h4 {
        font-size: 25px;
    }

}

.img-second-presentation {
    width: 400px;
}

@media (max-width: 992px) {
    .img-second-presentation {
        width: 90%;
        margin-top: 30px;
    }
}

.icon-presta {
    width: 200px;
}

@media (max-width: 992px) {
    .icon-presta {
        width: 120px;
    }
}

.section-first-presentation p {
    font-size: 16px;
}

.btn-contact-us {
    color: #F5BF47 !important;
    border: 2px solid #F5BF47;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 26px;
    transition: 0.5s;
    box-shadow: 0 0 24px rgb(55 108 146 / 70%);

}

.btn-contact-us:hover {
    color: #ffffff !important;
    background-color: #F5BF47 !important;
    border: 2px solid #F5BF47;
    transition: 0.5s;
}

.block-icon-under-presentation img {
    transition: 0.5s;
}

.block-icon-under-presentation img:hover {
    transition: 0.5s;
    transform: translateY(-15px);
}

/* section expample work */

.img-exemple-work {
    height: 300px;
    width: 90%;
    filter: grayscale(100%);
    transition: 1s;
}

.img-exemple-work:hover {
    filter: grayscale(0%);
    transition: 1s;
}

.example1 {
    background-image: url("/assets/img/house_red.jpeg");
    background-size: cover;
}

.example2 {
    background-image: url("/assets/img/salon_green.jpg");
    background-size: cover;
}

.example3 {
    background-image: url("/assets/img/bibliotheque_bleue.jpg");
    background-size: cover;
}

.example4 {
    background-image: url("/assets/img/tapisserie_fleurs.jpg");
    background-size: cover;
}

/*section assets*/

.section-assets {
    /*background-image: url("/assets/img/wallpaper.jpg");*/
    background-color: #e3d4c3;
    clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
    background-attachment: fixed;
    padding: 42px;
}

@media (max-width: 992px) {
    .section-assets {
        /*background-image: url("/assets/img/wallpaper.jpg");*/
        background-color: #e3d4c3;
        clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 100%);
        background-attachment: fixed;
        padding: 42px;
    }

}

.section-assets h4 {
    font-size: 35px;
}

@media (max-width: 992px) {
    .section-assets h4 {
        font-size: 28px;
    }
}


/*section confiance*/

.section-confiance {
    background-color: #e3d4c3;
    clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    padding: 42px;
    /*color: #ffffff !important;*/
}

@media (max-width: 992px) {
    .section-confiance {
        background-color: #e3d4c3;
        clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%);
        padding: 42px;
        /*color: #ffffff !important;*/
    }
}

.section-confiance h4 {
    font-size: 35px;
}

@media (max-width: 992px) {
    .section-confiance h4 {
        font-size: 28px;
    }
}

/*section hours*/

.section-hours i {
    text-align: center;
}

.block-hours {
    width: 50%;
    margin: auto;
    border: 2px solid #F5BF47;
    border-radius: 15px;
    padding: 15px;
}

.section-hours a {
    background-color: #9a0b0b;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 24px;
    padding: 15px;
}

/*section our service*/

.title-our-service {
    font-size: 35px;
}

.title-our-service span {
    font-size: 35px;
    font-weight: 900;
}


.btn-our-service {
    background-color: #575757;
    color: #ffffff !important;
    margin-top: 15px;
}

/*section man sit*/

.section-man-sit {
    padding: 30px;
}

.section-man-sit a {
    background-color: #6e6e6e;
    color: #ffffff !important;
    font-weight: 500 !important;
}

.section-man-sit p {
    font-weight: 500;
}

.card-man-sit {
    background-color: #ffffff;
    padding: 45px !important;
    border-radius: 5px;
}

/*section intermediate*/


.section-inter-line h3 {
    font-size: 40px;
}

@media (max-width: 992px) {
    .section-inter-line h3 {
        font-size: 30px;
    }
}

.btn-go-to-device-intermediate {
    /*width: 20%;*/
    background-color: #F5BF47 !important;
    color: #ffffff !important;
    border: 2px solid #F5BF47;
    font-weight: bold !important;
    /*margin: auto;*/
}


.btn-go-to-device-intermediate:hover {
    background-color: transparent !important;
    border: 2px solid #F5BF47;
    color: #F5BF47 !important;
}


/*section perfection see*/

.perfection-see-side-texte {
    background-color: rgba(196, 196, 196, 0.55);
    padding: 30px;
}

.section-perfection-see h3 {
    font-size: 40px !important;
    font-weight: bold;
}

.perfection-see-side-texte .block-text {
    width: 70%;
}


/*section material*/

.section-material {
    background-image: linear-gradient(to right, rgba(87, 87, 87, 0.78), rgba(87, 87, 87, 0.67)), url("/assets/img/salle_de_bain.JPEG");
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
}


.section-material div h3 {
    font-size: 40px;
}

.section-material div {
    width: 50%;
}


/*section step*/

.section-step {
}

.section-step .block-container-lg {
    padding: 30px;
    color: #ffffff;
}

/* exemple chantier */

.img-last-chantier {
    width: 600px;
    height: 400px;
    transition: 0.5s;
    background-size: cover;
}

.img-last-chantier:hover {
    background-position: center;
    transition: 0.5s;
}

/**ALL CHANTIER**/

/*all*/

.header-all-chantier {
    height: 50vh;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.89)), url("/assets/img/salon_green.jpg");
    background-position: bottom;
    background-size: cover;
}

.header-all-chantier h1 {
    color: #F5BF47;
    font-size: 45px;
}

.header-all-chantier h2 {
    color: #ffffff !important;
    font-size: 35px;
}

.header-card-chantier {
    height: 500px;
    width: 90%;
    background-size: cover;
}

.header-card-chantier p {
    color: #ffffff;
    font-size: 25px;
}

.header-card-chantier p span {
    font-size: 15px;
}

/**CHANTIER SHOW**/

@media (max-width: 992px) {
    .img-chantier-show {
        width: 90%;
    }
}


/**CONTACT*/

.header-contact {
    background-image: linear-gradient(to right, rgba(30, 26, 16, 0.82), rgba(24, 22, 17, 0.7)), url("/assets/img/salle_de_bain.JPEG");
    height: 50vh;
    background-size: cover;
    background-position: center;
}

.title-contact {
    font-size: 45px;
    font-weight: 900;
    color: #F5BF47;
}

.second-title-contact {
    font-size: 35px;
    color: #ffffff;
}

.block-form-contact {
    /*background-image: linear-gradient(to right, rgba(245, 191, 71, 0.37), rgba(245, 191, 71, 0.42)),url("/assets/img/main-header-color.jpg");*/
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-weight: bold;
}

.block-form-contact h2 {
    font-size: 45px;
    font-weight: bold;
}

.block-form-contact-us h2 {
    color: #000000 !important;
    font-weight: bold;
    font-size: 45px;
}

/** PRESTATIONS **/

.title-prestation {
    color: #FFFFFF !important;
}

/*section presentation*/

.section-presentation-our-prestation h2 {
    font-size: 48px;
    font-weight: 700;
}

.section-presentation-our-prestation h3 {
    font-size: 40px;
}

.first-block-wish, .second-block-wish {
    color: #ffffff;
    padding: 16px;
}

.first-block-wish {
    clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%);
}

.second-block-wish {
    clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 100%);
}


.first-block-wish ul li {
    font-size: 16px;
    list-style-type: revert;
}

.second-block-wish ul li {
    font-size: 16px;
    list-style-type: revert;
}


/* section exemple service */

.section-exemple-services {
    padding: 16px;
    color: #ffffff;
}

.header-papier {
    background-image: url("/assets/img/tapisserie_fleurs.jpg");
    background-position: center;
    height: 300px;
    width: 90%;
}

.header-sol {
    background-image: url("/assets/img/sol_plastique.JPEG");
    height: 300px;
    width: 90%;
}

.header-peinture {
    background-image: url("/assets/img/cuisine.jpg");
    background-position: center;
    height: 300px;
    width: 90%;
}

.section-exemple-services h4 {
    font-size: 24px;
}

.block-item-service ul li {
    list-style-type: revert;
    margin-left: 40px;
}

.btn-contact-prestation {
    background-color: #F5BF47 !important;
    color: #ffffff !important;
    border: 2px solid #ffffff;
    padding: 10px 15px;
    font-size: 26px;
    margin-top: 20px !important;
}

/*line intermediate*/

.path:hover {
    fill: #F5BF47;
}

/**FOOTER**/

footer {
    background-color: #575757;
    color: #ffffff;
}


/**ANIMATE CLASS**/

.rotate-animation {
    animation: rotateOut;
    animation-duration: 1s;
}


/**contact mobile**/

.block-contact-mobile {
    display: none;
}

@media (max-width: 992px) {
    .block-contact-mobile {
        display: block;
        background-color: #ffffff;
        padding: 30px;
        box-shadow: 0px 5px 5px #888, 0px -5px 5px #888;
    }

    .btn-contact-footer {
        margin: 15px;
    }
}
