/* Échec de l'agrandissement. Renvoi du contenu non agrandi.
(119,21): run-time error CSS1038: Expected hex color, found '#000A'
 */
body {
    overflow-x: hidden;
}

.cpro_h2 {
    width: 100%;
}

.cpro_service__content,
.cpro_service__header-info {
    width: calc(100% - 40px);
    max-width: 1296px;
    margin: auto;
}

.cpro_service__header-info,
.cpro_service__header-title {
    color: #fff;
}

.cpro_service__header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50vh;
    max-height: 570px;
    background-color: #000;
    background-image: url('https://www.cybertek-pro.fr/images_produits/cybertekpro/service/header.jpg');
    background-position: top;
    background-repeat: no-repeat;
}

.cpro_service__header-title {
    font-size: calc(30px + (38 - 30) * (100vw - 320px) / (2560 - 320));
    padding-bottom: 20px;
}

.cpro_service__header-text {
    max-width: 500px;
    padding-bottom: 50px;
    color: #fff;
}

.cpro_service__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.cpro_service__content--odd {
    flex-direction: row-reverse;
}

.cpro_service__content-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 700px;
}

.cpro_service__content-img-wrapper {
    max-width: 500px;
    max-height: 320px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cpro_service__content-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cpro_service__cta {
    text-transform: uppercase;
}

.cpro_service__left {
    transform: translateX(-400%);
}
.cpro_service__right {
    transform: translateX(400%);
}

.cpro_service-moving-block {
    transition: transform .5s ease-in-out;
}
.cpro_service-moving-block.show {
    transform: translate(0);
}

@media screen and (max-width: 1240px) {
    .cpro_service__content {
        justify-content: center;
    }
}

@media screen and (max-width: 1024px) {
    .cpro_service__header {
        background-size: cover;
    }
}

@media screen and (max-width: 768px) {
    .cpro_service__header {
        max-height: 440px;
    }

    .cpro_service-moving-block {
        transform: translateX(0);
    }

    .cpro_service__header-text {
        background: #000A;
        padding: 10px;
        font-size: 12px;
    }
}
