@font-face {
    font-family: 'Kinn';
    src: url('../../assets/fonts/Kinn-Black.woff2') format('woff2'),
        url('../../assets/fonts/Kinn-Black.woff') format('woff'),
        url('../../assets/fonts/Kinn-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


span#nav.material-symbols-outlined {

    font-size: 46px;
    padding: 0px;
    display: inline-block;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: auto;

}

.link_nav {
    vertical-align: top;
    height: 40px;
    /* height: 80px; */
    display: inline-block;
    margin: 0;
    /* line-height: 30px; */
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 20px 0px 30px 5px;
}

h1.text-banner {
    color: white;
    font-size: 72px !important;
    visibility: visible;
    animation-delay: 0.2s;
    animation-name: fadeInUp;
    font-style: italic;
    margin: 0 !important;
    font-family: "Kinn";
    font-optical-sizing: auto;
    font-weight: 900;

    font-style: italic;

}

h2.text-banner {
    font-size: 48px !important;
    line-height: 70px;

}

.banner-area {
    padding: 250px 0 130px;
}

.banner-content {
    margin-top: -110px !important;
}

@media (max-width: 767px) {
    h1.text-banner {
        font-size: 7vw !important;

    }

    h2.text-banner {
        font-size: 26px !important;
        line-height: 32px;

    }

    .banner-content {
        margin-top: -40px !important;
    }

    .pt-50 {
        padding-top: 10px;

    }

    .accroche {
        margin: 15px;
    }

    .search-wrapper {
        margin-bottom: 70px;
    }

    .banner-area {
        padding: 150px 0 100px;
    }
}


@media (max-width: 512px) {
    .accroche {
        margin: 4px;
    }
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.borderTop {
    border-top: solid 6px #ffffff;
}

a.lien {
    color: white;
}

a.lien:hover {
    /* background-color: #6dc4c1; */
    color: white !important;
    padding: 0px 3px 0px 3px;
    text-decoration: underline;
}

.bg-noir {
    background-color: black !important;
}

img.picto {
    height: 40px;
    margin-top: 5px;
}

.bloc-sm-bottom {
    background-color: #cb130b !important;
}

.banner-content {
    margin-top: -60px;
}



@media (min-width: 767px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

@media (max-width: 1070px) {
    img.picto {
        height: 30px !important;
    }
}

@media (max-width: 1450px) {
    img.picto {
        height: 35px !important;
    }
}

@media (max-width: 767px) {
    span#nav.material-symbols-outlined {
        font-size: 30px;
    }



    .bloc-sm-bottom {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        margin: 0px !important;
        padding: 0px !important;
    }





    .hero-content h2 {
        font-size: 5vw !important;
    }

    .link_nav {
        height: 40px;
        padding: 10px 0px 30px 5px;
        margin-bottom: 10px;
    }
}

a.page-scroll {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
}

.btn-danger {
    color: #fff;
    background-color: #cb130b !important;
    border-color: #cb130b !important;
    font-family: "Nunito";
    font-weight: 400;
    font-size: 14px;
}

.colorRed {
    color: #cb130b !important;
}


.tab_collapse {
    color: #ffffff;
}

.margin_custom {
    margin-left: 8vw;
    margin-right: 8vw;
}

.nav_produit {
    color: #28a745;
    cursor: pointer;
    min-width: 150px;
    padding: 10px;
    margin-top: 10px;
    margin-left: 5px
}

.content-piece {
    padding-left: 8vw;
    padding-top: 25px;
}

.reduce_width {
    max-width: 1500px;
}

.vcex_6561b1cac8726 {
    font-size: 13px !important;
}

@media (max-width:1024px) {
    .vcex_6561b1cac8726 {
        font-size: 12px !important;
    }
}

@media (max-width:959px) {
    .vcex_6561b1cac8726 {
        font-size: 12px !important;
    }
}

@media (max-width:767px) {
    .vcex_6561b1cac8726 {
        font-size: 10px !important;
    }
}

@media (max-width:479px) {
    .vcex_6561b1cac8726 {
        font-size: 10px !important;
    }
}

.box {
    padding: 5px !important;
    background-color: #28a745;
    color: #fff;
    border-radius: 10px;
    height: 40px;
}

.box:hover {
    color: #000000;
}

.hidden {
    display: none;
}