/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #3377b4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #3377b4;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    background: none;
}

header .container {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 50px 0 100px 0;
}

section h2 {
    margin: 0;
   /* font-size: 3em;*/
}

section.success {
    color: #fff;
    background: #3377b4;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

@media (max-width: 601px){
	.navbar-nav li.text-center {
		text-align: left !important;
	}
}
@media (max-width: 568px){
	.slider.slider-horizontal .slider-tick-label-container{
		display:none !important;
	}
	.btn-success { 
	  margin-bottom: 5px !important;
	}
}
.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #3377b4;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
   /* border-bottom: 1px solid #eee;*/
}

.floating-label-form-group input,
.floating-label-form-group textarea {
   /* z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;*/
}

.floating-label-form-group label {
    display: block;
   /* z-index: 0;
    position: relative;*/
    /*top: 2em;
    margin: 0;*/
    /*font-size: .85em;*/
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    /*opacity: 0;*/
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
	padding-left: 10px;
	margin-right: 10px;
}
.form-group label{
	 display: block;
   /* z-index: 0;
    position: relative;*/
    /*top: 2em;
    margin: 0;*/
    /*font-size: .85em;*/
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    /*opacity: 0;*/
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
	padding-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
}
#coordonnees_corps .form-group label, #coordonnees_corps .floating-label-form-group label,
#souscription_corps .form-group label, #souscription_corps .floating-label-form-group label{
	padding-left: 0px;
	margin-right: 0px;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #3377b4;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
/********************************************************************************/
/*										PC										*/
/********************************************************************************/

/***********/
/* Général */
/***********/

hr {
	margin-top: 60px;
	color: #2c3e50;
}

/* Blocs div */
.pourcentage-droite {
	float: right;
}

.conteneur {
	margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.header {
	width: 960px;
	height: 130px;
	background: url(../images/header.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.menu  {
	width: 960px;
	margin-bottom: 20px;
}

.menu .bouton {
	margin-left: 0;
	margin-right: 20px; 
}

.menu .bouton:hover {
	margin-left: 0;
	margin-right: 20px; 
}

.corps{
	width: 960px;
	margin-bottom: 20px;
}

.footer {
	width: 960px;
	/*height: 130px;
	background-color: #d3c3bd;*/
}

footer p {
	/*height: 130px;
  	line-height: 130px;*/	
	font-size: 12px;
}

.footer p span {
  	vertical-align: middle;
  	display: inline-block;
  	line-height: 1.2;
}
.copyright{
	float: right;
}
.footer-mobile {
	display: none;
}

.accueil-corps {
	width: 600px;
	height: 591px;
	/*background: url(../images/accueil-formules.png);
	background-repeat: no-repeat*/
	float: left;
}

.option{
	background: #3377b4 ;
	color: #fff !important;
	padding: 12px;	
	margin-bottom: 15px;
	border-color: #3377b4 ;
	margin-top : 20px;
}
.rente{
	font-weight: bold;	
}



.accueil-etapes {
	background: none repeat scroll 0 0 #f5eae1;
   /* border: 1px solid #090551;*/
    clear: both;
    height: 130px;
    width: 960px;
}

.coordonnees-historique , .questionnaire-historique, .beneficiaires-historique, .contrat-historique {
margin-bottom: 20px;
}

.coordonnees-etapes, .questionnaire-etapes, .beneficiaires-etapes, .contrat-etapes{
	background: none repeat scroll 0 0 #f5eae1;
    /*border: 1px solid #090551;*/
    clear: both;
    height: 130px;
    width: 960px;
	margin-bottom: 20px;
	margin-top: 20px;
}
/*
.coordonnees-etapes {
	background: url(../images/coordonnees-etapes.png);
}
.questionnaire-etapes {
	background: url(../images/questionnaire-etapes.png);
}
.beneficiaires-etapes {
	background: url(../images/beneficiaires-etapes.png);
}
.contrat-etapes {
	background: url(../images/contrat-etapes.png);
}*/

.coordonnees-corps, .questionnaire-corps, .beneficiaires-corps, .contrat-corps, .connexion-corps, .administration-corps {
	border: solid #2c3e50 8px;
	padding: 40px;
}

.titre-plus {
	text-align: center;
	margin-top: 20px;
	border-bottom: 2px solid #fff;
	margin-bottom: 20px;
}

.texte-plus {
	  margin-top: 10px;
	  color: #FFFFFF;
	  font-size: 18px;
	  margin-left: 20px;
	  line-height: 55px;
}

.boutons {
	margin-top: 40px;
	clear: both;
	text-align: right;
}

.bouton-accueil {
	margin-top: 40px;
	margin-right: 60px;
	clear: both;
	text-align: right;
}

.bouton-accueil .bouton {
	width: 200px;
	text-align: center;
	margin-top: -20px;
}

.bouton-ordinateur {
	display: block;
}

.bouton-offres {
	position: relative;
	top : -22px;
}
	
.bouton-mobile {
	display: none;
}

.bloc-gauche {
	width: 420px;
	float: left;
}

.bloc-droite {
	width: 420px;
	float: right;
}

.interligne {
	clear: both;
}

.message-faux {
	border: solid 1px #de3030;
	background-color: #ddb4b4;
	padding: 10px;
	margin-bottom: 20px;
}

.message-vrai {
	border: solid 1px #48da3d;
	background-color: #b3d9b0;
	padding: 10px;
	margin-bottom: 20px;
}

.message-confirmation {
	border: solid 1px #FF8800;
	background-color: #FFD6A8;
	padding: 10px;
	margin-bottom: 20px;
}


.ascenseur {
	width: 540px;
	height: 28px;
}

.primes {
	width: 600px;
	margin-bottom: 58px;
}
.primes div {
	width: 40px;
	display: inline-block;
}

.primes .primes-point-1 {
	/*width: 78px;*/
	float: left;
	text-align: center;
	color: #000000;
	margin-top: 5px;
}

.primes .primes-point-2 {
	/*width: 78px;*/
	float: left;
	margin-left: 12px;
	text-align: center;
	color: #000000;
	margin-top: 5px;
}

.primes .primes-point-3 {
	/*width: 78px;*/
	float: left;
	margin-left: 19px;
	text-align: center;
	color: #000000;
	margin-top: 5px;
}

.primes .primes-point-4 {
	/*width: 78px;*/
	float: left;
	margin-left: 19px;
	text-align: center;
	color: #000000;
	margin-top: 5px;
}

.primes .primes-point-5 {
	/*width: 78px;*/
	float: left;
	margin-left: 19px;
	text-align: center;
	color: #000000;
	margin-top: 5px;
}

.primes .primes-point-6 {
	/*width: 78px;*/
	float: left;
	text-align: right;
	color: #000000;
	margin-top: 5px;
}

.ascenseur { 
	background: url("../images/ascenseur-1.png");
}

.ascenseur .point {
	display: block;
	width:89px;
	height:27px;
	float:left;
}

.ascenseur .points {
	display: block;
	width:89px;
	height:27px;
	float:left;
}

.graphique {
	width: 540px;
	height: 254px;
	background: url("../images/graphique-1.png");*
}

.graphique .graphique-point-1 {
	width: 103px;
	text-align: center;
	clear: both;
	float: left;
	margin-top: 174px;
	margin-left: 4.5px;
	color: #FFFFFF;
	font-size: 0.9em;
}

.graphique .graphique-point-2 {
	width: 103px;
	text-align: center;
	float: left;
	margin-top: 185px;
	margin-left: 41px;
	color: #FFFFFF;
	font-size: 0.9em;
}

.graphique .graphique-point-3 {
	width: 103px;
	text-align: center;
	float: left;
	margin-top: 174px;
	margin-left: 39px;
	color: #FFFFFF;
	font-size: 0.9em;
}

.graphique .graphique-point-4 {
	width: 103px;
	text-align: center;
	float: left;
	margin-top: 165px;
	margin-left: 41px;
	color: #FFFFFF;
	font-size: 0.9em;
}

.graphique-petit-1 {
	width: 420px;
	height: 198px;
	background: url("../images/graphique-petit-1.png");
}

.graphique-petit-2 {
	width: 420px;
	height: 198px;
	background: url("../images/graphique-petit-2.png");
}

.graphique-petit-3 {
	width: 420px;
	height: 198px;
	background: url("../images/graphique-petit-3.png");
}

.graphique-petit-4 {
	width: 420px;
	height: 198px;
	background: url("../images/graphique-petit-4.png");
}

.graphique-petit-5 {
	width: 420px;
	height: 198px;
	background: url("../images/graphique-petit-5.png");
}

.graphique-petit-6 {
	width: 420px;
	height: 198px;
	background: url("../images/graphique-petit-6.png");
}

.graphique-petit-point-1 {
	width: 70px;
	text-align: center;
	clear: both;
	float: left;
	margin-top: 140px;
	margin-left: 8.5px;
	color: #FFFFFF;
	font-size: 0.6em;
}

.graphique-petit-point-2 {
	width: 70px;
	text-align: center;
	float: left;
	margin-top: 145px;
	margin-left: 42px;
	color: #FFFFFF;
	font-size: 0.6em;
}

.graphique-petit-point-3 {
	width: 70px;
	text-align: center;
	float: left;
	margin-top: 140px;
	margin-left: 40px;
	color: #FFFFFF;
	font-size: 0.6em;
}

.graphique-petit-point-4 {
	width: 70px;
	text-align: center;
	float: left;
	margin-top: 133px;
	margin-left: 42.5px;
	color: #FFFFFF;
	font-size: 0.6em;
}

.formule {
	margin-top: 20px;
}

.formule table  {
	margin-top: 20px;
	width: 100%;
	margin-bottom: 12px;
}

.formule table th{
	text-align: left;
	border: solid #7F7F7F 1px;
	padding: 2px;
	background-color: #090551;
	color: #FFFFFF;
}

.formule table td {
	border: solid #7F7F7F 1px;
	padding: 2px;
	color: #000000;
}

.formule .paire {
	background: #EDCBD0;
}


.formule .impaire {
	background: #F9EDEF;
}


.contrats table  {
	margin-top: 20px;
	width: 100%;
	margin-bottom: 12px;
}

.contrats table th{
	text-align: left;
	border: solid #7F7F7F 1px;
	padding: 2px;
	background-color: #090551;
	color: #FFFFFF;
}

.contrats table td {
	border: solid #7F7F7F 1px;
	padding: 2px;
	color: #000000;
}

.contrats .paire {
	background: #EDCBD0;
}


.contrats .impaire {
	background: #F9EDEF;
}


/* Blocs span */
.texte_rente {
	color: #000000;
	font-size: 1.3em;
	margin: 0px 0px 20px 0px;
	font-style: italic;
	padding-left:0 !important;
	width: 100% !important;
}
.block_rente{
	padding-left:0 !important;
}
#cotisation_mensuelle{
color: red !important;
}

.texte-cotisation {
	color: #090551;
	font-size: 2em;
	font-weight: bold;
	width:100%;
}

.texte-2 {
	color: #FFFFFF;
	font-size: 1.3em;
}

.texte-2-age {
	color: #FFFFFF;
	font-size: 1.2em;
	margin: 16px 0px 0px 50px;
	display: inline-block !important;
}

.texte-3 {
	color: #FFFFFF;
	font-size: 2.5em;
}

.texte-4 {
	position: relative;
	left: 10px;
	bottom: 4px;
	color: #FFFFFF;
	font-size: 2.5em;
}

.texte-5 {
	color: #FFFFFF;
	font-size: 1.3em;
	margin: 16px 0px 0px 56px;
}

.texte-6 {
	color: #000000;
	font-size: 1.3em;
	/*margin: 40px 0px 20px 0px;*/
	margin: 0px 0px 20px 0px;
	font-style: italic;
}

.texte-7 {
	text-align: center;
	margin: 5px 0 0;
}

.texte-8 {
	color: red;
}

/* Images */

.icone-valide {
	position: relative;
	/*top: 5px;*/
	margin-right: 10px;
}

.image-gauche {
	float: left;
	margin: 25px 20px 0px 0px;
}

/* Formulaires */

.case {
	width: 30px;
	height: 60px;
	float: left;
}

fieldset {
	margin: 0px 0px 20px 0px !important;
	border: 1px solid #f0f0f0 !important;
	padding: 10px !important;
}

label {
    display: block;
    /*width: 155px;*/
    float: left;
	color: #54381a;
}
.option label{
	color: #fff;
}

.accueil-select {
	width: 70px;
}


.dateNaissance {
	width: 50px;
	margin-right: 10px;
}

.moisNaissance {
	width: 100px;
	margin-right: 10px;
}

.dateNaissanceBeneficaire {
	width: 50px;
	margin-right: 9px;
}

.moisNaissanceBeneficaire {
	width: 100px;
	margin-right: 9px;
}

.anneeNaissanceBeneficaire {
	width: 65px;
}



/* Liens */

a:hover,a:hover  i {
	color: #FF0000;
	cursor: pointer;
	text-decoration: none !important;
}
footer a:hover{
	color: #3377b4 !important;
}

.lien-titre-ferme {
	display: block;
	padding-bottom: 20px;
	border-bottom: solid 1px #54381a;
	font-size: 1.5em;
	cursor: pointer;
}

.lien-titre-ouvert {	
	padding-bottom: 20px;
	font-size: 1.5em;
	cursor: pointer;
}


.lien-bulletin {
	float: right;
}

/* Boutons */
a.bouton {
	cursor: pointer;
	color: #fff !important;
	padding: 7px 11px 9px 12px;
	display: inline-block;
	background: #090551; /* Old browsers */
	background: -moz-linear-gradient(top, #090551 0%, #090551 23%, #090551 51%, #090551 76%, #090551 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#090551), color-stop(23%,#090551), color-stop(51%,#eb447e), color-stop(76%,#eb4a82), color-stop(100%,#eb4a82)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #090551 0%,#090551 23%,#090551 51%,#090551 76%,#090551 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #090551 0%,#090551 23%,#090551 51%,#090551 76%,#090551 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #090551 0%,#090551 23%,#090551 51%,#090551 76%,#090551 100%); /* IE10+ */
	background: linear-gradient(to bottom, #090551 0%,#090551 23%,#090551 51%,#090551 76%,#090551 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#090551', endColorstr='#090551',GradientType=0 ); /* IE6-9 */
	margin-left: 20px;
	font-weight:bold;
}

a.bouton:hover {
	background: #FF0000; /* Old browsers */
	background: -moz-linear-gradient(top, #FF0000 0%, #FF0000 26%, #FF0000 51%, #FF0000 80%, #FF0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF0000), color-stop(26%,#FF0000), color-stop(51%,#FF0000), color-stop(80%,#2e2e2e), color-stop(100%,#242424)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FF0000 0%,#FF0000 26%,#FF0000 51%,#FF0000 80%,#FF0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FF0000 0%,#FF0000 26%,#FF0000 51%,#FF0000 80%,#FF0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FF0000 0%,#FF0000 26%,#FF0000 51%,#FF0000 80%,#FF0000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FF0000 0%,#FF0000 26%,#FF0000 51%,#FF0000 80%,#FF0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#FF0000',GradientType=0 ); /* IE6-9 */
	margin-left: 20px;
	text-decoration: none;
}

.lien-droite {
	position: relative;
	float: right;
	top: 20px;
	cursor: pointer;
}

.imageInformation {
	vertical-align: middle;
}

.lienInformation {
	position: relative;
	z-index: 24;
	color: #000;
	text-decoration: none;
}

.lienInformation.lienInformation:hover {
	z-index:25;
	background-color:#FFF
}
 
.lienInformation.lienInformation span{
	display: none
}

.lienInformation.lienInformation:hover span{
	display:block;
	position:absolute;
	width: 360px;
	top: 30px;
	right: -5px;
	color: #54381a;
	text-align: justify;
	font-weight:none;
	padding:5px;
	border: solid 1px #FF8800;
	background-color: #FFD6A8;


}


/************************/
/* Calendrier Mcalendar */
/************************/

.mCalandarMain {
	width:220px;
	height:204px;
	padding-top:3px;
	background-image:url(../images/bgMain.png);
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	position:absolute;
}

.mCalandarMain .mCalandarheader {
	margin-left:3px;
	margin-right:3px;
	padding:3px;
	width:206px;
	height:23px;
	line-height:21px;
	background-image:url(../images/headerBG.png);
	position:relative;
	color:#ffffff;
	z-index:1000;
}

.mCalandarMain .mCalandarheader .mInfo {
	position:absolute;
	left:26px;
	right:26px;
	top:4px;
	margin:0px;
	padding:0px;
	text-align:center
}

.mCalandarMain .mCalandarheader .mInfo li {
	margin:1px;
	list-style:none;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	position:relative;
	z-index:100;
	display:inline
}

.mCalandarMain .mCalandarheader .mInfo li .liMois {
	
}

.mCalandarMain .mCalandarheader .mInfo li:hover ul,
.mCalandarMain .mCalandarheader .mInfo li:hover div,
.mCalandarMain .mCalandarheader .mInfo a:hover ul {
	display:block;
}

.mCalandarMain .mCalandarheader .mInfo li:hover div ul {
	margin:0px;
	padding:0px;
	width:82px;
	height:172px;
	position:absolute;
	top:0px;
	left:0px;
}

.mCalandarMain .mCalandarheader .mInfo .mois {
	position:absolute;
	z-index:1000;
	display:none;
	top:12px;
	left:-21px;
	cursor:pointer;
	width:82px;
	height:172px;
	background:url(../images/bgListe.png) no-repeat;
	margin:0px;
	padding:0px;
}
.mCalandarMain .mCalandarheader .mInfo .annee {
	position:absolute;
	z-index:1000;
	display:none;
	top:12px;
	left:-28px;
	cursor:pointer;
	width:82px;
	height:172px;
	background:url../images/bgListe.png) no-repeat;
	overflow:hidden;
}
.mCalandarMain .mCalandarheader .mInfo .mois li, .mCalandarMain .mCalandarheader .mInfo .annee ul li {
	clear:both;
	line-height:12px;
	height:12px;
	width:78px;
	margin-left:2px;
	text-align:center;
	display:block 
}

.mCalandarMain .mCalandarheader .mInfo .mois li:hover, .mCalandarMain .mCalandarheader .mInfo .annee ul li:hover {
	background-color:#333;
}


.mCalandarMain .mCalandarheader .mInfo .annee li .upAnnee {
	background:url(../images/up.png);
	display:block;
	height:11px;
	width:23px;
	margin-left:auto;
	margin-right:auto;
}

.mCalandarMain .mCalandarheader .mInfo .annee li .downAnnee {
	background:url(../images/down.png);
	display:block;
	height:11px;
	width:23px;
	margin-left:auto;
	margin-right:auto;
}

.mCalandarMain .mCalandarheader .bef {
	background:url(../images/mBef.png);
	width:22px;
	height:22px;
	display:block;
	float:left;
}

.mCalandarMain .mCalandarheader .next {
	background:url(../images/mNext.png);
	width:22px;
	height:22px;
	display:block;
	float:right;
}

.mCalandarMain .corpDiv {
	width:210px;
	height:206px;
	margin:4px;
	position:relative;
	overflow:hidden;
	display:block;
	z-index:100;
}
.mCalandarMain .corpDiv .listeJoursUl {
	margin:0px;
	padding:0px;
	display:block;
	width:210px;
	overflow:hidden;
	
}

.mCalandarMain .corpDiv .listeJoursUl li {
	float:left;
	list-style:none;
	width:30px;
	height:21px;
	line-height:21px;
	margin-bottom:2px;
	background:url(../images/bgDate.png);
	text-align:center;
}

.mCalandarMain .corpDiv .corpUl {
	margin:0px;
	padding:0px;
	width:210px;
	height:206px;
	position:absolute;
	top : 23px;
	left:0px;
	
}
.mCalandarMain .corpDiv .corpUl li {
	float:left;
	list-style:none;
	width:30px;
	height:21px;
	line-height:21px;
	margin-bottom:2px;
	background:url(../images/bgDate.png);
	text-align:center;
	cursor:pointer;
}

.mCalandarMain .corpDiv .corpUl .mOver {
	background:url(../images/bgDateG.png);
}

.mCalandarMain .corpDiv .corpUl .dateI {
	background:url(../images/bgDateI.png);
}

.mCalandarMain .corpDiv .corpUl .dateC {
	background:url(../images/bgDateB.png);
	color:#FFFFFF;
}

.mCalandarMain iframe {
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	width:100%;
	height:100%;
	border:0px;
	display:none;
}

.clear {
	display:block;
	width:100%;
	height:1px;
	border:1px solid yellow;
	clear:both;
}

/****************/
/* Jquery Popup */
/****************/

.popup {
  /*position:fixed;*/ z-index:2; /*top:60px; */left:50%;
  width:800px;  background:#fff;
    -moz-box-shadow:4px 4px 30px #130507;
    -webkit-box-shadow:4px 4px 30px #130507;
  box-shadow:4px 4px 30px #130507;
    -moz-transition:top 800ms;
    -o-transition:top 800ms;
    -webkit-transition:top 800ms;
  transition:top 800ms;
}
  .p_content { width:780px; margin: auto; text-align:center; font-size:23px; padding-top:50px; }
  .p_anch {
    float:left; position:relative; z-index:1; width:100%;
    margin:80px 0 0 0; text-align:center; font-size:18px;
  }
  .p_anch a { color:#000; }
  .p_anch a:hover { text-decoration:none; }
  .p_anch_bottom { margin:1500px 0 0 0; padding:0 0 50px 0; }
  .popup_close {
    float:right; width:15px; height:14px; margin:11px 10px 0 0;
    background:url(../images/popup_close.png);
  }
  .p_body {
    background:#000; left:0; top:0; position:fixed; width:100%; height:100%; opacity:0.7;
      -moz-transition:opacity 800ms;
      -o-transition:opacity 800ms;
      -webkit-transition:opacity 800ms;
    transition:opacity 800ms;
  }


/* js ÑÑ‚Ð¸Ð»Ð¸ â€” Ð´ÐµÐºÐ»Ð°Ñ€Ð°Ñ‚Ð¸Ð²Ð½Ð¾ */
.js__popup {}
  .js__p_start {}
  .js__p_close {}
  .js__p_body {}
  .js__slide_top { height:0; overflow:hidden; top:0; }
  .js__fadeout { height:0; overflow:hidden; opacity:0; }


.github {
  position:fixed; top:0; right:0;
  width:99px; height:99px; background:url(../img/github.png);
}

.textePopup {
	font-size: 14px;
	margin-top: -10px;
}


/************************************************************************************/
/*										MOBILE										*/
/************************************************************************************/

@media screen and (max-width: 1024px)
{
	/***********/
	/* Général */
	/***********/
	
	/* Blocs div */
	
	.accueil-corps {
		width: 570px;
		margin-left: 30px;
		margin-bottom: 30px;
		height: auto;
	}
	
	.accueil-plus {
		display: none;
	}
	
	.accueil-etapes {
		width: 600px;
		border: 1px solid #090551;
		/*height: 90px;*/
	}	
	
	.footer {
		display: none;
	}
		
	.footer-mobile {
		/*height: 130px;
		background-color: #d3c3bd;*/
		width: 600px;
		display: block;
	}
	
	.footer-mobile p {
		/*height: 130px;
	  	line-height: 130px;*/
		margin-top: 20px;
		text-align: center;
		/*font-size: 18px;*/
	}
	
	.footer-mobile p span {
	  	vertical-align: middle;
	  	display: inline-block;
	  	line-height: 1.2;
	}
	
	.coordonnees-etapes, .questionnaire-etapes, .beneficiaires-etapes, .contrat-etapes {
		width: 600px;
		/*height: 90px;*/
	}
	/*
	.coordonnees-etapes {
		background: url(../images/coordonnees-etapes-mobile.png);
	}
	.questionnaire-etapes {
		background: url(../images/questionnaire-etapes-mobile.png);
	}
	.beneficiaires-etapes {
		background: url(../images/beneficiaires-etapes-mobile.png);
	}
	.contrat-etapes {
		background: url(../images/contrat-etapes-mobile.png);
	}
	*/
	.bloc-gauche {
		width: 100%;
		float: none;
	}
	
	.bloc-droite {
		width: 100%;
		float: none;
		margin-top: 22px;
	}
	
	.
	.bouton-accueil {
	    margin-right: 30px;
	}
	
	.bouton-ordinateur {
		display: none;
	}
	
	.bouton-mobile {
		display: block;
	}

	
}
/************************************/
.slider.slider-horizontal{
	width:90% !important;
	margin-left:15px;
}
/*************validation form***********************/
.errors, .text-errors, .obligatoire{
	color: #a94442;
}
.error{border: 1px solid #a94442 !important; }
/***********************/
.icon{font-size:28px;margin-right:20px;}
.text_block_step{
	display: block;
    float: left;
    margin-top: 5px;
    text-align: center;
    vertical-align: middle;
    width: 20%;
}
.text_block_step h2{
	color:#090551
}
.block_step{
	background: none repeat scroll 0 0 #d3c3bd;
    border: 0 none;
    border-radius: 10px;
    display: block;
    float: left;
    height: 110px;
    margin: 10px 0;
    padding: 20px;
    width: 79%;
}
.step{
	/*text-transform: uppercase;*/
	font-size:17px;
	font-weight:700;		
	display: block;
	width: 33%;
	float: left;
	text-align:center;
	vertical-align: middle;
}
.number_step{
	background:#FF0000;
	border-radius: 5px;
	color: #fff;
	padding: 8px 10px;
	font-size: 16px;
}
.text_step{
	margin-top: 10px;
	display: block;
	color:#090551;
}
.block_step .number_step.active{
	background: #090551;
}
.block_step .text_step.active{
	color: #FF0000;
}
.color{ /*color:#090551;*/}
/******************************/
.bar{
	height:20px;
}
.btn-success{
	color: #fff !important;
}

footer  a{
	color: #fff !important;
}
/*--------------------------------------------------------------------------
+	Services Style
--------------------------------------------------------------------------*/
/* Multicolumn */
.service-wrapper {
  background: #FFF;
  margin: 20px 10px;
  text-align: center;
  padding: 30px 20px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #999;
  -moz-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  color: 0 0 3px #999;
  height:180px;
}
.service-wrapper h3 {
  font-size: 1.2em;
  margin: 10px 0 !important;
}
.service-wrapper p {
  margin-top: 0;
}
/* Row */
.service-wrapper-row {
  padding: 10px 0;
}
.service-wrapper-row h3 {
  padding-top: 15px;
}
.service-wrapper-row .service-image {
  padding-top: 15px;
  text-align: center;
}
.service-wrapper-row .service-image img {
  max-width: 80%;
  vertical-align: bottom;
  bottom: 0;
  border: 7px solid #FFF;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 8px #999;
  -moz-box-shadow: 0 0 8px #999;
  box-shadow: 0 0 8px #999;
  color: 0 0 8px #999;
}


/****/

a:hover.btn-success{color:#fff !important;}
.green,.service-wrapper:hover{
	color:#3377b4;
}
.navbar-brand em{
	text-transform: none;
	font-size: 14px;
}
.navbar-brand{
	padding-top: 0 !important;
}

/**************pricing ************/
.pricing-table .panel {
    background: #eeeeee;
}
.pricing-table .panel-danger {
    border: 1px solid #CD5A48;
}
.pricing-table .panel-info {
    border: 1px solid #3A87B0;
}
.pricing-table .panel-success {
    border: 1px solid #468847;
}
.pricing-table .panel-danger .panel-heading{
    background: #CD5A48;
    color: #ffffff;
}
.pricing-table .panel-info .panel-heading{
    background: #3A87B0;
    color: #ffffff;
}
.pricing-table .panel-success .panel-heading{
    background: #468847;
    color: #ffffff;
}
.pricing-intro h2{
    margin-bottom: 20px;
}
img {
  vertical-align: middle;
  max-width: 100%;
}

.fa-number-1:before {
    content: "1";
}

.fa-number-2:before {
    content: "2";
}
.fa-number-3:before {
    content: "3";
}

.fa-number-4:before {
    content: "4";
}