﻿
.cyb-uc-blocsavoirfaire__section p {
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.cyb-uc-blocsavoirfaire__section {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 80px 0;
}

iframe {
    border-radius: 21px;
}

.cyb-uc-blocsavoirfaire__title-bloc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
    .cyb-uc-blocsavoirfaire__title-bloc p {
        font-weight: 400;
        font-size: 20px;
    }
.cyb-uc-blocsavoirfaire__repair-progress {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.cyb-uc-blocsavoirfaire__repair-progress__top {
    display: flex;
    background: #F5F5F5;
    border-top-left-radius: 37px;
    border-top-right-radius: 37px;
}

.cyb-uc-blocsavoirfaire__repair-progress__top__el {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 50px 15px 50px 15px;
    position: relative;
    flex: 1;
    cursor: pointer;
}

.cyb-uc-blocsavoirfaire__repair-progress__top__el__linear-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 198, 0, 0.30) 0%, transparent 100%);
    z-index: 0;
    transform: scaleY(0);
    transform-origin: bottom;
}

.cyb-uc-blocsavoirfaire__repair-progress__top__el__img-bloc {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cyb-uc-blocsavoirfaire__progress-img {
    height: auto;
    width: 100%;
}

.cyb-uc-blocsavoirfaire__progress-icon {
    position: absolute;
}

.cyb-uc-blocsavoirfaire__prolongez .cyb-uc-blocsavoirfaire__progress-icon {
    top: 38px;
    left: -7px;
}

.cyb-uc-blocsavoirfaire__optimisez .cyb-uc-blocsavoirfaire__progress-icon {
    top: 46px;
    left: 7px;
}

.cyb-uc-blocsavoirfaire__minimisez .cyb-uc-blocsavoirfaire__progress-icon {
    top: 105px;
    right: -5px;
}

.cyb-uc-blocsavoirfaire__repair-progress__top__el__txt {
    font-size: 20px;
    font-weight: 600;
    color: black;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.cyb-uc-blocsavoirfaire__repair-progress__top__el__gauge {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 15px;
    background: #AEAEAE;
    bottom: 0;
    left: 0;
}

.cyb-uc-blocsavoirfaire__repair-progress__top__el__gauge__progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left;
    background: #FFC600;
    box-shadow: 0 0 10px #FFC600;
    z-index: 0;
}

.cyb-uc-blocsavoirfaire__repair-progress__top__el__gauge__number {
    position: absolute;
    z-index: 1;
    font-size: 18px;
    font-weight: 600;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #AEAEAE;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .cyb-uc-blocsavoirfaire__repair-progress__top__el__gauge__number div {
        background: #343434;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.cyb-uc-blocsavoirfaire__repair-progress__bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.cyb-uc-blocsavoirfaire__repair-progress__bottom__sliders {
    position: relative;
    width: 100%;
    height: 170px;
    overflow: hidden;
    display: flex;
    gap: 20px;
}

.cyb-uc-blocsavoirfaire__repair-progress__bottom__sliders__el {
    background: #2F2F2F;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: max-content;
    width: 100%;
    padding: 40px 25px;
    box-sizing: border-box;
    /*overflow: hidden;*/
}

    .cyb-uc-blocsavoirfaire__repair-progress__bottom__sliders__el:nth-child(2) {
        left: calc( 100% + 20px ); /*Créer une marge entre les elements absolutes*/
    }

    .cyb-uc-blocsavoirfaire__repair-progress__bottom__sliders__el:nth-child(3) {
        left: calc(200% + 40px ); /*Créer une marge entre les elements absolutes*/
    }

    .cyb-uc-blocsavoirfaire__repair-progress__bottom__sliders__el span {
        font-size: 20px;
        font-weight: 500;
        color: white;
        text-transform: uppercase;
        z-index: 10;
        background: transparent;
    }

    .cyb-uc-blocsavoirfaire__repair-progress__bottom__sliders__el p {
        font-size: 16px;
        font-weight: 400;
        color: white;
        z-index: 10;
        background: transparent;
    }
.cyb-uc-blocsavoirfaire__repair-progress__bottom__sliders__el p a {
    color: white;
    text-decoration: underline;
}
.cyb-uc-blocsavoirfaire__repair-progress__bottom__index {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 10px;
}

    .cyb-uc-blocsavoirfaire__repair-progress__bottom__index div.active {
        background-color: #FFC600;
    }

    .cyb-uc-blocsavoirfaire__repair-progress__bottom__index div {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #AEAEAE;
        cursor: pointer;
    }





.cyb-uc-blocsavoirfaire__section h2 {
    font-size: 32px;
    font-weight: 600;
    color: black;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    max-width: 1000px
}


@media screen and (max-width: 1000px) {
    .cyb-uc-blocsavoirfaire__repair-progress__top {
        width: 302px;
        height: 414px;
        position: relative;
    }

    .cyb-uc-blocsavoirfaire__repair-progress__top__el {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background: #F5F5F5;
        border-top-left-radius: 37px;
        border-top-right-radius: 37px;
    }

    .cyb-uc-blocsavoirfaire__repair-progress__top__el__gauge__progress-bar {
        box-shadow: none !important;
    }
    .cyb-uc-blocsavoirfaire__section h2 {
        font-size: 22px;
        line-height: 1.2;
    }
    .cyb-uc-blocsavoirfaire__repair-proof__content p {
        font-size: 18px;
    }
    iframe {
        border-radius: 10px;
    }
    .cyb-uc-blocsavoirfaire__repair-proof {
        margin-top: 50px;
    }
    .cyb-uc-blocsavoirfaire__cta__txt {
        font-size: 16px;
    
    }
    .cyb-uc-blocsavoirfaire__section {
        height: auto;
        justify-content: flex-start;
        gap: 40px
    }
}
@media screen and (max-width: 1920px) {
    .cyb-uc-blocsavoirfaire__section {
        max-width: 1280px;
    }
}

@media screen and (max-width: 1300px) {
    .cyb-uc-blocsavoirfaire__section {
        max-width: 1000px;
        padding: 80px 40px;
    }
}


