.cgv{
    line-height: 140%;
    padding: .75rem;
}

.cgv h1{
    font-size: 25px;
    font-weight: bold;
    margin: 15px 0 30px 0;
}
.menuCGV{
    padding-left: 0;
    list-style: none;
}
.menuCGV li{
    background: #888888;
    position:relative;
    cursor: pointer;
}
.cgvZone{
    display: none;
}
.cgvContent{
    padding-left:0;
    list-style: none;
}
.cgv h1,.cgvContent h1, .cgvContent h2, .cgvContent h3, .cgvContent h4{
    color: #222;
}
.cgvContent h1{
    margin: 30px 0;
    font-size: 21px;
    font-weight: normal;
}
.cgvContent h2{
    padding-left: 10px;
    font-weight: normal;
}
.cgvContent h2.cgvTitle {
    padding-left: 0;
    margin: 30px 0;
    font-size: 21px;
}
.cgvUppercase {
    text-transform: uppercase;
}
.cgvContent h3{
    padding-left: 30px;
}
.cgvContent h4{
    padding-left: 50px;
}
.cgvZone.active,
.cgvContent.active{
    display: block;
}
p a{
    color: #999;
}

.player{
    width:100%;
    margin:20px auto;
}
.plan li{
    color: #444;
    cursor: pointer;
}
.plan li:hover{
   color: #ED7941;
   font-weight: bold;
}