

/* ----------------------------------------------------------------
	Custom CSS
-----------------------------------------------------------------*/
@import url("colors-custom.css");
@import url("dark-custom.css");


body {
	/*font-size: 13px;
	color: #000;
	line-height: 22px;*/
	font-family: 'Roboto', sans-serif !important}

/*-------------TITRE-------------*/
h1, h2 {font-family: 'Montserrat', sans-serif !important; text-transform:uppercase; letter-spacing: 5px; font-size: 26px;}


/*-------------HEADER-------------*/
#top-social li a:hover .ts-text { max-width: 270px;}


/*-------------CONTENT-------------*/
/*.logo-slider img  {
  background-color: rgba(255,255,255,0.2);
  border-radius: 20px;
}*/

#services h3 {}
#services p { font-size: 14px}


/*-------------FOOTER-------------*/
footer {}
#copyrights {}
#copyrights a { color: #999; border-bottom: 1px dashed #999;}
#copyrights a:hover {color: #fff !important; border-color: #fff !important; border-bottom-style: solid}


/* ----------------------------------------------------------------
	Contenu Responsive 
-----------------------------------------------------------------*/

@media (min-width: 576px) and (max-width: 767.98px) {
	/*HEADER*/
	/*CONTENT*/
	.logo-slider img { max-width: 400px}
	/*FOOTER*/
}
@media (min-width: 576px) {
	/*HEADER*/
	/*CONTENT*/
	/*FOOTER*/
}
@media (max-width: 575.98px) {
	/*HEADER*/
	/*CONTENT*/
	.logo-slider img { max-width: 300px}
	/*FOOTER*/
}


