@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Comfortaa');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');	

body {
	font-family: 'Roboto';
	color : #888;
	font-size: 14px;
}

header {
	position: relative;
}

#header-bg-img,
#header-logo {
	max-width: 100%;
	width : 100%;
} 

.overlay {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../img/header-img-overlay-pattern.png);
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0.3;
    background-attachment: fixed;
}

.img-helper {
	padding-left: 30px;
	padding-right: 30px;
}

.red-button {
	padding: 10px 20px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	box-shadow: 0 5px 0 #b5191e;
	border-radius: 5px;
	font-weight: 700;
	background-color: #eb212e;
	text-align: center;
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif;
}

.red-button:hover {
	
}

#header-festival-button {
	font-family: 'Comfortaa';
}

#block-logo {
	box-sizing: content-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top : 10%;
	width: 100%;
}

#block-logo a {
	display: inline-block;
}

#logo-helper {
	margin-bottom: 30px;
}

.navbar {
	background-color: #222;
	text-transform: uppercase;
	min-height: 114px;
}

.site-title a{
	font-size: 25px;
	color: white;
	margin-right: 10px;
}

.navbar li a {
	color : white;
	font-family: 'Comfortaa';
	font-size: 14px;
}

a:hover {
	color : #ff6b53;
	text-decoration: none;
}

.navbar .navbar-brand {
	font-size: 25px;
	font-weight: 700;
}

.navbar-nav {
	margin-top: 0px;
	text-align: center;
}

.section-homepage {
	padding-top: 80px;
	padding-bottom: 60px;
}

.section-homepage h3{
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Comfortaa';
	margin-bottom: 60px;
	font-size: 56px;
}

#bloc-infos-festival strong {
	color : #333;
}

h1, h2, h3, h4 {
	color : #444;
	font-family: 'Comfortaa';
	font-weight: 700;
}

.section-homepage h3:after {
	position: absolute;
    left: calc(50% - 35px);
    width: 70px;
    content: "";
    border-bottom: 6px double #ff6b53;
    bottom: -10px;
}

div#photo-festival img {
	width: 100%;
	margin-bottom: 30px;
}

#liste-films-button {
	margin: 30px 0px;
}

section#projection-films,
section#contact {
	background-color: rgb(238, 238, 238);
}

section#projection-films .projection-description {
	background-color: white;
}

.row-projections {
	margin-bottom: 30px;
}

.projection-description {
	padding : 30px 40px;
	min-width: 50%;
}

.img-helper-thumb-projection {
	margin-bottom: 15px;
}

.img-helper-thumb-projection img{
	width: 100%;
}

.movie-short-description {
	font-size: 14px;
}

.projection-description h5 {
	color : rgb(68, 68, 68);
	font-size: 21px;
	font-family: Comfortaa;
}

.projection-description {
	padding-top: 30px;
}

.projection-description a{
	font-weight: bold;
	color: #eb212e;
	word-break: keep-all;
}

.row-blog-articles {
	text-align: center;
}

.row-blog-articles h4 a {
	font-family: Comfortaa;
	color: #444;
	text-transform: uppercase;
}

.row-blog-articles h4 a:hover {
	color : #ff6b53;
}

.blog-article-preview {
	margin-bottom: 30px;
}

.blog-article-preview p {
	text-align: justify;
}

.col-blog-articles-link {
	text-align: center;
}

#all-news {
	display: inline-block;
    margin: 50px auto 0;
    padding: 10px;
    border: 1px solid #444;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #444;
}

#all-news:hover {
	color : rgb(255, 107, 83);
	box-shadow: 0 0 2px #444;
}

section#contact input[type="submit"] {
	background-color: #eb212e;
    padding: 10px 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    box-shadow: rgb(181, 25, 30) 0px 5px 0px 0px;
    border-radius: 5px;
    font-weight: 700;
    border: 0;
	border-color: rgb(235, 33, 46);
}

section#contact input[type="submit"]:hover {
	cursor: pointer;
}

section#contact label {
	font-weight: bold;
	width: 85%;
}

section#contact ul {
	list-style-type: none;
	padding-left: 0px;
	margin-top: 40px;
	text-align: center;
}

section#contact ul li{
	font-weight: bold;
}

.bloc-infos-contact p {
	text-align: center;
}

.img-helper-logo-contact img {
	width : 100%;
}

input[type="text"], input[type="email"], textarea {
    padding: 15px;
    width: 100%;
    border: 2px solid #444;
}

footer {
	padding: 30px 0;
	border-top: 1px solid #3A3A3A;
	background-color: #222;
}

.fx-project-name {
	color : #eb212e;
}

section#fiche-projection-film{
	background-color: rgb(238, 238, 238);
	padding-bottom: 50px;
}

section#fiche-projection-film .col-md-8,
section#fiche-projection-film .col-md-4{
	margin-top: 40px;
}

#bloc-infos-film,
#bloc-preinscription-film,
#bloc-article-blog,
#bloc-derniers-articles {
	background-color: white;
	padding: 30px;
	border: 4px double #ebebeb;
}

#bloc-preinscription-film h2,
#bloc-derniers-articles h2 {
	border-bottom: 4px double #ebebeb;
}


#bloc-infos-film .thumb-projection{
	width: 100%;
	margin-bottom: 30px;
}

#bloc-preinscription-film input[type="email"] {
	margin-bottom: 20px;
}

.projection-date {
	font-size: 20px;
	border-bottom: 4px double #ebebeb;
}

.row-nav-films > div,
.row-nav-articles > div {
	display: flex;
	justify-content: space-between;
}

.row-nav-articles a {
	display: inline-block;
	color: #fff;
    text-decoration: none;
    background-color: #eb212e;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 20px;
    margin-top: 20px;
}

.infos-article,
.categories-article {
	color: #cfcfcf;
    font-size: 13px;
}

#bloc-article-blog i.fas {
	margin-right: 5px;
}

.auteur-article {
	margin-left: 10px;
}

.corps-article {
	border-top: 4px double #ebebeb;
	border-bottom: 4px double #ebebeb;
	padding: 10px 0px;
}

#bloc-derniers-articles ul {
	list-style-type: none;
	padding-left: 0px;
}

#bloc-derniers-articles ul li a {
	color : #aaa;
}

#bloc-derniers-articles ul li a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f140";
	margin-right: 5px;
	font-size: 10px;
	position: relative;
	top: -2px;
}

#bloc-derniers-articles h2 {
	padding-bottom: 10px;
}

@media screen and (max-width: 992px) {
	section#contact label {
		width: 100%;
	}

	.navbar-nav {
		text-align: right;
	}

	#bloc-preinscription-film h2,
	#bloc-derniers-articles h2{
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 450px) {
	.section-homepage h3{
		font-size: 40px;
	}
}