/* BLOCS BAS */
.bloc-bas.centre {
  background-color: #fff;
  overflow: hidden;
  padding: 0px 15px 0 15px;
}
.wrapper .bloc-bas.centre:nth-of-type(1) {
  margin-top: 60px;
}
article.centre > .bloc-bas.centre {
  width: 968px;
  padding: 0;
}
.bloc-bas-bloc-titre {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.bloc-bas-bloc-titre .bloc-bas-sep-titre {
  border-bottom: 1px solid #cecece;
  width: 100%;
}
.bloc-bas-bloc-titre .bloc-bas-sep-titre img {
  border-bottom: 1px solid #fff;
  width: 90px;
  margin: 0 auto -1px;
}
.bloc-bas-bloc-titre .bloc-bas-titre {
  font-family: 'ptsansnarrowbold', helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 45px;
  color: #181818;
  text-transform: uppercase;
}
.bloc-bas-bloc-titre .bloc-bas-titre > * {
  font-weight: normal;
}
.bloc-bas > .left {
  width: 642px;
}
.bloc-bas > .right {
  width: 313px;
}
.bloc-bas .right > img {
  margin-bottom: 30px;
}
.bloc-bas.pub-article > .left {
  width: 313px;
}
.bloc-bas.pub-article > .right {
  width: 642px;
}
.bloc-bas .right .pubdroitebas {
  padding: 5px;
}
.bloc-bas .right .bloc-pub {
  margin-top: 39px;
}
.bloc-bas.bas-article .right .bloc-pub {
  margin-top: 0;
}
.bloc-bas .right .blocpuboutbrain {
  margin-top: 13px;
}
.sep-bloc-bas {
  width: 65%;
  height: 1px;
  background: #cfcfcf;
  margin: 0 auto 30px auto;
  padding-bottom: 0;
  padding-top: 0;
  clear: both;
}
.ban-bas {
  margin: 10px auto;
  text-align: center;
}
/* ARTICLES LES PLUS LUS et A LA UNE */
.bloc-articles {
  min-height: 100px;
  margin: 15px 0 20px 0;
  padding-bottom: 20px;
}
.bloc-articles.lespluslus {
  margin-top: 40px;
}
.blocarticle-titre {
  border-bottom: 1px solid #cecece;
  height: 26px;
  margin-bottom: 20px;
}
.blocarticle-titre span {
  font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
  font-size: 30px;
  color: #181818;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  background: #fff;
  line-height: 1;
  padding-right: 10px;
}
.blocarticle-titre span strong {
  font-family: 'ptsansnarrowbold', helvetica, arial, sans-serif;
  font-weight: normal;
}
.blocarticle {
  width: 203px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
}
.bloc-articles.large .blocarticle {
  margin-right: 48px;
}
.bloc-articles.large .blocarticle:last-of-type {
  margin-right: 0;
}
.bloc-articles.large .blocarticle:first-of-type {
  margin-right: 50px;
}
.bloc-articles.large .blocarticle span,
.bloc-articles.large .blocarticle p {
  margin-left: 0;
}
.blocarticle > div {
  position: relative;
  min-height: 20px;
  max-height: 126px;
  overflow: hidden;
}
.blocarticle div span.numero {
  position: absolute;
  bottom: 0px;
  right: 15px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 64px;
  font-family: 'ptsansnarrowbold', helvetica, arial, sans-serif;
  line-height: 48px;
}
.blocarticle .blocarticle-soustitre {
  font-size: 18px;
  color: #181818;
  font-family: 'dominereg', helvetica, arial, sans-serif;
  font-weight: bold;
  margin: 10px 0 0 5px;
  font-weight: normal;
  line-height: 1.05;
  display: inline-block;
}
.blocarticle p {
  font-family: Arial;
  font-size: 13px;
  line-height: 16px;
  color: #3b3a3a;
  margin-left: 5px;
  margin-top: 3px;
}
.AR_4 .first {
  font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
}
.AR_4 .rec-link {
  font-family: 'ptsansnarrowbold', helvetica, arial, sans-serif;
}
/* les plus lus */
.bloc-articles.lespluslus .blocarticle {
  width: 231px;
  margin-right: 0;
  margin-left: 10px;
}
.bloc-articles.lespluslus .blocarticle:first-of-type {
  margin-left: 0px;
}
.bloc-articles.lespluslus .blocarticle .blocarticle-soustitre {
  font-size: 21px;
  line-height: 23px;
}
.bloc-articles.lespluslus .blocarticle p {
  font-size: 15px;
  line-height: 20px;
}
.bloc-articles.lespluslus .blocarticle img {
  width: 100%;
}
/* bloc-articles Partenaires */
.partenaires .blocarticle {
  width: 205px;
  padding: 0 0 15px;
  background-color: #efeff1;
  margin-right: 9px;
  height: 260px;
}
.partenaires .blocarticle:last-of-type {
  margin-right: 0;
}
.partenaires .blocarticle img {
  width: 100%;
}
.partenaires .blocarticle .category {
  position: relative;
  background: #797778;
  margin-bottom: 5px;
  display: inline-block;
  padding: 1px 8px;
  float: left;
}
.partenaires .blocarticle img.right {
  margin-left: 0;
}
.partenaires .blocarticle .blocarticle-soustitre {
  font-size: 18px;
  margin: 5px 10px;
  font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
}
.partenaires .blocarticle .blocarticle-soustitre strong {
  font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
  font-weight: bold;
}
.partenaires .blocarticle p {
  margin: 0 10px 10px;
}
/* bloc partenaire large */
#wrapper .partenaire {
  padding: 0;
  margin-bottom: 10px;
  margin-top: 15px;
  clear: both;
}
#wrapper .partenaire .titre-partenaire {
  font-family: 'ptsansnarrowbold', helvetica, arial, sans-serif;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  background-color: #81bae3;
  padding: 0 8px;
  line-height: 24px;
  vertical-align: top;
}
#wrapper .partenaire .titre-partenaire + img {
  max-height: 24px;
  display: inline-block;
  vertical-align: top;
  margin-left: -3px;
}
#wrapper .partenaire .bloc-partenaire {
  overflow: hidden;
  padding: 10px;
  border: 1px solid #e8e8e8;
  width: 100%;
}
#wrapper .partenaire .bloc-partenaire a img {
  margin: 0 10px 0 0;
  width: 136px;
}
#wrapper .partenaire .bloc-partenaire p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  margin: 0;
  color: #2d2d2d;
  line-height: 1;
}
#wrapper .partenaire .bloc-partenaire .sstitre-partenaire {
  font-family: 'ptsansnarrowbold', helvetica, arial, sans-serif;
  font-size: 26px;
  color: #000000;
  line-height: 28px;
  margin-top: 3px;
}
#wrapper .partenaire .bloc-partenaire .sstitre-partenaire span {
  font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
  font-size: 18px;
}
#wrapper .partenaire .bloc-partenaire a:hover .sstitre-partenaire {
  color: #81bae3;
}
/* bloc videos */
.bloc-gris {
  background-color: #1C1C1C;
  position: relative;
  padding: 17px 15px 15px;
  margin: 30px 0;
}
.bloc-gris.centre {
  margin: 15px auto;
  overflow: hidden;
}
.bloc-gris .w49 {
  display: inline-block;
  vertical-align: top;
}
.bloc-gris .w49.videos .bloc-bas-titre,
.bloc-gris .w49.photos .bloc-bas-titre {
  font-family: 'suecaslabbold', arial, sans-serif;
  font-size: 38px;
}
.bloc-gris .w49.videos .blocarticle-soustitre,
.bloc-gris .w49.photos .blocarticle-soustitre {
  margin-top: 10px;
  font-size: 20px;
  font-family: 'suecaslabbold', arial, sans-serif;
}
.bloc-gris .videos .blocarticle {
  margin-right: 5px;
}
.bloc-gris .bloc-bas-bloc-titre .bloc-bas-sep-titre img {
  border-bottom: 1px solid #2f2f2f;
}
.bloc-gris .bloc-bas-sep-titre {
  border-bottom: 1px solid #505050;
  position: relative;
  height: 48px;
}
.bloc-gris .trait-sep-titre {
  position: absolute;
  bottom: 0;
  background-color: #0d0000;
  z-index: 0;
  height: 1px;
  width: 100%;
}
.bloc-gris.photos,
.bloc-gris.videos {
  padding-right: 0;
  padding-left: 0;
}
.bloc-gris.photos .trait-sep-titre,
.bloc-gris.videos .trait-sep-titre {
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.7);
  position: relative;
  width: 100%;
  z-index: 4;
}
.bloc-gris.photos .trait-sep-titre {
  border-bottom: 2px solid #596976;
}
.bloc-gris.videos .trait-sep-titre {
  border-bottom: 2px solid #b4276f;
}
.bloc-gris .trait-sep {
  width: 80%;
  border-top: 1px solid #0d0000;
  background-color: #505050;
  height: 2px;
  display: inline-block;
  width: 32%;
}
.bloc-gris .trait-sep.large {
  width: 100%;
  margin: 10px 0;
}
.bloc-gris .bloc-bas-bloc-titre img {
  position: relative;
  z-index: 1;
}
.bloc-gris .bloc-bas-titre {
  color: #fff;
}
.bloc-gris .bloc-bas-bloc-titre .lien-header-rubrique {
  background: url('../images/lien-header-rubrique-gris.png') no-repeat;
}
.bloc-gris .photos .lien-header-rubrique,
.bloc-gris .videos .lien-header-rubrique {
  top: 55%;
  right: 0;
}
.bloc-gris .photos .bloc-bas-bloc-titre,
.bloc-gris .videos .bloc-bas-bloc-titre {
  width: 100%;
}
.bloc-gris.photos .bloc-bas-bloc-titre,
.bloc-gris.videos .bloc-bas-bloc-titre {
  margin-bottom: 15px;
}
.bloc-gris.photos .bloc-bas-bloc-titre .bloc-bas-titre,
.bloc-gris.videos .bloc-bas-bloc-titre .bloc-bas-titre {
  font-family: 'suecaslabbold', arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
}
.bloc-gris.videos .trait-sep-titre + .blocarticle {
  margin-left: 15px;
}
.bloc-gris.videos .blocarticle .category {
  left: auto;
  right: 0;
  padding: 0 10px 1px;
  background: #b4276f;
  font-size: 13px;
}
.bloc-gris.videos .blocarticle .blocarticle-soustitre {
  margin-top: 10px;
  color: #eee;
  display: block;
  font-family: 'suecaslabbold', arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
  margin: 5px 0 0;
  text-decoration: none;
}
.bloc-gris .photos.w49 .lien-header-rubrique,
.bloc-gris .videos.w49 .lien-header-rubrique {
  top: 15%;
  right: -15%;
}
.bloc-gris .photos.w49 .bloc-bas-bloc-titre,
.bloc-gris .videos.w49 .bloc-bas-bloc-titre {
  width: 75%;
}
.bloc-gris .blocarticle {
  width: 230px;
  margin-right: 12px;
  margin-right: 9px\9;
  margin-bottom: 15px;
}
.bloc-gris .blocarticle:last-child {
  margin-right: 0;
}
.bloc-gris .blocarticle.w100 {
  width: 100%;
}
.bloc-gris .blocarticle div span.category {
  font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
  font-size: 14px;
}
.bloc-gris .meta {
  color: #fff;
  display: inline-block;
  margin: 5px 0;
  font-size: 13px;
  font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
  vertical-align: top;
}
.bloc-gris .blocarticle.w100 .meta {
  font-size: 15px;
}
.bloc-gris .blocarticle.light .meta {
  font-size: 13px;
  display: inherit;
  margin-top: 0;
}
.bloc-gris .meta time {
  color: #fff;
}
.bloc-gris .blocarticle.light .blocarticle-soustitre {
  display: block;
}
.bloc-gris .meta a,
.bloc-gris .blocarticle.w100 .meta time {
  color: #fff;
}
.bloc-gris .videos .meta a.auteur,
.bloc-gris.videos .meta a.auteur {
  color: #b4276f;
  font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
}
.bloc-gris .videos .meta a.auteur:hover,
.bloc-gris.videos .meta a.auteur:hover {
  color: #fff;
}
.bloc-gris .photos .meta a.auteur {
  color: #596976;
  font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
}
.bloc-gris .blocarticle-soustitre {
  font-size: 26px;
  color: #fff;
  margin: 0;
  vertical-align: top;
}
.bloc-gris .blocarticle-soustitre span {
  font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
}
.bloc-gris .videos .blocarticle.w100 .blocarticle-soustitre {
  font-size: 34px;
}
.bloc-gris .photos .blocarticle.w100 .blocarticle-soustitre {
  font-size: 40px;
}
.bloc-gris .blocarticle.w100.light .blocarticle-soustitre {
  font-size: 24px;
  margin-top: 0;
}
.icon-lirevideo {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.bloc-gris .videos a:hover,
.bloc-gris.videos a:hover {
  color: #b4276f;
}
.bloc-gris.photos .contenu-photo img {
  margin-left: 14px;
}
.bloc-gris.photos .contenu-photo .lien-gris img {
  margin-left: 0;
}
.bloc-gris.photos .h2,
.bloc-gris.photos h2 {
  color: #fff;
  font-family: 'suecaslabsemibold', arial, sans-serif;
  font-size: 35px;
  font-weight: normal;
  line-height: 38px;
  width: 325px;
  display: inline-block;
  margin-top: 40px;
  vertical-align: top;
  min-height: 150px;
}
.bloc-gris .lien-gris {
  font-family: 'ptsansnarrowbold', helvetica, arial, sans-serif;
  font-size: 19px;
  color: #fff;
  line-height: 22px;
  padding: 5px 0;
  display: inline-block;
  width: 32%;
}
.bloc-gris .lien-gris.w100 img {
  margin-top: 5px;
}
.bloc-gris.photos .lien-gris {
  font-family: 'suecaslabsemibold', arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}
.bloc-gris .lien-gris span {
  font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
}
.bloc-gris .lien-gris img {
  margin-right: 10px;
  margin-top: 3px;
}
.bloc-gris .photos .lien-gris {
  width: 100%;
  font-size: 28px;
  line-height: 30px;
}
.bloc-gris .photos .lien-gris.w100 {
  font-size: 40px;
  line-height: 42px;
  padding: 0 10px;
}
.bloc-gris .photos a:hover {
  color: #596976;
}
.bloc-gris .photos .meta a:hover {
  color: #fff;
}
.bloc-gris .type2 {
  width: 320px;
  padding-left: 8px;
  color: #fff;
  font-family: 'ptsansnarrowbold', helvetica, arial, sans-serif;
  font-size: 28px;
  line-height: 30px;
  background: none;
  margin-bottom: 0;
}
.bloc-gris .type2 .titre-pos {
  color: #fff;
}
.bloc-gris .type2 img {
  margin-bottom: 10px;
}
.bloc-gris .type2 span {
  font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
}
.bloc-gris .type2 a {
  color: #fff;
}
.bloc-gris .type2 a > h2:hover {
  color: #fff;
}
.bloc-gris .pos1 {
  width: 640px;
  background: none;
  color: #fff;
}
.bloc-gris .pos1 .titre-pos1 {
  color: #fff;
}
.bloc-gris .pos1 p {
  color: #b2b1b1;
}
.bloc-gris .pos1 + .right {
  width: 311px;
}
.bloc-gris .right .lien-gris,
.bloc-gris .right .trait-sep {
  width: 100%;
}
/* blocs dossiers lea */
.photos.bloc-gris.centre,
.videos.bloc-gris.centre {
  margin: 40px 0;
  display: inline-block;
}
.photos.bloc-gris.centre iframe,
.videos.bloc-gris.centre iframe {
  width: 100%;
  height: 100%;
}
.photos.bloc-gris.centre object,
.videos.bloc-gris.centre object {
  width: 100%;
}
.photos.bloc-gris.centre .type2 object,
.videos.bloc-gris.centre .type2 object {
  width: 312px;
}
/* BLOC OUTIL PATRIMOINE */
.outils,
.experts,
.connaissancedesarts,
.services {
  padding: 0 15px;
  margin: 40px 0;
}
.outils .type2,
.experts .type2,
.connaissancedesarts .type2,
.services .type2 {
  width: 30%;
  padding-left: 35px;
  margin-top: 15px;
}
.outils .type2 .titre-pos,
.experts .type2 .titre-pos,
.connaissancedesarts .type2 .titre-pos,
.services .type2 .titre-pos {
  text-align: center;
  margin-top: 20px;
  display: block;
}
.outils .type2 ul,
.experts .type2 ul,
.connaissancedesarts .type2 ul,
.services .type2 ul {
  list-style: url('../images/ico-fleche-patrimoine.jpg');
  line-height: 20px;
  padding-left: 0;
}
.outils .type2 ul li a,
.experts .type2 ul li a,
.connaissancedesarts .type2 ul li a,
.services .type2 ul li a {
  font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
  font-size: 16px;
  color: #3a3a3a;
}
.outils .type2 ul li a:hover,
.experts .type2 ul li a:hover,
.connaissancedesarts .type2 ul li a:hover,
.services .type2 ul li a:hover {
  color: #b89d00;
}
.connaissancedesarts {
  padding-top: 15px;
  padding-bottom: 15px;
}
.connaissancedesarts .bloc-bas-titre {
  font-family: 'suecaslabbold', arial, sans-serif;
  font-size: 40px;
}
.connaissancedesarts .type2 {
  padding-left: 0;
  width: 33%;
}
.connaissancedesarts .type2 .titre-pos {
  text-align: left;
  font-family: 'suecaslabbold', arial, sans-serif;
  font-size: 26px;
}
.connaissancedesarts .type2 p {
  font-family: 'suecaslab_regularregular', arial, sans-serif;
}
.connaissancedesarts.bloc-gris .titre-pos {
  color: #fff;
}
.connaissancedesarts.bloc-gris .type2 {
  width: 313px;
}
.connaissancedesarts.bloc-gris .type2 img {
  width: 100%;
}
.connaissancedesarts.bloc-gris div {
  margin-left: 10px;
}
.connaissancedesarts.bloc-gris div:first-of-type {
  margin-left: 0;
}
.connaissancedesarts.bloc-gris .bloc-bas-sep-titre {
  height: 49px;
}
.nav-outils {
  width: 23px;
  background-position: left center;
  background-repeat: no-repeat;
  height: 250px;
  cursor: pointer;
}
.webplusultra {
  padding-left: 15px;
}
.webplusultra .bloc-bas-bloc-titre .bloc-bas-sep-titre img {
  margin-bottom: -10px;
}
.webplusultra .type2 {
  width: 313px;
  margin: 0 4px 25px;
}
.webplusultra .type2 p {
  font-family: 'suecaslab_regularregular', arial, sans-serif;
}
/* BLOCS INVESTIR + BLOC CAPITAL FINANCES TRANSACTIONS */
.conseils article,
.transactions article,
.dossiers article,
.outils-business article,
.nominations article,
.lesechosfranchise article {
  width: 230px;
  padding-left: 0;
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
  margin: 15px 0 0 15px;
}
.conseils article .titre-pos,
.transactions article .titre-pos,
.dossiers article .titre-pos,
.outils-business article .titre-pos,
.nominations article .titre-pos,
.lesechosfranchise article .titre-pos {
  font-size: 21px;
  line-height: 23px;
}
.conseils article .bloc-sep,
.transactions article .bloc-sep,
.dossiers article .bloc-sep,
.outils-business article .bloc-sep,
.nominations article .bloc-sep,
.lesechosfranchise article .bloc-sep {
  margin: 10px 0 5px 0;
}
.conseils article p,
.transactions article p,
.dossiers article p,
.outils-business article p,
.nominations article p,
.lesechosfranchise article p {
  line-height: 20px;
}
.dossiers article .img-dossier img {
  min-height: 123px;
  max-height: 123px;
}
.transactions article .bloc-sep {
  margin-top: 5px;
}
.bleu-investir {
  color: #427aa8;
}
.investir {
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'ptsansnarrowbold', helvetica, arial, sans-serif;
  font-size: 18px;
}
.investir.vert {
  background-color: #92bc13;
  color: #405501;
}
.investir.rouge {
  background-color: #de3f42;
  color: #770b0d;
}
.investir.jaune {
  background-color: #f2d909;
  color: #6e630b;
}
.outils-business .titre-outilsbusi,
.nominations .titre-outilsbusi,
.outils-business .titre-nominations,
.nominations .titre-nominations {
  font-family: 'ptsansnarrowbold', helvetica, arial, sans-serif;
  font-size: 28px;
  color: #1e1e1e;
  line-height: 28px;
}
.outils-business .titre-nominations,
.nominations .titre-nominations {
  line-height: 30px;
  padding-bottom: 5px;
}
.outils-business .titre-nominations:hover,
.nominations .titre-nominations:hover {
  color: #4166b2;
}
.outils-business article .titre-pos,
.nominations article .titre-pos {
  font-size: 19px;
  line-height: 1;
  margin-top: 10px;
}
.outils-business .type2 > a:last-child,
.nominations .type2 > a:last-child {
  background: #4166b2;
  color: #FFFFFF;
  font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
  font-size: 14px;
  padding: 1px 7px;
  text-transform: uppercase;
  margin-top: 10px;
  display: inline-block;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.outils-business ul,
.nominations ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}
.outils-business ul li a,
.nominations ul li a {
  font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
  font-size: 15px;
  color: #3a3a3a;
}
.outils-business .type2 img,
.nominations .type2 img {
  display: inline;
  vertical-align: bottom;
}
.outils-business .type2 a img,
.nominations .type2 a img {
  margin-right: 5px;
}
.outils-business .color,
.nominations .color {
  font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
  font-size: 16px;
}
.nominations .bloc-bas-bloc-titre .bloc-bas-titre .partavec {
  font-size: 12px;
  padding-left: 15px;
}
.outils-business {
  margin: 30px 0 0;
}
.outils-business .type2 {
  min-height: 210px;
  margin-bottom: 0;
}
.outils-business .type2 p span {
  color: #4166b2;
}
.outils-business .type2 > a:last-child {
  position: absolute;
  bottom: 0;
}
.outils-business .type2 .titre-pos {
  min-height: 45px;
  line-height: 22px;
}
.bloc-bas.centre.abonnement {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
  color: #2b2a2a;
  padding: 0;
  margin-bottom: 15px;
}
.bloc-bas.centre.abonnement > .left {
  padding-left: 20px;
  width: 655px;
}
.bloc-bas.centre.abonnement > .left .right {
  width: 261px;
  height: 177px;
  background: url('../images/img-abonnement.png') no-repeat;
  margin-top: 55px;
  color: #fff;
  font-family: 'suecaslabbold', arial, sans-serif;
  font-size: 25px;
  text-align: right;
  padding-top: 35px;
  padding-right: 3px;
}
.bloc-bas.centre.abonnement .titre-abonnement {
  color: #343434;
  font-family: 'ptsansnarrowbold', helvetica, arial, sans-serif;
  font-size: 34px;
}
.bloc-bas.centre.abonnement .titre-abonnement span {
  color: #f4b603;
}
.bloc-bas.centre.abonnement .price {
  font-family: 'suecaslabbold', arial, sans-serif;
  font-size: 25px;
  line-height: 1;
}
.bloc-bas.centre.abonnement .price span {
  font-family: 'suecaslab_regularregular', arial, sans-serif;
}
.bloc-bas.centre.abonnement .price_description {
  font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
  font-size: 14px;
  margin: 0;
}
.bloc-bas.centre.abonnement ul {
  padding: 0;
  list-style: none;
  font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
  font-size: 15px;
}
.bloc-bas.centre.abonnement ul .icon-puce-yellow {
  background: url('../images/puce_icon-abo.png') no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
}
.bloc-bas.centre.abonnement .btn-abonnement {
  background: #f4a703;
  background: -moz-linear-gradient(top, #f4a703 0%, #f4c803 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4a703), color-stop(100%, #f4c803));
  background: -webkit-linear-gradient(top, #f4a703 0%, #f4c803 100%);
  background: -o-linear-gradient(top, #f4a703 0%, #f4c803 100%);
  background: -ms-linear-gradient(top, #f4a703 0%, #f4c803 100%);
  background: linear-gradient(to bottom, #f4a703 0%, #f4c803 100%);
  border: 1px solid #f4ab03;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  font-family: 'suecaslabbold', arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  padding: 5px 30px 6px 40px;
  margin: 10px 0 0 100px;
  display: inline-block;
  line-height: 1;
  text-shadow: -1px 1px 1px #777;
}
.bloc-bas.centre.abonnement .btn-abonnement span {
  font-size: 16px;
}
.bloc-bas.centre.abonnement > .right {
  background: url('../images/fond-bloc-abonnement.jpg') no-repeat right;
  min-height: 276px;
  padding-left: 50px;
  width: 333px;
  padding-top: 10%;
}
.bloc-bas.centre.abonnement > p {
  font-size: 10px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  clear: both;
  display: block;
  padding: 10px;
}
.bloc-bas.centre.abonnement > p span {
  color: #f4b603;
}
.bloc-large-abo {
  background-color: #e7e5e5;
  overflow: hidden;
  padding-top: 30px;
}
.bloc-large-abo .centre > .left {
  width: 500px;
}
.bloc-large-abo .centre > .right {
  width: 450px;
}
.bloc-large-abo .pipe {
  height: 133px;
  float: left;
  margin: 5px 30px;
}
.bloc-large-abo .price_content {
  margin-top: 45px;
}
.illus-abo {
  width: 261px;
  height: 177px;
  background: url('../images/img-abonnement.png') no-repeat;
  color: #fff;
  font-family: 'suecaslabbold', arial, sans-serif;
  font-size: 25px;
  text-align: right;
  padding-top: 35px;
  padding-right: 3px;
  float: left;
}
.price {
  font-family: 'suecaslabbold', arial, sans-serif;
  font-size: 25px;
  line-height: 1;
}
.price span {
  font-family: 'suecaslab_regularregular', arial, sans-serif;
}
.price_description {
  font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
  font-size: 14px;
  margin: 0;
}
.btn-abo {
  font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  width: 405px;
  padding: 10px;
  margin-bottom: 15px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.45) inset;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  line-height: 1;
  background-color: #fcd602;
  display: block;
  text-align: center;
}
/* bloc livres dans idées et opinions */
section.livres .type2 .img165x311 {
  height: 165px;
  width: 312px;
  background-color: #f2f2f2;
}
/* bloc Articles à lire également dossier lea */
section.articles-alire {
  clear: both;
}
section.articles-alire .bloc-bas-bloc-titre {
  width: 100%;
  margin-bottom: 20px;
}
section.articles-alire .bloc-bas-bloc-titre .bloc-bas-titre {
  font-size: 40px;
}
/* bloc les echos de la franchise Home */
.lesechosfranchise .header-rubrique {
  height: auto;
}
.lesechosfranchise .header-rubrique .titre-rubrique a {
  padding: 0;
}
/* bloc nos partenaires Home */
.nospartenaires {
  background-color: #e6e6e6;
  padding: 15px 15px 15px 0;
}
.nospartenaires .header-nospartenaires {
  position: relative;
}
.nospartenaires .header-nospartenaires .titre-nospartenaires {
  line-height: 24px;
  margin: 0 0 15px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.nospartenaires .header-nospartenaires .titre-nospartenaires span {
  background-color: #f3f3f3;
  color: #9f999c;
  display: inline-block;
  font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
  font-size: 24px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.nospartenaires .header-nospartenaires .titre-nospartenaires span img {
  margin-right: 10px;
}
.nospartenaires .header-nospartenaires .titre-nospartenaires span strong {
  font-weight: normal;
  font-family: 'ptsansnarrowbold', helvetica, arial, sans-serif;
}
.nospartenaires .header-nospartenaires .traitfond {
  background-color: #dbdbdb;
  height: 1px;
  left: 18%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  width: 650px;
  z-index: 1;
}
.nospartenaires .type2 {
  width: 325px;
  background-color: #e6e6e6;
  margin-top: 3px;
}
.nospartenaires .type2 > img {
  width: 312px;
}
.nospartenaires .type2 .img312x165 {
  width: 312px;
  height: 165px;
  margin-bottom: 10px;
}
.nospartenaires .type2.quart {
  width: 230px;
}
.nospartenaires .type2.quart .img312x165 {
  width: auto;
}
.nospartenaires .type2 .real-part {
  font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
  font-size: 18px;
  color: #181818;
  margin: 5px 0;
}
.nospartenaires .type2 p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.nospartenaires .type2 a:hover .titre-pos {
  color: #81bae3;
}
.nospartenaires .bloc-sep {
  margin: 10px 0;
  width: 100%;
}
.nospartenaires .bloc-sep + img {
  width: 100%;
  margin-bottom: 10px;
}
/* bloc solution home */
.solutions {
  padding: 15px 15px 0 15px;
}
.solutions .type2 {
  width: 320px;
  margin-top: 15px;
}
.solutions .type2:first-of-type {
  padding-left: 0;
}
.solutions .type2 .img312x165 {
  width: 312px;
  height: 165px;
  margin-bottom: 10px;
}
.solutions .type2 > img:first-of-type {
  max-height: 30px;
}
.solutions .bloc-sep {
  margin: 10px 0;
  width: 100%;
}
.solutions .bloc-sep + img {
  width: 100%;
  margin-bottom: 10px;
}
/* bloc avis d'experts home patrimoine */
.avisdexperts {
  background: #f7f4e5;
  border-bottom: 1px solid #e8e7df;
  margin-bottom: 40px;
}
.avisdexperts .bloc-bas-sep-titre {
  background: #fff;
  border-bottom: 1px solid #e8e7df;
}
.avisdexperts .bloc-bas-sep-titre img {
  border-bottom: none;
}
.avisdexperts .bloc-bas-bloc-titre {
  width: 100%;
}
.avisdexperts .bloc-bas-bloc-titre .bloc-bas-titre {
  padding: 5px 0;
  display: inline-block;
}
.avisdexperts .bloc-bas-bloc-titre .bloc-bas-titre .partavec {
  font-size: 12px;
  padding-left: 15px;
}
.avisdexperts .type2 {
  width: 311px;
  margin-right: 14px;
}
.avisdexperts .type2 .bloctitreexperts {
  padding-left: 35px;
  font-family: 'ptsansnarrowbold', helvetica, arial, sans-serif;
  font-size: 14px;
  color: #b89d00;
  line-height: 1;
  text-transform: uppercase;
}
.avisdexperts .type2 .bloctitreexperts span {
  font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
  color: #181818;
  display: block;
  text-transform: none;
}
.avisdexperts .type2 .bloctitreexperts.notaire {
  background: url('../images/titreexperts-notaire.png') no-repeat left;
}
.avisdexperts .type2 .bloctitreexperts.fiscaliste {
  background: url('../images/titreexperts-fiscaliste.png') no-repeat left;
}
.avisdexperts .type2 .bloctitreexperts.gerant {
  background: url('../images/titreexperts-gerant.png') no-repeat left;
}
.avisdexperts .type2 a {
  color: #3a3a3a;
}
.avisdexperts .type2 img {
  margin-right: 1em;
}
.avisdexperts .type2 .img-photo img {
  width: auto;
}
.avisdexperts .type2 p {
  font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
  font-size: 16px;
}
.avisdexperts .type2 .titre-pos {
  margin-top: 5px;
}
.avisdexperts .type2 .titre-pos span {
  font-family: 'ptsansnarrowbold', helvetica, arial, sans-serif;
}
.avisdexperts .type2:first-of-type {
  margin-left: 15px;
}
