@charset "utf-8";
/* CSS Document */
/*MEDIA QUERIES*/
/*
@media (min-width: 576px) { ... } XS
@media (min-width: 768px) { ... } SM
@media (min-width: 992px) { ... } LG
@media (min-width: 1200px) { ... } XL

@media (max-width: 575.98px) { ... }
@media (max-width: 767.98px) { ... }
@media (max-width: 991.98px) { ... }
@media (max-width: 1199.98px) { ... }
*/
/*
bleu #00529f
vert #9bcf10

gris #586681
gris fonce #434b52
gris clair #d5d5d5
*/

@media (max-width: 767.98px) {
.mt-md-10 {
	margin-top: 10px;
}
.text-align-custom1 {
	text-align: center;
}
.text-align-custom {
	text-align: center;
}
.margin-top-custom {
	margin-top:0!important
}
}

@media (min-width: 768px) { 
.text-align-custom1 {
	text-align: right;
}
.text-align-custom {
	text-align: left;
}
.margin-top-custom {
	margin-top:30px!important
}
}


@media (max-width: 991.98px) {
.onglet_acquereur1 {
    background-color: #fff;
    padding: 10px 8px 6px 14px;
    font-size:20px;
	border-left: 4px solid #00529f;
	margin: 0;
}
.onglet_cedant1 a {
    padding: 10px 8px 52px 14px;
    font-size: 20px;
    color: #d5d5d5;
    display: block;
    letter-spacing: 0;
    background-color: #FFFFFF;
    text-decoration: none;
	margin: 0;
	border-left: 4px solid #d5d5d5;
}
.onglet_cedant1 a:hover {
    background-color: #FFFFFF;
    color: #9bcf10;
	border-left: 4px solid #9bcf10;
}
.mt-sm-5 {
	margin-top: 30px;
}
/*.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height:auto;
    background-color:#00529f;
    color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}*/
}



@media (min-width: 992px) {
.onglet_acquereur1 {
    background-color: #fff;
    padding: 10px 8px 6px 14px;
    font-size: 24px;
	border-left: 4px solid #00529f;
	margin: 0;
}
.onglet_cedant1 a {
    padding: 10px 8px 52px 14px;
    font-size: 24px;
    color: #d5d5d5;
    display: block;
    letter-spacing: 0;
    background-color: #FFFFFF;
    text-decoration: none;
	margin: 0;
	border-left: 4px solid #d5d5d5;
}
.onglet_cedant1 a:hover {
    background-color: #FFFFFF;
    color: #9bcf10;
	border-left: 4px solid #9bcf10;
}
/*.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color:#00529f;
    color: #FFFFFF;
	text-align: center;
	line-height: 60px;
}*/
}

html {
    height: 100%;
}

body {
  height: 100%;
  background-color:#f9f9f9;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-style: normal;
  color:#000;
}
 
body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color:#F9F9F9;
}
h3.titre_bleunew{
  font-family: 'Nunito', sans-serif;
  font-size: 24px;
  color: #00529f;
  display: block;
/*  text-transform: uppercase;*/
  margin-top:0;
}

#wrap {
	min-height: calc(100% - 61px) ;/**/
	height: auto !important;
	height: 100%;
	margin: 0 auto/* -60px*/;
}
#push {
    height: 60px;
      }

h3.titre_bleunew_auth{
  font-family: 'Nunito', sans-serif;
  font-size: 24px;
  color: #586681;
  display: block;
/*  text-transform: uppercase;*/
  margin-top:0;
}
h3.titre_vert{
  font-family: 'Nunito', sans-serif;
  font-size: 26px;
  color: #648718;
  display: block;
/*  text-transform: uppercase;*/
  margin-top:0;
}
.bleu{
  color: #00529f;
}

.titre_bloc{
	color:#666666;
	font-weight:600;
/*	text-transform:uppercase;*/
}
.orange{
	color:#FF6600;
}
.orange30{
	font-size:30px;
	color:#E67308;
}
.gris30{
	font-size:30px;
	color:#666666;
}

.titre_bloc_blanc{
	color:#FFFFFF;
	font-weight:600;
/*	text-transform:uppercase;*/
}
.font_600{
	font-weight: 600;
	}
.font_12{
	font-size:1.2em;
	}
.font_14{
	font-size:1.4em;
	}
.font_16{
	font-size:1.6em;
	}
.bck-gris{
  background-color:#F1F1F1;
	}
.bck-gris-clair{
  background-color:#FAFAFA;
	}
.bck_bleuclair_partenaire{
  background-color:#D0D7E1;
	}
.btn-bleu,.btn-bleu:focus{
  background-color:#00529f !important;
  border-color:#00529f;
  color:#fff;
	} 
.btn-bleu:hover{
  background-color:#9bcf10 !important;
  border-color:#9bcf10;
  color:#fff;
	}
.btn-fonds,.btn-fonds:focus{
  background-color:#9D00C8 !important;
  border-color:#9D00C8;
  color:#fff;
	}
.btn-fonds:hover{
  background-color:#a927cd !important;
  border-color:#a927cd;
  color:#fff;
	}
.form-group>label{
	font-size:1.1em;
}
.margin_left_15{
	margin-left:15px;
}
.fa-caret-down-orange, .fa-caret-right-orange {
	color:#f78f1e;
}
.fa-caret-down-mauve {
	color:#9D00C8;
}
.div_fil_actu {
 	margin-left:-15px;
 	margin-bottom:10px;
}
.titre_fil_actu {
	margin-top:6px;
}
.titre_buzz_fil_actu {
	padding-top:6px;
}
.div_en_direct {
	margin-left:-15px;
	margin-bottom:10px;
}
.titre_en_direct {
	margin-bottom:10px;
	margin-top:6px;
}
.retour_ligne{
	line-height: 0.2em;
	}
.retour_ligne_header{
	line-height: 0.2em;
	}
.table.resumannonce>thead>tr>th, .table.resumannonce>tbody>tr>th, .table.resumannonce>tfoot>tr>th, .table.resumannonce>thead>tr>td, .table.resumannonce>tbody>tr>td, .table.resumannonce>tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top:0;
}
table col[class*=col-] {
    position: static;
    display: table-column;
    float: left;
}

.pave_cession_actifs {
	background-color:#00529f;
	padding:2px;
	color:#FFF;
	width:94px;
	margin-left:60px;
	text-align:center;
	font-size:0.8em;
}

.pave_newsletter {
	margin-left:-15px;
	margin-bottom:10px;
}
.titre_newsletter {
	margin-bottom:10px;
	margin-top:6px;
	color:#FFF;
}
.texte_newsletter {
	margin-top:6px;
	margin-bottom:6px;
}
.avec {
	color:#666;
	font-size:0.7em;
}
.link_partenaire {
	color:#00529f;
}
.link_partenaire:hover {
	color:#9bcf10;
	text-decoration:none;
}
.link_partenaire-a {
	color:#6D8922;
}
.link_partenaire-a:hover {
	color:#849c44;
	text-decoration:none;
}
.link_partenaire-orange {
	color:#E67308;
}
.link_partenaire-orange:hover {
	color:#e8903f;
	text-decoration:none;
}





.table-row .pave_cession {
	background-color:#00529f;
	padding:2px;
	color:#FFF;
	width:84px;
	text-align:center;
	font-size:0.8em;
}
.table-row:hover .pave_cession {
	background-color:#9bcf10;
	padding:2px;
	color:#FFF;
	width:84px;
	text-align:center;
	font-size:0.8em;
}
.table-row .pave_acquisition {
	background-color:transparent;
	padding:2px;
	color:#00529f;
	width:84px;
	text-align:center;
	font-size:0.8em;
	border: 1px solid #00529f;
}
.table-row:hover .pave_acquisition {
	background-color:#9bcf10;
	padding:2px;
	color:#FFFFFF;
	width:84px;
	text-align:center;
	font-size:0.8em;
	border: 1px solid #9bcf10;
}
.table-row{
	cursor:pointer;
	color:#00529f;
}
.table-row:hover{
	cursor:pointer;
	color:#9bcf10;
}




.fil_actu > tr > a {
	color:#00529f;
}
.fil_actu > tr > a:hover {
	color:#9bcf10;
	text-decoration:none;
}
.bloc_centre_vertical {
	line-height:1.2;
	display:inline-block;
	vertical-align:middle;
	text-align:left; /* on rétablit l'alignement du texte */ 
}
.line_h_custom {
	line-height:7;
}









@media (min-width: 471px) {
.div_newsletter {
	background-color:#00529f;
	color:#FFF;
	margin-bottom:30px;
	}
.footer .social-nav:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    background: #919698;
    top: 20px;
    bottom: 20px;
}
}
@media (max-width: 470px) {
	.div_newsletter {
	background-color:#00529f;
	color:#FFF;
	}
	.footer .social-nav:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    background: #919698;
    top: 20px;
    bottom: 20px;}
	  .mot_recherche{
    padding-left:15px;
  }

  .onglet_recheche_standard_acq{
	background-color:#FFFFFF;
	padding:16px 16px 16px 30px;
	font-size:20px;
	font-family: 'Nunito', sans-serif;
	border-top:2px solid #00529f;
	border-right:0;
}
.dropdown-menu > li > a {
  font-size: 13px;
  padding-left: 25px;
  padding-right: 11px;
  margin-bottom: 1px;
  margin-top: 1px;
  text-align:left;
}
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align:left;
  }
  .bloc_border {
 	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	}	
  .navbar-custom .navbar-nav>li>a.portail{
	padding:70px 0 0 0;
	margin:0;
}

.navbar-right .dropdown-menu {
    right:auto;
    left:0;
	}
.navbar-nav.navbar-right:last-child {
    margin-right: -15px;
    margin-bottom: -15px;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
}
.apercu_recherche{
	font-size:16px;
	color:#4B7389;
}
.mot_recherche{
	margin-top:8px;
	padding:0 0 0 0;
}
.bloc_fond{
	color:#003366;
}
.label_type_annonce{
	margin-top:6px;
	margin-left:-15px;
	font-size:1.1em;
}
.label_type_annonce2{
	margin-top:6px;
	margin-left:15px;
	font-size:1.1em;
}
.encadre {
	background-color:#FAFAFA;
	border:#f78f1e 1px solid;
}
.encadre_cession {
	background-color:#586681;
	color:#FFF;
	padding:2px;
	size:0.8;
	width:146px;
	text-align:center;
 }
 .encadre_acquisition {
	background-color:#FFFFFF;
	color:#586681;
	padding:2px;
	size:0.76em;
	width:170px;
	text-align:center;
	border: 1px solid #586681;
 }
 .encadre_orange {
	background-color:#E67308;
	color:#FFF;
	padding:2px;
	font-size: 12px;
    float: right;
	size:0.6em;
	width:130px;
	text-align:center;
 }
.btn-yellow, .btn-yellow:focus {
    background-color: #00529f !important;
    border-color: #00529f;
    color: #fff;
}
.btn-yellow:hover,
.open .btn-yellow.dropdown-toggle {
  background-color: #5c7a91 !important;
  border-color: #5c7a91;
  color: #fff;
}
.btn-yellow2, .btn-yellow2:focus {
    background-color: #6D8922 !important;
    border-color: #6D8922;
    color: #fff;
}
.btn-yellow2:hover,
.open .btn-yellow2.dropdown-toggle {
  background-color: #809a39 !important;
  border-color: #809a39;
  color: #fff;
}
.btn-ope, .btn-ope:focus {
    background-color: #FFFFFF !important;
    border:1px solid #00529f;
    color: #000000;
}
.btn-ope:hover, .open .btn-ope.dropdown-toggle {
  background-color: #9bcf10 !important;
  border-color: #9bcf10;
  color: #fff;
}

.panel-default {
    border:none;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top:none;
}
.titre_fonds {
	font-size:16px;
	font-weight:600;
}

.onglet_fonds{
	background-color:#F1F1F1;
	border-top:#CCC 1px solid;
	border-right:#CCC 1px solid;
	font-size:14px;
}
.onglet_fonds_gauche{
	background-color:#F1F1F1;
	border-top:#CCC 1px solid;
	border-left:#CCC 1px solid;
	font-size:14px;
}
.onglet_fonds_actif{
	background-color:#FFFFFF;
	border-top:#CCC 1px solid;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
	font-size:14px;
}
.bloc_fond:hover{
	color: #06C;
	text-decoration:none;
}
.fond_blanc {
  background-color: #FFFFFF;
}
.margin_oba {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin_oba_orange {
  margin-top:30px;
  margin-bottom: 15px;
}
.margin_top {
  margin-top: 30px;
}
.margin_bottom {
  margin-bottom:10px;
}
.padding_oba {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padding_top {
  padding-bottom: 15px;
}
.padding_bottom {
  padding-bottom: 15px;
}

.slogan {
  color: #666666;
  font-size: 0.86em;
  line-height: 0.9;
}
.soustitre {
  color: #666666;
  padding-top: 6px;
  padding-bottom: 6px;
}
.soustitre a {
  color: #698c9f;
}
.soustitre a:hover {
  color: #003366;
  text-decoration: none;
}
.soustitre_bleu a {
  color: #003366;
}
.soustitre_bleu a:hover {
  color: #164575;
  text-decoration: none;
}
.gris {
  color: #d5d5d5;
}
.gris:hover {
  color: #9bcf10;
  text-decoration: none;
}
a.preheader{
  color:#003366;
}
a:hover.preheader{
  color:#14477b;
  text-decoration:none;
}
a.cat-accueil {
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration:none;
}
a.inscrivez {
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration:none;
}
.padding_right{
  padding-right:30px;
}
.padding-right-10{
  padding-right:10px;
}
.padding-right-20{
  padding-right:20px;
}
.cat_ann_cession a {
    padding: 12px;
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    color: #fff;
    display: block;
    letter-spacing: 0;
    background: #698c9f;
}
.cat_ann_cession a:hover {
	background:#E67308;
	text-decoration:none;
}
.onglet_recheche_standard_only_ces{
	background-color:#FFFFFF;
	padding:16px 16px 16px 30px;
	font-size:24px;
	font-family: 'Nunito', sans-serif;
}
.onglet_recheche_standard_ces{
	background-color:#FFFFFF;
	padding:16px 16px 16px 30px;
	font-size:20px;
	font-family: 'Nunito', sans-serif;
	border-top:2px solid #00529f;
	border-right:2px solid #00529f;
}
.onglet_recheche_standard_ces2{
	background-color:#FFFFFF;
	padding-left:0;
	padding-right:0;
	font-size:20px;
	font-family: 'Nunito', sans-serif;
	border-bottom:2px solid #00529f;
	border-right:2px solid #00529f;
}
.onglet_recheche_standard_acq2{
	background-color:#FFFFFF;
	padding-left:0;
	padding-right:0;
	font-size:24px;
	font-family: 'Nunito', sans-serif;
	border-bottom:2px solid #6D8922;
	border-right:2px solid #6D8922;
}
.onglet_recheche_standard_acq{
	background-color:#FFFFFF;
	padding:16px 16px 16px 30px;
	font-size:24px;
	font-family: 'Nunito', sans-serif;
	border-top:2px solid #6D8922;
	border-right:2px solid #6D8922;
}
.onglet_recheche_avancee_ces{
	background-color:#F1F1F1;
	padding-left:0;
	padding-right:0;
	font-family: 'Nunito', sans-serif;
	color:#666;
	border-bottom:2px solid #00529f;
}
.onglet_recheche_avancee_ces2{
	background-color:#FFFFFF;
	padding:16px 16px 16px 30px;
	font-family: 'Nunito', sans-serif;
	color:#666;
	font-size:24px;
	border-top:2px solid #00529f;
}
.onglet_recheche_avancee_acq2{
	background-color:#FFFFFF;
	padding:16px 16px 16px 30px;
	font-family: 'Nunito', sans-serif;
	color:#666;
	font-size:24px;
	border-top:2px solid #6D8922;
}
.onglet_recheche_avancee_acq{
	background-color:#F1F1F1;
	padding-left:0;
	padding-right:0;
	font-family: 'Nunito', sans-serif;
	color:#666;
	border-bottom:2px solid #6D8922;
}

.onglet_recheche_avancee_ces a{
	padding:16px 16px 16px 30px;
	font-family: 'Nunito', sans-serif;
    font-size: 20px;
    color: #666;
    display: block;
    letter-spacing: 0;
    background: #F1F1F1;
	text-decoration:none;
}
.onglet_recheche_standard_ces2 a{
	padding:16px 16px 16px 30px;
	font-family: 'Nunito', sans-serif;
    font-size: 20px;
    color: #666;
    display: block;
    letter-spacing: 0;
    background: #F1F1F1;
	text-decoration:none;
}
.onglet_recheche_standard_acq2 a{
	padding:16px 16px 16px 30px;
	font-family: 'Nunito', sans-serif;
    font-size: 24px;
    color: #666;
    display: block;
    letter-spacing: 0;
    background: #F1F1F1;
	text-decoration:none;
}
.onglet_recheche_avancee_acq a{
	padding:16px 16px 16px 30px;
	font-family: 'Nunito', sans-serif;
    font-size: 24px;
    color: #666;
    display: block;
    letter-spacing: 0;
    background: #F1F1F1;
	text-decoration:none;
}

.onglet_recheche_standard_ces a:hover{
	background-color:#00529f;
	color:#FFFFFF;
}
.onglet_recheche_standard_ces2 a:hover{
	background-color:#00529f;
	color:#FFFFFF;
}
.onglet_recheche_standard_acq2 a:hover{
	background-color:#6D8922;
	color:#FFFFFF;
}
.onglet_recheche_standard_acq a:hover{
	background-color:#6D8922;
	color:#FFFFFF;
}
.onglet_recheche_avancee_ces a:hover{
	background-color:#00529f;
	color:#FFFFFF;
}
.onglet_recheche_avancee_acq a:hover{
	background-color:#6D8922;
	color:#FFFFFF;
}

.onglet_annonce_actif{
    padding:6px;
	font-size: 18px;
	color:#00529f;
	display: block;
    letter-spacing: 0;
}
.onglet_annonce, .onglet_annonce_contact, .onglet_annonce_actif{
    padding:0 0 6px 0;
	text-align:center;
}
.onglet_annonce a {
    padding:6px;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    color: #fff;
    display: block;
    letter-spacing: 0;
    background: #698c9f;
	width:100%;
}
.onglet_annonce a:hover {
	background: #666666;
	text-decoration:none;
}
.onglet_annonce_contact a {
    padding:6px;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    color: #fff;
    display: block;
    letter-spacing: 0;
    background: #E67308;
	width:100%;
}
.onglet_annonce_contact a:hover {
	background: #e78427;
	text-decoration:none;
}
.inscrivez-vous {
  background-color: #003366;
  color:#FFFFFF;
  height:36px;
  margin-bottom:5px;
  padding-top:5px;
  padding-bottom:1px;
  padding-left:15px;
}
.inscrivez-vous:hover {
  background-color: #3a6289;
  color:#FFFFFF;
  text-decoration:none;
}
.padding-zero {
    padding:0;
}
.padding_top13 {
	padding-top:13px;
}
.padding_top10 {
	padding-top:10px;
}
.padding_bottom5 {
	padding-bottom:5px;
}
.padding_top5 {
	padding-top:5px;
}
.padding_top15 {
	padding-top:15px;
}
.padding_bottom15 {
	padding-bottom:15px;
}
.padding_left15 {
	padding-left:15px;
}
.padding_left25 {
	padding-left:25px;
}
.margin_top15 {
	margin-top:15px;
}
.margin_bottom5 {
	margin-bottom:5px;
}
.margin_bottom15 {
	margin-bottom:15px;
}
.margin_top30 {
	margin-top:30px;
}
.margin_top1 {
	margin-top:1px;
}
.margin_bottom30 {
	margin-bottom:30px;
}
.float_left {
	float:left;
}
.retour {
	padding-top:4px;
	padding-left:30px;
}
.fontawesome {
	padding-top:4px;
	padding-left:10px;
	font-size:0.8em;
}
.f1f1f1 {
	background-color:#F1F1F1;
}
.texte_th_tableau {
	position:relative;
	top:-4px;
	}

.carre_1 {
  background-color:#5f8193;
  float:left;
  height:36px;
  width:36px;
}
.carre_2 {
  background-color:#6d8922;
  float:left;
  height:36px;
  width:36px;
}
.carre_3 {
  background-color:#204b76;
  float:left;
  height:36px;
  width:36px;
}
.carre_4 {
  background-color:#a50f1d;
  float:left;
  height:36px;
  width:36px;
}
.acquereur {
  background-color: #FFFFFF;
  color:#5f8193;
  height:36px;
  margin-bottom:5px;
  padding-top:5px;
  padding-bottom:1px;
  margin-left:36px;
  padding-left:15px;
}
.acquereur:hover {
  background-color:#5f8193;
  color:#FFFFFF;
  text-decoration:none;
}
.cedant {
  background-color:#FFFFFF;
  color:#6d8922;
  height:36px;
  margin-bottom:5px;
  padding-top:5px;
  padding-bottom:1px;
  margin-left:36px;
  padding-left:15px;
}
.cedant:hover {
  background-color:#6d8922;
  color:#FFFFFF;
  text-decoration:none;
}
.expert {
  background-color: #FFFFFF;
  color:#204b76;
  height:36px;
  margin-bottom:5px;
  padding-top:5px;
  padding-bottom:1px;
  margin-left:36px;
  padding-left:15px;
}
.expert:hover {
  background-color: #204b76;
  color:#FFFFFF;
  text-decoration:none;
}
.investisseur {
  background-color:#FFFFFF;
  color:#a50f1d;
  height:36px;
  margin-bottom:5px;
  padding-top:5px;
  padding-bottom:1px;
  margin-left:36px;
  padding-left:15px;
}
.investisseur:hover {
  background-color:#a50f1d;
  color:#FFFFFF;
  text-decoration:none;
}

div .ongletMobile {
	border-bottom:1px solid #CCC;
}
div .ongletMobile a {
	padding: 10px 20px 8px 20px;
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
	line-height: 0.96em;
	color: #fff;
	display: block;
	background: #9D00C8;
	text-align: left;
	text-decoration: none;
	margin-bottom: 1px;
}
div .ongletMobile a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #b74ad5;
}
div .ongletMobileActive a {
	padding: 10px 20px 8px 20px;
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
	line-height: 0.96em;
	color: #FFF;
	display: block;
	background: #999;
	text-align: left;
	text-decoration: none;
}
div .ongletMobileActiveContact a {
	text-decoration: none;
	color: #FFFFFF;
	background: #384e24;
	text-align:left;
}
div .ongletcontacter a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #384e24;
}
div .ongletcontacterMobile a {
	padding: 10px 20px 8px 20px;
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
	line-height: 0.96em;
	color: #fff;
	display: block;
	background: #6d8922;
	text-align: left;
	text-decoration: none;
}
div .ongletcontacterMobile a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #384e24;
}
div .ongletcontacter_actif a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #384e24;
}
.accordion-toggle2.collapsed:after {
    content: "\f138";
    margin-right: 5px;
}
.accordion-toggle2:after {
    font-family: 'fontawesome';
    content: "\f13a";
    float: left;
    color: white;
    font-size:22px;
    margin-right: 5px;

}
.list-group{
	margin-bottom:20px; 
	padding-left:0;
	padding-right:19px;
	margin-left:0;
	margin-right:0px;
}
.list-group2{
	margin-top:20px; 
	margin-bottom:20px; 
	padding-left:15px;
	padding-right:15px;
	margin-left:0;
	margin-right:0px;
}
.list-group3{
	margin-top:10px; 
	margin-bottom:5px; 
	padding-left:15px;
	padding-right:15px;
	margin-right:0px;
}
.list-group-item, .list-group-item2 {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #FFF;
    border: 1px solid #ddd;
	color:#333333;
}
a.list-group-item {
    color: #00529f;
	font-size:0.9em;
}
a.list-group-item:hover {
    color: #9bcf10;
	font-size:0.9em;
	text-decoration: none;
}
a.list-group-item.active, .list-group>.active {
    background-color: #00529f;
	color:#FFF;
	font-size:14px;
	border-color: #00529f;
}
a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #9bcf10;
	color:#FFF;
	font-size:14px;
	border-color: #9bcf10;
}
a.list-group-item2.active, .list-group>.active {
    background-color: #00529f;
	color:#FFF;
	font-size:14px;
	border-color: #00529f;
}
a.list-group-item2.active:hover, a.list-group-item2.active:focus {
    background-color: #9bcf10;
	color:#FFF;
	font-size:14px;
	border-color: #9bcf10;
}
.list-group>.active:hover {
    background-color: #5C7A91;
	color:#FFF;	
}
.list-group-custom{
	margin-bottom:20px; 
	padding-left:0;
	padding-right:19px;
	margin-left:0;
	margin-right:0px;
}
.list-group-item-custom {
	text-align:right;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
 background-color: #FFF;
    border: 1px solid #ddd;
	font-size:0.9em;
}
.list-group-item-noborder{
	text-align:right;
    position: relative;
    display: block;
    padding:6px;
    margin-bottom: -1px;
    border:0;
	font-size:0.9em;
}
.list-group-item-noborder-left-titre{
	text-align:left;
    position: relative;
    display: block;
    padding:6px 6px 6px 20px;
    margin-bottom: -1px;
    border:0;
	font-weight:bold;
}
.list-group-item-noborder-left{
	text-align:left;
    position: relative;
    display: block;
    padding:6px 6px 6px 25px;
    margin-bottom: -1px;
    border:0;

}
.list-group-item-custom:hover {
  color: #9bcf10;
  text-decoration: none;
}
.list-group-item-noborder:hover {
  color: #003366;
  text-decoration: none;
}
.bloc2 {
	margin-left:10px;
	margin-right:-20px;
}
.bloc3 {
	margin-left:30px;
	margin-right:-40px;
}
h1 {
  font-size: 34px;
}
H1.titre_annonce_cession {
  color: #698c9f;
  font-family: 'Nunito', sans-serif;
  font-size: 30px;
  padding-bottom: 4px;
  font-weight: normal;
}
h1.titre_annu_fonds {
  color: #9D00C8;
  font-family: 'Nunito', sans-serif;
  font-size: 30px;
  padding-bottom: 4px;
  font-weight: normal;
}
.t_detail_annonce_head_blanc {
  font-family: 'Nunito', sans-serif;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.fs11{
	font-size:1.1em;
	font-weight: 700;
}
/*input[type="radio"] {
  display: none;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] ~ .text::before, input[type="radio"] ~ .text::before {
    font-family: fontAwesome;
    font-weight: bold;
    font-size: 13px;
    color: rgb(120, 120, 120);
    content: " ";
    background-color: rgb(250, 250, 250);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 18px;
    line-height: 16px;
    min-width: 18px;
    margin-right: 5px;
    margin-bottom: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(200, 200, 200);
    border-image: initial;
    border-radius: 0px;
    transition: all 0.3s ease 0s;
}

input[type="checkbox"]:checked ~ .text::before, input[type="radio"]:checked ~ .text::before {
    display: inline-block;
    content: "";
    background-color: rgb(245, 248, 252);
    border-color: rgb(51, 51, 51);
}*/




.raisons {
  padding-left: 20px;
  border-bottom: #CCC 1px dashed;
  padding-bottom: 10px;
}
.btn_raisons a {
  width: 220px;
  padding: 8px 10px 7px 10px;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  background: #12598F;
  display: inline-block;
}
.btn_raisons a:hover {
  background: #3674a3;
  text-decoration: none;
}



@media (max-width: 768px) {
.logo_fonds {
	margin:0 auto;
}
.retour_ligne_header{
	display:none;
	}
.retour_ligne{
	display:none;
	}
.bloc2 {
	margin-left:0;
	margin-right:0;
}
.bloc3 {
	margin-left:0;
	margin-right:0;
}
.list-group{
	margin-bottom:20px; 
	padding-left:0;
	padding-right:0;
	margin-left:0;
	margin-right:0px;
}
.list-group2{
	margin-top:0;
	margin-bottom:0; 
	padding-left:15px;
	padding-right:15px;
	margin-left:0;
	margin-right:0;
}
.list-group3{
	margin-top:0;
	margin-bottom:0; 
	padding-left:15px;
	padding-right:15px;
	margin-right:0;
}
}

@media (max-width: 990px) {
.padding-custom {
	padding:0 !important
}
    .blocs_identif {
    border:1px #CCC solid;
    background-color:#FAFAFA;
	margin-bottom:15px;
	height:100%;
  }
.link_partenaire .font_14 {
	font-size:0.9em;
}
.nav>li>a {padding:29px 14px;}
}

@media (min-width: 767px) {
  .blocs_identif {
    border:1px #CCC solid;
    background-color:#FAFAFA;
	margin-bottom:15px;
	height:475px;
}
    .deux_boutons {
        text-align:right;
    }
.hauteur {
  height:220px;
  }
  .hauteur1 {
  height:60px;
  }
  .hauteur2 {
  height:220px;
  }
  .logo_fonds {
	float: right !important;
}
}

@media (min-width: 767px) and (max-width: 990px) {
.hauteur {
  height:260px;
  }
  .hauteur2 {
  height:240px;
  }
  .font_12 {
	  /*font-size:0.9em;*/
	  margin-top:30px;
}
.line_h_custom {
	line-height:3;
}
}

@media (min-width: 991px) and (max-width: 1200px) {
.line_h_custom {line-height:6;}
.nav>li>a {padding:29px 14px;}
}

@media (min-width: 991px) {
.padding-custom {padding-right:15px; padding-left:0 !important}
.hauteur {height:240px;}
.hauteur2 {height:210px;}
}





/*ANNONCES PARTENAIRES */
.titre_orange {
  font-family:  'Nunito', sans-serif;
  font-size: 26px;
  font-weight:600;
  text-transform: uppercase;
  margin-bottom: 0px;
  height: auto;
  color:#ff6600;
}
.titre_bleu {
  font-family:  'Nunito', sans-serif;
  font-size: 26px;
  font-weight:600;
  text-transform: uppercase;
  margin-bottom: 0px;
  height: auto;
  color:#586681;
}
.titre_vert {
  font-family:  'Nunito', sans-serif;
  font-size: 26px;
  font-weight:500;
  text-transform: uppercase;
  margin-bottom: 0px;
  height: auto;
  color:#9bcf10;
}
.titre_orange_24 {
  font-family:  'Nunito', sans-serif;
  font-size: 24px;
  font-weight:600;
  text-transform: uppercase;
  margin-bottom: 0px;
  height: auto;
  color:#E67308;
}
.sous_titre_rouge {
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  margin-bottom: 0px;
  height: auto;
  color:#e32304;
}
.sous_titre_orange {
  font-family: 'Nunito', sans-serif;
  font-size: 22px;
  margin-bottom: 0px;
  height: auto;
  color:#E67308;
}
.sous_texte_orange {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  margin-bottom: 0px;
  height: auto;
  color:#E67308;
}
.sous_titre_vert {
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  margin-bottom: 0px;
  height: auto;
  color:#61980b;
}
.texte_rouge {
  font-family: 'Nunito', sans-serif;
  margin-bottom: 0px;
  font-size: 1.1em;
  height: auto;
  color:#e32304;
}
.titre_ann_cession {
  font-family: 'Nunito', sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 0px;
  height: auto;
  color:#4B7389;
}
.soustitre_ann_cession {
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0px;
  height: auto;
  color:#4B7389;
}
.titre_ann_acquisition {
  font-family: 'Nunito', sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 0px;
  height: auto;
  color:#6D8922;
}
.soustitre_ann_acquisition {
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0px;
  height: auto;
  color:#6D8922;
}
.soustitre_gris {
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  margin-bottom: 0px;
  height: auto;
  color:#666666;
}
.no-margin {
	margin:0;
}
.no-margin-horiz {
	margin-left:0;
	margin-right:0;
}
.no-padding {
	padding:0;
}
.no-padding-horiz {
	padding-left:0;
	padding-right:0;
}
.titre_page_partenaire {
   font-family:  'Nunito', sans-serif;
  font-size: 28px;
  font-weight:600;	
	}
.btn-cession{
  background-color:#4B7389 !important;
  border-color:#4B7389;
  color:#fff;
	}
.btn-cession,.btn-cession:focus{
  background-color:#4B7389 !important;
  border-color:#4B7389;
  color:#fff;
	}
.btn-cession:hover{
  background-color:#63879b !important;
  border-color:#63879b;
  color:#fff;
	}
.btn-acquisition,.btn-acquisition:focus{
  background-color:#6D8922 !important;
  border-color:#6D8922;
  color:#fff;
	}
.btn-acquisition{
  background-color:#6D8922 !important;
  border-color:#6D8922;
  color:#fff;
	}
.btn-acquisition:hover{
  background-color:#809a39 !important;
  border-color:#809a39;
  color:#fff;
	}
.btn-gris,.btn-gris:focus{
  background-color:#7A7A7A !important;
  border-color:#7A7A7A;
  color:#fff;
	}
.btn-gris{
  background-color:#7A7A7A !important;
  border-color:#7A7A7A;
  color:#fff;
	}
.btn-gris:hover{
  background-color:#8F8F8F !important;
  border-color:#8F8F8F;
  color:#fff;
	}
.btn-orange,.btn-orange:focus{
  background-color:#ff6600 !important;
  border-color:#ff6600 ;
  color:#fff;
	}
.btn-orange:hover{
  background-color:#ff8635 !important;
  border-color:#ff8635;
  color:#fff;
	}
.table thead > tr > th{
	background-color:#586681;
	color:#FFF;
	}
.table thead > tr > th.vert{
	background-color:#9bcf10;
	color:#FFF;
	}
.table_cession a {
	color:#00529f;
	}
.table_cession a:hover {
	color:#9bcf10;
	text-decoration: none;
	}
.table_cession > th > a.white, .table_cession th a.white {
	color:#FFFFFF;
	}
.table_cession > th > a.white:hover{
	color:#9bcf10;
	text-decoration: none;
	}
.white_active, .tri-active {
	color:#9bcf10;
	text-decoration: none;
	}
.table_acquisition a {
	color:#00529f;
	}
.table_acquisition a:hover {
	color:#9bcf10;
	}
.nav-pills>li>a,
.nav-pills>li>a:focus{
	color:#666666;
	background-color:#F1F1F1;
	padding-top:5px;
	padding-bottom:5px;
	}
.nav-pills>li>a:hover{
	color:#fff;
	background-color:#999999;
	}	
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus{
	color:#fff;
	background-color:#777777;
	}
.nav-pills>li.active>a:hover{
	color:#fff;
	background-color:#999999;
	}
.nav-pills>li>a.compte,
.nav-pills>li>a.compte:focus{
	color: #F90;
	background-color:#F1F1F1;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:700;
	}	
.nav-pills>li>a.compte:hover{
	color:#fff;
	background-color:#F90;
	}
.bloc_profil {
	background-color:#FFFFFF;
	color:#666666;
	text-decoration:none;
	display:block;
	}
.bloc_profil:hover{
	background-color:#FAFAFA;
	text-decoration:none;
	color:#333333;
	}

.top_cession {
	padding:6px 0 6px 0;
	font-size:15px;
	color:#fff;
	display:block;
	margin-bottom:1px;
	letter-spacing:0;
	background:#4B7389;
	line-height:1.2;
}

.top_cession:hover{
	background:#698c9f;
	text-decoration:none;
	color:#fff;
	}
	
.top_cession_active {
	font-size:15px;
	color:#4B7389;
	display:block;
	margin-bottom:1px;
	letter-spacing:0;
	padding:6px 0 6px 0;
	background:#FFFFFF;
	border-top:1px solid #CCCCCC;
	line-height:1.2;
}
.top_cession_orange {
	font-size:15px;
	color:#FFFFFF;
	display:block;
	margin-bottom:1px;
	letter-spacing:0;
	background:#F60;
	padding:6px 0 6px 0;
	line-height:1.2;
}
.top_cession_orange:hover {
	background-color:#fd7b24;
	text-decoration:none;
	color:#FFF;
	}
.top_cession_orange_active {
	font-size:15px;
	color:#F60;
	display:block;
	margin-bottom:1px;
	letter-spacing:0;
	padding:6px 0 6px 0;
	background:#FFFFFF;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	line-height:1.2;
}

.top_cession_active_left {
	font-size:15px;
	color:#4B7389;
	display:block;
	margin-bottom:1px;
	padding:6px 0 6px 0;
	letter-spacing:0;
	background:#FFFFFF;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	line-height:1.2;
}
.top_cession_active:hover, .top_cession_active_left:hover, .top_annu_fonds_active_left:hover, .top_annu_fonds_active:hover, .top_annu_fonds_active_right:hover   {
	text-decoration:none;
	}
	
.top_annu_fonds {
	padding:6px 0 6px 0;
	font-size:15px;
	color:#fff;
	display:block;
	margin-bottom:1px;
	letter-spacing:0;
	background:#9D00C8;
	line-height:1.2;
}

.top_annu_fonds:hover{
	background:#a222c9;
	text-decoration:none;
	color:#fff;
	}
.top_annu_fonds_active {
	font-size:15px;
	color:#9D00C8;
	display:block;
	margin-bottom:1px;
	padding:6px 0 6px 0;
	letter-spacing:0;
	background:#FFFFFF;
	border-top:1px solid #CCCCCC;
	line-height:1.2;
	text-decoration:none;
}
.top_annu_fonds_active_left {
	font-size:15px;
	color:#9D00C8;
	display:block;
	margin-bottom:1px;
	padding:6px 0 6px 0;
	letter-spacing:0;
	background:#FFFFFF;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	line-height:1.2;
	text-decoration:none;
}
.top_annu_fonds_active_right {
	font-size:15px;
	color:#9D00C8;
	display:block;
	margin-bottom:1px;
	padding:6px 0 6px 0;
	letter-spacing:0;
	background:#FFFFFF;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	line-height:1.2;
	text-decoration:none;
}
.color_fond_invest {
	color:#9D00C8;
}		
.badge-ventefusacq{
	background-color:#5F8193;
	background-image: none !important;
}
.badge-achatfusacq{
    background-color: #6D8922;
    background-image: none !important;
}
.btn-ventefusacq{
	background-color: #5F8193 !important;
    border-color: #5F8193;
    color: #fff;
	padding:6px;
}
.btn-achatfusacq{
	background-color: #6D8922 !important;
    border-color: #6D8922;
    color: #fff;
	padding:6px;
}
.btn-ventefusacq:hover{
	background-color: #698C9F !important;
    color: #fff;
}
.btn-achatfusacq:hover{
	background-color: #8E9C69 !important;
    color: #fff;
}
.dep_ann_fusacq{
	font-size:18px;
	color:#FFFFFF;
	display:block;
	background:#4B7389;
	padding:6px;
	line-height:1.2;
	text-decoration:none;
}
.dep_ann_fusacq:hover{
	background-color:#698c9f;
	text-decoration:none;
	color:#FFF;
}
.dep_ann_pdc{
	font-size:18px;
	color:#fff;
	display:block;
	background:#6D8922;
	padding:6px;
	line-height:1.2;
	text-decoration:none;
}
.dep_ann_pdc:hover{
	background:#7e973b;
	text-decoration:none;
	color:#FFF;
}
	


/* MENU */
.navbar-custom {
	font-style: normal;
	color:#00529f;
	text-align: center;
}
.navbar {
    padding: 0;
    margin: 0;
    border: none;
    min-height:104px;
    z-index: 200;
}
.navbar .navbar-brand {
	float:left;
	height:100px;
	padding:0 10px 0 20px;
/*	color:#00529f;
	font-size: 12px;
	font-weight:700;*/
	border-right:#dee2e5 1px solid;
}

.dropdown-menu {
  border:0 !important;
  -webkit-border-radius: 2px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 2px !important;
  -moz-background-clip: padding !important;
  border-radius: 2px !important;
  background-clip: padding-box !important;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  margin:0;
  min-width: 170px;
  opacity: 0.9;
}
.dropdown-menu .dropdown-icon {
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
}
.dropdown-menu > li > a {
  font-size: 13px;
  padding-left: 25px;
  padding-right: 11px;
  margin-bottom: 1px;
  margin-top: 1px;
  text-align:left;
}
.dropdown-menu > li > a:hover{
	background-color:#FFF;
	font-weight: 700;
}
.dropdown-menu > li > a .dropdown-expand {
  position: absolute;
  top: 5px;
  right: 10px;
}

.navbar-custom .navbar-text {
    color: #ffffff;
}
.navbar-custom .navbar-nav>li>a {
    color:#00529f;
}
.navbar-custom .navbar-nav>li>a.portail:hover,
.navbar-custom .navbar-nav>li>a.portail:focus{
	color:#00529f;
}
.navbar-custom .navbar-nav>li>a.votre_compte {
 background-color:#00529f;
 color:#FFFFFF;
 padding: 10px;
 margin-top:40px;
}
.navbar-custom .navbar-nav>li>a:hover.votre_compte,
.navbar-custom .navbar-nav>li>a:focus.votre_compte {
 background-color:#9bcf10;
 color:#FFFFFF;
 padding: 10px;
 margin-top:40px;
}

.navbar-custom .navbar-nav>li>a:hover,
.navbar-custom .navbar-nav>li>a:focus{
	color:#9bcf10;
}

.navbar-custom .navbar-nav>.active>a,
.navbar-custom .navbar-nav>.active>a:hover,
.navbar-custom .navbar-nav>.active>a:focus {
    background-color:#9bcf10;
    color: #FFFFFF;
}

.navbar-custom .navbar-nav>.disabled>a,
.navbar-custom .navbar-nav>.disabled>a:hover,
.navbar-custom .navbar-nav>.disabled>a:focus {
    color: #cccccc;
    background-color: transparent;
}

.navbar-custom .navbar-toggle {
    border-color: transparent;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus{
    background-color: transparent;
}

.navbar-custom .navbar-toggle .icon-bar {
    background-color: #cccccc;
}

.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
    border-color: #FFF;
}

.navbar-custom .navbar-nav>.dropdown>a:hover .caret,
.navbar-custom .navbar-nav>.dropdown>a:focus .caret{
    border-top-color: #c0c0c0;
    border-bottom-color: #c0c0c0;
}

.navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:hover,
.navbar-custom .navbar-nav>.open>a:focus {
	color:#00529f;
    background-color: #FFFFFF;
}

.navbar-custom .navbar-nav>.open>a .caret, .navbar-custom .navbar-nav>.open>a:hover .caret,
.navbar-custom .navbar-nav>.open>a:focus .caret {
    border-top-color: #c0c0c0;
    border-bottom-color: #c0c0c0;
}

.navbar-custom .navbar-nav>.dropdown>a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.navbar-custom .navbar-nav>li {
    font-size:14px;
}

@media (min-width : 1200px) {
.navbar-custom .navbar-nav>li {
    width:160px;
    font-size:14px;
}
.navbar-custom .navbar-nav>li.short {
    width:120px;
    font-size:14px;
}
.container-menu {
    width:1280px;
}
.container-body {
    width:1100px;
}
.portail {
	padding:70px 0 0 0;
	margin:0;
	float:right;
}
/*.retour_ligne_header{
	display:none;
	}*/
.nav>li>a {
	padding:40px 0px;
	}
}

@media (max-width : 768px) {

.onglet_recheche_standard_ces{
	background-color:#00529f;
	padding:16px 16px 16px 30px;
	font-size:20px;
	font-family: 'Nunito', sans-serif;
	border-top:2px solid #00529f;
	color:#FFFFFF;
	border-right:0;
}
.onglet_recheche_standard_acq{
	background-color:#6D8922;
	padding:16px 16px 16px 30px;
	font-size:20px;
	font-family: 'Nunito', sans-serif;
	border-top:2px solid #6D8922;
	color:#FFFFFF;
	border-right:0;
}
.onglet_recheche_avancee_ces2{
	background-color:#00529f;
	padding:16px 16px 16px 30px;
	font-size:20px;
	font-family: 'Nunito', sans-serif;
	border-bottom:2px solid #00529f;
	color:#FFFFFF;
	border-right:0px solid #00529f;
}
.onglet_recheche_standard_ces2{
	background-color:#FFFFFF;
	padding-left:0;
	padding-right:0;
	font-size:20px;
	font-family: 'Nunito', sans-serif;
	border-top:2px solid #00529f;
	border-right:0px solid #00529f;
}
.onglet_recheche_avancee_acq2{
	background-color:#6D8922;
	padding:16px 16px 16px 30px;
	font-size:20px;
	font-family: 'Nunito', sans-serif;
	border-bottom:2px solid #6D8922;
	color:#FFFFFF;
	border-right:0px solid #6D8922;
}
.onglet_recheche_avancee_acq a{
	padding:16px 16px 16px 30px;
	font-family: 'Nunito', sans-serif;
    font-size: 20px;
    color: #666;
    display: block;
    letter-spacing: 0;
    background: #F1F1F1;
	text-decoration:none;
}
.onglet_recheche_standard_acq2{
	background-color:#FFFFFF;
	padding-left:0;
	padding-right:0;
	font-size:20px;
	font-family: 'Nunito', sans-serif;
	border-top:2px solid #6D8922;
	border-right:0px solid #6D8922;
}
.onglet_recheche_standard_acq2 a{
	padding:16px 16px 16px 30px;
	font-family: 'Nunito', sans-serif;
    font-size: 20px;
    color: #666;
    display: block;
    letter-spacing: 0;
    background: #F1F1F1;
	text-decoration:none;
}
.portail {
	padding:70px 0 0 0;
	margin:0;
	float:right;
}
    .deux_boutons {
        text-align:center;
    } 
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
	.navbar-toggle {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 28px;
    float: right;
    margin-top: 38px;
	margin-right: 38px;
    cursor: pointer;
}
.burger {
    position: absolute;
    display: block;
    top: 50%;
    width: 100%;
    height: 6px;
    margin-top: -3px;
    background-color: #323944;
}
.burger:before  {
    content: "";
    position: absolute;
    background-color: #323944;
    display: block;
    width: 100%;
    height: 6px;
	top:-11px;
}
.burger:after{
    content: "";
    position: absolute;
    background-color: #323944;
    display: block;
    width: 100%;
    height: 6px;
	bottom:-11px;
    }	
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
		margin-right: -15px;
    	margin-left: -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
	
	.nav>li>a {
		padding:14px 14px;
	}
	
    .navbar-custom .navbar-nav .open .dropdown-menu>li>a {
        background-color: transparent;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu>li>a:focus {
        background-color: transparent;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-custom .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #c0c0c0;
        background-color: #384e24;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-custom .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #cccccc;
        background-color: transparent;
    }
.navbar-custom {
/*  background-color: #FFFFFF;*/
/*  border-color: #CCCCCC;*/
    font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-style: normal;
	color:#00529f;
    font-size: 14px;
	text-align:left;
}
}

/*ONGLETS*/
.top_cession_active:hover, .top_cession_active_left:hover, .top_annu_fonds_active_left:hover, .top_annu_fonds_active:hover, .top_annu_fonds_active_right:hover   {
	text-decoration:none;
	}
	
.top_annu_fonds {
	padding:5px 0 5px 0;
	font-size:20px;
	color:#fff;
	display:block;
	margin-bottom:1px;
	letter-spacing:0;
	background:#818181;
	line-height:1.1;
	text-decoration:none;
	font-family:'interstate';
}

.top_annu_fonds:hover{
	background: #a2a2a2;
	text-decoration:none;
	color:#fff;
	}
.top_annu_fonds_active {
	font-size:20px;
	color:#9D00C8;
	display:block;
	margin-bottom:1px;
	padding:5px 0 5px 0;
	letter-spacing:0;
	background:#FFFFFF;
	border-top:1px solid #CCCCCC;
	line-height:1.1;
	text-decoration:none;
	font-family:'interstate';
}
.top_annu_fonds_active_left {
	font-size:20px;
	color:#9D00C8;
	display:block;
	margin-bottom:1px;
	padding:5px 0 5px 0;
	letter-spacing:0;
	background:#FFFFFF;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	line-height:1.1;
	text-decoration:none;
	font-family:'interstate';
}
.top_annu_fonds_active_right {
	font-size:20px;
	color:#9D00C8;
	display:block;
	margin-bottom:1px;
	padding:5px 0 5px 0;
	letter-spacing:0;
	background:#FFFFFF;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	line-height:1.1;
	text-decoration:none;
	font-family:'interstate';
}

@media (max-width: 480px) and (orientation:portrait) {
.col_invisible {display:none;}
}










.no-padding{padding:0!important}
.no-padding-left{padding-left:0!important}
.no-padding-right{padding-right:0!important}
.padding-top-6{padding-top:6px!important}
.padding-top-10{padding-top:10px!important}
.padding-top-20{padding-top:20px!important}
.padding-top-30{padding-top:30px!important}
.padding-left-10{padding-left:10px!important}
.padding-left-16{padding-left:16px!important}
.padding-left-20{padding-left:20px!important}
.padding-left-30{padding-left:30px!important}
.padding-left-44{padding-left:44px!important}
.padding-bottom-10{padding-bottom:10px!important}
.padding-bottom-20{padding-bottom:20px!important}
.padding-bottom-30{padding-bottom:30px!important}
.no-margin{margin:0!important}
.margin-top-10{margin-top:10px!important}
.margin-top-20{margin-top:20px!important}
.margin-top-27{margin-top:27px!important}
.margin-top-30{margin-top:30px!important}
.margin-bottom-10{margin-bottom:10px!important}
.margin-bottom-20{margin-bottom:20px!important}
.margin-bottom-30{margin-bottom:30px!important}
.margin-bottom-90{margin-bottom:90px!important}
.margin-left-4{margin-left:4px!important}
.margin-left-10{margin-left:10px!important}
.margin-left-15{margin-left:15px!important}
.margin-left-20{margin-left:20px!important}
.margin-left-30{margin-left:30px!important}
.margin-left-40{margin-left:40px!important}
.margin-left-50{margin-left:50px!important}
.margin-right-4{margin-right:4px!important}
.margin-right-10{margin-right:10px!important}
.margin-right-15{margin-right:15px!important}
.margin-right-20{margin-right:20px!important}
.margin-right-30{margin-right:30px!important}
.margin-right-40{margin-right:40px!important}
.margin-right-50{margin-right:50px!important}

/*.onglet_acquereur1 {
    background-color: #fff;
    padding: 10px 8px 6px 14px;
    font-size: 24px;
	border-left: 4px solid #00529f;
	margin: 0;
}*/
.onglet_standard_acq_on {
    background-color: #FFFFFF;
    padding: 14px 8px 8px 14px;
    font-size: 24px;
    border-left: 4px solid #00529f;
	margin: 0;
}
.onglet_standard_ces_on {
    background-color: #FFFFFF;
    padding: 14px 8px 8px 14px;
    font-size: 24px;
    border-left: 4px solid #00529f;
	margin: 0;
}
.onglet_acquereur2 a {
    padding:10px 8px 52px 14px;
    font-size: 24px;
    color: #d5d5d5;
    display: block;
    text-decoration: none;
	margin: 0;
	border-left: 4px solid #d5d5d5;
}
.onglet_acquereur2 a:hover {
    color: #9bcf10;
	border-left: 4px solid #9bcf10;
}

.onglet_acquereur2>a>.change_user_left {
width: 41px;
height: 46px;
margin-right: 8px;
background-image:url('../img/user_gris_clair_gauche.png')
}

.onglet_acquereur2>a:hover>.change_user_left {
width: 41px;
height: 46px;
background-image:url('../img/user_vert_gauche.png')
}


.onglet_cedant1>a>.change_user_left {
width: 41px;
height: 46px;
margin-right: 8px;
background-image:url('../img/user_gris_clair_droite.png')
}

.onglet_cedant1>a:hover>.change_user_left {
width: 41px;
height: 46px;
background-image:url('../img/user_vert_droite.png')
}

.onglet_standard_acq a {
    padding: 14px 8px 24px 14px;
    font-size: 24px;
    color: #d5d5d5;
    display: block;
    background-color: #FFFFFF;
    text-decoration: none;
	margin: 0;
	border-left: 4px solid #d5d5d5;
}
.onglet_standard_acq a:hover {
    background-color: #FFFFFF;
    color: #9bcf10;
	border-left: 4px solid #9bcf10;
}
.onglet_standard_ces a {
    padding: 14px 8px 24px 14px;
    font-size: 24px;
    color: #d5d5d5;
    display: block;
    background-color: #FFFFFF;
    text-decoration: none;
	margin: 0;
	border-left: 4px solid #d5d5d5;
}
.onglet_standard_ces a:hover {
    background-color: #FFFFFF;
    color: #9bcf10;
	border-left: 4px solid #9bcf10;
}
.onglet_cedant2 {
    padding: 10px 8px 6px 14px;
	background-color: #fff;
	border-left: 4px solid #434b52;
    font-size: 24px;
	margin: 0;
}
.onglet_avance_acq_on {
    padding: 14px 8px 6px 14px;
	background-color: #fff;
	border-left: 4px solid #00529f;
    font-size: 24px;
	margin: 0;
}
.onglet_avance_ces_on {
    padding: 14px 8px 6px 14px;
	background-color: #FFFFFF;
	border-left: 4px solid #00529f;
    font-size: 24px;
	margin: 0;
}

.onglet_avance_acq a {
    padding: 14px 8px 25px 14px;
    font-size: 24px;
    color: #d5d5d5;
    display: block;
    letter-spacing: 0;
    text-decoration: none;
	margin: 0;
	border-left: 4px solid #d5d5d5;
}
.onglet_avance_acq a:hover {
    color: #9bcf10;
	border-left: 4px solid #9bcf10;
}
.onglet_acquereur2 a i {
    color: #FFF;
}
.onglet_cedant1 a i {
    color: #FFF;
}
.onglet_acquereur2 a:hover i {
    color: #00529f;
}
.onglet_cedant1 a:hover i {
    color: #9bcf10;
}
.onglet_avance_ces a {
    padding: 14px 8px 23px 14px;
    font-size: 24px;
    color: #d5d5d5;
    display: block;
    letter-spacing: 0;
    background-color: #FFFFFF;
    text-decoration: none;
	margin: 0;
	border-left: 4px solid #d5d5d5;
}
.onglet_avance_ces a:hover {
    background-color: #FFFFFF;
    color: #9bcf10;
	border-left: 4px solid #9bcf10;
}
.carousel-caption {position: absolute; right:0; bottom: 0; left:0; z-index: 10; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0,0,0,.6)}

.bck_gris{background-color:#F5F5F5;}
.bck_gris_partenaire{background-color:#FFFFFF; border-bottom: 1px solid #00529f;}
.bck_bleuclair_partenaire{background-color:#f9f9f9}
.bck_blanc{background-color:#FFFFFF;}
.border-bottom-clair{border-bottom: 1px solid #d5d5d5;}
.fontawesome2 {padding-top: 4px; padding-left: 5px; font-size: .8em;}
.list-group2 {margin-top: 20px; margin-bottom: 20px; padding-left: 15px; padding-right: 15px; margin-left: 0; margin-right: 0;}
.pagination>li.active>a, .pagination>li.active>a:hover {background-color: #00529f; border-color: #00529f; color: #fff; -webkit-text-shadow: 0 -1px 0 #CCCCCC;}
.white {color: #FFFFFF;}
.vert {color: #9bcf10;}
.float_left {float:left;}
.float_right {float:right;}
.retour {padding-top: 4px; padding-left: 30px;}

.sous_titre_orange{font-family:'Nunito', sans-serif; font-size:22px; margin-bottom:0; height:auto; color:#e67308;}
.sous_titre_bleu{font-family:'Nunito', sans-serif; font-size:22px; margin-bottom:0; height:auto; color:#586681;}
.sous_titre_vert{font-family:'Nunito', sans-serif; font-size:22px; margin-bottom:0; height:auto; color:#9bcf10;}
.no-margin{margin:0}.no-padding{padding:0}
/*.btn-orange,.btn-orange:focus{background-color:#e67308!important;border-color:#e67308;color:#fff}
.btn-orange:hover{background-color:#e8903f!important; border-color:#e8903f; color:#fff}*/
.btn-vert,.btn-vert:focus{background-color:#9bcf10!important;border-color:#9bcf10;color:#fff}
.btn-vert:hover{background-color:#c1da20!important; border-color:#c1da20; color:#fff}
.font_18{font-size: 18px;}
.font_24{font-size: 24px;}
.titre_bloc{font-size: 20px; font-weight: 400}
.titre_bloc_blanc{color:#fff;}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top:0;
}
a {
color: #00529f;
 } 
a:hover {
	 color:#9bcf10;
	 text-decoration: none;
 }
.lien_region  {
color: #00529f;
 } 
.lien_region:hover {
	color: #9bcf10;
	text-decoration: none;
 }
 
.footer {
    position:relative;
    bottom: 0;
    width: 100%;
    height:auto;
    background-color:#00529f;
    color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer a {
	 color: #FFFFFF;
 } 
.footer a:hover, .footer a:focus {
	font-weight: 600;
}
.footer nav ul, .footer nav ol {
    list-style: none;
    list-style-image: none;
}
.footer .nav li {
    display: inline-block;
    vertical-align: middle;
}
.footer .social-nav, .footer .footer-links {
	 display: inline-block;
	 } 
/*.footer-links .footer-nav li {
	 width: 130px;
}*/
.footer .social-nav {
	 position: relative;
	 margin: 0;
	 padding-left:9px;
	 } 
.social-nav li {
	 display: inline-block;
	 margin: 0 .6em;
	 vertical-align:middle;
 } 
.footer .nav li a {
    display: block;
    text-decoration: none;
	padding:0 20px 0 20px;
	font-size:0.96em;
}
.footer .nav>li>a:hover, .footer.nav>li>a:focus{
	color:#CCCCCC;
	background-color:transparent;
	font-weight: 400;
}

.padding-titre-actualite{
	padding:3px 0 0 0;
}
 
 .label_type_annonce2 {
    margin-top: 6px;
    margin-left: 15px;
    font-size: 1.1em;
}

a.button.button-secondary, a.button.btn-secondary, input.btn.button-secondary, input.btn.btn-secondary, a.button:not([href]):not([tabindex]):focus.button-secondary, a.button:not([href]):not([tabindex]):focus.btn-secondary, a.button:not([href]):not([tabindex]):hover.button-secondary, a.button:not([href]):not([tabindex]):hover.btn-secondary, a.button:not([href]):not([tabindex]).button-secondary, a.button:not([href]):not([tabindex]).btn-secondary, .sitecore-form input[type="submit"].button-secondary, .sitecore-form input[type="submit"].btn-secondary {
    background-color: #00529f;
    color: #FFF;
}

a.button, input.btn, a.button:not([href]):not([tabindex]):focus, a.button:not([href]):not([tabindex]):hover, a.button:not([href]):not([tabindex]), .sitecore-form input[type="submit"] {
    box-shadow: none;
    display: inline-block;
    border: 2px solid #00529f;
    border-radius: 100px;
    line-height: 24px;
    padding: 6px 25px;
    min-width: 200px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    -webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
    transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
    color: #317FCB;
    background-image: inherit;
    cursor: pointer;
}

a.button2 {
    box-shadow: none;
    display: inline-block;
    border: 2px solid #00529f;
    border-radius: 100px;
    line-height: 24px;
    padding: 6px 25px;
/*    min-width: 200px;*/
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    -webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
    transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
    color: #00529f;
    background-image: inherit;
    cursor: pointer;
}

a.button2:hover {
    text-decoration: none;
    border: 2px solid #9BCF10;
    color: #9BCF10;
}

.button-submit {
    box-shadow: none;
    display: inline-block;
    border: 2px solid #00529f;
    border-radius: 100px;
    line-height: 24px;
    padding: 6px 25px;
    min-width: 200px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    -webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
    transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
    color: #FFFFFF;
	background-color: #00529f;
    background-image: inherit;
    cursor: pointer;
}
.button-submit:hover {
    box-shadow: none;
    display: inline-block;
    border: 2px solid #9bcf10;
    border-radius: 100px;
    line-height: 24px;
    padding: 6px 25px;
    min-width: 200px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    -webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
    transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
    color: #FFFFFF;
	background-color: #9bcf10;
    background-image: inherit;
    cursor: pointer;
}

a.button.button-secondary:hover, a.button.btn-secondary:hover, input.btn.button-secondary:hover, input.btn.btn-secondary:hover, a.button:not([href]):not([tabindex]):focus.button-secondary:hover, a.button:not([href]):not([tabindex]):focus.btn-secondary:hover, a.button:not([href]):not([tabindex]):hover.button-secondary:hover, a.button:not([href]):not([tabindex]):hover.btn-secondary:hover, a.button:not([href]):not([tabindex]).button-secondary:hover, a.button:not([href]):not([tabindex]).btn-secondary:hover, .sitecore-form input[type="submit"].button-secondary:hover, .sitecore-form input[type="submit"].btn-secondary:hover {
    background-color: #9BCF10;
}

a.button:hover, input.btn:hover, a.button:not([href]):not([tabindex]):focus:hover, a.button:not([href]):not([tabindex]):hover:hover, a.button:not([href]):not([tabindex]):hover, .sitecore-form input[type="submit"]:hover {
    text-decoration: none;
    border: 2px solid #9BCF10;
    color: #FFFFFF;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #FFFFFF;
    background-color: #9bcf10;
    border-color: #9bcf10;
}
.pagination>li.active>a, .pagination>li.active>a:hover {
    background-color: #586681;
    border-color: #586681;
    color: #fff;
    -webkit-text-shadow: 0 -1px 0 #ccc;
}














/*CUSTOM RADIO BUTTONS & CHECKBOXES*/
.conta {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.conta input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.conta:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.conta input:checked ~ .checkmark {
  background-color: #9bcf10;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.conta input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.conta .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contai {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
font-size: 1.1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.contai input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkma {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.contai:hover input ~ .checkma {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.contai input:checked ~ .checkma{
  background-color: #9bcf10;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkma:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.contai input:checked ~ .checkma:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.contai .checkma:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
/*FIN CUSTOM RADIO BUTTONS & CHECKBOXES*/







.interogation{
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.explication_cadre, .explication_cadre_partenariat{
	display: none;
	/*position: relative;*/
	font: 12px  Arial, Helvetica, sans-serif;
	color: #333333;
	/* width: nullpx; */
	/*width: 150px;*/
	position: absolute;
	background-color: #FFFFFF;
	border: 1px;
	border-color: #9bcf10;
	border-style: solid;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	z-index: 9999;
}


.interogation:hover .explication_cadre{
    display: block;
}

.interogation:hover .explication_cadre_partenariat{
    display: block;
    width: 340px;
}

select{
   font-family: 'Nunito', sans-serif;
}

button.button.button-secondary, button.button.btn-secondary, input.btn.button-secondary, input.btn.btn-secondary, button.button:not([href]):not([tabindex]):focus.button-secondary, button.button:not([href]):not([tabindex]):focus.btn-secondary, button.button:not([href]):not([tabindex]):hover.button-secondary, button.button:not([href]):not([tabindex]):hover.btn-secondary, button.button:not([href]):not([tabindex]).button-secondary, button.button:not([href]):not([tabindex]).btn-secondary, .sitecore-form input[type="submit"].button-secondary, .sitecore-form input[type="submit"].btn-secondary {
    background-color: #00529f;
    color: #FFF;
}

button.button, input.btn, button.button:not([href]):not([tabindex]):focus, button.button:not([href]):not([tabindex]):hover, button.button:not([href]):not([tabindex]), .sitecore-form input[type="submit"] {
    box-shadow: none;
    display: inline-block;
    border: 2px solid #00529f;
    border-radius: 100px;
    line-height: 24px;
    padding: 6px 25px;
    min-width: 200px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    -webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
    transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
    color: #317FCB;
    background-image: inherit;
    cursor: pointer;
}


button.button.button-secondary:hover, button.button.btn-secondary:hover, input.btn.button-secondary:hover, input.btn.btn-secondary:hover, button.button:not([href]):not([tabindex]):focus.button-secondary:hover, button.button:not([href]):not([tabindex]):focus.btn-secondary:hover, button.button:not([href]):not([tabindex]):hover.button-secondary:hover, button.button:not([href]):not([tabindex]):hover.btn-secondary:hover, button.button:not([href]):not([tabindex]).button-secondary:hover, button.button:not([href]):not([tabindex]).btn-secondary:hover, .sitecore-form input[type="submit"].button-secondary:hover, .sitecore-form input[type="submit"].btn-secondary:hover {
    background-color: #9BCF10;
}

button.button:hover, input.btn:hover, button.button:not([href]):not([tabindex]):focus:hover, button.button:not([href]):not([tabindex]):hover:hover, button.button:not([href]):not([tabindex]):hover, .sitecore-form input[type="submit"]:hover {
    text-decoration: none;
    border: 2px solid #9BCF10;
    color: #FFFFFF;
}