/**  ---------- Corp de page ---------- **/
body{
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
}
h1{
    padding: 0;
    margin: 0;
}
h2{
    font-size: 5vw;
    text-decoration: underline;
}
/** ---- titre de page ---- **/
.title {
    text-align: center;
    width: 100%;
    background: -moz-linear-gradient(bottom right,rgb(255, 182, 193),rgb(96,136,170),rgb(255, 182, 193));
    background: linear-gradient(to bottom right,rgb(255, 182, 193),rgb(96,136,170),rgb(255, 182, 193));
    border-bottom-style: solid;
    border-bottom-color: #F5F5DC;
    font-family: 'Arial Black', Gadget, sans-serif;
    color: rgba(255,255,255,0.7);
    font-size: 2vw;
    font-style: italic;
}
.title-rv1 {
    display: inline-block;
    text-align: center;
    width: 100%;
    background: -moz-linear-gradient(bottom right,rgb(255, 255, 255),rgb(0,0,0),rgb(255, 255, 255));
    background: linear-gradient(to bottom right,rgb(255, 255, 255),rgb(0,0,0),rgb(255, 255, 255));
    border-bottom-style: solid;
    border-bottom-color: #F5F5DC;
    font-family: 'Arial Black', Gadget, sans-serif;
    color: rgba(255,255,255,1);
    font-size: 3.5vw;
    font-style: italic;
    text-shadow: 2px 2px red;
}
.title-rv{
    text-align: center;
    font-family: 'Arial Black', Gadget, sans-serif;
    color: rgba(255,255,255,1);
    font-size: 3.5vw;
    font-style: italic;
    text-shadow: 2px 2px red;
}
/** div centrale de la partie centrale de la page **/
.div_corp{
    margin: 0;
    padding: 20px;
    width: 59%;
    display: inline-block;
    float: left;
}
.photo_f {
    padding-top: 20px;
    width: 100%;
}

.div_droite{
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    width: 19%;
    background-color: #f2f2f2;
}

.menu-fame{
    display: inline-block;
}

.menu-Rocknv {
    display: inline-block;
}

.port_menu-fame {
    display: none;
}

.port_menu-Rocknv {
    display: none;
}

/* page responsive */
@media (max-width: 780px){
    .div_event {
        display: none;
    }
    .div_corp {
        width: 100%;
    }
    .div_corp_rv {
        width: 100%;
    }
    .div_droite {
        display: none;
    }
    nav li:hover .submenu{
        display: inline-block;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 0;
        z-index: 1000;
    }
    .menu-fame{
        display: none;
    }

    .menu-Rocknv {
        display: none;
    }

    .port_menu-fame {
        display: inline-block;
    }

    .port_menu-Rocknv {
        display: inline-block;
    }

}
