body {
	background: #eee 		
      background: black url(http://colophon.fr/jml/images/bgbg.png);
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .moduletable,
    .additional,
    .item-page,
    .sidebar,
    .left,
    .right {
        white-space: normal !important;
    }
}
@media (max-width: 600px) {
    #mod-custom-651 {
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.2 !important;
    }
}
@media screen and (max-width: 900px) {
    div[class*="masquer-gsm"],
    div[class*="masquergsm"],
    [class*="masquer-gsm"],
    [class*="masquergsm"] {
        display: none !important;
    }
}
/* Correction du menu dans le header */
#header ul {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0;
    padding: 0;
}

#header ul.menu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
}

#header {
    overflow: visible !important;
}








