
html, body {
    font-size: 18px;
    color: #353535;
    line-height: 28px;
    font-family: 'Open Sans';
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
.nav>li>a {
	padding: 10px 35px;
}
.navbar-nav>li>a {
	line-height: 50px;
	font-size: 30px;
}

#header {
    position: relative;
}
#header h1 {
    position: absolute;
    left: 8%;
    top: 10%;
    color: #FFF;
    font-size: 10em;
    font-family: 'Josefin Sans';
    margin: 0;
}

#homeblocs .bloc {
    padding: 30px 80px 30px 80px;
}
#homeblocs h2 {
    font-weight: bold;
}

footer {
    background: url(./../img/footer4.jpg) repeat left top;
    padding: 40px 0;
    color: #ccc;
}
footer a:hover, footer a:focus {
    text-decoration: none;
    color: #FFF;
}
#footer-links {
	text-align: left;
	margin-bottom: 30px;
}
#footer-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-links ul  li{
	margin: 0;
	padding: 0;
}
#footer-links ul  li a, #footer-links ul  li a:hover, #footer-links ul  li a:focus {
	color: #F78888;
}


img.full-width {
    width: 100%;
    display: block;
}

.icon {
    margin-right: 5px;
}

.button {
    border: 1px solid #000;
    color: #F78888;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1px;
    padding: 14px 30px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: table;
}
.button:hover, .button:focus {
    border-color: #F78888;
    color: #F78888;
    text-decoration: none;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.bgcolor1 { background: #F7F7F7; }
.bgcolor2 { background: #FCFCFC; }

.bloc-content-right {
    padding: 20px 50px 20px 50px;
}

#galerie-page, #discographie-page {
    margin-top: 30px;
}

#discographie-page {
    margin-bottom: 30px;
}
#galerie-tabs a {
    color: #F78888;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}
#galerie-tabs li.active a {
    background: #000;
    color: #FFF;
}
#galerie-tabs-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

#galerie-tabs-content .elem, #discographie-page .elem {
    margin-top: 30px;
}
.carousel-inner .item {
    text-align: center;
}
.carousel-inner .item img {
    display: block;
    margin: 0 auto;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.to-animate {
    opacity: 0;
    transition: opacity 2s ease 0s;
}
html .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@media (max-width: 980px) {
    #header h1 {
        font-size: 7em;
    }

    #homeblocs .bloc {
        padding: 30px 30px 30px 30px;
    }
    .bloc-content-right {
        padding: 20px 40px 20px 40px;
    }

    .to-animate {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    #header h1 {
        font-size: 5em;
        left: 20px;
        top: 40px;
    }
}

@media (max-width: 480px) {
    #header h1 {
        font-size: 3em;
        left: 10px;
        top: 20px;
    }
}