@charset "UTF-8";
/* CSS Document */

html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
	outline: 0;
	padding: 0px;
	margin: 0px;
}

.fullpage {
    padding-bottom: 0px;
    margin: 0;
    height: 100vh;
    background: #052b3d;
}

.fullpage .main__header {
    background-color: #12384A;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.logo__qualifio {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 30px;
}

.logo__qualifio img {
    width: 100%;
    height: auto;
}

.devices {
    display: flex;
    align-items: center;
    justify-content: center;
}

.devices__block {
    transition: .3s;
}

.devices__block a {
    display: block;
    padding: 12px 0;
    width: 50px;
    text-align: center;
    transition: .3s;
    opacity: .5;
    font-size: 25px;
    cursor: auto;
}

.devices__block a:hover {
    background: #052b3d;
    opacity: .7;
}

.devices__block__img {
    max-height: 26px;
}

a.devices__block--active, a.devices__block--active:hover {
	color: #ffffff;
	opacity: 1;
}

.iframe__qualifio {
	line-height: 0;
	background-color: #ffffff;
}

/*================ Desktop ===============*/

.main__widget {
    width: 95%;
    margin: 80px auto;
    display: block;
}

/*================ END Desktop ===============*/

/*---------------- QR Code ---------------*/

.qr__code {
	text-align: center;
	margin: 40px auto;
}

.qr__code__img img {
	border: 5px solid #12384A !important;
    border-radius: 3px;
}
	
/*------------- END QR Code --------------*/


/*================ Tablet ===============*/

.fullpage__tablet {
    height: -webkit-calc(100% - 0px);
    height: calc(100% - 0px);
    /*display: block;*/
    background-color: #052b3d;
    padding-bottom: 0px;
    margin: 0;
}

.fullpage__tablet .main-header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #12384A;
}

.fullpage__tablet .main__widget {
    background-image: url(../../images/tablet-background.png);
    background-size: 840px;
    background-repeat: no-repeat;
    background-position: center 0;
    overflow: initial;
    margin: 80px auto auto;
}

.main__widget__container {
    padding: 40px 0 50px;
    width: 767px;
    margin: auto;
}

.iframe__tablet {
    height: 1020px;
    overflow: auto;
    border-radius: 10px;
    line-height: 0;
    -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; /* Firefox 64 */
}

.iframe__tablet::-webkit-scrollbar {
    display: none;
}

.iframe__tablet iframe { 
    border-radius: 10px;
}

/*============ END Tablette ===============*/


/*================ Mobile ===============*/

.fullpage__mobile {
    height: -webkit-calc(100% - 0px);
    height: calc(100% - 0px);
    /*display: block;*/
    background-color: #052b3d;
    padding-bottom: 0px;
    margin: 0;
}

.fullpage__mobile .main-header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #12384A;
}

.iframe__mobile {
    -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; /* Firefox 64 */
}

.iframe__mobile::-webkit-scrollbar {
    display: none;
}

/*================ IE only ===============*/

.fullpage__mobile .warning__ie {
    display: none;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .fullpage__mobile .warning__ie {
        display: block;
        box-sizing: border-box;
        margin: 90px auto -60px;
        width: 95%;
        max-width: 550px;
        font-family: sans-serif;
        font-size: 14px;
        text-align: left;
        color: #ffffff;
        background-color: #001F31;
        border-radius: 5px;
        padding: 15px;
    }

    .fullpage__mobile .warning__ie p {
        display: inline-block;
        vertical-align: middle;
        max-width: 90%;
        margin: auto;
    }

    .fullpage__mobile .warning__ie img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px;
        width: 24px;
        height: 24px;
    }

}

/*================ /IE only ===============*/


.fullpage__mobile .main__widget {
    background-image: url(../../images/phone-background.png);
    background-size: 375px;
    background-repeat: no-repeat;
    background-position: center 80px;
    overflow: initial;
    margin: auto;
}

.fullpage__mobile .main__widget__container {
    padding: 112px 0 20px;
    width: 330px;
    margin: auto;
}

.iframe__mobile {
    height: 655px;
    overflow: auto;
    border-radius: 15px;
    line-height: 0;
}

/*============ END Mobile ===============*/