@font-face {
    font-family: 'oswaldlight';
    src: url('/font/oswald-light-webfont.eot');
    src: url('/font/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/oswald-light-webfont.woff') format('woff'),
         url('/font/oswald-light-webfont.ttf') format('truetype'),
         url('/font/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswald';
    src: url('/font/oswald-regular-webfont.eot');
    src: url('/font/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/oswald-regular-webfont.woff') format('woff'),
         url('/font/oswald-regular-webfont.ttf') format('truetype'),
         url('/font/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bad_scriptregular';
    src: url('/font/badscript-regular-webfont.eot');
    src: url('/font/badscript-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/badscript-regular-webfont.woff') format('woff'),
         url('/font/badscript-regular-webfont.ttf') format('truetype'),
         url('/font/badscript-regular-webfont.svg#bad_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'antipasto';
    src: url('/font/antipasto_regular-webfont.eot');
    src: url('/font/antipasto_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/antipasto_regular-webfont.woff') format('woff'),
         url('/font/antipasto_regular-webfont.ttf') format('truetype'),
         url('/font/antipasto_regular-webfont.svg#antipastoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#303030;
}
.logo {
	font-size:10px;
	float:left;
	margin-right:40px;
	margin-top:33px;
	}
.txt18 { font-size:18px;}
.accroche {
	font-size:40px;
	font-family: 'oswald';
	font-weight:normal;
	color:#fff;
	padding:44px 0 0 0;
	float:right;
	}
ul {
	list-style: none;
	padding:0;
}
ul li {
	background:url(../images/puce-check.png) no-repeat;
	padding:0 0 0 35px;
	font-size:18px;
	margin:20px 0 0 0;
	line-height:1.2em;
	color:#303030;
	}
.headerSite {
	margin:0 auto;
	min-height:145px;
	background-color:#25acde;
	background-image:url(../images/icon-fiba.png);
	background-repeat:no-repeat;
	background-position:45% 17px;
}
.bandeau {
	background-image:url(../images/img-bandeau-expert-comptable.jpg);
	background-repeat:no-repeat;
	height:237px;
	font-family:'oswald';
	color:#fff;
	font-size:30px;
	}
.bandeau h1 {
	font-family:'oswald';
	font-size:30px;
	color:#fff;
	margin:0;
	padding:100px 0 0 25px;
	font-weight:normal;
	line-height:40px;
	}
.img-slider {
	padding:0 0 0 170px;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
	background-color:#303030;
		background: url(../images/img-respirez.jpg);
		-webkit-background-size: cover;
		background-size: cover;
	max-height:198px;
	margin:0 auto;
}
.container {
	position:relative;
	width: auto;
	padding:0;
	}
#formDevis {
	padding:0;
	background-color:#fff;
	}
.titreForm {
	background-color:#fff;
	position:relative;
	color:#25acde;
	font-size:28px;
	line-height:33px;
	font-family:'oswald';
    padding: 5px 0 0 15px;
	min-height:236px;
	}
.titreForm .fleche {
	position:absolute;
	right:0;
	bottom:45px;
	}
.bulle {
	background:#fafafa;
	border:solid 2px #f2f2f2;
	border-radius:50%;
	color:#f67729;
	font-size:16px;
	line-height:23px;
    margin-left: -35px;
    padding: 18px 0 20px 35px;
	width:95%;
	margin-top:10px;
	}
.obligatoire { text-align:right; color:#fff; font-size:12px;}
.ie7 .col-sm-4{width:25%}
.ie7 .col-sm-5{width:40%}
.ie7 .col-sm-6{width:40%}
.ie7 .col-sm-7{width:50%}
.ie7 .col-sm-8{width:60%}
.ie7 .col-sm-9{width:70%}
.ie7 .col-sm-10{width:80%}
.ie7 .col-sm-11{width:90%}
.ie7 .row { overflow: auto; }

.formulaireSinglePage input,
.formulaireSinglePage textarea,
.formulaireSinglePage select {
	color: #555;
	font-size: 16px;
}
.formulaireSinglePage textarea {
	min-height: 150px;
}
.formulaireSinglePage .row {
	padding: 10px 0;
}
.formulaireSinglePage .col-sm-9,
.formulaireSinglePage .col-sm-4,
.formulaireSinglePage .col-sm-2,
.formulaireSinglePage .col-sm-3,
.formulaireSinglePage .col-sm-6 {
	padding: 0 3px;
}
.intitule {
	font-size: 16px;
	text-transform:uppercase;
}
.intitule.text-left {
	text-align: left;
}
input.btnSubmit {
	background-color: #48b7f0;
	font-family: 'oswaldlight';
	border:1px solid #def4ff;
	font-weight:bold;
	width: 210px;
	height: 53px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	font-size: 28px;
}
.no-touch input.btnSubmit:hover {
	background-image: none;
	background-color: #f39653;
}
.capsDemande {
	margin-top: -10px;
}
.remonteHaut {
	background: url("../images/fleche-retour-formulaire.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    color: #303030;
    cursor: pointer;
    font-family: 'oswald';
    font-size: 30px;
    line-height: 25px;
    margin: 20px auto;
    padding: 0 75px 0 0;
    text-align: center;
    width: 260px;
}
.remonteHaut img {
	vertical-align: -8px;
}
.capsLigneBas {
	background-color: #25acde;
	color: #fff;
	font-family: 'oswaldlight';
	font-size: 12px;
	text-align:center;
	padding:5px 0;
	margin-top:20px;
}
.capsLigneBas a {
	color: #fff;
}

.demandeDevisExpress input {
	margin-top: 10px;
	font-size: 14px;
	background-color:#fff;
	}
.ie7 .demandeDevisExpress input {
	width: 87%;
}

.ie7 .capsDemande {
	margin-left: 16%;
}
.ie7 #gallery-1.royalSlider,
.ie8 #gallery-1.royalSlider {
	max-width: 700px;
}
.txtMerci, .txtMentionsLegales {
	text-align: center;
	font-size: 20px;
	min-height: 250px;
	margin: 0;
}
.txtMerci img {
	margin-right: 10px;
	vertical-align: -15px;
}
.txtMentionsLegales, .txtNewsletter {
	font-size: 18px;
	text-align: left;
}
.txtMentionsLegales h2 {
	color: #48b7f0;
	text-align: left;
	font-size: 24px;
	border-bottom: 1px solid;
	min-height: 0;
}
.modale {
	padding:15px 25px;
	width:785px;
	position:relative;
	line-height:normal;
}
.modale p { margin:0.6em 0;}
.modale ul { margin-bottom:15px;}
.modale ul li {
	background:none;
	margin:0 0 5px 0;
	}
.modale ul li a { color:#303030; text-decoration:underline;}
.modale ul li a:hover { color:#f29400;}
#formulaire.section {
	background-color:#303030;
	color:#fff;
	min-height:745px;
	}
#FormDevisDetail {
	margin-top:60px;
	}
.txt11 { font-size:11px;}
.txt26 { font-size:26px;}
.txt20 { font-size:20px;}
.cap { text-transform:uppercase;}
.cursive { font-family:'bad_scriptregular';}
h2 {
	font-family:'oswald';
	font-size:28px;
	margin:40px 0 10px 0;
	text-transform:uppercase;
	color:#25acde;
	font-weight:normal;
	}
.blue { color:#25acde;}
.black { color:#000;}
.orange { color:#f67729;}
.btn-default {
	background-color:#f67729;
	color:#fff;
	font-size:18px;
	border:solid 1px #e06d26;
	}
#avecFiba { padding:0;}
#avecFiba h2, #avecFiba p { padding:0 25px 0 0;}
#texteContact {
	font-size:16px;
	font-weight:bold;
	margin-left:-15px;
	margin-right:0;
	margin-top:40px;
	}
#texteContact .col-sm-4 { padding:0;}

#FormContact {
	background-color:#25acde;
	padding:10px;
	}
.titleMedBalck { font-size:18px; color:#000; margin:15px 0 10px 0; font-weight:bold;}
.demandeDevisExpress textarea {
	border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 120px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
 }
span.clearfix {
 	display: block;
}