img {
    display: block;
}

.btn {
    border:0;
    display: inline-block;
    font-family: "Titillium Web";
    font-weight:100;
    text-decoration: none;
    color:#fff;
    background-color:#db001b;
    text-transform: uppercase;
    font-size:14px;
    padding:16px 0 15px 19px;
    margin:0;
}

.btn:hover {
    background-color:#990013;
}

.btn.grey {
    background-color:#646464;
}

.btn.grey:hover {
    background-color:#464646;
}

h1 {
    font-family: "Titillium Web", sans-serif;
    font-size:44px;
    font-weight:300;
}

.rouge { color:#db001b; }
.blanc { color:#fff; }
.noir { color:#000; }

.btn_play {
    display: block;
    background-color:rgba(0,0,0,0.65);
    background-image: url(../images/icon_play.png);
    background-repeat: no-repeat;
    background-position: center center;
    width:100px;
    height:56px;
    border-bottom:4px solid #db001b;
    border-radius:3px;
}

.btn_play:hover {
    border-bottom:4px solid #fff;
}

.container_16 .titre .icon {
    display: inline-block;
    margin-right:20px;
}

#contact .btn {
	padding-right:20px;
}

.success {
    color:#95C965;
}

.error {
    color:#E80042;
}

input, textarea  {
    font-family: "Lato", sans-serif;
    font-size:15px;
    color:#7f7f7f;
    background-color: #fff;
    padding:10px 8px;
    width:100%;
    border:0;
    vertical-align: middle;
    border:1px solid #ccc;
    box-sizing:border-box;
}
