/*
css for posts all categories
*/

.telephone{
    color:#f63b3b;
}

p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    text-align: justify;
}


html, body {
	height: 100%;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
  background: #F2F2F2;
  font-size: 1.3em;
}

 h2{
  font-family: 'Varela Round', sans-serif;
}
h1.gestioncondo {
    color: #000;
    margin-top: 140px;
    margin-bottom: 15px;
    text-align: center;
}
h2.gestioncondo {
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}

.entry-description p{
color:#000;
font-family: sans-serif;
font-size:16px;
font-weight: 300;
    
}
p.col-md-5.col-sm-3 {
    color:#76797c;
    text-align: justify;
    margin-top: 15px;
}

ul.reportage {
    float:left;
}

ol.reportage {
    float:left;
}


/*a, a:focus, a:hover {
	color: #235A9F;
	outline: none;
	text-decoration: none;
}

.img-responsive {
  margin: 0 0 1em;
}

.btn {
  border-radius: 2px;
}*/

/***********************************************
                  Navigation
************************************************/
.navbar {
   /* padding: 10px 0;*/
    
   
    /* for the effect on the nav bar to be smoother*/
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.floride-top-nav {
    background: rgba(0, 0, 0, 0.7);
    /*padding: 7px 0;*/
}

.floride-nav-wrapper {
    padding: 0 65px;
}

.navbar-brand img {
    margin-top: 20px;
}

.navbar-nav {
    float: right;
    padding-top: 5px;
}

.navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    background: none;
    color: #34c6d3;
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-collapse {
    max-height: none !important;
}

.floride-top-nav ul.navbar-nav>li.active>a {
    color: #34c6d3;
}



/* Primary 
-------------------------------------------------------- */
#primary {
  margin: 0 auto;    
  padding: 0;
 
}


/*.header {
  height: 50px;
}

.site-title {
  font-size: 4em;
  font-weight: 700;
  letter-spacing: 0.03em;

  display: block;
  background: #235A9F;

}
.site-title a {
  color: #fff;
}

/*.site-title,
.site-description {
  margin: 0;
}

/* Content */
.content {
  margin: 2.8em auto;
  max-width: 860px;
}

.content-head {
  color: #aaa;
  border-bottom: 1px solid #eee;
  padding: 0.4em 0;
  font-size: 1.3em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Post */
.post {
  background: #fff;
  border-radius: 3px;
  box-shadow: 2px 2px 2px 2px #aaa;
  padding-top: 3em ;
  padding-right: 3em ;
  padding-bottom: 0em ;
  padding-left: 3em ;
  margin: 2em auto;
}

.entry-title {
  color: #222;
  font-size: 1.8em;
  margin: 0 0 0.2em;
}

.entry-title a {
  color: #222;
}

.entry-avatar {
  float: right;
    padding-left: 3em;
 /*margin-left: 1em;*/
}

.entry-description {
  color: #344151;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 1.15em;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.5em;
    margin-top: 5px;
}
.picture {
    float:left;
    margin-right:10px;
    margin-bottom: 10px;
}

.picture2 {
    float:right;
    margin-left:10px;
}
.paragraph2 {
    clear:left;
}

.entry-meta {
  color: #000;
  font-size: 90%;
  margin: 0 0 1.8em;
}

.entry-contact {
    color:#000;
    text-align: left;
    margin-bottom:20px;
}

.entry-contact-carrefourfloride {
    text-align: left;
    
}

.entry-carrefourfloride p {
    text-align: center;
    font-family:sans-serif;
    font-style: italic;
}
.retour-residence {
    text-align: right;
    margin: 10px;
}
.btn-primary-filled {
    color: white;
    background: #7c618a;
    border: 2px solid #7c618a;
   
}
/**********************************
              Avocats
***********************************/
.lapierre ul{
    margin-left: 20px;
    
}
/**********************************
              Footer
**********************************/
footer {
    background-color: #41464b;
  
}

#footer-bottom {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    margin-top: 60px;
}

#footer-copyrights p {
    margin-top: 0;
    color: #fff;
}

#footer-creation p {
    margin: 10px;
    color: #fff;
    text-align: center;
}

#footer-menu {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

#footer-menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#footer-menu li {
    display: inline-block;
}

#footer-menu a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 10px;
    text-decoration: none;
}

#footer-menu a:hover {
    color: #34c6d3;
}







/* Responsive styles */
/*@media (max-width: 767px) {

	#secondary {
		height: auto;
		position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
	}

}*/