@charset "UTF-8";
/*
 Theme Name:   Picteos by Christophe Serra
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Thème WordPress personnalisé pour XXX par Christophe Serra 
 Author:       Christophe Serra
 Author URI:   http://www.christopheserra.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  christophe
*/
p {
  color: 333333;
}
.et_pb_pagebuilder_layout.single-property #page-container .et_pb_row {
width: 100%;
}
.et_pb_pagebuilder_layout.single-property #page-container .et_pb_with_background .et_pb_row {
width: 80%;
}
#top-header .container{
	line-height:1.3;
}


.wp-caption {
    margin: 15px 0 20px 0;
    max-width: 100% !important;
    padding: 0 0 0 0;
    border: 0 none transparent;
    background-color: transparent;
}
.wp-caption .wp-caption-text{
	color: #888;
    font-size: 12px;
}

.wp-caption.alignnone,
.wp-caption.alignleft{
	text-align: left;	
}
.wp-caption.alignnone .wp-caption-text,
.wp-caption.alignleft .wp-caption-text{
	text-align: left;
    padding-left: 3px;
}

.wp-caption.aligncenter{
	text-align: center;	
    margin-left: auto;
    margin-right: auto;
}
.wp-caption.aligncenter .wp-caption-text{
	text-align: center;	
}
.wp-caption.alignright .wp-caption-text{
	text-align: right;
    padding-right: 3px;
}