body {
	background: #f3f3f3;
	overflow: hidden;
}

.haut-header {
	height: auto;
}

.navbar-credixia {
	background-color: #fff;
}

.barre {
	position: relative;
	z-index: 2;
	height: 10px;
	margin-top: 0px;
	margin-bottom: -3px;
	box-shadow: 0px 5px 15px #5b5a5b;
}

.rose {
	background: #d40074;	
}

.vert {
	background: #008a55;
}

.bleu {
	background: #00adb9;
}

.nopadding {
	padding: 0;
}

.nopadding-left {
	padding-left: 0;
}

.nopadding-right {
	padding-right: 0;
}

.padding-top-25 {
	padding-top: 25px;
}

.margin-top-inv20 {
	margin-top: -20px;
}

.margin-top-25
{
	margin-top: 25px;
}

.texte span {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.7em;
	line-height: 0.8;
}

.line-height-15 {
	line-height: 1.7!important;
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	height: auto;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 15px 10px -10px #908991 inset;
	z-index: 99;
}

.padding-content {
	padding: 200px 0 200px 0;
}

.img-footer {
	margin-top: 20px!important;
}

.padding-left-30 {
	padding-left: 30px;
}

.posleft {
	text-align: left;
}

.poscenter {
	text-align: center;
}

.posright {
	text-align: right;
}

.separateur {
	width: 6px;
	height: 55%;
	margin-right: 4%;
	margin-left: 4%;
}

.msg-footer-rose {
	margin-top: 5px;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
	color: #414140;
	background-color: #e9e9e9;
}

.msg-footer-noir {
	margin-top: 4px;
	font-size: 0.7em;
	text-align: center;
	color: #404041;
}

.zone-boutons-credixia
{
	background: #fff;
	height: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 1px #908991;
	padding-bottom: 1.5%;
}

.zone-formulaire-credixia
{
	background: #fff;
	height: 600px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 12px #908991;
	margin-bottom: 100px;
}

.boutons-credixia
{
	margin-top: 20px;
	text-align: left;
	font-size: 24px;
	width: 98%;
}

.boutons-credixia-mobile
{
	margin-top: 20px;
	text-align: left;
	font-size: 12px;
	width: 98%;
}

.barre_separateur {
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #008a55;
	opacity: 0.4;
}

.espace
{
	margin-bottom: 10px;
}

.espace2
{
	margin-bottom: 30px;
}

label
{
	font-weight: normal;
}

sup
{
	color: #d40074;
	font-weight: bold;
}

.radio
{
	margin-top: 0!important;
}

.commentaire
{
	height: 140px!important;
}

.textalign-right
{
	text-align: right;
}

.thumbnail
{
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.thumbnail-mobile
{
	margin-right: 5px!important;
}

.header-mobile, .header-default
{
	display: none;
}

.erreur {
	display: none;
	cursor: pointer;
	color: red!important;
}

.reponse {
	display: none;
	color: green!important;
}

.infopop {
	margin-top: 3px;
	font-size: 1.4em;
	cursor: pointer;
	color: #02ADBA;
}

.popsmall {
	margin-top: none;
	font-size: inherit;
}

.popover {
	min-width: 400px!important;
}

.popover-content {
	font-size: 0.7em!important;
	min-width: 400px!important;
}

.montantprojet, .penalite {
	text-align: right;
}

.montantprojet span, .penalite span {
	font-weight: bold;
}

.italicrouge {
	font-size: 14px!important;
	font-style: italic;
	color: red;
}

.btn-warning {
	background: #ea3a9a;
	background: -moz-linear-gradient(top, #ea3a9a 0%, #d40074 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea3a9a), color-stop(100%,#d40074)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ea3a9a 0%,#d40074 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ea3a9a 0%,#d40074 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ea3a9a 0%,#d40074 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ea3a9a 0%,#d40074 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea3a9a', endColorstr='#d40074',GradientType=0 ); /* IE6-8 */
	border: 1px solid rgb(206, 0, 114)!important;
}

.btn-warning:hover, .btn-warning:focus {
	background: -moz-linear-gradient(top, #d40074 100%, #d40074 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,#d40074), color-stop(100%,#d40074));
	background: -webkit-linear-gradient(top, #d40074 100%,#d40074 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d40074 100%,#d40074 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d40074 100%,#d40074 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d40074 100%,#d40074 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d40074', endColorstr='#d40074',GradientType=0 ); /* IE6-8 */
	border: 1px solid rgb(206, 0, 114)!important;
}

.btn-success {
	background: #008a55; /* Old browsers */
	background: -moz-linear-gradient(top,  #008a55 0%, #005a38 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008a55), color-stop(100%,#005a38)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #008a55 0%,#005a38 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #008a55 0%,#005a38 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #008a55 0%,#005a38 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #008a55 0%,#005a38 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008a55', endColorstr='#005a38',GradientType=0 ); /* IE6-9 */
}

.btn-success:hover, .btn-success:focus {
	background: -moz-linear-gradient(top,  #005a38 100%, #005a38 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,#005a38), color-stop(100%,#005a38)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #005a38 100%,#005a38 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #005a38 100%,#005a38 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #005a38 100%,#005a38 100%); /* IE10+ */
	background: linear-gradient(to bottom, #005a38 100%,#005a38 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a38', endColorstr='#005a38',GradientType=0 ); /* IE6-9 */
}

.btn-primary {
	background: #0098bc; /* Old browsers */
	background: -moz-linear-gradient(top,  #0098bc 0%, #00637a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0098bc), color-stop(100%,#00637a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0098bc 0%,#00637a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0098bc 0%,#00637a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0098bc 0%,#00637a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0098bc 0%,#00637a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098bc', endColorstr='#00637a',GradientType=0 ); /* IE6-9 */
	border: 1px solid rgb(0, 218, 230)!important;
}

.btn-primary:hover, .btn-primary:focus {
	background: -moz-linear-gradient(top,  #00637a 100%, #00637a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,#00637a), color-stop(100%,#00637a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00637a 100%,#00637a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00637a 100%,#00637a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00637a 100%,#00637a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00637a 100%,#00637a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00637a', endColorstr='#00637a',GradientType=0 ); /* IE6-9 */
	border: 1px solid rgb(0, 218, 230)!important;
}

.titreh1 {
	font-size: 2.8em;
}

.titreh1-mobile {
	font-size: 1.2em;
	font-weight: bold;
}

#modalconf ol li {
	color: #d40074;
	font-weight: bold;
}

#modalconf ul li {
	color: #000;
	font-weight: bold;
}

#modalconf .spanconf {
	font-weight: normal;
}

#ligne2
{
	color:#D40274;
}
#ligne3
{
	font-size: 0.5em;
}
/* AJOUT */
.maisonette
{
	float:right;
	width:10%;
}
.etape
{
	float:left;
}
#ligne4
{
	font-size: 0.8em;
	color:#FC058B;
	margin-top: 4px;
}
