.red {
	color: #BB0F0F !important;
}

.blue {
  color : #333333 !important;
}

.black {
  color: #000000 !important;
}

.uppercase {
  text-transform : uppercase;
}

.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}

.float {

  float:left;
}

.hover-zoom:hover {
  transform: scale(1.1);
  transition: all .2s;
}

label sup {
  color: #FF0000;
}

.no-decoration,
.no-decoration:hover
{
  text-decoration: none;
}





/*

 __  __                 _       
|  \/  | __ _ _ __ __ _(_)_ __  
| |\/| |/ _` | '__/ _` | | '_ \ 
| |  | | (_| | | | (_| | | | | |
|_|  |_|\__,_|_|  \__, |_|_| |_|
                  |___/ 
*/

/*------------------------------------------------------------------
    [Left margin]
------------------------------------------------------------------*/
.margin-l-0 {
  margin-left: 0 !important;
}

.margin-l-5 {
  margin-left: 5px !important;
}

.margin-l-10 {
  margin-left: 10px !important;
}

.margin-l-20 {
  margin-left: 20px !important;
}

/*------------------------------------------------------------------
    [Right margin]
------------------------------------------------------------------*/
.margin-r-0 {
  margin-right: 0 !important;
}

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

.margin-r-10 {
  margin-right: 10px !important;
}

.margin-r-20 {
  margin-right: 20px !important;
}

/*------------------------------------------------------------------
    [Top margin]
------------------------------------------------------------------*/
.margin-t-0 {
  margin-top: 0 !important;
}

.margin-t-5 {
  margin-top: 5px !important;
}

.margin-t-10 {
  margin-top: 10px !important;
}

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

.margin-t-30 {
  margin-top: 30px !important;
}

.margin-t-40 {
  margin-top: 40px !important;
}

.margin-t-50 {
  margin-top: 50px !important;
}

.margin-t-60 {
  margin-top: 60px !important;
}

@media (max-width: 992px) {
  .md-margin-t-0 {
    margin-top: 0 !important;
  }
  .md-margin-t-5 {
    margin-top: 5px !important;
  }
  .md-margin-t-10 {
    margin-top: 10px !important;
  }
  .md-margin-t-20 {
    margin-top: 20px !important;
  }
  .md-margin-t-30 {
    margin-top: 30px !important;
  }
  .md-margin-t-40 {
    margin-top: 40px !important;
  }
  .md-margin-t-50 {
    margin-top: 50px !important;
  }
  .md-margin-t-60 {
    margin-top: 60px !important;
  }
}

@media (max-width: 768px) {
  .sm-margin-t-0 {
    margin-top: 0 !important;
  }
  .sm-margin-t-5 {
    margin-top: 5px !important;
  }
  .sm-margin-t-10 {
    margin-top: 10px !important;
  }
  .sm-margin-t-20 {
    margin-top: 20px !important;
  }
  .sm-margin-t-30 {
    margin-top: 30px !important;
  }
  .sm-margin-t-40 {
    margin-top: 40px !important;
  }
  .sm-margin-t-50 {
    margin-top: 50px !important;
  }
  .sm-margin-t-60 {
    margin-top: 60px !important;
  }
}

@media (max-width: 480px) {
  .xs-margin-t-0 {
    margin-top: 0 !important;
  }
  .xs-margin-t-5 {
    margin-top: 5px !important;
  }
  .xs-margin-t-10 {
    margin-top: 10px !important;
  }
  .xs-margin-t-20 {
    margin-top: 20px !important;
  }
  .xs-margin-t-30 {
    margin-top: 30px !important;
  }
  .xs-margin-t-40 {
    margin-top: 40px !important;
  }
  .xs-margin-t-50 {
    margin-top: 50px !important;
  }
  .xs-margin-t-60 {
    margin-top: 60px !important;
  }
}

/*------------------------------------------------------------------
    [Bottom margin]
------------------------------------------------------------------*/
.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-b-2 {
  margin-bottom: 2px !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.margin-b-40 {
  margin-bottom: 40px !important;
}

.margin-b-50 {
  margin-bottom: 50px !important;
}

.margin-b-60 {
  margin-bottom: 60px !important;
}

.margin-b-70 {
  margin-bottom: 70px !important;
}

.margin-b-80 {
  margin-bottom: 80px !important;
}

.margin-b-90 {
  margin-bottom: 90px !important;
}

.margin-b-100 {
  margin-bottom: 100px !important;
}

/*------------------------------------------------------------------
    [Top margin below 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .md-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .md-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .md-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .md-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .md-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .md-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .md-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .md-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .md-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .md-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .md-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .md-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .sm-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .sm-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .sm-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .sm-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .sm-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .sm-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .sm-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .sm-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .sm-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .sm-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .sm-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .sm-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .xs-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .xs-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .xs-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .xs-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .xs-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .xs-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .xs-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .xs-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .xs-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .xs-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .xs-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .xs-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*
 ____                  
|  _ \ __ _  __ _  ___ 
| |_) / _` |/ _` |/ _ \
|  __/ (_| | (_| |  __/
|_|   \__,_|\__, |\___|
            |___/ 

 */

body
{
	font-family: 'Open Sans', sans-serif;
	color : #333333;
}

.container .row {
	position: relative;
}

body >  header {
	/*height: 80px;*/
	vertical-align: middle;
	background-color: #333333; 
	display: inline-block;
	width:100%;
/*	position: fixed;*/
}

section.fond-gris { background-color:#E6E6E6; }
section.fond-jaune { background-color:#F8C961; }

.bg-equipe {
	background-image:url(../img/equipes.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom center;
}

div.page {
	background-image:url(../img/fond-or.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
section.head {
	background-image:url(../img/fond-or.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom center;
}

section.head > div {
	background-image:url(../img/reduire-ses-impots.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:bottom center;
}

body >  header #logo {
	margin-top: 10px;
	margin-left: 30px;
	max-width: 300px;
}

body >  header #contact {
	min-width: 250px;
	margin-right: 30px;
	margin-top: 14px;
	margin-bottom: 14px;
	float: right;
	text-align: right;
	color: #fff;
	line-height: 25px;
}

body >  header #contact a, 
body >  header #contact a:hover {
	color: white;
	text-decoration: none;
}

.container .head {
/*	margin-top: 78px;*/
	background-image: url('../img/montage_couple.jpg');
	background-size: contain;
  background-repeat: no-repeat;
	/*height: 480px;*/
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row-eq-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.bottom-aligner {
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}

.bottom-content {
  display: inline-block;
}

.home .container .head {
	background:none
}

.home .container .head .bg-couple {
	background-image: url('../img/montage_couple.jpg');
	 background-size:cover;
  background-repeat: no-repeat;
}


.container .head {
	padding-top: 50px;
	padding-bottom: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.container .head .hat {
	font-size: 3em;
	text-align: right;
  letter-spacing: 3px;
  text-shadow: 1px 1px 1px #fff;
  font-weight: bold;
}

@media (max-width: 740px) {
  .container .head .hat {
    font-size: 2em;
  }
}

@media (max-width: 480px) {
  .container .head .hat {
    font-size: 1.5em;
  }
}

.container .head .definition {
	text-align: right;
	font-size: 1.5em;
  font-weight: bold;
}

.container .head .what {
	text-align: right;
	text-transform : uppercase;
	font-size: 1.5em;
	font-weight: bold;
}

.container .action {

	margin: 10px 50px; 
	padding: 20px 0;
	/*background-color: rgba(255, 255, 255, 0.3);*/
}

.container .action .simulation {

	background-color:  #333333;
	padding: 10px 30px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	text-decoration: none;
	display: block;
	width: 200px;
	height: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.container .action .guide {

	background-color:  #BB0F0F;
	padding: 10px 30px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	text-decoration: none;
	width: 200px;
	height: 40px;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.container .action a:hover {
  text-decoration: none;
}

.container section p {
	color : #333333;
}

.container section .title {
	color: #BB0F0F;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 20px;
}

.container section .title i {
	color : #333333;
}


.container section.grey {
/*	margin-top: 30px;
	margin-bottom: 30px;*/
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #B0B9C1;
	background-color: #F5F6F7;
	border-bottom: 1px solid #B0B9C1;
}

.container section.white {
/*	margin-top: 30px;
	margin-bottom: 30px;*/
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #FFF;
}

.container a.info-plus {
  background-color: #BB0F0F;
  border-radius: 15px;
  color: #fff;
  padding: 5px 15px;
  position: absolute;
  bottom: -15px;
  right: 200px;
  z-index: 10;
}

.container a.info-plus:hover {
  text-decoration: none;
}

.container .guarantee {
  width: 140px;
} 

.container .thumbform {
  width: 100px;
  position: absolute;
  left:-75px;
  top :-75px;
} 

.container .submit {
  background-color: #BB0F0F;
  color: #fff;
}

fieldset.ica {
  border: 1px solid #000000;
  padding: 30px;
  position: relative;
}

div.thank {
  margin-top: 70px;
  border: none;
  position: relative;
  background-color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-weight:300;
}

div.thank .p-grey {
  background-color: #FFF;
  padding: 40px 30px;
  margin-bottom:40px;
}

.home .head h1 { font-family:'Raleway', sans-serif; font-weight:600; font-size:24px; margin:0; padding:0; }
.home .head h1 strong { font-size:30px; font-weight:500; }
.home .head h2 { font-family:'Raleway', sans-serif; font-size:26px; font-weight:300; margin:0; padding:0; }

.home #form-header { transition:all .2s; }
.home #form-header.flottant { position:fixed; right:0; top:0; z-index:10000; margin-top:20px; }

.home .head a.bottom-content { margin-bottom:10px; }



.home .container .head { padding-top:10px; }

.container .btn-block2 { font-weight:bold; white-space:normal; padding:0; background-color:#283247; color:#FFF; border:0; border-radius:0; text-transform:uppercase; }
.container .btn-block2 > * { display:table-cell; padding:6px 12px; }
.container .btn-block2 > i { background-color:rgba(0,0,0,0.2); padding:3px 12px; vertical-align:middle; }

.container .submit, .home .btn-block2.btn-rouge { background-color:#E92647; border-radius:0; color:#FFF; text-transform:uppercase; transition:all .2s; }
.container .submit:hover { background-color:#BA1E39; }

.container .submit.vert { background-color:#3AA935; font-size:22px; line-height:1.2em; }
.container .submit.vert span { padding:10px 12px; }
.container .submit.vert:hover { background-color:#358831; }

.container .btn-block2.vert { background-color:#3AA935; font-size:22px; line-height:1.2em; }
.container .btn-block2.vert span { padding:10px 12px; }
.container .btn-block2.vert:hover { background-color:#358831; }

.container .btn-block2 > * { padding:10px 12px; }
.container .btn-block2:hover { color:#FFF; }

.container section .title { color:#333333; }

section.bleu h1.title { color:#FFFFFF; padding-left:50px; }
section.bleu { background-color:#333333; color:#FFFFFF; padding-top:40px; padding-bottom:40px; }
section#defisc.bleu { padding-top:0px; padding-bottom:0px; }
section.bleu h2 { font-size:24px; }
section.bleu p { color:#FFFFFF; }

section { font-family: 'Raleway', sans-serif; }
input { font-family: 'Open Sans', sans-serif; }

.home section.rouge h1.title { color:#FFFFFF; padding-left:50px; }
.home section.rouge { background-color:#E92547; color:#FFFFFF; padding-top:40px; padding-bottom:40px; }
.home section.rouge h2 { font-size:24px; }
.home section.rouge p { color:#FFFFFF; margin-bottom:20px; }
.home section.rouge .row  .row { margin-top:60px; }

.home ul { list-style: none; padding: 0; margin-left:10px;}
.home li { padding-left: 1.3em; line-height:2;}
.home ul li:before { content: "\f111"; font-family: FontAwesome; display: inline-block; margin-left: -1.3em; width: 1.3em; color:#3aa935; font-size:10px; }
.home ul li ul li { padding-left:0.5em; }
.home ul li ul li:before { content: ""; display:none; }

.bGuide { display:block; float:left; padding-right:200px; background-image:url(../img/guide-penche.png); background-position:top right; background-size:130px; background-repeat:no-repeat; margin-top:30px; margin-bottom:20px; min-height:180px;}
.bGuide a { display:block; margin-top:20px; }

.soustitre { font-family:'Raleway', sans-serif; font-weight:500; font-size:20px; }

#reduire h1.title { margin-top:0; }

#ica_texte { font-family: 'Open Sans', sans-serif; font-size:14px; }
#ica_texte p { margin-bottom:20px; }
#ica_texte .legende { font-family: 'Open Sans', sans-serif; font-size:12px; margin-top:60px; }
body:not(.home) #ica_texte { padding-left:60px; padding-right:60px; }

.fa-over-left { position:absolute; top:-80px; left:10px; font-size:100px; }
.h1-fa-over-left { padding-left:100px; }

.guide-penche { position:absolute; left:-100px; top:-100px; width:170px; }

fieldset.ica { padding:5px; }
fieldset.ica form { background-color:#EDEDED; padding:20px; }
.form-group { margin-bottom:0; padding-bottom:15px; }

.form-horizontal .control-label { color:#3D3D3D; text-align:left; font-weight:normal; position:relative; }
.form-horizontal .control-label sup { position:absolute; right:20px; top:15px; vertical-align:middle; font-size:1em; }

.container section .title div.icon { border:5px solid #333333; background-color:#333333; border-radius:100px; float:left; overflow:hidden; position:absolute; left:-50px; bottom:-10px;  }
.container section .title div.icon i.fa-user { font-size:100px; color:#FFF; background-color:#333333; height:90px; width:90px; text-align:center; }
.container section .title.test { font-family: 'Open Sans', sans-serif; font-size:30px; position:relative; }
.container section .title.test strong { font-weight:700; }

#defisc { background-image:url(../img/residence.jpg); background-repeat:no-repeat; background-position:top center; background-size:100%; }

.visible-xs-block { text-align:center; width:100%; }
.visible-xs-block a { display:inline-block; margin:20px auto; }

.lien-guide-flot img { max-width:160px; }

section.head .col-md-5 { padding-left:0; }

.home section.head h1 { font-size:42px; color:#FFF; font-weight:bold; text-align:center; margin-top:20px; margin-bottom:10px; }
.home section.head h2 { font-size:30px; font-weight:bold; text-align:center; padding-bottom:20px; text-shadow:0px 0px 5px #FFF; }
.home section.head h3.titre { margin-top:250px; color:#FFFFFF; text-shadow:0px 0px 5px #666666; padding:0 50px; font-size:26px; }

@media (max-width:992px)
{
	.home section.head h3.titre { margin-top:20px; }
}

.home section.head form h2 { font-size:34px; color:#FFF; text-transform:uppercase; font-weight:800; margin:0; padding:0; text-shadow:none; text-align:left; }
.home section.head form h3 { font-size:18px; margin:0; margin-bottom:10px; text-align:left; }
.home .head form { }
.home .head form input, .home .head form select { color:#333333; border:0; padding:2px 5px; max-width:calc(100% - 20px); width:calc(100% - 20px); }
.home .head form p.pi { background-color:#FFFFFF; padding-top:5px; padding-bottom:5px;  }
.home .head form span.required { padding-right:4px; vertical-align:sub; color:#333333; }
.home .head form p.aide { color:#FFFFFF; font-size:16px; font-weight:600; padding-top:10px; padding-bottom:20px; }

.home .head form .submit { width:100%; font-size:24px; line-height:36px;}
.home .head form .submit span { width:100%; }

@media (max-width:992px)
{
	p.pi:nth-child(2n) { margin-left:20px; width:calc(50% - 20px); }
}

@media (max-width:766px)
{
	.home section.head form { padding-left:20px; }
	p.pi:nth-child(2n) { margin-left:0px; width:100%; }
}

#declaration { font-weight:500; font-size:16px; text-align:center; padding-bottom:30px; }
#declaration h2 { font-weight:600; font-size:30px; padding-top:30px; padding-bottom:20px; }
#declaration p { max-width:900px; margin:auto; padding-bottom:20px; }

#listbloc .row { vertical-align:top; }
#listbloc .bloc { text-align:center; padding-top:40px; }
#listbloc .bloc div { max-width:290px; margin-left:auto; margin-right:auto; }
#listbloc .bloc h3 { font-weight:600; font-size:18px; }
#listbloc .bloc p { color:#898989; font-size:14px; }
#listbloc .bloc img { display:inline-block; width:auto; margin-left:auto; margin-right:auto; }

h2.vert { color:#3aa935; }
#listbloc h2 { font-size:22px; font-weight:600; text-align:center; padding:30px 0; }
#listbloc h2 span  { font-size:22px; font-weight:500; }

#listbloc { text-align:center; }

#listbloc p.p2 { font-weight:600; font-size:16px; padding:20px; padding-bottom:40px; }

#equipe h2 { color:#FFF; text-transform:uppercase; font-weight:bold; font-size:30px; padding-top:30px; }

#equipe li { font-size:16px; }

#equipe ul { padding-bottom:30px; }
#equipe ul li ul { padding-bottom:0; }

#sica > div > p { font-size:18px; font-weight:600; text-align:center; padding-top:40px; padding-bottom:20px; } 
#sica { text-align:center; }
.bloc-color { color:#FFFFFF; text-align:center; margin:auto; max-width:80%; height:100%; }
.bloc-color h3 { font-weight:600; font-size:24px; padding:30px 10px; padding-bottom:20px; }
.bloc-color p { padding:10px; padding-bottom:30px; }
.bloc-color.rouge { background-color:#e63f52; }
.bloc-color.orange { background-color:#f28b00; }
.bloc-color.jaune { background-color:#f5c65d; }

#sica img { text-align:center; padding:40px 0; }

img { max-width:100%; }

#footer { font-size:12px; }

fieldset.ica { border:0; padding:0; }

fieldset.ica > i { color:#e63f52; }
fieldset.ica form { background-color:#FFFFFF; margin-bottom:40px; }

fieldset.ica .submit.vert span { line-height:1.2em; min-width:232px; }

.page h1 b { color:#FFF;  font-family:'Raleway', sans-serif; font-weight:800; font-size:30px;}

@media (max-width:766px)
{
	label.checkbox.black.normal { padding-left:20px; }
}

@media not all and (min-resolution:.001dpcm) {
	/* que safari */
	.row-eq-height .col-sm-8 { width:66%; }
	.row-eq-height .col-md-7 { width:58%; }
	.row-eq-height .col-md-4 { width:33%; }
}
