@font-face {
    font-family: 'bebasregular';
    src: url('fonts/BEBAS___-webfont.eot');
    src: url('fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/BEBAS___-webfont.woff') format('woff'),
        url('fonts/BEBAS___-webfont.ttf') format('truetype'),
        url('fonts/BEBAS___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
#form_add_schedule {
    padding: 6px;
}

.pencil-input {   
    background: none;
    border: 1px dashed transparent;
    box-shadow: none;
    text-align: left;
    -webkit-transition: background-color 300ms ease, border 300ms ease;
    -moz-transition: background-color 300ms ease, border 300ms ease;
    -o-transition: background-color 300ms ease, border 300ms ease;
    -ms-transition: background-color 300ms ease, border 300ms ease;
    transition: background-color 300ms ease, border 300ms ease;
    text-overflow: ellipsis;
    padding: 3px 37px 3px 5px;
}
.pencil-input:hover {
    background-image: url('/img/pictos/picto_pencil.png'); 
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: 32px auto;
    border: 1px dashed rgba(0,0,0,0.5);
}
.pencil-input.clicked, .pencil-input.clicked:hover {
    border: 1px solid rgba(161, 161, 161, 0.85);
    box-shadow: 0px 5px 10px -5px rgba(71, 71, 71, 0.5) inset;
    color: #474747;
    background-color: rgba(255, 255, 255, 0.85);
    background-image: none;
}
.no-entries {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    min-height: 300px;
}

/*HOMESYS HEXAGONE*/
.hexagone-div {
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: auto;
    padding: 0px 10px;
    display: block;
}
.hexagone-up, .hexagone-down {
    width: 100%;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease; 
    display: block;
}
.hexagone-up {
    border-bottom: 10px solid rgba(255,255,255,0.5);
}
.hexagone-down {
    border-top: 10px solid rgba(255,255,255,0.5);
}
.hexagone-div-large {
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: auto;
    padding: 0px 20px;
    display: block;
    box-sizing: border-box;
}
.hexagone-up-large, .hexagone-down-large {
    width: 100%;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease; 
    display: block;
    box-sizing: border-box;    
}
.hexagone-up-large {
    border-bottom: 20px solid rgba(255,255,255,0.5);
}
.hexagone-down-large {
    border-top: 20px solid rgba(255,255,255,0.5);
}


/*HOMESYS TAB*/
.homesys-tab-container {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}
.homesys-tab {
    width: 902px;
    height: 500px;
    margin-left: 68px;
    margin-right: 0;
    padding: 0;
}
.homesys-tab-hexagone {
    width: 902px;
    margin-right: 0;
    margin-left: 68px;
    border-left: 0;
}
.homesys-tab-menu {
    width: 68px;
    display: table-cell;
    position: relative;
}
.homesys-tab-item {
    position: absolute;
    text-align: center;
    background-color: rgba(255,255,255,0.1) !important;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    -ms-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    background-image: none !important;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.homesys-tab-item:hover {
    background-color: rgba(255,255,255,0.3) !important;
}
.homesys-tab-item:before {
    content: ""; 
    position: absolute; 
    left: 0; 
    height: 0; 
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent; 
    -webkit-transition: background-border 300ms ease;
    -moz-transition: border-color 300ms ease;
    -o-transition: border-color 300ms ease;
    -ms-transition: border-color 300ms ease;
    transition: border-color 300ms ease; 
}
.homesys-tab-item:before { 
    border-bottom: 10px solid rgba(255,255,255,0.1) !important;
} 
.homesys-tab-item:hover:before { 
    border-bottom: 10px solid rgba(255,255,255,0.3) !important;
} 
.homesys-tab-item-selected, .homesys-tab-item-selected:hover {
    background-color: rgba(255, 255, 255, 0.5) !important;
}
.homesys-tab-item-selected:before, .homesys-tab-item-selected:hover:before {
    border-bottom: 10px solid rgba(255, 255, 255, 0.5) !important;
}

@media (max-width: 975px) {

    .homesys-tab-container {
        width: 640px;
    }
    .homesys-tab {
        width: 572px;
    }
    .homesys-tab-hexagone {
        width: 572px;
    }
}
@media (max-width: 870px) {
    .homesys-tab-container {
        width: 400px;
    }
    .homesys-tab {
        width: 332px;
    }
    .homesys-tab-hexagone {
        width: 332px;
    }
}
/*CUSTOM-DIV*/
.custom-div {
    position: relative;
    background: rgba(255,255,255,0.5);
}
.custom-div:before, .custom-div:after {
    content: ""; 
    position: absolute; 
    left: 0; 
    height: 0; 
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent; 
    -webkit-transition: background-border 300ms ease;
    -moz-transition: border-color 300ms ease;
    -o-transition: border-color 300ms ease;
    -ms-transition: border-color 300ms ease;
    transition: border-color 300ms ease; 
}
.custom-div:before{
    top: -10px; 
    border-bottom: 10px solid transparent;
}
.custom-div:after{
    bottom: -10px; 
    border-top: 10px solid transparent;
}
.custom-div:hover:before { 
    border-bottom: 10px solid rgba(255,255,255,0.5);
} 
.custom-div:hover:after { 
    border-top: 10px solid rgba(255,255,255,0.5);
}
#header .icon {
    background: url(/img/pictos/home_icon.png) no-repeat;
}
#header .menu_security {
    background: url(/img/pictos/header_security.png) no-repeat center top;
}

#header .menu_alerts {
    background: url(/img/pictos/header_alert.png) no-repeat center top;
}

#header .menu_live {
    background: url(/img/pictos/header_live.png) no-repeat center top;
}

#header .menu_video {
    background: url(/img/pictos/header_video.png) no-repeat center top;
}

#header .menu_automation {
    background: url(/img/pictos/header_automation.png) no-repeat center top;
}

#header .menu_system {
    background: url(/img/pictos/header_system.png) no-repeat center top;
}

#header .menu_logs {
    background: url(/img/pictos/header_logs.png) no-repeat center top;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-bold {
    font-weight: bold;
}
.green-text {
    color: green;
}
.tiny-text {
    font-size: 10px;
    position: relative;
}
.medium-text {
    font-size: 14px;
}
.huge-text {
    font-size: 18px;
}

h1 {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 400;
}

.submit-input {
    cursor:pointer;
    text-align: center;
    width: 228px;
    height: 21px;
    color: #ffffff;
    font-size: 18px;
    padding:8px 0px;
    margin-left: auto;
    margin-right: auto;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

#header {
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
}

#header .icon {
    width: 125px;
    height: 125px;
    margin: 15px 0 0 25px;
    float:left;
    cursor: pointer;
}

#header .gateway_selector {
    margin-top: 18px;
    margin-right: 30px;
    background: rgba(255,255,255,0.5);
    width: 200px;
    height: 32px;
    float:right;
    display:none;
}

#header .gateway_selector SELECT {
    width: 200px;
    border: 1px rgba(161, 161, 161, 0.85) solid;
    border-radius: 0px;
    height: 32px;
    color: #474747;
    opacity: 0.85;
    font-size: 16px;
    box-sizing: border-box;
    box-shadow:inset 0px 5px 10px -5px rgba(71, 71, 71, 0.5);
    -moz-appearance: none;
    text-indent: 0px;
    text-overflow: '';
}

select {
    background: url("/img/bg/select_bg.png") no-repeat scroll right center #FFF;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 23px;
}

#header .gateway_selector SELECT, .settings_field_input select {
    -webkit-background-size: 1600px 40px;
    -webkit-appearance: textfield;
}

#header .gateway_selector SELECT::-ms-expand {
    display: none;
}

#loader {
    width: 64px;
    height: 64px;
    left: 50%;
    top: 38%;
    position: absolute;
    z-index:2000;
    display: none;
}
.loader_img img {
    width: 64px;
    height: 64px;
}
.loader_img {
    width: 64px;
    height: 64px;
    left: -50%;
    top: -50%;
    position: relative;
    background: url(/img/loaders/loader2.gif) no-repeat center center;
}

#header .menu_item {
    width: 100px;
    height: 100px;
    margin: 0 15px 5px 5px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 160px;
    float: left;
    color: rgba(34, 80, 92, 0.85);
    z-index: 2;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}

#header_menu {
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
    min-height: 80px;
    padding-top: 10px;
    padding-left:8px;
}

/* Styles for dialog window */

.menu_highlight_losange, .menu_selected_losange {
    position: absolute;
    margin-top: -80px;
    margin-left: -5px;
    display: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.bg_highlight_triangle1{
    width:1px;
    height:1px;
    border:1px solid #fff;
    border-color: transparent transparent #fff transparent;
    border-width:60px;
    overflow:hidden;
    opacity: 0.4;
}

.bg_highlight_triangle2{
    width:1px;
    height:1px;
    border:1px solid #fff;
    border-color: #fff transparent transparent transparent;
    border-width:60px;
    overflow:hidden;
    opacity: 0.4;
}

.bg_selected_triangle1{
    width:1px;
    height:1px;
    border:1px solid #fff;
    border-color: transparent transparent #fff transparent;
    border-width:60px;
    overflow:hidden;
    opacity: 0.6;
}

.bg_selected_triangle2{
    width:1px;
    height:1px;
    border:1px solid #fff;
    border-color: #fff transparent transparent transparent;
    border-width:60px;
    overflow:hidden;
    opacity: 0.6;
}

#error-msg-popup {
    background: rgba(255,255,255,0.5);
    padding: 0 10px 10px 10px;
    text-align: center;
    max-width: 500px;
    margin: 40px auto;
    position: relative;
}
#error-msg-popup:before, #error-msg-popup:after {
    content: ""; 
    position: absolute; 
    left: 0; 
    width: 500px; 
    height: 0; 
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent; 
    -webkit-transition: background-border 300ms ease;
    -moz-transition: border-color 300ms ease;
    -o-transition: border-color 300ms ease;
    -ms-transition: border-color 300ms ease;
    transition: border-color 300ms ease; 
}
#error-msg-popup:before {
    top: -10px; 
    border-bottom: 10px solid rgba(255,255,255,0.5);
}
#error-msg-popup:after {
    bottom: -10px; 
    border-top: 10px solid rgba(255,255,255,0.5);
}

#confirm-msg-text, #error-msg-text, #notif-msg-text {
    float: left;
    padding-left: 90px;
    min-height: 100px;
    line-height: 92px;
    width: 100%;
    font-size: 18px;
    text-align: left;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
	padding-right: 10px;
}

#confirm-msg-popup .mfp-close, #error-msg-popup .mfp-close {
	top: -10px;
	right: 0px;
}

#error-msg-text span, #notif-msg-text span {
    max-width: 400px;
    vertical-align:middle;
    display:inline-block;
    line-height:normal;
    text-align:left;
}

#confirm-msg-popup {
    background: rgba(255,255,255,0.5);
    padding: 0 10px 10px 10px;
    text-align: center;
    max-width: 500px;
    margin: 40px auto;
    position: relative;
}

#confirm-msg-popup:before, #confirm-msg-popup:after {
    content: ""; 
    position: absolute; 
    left: 0; 
    width: 500px; 
    height: 0; 
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent; 
    -webkit-transition: background-border 300ms ease;
    -moz-transition: border-color 300ms ease;
    -o-transition: border-color 300ms ease;
    -ms-transition: border-color 300ms ease;
    transition: border-color 300ms ease; 
}
#confirm-msg-popup:before {
    top: -10px; 
    border-bottom: 10px solid rgba(255,255,255,0.5);
}
#confirm-msg-popup:after {
    bottom: -10px; 
    border-top: 10px solid rgba(255,255,255,0.5);
}

#device_detailed_display {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
#confirm-msg-text span {
    max-width: 400px;
    vertical-align:middle;
    display:inline-block;
    line-height:normal;
    text-align:left;
}

.confirm_answers {
    width:300px;
    margin-left:auto;
    margin-right:auto;
}

#confirm_no, #confirm_yes {
    width:84px;
    float:left;
    margin-right:25px;
    margin-left:25px;
}
#logout {
    height: 30px;
    margin-top: 20px;
    padding: 0px 20px 0px 35px;
    line-height: 30px;
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 6;
}
#video-msg-popup {
    background: white;
    padding: 10px 10px;
    text-align: center;
    width: 700px;
    margin: 40px auto;
    position: relative;
    background: rgba(255,255,255,0.5);
}
#video-msg-popup:before, #video-msg-popup:after {
    content: ""; 
    position: absolute; 
    left: 0; 
    width: 700px; 
    height: 0; 
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent; 
    -webkit-transition: background-border 300ms ease;
    -moz-transition: border-color 300ms ease;
    -o-transition: border-color 300ms ease;
    -ms-transition: border-color 300ms ease;
    transition: border-color 300ms ease; 
}
#video-msg-popup:before {
    top: -10px; 
    border-bottom: 10px solid rgba(255,255,255,0.5);
}
#video-msg-popup:after {
    bottom: -10px; 
    border-top: 10px solid rgba(255,255,255,0.5);
}

.video-player {
    width: 640px;
    height: 360px;
    margin-top: 22px;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}
.clear {
    clear: both;
    width: 100%; 
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.option-container {
    box-shadow: 0px 5px 10px -5px rgba(71, 71, 71, 0.5) inset;
    color: rgba(34, 80, 92, 0.85);
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    margin: 5px;
}
.option-btn {
    display: table-cell;
    text-align: center;
    padding: 5px 10px;
    border-right: 1px solid rgba(34, 80, 92, 0.85);
    border-top: 1px solid rgba(34, 80, 92, 0.85);
    border-bottom: 1px solid rgba(34, 80, 92, 0.85);
    width: auto;
    font-size: 15px;
}
.option-selected {
    background: rgba(34, 80, 92, 0.85);
    color: #FFF;
}
.to_select {
    background: transparent;
    color: rgba(34, 80, 92, 0.85);
}

.last {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.first {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid rgba(34, 80, 92, 0.85);
}

.defaultDiv {
    width: 100%;
    height: auto;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}
.defaultDiv:hover {
    background-color: rgba(255,255,255,0.5);
}
select {
    width: auto;
    border: 1px solid rgba(161, 161, 161, 0.85);
    border-radius: 0px;
    height: 32px;
    color: #474747;
    opacity: 0.85;
    font-size: 16px;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px -5px rgba(71, 71, 71, 0.5) inset;
    text-indent: 0px;
    text-overflow: "";
    cursor: pointer;
}
#homesys-popup {
    background: transparent;
    padding: 10px 20px 20px 20px;
    text-align: left;
    max-width: 550px;
    margin: 40px auto;
    height: auto;
    clear: both;
    position: relative;
}

.link-div {
    cursor: pointer;
    color: rgba(34, 80, 92, 0.85);
    font-size: 17px;
}

@media (max-width: 870px) {

    .option-btn {
        display: table-cell;
        text-align: center;
        padding: 5px;
        width: auto;
        font-size: 15px;
    }
    .container_arm, .container_as {
        width: auto !important;
    }
    #header  .menu_item {
        width: 80px;
        height: 80px;
        margin: 0 5px 5px 5px;
        font-size: 12px;
        line-height: 140px;
        background-size: 60px;
    }

    #header_menu {
        margin-left: auto;
        margin-right: auto;
        max-width: 650px;
    }

    #confirm-msg-text, #error-msg-text, #notif-msg-text {
        font-size: 16px;
        background-size: 60px;
        padding-left: 80px;
    }

    #confirm-msg-popup, #error-msg-popup {
        padding: 10px 10px;
        max-width: 450px;
    }
    #homesys-popup {
        max-width: 450px;
    }
    #confirm-msg-popup:before, #confirm-msg-popup:after, #error-msg-popup:before, #error-msg-popup:after {
        width: 450px;
    }

    .menu_highlight_losange, .menu_selected_losange {
        margin-top: -65px;
        margin-left: -5px;
    }
    .bg_highlight_triangle1, .bg_highlight_triangle2, .bg_selected_triangle1, .bg_selected_triangle2{
        border-width:50px;
    }

    #header .gateway_selector {
        margin-top: 62px;
        margin-right: 10px;
        width: 150px;
    }
    #header .gateway_selector SELECT {
        width: 150px;
    }

    #header .icon {
        width: 100px;
        height: 120px;
        background-size: 90px;
    }

    .huge-text {
        font-size: 12px;
    }
}

@media (max-width: 690px) {
    #header  .menu_item {
        background-size: 40px;
        width: 60px;
        height: 70px;
        margin: 0 5px 5px 5px;
        font-size: 9px;
        line-height: 100px;
    }

    #header_menu {
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
        display: block;
    }

    #confirm-msg-text, #error-msg-text, #notif-msg-text {
        font-size: 14px;
        background-size: 45px;
        padding-left: 65px;
    }

    #confirm-msg-popup, #error-msg-popup {
        padding: 10px 10px;
        max-width: 300px;
    }

    #homesys-popup {
        max-width: 300px;
    }


    #confirm-msg-popup:before, #confirm-msg-popup:after, #error-msg-popup:before, #error-msg-popup:after {
        width: 300px;
    }

    .menu_highlight_losange, .menu_selected_losange {
        margin-top: -45px;
        margin-left: 0px;
    }
    .bg_highlight_triangle1, .bg_highlight_triangle2, .bg_selected_triangle1, .bg_selected_triangle2{
        border-width:35px;
    }

    #header .gateway_selector {
        position: absolute;
        right: 0;
    }

    #header .icon {
        width: 80px;
        height: 80px;
        background-size: 70px;
    }

}


@media (max-width: 450px) {

    .submit-input {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #header_menu {
        max-width: 360px;
        display: none;
        margin-top: 120px;
    }

    #header .menu_item {
        margin: 0px 5px 40px;
        background-size: 52px auto;
        height: 80px;
        width: 80px;
    }
    #confirm-msg-popup, #video-msg-popup {
        width: 300px;
    }

    #homesys-popup {
        max-width: 300px;
    }

    #confirm-msg-popup:before, #confirm-msg-popup:after, #error-msg-popup:before, #error-msg-popup:after, #video-msg-popup:before, #video-msg-popup:after{
        width: 300px;
    }
    .video-player {
        width: 100%;
        height: auto;
    }

    #confirm-msg-text, #error-msg-text, #notif-msg-text {
        background-size: 32px;
        padding-left: 50px;
		padding-right: 5px;
    }

    .menu_highlight_losange, .menu_selected_losange {
        margin-top: -56px;
    }

    .bg_highlight_triangle1, .bg_highlight_triangle2, .bg_selected_triangle1, .bg_selected_triangle2{
        border-width:44px;
    }

    #header .icon {
        width: 65px;
        height: 65px;
        background-size: 58px;
        margin: 10px 0px 0px 10px;
    }

    .link-div {
        font-size: 12px;
    }

}
.pixel {
    width:0px;
    height:0px;
    background: white;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}

.bloc_corner1{
    width:0px;
    height:0px;
    border:1px solid #fff;
    border-color: transparent #fff #fff transparent;
    border-width:10px;
    float: left;
    overflow:auto;
    padding: 0;
    opacity: 0.4;
    clear:both;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
.bloc_rectangle1{
    height:21px;
    background: #fff;
    float: left;
    overflow:hidden;
    opacity: 0.4;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
.bloc_corner2{
    width:0px;
    height:0px;
    border:1px solid #fff;
    border-color: transparent transparent #fff #fff;
    border-width:10px;
    float: left;
    overflow:hidden;
    opacity: 0.4;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
.bloc_rectangle2{
    clear: both;
    background: #fff;
    float: left;
    opacity: 0.4;
    clear:both;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
.bloc_corner3{
    width:0px;
    height:0px;
    border:1px solid #fff;
    border-color: #fff #fff transparent transparent;
    border-width:10px;
    float: left;
    opacity: 0.4;
    clear:both;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
.bloc_corner4{
    width:0px;
    height:0px;
    border:1px solid #fff;
    border-color: #fff transparent transparent #fff;
    border-width:10px;
    float: left;
    opacity: 0.4;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}

/**
* Fade-zoom animation for popup dialogs
*/

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;



    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.my-mfp-zoom-in-chrome .zoom-anim-dialog {

    opacity: 0;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0.001; /* Chrome opacity transition bug */
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 1;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-bg {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* disable fullpage slide arrows*/
.fp-controlArrow {
    display: none;
}

.clear {
    clear: both;
}



.radioCheckbox {
    margin: 5px;
}
.radioCheckbox:not(:checked),
.radioCheckbox:checked {
    position: absolute;
    left: -9999px;
}


.radioCheckbox:not(:checked) + label,
.radioCheckbox:checked + label {
    position: relative;
    padding-left: 31px;
    cursor: pointer;
    opacity: 0.85;
    padding-top: 22px;
}


.radioCheckbox:not(:checked) + label:before,
.radioCheckbox:checked + label:before {
    content: '';
    position: absolute;
    left: 0px; top: 22px;
    width: 17px; height: 17px; 
    border: 1px solid #aaa;
    background: #fff;
    transform: rotate(-134deg);
}

.radioCheckbox:not(:checked) + label:after,
.radioCheckbox:checked + label:after {
    content: '\2714';
    position: absolute;
    top: 22px;
    left: 4px;
    font-size: 14px;
    height: 15px;
    width: 15px;
    color: rgba(34, 80, 92, 0.85);
}

.radioCheckbox:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.radioCheckbox:checked + label:after {
    opacity: 1; 
    transform: scale(1);
}

.marginTop5 {
    margin-top: 5px;
}

.marginTop15 {
    margin-top: 15px;
}
.table {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.table-cell {
    display: inline-block;
    width: 50%;
}
.alignLeft {
    text-align: left;
}
.alignRight {
    text-align: right;
}
#divError {
    width: 100%;
    color: rgba(71, 71, 71, 0.85);
    box-sizing: border-box;
    background: rgba(255,255,255,0.5);
    border: 1px solid #BFBFBF;
    margin: -7px auto;
    padding: 20px;
}
.popupScene #divError {
    width: 93%;
    position: absolute;
    top: 75px;
    left: 27px;
    padding: 11px;
    margin: none;
}


#homesys-popup > .mfp-close {
    margin-top: 5px !important;
}

.tab {
    width: 100%;
    padding: 0px;
}
.tab-line {
    background: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease; 
}
.tab-line:hover {
    background: rgba(255,255,255,0.5);
}
.link:hover {
    text-decoration: underline;
    cursor: pointer;
}
.pointer {
    cursor: pointer;
}
.move-cursor {
    cursor: move;
}
.small-select {
    height: 25px;
    font-size: 12px;
}
.transition-300ms {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease; 
}

.mCSB_inside > .mCSB_container {
    margin-right: 17px !important;
}