
body#index h1,
.block.container.text-center.latestnews{
    display: none!important;
}

section.accroche-home{
    margin-top: 50px;
    background: transparent;
}
section.accroche-home>.row>div:last-child{
    order: -1;
}
section.accroche-home>.row{
    justify-content: center!important;
}
section.accroche-home>.row>div{
    background: #fff;
    border-radius: 25px;
    max-width: 400px;
    box-shadow: 0 0 9px 1px rgb(171 211 255 / 36%);
    position: relative;
    margin: 0 40px;
}
section.accroche-home>.row>div:first-child:before{
    content: '\f0d1';
    width: 88px;
    height: 88px;
    background: #DB1222;
    color: #fff;
    left: -44px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    font-weight: 100;
    font-family: 'font awesome 5 pro';
    position: absolute;
    border-radius: 25px;
}
section.accroche-home>.row>div:last-child:before{
    content: '\f590';
    width: 88px;
    height: 88px;
    background: #DB1222;
    color: #fff;
    left: -44px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    font-weight: 100;
    font-family: 'font awesome 5 pro';
    position: absolute;
    border-radius: 25px;
}
.accroche-home p, .accroche-home a{
    color: #000!important;
    font-family: var(--tittu-main-font)!important;
    font-size: 18px!important;
}
.accroche-home a>span{
    font-weight: 700!important;
    font-size: 21px!important;
}
.accroche-home img{
    display: none!important;
}
.title-section{
    font-family: var(--tittu-main-font)!important;
    color: #000!important;
    font-weight: 600!important;
    font-size: 32px!important;
}
.btm-title{
    display: none!important;
}
.slider-product .product{
    border: none!important;
    background:transparent!important;
    box-shadow: none!important;
    text-align: center;
}
.slider-product .product .info-product{
    border: none!important;
    background:transparent!important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.slider-product .product .info-product .product_image{
    width: 100%;
}
.slider-product .product .info-product span.price{
    background: #DB1222;
    color: #fff!important;
    font-size: 18px;
    padding: 8px 10px!important;
    border-radius: 7px;
    margin-right: 8px;

}
.slider-product .product .info-product img{
    background: #fff!important;
    box-shadow: 0 0 9px 1px rgb(171 211 255 / 36%);
    border-radius: 0px;
    height: 264px!important;
    padding: 24px 0!important;
    margin-bottom: 15px!important;
}
.slider-product .product .info-product p{
    text-align: left!important;
    font-family: var(--tittu-main-font)!important;
    height: fit-content!important;
}
.slider-product .slick-arrow{
    display: none!important;
}
.block-affichertout{
    text-align: center!important;
}
.block-affichertout .affichertout {
    display: inline-block!important;
    text-align: center!important;
    background-color: #000!important;
    color: #fff!important;
    border: 1px solid #2b2b2b!important;
    font-weight: 400!important;
    font-size: 18px!important;
    width: fit-content!important;
    padding: 18px 90px!important;
    border-radius: 17px!important;
}
.top-title-hol {
    text-align: center;
    margin-bottom: 5px;
    color: #DB1222;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 16px;
}
.slider-product .product .info-product .old-price{
    text-align: left;
}
.slider-product .product .info-product .old-price span.tva{
    color: #6D6D6D!important;
    font-weight: 600;
    text-align: left!important;
}
.slider-product .product .info-product .old-price .old-p{
    display: block!important;
    color: #05B77E;
    text-align: left!important;
}
.slider-product .product .add-cart{
    display: none!important;
    margin: 0 auto;
    border-radius: 5px;
}
.brand-home-holder{
    background: #F7F7F7;
    padding: 75px 0;
}
.brand-home-holder .title-section{
    text-transform: lowercase!important;
    margin-bottom: 30px;
}
.brand-home-holder .title-section::first-letter{
    text-transform: uppercase!important;
}
.brand-home-holder .brands-holder-all{
    margin-top: 20px;
    background: #fff;
}
.two-blocs-home-fierst{
    background: #191626;
}
.two-blocs-home-fierst .img-holder img{
    height: 105%;
    position: relative;
    z-index: 3;
}
.two-blocs-home-fierst .img-holder{
    position: relative;
}
.two-blocs-home-fierst .img-holder::before{
    content: '';
    background: #DB1221;
    position: absolute;
    top: 0;
    left: 35px;
    width: 35px;
    height: 80%;
}
.two-blocs-home-fierst .content-hol {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.two-blocs-home-fierst .content-hol .title-bord{
    border: solid 5px #DB1221;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 700;
    font-family: var(--tittu-main-font);
}
.two-blocs-home-fierst .content-hol .title-bord>span{
    color: #DB1221;
    font-family: inherit;
    font-weight: inherit;
}
.two-blocs-home-fierst .content-hol p{
    color: #fff;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 15px;
    font-weight: 400;
}
.sono-holder{
    margin-top: 120px;
    padding: 10px;
}
.sono-holder .container{
    background: url(/img/worker-welding-in-a-factory-1-1.png);
    background-size: cover;
    background-position: center center;
    border-radius: 25px;
    padding: 45px 50px;
}
.sono-holder .top-title-hol{
text-align: left!important;
font-weight: 300!important;
}
.sono-holder .title-section{
    text-align: left!important;
    color: #fff!important;
}
.sono-holder  .accroch-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.sono-holder  .accroch-holder .single-accroch{
    background: #db122187;
    width: 48%;
    min-height: 160px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 20px;
    padding-top: 30px;
    margin-top: 42px;
    color: #fff;
}
.sono-holder  .accroch-holder .single-accroch .icon-holder{
    position: absolute;
    background: #DB1222;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 23px;
    justify-content: center;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.sono-holder  .accroch-holder .single-accroch .title-bold{
    font-family: var(--tittu-main-font);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
}
.sono-holder  .accroch-holder .single-accroch p{
    text-align: justify;
}
.sono-holder .accroch-holder .single-accroch p::first-letter{
    text-transform: uppercase;
}
.two-blocs-home-second{
    background: #F7F7F7;
    padding: 100px 0;
    margin-top: 100px;
}
.two-blocs-home-second .row{
    align-items: center;
}
.two-blocs-home-second .title-red{
    font-family: var(--tittu-main-font);
    font-size: 25px;
    color: #DB1221;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 20px;
}
.two-blocs-home-second ul li{
    list-style: none;
    display: flex;
    align-items: center;
}
.two-blocs-home-second ul li{
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: var(--tittu-main-font);
}

.two-blocs-home-second ul li i{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #DB1221;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 15px;
}
.two-blocs-home-second .imges-sec {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.two-blocs-home-second .imges-sec img{
    width: 31%;
    border-radius: 15px;
    height: auto;
    background: #fff;
}
section.text-image-bloc-one {
    margin: 100px 0;
}
.text-image-bloc-one .top-title-hol{
    text-align: left!important;
}
.text-image-bloc-one .title-section{
    text-align: left!important;
    font-size: 19px!important;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: 700;
}
.text-image-bloc-one .title-section>span{
    font-family: inherit;
    font-size: inherit;
    color: #DB1221!important;
}
.text-image-bloc-one p{
    font-size: 15px;
    color: #000;
    margin-bottom: 15px;
    text-align: justify;
}
.text-image-bloc-one ul{
    padding-left: 15px;
    font-size: 16px;
    list-style: none;
    margin-bottom: 10px;
}
.text-image-bloc-one ul li{
    margin-bottom: 5px;
}
.text-image-bloc-one ul li::before{
    content: '';
    background: #DB1221;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.text-image-bloc-one img{
    border-radius: 50px 0 50px 50px;
    max-width: 100%;
}
section.logos-sec-one{
    margin: 100px 0;
    padding: 10px;
}
section.logos-sec-one .container{
    background: #fff;
    padding: 50px 100px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 0 9px 1px rgb(171 211 255 / 36%);
}
section.logos-sec-one .title-sec{
    border: solid 5px #DB1221;
    color: #000;
    padding: 10px 100px;
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
    width: fit-content;
    font-weight: 700;
    font-family: var(--tittu-main-font);
    margin-bottom: 25px;
}
section.logos-sec-one p{
    font-size: 16px;
}
section.logos-sec-one .title-sec>span {
    color: #DB1221;
    font-family: inherit;
    font-weight: inherit;
}
section.logos-sec-one .images-hol-sec {
    max-width: 80%;
    margin: auto;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
section.logos-sec-one .images-hol-sec img{
    width: 18%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 0 9px 1px rgb(171 211 255 / 36%);
}

.vantaggi-holder-all>.container>p {
    text-align: center;
    font-size: 16px;
}

.vantaggi-holder-all .info-vantag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.vantaggi-holder-all .info-vantag .single-van {
    width: 31%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 9px 1px rgb(171 211 255 / 36%);
    position: relative;
    min-height: 230px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 20px;
    padding-top: 30px;
    margin-top: 42px;
}
.vantaggi-holder-all .info-vantag .single-van:last-child{
    width: 65.5%;
}
.vantaggi-holder-all .info-vantag .single-van .icon-va{
    position: absolute;
    background: #DB1222;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 23px;
    justify-content: center;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}
.vantaggi-holder-all .info-vantag .single-van .icon-va img{
    max-width: 100%;
}
.vantaggi-holder-all .info-vantag .single-van ul{
    list-style: none;
}
.vantaggi-holder-all .info-vantag .single-van .title-van{
    font-family: var(--tittu-main-font);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
    color: #000;
}
.vantaggi-holder-all .info-vantag .single-van p{
    text-align: justify;
    text-align-last: center;
}
.vantaggi-holder-all .info-vantag .single-van ul li{
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.vantaggi-holder-all .info-vantag .single-van ul li i{
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #DB1221;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    margin-right: 10px;
}
@media(max-width:1200px){
    .sono-holder .row>div:first-child{
        width: 33.33%;
    }
    .sono-holder .row>div:last-child{
        width: 66.66%;
    }
    section.logos-sec-one .images-hol-sec{
        justify-content: center;
        max-width: 100%;
    }
    section.logos-sec-one .images-hol-sec img{
        width: calc(33.33% - 30px);
        margin: 15px;
    }
    .vantaggi-holder-all .info-vantag .single-van{
        min-height: 278px;
    }
}
@media(max-width:991px){
    .vantaggi-holder-all .info-vantag .single-van{
        width: 48%;
    }
    .vantaggi-holder-all .info-vantag .single-van:last-child{
        width: 100%;
    }
    section.logos-sec-one .title-sec{
        padding: 10px 50px;
    }
    section.accroche-home>.row>div:before{
        left: calc(50% - 44px)!important;
        top: -44px!important;
        transform: translateY(0)!important;
    }
    section.accroche-home>.row>div{
        margin-top: 50px;
        padding: 40px 15px!important;
    }
    .block-affichertout .affichertout{
        padding: 15px 40px!important;
    }
    
    .two-blocs-home-fierst .row{
        flex-direction: column-reverse;
    }
    .two-blocs-home-fierst .content-hol{
        padding: 25px 10px;
    }
    .two-blocs-home-fierst .img-holder img{
        margin-bottom: -20px;
    }
    .sono-holder .row>div:last-child{
        width: 100%;
    }
    .text-image-bloc-one img{
        margin: 35px 0;
    }
}
@media(max-width:768px){
    section.logos-sec-one .container{
        padding: 50px 50px;
    }

}
@media(max-width:600px){
    .vantaggi-holder-all .info-vantag .single-van{
        width: 100%;
    }
    .sono-holder .accroch-holder .single-accroch{
        width: 100%;
    }
    section.logos-sec-one .title-sec{
        font-size: 23px;
        padding: 10px 14px;
    }
    section.logos-sec-one .images-hol-sec img{
        padding: 25px;
    }
    section.logos-sec-one .images-hol-sec img{
        width: 44%;
        padding: 0;
        margin: 3%;
    
    }
    .title-section{
        font-size: 23px!important;
    }
}
@media(max-width:450px){
    .sono-holder .container{
        padding: 32px 21px;
    }
}
