body {

    font-family: 'Roboto', sans-serif;
    font-weight: 300;

}
.header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+39,e0f2fd+100 */
    background: rgb(255,255,255); /* Old browsers */

}

.content {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+39,e0f2fd+100 */
    background: rgb(255,255,255) url("../images/background.png") right center no-repeat;
    background-size: 30% !important/* Old browsers */

}

h1 {
    font-weight: 700;
    position: relative;
}

h1:after {
    content: " ";
    width: 10%;
    background: #95c11f;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -5px;
}

h2 {
    font-size: 30px;
    color: #36a9e1;
    font-weight: 700;
}

.btn-primary {
    background: #f9b233;
    border-color: #f9b233;
}

.btn-primary:hover {
    background: #95c11f;
    border-color: #95c11f;
}

.row1 {
    background: url('../images/background-row.jpg') center center no-repeat;
    background-size: cover !important;
    color: white;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 1);
    -webkit-box-shadow: inset 0px 0px 27px 0px rgba(0, 0, 0, 0.62);
    -moz-box-shadow:    inset 0px 0px 27px 0px rgba(0, 0, 0, 0.62);
    box-shadow:         inset 0px 0px 27px 0px rgba(0, 0, 0, 0.62);
}

.row1 h2 {
    text-transform: uppercase;
}

.middletitle {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2bbce4+39,009fe3+100 */
    background: #95c11f; /* Old browsers */
    color: white;
    padding: 40px 20px;
}

.dot {
    color: #f9b233;
    font-size: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.points ul {
    text-align: center;
}

.points ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
}

.bottomlist li {
    padding: 5px;
    font-weight: 500;
}

.horaires table td {
    padding: 5px;
    text-align: left;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 18px;
}


.horaires table tr:nth-child(even) td{
    background: rgba(255,255,255,0.4);
}

.contact {
    font-size: 20px;
    font-weight: 300;
}

.contact a {
    color: white;
    font-size: 24px;
}



.footer {
    background: #333333;
    color: white;
    font-size: 14px;
}

@media screen and (max-width: 640px) {
    .horaires table td {
        padding-right: 15px;
        padding-left: 15px;
    }

    .site a, .email a {

            font-size: 18px;


    }
}
