@charset "UTF-8";
/* CSS Document */


/* social media icons */
.footer-addresse a {
}

.svg-logo {
  display: block;
  text-indent: -9999px;
  width: 100px;
  height: 82px;
  background: url(icon-fa.svg);
  background-size: 100px 82px;
}

.social a:hover {
	color: #2472b2;
}

.icon-social {
  	height: 50px;
  	width: 50px;
  	margin: 60px 10px;
	fill: transparent;
  	stroke: #fff;
  	cursor: pointer;
  	stroke-width:2;
}

.icon-social:hover {
	stroke: #2472b2;
	fill: #2472b2;
}
.icon-social-circle {
	fill: transparent;
}

.icon-social-circle:hover {
	fill: transparent;
}

a svg .icon-social { 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}

.footer-addresse {
	font-size: 16px;
}

.footer-addresse a {
	color: #25afaf;
	font-size: 16px;
	font-weight: 500;
}


a svg .icon-social-path {
	fill: #fff;
  	stroke-width:0;
}

.icon-social-path:hover  {
	fill: #2472b2;
}

.footer-addresse {
	margin-bottom: 30px;
}


