/**
 * We offer the best and most useful modules PrestaShop and modifications for your online store.
 *
 * We are experts and professionals in PrestaShop
 *
 * @category  PrestaShop
 * @category  Module
 * @author    PresTeamShop.com <support@presteamshop.com>
 * @copyright 2011-2017 PresTeamShop
 * @license   see file: LICENSE.txt
 */

div#tab_horizontal .tab-pane {
    background-color: #fff;
}

.checkbox {
	display: inline !important;
	padding-right: 15px;
	
}

.w33{
	width: 33.3333%;
	float: left;
}

@media (max-width: 992px) {
	.w33{
		width: 100%;
	}
}

.titre{
	clear: both;
	padding-top: 10px;
	text-transform: uppercase;
	color: #235171 !important;
}

label[for] {
	color: #3b7090;
	display: block;
}

.form-control-static {
	color: #000000;
	font-weight: bold;
	text-transform: none;
	font-style: italic;
}

label[for="field_vos_coordonnees"], label[for="field_votre_societe"], label[for="field_votre_projet"]{
	color: #D10A11;
	
}