/* emb CSS */
*, *:before, *:after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

img {
    -ms-interpolation-mode: bicubic;
}

.zoom-wrapper {
    position:relative;
}

a, a:link, a:visited, a:hover, a:focus, a:active {
    color: #838383;
    text-decoration: none;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

#page #sidebar_left input[type="submit"].hidden,
#page #sidebar_right input[type="submit"].hidden,
#page #sidebar_left .jqm-input.hidden {
    width: 1px;
    height: 1px;
}

body {
    width: 100%;
    height: 100%;
}
.backToHome {
    font-family: 'sinkin_sans400_regular', arial;
    position: absolute;
    z-index: 500;
    font-size: 14px;
}

#page {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#sidebar_left {
    float: left;
    height: 100%;
    width: 150px;
    background: #fff;
    border-right: solid 1px #e3e3e3;
    position: relative;
}
#logo_client {
    width: 150px;
    height: 100px;
    line-height: 100px;
    border-bottom: solid 1px #e3e3e3;
    position: relative;
    text-align: center;
}
#logo_client img {
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
    max-height: 75%;
}
#summary {
    display: none;
    margin-top: 15px;
    float: right;
    width: 55px;
    height: 190px;
    background: #f0f0f0;
    position: relative;
    z-index: 305;
}
#summary.active {
    background: #bfd71b;
}
#summary > .summary {
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: right top;
    -moz-transform: rotate(270deg);
    -moz-transform-origin: right top;
    -ms-transform: rotate(270deg);
    -ms-transform-origin: right top;
    -o-transform: rotate(270deg);
    -o-transform-origin: right top;
    transform: rotate(270deg);
    transform-origin: right top;
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* for IE8 */
    font-family: 'sinkin_sans400_regular', arial;
    font-size: 18px;
    color: #001c7a;
    position: absolute;
    bottom: 135px;
    right: 55px;
    width: 190px;
    height: 55px;
    text-transform: uppercase;
    padding: 15px 10px;
}
#summary.active > .summary {
    color: #fff;
}
#summary .chevron_logo {
    font-family: 'sinkin_sans200_x_light', arial;
    color: #001c7a;
    font-size: 24px;
    text-align: center;
    display: block;
}
#summary.active .chevron_logo {
    color: #fff;
}
#summary ul {
    list-style: none;
}
#summary_wrapper {
    left: 149px;
    max-height: 100%;
    position: fixed;
    top: 115px;
    padding-right: 17px;
    overflow-y: auto;
    background-color: transparent;
}
_:-ms-input-placeholder, :root #summary_wrapper {
    padding-right: 0;
}
#summary_container {
    display: none;
}
#summary #summary_container.active {
    background: none repeat scroll 0 0 white;
    display: block;
    float: left;
    width: 300px;
    text-align: left;
}

#summary ul.summary_level1 {
    background: #f0f0f0;
    display: block;
    left: 0px;
    padding: 10px;
}
#summary ul.summary_level1 li.level1 > span .summary_lvl1_picto {
    font-family: "picto_embv3";
    font-size: 18px;
    float: right;
    width: 40px;
    text-align: center;
    color: #bfd71b;
    margin-right: -40px;
}
#summary ul.summary_level1 li.level1 {
    background-color: #fff;
    margin-bottom: 10px;
}
#summary ul.summary_level1 li.level1 > span {
    padding-left: 10px;
    font-family: 'sinkin_sans400_regular', arial;
    font-size: 12px;
    color: #001c7b;
    text-transform: uppercase;
    line-height: 27px;
    min-height: 27px;
    display: block;
    cursor: pointer;
    padding-right: 40px;
}
#summary ul.summary_level2 {
    display: none;
}
#summary li.level1 > ul.summary_level2.active{
    display: block;
}
#summary ul.summary_level2 li.level2 {
    display: block;
    background-color: #fafafa;
    min-height: 32px;
    padding: 0 10px;
    padding-left:20px;
    position: relative;
}
#summary ul.summary_level2 li.level2.active {
    background-color: #fff;
}
#summary ul.summary_level2 li.level2 > span .summary_lvl2_picto {
    font-family: "sinkin_sans100_thin";
    content: "▼";
    font-size: 10px;
    position: absolute;
    right: 16px;
    top: 0px;
    cursor: pointer;
    color:#bfd71b;
}
#summary ul.summary_level2 li.level2 > span {
    display:block;
    min-height: 32px;
    line-height: 32px;
    font-family: 'sinkin_sans700_bold', arial;
    font-size: 10px;
    color: #535353;
    border-bottom: solid 1px #fff;
    cursor: pointer;
    padding-right: 20px;
}
#summary ul.summary_level3 {
    display: none;
}
#summary  li.level2 > ul.summary_level3.active {
    display: block;
}
#summary ul.summary_level3 li.level3 {
    min-height: 30px;
    background-color: #fff;
    padding-bottom: 1px;
}
#summary ul.summary_level3 li.level3:before {
    color: #bfd71b;
    content: "■";
    float: left;
    margin: 0px 5px;
}
#summary ul.summary_level3 li.level3 span {
    cursor: pointer;
    font-family: 'sinkin_sans500_medium', arial;
    font-size: 10px;
    color: #535353;
    display: block;
    min-height: 30px;
    line-height: 20px;
    background-color: #fff;
    border-bottom: solid 1px #f0f0f0;
    margin-left: 20px;
}

#share-menu {
    z-index: 105;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0px;
    background-color: #fff;
    z-index: 400;
}
#share-menu .share-item{
    display: none;
    width: 42px;
    height: 42px;
    float: left;
    margin-left: 5px;
    margin-top: 6px;
    background-color: #fff;
}
#share-menu .share-item img {
    width: auto;
    max-width: 100%;
}

#search-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 50px;
    z-index: 400;
    background-color: #fff;
}
#search-box > span {
    font-family: "picto_embv3";
    display: block;
    text-align: center;
    color: #fff;
    background: #e3e3e3;
    line-height: 50px;
    font-size: 40px;
    cursor: pointer;
}
#search-box.active > span {
    background: #646464;
}
#search-box form {
    display: none;
}
#search-box.active form {
    display: block;
    background: #fff;
    height: 56px;
    left: 149px;
    padding: 3px 3px 3px 0;
    position: absolute;
    top: -3px;
    width: 1025px;
    z-index: 450;
}
#search-box.active form .search-form-background {
    background: #646464;
    height: 100%;
}
.search-form-background > .btn-search-submit {
    color: #969696;
    font-family: 'sinkin_sans100_thin';
    display: block;
    float: right;
    font-size: 24px;
    z-index: 500;
    margin-top: 11px;
    margin-right: 17px;
    background-color: transparent;
    border: none;
}
#search-box.active form input {
    border-bottom: solid 1px #969696;
    background: #646464;
    color: #fff;
    font-family: 'sinkin_sans300_light';
    font-size: 18px;
    margin-left: 35px;
    margin-top: 12px;
    line-height: 25px;
    width: 92%;
}


#main_menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 150;
    cursor: pointer;
    z-index: 310;
}
#main_menu .paper_catalog {
    display: none;
}


#main_menu .burger {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45px;
    border-top: solid 1px #e3e3e3;
    text-align: center;
    font-family: "picto_embv3";
    font-size: 30px;
    line-height: 45px;
    z-index: 400;
}
#menu_wrapper {
    position: relative;
    width: 70px;
    height: 50px;
    z-index: 400;
}
#main_menu .burger:after {
    content:"";
    color: #bfd71b;
    background: #fff;
}
#main_menu.active .burger, #main_menu.active .burger:after {
    content:"";
    color: #fff;
    background: #bfd71b;
}
#main_menu .menu {
    display: none;
    list-style: none;
    z-index: 100;
}
#main_menu .menu.active {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
}
#main_menu .menu > li {
    height: 47px;
    line-height: 45px;
    border-top: solid 1px #e3e3e3;
    position: relative;
    background-color: #fff;
}
#main_menu .menu > li > span {
    float: left;
    height: 100%;
}
#main_menu .menu > li > .sub_menu .sub_menu_item span {
    display: inline-block;
}
#main_menu .menu > li > span.menu-link,
#main_menu .menu > li > ul span.menu-link
 {
    width: 105px;
    font-family: 'sinkin_sans400_regular';
    font-size: 11px;
    color: #838383;
}
#main_menu .menu > li > span.before-menu-link{
    font-family: "picto_embv3";
    font-size: 1.5em;
    color: #b9b9b9;
    margin-right: 3px;
    margin-left: 6px;
}
#main_menu .menu > li > span.menu-arrow {
    font-family: "sinkin_sans200_x_light",arial;
    letter-spacing: -4px;
    font-size: 24px;
    position: absolute;
    right: 7px;
    top: 0;
    color: #b9b9b9;
    z-index: 500;
    width: 15px;
}

#main_menu .menu > li.active > span.before-menu-link {
    color: #001c7a;
}
#main_menu .menu > li > .sub_menu {
    display: none;
}
#main_menu .menu > li > .sub_menu.active {
    display: block;
    position: absolute;
    top: -1px;
    left: 150px;
    list-style: none;
    z-index: 150;
    width: 171px;
}

#main_menu .menu > li > .sub_menu .sub_menu_item {
    width: 57px;
    height: 48px;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #cccccc;
    float: left;
    background-color: #fff;
}

#main_menu .menu > li > .sub_menu .sub_menu_item span{
    font-family: 'sinkin_sans400_regular';
    font-size: 8px;
    line-height: 8px;
    color: #838383;
    text-align: center;
    padding: 2px 2px;
}
#main_menu .menu > li > .sub_menu .sub_menu_item span:before {
    font-family: "picto_embv3";
    font-size: 26px;
    line-height: 23px;
    color: #b9b9b9;
    margin-left: 0px;
    margin-right: 0px;
    padding: 2px 0px;
    display: block;
}
#main_menu .menu > li > .sub_menu .sub_menu_item span.paper_catalog:before{
    content:""
}
#main_menu .menu > li > .sub_menu .sub_menu_item span.send_mail:before{
    content:""
}
#main_menu .menu > li > .sub_menu .sub_menu_item span.show_pdf:before{
    content:""
}
#main_menu .menu > li > .sub_menu .sub_menu_item span.left_page:before{
    content:""
}
#main_menu .menu > li > .sub_menu .sub_menu_item span.right_page:before{
    content:""
}
#main_menu .menu > li > .sub_menu .sub_menu_item span.complete_catalog:before{
    content:""
}
#main_menu .menu > li > .sub_menu .sub_menu_item span.show_bookmark:before{
    content: "";
}
#main_menu .menu > li > .sub_menu .sub_menu_item span.show_post-it:before{
    content: "";
}

#sidebar_right {
    float: left;
    position: relative;
    height: 100%;
    width: 130px;
    background: #fff;
    padding-top: 35px;
}
#fav {
    width: 75px;
    height: 68px;
    background-color: #f0f0f0;
    color: #bfd71b;
    position: relative;
    z-index: 600;
    cursor: pointer;
    float: right;
    margin-right: 10px;
}
#fav.active {
    background-color: #bfd71b;
    border: solid 1px #bfd71b;
    color: #f0f0f0;
}
#fav > span:first-child {
    display: block;
    font-family: "picto_embv3";
    font-size: 44px;
    line-height: 60px;
    text-align: center;
    width: 100%;
}
#favsText {
    bottom: 0;
    font-family: "sinkin_sans300_light";
    font-size: 12px;
    height: 18px;
    line-height: 12px;
    position: absolute;
    width: 100%;
    text-align: center;
}
#favsDownloadIcon {
    line-height: 44px;
}
#favsDownloadText {
    bottom: 2px;
    font-family: sinkin_sans300_light;
    font-size: 10px;
    height: 14px;
    line-height: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    color: #838383;
}
#fav .menu_fav {
    display: none;
}
#fav.active .menu_fav {
    display: block;
    list-style: none;
    position: absolute;
    right: 73px;
    top: -1px;
    height: 68px;
    width: 242px;
    border: solid 1px #bfd71b;
    background-color: #f0f0f0;
    color:#fff;
    font-family: 'picto_embv3';
    font-size: 54px;
}
.one-page #fav.active .menu_fav {
    width: 161px;
}
#fav.active .menu_fav_item {
    float: left;
    width: 79px;
    height: 68px;
    line-height: 53px;
    text-align: center;
    padding: 7px 0px;
    position: relative;
    cursor: pointer;
}
.menu_fav_item > span.add_left:before {
    color: #bfd71b;
    content: "";
    font-size: 18px;
    left: 20px;
    position: absolute;
    top: -15px;
}
.menu_fav_item > span.add_right:before {
    color: #bfd71b;
    content: "";
    font-size: 18px;
    right: 20px;
    position: absolute;
    top: -15px;
}
#fav.active .menu_fav_item span {
    display: block;
}
#fav.active .menu_fav_item:nth-child(2) {
    border-left: solid 1px #bfd71b;
}
#fav.active .menu_fav_item:nth-child(2) span {
    border-right: solid 1px #84827f;
}

#cart {
    width: 75px;
    height: 68px;
    background-color: #f0f0f0;
    color: #bfd71b;
    position: relative;
    z-index: 600;
    cursor: pointer;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

#cart span {
    display: block;
    font-family: "picto_embv3";
    font-size: 40px;
    line-height: 66px;
    text-align: center;
    width: 100%;
}

.cart-ref {
    font-family: "sinkin_sans400_regular";
    font-size: 12px;
    color: #787878;
    max-width:600px;
    display: inline-block;
    margin-right: 30px;

}

.white-popup.cart-popup .cart-ref {
    width:600px;
}

.cart-ref-quantity {
    height:37px;
    font-family: "sinkin_sans400_regular";
    font-size:12px;
    color: #787878;
    padding:0 5px;
    border:solid 1px #787878;
    width:56px;
    vertical-align: top;
}

.btn-add-to-cart {
    color:#fff;
    font-family: "sinkin_sans400_regular";
    background:#bdd618;
    font-size:13px;
    height:37px;
    line-height: 37px;
    display: inline-block;
    float:right;
    padding: 0 10px;
    cursor: pointer;
}

.cart-add-item {
    margin-bottom: 10px;
}

.popup-send_cart_btn,.popup-empty_cart_btn {
    color:#fff;
    font-family: "sinkin_sans400_regular";
    background:#c0c0c0;
    font-size:13px;
    height:37px;
    line-height: 37px;
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    margin-left:20px;
    float:right;

}

.btn-container.cart-popup {
    height:37px;
    margin-top:20px;
}

.btn-remove-cart-item {
    color:#fff;
    font-family: "sinkin_sans400_regular";
    background:#bdd618;
    font-size:13px;
    height:37px;
    line-height: 37px;
    display: inline-block;
    float:right;
    padding: 0 10px;
    cursor: pointer;
}

#sidebar_right .bottom-buttons {
    position: absolute;
    bottom: 6px;
    right: 10px
}

#sidebar_right .bottom-buttons > * {
    width: 68px;
    height: 68px;
    line-height: 68px;
    background-color: #f0f0f0;
}
#sidebar_right .bottom-buttons form {
    margin: 10px  0px;
    line-height: normal;
    background-color: #fff;
    border: solid 1px #e1e1e1;
}
#sidebar_right .bottom-buttons form label {
    font-family: 'sinkin_sans300_light';
    font-size: 19px;
    color: #001c7a;
    text-align: center;
    text-transform: uppercase;
    border-bottom: solid 1px #e1e1e1;
    margin: 0px 5px;
}
#sidebar_right .bottom-buttons form input {
    font-family: 'sinkin_sans200_x_light';
    font-size: 26px;
    color: #001c7a;
    width: 68px;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
}
#prev, #next {
    color: #001c7a;
    font-family: 'sinkin_sans100_thin';
    font-size: 72px;
    text-align: center;
    cursor: pointer;
}


#main-container {
    float: left;
    height: 100%;
    width: 100%;
    margin-left: -150px;
    margin-right: -131px;
}

#slider-container {
    padding: 35px 131px 0px 185px;
    height: 100%;
    width: 100%;
}
#slider-wrapper {
    position: relative;
    padding-bottom: 5px;
}
#slider {
    background-color: transparent;
    overflow-x: hidden !important;
    overflow-y: visible !important;
}
#slider > div > div:nth-child(odd) .emb-overlay {
    position: absolute;
    z-index: 7;
    -moz-box-shadow: inset -35px 0px 25px -25px #353535, -30px 0px 25px -25px #353535, 0px 30px 25px -25px #353535, 0px -20px 20px -20px #353535;
    -webkit-box-shadow: inset -35px 0px 25px -25px #353535, -30px 0px 25px -25px #353535, 0px 30px 25px -25px #353535, 0px -20px 20px -20px #353535;
    -o-box-shadow: inset -35px 0px 25px -25px #353535, -30px 0px 25px -25px #353535, 0px 30px 25px -25px #353535, 0px -20px 20px -20px #353535;
    box-shadow: inset -35px 0px 25px -25px #353535, -30px 0px 25px -25px #353535, 0px 30px 25px -25px #353535, 0px -20px 20px -20px #353535;
}
#slider > div > div:nth-child(even) .emb-overlay {
    position: absolute;
    z-index: 7;
    -moz-box-shadow: inset 25px 0px 25px -25px #353535, 30px 0px 25px -25px #353535, 0px 30px 25px -25px #353535, 0px -20px 20px -20px #353535;
    -webkit-box-shadow: inset 25px 0px 25px -25px #353535, 30px 0px 25px -25px #353535, 0px 30px 25px -25px #353535, 0px -20px 20px -20px #353535;
    -o-box-shadow: inset 25px 0px 25px -25px #353535, 30px 0px 25px -25px #353535, 0px 30px 25px -25px #353535, 0px -20px 20px -20px #353535;
    box-shadow: inset 25px 0px 25px -25px #353535, 30px 0px 25px -25px #353535, 0px 30px 25px -25px #353535, 0px -20px 20px -20px #353535;
}

#main-container .bookmarks {
    z-index: 120;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    height: 60px;
}
#slider-wrapper > .bookmarks > .bookmark_right,
#slider-wrapper > .bookmarks > .bookmark_left{
    float: left;
    width: 50%;
    height: 60px;
}

#slider-wrapper > .bookmarks > .bookmark_right > .bookmark {
    float: right;
    margin-left: 5px;
    margin-right: 0;
}

#main-container .bookmarks .bookmark {
    float: left;
    background-color: #001c7b;
    margin-right: 10px;
    height: 22px;
    width: 40px;
    color: #fff;
    font-family: sinkin_sans500_medium;
    font-size: 12px;
    padding: 0 3px;
    cursor: pointer;
    text-align: center;
    position: relative;
}
#main-container .bookmarks .innerBookmark {
    display: block;
    border-bottom: solid 1px #fff;
    width: 100%;
}
#main-container .bookmarks .innerBookmark.text {
    font-size: 10px;
}
#main-container .bookmarks .suppr_bookmark {
    font-size: 8px;
    position: absolute;
    right: 1px;
    top: -3px;
}


#main-container .sensitiveArea {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#slider-wrapper > .sensitiveArea > .sensitiveArea_left,
#slider-wrapper > .sensitiveArea > .sensitiveArea_right {
    float: left;
    width: 50%;
    height: 100%;
}

#sidebar_right #slides-counter .input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/************************************* Slider related CSS **********************************/
#slider > div {
    position: relative;
}
#slider-wrapper > .postits {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


    #slider > div > img {
        display: block;
        margin: 0 auto;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

    #slider.twoslides > div > img {
        margin: 0;
        float: left;
    }

    #slider.twoslides > div > div.active > img,
    #slider.twoslides > div > div.last-active > img,
    #slider.twoslides > div > div.next-active > img,
    #slider.twoslides > div > div > .highlight > .container {
        margin: 0;
        float: right;
    }

    #slider > div > .highlight {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: -2px; /*borders*/
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    #sliderNavigation {
        position: absolute;
        top: 0;
        left: 1px;
        right: -2px;
        bottom: 0;
    }
    #sliderNavigation > div {
        z-index: 115;
        display: block;
        width: 30px;
        height: 100%;
        float: left;
        color: transparent;
        position: relative;
        font-family: 'sinkin_sans200_x_light';
        font-size: 48px;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    #sliderNavigation > div:hover {
        visibility: visible;
        background-color: rgba(131,131,131,0.7);
        color: #f0f0f0;
        cursor: pointer;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    #sliderNavigation > div > span {
        position: absolute;
        top: 44%;
        height: 48px;
        width: 100%;
        text-align: center;
    }

    #slider > div > .highlight > .container > div {
        position: absolute;
    }

   #slider-wrapper > .postits .post-it {
        width: 40px;
        height: 40px;
        margin: 0;
        padding: 5px;
        overflow: hidden;
        background: #fefabc;
        box-shadow: 0px 4px 6px #333;
        -moz-box-shadow: 0px 4px 6px #333;
        -webkit-box-shadow: 0px 4px 6px #333;
        position: absolute;
        z-index: 400;
    }

    #slider-wrapper > .postits .post-it.focus {
        width: 190px;
        height: 190px;
        margin: 0;
    }

    #slider-wrapper > .postits .post-it textarea,
    #slider-wrapper > .postits .post-it textarea:focus {
        font-family: 'sinkin_sans400_regular';
        color: #838383;
        font-size: 10px;
        width: 190px;
        height: 171px;
        padding: 0;
        margin: 0;
        border: none;
        background: transparent;
        background-color: transparent;
        resize: none;
        outline: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-appearance: none;
    }

    #slider-wrapper > .postits .post-it .header {
        display: none;
        height: 20px;
        overflow: hidden;
        font-family: 'picto_embv3';
        position: absolute;
        bottom: 0;
        right: 0;
    }

    #slider-wrapper > .postits .post-it .header .delete,
    #slider-wrapper > .postits .post-it .header .save {
        display: none;
        float: right;
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    #slider-wrapper > .postits .post-it .header .delete,
    #slider-wrapper > .postits .post-it .header .save {
        display: block;
    }

    #slider-wrapper > .postits .post-it.focus .header {
        display: block;
    }

    .mfp-bg {
        background:#000000 !important;
        opacity:0.2 !important;
    }
    .white-popup {
      position: relative;
      background: #FFF;
      padding: 10px;
      width:auto;
      max-width: 850px;
      margin: 20px auto;
    }
    .white-popup.cart-popup{
        max-width:850px;
    }

    .white-popup.help-popup,
    .white-popup.mail-popup,
    .search-popup,
    .fav-popup {
        max-width: 630px;
    }

    .popup-cart_result_list {
        max-height:350px;
        overflow-y:scroll;
    }

    .mfp-content > .zoom-popup {
        position: absolute;
        top: 50%;
        left: 50%;
        max-height: 476px;
        max-width: 336px;
        margin-top: -238px;
        margin-left: -168px;
        width: auto;
        height: auto;
        padding: 5px;
        background-color: #fff;
    }
    .mfp-content > .zoom-popup:hover > .quit {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 16px;
        line-height: 22px;
        font-family: "sinkin_sans400_regular";
        color: #FFF;
        background-color: #838383;
        border-radius: 50%;
        height: 24px;
        width: 24px;
        text-align: center;
    }
    .mfp-content > .zoom-popup > .zoom-result {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
    }


    .help_container,
    .mail_container{
        padding: 0 30px;
        background-color: #f0f0f0;
    }
    .help_container {
        background-image: url('../images/Help_background.png');
        background-repeat: no-repeat;
        background-position: right bottom;
    }
    .help-item_picto {
        color: #b9b9b9;
        float: left;
        font-family: "picto_embv3";
        font-size: 36px;
        height: 40px;
        min-width: 40px;
        padding: 0 8px;
    }
    .help-item_picto.sinkin100 {
        font-family: "sinkin_sans100_thin";
    }
    .help-item_picto.help-next,
    .help-item_picto.help-prev {
        color: #001c7a;
        font-size: 40px;
        line-height: 16px;
    }
    .help-item_picto.help-fav {
        color: #bfd71b;
    }

    .results_container {
        background-color:#f0f0f0;
        padding:25px;
    }

    .popup-title {
        font-size:30px;
        color:#001c7b;
        font-family: 'sinkin_sans300_light';
        border-bottom:solid 1px #929292;
        margin-bottom:55px;
    }
    .popup-mail_message {
        display: none;
        border-radius: 5px;
        font-family: "sinkin_sans400_regular";
        padding: 2px 10px;
        margin: 0px 0px 15px 0px;
        font-size: 14px;
    }
    .popup-mail_message.success {
        border: 1px solid #3C763D;
        color: #3C763D;
        background: #DFF0D8;
    }

    .popup-mail_message.error {
        border: 1px solid #A94442;
        color: #A94442;
        background: #F2DEDE ;
    }
    .popup-mail_form .form-error {
        border: 1px solid #A94442;
    }


    .popup-nresults {
        color:#787878;
        font-size:12px;
        font-family: "sinkin_sans400_regular";
        margin-bottom:40px;
    }

    .highlight {
        font-family: "sinkin_sans500_medium";
    }
    .popup-help_list .help-item{
        font-size: 12px;
        min-height: 65px;
        padding: 12px 0;
    }
    .help-item_content {
        font-family: "sinkin_sans400_regular";
        color: #787878
    }

    .popup-help_list {
        -moz-column-count:2;
        -webkit-column-count:2;
        -o-column-count:2;
        column-count:2;
        -moz-column-gap:40px;
        -webkit-column-gap:40px;
        -o-column-gap:40px;
        column-gap:40px;
        height:430px;
    }

    .popup-search_result_list,
    .popup-fav_result_list {
        overflow:auto;
        height:330px;
        margin-bottom:20px;
    }

        .search_result-item,
        .fav_result-item,
        .postit_result-item,
        .bookmark_result-item {
            position: relative;
            display:inline-block;
            color:#000;
            text-align: center;
            margin:10px;
            color: #838383;
            font-family: "sinkin_sans400_regular";
            font-size: 11px;
            cursor:pointer;
        }

        .search_result-item {
            display:block;
            text-align: left;
            border-bottom: solid 1px #ddd;
            padding-bottom: 5px;
        }
        .search_result-item span {
            padding-left:5px;
        }
        .search_result-item-img {
            float:left;
        }
        .search_result-item-extract {
            float:left;
            width:calc(100% - 100px);
        }

        .search_result-item-extract ul li {
            list-style-type: none;
            margin-bottom: 10px;
            padding-left:5px;
        }

        .search_result-item-extract .highlight{
            background-color: rgba(238,255,0,0.8);
            padding:0 3px;
        }


        .popup-search_form,
        .popup-fav_form {
            background:#b2b2b2;
            height:48px;
            color:#FFF;
            padding:0 10px;
        }

            .popup-search_form input,
            .popup-fav_form input {
                background:transparent;
                width:100%;
                color:#FFF;
                border-bottom:solid 1px #FFF;
                height:38px;
                line-height:38px;
                font-family: "sinkin_sans300_light";
                font-size: 18px;
            }
            .btn-container.fav-popup {
                text-align: right;
            }
            .popup-download_fav_btn {
                background: none repeat scroll 0 0 transparent;
                color: #838383;
                padding: 6px 8px;
                height: 36px;
                cursor: pointer;
            }
            .popup-download_fav_btn:before {
                font-family: "picto_embv3";
                content: "";
                font-size: 24px;
                margin-right: 10px;
            }
            .delete-fav {
                display: none;
            }
            .fav_result-item:hover .delete-fav {
                display: block;
                background-color: #838383;
                border-radius: 50%;
                color: #fff;
                font-size: 10px;
                height: 17px;
                line-height: 13px;
                position: absolute;
                right: 2px;
                top: 2px;
                width: 17px;
            }

.popup-search_result_list::-webkit-scrollbar,
.popup-fav_result_list::-webkit-scrollbar {
    width: 12px;
}
.popup-search_result_list::-webkit-scrollbar-track,
.popup-fav_result_list::-webkit-scrollbar-track {
    background-color: #eaeaea;
}
.popup-search_result_list::-webkit-scrollbar-thumb,
.popup-fav_result_list::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
.popup-search_result_list::-webkit-scrollbar-thumb:hover,
.popup-fav_result_list::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

form.send_mail > * {
    position: relative;
    width: 100%;
}
.send_mail_row {
    margin-bottom: 20px;
    float: left;

    font-family: 'sinkin_sans400_regular';
    font-size: 12px;
    color: #787878;
}
form.send_mail input[type=text], form.send_mail input[type=email], form.send_mail input[type=tel] {
    width: 400px;
    height: 30px;
    float: right;
    padding: 7px;
    font-family: 'sinkin_sans400_regular';
    font-size: 12px;
    color: #787878;
}

form.send_mail textarea {
    width: 400px;
    height: 150px;
    float: right;
    padding: 7px;
    font-family: 'sinkin_sans400_regular';
    font-size: 12px;
    color: #787878;
}
form.send_mail select {
    width: 400px;
    height: 30px;
    float: right;
    padding: 7px;
    font-family: 'sinkin_sans400_regular';
    font-size: 12px;
    color: #787878;
}
#message {
    max-height: 300px;
    max-width: 100%;
    min-height: 130px;
    min-width: 400px;
    float: right;
    padding: 7px;

    font-family: 'sinkin_sans400_regular';
    font-size: 12px;
    color: #787878;
}
form.send_mail #submit_mail {
    font-size: 18px;
    color: #fff;
    height: 50px;
    width: 170px;
    background-color: #bfd71b;
}



#zoom_left {
    bottom: 0;
    left: 150px;
    position: absolute;
}
#zoom_right {
    bottom: 0;
    position: absolute;
    left: 5px;
    z-index: 350;
}

.display_zoom_right > div,
.display_zoom_left > div {
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    color: #838383;
    background-color: #f0f0f0;
    font-size: 28px;
    font-family: 'picto_embv3';
    margin: 5px;
    cursor:pointer;
}

#sensitiveArea,
#videos {
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
#sensitiveArea > div,
#videos > div {
    float: left !important;
    position: relative;
}
#videos .video-container {
    position: absolute;
}
#videos .video-container .video {
    width: 100%;
    height: 100%;
}
.dev .sensitiveArea,
.dev .video-container {
    background-color: rgba(0, 69, 219, 0.41);
    border: 1px solid;
    border-color: rgba(0, 39, 122, 0.42);
}
.sensitiveArea,
.video-container {
    position: absolute;
    z-index: 101;
    cursor: pointer;
}

#create_sensitiveArea > div,
#create_videos > div {
    color: #ccc;
    float: left;
    font-family: "picto_embv3";
    font-size: 42px;
    margin: 0 5px;
}

#sensitiveAreaForm {
    font-family: "sinkin_sans300_light", Arial, sans-serif;
    font-size: 14px;
}

#sensitiveAreaForm label,
#videosForm label {
    width: 100%;
    float: left;
    margin-top: 5px;
}
#sensitiveAreaForm input,
#videosForm input {
    width: 50%;
    float: right;
    border-bottom: 1px solid #ccc;
}
#sensitiveAreaForm .content input,
#videosForm .content input{
    width: 100%;
}
#sensitiveAreaForm .type input,
#videosForm .type input {
    float: none;
    width: auto;
}
.mfp-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    #sidebar_left {
        width: 70px;
        background: #fff;
        border-right: none;
    }
    #homeIcon {
        display: none;
    }
    #logo_client {
        width: 60px;
        height: 60px;
        line-height: 30px;
        font-size: 30px;
        border-bottom: solid 1px #e3e3e3;
        margin: 0 9px;
        padding: 10px 0;
        text-align: center;
    }
    #logo_client img {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
        vertical-align: unset;
    }
    #summary {
        margin-top: 10px;
    }
    #summary_wrapper {
        left: 69px;
        top: 70px;
    }
    #main_menu .burger {
        right: 10px;
        left: 10px;
        top: 0px;
    }
    #burger_wrapper {
        width: 69px;
        height: 50px;
        background-color: #FFF;
        z-index: 400;
        display: block;
        position: relative;
    }
    #main_menu .burger {
        line-height: 38px;
    }
    #main_menu .menu > li > span {
        height: auto;
    }
    #main_menu .menu > li > span.menu-link, #main_menu .menu > li > ul span.menu-link {
        width: 60px;
        font-size: 8px;
        margin: -2px 4px 0 6px;
    }
    #main_menu.active .menu {
        left: 0px;
        right: 0px;
    }
    #main_menu .menu > li > span .menu-arrow {
        right: 2px;
        top: 6px;
    }
    #main-container {
        margin-left: -70px;
        margin-right: 0px;
    }

    .two-page #slider-container {
        padding: 25px 60px 60px 70px;
    }
    .one-page #slider-container {
        padding: 70px 10px 60px 70px;
    }
    #sidebar_right {
        float: none;
        position: absolute;
        right: 0;
        width: 180px;
        padding-top: 0px;
        background: transparent;
    }

    #zoom_left {
        left: 75px;
        position: absolute;
        width: 200px;
        z-index:50000;

    }
    #zoom_right div,
    #zoom_left div {
        float: left;

    }
    #zoom_right {
        bottom: 0;
        left: -75px;
        width: 90px;
        position: absolute;
        z-index:50000;
    }

    #fav {
        float: right;
        width: 45px;
        height: 45px;
        margin: 25px 10px 0 0;
    }
    #fav > span {
        font-size: 24px;
        line-height: 45px;
    }
    #fav.active .menu_fav {
        font-size: 34px;
        height: 45px;
        right: -1px;
        top: 44px;
        width: 137px;
    }
    .one-page #fav.active .menu_fav {
        width: 92px;
    }
    #fav.active .menu_fav_item {
        height: 44px;
        line-height: 34px;
        padding: 5px 0;
        width: 45px;
    }
    .menu_fav_item > span.add_left::before {
        top: -10px;
        left: 10px;
        font-size: 12px;
    }
    .menu_fav_item > span.add_right::before {
        top: -10px;
        right: 10px;
        font-size: 12px;
    }

    #sidebar_right .bottom-buttons {
        position: absolute;
        bottom: 0;
        right: 0;
        padding-right: 2.5px;
    }

    #sidebar_right .bottom-buttons > * {
        float: left;
        width: 45px;
        height: 45px;
        line-height: 45px;
        margin: 7.5px 7.5px 5px 7.5px;
    }
    #sidebar_right .bottom-buttons form {
        margin: 7.5px 0 5px 0;
    }
    #sidebar_right .bottom-buttons form label {
        font-size: 12px;
        margin: 0 3px;
    }
    #sidebar_right .bottom-buttons form input {
        font-size: 18px;
        line-height: 20px;
        height: 24px;
        width: 45px;
    }
    #prev, #next {
        font-size: 45px;
    }
    #search-box {
        bottom: 0;
        height: 60px;
        left: 0;
        position: absolute;
        right: 0;
    }
    #search-box > span {
        width: 50px;
        margin: 5px 10px;
        display: block;
        line-height: 50px;
        font-size: 25px;
    }
    #main_menu .menu.active {
        bottom: 50px;
    }
    #main_menu .menu_container {
        position: relative;
    }
    #main_menu .menu > li {
        text-align: center;
        height: 60px;
        margin: 0px;
        padding: 5px 0;
    }

    #main_menu .menu > li span {
        color: #838383;
        float: left;
        line-height: normal;
        list-style-type: none;
        font-size: 8px;
    }
    #main_menu .menu > li span:before {
        float: left;
    }


    #main_menu .menu > li > .sub_menu.active {
        left: 60px;
        width: 190px;
    }

    #main_menu .menu > li > .sub_menu .sub_menu_item {
        height: 61px;
        width: 62px;
    }

    #main_menu .menu > li > .sub_menu .sub_menu_item span{
        font-size: 8px;
        width: 100%;
    }
    #main_menu .menu > li > .sub_menu .sub_menu_item span:before {
        font-size: 30px;
        width: 100%;
        margin: 5px 0;
    }
    .menu-arrow {
        z-index: 600;
    }
    #slider-wrapper {
        /*border: 1px solid #f0f0f0;*/
        z-index: 300;
    }
    #search-box {
        z-index: 600;
    }
    #search-box.active form {
        left: 60px;
        top: 2px;
        width: 600px;
    }
    #search-box.active form input {
        width: 87%;
    }
    #share-menu.active {
        width: 220px;
    }

    #share-menu a {
        display: none;
    }
    #share-menu.active a {
        display: block;
    }
    #share-icon {
        float: left;
        height: 45px;
        margin: 5px 10px;
        width: 49px;
    }
    #share-icon img {
        width: 100%;
        height: 100%;
    }

    #fav > span:first-child {
        font-size: 30px;
        line-height: 35px;
    }
    #fav > span#favsText {
        line-height: 24px;
        font-size: 10px;
    }
    #favsDownloadIcon {
        line-height: 35px;
    }
    #fav.active #favsDownloadText {
        display: none;
    }

    .mfp-wrap {
        z-index: 4000;
    }

    .popup-help_list {
        -moz-column-count:unset;
        -webkit-column-count:unset;
        -o-column-count:unset;
        column-count:1;
        -moz-column-gap:unset;
        -webkit-column-gap:unset;
        -o-column-gap:unset;
        column-gap:0;
    }
    .popup-title {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .popup-help_list .help-item {
        min-height: 30px;
        padding: 1px 0px;
    }
    .mfp-bg {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3999;
    }
    .mfp-preloader {
        display: none;
    }
    .mfp-close {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 24px;
        width: 40px;
        height: 40px;
        background-color: transparent;
    }
}

@media screen and (max-width: 480px) {
    #logo_client {
        padding: 0;
    }

    #summary_wrapper {
        width: 250px;
    }
    #summary #summary_container.active {
        width: 255px;
    }
    #summary ul.summary_level1 {
        padding: 10px;
    }
    #summary ul.summary_level1 li.level1 > span {
        font-size: 10px;
    }


    #search-box.active form {
        width: 260px;
    }
    #search-box.active form input {
        font-size: 14px;
        width: 77%;
    }
    .search-form-background > span::after {
        margin-right: 4px;
    }

    .help-popup.white-popup, .mail-popup.white-popup, .search-popup, .fav-popup {
        width: 100%;
        margin: 10px auto;
    }
    .send_mail_row label {
        width: 100%;
        display: block;
    }
    form#send_mail input {
        width: 100%;
    }
    #message {
        min-width: 240px;
    }

    .popup-search_form, .popup-fav_form {
        height: 40px;
        padding: 5px;
    }
    .popup-search_form input, .popup-fav_form input {
        width: 100%;
        margin-top: 5px;
        font-size: 14px;
        height: 25px;
    }
    .popup-search_result_list, .popup-fav_result_list {
        height: 230px;
    }
    .results_container {
        padding: 20px;
    }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
    /*TODO : Make a splashScreen to tell users to turn their phone */

}
.splashScreen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background-color: #fff;
}
#loadingScreen {
    z-index: 4000;
}

.splashScreen .spinner {
    position:absolute;
    z-index:1;
    top:50%;
    left:50%;
    margin:-90px 0 0 -90px;
}
.splashScreen .spinner>.circle {
    position:absolute;
    border:3px solid transparent;
    border-top:3px solid #5f5c5c;
    border-radius:50%;
}
.splashScreen .spinner>.circle.circle-one {
    height:50px;
    width:50px;
    left:50px;
    top:50px;
    -webkit-animation:1s throbberRotateOne linear infinite;
    -moz-animation:1s throbberRotateOne linear infinite;
    -ms-animation:1s throbberRotateOne linear infinite;
    -o-animation:1s throbberRotateOne linear infinite;
    animation:1s throbberRotateOne linear infinite;
}
.splashScreen .spinner>.circle.circle-two {
    height:75px;
    width:75px;
    top:38px;
    left:38px;
    -webkit-animation:1.05s throbberRotateTwo linear infinite;
    -moz-animation:1.05s throbberRotateTwo linear infinite;
    -ms-animation:1.05s throbberRotateTwo linear infinite;
    -o-animation:1.05s throbberRotateTwo linear infinite;
    animation:1.05s throbberRotateTwo linear infinite;
}
.splashScreen .spinner>.circle.circle-three {
    height:100px;
    width:100px;
    top:25px;
    left:25px;
    -webkit-animation:1.1s throbberRotateThree linear infinite;
    -moz-animation:1.1s throbberRotateThree linear infinite;
    -ms-animation:1.1s throbberRotateThree linear infinite;
    -o-animation:1.1s throbberRotateThree linear infinite;
    animation:1.1s throbberRotateThree linear infinite;
}
@-webkit-keyframes throbberRotateOne {
    from {
        transform:rotateZ(280deg)
    } to {
        transform:rotateZ(-80deg)
    }
}
@-moz-keyframes throbberRotateOne {
    from {
        transform:rotateZ(280deg)
    } to {
        transform:rotateZ(-80deg)
    }
}
@-ms-keyframes throbberRotateOne {
    from {
        transform:rotateZ(280deg)
    } to {
        transform:rotateZ(-80deg)
    }
}
@-o-keyframes throbberRotateOne {
    from {
        transform:rotateZ(280deg)
    } to {
        transform:rotateZ(-80deg)
    }
}
@keyframes throbberRotateOne {
    from {
        transform:rotateZ(280deg)
    } to {
        transform:rotateZ(-80deg)
    }
}
@-webkit-keyframes throbberRotateTwo {
    from {
        transform:rotateZ(320deg)
    } to {
        transform:rotateZ(-20deg)
    }
}
@-moz-keyframes throbberRotateTwo {
    from {
        transform:rotateZ(320deg)
    } to {
        transform:rotateZ(-20deg)
    }
}
@-ms-keyframes throbberRotateTwo {
    from {
        transform:rotateZ(320deg)
    } to {
        transform:rotateZ(-20deg)
    }
}
@-o-keyframes throbberRotateTwo {
    from {
        transform:rotateZ(320deg)
    } to {
        transform:rotateZ(-20deg)
    }
}
@keyframes throbberRotateTwo {
    from{
        transform:rotateZ(320deg)
    } to {
        transform:rotateZ(-20deg)
    }
}
@-webkit-keyframes throbberRotateThree {
    from {
        transform:rotateZ(360deg)
    } to {
        transform:rotateZ(0deg)
    }
}
@-moz-keyframes throbberRotateThree {
    from {
        transform:rotateZ(360deg)
    } to {
        transform:rotateZ(0deg)
    }
}
@-ms-keyframes throbberRotateThree {
    from {
        transform:rotateZ(360deg)
    } to {
        transform:rotateZ(0deg)
    }
}
@-o-keyframes throbberRotateThree {
    from {
        transform:rotateZ(360deg)
    } to {
        transform:rotateZ(0deg)
    }
}
@keyframes throbberRotateThree {
    from {
        transform:rotateZ(360deg)
    } to {
        transform:rotateZ(0deg)
    }
}

#sensitiveAreaForm select {
    display: block !important;
}


@media (max-height:800px) {
    #sidebar_right {
        padding-top: 0;
    }
    #sensitiveAreaForm input {
        height: 20px;
    }
}