﻿
@charset "utf-8";


/* Sitefinity Fix ( edition mode )
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.sfPageEditor .navbar-fixed-top,
.sfPageEditor #FooterWrapper {
    position: relative !important;
}

.sfPageEditor #impression,
.sfPageEditor #packaging,
.sfPageEditor #lenticulaire,
.sfPageEditor #entreprise,
.sfPageEditor #contact,
.sfPageEditor #FooterWrapper,
.sfPageEditor footer {
    position: relative !important;
    top: 0 !important;
    height: auto !important;
}


.sfPageEditor .impression-img,
.sfPageEditor .packaging-img,
.sfPageEditor .lenticulaire-img,
.sfPageEditor .entreprise-img,
.sfPageEditor .contact-img {
    display: block !important;
    position: relative !important;
    top: 0 !important;
    background: none !important;
    height: auto !important;
}   

.sfPageEditor #big-video-wrap {
    display: none !important;
}
.sfPageEditor .modal-news-content {
    display: block !important;
}

.sfPageEditor .content .slider-more-content {
    position: relative !important;
}

.sfPageEditor header {
    height: auto !important;
}