﻿.svie_header {
    width: 100%;
}

.svie_container {
    overflow: hidden;
}

.cpro_wrap {
    width: calc(100% - 40px);
    max-width: 1296px;
    margin: auto;
    padding: 0px 20px;
}

.svie_header-img {
    width: 100%;
}

.svie_header-img--desktop {
    display: block;
}

.svie_header-img--tablette,
.svie_header-img--mobile {
    display: none;
}

.svie_h1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.svie_un-bloc {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto;
}

.svie_bloc_img {
    max-height: 250px;
    overflow: hidden;
}

.svie_img {
    margin-top: -130px;
}

.svie_part {
    width: calc(50% - 50px);
    height: 250px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.svie_p {
    font-size: 14px;
    font-weight: 400;
    margin: 30px 0 0;
}

.svie_cta {
    padding: 10px 40px;
    background: #73ab12;
    color: white;
    font-weight: 600;
    transition: 0.3s;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}

    .svie_cta:hover {
        background: #8cd212;
    }

.svie_cta-container {
    transform: translateY(-12px);
}

.svie_footer {
    background: url(https://www.cybertek-pro.fr/images_produits/cybertekpro/landing/secondevie/visuel5.jpg);
    background-size: cover;
    width: 100%;
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.svie_footer_h1 {
    background: #ffffff9e;
    padding: 30px;
    margin-left: 50px;
    max-width: 670px;
}

.svie_show--footer {
    opacity: 0;
    transition: 1s;
    transform: translateY(250px);
}

.svie_show--left {
    opacity: 0;
    transition: 1s;
    transform: translateX(-250px);
}

.svie_show--right {
    opacity: 0;
    transition: 1s;
    transform: translateX(250px);
}

.svie_show_wiewport {
    opacity: 1;
    transform: translateX(0px) translateY(0px);
}

::selection {
    background-color: #91c831b3;
    color: #000000ff;
}

.svie_bloc {
    padding-bottom: 40px;
}

.svie_header_code {
    background: url(https://www.cybertek-pro.fr/images_produits/cybertekpro/landing/secondevie/fond.jpg);
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-height: 350px;
    overflow: hidden;
    position: relative;
}

.cpro_wrap_code {
    position: relative;
}

.svie_head-pc {
    width: 350px;
    transform: translateY(-30px);
    position: relative;
    left: 320px;
}

.svie_head-titre {
    width: 350px;
    transform: translateY(50px);
    position: absolute;
    left: 13px;
}

.svie_head-text {
    position: absolute;
    width: 100%;
    max-width: 530px;
    right: 20px;
    top: 110px;
    padding: 10px 20px;
    border-left: solid 7px #73ab12;
    background: #00000094;
}

.svie_h1_text {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
    filter: drop-shadow(3px 3px 0px black);
}

.svie_titrel2 {
    font-weight: 400;
    font-size: 20px;
}

@media screen and (max-width: 1265px) {
    .svie_img {
        margin-top: -80px;
    }

    .svie_head-titre {
        width: 270px;
        transform: translateY(70px);
        position: absolute;
        left: 20px;
    }

    .svie_header_code {
        max-height: 300px;
    }

    .svie_head-pc {
        width: 280px;
        transform: translateY(-10px);
        position: relative;
        left: 250px;
    }

    .svie_head-text {
        position: absolute;
        width: 100%;
        max-width: 530px;
        right: 80px;
        top: 70px;
        padding: 10px 20px;
        border-left: solid 7px #73ab12;
        background: #00000094;
    }
}

@media screen and (max-width: 1126px) {
    .svie_header_code {
        max-height: 200px;
    }

    .svie_head-titre {
        width: 160px;
        transform: translateY(53px);
    }

    .svie_head-pc {
        width: 200px;
        transform: translateY(-16px);
        position: relative;
        left: 157PX;
    }

    .text_part1 {
        display: none;
    }

    .svie_head-text {
        position: absolute;
        width: 100%;
        max-width: 440px;
    }
}

@media screen and (max-width: 1000px) {
    .svie_show {
        opacity: 1;
        transform: translateX(0px) translateY(0px);
    }

    .svie_img {
        margin-top: 0;
        width: 100%;
    }

    .svie_part {
        width: 100%;
        height: fit-content;
        max-height: fit-content;
    }

    .svie_cta-container {
        transform: translateY(0px);
        display: block;
        margin-top: 40px;
    }

    .svie_show--right {
        flex-direction: column-reverse;
    }

    .svie_header-img--tablette {
        display: block;
    }

    .svie_header-img--desktop,
    .svie_header-img--mobile {
        display: none;
    }

    .svie_footer_h1 {
        max-width: calc(100% - 80px);
        margin: auto;
    }
}

@media screen and (max-width: 800px) {
    .svie_head-text {
        position: absolute;
        width: 100%;
        max-width: 330px;
    }

    .svie_head-pc {
        /*display: none;*/
        position: absolute;
        top: -50px;
    }

    .svie_header_code {
        height: 200px;
    }

    .svie_head-titre {
        width: 160px;
        transform: translateY(0);
        position: relative;
        z-index: 1;
        filter: drop-shadow(2px 4px 6px black);
    }

    .svie_head-text {
        transform: translateY(0);
        position: relative;
        top: auto;
        right: auto;
        z-index: 2;
    }

    .cpro_wrap_code {
        display: flex;
        align-content: center;
        justify-content: space-between;
    }
}

@media screen and (max-width: 700px) {
    .svie_header-img--mobile {
        display: block;
    }

    .svie_header-img--desktop,
    .svie_header-img--tablette {
        display: none;
    }

    .svie_cta,
    .svie_cta-container {
        padding: 10px 0;
        width: 100%;
        display: block;
        text-align: center;
    }

    .svie_head-pc {
        left: 20px;
        max-width: 150px;
        top: 0px;
    }

    .svie_header_code {
        height: fit-content;
        max-height: fit-content;
        flex-wrap: wrap;
    }

    .cpro_wrap_code {
        display: flex;
        align-content: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .svie_head-titre {
        width: 100%;
        margin: auto;
        left: auto;
        transform: none;
        max-width: 210px;
        margin-top: 20px;
    }

    .svie_head-text {
        width: calc(100% - 50px);
        max-width: 100%;
        margin: 20px 0;
    }
}

@media screen and (max-width: 500px) {

    .svie_head-pc {
        display: none;
    }
}
