/*
Vous pouvez ajouter du CSS personnalisé ici.

Cliquez sur l’icône d’aide ci-dessous pour en savoir plus.
*/

.footer img{
	width:170px;
}

footer {
	padding-top: 20px !important;
	padding-bottom:20px !important;
}

footer .local-scroll {
	margin-bottom: 10px;
}

.specialbanner {
    font-family: 'Dosis', arial, sans-serif !important;
   text-transform: uppercase !important;
   letter-spacing: 0.2em !important;
}

/*masque le edit with visual composer dans les articles*/
.edit-link {
	display:none;
}

/*banner dans articles et catégories darticles*/
.single-post .title-section {
	padding-top:120px;
	padding-bottom:120px;
	background:linear-gradient( rgba(34,34,34, .5), rgba(34,34,34, .5) ),  url(https://www.smog-films.com/wp-content/uploads/2016/12/smog_triangle1.jpg);
	background-position:center top;
}

.single-post .title-section h1{
	color:white;
}

.single-post .title-section .mod-breadcrumbs {
	color:white;
}

.single-post .title-section .mod-breadcrumbs a {
	color:white;
}

.category .title-section {
	padding-top:120px;
	padding-bottom:120px;
	background:linear-gradient( rgba(34,34,34, .5), rgba(34,34,34, .5) ),  url(https://www.smog-films.com/wp-content/uploads/2016/12/smog_triangle1.jpg);
	background-position:center top;
}

.category .title-section h1{
	color:white;
}

.category .title-section .mod-breadcrumbs {
	color:white;
}

.category .title-section .mod-breadcrumbs a {
	color:white;
}


@media (max-width:991px) {
	
.bannertext {
    padding-left: 20px !important;
}

footer img {
	max-width:130px !important;
}

.title-section h1 {
	font-size:30px;
	padding-left:0px !important;
}

}

@media (max-width:767px) {
	
.bannertext {
    padding-left: 20px !important;
}

footer img {
	max-width:130px !important;
}

.title-section h1 {
	font-size:30px;
	padding-left:0px !important;
}

}

@media (max-width:467px) {
	
	.bannertext {
			padding-left: 20px !important;
	}

footer img {
	max-width:130px !important;
}

.title-section h1 {
	font-size:30px;
	padding-left:0px !important;
}

}

