/* yma skin AgravityVeb */
/* yma Body & siteHeaderouter pour forcer un fond blanc à la place du gris radial */
#Body {
 background: #ffffff;
}

#siteHeadouter {
 background: #ffffff;
-webkit-box-shadow: none;
box-shadow: none;
}

/* yma styles footer skin AgravityVeb */
.footertexteyma {color:#808080;}


/*  yma Responsive iFrames */
/*  Responsive iFrames */
    .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    }
    .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }






