.logiciel-popup-video.logiciel-popup-video_Style_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.logiciel-popup-video.logiciel-popup-video_Style_1 .logiciel-video {
    border: 4px solid var(--color-theme-orange);
    background: var(--global-body-lightbg);
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 104px;
    position: relative;
    border-radius: 50%;
}

.logiciel-popup-video.logiciel-popup-video_Style_1 .logiciel-video img {
    height: 60px;
}

.logiciel-popup-video.logiciel-popup-video_Style_1 .logiciel-video svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: var(--color-theme-primary);
    font-size: var(--font-size-h5);
}

.logiciel-popup-video.logiciel-popup-video_Style_1 .logiciel-video i {
    font-size: 14px;
}

.logiciel-popup-video.logiciel-popup-video_Style_1 .logiciel-video-text {
    text-align: left;
    color: var(--color-theme-white);
    font-size: var(--font-size-h6);
    font-family: var(--highlight-font-family);
    font-weight: var(--font-weight-h6);
}

.logiciel-popup-video.logiciel-popup-video_Style_1 .logiciel-video-icon {
    text-align: center;
}

.logiciel-popup-video.logiciel-popup-video_Style_2 {
    position: relative;
}

.logiciel-popup-video.logiciel-popup-video_Style_2 .logiciel-video-icon {
    display: block;
    text-align: center;
}

.logiciel-popup-video.logiciel-popup-video_Style_2 .logiciel-video-icon {
    background: transparent;
}

.logiciel-popup-video.logiciel-popup-video_Style_2 .logiciel-video-icon {
    padding: 0;
}

.logiciel-popup-video.logiciel-popup-video_Style_2 .logiciel-video {
    margin-right: 0;
}

.logiciel-popup-video.logiciel-popup-video_Style_2 .logiciel-video {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: var(--color-theme-tint);
    display: block;
}

.logiciel-popup-video.logiciel-popup-video_Style_2 .logiciel-video svg {
    color: var(--color-theme-secondary);
}

.logiciel-popup-video.logiciel-popup-video_Style_2 .logiciel-video svg {
    font-size: var(--font-size-h5);
}

.logiciel-popup-video.logiciel-popup-video_Style_2 .logiciel-video-text {
    font-family: var(--highlight-font-family);
    font-weight: var(--font-weight-h4);
    font-size: var(--font-size-h4);
}

.logiciel-popup-video.logiciel-popup-video_Style_2 .logiciel-video-text {
    text-align: center;
}


/*== style-2 ==*/

.logiciel-popup-video-style-2 {
    position: absolute;
    right: 0;
    top: 0;
    padding: 40px;
    background-color: var(--color-theme-white);
    max-width: 210px;
}

.logiciel-popup-video-style-2 .logiciel-video-img .logiciel-video-icon {
    text-align: center;
}

.logiciel-popup-video-style-2 .logiciel-video-img .logiciel-video-icon .logiciel-video-text {
    font-family: var(--highlight-font-family);
    font-size: var(--font-size-h3);
    line-height: var(--font-line-height-h3);
    color: var(--global-font-title);
    font-weight: var(--font-weight-semi-bold);
    margin-bottom: 35px;
    display: block;
}

.logiciel-popup-video-style-2 .logiciel-video-img .logiciel-video-icon .logiciel-video {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 22px;
    color: var(--color-theme-primary);
    background: var(--color-theme-secondary);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

@media (max-width: 767px) {
    .logiciel-popup-video-style-2 {
        padding: 20px;
    }
    .logiciel-popup-video-style-2 .logiciel-video-img .logiciel-video-icon .logiciel-video-text {
        margin-bottom: 15px;
    }
    .logiciel-popup-video-style-2 .logiciel-video-img .logiciel-video-icon .logiciel-video {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
}

@media (max-width: 479px) {
    .logiciel-popup-video.logiciel-popup-video_Style_1 .logiciel-video {
        width: 80px;
        height: 80px;
    }
    .logiciel-popup-video-style-2 .logiciel-video-img .logiciel-video-icon .logiciel-video-text {
        margin-bottom: 10px;
    }
}