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

/*** entete ***/
.entete {
  position: relative;
  clear: both;
  width: 1000px;
  margin-top: 6px;
  background: #00447b;
  height: 322px;
  margin-left: auto;
  margin-right: auto; }

.entete .container {
  position: relative;
  background: #00447b url("../img/home/fond_bandeau.png") 440px 110px no-repeat;
  height: 322px; }

.entete h1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 50px;
  padding-left: 32px; }

.entete h2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 31px;
  font-weight: 300;
  color: #f3b704;
  text-transform: uppercase;
  margin-top: 25px;
  padding-left: 32px; }

.entete .btn-montaigne {
  display: block;
  position: relative;
  float: right;
  margin-top: -145px;
  margin-right: 25px; }

/*** simulateur ***/
.simulateurs {
  position: relative;
  clear: both;
  width: 100%;
  margin-top: 8px; }

.simulateurs .row {
  margin-left: 0; }

.simulateurs .span4 {
  width: 332px;
  margin-left: 0; }

.simulateurs h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 33px;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0px; }

.simulateurs h3 span {
  font-size: 20px;
  font-weight: 300; }

.simulateurs h3 a {
  color: #FFFFFF;
  display: block; }

.simulateurs h3 a:hover {
  color: #e9b113; }

.simulateur-finances {
  background: #0b5a9a url("../img/home/down_finances.png") center top no-repeat;
  height: 333px;
  margin-right: 2px;
  text-align: center; }

.btn-simulateur-finances {
  margin-top: 50px;
  display: block;
  position: relative; }

.simulateur-retraites {
  background: #377cb1 url("../img/home/down_retraites.png") center top no-repeat;
  height: 333px;
  margin-left: 1px;
  margin-right: 2px;
  text-align: center; }

.simulateur-sante {
  background: #063d6a url("../img/home/down_sante.png") center top no-repeat;
  height: 333px;
  margin-left: 1px;
  text-align: center; }

.simulateur-retraites .soon {
  float: right;
  position: relative; }

.btn-simulateur-retraites {
  margin-top: 50px;
  display: block;
  position: relative; }

.btn-simulateur-sante {
  margin-top: 50px;
  display: block;
  position: relative; }

/*** Actualites ***/
.actualites {
  position: relative;
  width: 1000px;
  clear: both;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto; }

.actualites .bandeau_actus {
  position: relative;
  width: 100%;
  clear: both;
  height: 48px;
  background-color: #00447c; }

.actualites .bandeau_actus h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 0; }

.actualites .down {
  background: transparent url("../img/home/down_actus.png") center top no-repeat;
  width: 42px;
  height: 19px;
  display: block;
  content: " ";
  margin-left: 478px;
  margin-right: auto;
  margin-top: 4px; }

.actus {
  background-color: #eff1f4;
  margin-left: 0px;
  box-sizing: border-box; }

.actus .btn-suite {
  font-size: 11px;
  line-height: 13px;
  color: #1895ff;
  display: inline-block;
  background: transparent url("../img/home/puce.png") top left no-repeat;
  padding-left: 12px;
  margin-bottom: 15px;
  margin-top: 10px; }

.actus .btn-suite:hover, .actus .btn-suite:focus, .actus .btn-suite:active {
  text-decoration: underline; }

.actus_column {
  width: 499px;
  min-height: 548px;
  margin-left: 0px;
  margin-right: 1px;
  padding: 43px 19px 10px 19px;
  box-sizing: border-box; }

.actualites .btn-plus {
  float: right;
  font-size: 13px;
  color: #00447c;
  text-transform: uppercase;
  text-decoration: underline;
  margin: 20px; }

.actualites .btn-plus:hover {
  text-decoration: none; }

.actu-title {
  margin-top: 5px;
  height: 49px; }

.actu-title img {
  position: absolute; }

.actu-title .actu-title-text {
  font-size: 19px;
  display: inline-block;
  margin-left: 55px; }

.actu-title .actu-title-text a {
  font-family: "PT Sans", sans-serif;
  color: #377cb1; }

.actu-content-text {
  font-family: "PT Sans", sans-serif;
  color: #6c6b6b;
  font-size: 12px; }
