body {
    -webkit-font-smoothing: antialiased;
    font: normal 15px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #232525;
}
.clearfix{ display: block; width: 100%; height: 0; line-height: 0; clear: both; }
h2 {
    font-size: 22px;
}
header {
    width: 950px;
    margin: auto;
}
section {
    width: 950px;
    margin: auto;
}
footer {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 12px;
    text-align: center;
}
sup {
    font-size: 10px;
    vertical-align: top;
}
i {
    font-style: italic;
}
footer img {
    margin-top: 50px;
}
.gtitre {
    color: #006cb7;
}
.logo {
    border-bottom: 2px solid #d1282e;
    height: 71px;
}
.logo img:first-child {
    margin-top: 6px;
}
.logodroite {
    float: right;
}
.partie_title {
    border-bottom: 2px solid #d1282e;
    color: rgb(140, 182, 57);
    font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 14px;
    display: inline-block;
    width: 100%;
}
h2 {
    color: #282525;
    float: left;
}
.telecharge {
    color: #d1282e;
    float: right;
    padding: 9px 10px 0 0;
}
.telecharge a {
    text-decoration: none;
    color: #d1282e;
}
ul {
    width: 100%;
    display: inline-block;
}
ul li {
    float: left;
    width: 465px; /*310px;*/
    margin-right: 10px;
}
ul li:last-child {
    margin-right: 0;
}
ul li h4 {
    display: block;
    font-size: 1.17em;
    font-weight: bold;
    height: 49px;
    line-height: 1.2em;
    position: relative;
    padding-left: 14px;
    color: #d1282e;
}
ul li h4:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #d1282e;
    top: 5px;
    left: 0;
}
ul li img{
    max-width: 100%;
}
ul li a {
    text-decoration: none;
}
ul li p {
    color: #232525;
}
ul li a button {
    color: #fff;
    text-align: center;
    border-radius: 5px;
    width: 465px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    background: #d1282e;
    border: 0;
    text-align: center;
    cursor: pointer;
    margin: 22px 0 24px 0;
}

.partie_title h2 a{
    text-decoration: none;
    color: #000;
}


#list_buttons {
    margin-top: 30px;
}
#list_buttons li {
    text-align: center;
}
.movie-box img{
    border: solid 1px #ccc;
}

.videos-wrapper .movie-box.link{
    display: block;
    font-size: 1.17em;
    font-weight: bold;
    height: 49px;
    line-height: 1.2em;
    position: relative;
    padding-left: 14px;
    color: #d1282e;
}
.videos-wrapper .movie-box.link:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #d1282e;
    top: 5px;
    left: 0;
}
#movie-modal{ position: fixed; display: block; width: 100%; height: 100%; top: 0; left: 0; background: rgba(232,232,232,0.5); cursor: pointer; }
.movie-box{ cursor: pointer; display: block; }
.box-movie{ position: relative; display: inline-block; }
.video-bloc{ display: inline-block; float: left; margin-right: 10px; }
.video-bloc:nth-child(4){ margin-right: 0px; }
.video-bloc img{  height: 171px !important; }
.video-bloc, .video-bloc img{ width: 306px; height: 230px; } /*230px*/
.box-skin {
    width: 616px;
    height: 440px;
    border: solid #ffffff 14px;
    border-radius: 5px;
    position: relative;
}
.close-movie {
    position: absolute;
    right: -30px;
    top: -30px;
    z-index: 200;
    cursor: pointer;
}