/* 9. footer */
.footer-area{
  color: hsl(0, 0%, 60%);
  font-size: 1.5rem;
  Xfont-family: 'Open Sans', 'Raleway', sans-serif;
}

.footer-area a:hover, 
.footer-bottom-area a:hover{color:#fff;}

.contact strong i {
  margin-right: 5px;
}
.contact strong {
  float: left;
  font-weight: bold;
  margin-right: 10px;
  width: 15px;
}

.footer-img {
  margin-bottom: 10px;
}
.footer-address > p {
  Xfont-size: 13px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
.footer-address {
  margin-bottom: 20px;
}
label {
  margin-bottom: 8px;
  margin-right: 3px;
}
.address > a {
  color: hsl(0, 0%, 60%);
}
.widget{}
.widget-title{}
.widget-title h4 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.list-img {
  float: left;
  padding-top: 13px;
}
.footer-posts-list > li {
  overflow: hidden; /*ne pas retirer*/
  margin-bottom: 20px;
  list-style-type: none;
}
.footer-posts-list >li:last-child {margin-bottom:0} 
.footer-posts-list h5 {
  margin-left: 70px;
  font-size: 13px;
  font-weight: 600;
}
 
.footer-posts-list span {
  display: block;
  font-size: 12px;
  font-style: italic;
  /*margin-left: 70px;*/
}
.tagcloud > a {
  background: #131313 none repeat scroll 0 0;
  color: #999999;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 7px;
  margin-right: 7px;
  padding: 5px 10px;
  transition: all 0.3s ease 0s;
}
.tagcloud > a:hover{background:#3452ff;color:#fff;}
.Flickr-list {
  margin: 0 -3px;
  overflow: hidden;
}
.Flickr-list > li {
  display: block;
  float: left;
  overflow: hidden;
  padding: 0 5px 10px;
  width: 33.33%;
}
.btn-follow {
  color: hsl(0, 0%, 100%);
}
.social-icons label {
  font-size: 14px;
  font-weight: 700;
  margin-right: 3px;
   color: hsl(0, 0%, 60%);
}
.footer-bottom-area {
  background: #121212 none repeat scroll 0 0;
  /*padding: 20px 0;*/ 
}
.social-icons.text-center > a {
  font-size: 13px;
  margin: 0 5px;
  color: hsl(0, 0%, 60%);
  transition:.3s;
}
.social-icons.text-center > a:hover{color:#3452ff;}
.copyright.text-center > p {
  color: hsl(0, 0%, 60%);
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

/* brand */
/*
.single-brand {
  text-align: center;
}
.brand-img {
  border: 1px solid #dddddd;
  transition: all 0.3s ease 0s;
}
.brand-img:hover{border-color:#3452ff;}
.brand-active.owl-carousel .owl-item img {
  display: inline-block;
  width: inherit;
}
*/

/* breadcrumb-area */
.bg-color {
  background: hsl(0, 0%, 97%) none repeat scroll 0 0;
}
.breadcrumb-title h1 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.breadcrumb-menu ul li {
  color: #3452ff;
  display: inline-block;
  font-size: 13px;
  padding: 0 5px;
  text-transform: capitalize;
}
.breadcrumb-menu ul li::after {
  color: hsl(0, 0%, 80%);
  content: "/";
  display: inline-block;
  float: right;
  position: relative;
  right: -6px;
  top: 2px;
}
.breadcrumb-menu ul li:last-child::after{display:none;}
.breadcrumb-menu a {
  color: hsl(0, 0%, 60%);
  font-size: 13px;
  font-weight: 400;
  transition: all 0.3s ease 0s;
}



/*--------------------*/
.black-bg {

    background: #171717 !important;

}

.ptb-25 { padding-top: 25px; padding-bottom: 25px; }
.ptb-40 { padding: 40px 0; }

.footer-area .list-unstyled
{
	line-height: 1.7rem;
} 

.footer-area .slide 
{
	text-align: center;
}

.footer-area .slide img
{
	Xheight:200px;
	max-height:200px;
	margin: auto;
}


