/*
Theme Name: Tyseo Framework
Theme URI: http://www.tyseo.net
Description: Le constructeur de thème Tyseo d'après le framework WP / Elegant / Divi
Author: Christophe BENOIT & Florent PARCEVAUX
Author URI: http://www.tyseo.net
Template: Divi
Version: 1.0.0
*/

/*pied de page*/
#footer-widgets {
    padding: 2% 0 2% 0;
}
@media (min-width: 981px) {
	.et_pb_gutters3 .footer-widget {
    	margin: 0 5.5% 0 0;
	}
}
.vcard .fn {
    color: #fff;
}
#footermentions, #footermentions a{
    font-weight: lighter;
	font-size:12px;
	color: #696969;
}

/*texte de couleur claire*/
.et_pb_bg_layout_dark {
    color: #dedede!important;
}
.et_pb_bg_layout_dark a{
    color: #fff!important;
}

#lignepleinelargeur{
	width: 100%!important;
	max-width: 100%!important;
}

/*projet*/
.single-project #main-content {
    background-color: #000;
	color: #fff;
}
.et_main_title .et_project_categories a {
    display:none;
}
.nav-single {
    display: none;
}
.et_full_width_portfolio_page .et_project_meta {
    width: 0;
    display: none;
}
.et_full_width_portfolio_page #left-area {
    width: 100%!important;
    margin-right: 0;
}
.et_project_meta {
    display: none!important;
}

/*portflolio filtrable*/
.et_pb_filterable_portfolio .et_pb_portfolio_filters li {
    width: 20%;
    text-align: center;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
    border: 1px solid #fff;
    color: #fff;
    background-color: #06679c;
}

.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta a {
	display: none;
}

/*carto contact*/
.et_pb_map_container h3 {
    color: #000;
}

a.big-button {
    font-weight: normal!important;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4),1px 1px 1px rgba(0,0,0,.1);
    box-shadow: none;
    text-shadow: none;
    line-height: inherit;
}

a.bigblue {
    border: 0;
    color: #fff!important;
    background: #06679c;
}
a.big-button:hover {
    
    color: #fff!important;
}

.et_pb_contact_field_radio {
	display:inline;
}