.cookie-info {
  background-color: #ccc;
  font-family: arial;
  font-size: 12px;
  color: #555;
  padding: 10px;
}
.cookie-plus {
  color: #1987DA;
}

/* FICHE SOCIETES */

.fiche-societes {
  /*background: url(../img/content-bg.png) repeat-x;*/
  padding-top: 8px;
}
@media print {
  .fiche-societes {
    padding-top: 0px;
  }
}
.fichetiers {
  background: url(../img/content-bg.png) repeat-x;
}

/* BOUTON REVENIR */
.bt-revenir-resulta {
  margin-top: 10px;
  width: 211px;
  max-height: 19px;
  padding: 11px 21px;
  background: #1987da;
  border-radius: 4px;
  cursor: pointer; 
  /*margin-bottom: 24px;*/
  margin-bottom: 10px;
}
  
.bt-revenir-resulta p {
    font-family: 'Gotham Book', Arial, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    text-indent: 10px;
}
@media print {
  .bt-revenir-resulta {
    display: none;
  }
}

.bt-revenir-resulta p img {
  margin-top: 2px;
}

/* BOUTON */

.button1, .fs-general-infos button {
  position: relative;
  outline: 0;
  border: 0;
  background: #eff1f2;
  font-family: 'Gotham Book', Arial, sans-serif;
  font-size: 14px;
  line-height: 39px;
  color: #484b4d;
  border-radius: 2px;
  box-shadow: 0px 1px 8px -5px #000 inset;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
  cursor: pointer;
}

/* HEADER */

.fs-header {
  width: 936px;
  background: #1987da;
  height: 80px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  margin-top: 24px;
  padding: 30px;
  padding-bottom: 0px;
}
@media print {
  .fs-header {
    margin-top: 0px;
  }
}

.fs-header h2 {
  color: #FFF;
  font-size: 26.13px;
  font-family: 'Gotham Medium', Arial, sans-serif;
  font-weight: normal;
}

.fs-header p {
  color: #FFF;
  font-size: 14;
  font-family: Arial;
  margin-top: 12px;
}

.fs-header button {
  margin-top: 8px;
  position: relative;
  width: auto;
  background: #fff;
  border-radius: 4px;
  color: #1987da;
  outline: 0;
  border: 0;
  font-family: 'Gotham Medium', Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: left;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 12px;
  cursor: pointer;
  float: left;
  margin-left: 6px;
  margin-top: 2px;
}

.fs-header button img {
  margin-top: 2px;
  margin-left: 10px;
}

.fs-header button.bt-last {
  background: none;
  padding: 0px;
  margin-top: 0px;
  float: left;
  margin-left: 4px;
  width: 38px;
}

/* CONTENU */

.fs-content-left {
  width: 280px; 
  margin-right: 18px;
}

.fs-content {
  background-color: #ffffff;
  width: 992px;
  float: left;
  border: 2px solid #d4d6d8;
  /*overflow: hidden;*/
  border-top: 0px;
  margin-bottom: 140px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding-bottom: 30px;
  position: relative;
}

.fs-content .bloc-onglets {
  padding: 10px 18px 10px 27px;
}


/* ONGLETS */

.fs-onglets {
  width: 100%;
  float: left;
  margin-top: 34px;
}

.fs-onglet {
  width: 940px;
  margin: auto;
  /*margin-top: 20px;*/
  margin-top: 10px;
  /*overflow: hidden;*/
}

@media print {
  .fiche-societes section.fs-content section.fs-onglets section.print {
    margin-bottom: 20px;
    display: block !important;
    position: relative;
    border-bottom: 2px solid gray;
    padding-bottom: 20px;
  }
}

.page-break {
  page-break-before: always;
}

.fs-general-infos {
  width: 690px;
  float: left;
}

.fs-general-infos button {
  width: 282px;
  margin-top: 20px;
  color: #4b4e50;
  text-align: left;
}


.fs-general-infos .content {
  width: 280px;
  margin-right: 18px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  background: #FFF;
  overflow: hidden;
}

.fs-general-infos .content a {
  float: left;
  font-size: 12px;
  color: #1987da;
  font-family: Arial
}

.fs-general-infos .item {
  height: 52px;
  padding-left: 20px;
  float: left;
  width: 94%;
  border-bottom: 1px solid #dee0e2;
  line-height: 50px;
}

.fs-general-infos .item span, .fs-general-infos .item p {
  font-weight: bold;
  font-size: 14px;
  color: #494c4e;
  font-family: Arial;
  float: left;
  margin-right: 3px;
}

.fs-general-infos .item a {
  font-size: 12px;
}

.fs-general-infos .item p {
  font-weight: normal;
  margin-top: 15px;
}

.fs-general-infos .item img {
  float: left;
  margin-right: 10px;
  margin-top: 14px;
}

.fs-general-infos .rsocial {
  border: none;
  height: 58px;
}

.fs-general-infos .rsocial a img {
  margin-top: 12px;
}

.fs-general-infos .rsocial a img.l4 {
  margin-right: 34px;
}

.fs-general-infos .rsocial a img.l5 {
  margin-right: 21px;
}

.fs-general-infos .organigramme {
  position: absolute;
  right: 71px;
  top: 10px;
}


  /* MAP */

.adresse-societe-maps {
  width: 379px;
  border: 1px solid #cccccc;
  overflow: hidden;
  height: 259px;
  position: relative;
}

.adresse-societe-maps .img-map {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.adresse-societe-maps .description-maps {
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  background: #FFF;
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding: 20px;
}

.adresse-societe-maps .description-maps img {
  margin-right: 14px;
}

.adresse-societe-maps .description-maps .description-text {
  width: 220px;
  float: left;
}

.adresse-societe-maps .description-maps .description-text p {
  font-size: 14px;
  font-family: Arial;
  color: #494c4e;
  line-height: 18px;
}

.adresse-societe-maps .description-maps .description-text p b {
  display: block;
  font-weight: bold;
}

.adresse-societe-maps .description-maps .description-text p span {
  color: #1987da;
}



/* EN BREF (QUALIFS) */

.fs-enbref {
  width: 679px;
  overflow: hidden;
}

.fs-enbref .fs-enbref-header {
  background: #1987da;
  height: 48px;
  font-size: 14px;
  color: white;
  text-indent: 20px;
  line-height: 48px;
  font-family: Arial;
  text-transform: uppercase;
  margin-top: 20px;
}

.fs-enbref .fs-enbref-content {
  width: 677px;
  float: left;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  border-top: 0px;
}

.fs-enbref .fs-enbref-content .fs-enbref-col {
  float: left;
  width: 224px;
  border-right: 1px solid #d9d9d9;
}

.fs-enbref .fs-enbref-content .fs-enbref-col.last {
  border-right: 0px;
  background: #f7f9fa;
  width: 226px;
}

.fs-enbref .fs-enbref-content .fs-enbref-col.last span {
  color: #484b4d;
}

.fs-enbref .fs-enbref-content .fs-enbref-row {
  height: 62px;
  width: 192px;
  margin: auto;
  font-family: Arial;
}

.fs-enbref .fs-enbref-content .fs-enbref-row.row-top {
  border-bottom: 1px solid #d9d9d9;
}

.fs-enbref .fs-enbref-content .fs-enbref-row p {
  color: #484b4d;
  margin-top: 12px;
  width: 100%;
  margin-bottom: 6px;
  float: left;
}

.fs-enbref .fs-enbref-content .fs-enbref-row span {
  font-weight: bold;
  color: #1987da;
}

/* OBSERVATION */

.fs-observations {
  width: 679px;
  margin-top: 30px;
}

.fs-observations .fs-observations-title {
  font-weight: bold;
  text-transform: uppercase;
  color: #1987da;
  margin-bottom: 10px;
}

.fs-observations .fs-observations-item {
  border-top: 1px solid #dee0e2;
  padding-top: 12px;
  margin-bottom: 20px;
  font-size: 12px;
}

.fs-observations .fs-observations-item span.date-obes {
  font-weight: bold;
  padding-bottom: 20px;
  display: block;
}

/* GROUPE FILIALE */

.fs-filiale {
  width: 225px;
}

.fs-filiale .fs-filiale-item {
  width: 99.5%;
  border: 1px solid #d9d9d9;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.fs-filiale .fs-filiale-item .title-liste-sidebar {
  height: 50px;
  width: 100%;
  background: #3d4143;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 46px;
  margin-bottom: 20px;
}

.fs-filiale .fs-filiale-item .content-liste-sidebar {
  margin-left: 10px;
}

/* classe spécifique print */
@media print {
  .fs-filiale .fs-filiale-item  section.print.content-liste-sidebar {
      max-height: 300px;
  }
}


.fs-filiale .fs-filiale-item .content-liste-sidebar ul {
  color: #494c4e;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 19px;
  list-style-type: disc;
  /*width: 200px;*/
  display: block;
  margin-left: 15px;
}

.fs-filiale .fs-filiale-item .content-liste-sidebar ul ul {
  font-size: 12px;
  text-transform: capitalize;
  margin-left: 11px;
}

.fs-filiale .fs-filiale-item .content-liste-sidebar ul ul ul {
  font-size: 11px;
  color: #a0a1a2;
}

.fs-filiale .fs-filiale-item h6 {
  color: #1987da;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: bold;
}

/* INVESTISSEMENT */

.investissement {
  width: 235px;
  padding-bottom: 40px;
}

.investissement.societe.single {
    width: 444px !important; 
}
.investissement .row .col1.single {
    width: 337px !important;
}

.investissement.annee {
  width: 444px;
}

.investissement.groupe {
  margin-right: 26px;
}

.investissement h6 {
  font-size: 14px;
  font-weight: bold;
  color: #494c4e;
  margin-bottom: 24px;
  font-family: Arial;
}

.investissement .row {
  width: 100%;
  border-bottom: 1px solid #ebeaeb;
  height: 29px;
  line-height: 29px;
  font-size: 12px;
  color: #494c4e;
  font-family: Arial;
}

.investissement .row .col1 {
  min-width: 110px;
  height: 100%;
  float: left;
  text-indent: 10px;
}

.investissement .row .col2, .investissement .row .col3 {
  width: 59px;
  height: 100%;
  border-left: 1px solid #FFF;
  float: left;
  text-align: right;
  text-indent: 10px;
}

.investissement .row.odd {
  background: #fbfbfc;
}

/* MARQUE */
.marque {
  font-size: 14px;
  font-family: Arial;
  margin-bottom: 22px;
  padding-bottom: 22px;
  overflow: hidden;
  width: 100%;
  clear:both;
}

.marque-secteur {
  width: 100%;
  margin-bottom: 26px;
  overflow: hidden;
}

.marque-secteur img.icone {
  width : 46px;
  height : 46px;
  float: left;
}

.marque-secteur h3 {
  width: 880px;
  background: #f5f5f5;
  height: 46px;
  float: left;
  margin-left: 10px;
  font-size: 19px;
  font-family: Arial;
  font-weight: bold;
  color: #a3a3a3;
  text-indent: 18px;
  line-height: 46px;
}

.marque .marque-content {
  border-bottom: 1px solid silver;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.marque .marque-content:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.marque .marque-content h6 {
  font-size: 16px;
  color: #1987da;
  font-family: Arial;
  font-weight: bold;
  margin-bottom: 15px;
}

.marque .marque-content h6 span {
  font-size: 12px;
  cursor : pointer;
}

.marque .marque-content p {
  float: left;
  clear: left;
  margin-bottom: 15px;
}

.marque .marque-content p.liste-contact {
  clear: right;
  margin-left: 5px;
}


.marque .marque-content span.contact {
  text-decoration: underline;
  cursor : pointer;
}

.marque .marque-content .cadena {
  background: url("../img/lock.png") no-repeat transparent center;
  width : 18px;
  height : 22px;
  float: left;
  margin-top: -5px;
  cursor : pointer;
}

.marque .marque-content .agences-info {
  padding-top : 0px;
}

.marque .marque-content .agences-info .agence {
  min-width: 350px;
  float: left;
}

.marque .marque-content .agences-info .agence-contacts{
  float : left;
}

.marque .marque-content .agences-info table {
  width : 100%;
  border : none;
}

.marque .marque-content .agences-info td.type {
  font-weight: bold;
  vertical-align: top;
  width:200px;
  padding:2px;
}

.marque .marque-content .agences-info td.nom {
  vertical-align: top;
  width:260px;
}

.marque .marque-content .agences-info td.contact {
  font-weight: bold;
  vertical-align: top;
  text-align: right;
  width:80px;
  padding:3px;
}

.marque .marque-content .agences-info td.nomContact {
  vertical-align: top;
  padding:3px;
}

.marque .marque-content .commentaire {
  position: absolute; 
  margin-left: 600px;
  font-size: 11px; 
  color: #a0a1a2;
  max-height: 80px;
  overflow-y: auto;
}

/* PITCH */

.fs-pitch-item {
  width: 452px;
  overflow: hidden;
  border-bottom: 1px solid #ebeaeb;
  margin-bottom: 40px;
  margin-left: 10px;}
  .fs-pitch-item h6 {
    font-weight: bold;
    color: #1987da;
    font-size: 16px;
    font-family: Gotham Bold;
    margin-bottom: 14px;
    margin-left: 16px; }
  .fs-pitch-item .row {
    padding-top: 14px;
    padding-bottom: 14px;
    overflow: hidden;
    border-top: 1px solid #ebeaeb; }
    .fs-pitch-item .row.odd {
      background: #fafafa; }
    .fs-pitch-item .row p {
      float: left;
      width: 250px;
      font-size: 12px; }
      .fs-pitch-item .row p.bold {
        font-weight: bold;
        width: 200px;
        text-indent: 16px; }
        .fs-pitch-item:nth-child(odd) {
          clear: both;
        }


