.instagram {
  background: url("../../../images/instagram.png");
  background-position: left center;
  background-repeat: no-repeat;
  width: 30px;
  text-indent: -9999px;
  background-size: contain;
}

.facebook {
  background: url("../../../images/facebook.png");
  background-position: left center;
  background-repeat: no-repeat;
  width: 30px;
  text-indent: -9999px;
  background-size: contain;
}
.tm-bottom {
	padding: 10px 0 !important;
}
/*
li.facebook > a {
  display: inline-block !important;
  text-align:left
}
*/
/*.uk-margin-auto-left {
    margin-left: 0 !important;
}*/
.centvingt > a{
	font-weight: bold !important;
    text-transform: lowercase !important;
}
b, strong {
    font-weight: bold;
}
/* pour résoudre le problème de compatibilité de foxcontact et yootheme pro qui engendre un problème d'affichage de la liste déroulante*/
div.chzn-container-single {
	min-width: 200px !important;
}
@media(min-width:480px) and (max-width:960px){
	a.uk-logo {
	height: 120px;
	}
	.uk-navbar
	{
		height: 120px;
	}
}
@media(max-width:479px){
	a.uk-logo {
	padding-left:40px;
	padding-right:0px;
	}
	.uk-navbar-left {
		z-index: 1200;
	}
}