.demo_header {
    background       : url(/skins/theme1/media/images/pricing-top-bg.svg), #fff;
    object-fit       : cover;
    background-repeat: no-repeat;
    background-size  : cover;
    align-items      : center;
    width            : 100%;
    margin           : 0;
    height           : 55vh;
}

.demo_header hr {
    border-top: 1.5px solid #FFF;
    width     : 60%;
    margin-top: 30px;
}

.demo_header h2 {
    color         : #FFFFFF;
    font-family   : "Red Hat Display";
    font-size     : 50px;
    font-weight   : bold;
    letter-spacing: 0;
    line-height   : 64px;
    margin-bottom : 100px;
}

.demo_header p {
    color         : #FFFFFF;
    font-size     : 32px;
    font-weight   : 300;
    letter-spacing: 0;
    line-height   : 40px;
}

.demo_content {
    background-color: #6374FF;
}

.video_section {
    text-align      : center;
    padding         : 10px;
    border-radius   : 10px;
    background-color: #fff;
    bottom          : 200px;
    margin-bottom   : -100px;
    position        : relative;
    padding-bottom  : 56.25%;
    height          : 0;
}

.video_section iframe {
    position: absolute;
    top     : 0;
    left    : 0;
    width   : 100%;
    height  : 100%;
    padding : 10px;
}

.overlay_video {
    position: absolute;
    top     : 0;
    bottom  : 0;
    left    : 0;
    right   : 0;
    height  : auto;
    width   : 100%;
    opacity : 1;
    cursor  : pointer;
    display : block;
}

.icon {
    color        : #2204AF;
    font-size    : 100px;
    position     : absolute;
    top          : 50%;
    left         : 50%;
    transform    : translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align   : center;
    z-index      : 1;
    filter       : brightness(0) saturate(100%) invert(3%) sepia(100%) saturate(7304%) hue-rotate(213deg) brightness(101%) contrast(107%);
}

.modal-fullscreen {
    width    : 100vw;
    max-width: none;
    height   : 100%;
    margin   : 0;
}

.modal-fullscreen .modal-content {
    height          : 100%;
    border          : 0;
    border-radius   : 0;
    background-color: #6374FF;
}

.modal-fullscreen .modal-body {
    padding: 0;
}

.logo_demo img {
    width: 65%;
}

button.close {
    font-size     : 25px;
    margin-bottom : 20px;
    color         : #fff;
    opacity       : 1;
    text-transform: uppercase;
    padding       : 16px !important;
    margin        : 0 !important;
}

button.close:hover {
    color: #fff;
}

.exemple {
    padding         : 10px;
    background-color: #fff;
    border-radius   : 10px;
    display         : block;
    margin-bottom   : 100px;
    cursor          : pointer;
}

.exemple_img {
    width         : 100%;
    padding-bottom: 10px;
}

.exemple_title {
    color         : #2204AF;
    font-size     : 26px;
    font-weight   : bold;
    letter-spacing: 0;
    line-height   : 20px;
    margin-bottom : 5px;
    text-transform: uppercase;
}

.exemple_categery {
    color         : #A8A8A8;
    font-size     : 15px;
    font-weight   : 500;
    letter-spacing: 2px;
    line-height   : 17px;
    text-transform: uppercase;
    margin-top    : 8px;
    cursor        : pointer;
}

.illustrative_content {
    color         : #444444;
    font-size     : 15px;
    font-weight   : 300;
    letter-spacing: 0;
    line-height   : 24px;
    align-self    : end;
    margin-bottom : 5px;
}


/* #modal_viewer .modal-dialog {
    width  : 100%;
    height : 100%;
    margin : 0;
    padding: 0;
}

#modal_viewer .modal-content {
    height       : auto;
    min-height   : 100%;
    border-radius: 0;
} */

.video-container {
    overflow: hidden;
    position: relative;
    width   : 100%;
}

.demoButton .marker:before,
.demoButton .marker:after {
    position                 : absolute;
    margin-left              : -4px;
    margin-top               : -4px;
    opacity                  : 0;
    border                   : 4px solid #FF963B;
    animation-name           : pulse;
    animation-iteration-count: infinite;
    animation-direction      : ease-out;
    animation-duration       : 2s;
}

.pulsingButton_section {
    margin  : 20px 0;
    position: relative;
    bottom  : 50px;
}

.pulsingButton_section .pulsingButton {
    margin: 0 auto;
    width: 100%;
}

@media screen and (max-width: 800px) {
    .circulaire_demo {
        min-height: 350px;
    }
    
    .pulsingButton_section {
        margin  : 20px 0;
        position: relative;
        bottom  : 20px;
    }

    .exemple {
        margin-bottom: 40px;
    }

    button.close {
        font-size: 4.5vw;
        padding  : 8px !important;
    }

    .logo_demo {
        width: 65%;
    }

    .video_section {
        bottom: 140px;
    }
}