<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** test **/

.navicon-button {
      display: inline-block !important;
    position: relative !important;
    padding: 2px 2px;
    transition: 0.25s;
    cursor: pointer;
    user-select: none;
    opacity: 1;
    padding: 14px 8px;
}
.navicon-button .navicon:before, .navicon-button .navicon:after {
  transition: 0.25s;
}
.navicon-button:hover {
  transition: 0.5s;
  opacity: 1;
}
.navicon-button:hover .navicon:before, .navicon-button:hover .navicon:after {
  transition: 0.25s;
}
.navicon-button:hover .navicon:before {
  top: .825rem;
}
.navicon-button:hover .navicon:after {
  top: -.825rem;
}

.navicon {
  position: relative;
    width: 32px;
    height: 3px;
    background: #FFF;
    transition: 0.5s;
    border-radius: 2.5rem;
}
.navicon:before, .navicon:after {
      display: block;
    content: "";
    height: 3px;
    width: 32px;
    background: #FFF;
    position: absolute;
    z-index: -1;
    transition: 0.5s 0.25s;
    border-radius: 1rem;
}
.navicon:before {
  top: .625rem;
}
.navicon:after {
  top: -.625rem;
}

.open:not(.steps) .navicon:before,
.open:not(.steps) .navicon:after {
  top: 0 !important;
}

.open .navicon:before,
.open .navicon:after {
  transition: 0.5s;
}

/* Minus */
.open {
  transform: scale(1);
}

/* Arrows */
.open.larr .navicon:before, .open.larr .navicon:after,
.open.rarr .navicon:before,
.open.rarr .navicon:after,
.open.uarr .navicon:before,
.open.uarr .navicon:after {
  width: 1.5rem;
}
.open.larr .navicon:before,
.open.rarr .navicon:before,
.open.uarr .navicon:before {
  transform: rotate(35deg);
  transform-origin: left top;
}
.open.larr .navicon:after,
.open.rarr .navicon:after,
.open.uarr .navicon:after {
  transform: rotate(-35deg);
  transform-origin: left bottom;
}

.open.uarr {
  transform: scale(0.75) rotate(90deg);
}

/* Arrows */
.open.rarr .navicon:before {
  transform: translate3d(1em, 0, 0) rotate(-35deg);
  transform-origin: right top;
}
.open.rarr .navicon:after {
  transform: translate3d(1em, 0, 0) rotate(35deg);
  transform-origin: right bottom;
}


/***/




.cont_menu_fixed {
	    width: 177px;
    height: auto;
    position: fixed;
    top: 27px;
    left: 0px;
    z-index: 888;
    padding-top: 40px;
    max-width: 200px;
	transition:all 1s;
}

.cont_menu_fixed.clicked {
	    width: 47px;
		
}

.cont_icons_fixed {
	    width: 47px;
    height: 63px;
    float: left;
    z-index: 5;
    position: absolute;
    left: 0;
    top: 72px;
}
.cont_lien_site {
	    width: 177px;
/*    height: 63px;
    overflow: hidden;*/
    margin-top: 32px;
    display: block;
/*	background:#333f48;
	border-bottom:1px #414c55 solid;*/
	    left: 0px;
    position: absolute;
	transition:all 1s;
}
.cont_lien_site.hiden {
	  left: -147px;

}
.cont_lien_site:hover {
/*	background:#980c1d;
	border-bottom:1px #db112a solid;*/
}


 .icn_site_lien {
	width: 47px;
    height: 63px;
    float: left;
	background-image:url(../images/icn_espace_particulier.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#333f48;
	transition:all 1s;
	border-bottom: 1px #414c55 solid;
}
 .icn_site_lien:hover {
	width: 47px;
    height: 63px;
    float: left;
	background-image:url(../images/icn_espace_particulier.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#980c1d;
	border-bottom: 1px #db112a solid;
}

 .icn_site_lien.active {
	width: 47px;
    height: 63px;
    float: left;
	background-image:url(../images/icn_espace_particulier.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#980c1d;
	border-bottom: 1px #db112a solid;
} 

.icn_site_lien.actived {
	width: 47px;
    height: 63px;
    float: left;
	background-image:url(../images/icn_espace_particulier.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#980c1d;
	border-bottom: 1px #db112a solid;
}

#icon_ae {
	background-image:url(../images/icn_espace_ae.png);
}

#icon_proff {
	background-image:url(../images/icn_espace_proff.png);
}

#icon_entreprise {
	background-image:url(../images/icn_espace_entreprise.png);
}


#icon_finance {
	background-image:url(../images/icn_espace_finance.png);
}
#icon_trouver_agence {
	background-image:url(../images/icn_espace_trouver_agance.png);
}
#icon_contact {
	background-image:url(../images/icn_espace_contact.png);
}
#icon_enquette {
	background-image:url(../images/icn_enquette_satisfaction.png);
}

#icon_reclamation {
	background-image:url(../images/icn_espace_reclamation.png);
}

#icon_ageo {
	background-image:url(../images/icn_espace_ageo.png);
}


.btt_fermer_lien_sites {
	     width: 46px;
    height: 32px;
    display: block;
    float: right;
    background: #344049;
    position: absolute;
    z-index: 999999;
	right: 0;
}

.menu {
  cursor: pointer;
  margin: 0 auto;
  padding-left: 1.25em;
  position: relative;
  width: 37px;
    height: 32px;

}
.menu-global {
  	backface-visibility: hidden;
    position: absolute;
    left: 4px;
    border-top: 3px solid white;
    width: 82%;
    transition: 0.55s;
    /* height: 5px; */
}
.menu-top {
  top: 16px;
   transform: rotate(50deg);
}
.menu-middle {
  top: 16px;
   transform: rotate(-50deg);
}
.menu-bottom {
  top: 36px;
  opacity:0;
}
.menu-top-click {
      backface-visibility: hidden;
    top: 8px;
    transform: rotate(0deg);
    transition: 0.55s 0.5s;
}
.menu-middle-click {
      opacity: 1;
    transform: rotate(0deg);
    top: 16px;
    transition: 0.55s 0.5s;
}
.menu-bottom-click {
     backface-visibility: hidden;
    top: 24px;
    transform: rotate(0deg);
    transition: 0.55s 0.5s;
    opacity: 1;
}



.cont_lien_site .site_lien {
	    width: 130px;
    height: 63px;
    float: left;
    padding: 12px;
    left: 47px;
    position: absolute;
	color:#fff;
	text-decoration:none;
	font:15px Arial, Helvetica, sans-serif;
	    background: #333f48;
    border-bottom: 1px #414c55 solid;
	/*transition:all 1s;*/
}

.cont_lien_site .site_lien:hover {
	    background: #980c1d;
    border-bottom: 1px #db112a solid;
}


.cont_lien_site .site_lien.active {
	    width: 130px;
    height: 63px;
    float: left;
    padding: 12px;
    left: 47px;
    position: absolute;
	color:#fff !important;
	text-decoration:none;
	font:15px Arial, Helvetica, sans-serif;
	    background: #980c1d;
    border-bottom: 1px #db112a solid;
	/*transition:all 1s;*/
}


#particulier {
	top: 63px;
}

#proff {
	top: 126px;
}


#entreprise {
	top: 189px;
}

#finance {
	top: 252px;
}


#trouver_agance {
	top: 315px;
}


#contact_fixed {
	top: 378px;
}
#enquette{
	top: 441px;
}
#reclamation_fixed {
	top: 504px;
}


#ageo_fixed {
	top: 504px;
}













.slItem {
		width:100%;
	height:590px;
	/*background-image:url(../images/img_slider_home.png);*/
	background-repeat:no-repeat;
	background-position:center;
}

.slText .msg1 {
	width:100%;
	color:#fff;
	font-size:18px;
	font-family: 'OpenSans';
	text-align:center;
	
}
.slText .msg2 {
	width:100%;
	color:#fff;
	font-size:47px;
	font-family: 'OpenSans';
	text-align:center;
	display:block;
	margin-bottom:20px;
	margin-top:20px;
	
}

.btt_slider {
	width: 130px;
    height: 50px;
    border: 2px #fff solid;
    border-radius: 26px;
    color: #fff;
    font-size: 16px;
    font-family: 'OpenSans';
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-top: 12px;
    text-decoration: none;
	transition:all 1s;
}


.btt_slider:hover {
	width: 140px;
    height: 60px;
    border: 2px #b40019 solid;
    border-radius: 26px;
    color: #b40019;
	padding-top: 16px;
 }



.cont_menu_2_homme {
	width:1232px;
	margin:0 auto;
	position:relative;
}
.cont_menu2_2_homme {
	width:100%;
	min-height:94px;
	background:#fff;
	box-shadow: rgb(207, 207, 207) 0px 6px 10px 0px;
	position:absolute;
	z-index:9;
	top:-60px;
	left:0px;
}


#menu ul li.dm-item_submenu-mega {
	width:20%;
	height: 94px;
	float:left;
	display:block;
}

.SubmenuMega .menu_principale:hover {
	color:#a71a2d !important;

}


.menu_principale:before {
	content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #ced4da;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
       top: 38px;
    /*right: 5px;*/

}
.menu_principale:hover:before {
	content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #a21529;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
        top: 38px;
    right: 5px;

}
.dm-menu&gt;ul&gt;li&gt;a, .dm-menu&gt;ul&gt;li&gt;span {
    height: var(--dm-menu-height);
    padding-bottom: calc((var(--dm-menu-height) - 20px)/ 2);
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    z-index: 0;
    height: 94px !important;
    padding-top: 36px !important;
    text-align: center;
	color:#536a76;
	font-size: 16px;
    font-family: 'OpenSans';
	font-weight:600;
}



.dm-menu&gt;ul&gt;li&gt;a:hover {
	color:#a71a2d !important;

}

.dm-menu_item-border&gt;ul&gt;li:not(.dm-item_submenu-fullwidth)&gt;ul {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 1232px;
    margin: 0 auto;
}

.dm-menu li .dm-subitem_submenu-inline&gt;ul&gt;li&gt;a, .dm-menu li .dm-subitem_submenu-inline&gt;ul&gt;li&gt;span {
    color:#536a76;
	font-size: 13px;
    font-family: 'OpenSans';
	font-weight:600;
}

.dm-menu li .dm-subitem_submenu-inline&gt;ul&gt;li&gt;a:hover {
	color:#a71a2d !important;
}



.content_fluid_faire {
	width:100%;
	min-height: 360px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,edf0f1+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #edf0f1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#edf0f1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#edf0f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edf0f1',GradientType=0 ); /* IE6-9 */
}

.content_faire {
	width:1232px;
	margin:50px auto;
	position:relative;
}
.titre_block_faire {
	 color:#274c5d;
	font-size: 29px;
    font-family: 'OpenSans';
	font-weight:200;
	text-align:center;
	padding-bottom:20px;
	padding-top:20px;
}
.content_btt_faire {
	width:100%;
	overflow:hidden;
}

.content_btt_faire a{
	display:block;
	    margin-left: 18px !important;
    margin-right: 18px !important;
}



a.lien_menuaime_1 {
	/*width: 31%;*/
    height: 70px;
    float: left;
    background-color: #ffffff;
    background-image: url(../images/bt_menu_aime_01_icn.png);
    background-repeat: no-repeat;
    background-position: 8px 12px;
	
/*    -moz-box-shadow: 2px 2px 20px 0px #cfcfcf;
	-webkit-box-shadow: 2px 2px 20px 0px #cfcfcf;
	-o-box-shadow: 2px 2px 20px 0px #cfcfcf;
	box-shadow: 2px 2px 20px 0px #cfcfcf;
*/	
	-moz-box-shadow: 0px 0px 13px -2px #cfcfcf;
	-webkit-box-shadow: 0px 0px 13px -2px #cfcfcf;
	-o-box-shadow: 0px 0px 13px -2px #cfcfcf;
	box-shadow: 0px 0px 13px -2px #cfcfcf;
	
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=20);
    font-family: 'OpenSans';
    font-size: 16px;
    color: #1e4456;
    padding: 25px 0 0 70px;
    display: block;
    transition: all 1s;
	text-decoration:none;
	margin:15px 20px 15px 0px;
}

a:hover.lien_menuaime_1 {
	background-color:#9f2337;
	background-image:url(../images/bt_menu_aime_01_h_icn.png);
	background-repeat:no-repeat;
	
	color:#fff;
	    transform: scale(1.05);
}



a.lien_menuaime_2 {
	/*width: 31%;*/
    height: 70px;
    float: left;
    background-color: #ffffff;
    background-image: url(../images/bt_menu_aime_02_icn.png);
    background-repeat: no-repeat;
    background-position: 8px 12px;
   /* -moz-box-shadow: 2px 2px 20px 0px #cfcfcf;
-webkit-box-shadow: 2px 2px 20px 0px #cfcfcf;
-o-box-shadow: 2px 2px 20px 0px #cfcfcf;
box-shadow: 2px 2px 20px 0px #cfcfcf;*/
-moz-box-shadow: 0px 0px 13px -2px #cfcfcf;
	-webkit-box-shadow: 0px 0px 13px -2px #cfcfcf;
	-o-box-shadow: 0px 0px 13px -2px #cfcfcf;
	box-shadow: 0px 0px 13px -2px #cfcfcf;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=20);
    font-family: 'OpenSans';
    font-size: 16px;
    color: #1e4456;
    padding: 25px 0 0 70px;
    display: block;
    transition: all 1s;
	text-decoration:none;
	margin:15px 20px;
}

a:hover.lien_menuaime_2 {
	background-color:#9f2337;
	background-image:url(../images/bt_menu_aime_02_h_icn.png);
	background-repeat:no-repeat;
	
	color:#fff;
	    transform: scale(1.05);
}

a.lien_menuaime_3 {
	/*width: 31%;*/
    height: 70px;
    float: left;
    background-color: #ffffff;
    background-image: url(../images/bt_menu_aime_03_icn.png);
    background-repeat: no-repeat;
    background-position: 8px 12px;
   /* -moz-box-shadow: 2px 2px 20px 0px #cfcfcf;
-webkit-box-shadow: 2px 2px 20px 0px #cfcfcf;
-o-box-shadow: 2px 2px 20px 0px #cfcfcf;
box-shadow: 2px 2px 20px 0px #cfcfcf;*/
-moz-box-shadow: 0px 0px 13px -2px #cfcfcf;
	-webkit-box-shadow: 0px 0px 13px -2px #cfcfcf;
	-o-box-shadow: 0px 0px 13px -2px #cfcfcf;
	box-shadow: 0px 0px 13px -2px #cfcfcf;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=20);
    font-family: 'OpenSans';
    font-size: 16px;
    color: #1e4456;
    padding: 25px 0 0 70px;
    display: block;
    transition: all 1s;
	text-decoration:none;
	margin:15px 0px 15px 20px;
}

a:hover.lien_menuaime_3 {
	background-color:#9f2337;
	background-image:url(../images/bt_menu_aime_03_h_icn.png);
	background-repeat:no-repeat;
	
	color:#fff;
	    transform: scale(1.05);
}
a.lien_menuaime_4 {
	/*width: 31%;*/
    height: 70px;
    float: left;
    background-color: #ffffff;
    background-image: url(../images/bt_menu_aime_04_icn.png);
    background-repeat: no-repeat;
    background-position: 8px 12px;
   /* -moz-box-shadow: 2px 2px 20px 0px #cfcfcf;
-webkit-box-shadow: 2px 2px 20px 0px #cfcfcf;
-o-box-shadow: 2px 2px 20px 0px #cfcfcf;
box-shadow: 2px 2px 20px 0px #cfcfcf;*/
-moz-box-shadow: 0px 0px 13px -2px #cfcfcf;
	-webkit-box-shadow: 0px 0px 13px -2px #cfcfcf;
	-o-box-shadow: 0px 0px 13px -2px #cfcfcf;
	box-shadow: 0px 0px 13px -2px #cfcfcf;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=20);
    font-family: 'OpenSans';
    font-size: 16px;
    color: #1e4456;
    padding: 25px 0 0 70px;
    display: block;
    transition: all 1s;
	text-decoration:none;
	margin:15px 20px 15px 0px;
}

a:hover.lien_menuaime_4 {
	background-color:#9f2337;
	background-image:url(../images/bt_menu_aime_04_h_icn.png);
	background-repeat:no-repeat;
	
	color:#fff;
	    transform: scale(1.05);
}


a.lien_menuaime_5 {
	/*width: 31%;*/
    height: 70px;
    float: left;
    background-color: #ffffff;
    background-image: url(../images/bt_menu_aime_05_icn.png);
    background-repeat: no-repeat;
    background-position: 8px 12px;
   /* -moz-box-shadow: 2px 2px 20px 0px #cfcfcf;
-webkit-box-shadow: 2px 2px 20px 0px #cfcfcf;
-o-box-shadow: 2px 2px 20px 0px #cfcfcf;
box-shadow: 2px 2px 20px 0px #cfcfcf;*/
-moz-box-shadow: 0px 0px 13px -2px #cfcfcf;
	-webkit-box-shadow: 0px 0px 13px -2px #cfcfcf;
	-o-box-shadow: 0px 0px 13px -2px #cfcfcf;
	box-shadow: 0px 0px 13px -2px #cfcfcf;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=20);
    font-family: 'OpenSans';
    font-size: 16px;
    color: #1e4456;
    padding: 25px 0 0 70px;
    display: block;
    transition: all 1s;
	text-decoration:none;
	margin:15px 20px;
}

a:hover.lien_menuaime_5 {
	background-color:#9f2337;
	background-image:url(../images/bt_menu_aime_05_h_icn.png);
	background-repeat:no-repeat;
	
	color:#fff;
	    transform: scale(1.05);
}
a.lien_menuaime_6 {
	/*width: 31%;*/
    height: 70px;
    float: left;
    background-color: #ffffff;
    background-image: url(../images/bt_menu_aime_06_icn.png);
    background-repeat: no-repeat;
    background-position: 8px 12px;
   /* -moz-box-shadow: 2px 2px 20px 0px #cfcfcf;
-webkit-box-shadow: 2px 2px 20px 0px #cfcfcf;
-o-box-shadow: 2px 2px 20px 0px #cfcfcf;
box-shadow: 2px 2px 20px 0px #cfcfcf;*/
-moz-box-shadow: 0px 0px 13px -2px #cfcfcf;
	-webkit-box-shadow: 0px 0px 13px -2px #cfcfcf;
	-o-box-shadow: 0px 0px 13px -2px #cfcfcf;
	box-shadow: 0px 0px 13px -2px #cfcfcf;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=20);
    font-family: 'OpenSans';
    font-size: 16px;
    color: #1e4456;
    padding: 25px 0 0 70px;
    display: block;
    transition: all 1s;
	text-decoration:none;
	margin:15px 0px 15px 20px;
}

a:hover.lien_menuaime_6 {
	background-color:#9f2337;
	background-image:url(../images/bt_menu_aime_06_h_icn-.png);
	background-repeat:no-repeat;
	
	color:#fff;
	transform: scale(1.05);
}



a.lien_menuaime_8 {
	/*width: 31%;*/
    height: 70px;
    float: left;
    background-color: #ffffff;
    background-image: url(../images/bt_menu_aime_08_icn.png);
    background-repeat: no-repeat;
    background-position: 8px 12px;
   /* -moz-box-shadow: 2px 2px 20px 0px #cfcfcf;
-webkit-box-shadow: 2px 2px 20px 0px #cfcfcf;
-o-box-shadow: 2px 2px 20px 0px #cfcfcf;
box-shadow: 2px 2px 20px 0px #cfcfcf;*/
-moz-box-shadow: 0px 0px 13px -2px #cfcfcf;
	-webkit-box-shadow: 0px 0px 13px -2px #cfcfcf;
	-o-box-shadow: 0px 0px 13px -2px #cfcfcf;
	box-shadow: 0px 0px 13px -2px #cfcfcf;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=20);
    font-family: 'OpenSans';
    font-size: 16px;
    color: #1e4456;
    padding: 25px 0 0 70px;
    display: block;
    transition: all 1s;
	text-decoration:none;
	margin:15px 20px 15px 0px;
}

a:hover.lien_menuaime_8 {
	background-color:#9f2337;
	background-image:url(../images/bt_menu_aime_08_h_icn.png);
	background-repeat:no-repeat;
	
	color:#fff;
	    transform: scale(1.05);
}




.container_fluid_actu {
	width:100%;
	min-height: 670px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,edf0f1+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #edf0f1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#edf0f1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#edf0f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edf0f1',GradientType=0 ); /* IE6-9 */
}

.content_btt_lireplusactu {
	width:100%;
	padding:15px;
	display:block;
	overflow:hidden;
}
.btt_tt_actu {
	display:block;
	float:right;
	font-family: 'OpenSans';
    font-size: 14px;
    color: #1c1c1c;
	padding:15px 0px;
	text-decoration:none;
	position:relative;
	width:180px;
	text-align:right;
}


.btt_tt_actu:hover {
	color: #a80b21;
}


.btt_tt_actu:before {
	content:"\f061";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #a91326;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 19px;
    left: 0px;
}


.container_actu {
	width:1232px;
	margin:30px auto;
	position:relative;
}

.content_titre_actu {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:48px;
	color:#282828;
	text-align:center;
	padding-bottom:20px;
	padding-top:0px;
	position:relative;
}

.content_titre_actu:after{
	content: "";
    width: 48px;
    height: 4px;
    background: #b50a0d;
    top: 60px;
    left: 48%;
    position: absolute;
}

.container_actu .box_actu {
	background:#fff;
	border:1px #eae9e9 solid;
	width:30%;
	float:left;
	margin:1.6%;
	transition:all 0.5s;
}

.container_actu .box_actu:hover {
-moz-box-shadow: 2px 2px 30px 0px #cfcfcf;
-webkit-box-shadow: 2px 2px 30px 0px #cfcfcf;
-o-box-shadow: 2px 2px 30px 0px #cfcfcf;
box-shadow: 2px 2px 30px 0px #cfcfcf;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=30);
}

.container_actu .box_actu .img_actu{
	width:100%;
	min-height:208px;
	

}
.container_actu .box_actu .img_actu img{
	width:100%;
	height:auto;
	filter: brightness(.9);
    -webkit-filter: brightness(.9);
	transition:all 1s;

}


.container_actu .box_actu:hover .img_actu img{
	width:100%;
	height:auto;
	transform: scale(1.05);
	filter: brightness(1.2);
    -webkit-filter: brightness(1.2);
	
	-webkit-filter: brightness(1.2) !important;
	-ms-filter: brightness(1.2) !important;
	-moz-filter: brightness(1.2) !important;
	-o-filter: brightness(1.2)!important;
	filter: brightness(1.2)!important;

}




.container_actu .box_actu .date_actu{
	width:100%;
	height:auto;
	font-family: 'OpenSans';
    font-size: 13px;
    color: #980c1d;
	padding:30px 20px;
	font-weight:bold;
}


.container_actu .box_actu .titre_actu{
	width:100%;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #0f0f0f;
	padding:10px 20px;
	display:block;
	text-decoration:none;
}

.container_actu .box_actu .titre_actu:hover{
    color: #c80312;

}


.container_actu .box_actu .desc_actu{
	width:100%;
	height:auto;
	font-family: 'OpenSans';
    font-size: 13px;
    color: #404040;
	padding:10px 20px;
	text-decoration:none;
	display:block;
}

.container_actu .box_actu .lire_suite_actu{
	width:100%;
	height:auto;

    color: #980c1d;
	padding:10px 20px;
	font-family: 'OpenSans';
    font-size: 13px;
    color: #980c1d;
	font-weight:bold;
	text-decoration:none;
	display:block;

}

.container_actu .box_actu .lire_suite_actu:hover{
    color: #000;


}

.container_fluid_mobile {
	width:100%;
	min-height: 660px;
	    margin-top: -30px;
}

.part1_mobile {
	width:50%;
	float:left;
	min-height: 660px;
	background-repeat:no-repeat;
	/*background-size:cover;*/
	background-repeat: no-repeat;
	background-position-y:bottom;
}
@media all and (max-width: 1360px) {

	.part1_mobile {
	width:50%;
	float:left;
	min-height: 660px;
	background-repeat:no-repeat;
	/*background-size:cover;*/
	background-repeat: no-repeat;
	background-position-y:bottom;
	background-position-x:-50px;
}
}



.part1_txt_mobile {
	width:55%;
	min-height: 660px;
	float:right;
	padding:20px;
}
.titre_part_mobile {
	font:46px Arial, Helvetica, sans-serif; 
	color:#151515;
	padding:20px 0px;
}
.titre_part_mobile span{
	color:#a70f24;
}

.ss_titre_mobile {
	font:27px Arial, Helvetica, sans-serif; 
	color:#141414;
	padding:20px 0px;
	width:100%;
	display:block;
	text-decoration:none;
}

.ss_titre_mobile:hover {
	color:#a80b21;

}

.dsc_mobile_art {
	font-family: 'OpenSans';
    font-size: 14px;
    color: #3c3c3c;
}

.lire_suite_mobile {
	font-family: 'OpenSans';
    font-size: 13px;
    color: #1c1c1c;
	display:block;
	padding:15px 0px;
	text-decoration:none;
	position:relative;
}
.lire_suite_mobile:hover {
	color: #a80b21;
}


.lire_suite_mobile:after {
	content:"\f061";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #a91326;
    font-size: 12px;
    padding-right: 0.5em;
    position: absolute;
    top: 19px;
    left: 80px;
}

.block_plus_mobile img{
	width:60%;
	height:auto;
}


.part2_mobile {
	width:50%;
	float:left;
	min-height: 660px;
	background-position-y: bottom;
	background-repeat: no-repeat;
}

.part2_txt_mobile {
	width:72%;
	min-height: 660px;
	float:left;
	padding:20px;
}


.container_fluid_produits {
	width:100%;
	min-height:748px;
	background-image:url(../images/bg_block_produits.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment: fixed;
	
}

.container_produits {
	width:1232px;
	margin:0px auto;
	position:relative;
	padding-top: 35px;
}

.content_titre_prod {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:48px;
	color:#fff;
	text-align:center;
	padding-bottom:20px;
	padding-top:0px;
	position:relative;
}

.content_titre_prod:after{
	content: "";
    width: 48px;
    height: 4px;
    background: #fff;
    top: 60px;
    left: 48%;
    position: absolute;
}

.content_prods {
	width:100%;
	margin-top: 50px;
	    height: 490px;
    overflow: hidden;
}





.prod_compte {
	width:20%;
	float:left;
	background-image:url(../images/img_prod_compte.png);
	background-color:#fffffe;
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:100% 50%;
	display:block;
	min-height:490px;
	font-size:29px;
	color:#081721;
	text-decoration:none;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:150px;
	position:relative;
	transition:all 1s;
}
.prod_compte:before {
	content:"";
	width:90px;
	height:75px;
	position:absolute;
	background:url(../images/icn_compte.png) no-repeat;
	top: 64px;
    left: 32%;
	transition: all 1s;
}

.prod_compte:hover:before {
	background:url(../images/icn_compte_h.png) no-repeat;

}
.prod_compte:after {
	content: '';
    position: absolute;
    left: 43%;
    top: 49.4%;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 10px solid #fffffe;
    clear: both;
    transition: all 1s;
}

.prod_compte:hover:after {
    border-top: 10px solid #b40019;
}


.prod_compte:hover {
	background-color:#b40019;
	color:#fff;
	    transform: scale(1.1);

}




.prod_carte {
	    width: 20%;
    float: left;
    background-image: url(../images/img_prod_carte.png);
    background-color: #fffffe;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 50%;
    display: block;
    min-height: 490px;
    font-size: 29px;
    color: #081721;
    text-decoration: none;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 403px;
    position: relative;
    transition: all 1s;
}
.prod_carte:before {
	    content: "";
    width: 90px;
    height: 75px;
    position: absolute;
    background: url(../images/icn_carte.png) no-repeat;
    bottom: 100px;
    left: 32%;
    transition: all 1s;
}

.prod_carte:hover:before {
	background:url(../images/icn_carte_h.png) no-repeat;

}
.prod_carte:after {
	content: '';
    position: absolute;
    left: 43%;
    top: 48.4%;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 10px solid #fffffe;
    clear: both;
    transition: all 1s;
}

.prod_carte:hover:after {
    border-bottom: 10px solid #b40019;
}


.prod_carte:hover {
	background-color:#b40019;
	color:#fff;
	 transform: scale(1.1)

}









.prod_credit {
	    width: 20%;
    float: left;
    background-image: url(../images/img_prod_credit.png);
    background-color: #fffffe;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 101% 50%;
    display: block;
    min-height: 490px;
    font-size: 29px;
    color: #081721;
    text-decoration: none;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 150px;
    position: relative;
    transition: all 1s;
    background-position-y: 101%;
}
.prod_credit:before {
	content:"";
	width:90px;
	height:75px;
	position:absolute;
	background:url(../images/icn_credit.png) no-repeat;
	top: 64px;
    left: 32%;
	transition: all 1s;
}

.prod_credit:hover:before {
	background:url(../images/icn_credit_h.png) no-repeat;

}
.prod_credit:after {
	content: '';
    position: absolute;
    left: 43%;
    top: 49.4%;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 10px solid #fffffe;
    clear: both;
    transition: all 1s;
}

.prod_credit:hover:after {
    border-top: 10px solid #b40019;
}


.prod_credit:hover {
	background-color:#b40019;
	color:#fff;
	 transform: scale(1.1)

}








.prod_epargne {
	    width: 20%;
    float: left;
    background-image: url(../images/img_prod_epargne.png);
    background-color: #fffffe;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 50%;
    display: block;
    min-height: 490px;
    font-size: 29px;
    color: #081721;
    text-decoration: none;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 403px;
    position: relative;
    transition: all 1s;
}
.prod_epargne:before {
	    content: "";
    width: 90px;
    height: 75px;
    position: absolute;
    background: url(../images/icn_epargne.png) no-repeat;
    bottom: 100px;
    left: 32%;
    transition: all 1s;
}

.prod_epargne:hover:before {
	background:url(../images/icn_epargne_h.png) no-repeat;

}
.prod_epargne:after {
	content: '';
    position: absolute;
    left: 43%;
    top: 48.4%;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 10px solid #fffffe;
    clear: both;
    transition: all 1s;
}

.prod_epargne:hover:after {
    border-bottom: 10px solid #b40019;
}


.prod_epargne:hover {
	background-color:#b40019;
	color:#fff;
	 transform: scale(1.1)

}








.prod_placement {
	width:20%;
	float:left;
	background-image:url(../images/img_prod_placement.png);
	background-color:#fffffe;
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:100% 50%;
	display:block;
	min-height:490px;
	font-size:29px;
	color:#081721;
	text-decoration:none;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:150px;
	position:relative;
	transition:all 1s;
}
.prod_placement:before {
	content:"";
	width:90px;
	height:75px;
	position:absolute;
	background:url(../images/icn_placement.png) no-repeat;
	top: 64px;
    left: 32%;
	transition: all 1s;
}

.prod_placement:hover:before {
	background:url(../images/icn_placement_h.png) no-repeat;

}
.prod_placement:after {
	content: '';
    position: absolute;
    left: 43%;
    top: 49.4%;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 10px solid #fffffe;
    clear: both;
    transition: all 1s;
}

.prod_placement:hover:after {
    border-top: 10px solid #b40019;
}


.prod_placement:hover {
	background-color:#b40019;
	color:#fff;
	 transform: scale(1.1)

}





.container_fluid_services {
	width:100%;
	min-height: 746px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,edf0f1+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #edf0f1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#edf0f1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#edf0f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edf0f1',GradientType=0 ); /* IE6-9 */
}



.container_services {
	width:1232px;
	margin:30px auto 0px auto;
	min-height: 746px;
}

.content_titre_services {
	    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 48px;
    color: #384c55;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 0px;
    position: relative;
}

.content_titre_services:after {
    content: "";
    width: 48px;
    height: 4px;
    background: #b50a0d;
    top: 60px;
    left: 48%;
    position: absolute;
}

.box_services {
	    width: 31%;
    float: left;
    min-height: 165px;
    margin: 44px 1%;
}


.box_services .titre_service {
	width:100%;
	padding:15px 0px;
	font:29px Arial, Helvetica, sans-serif;
	color:#39505e;
	text-decoration:none;
	display:block;
}

.desc_service {
	    padding-left: 112px;
    color: #565656;
    font-size: 14px;
    font-family: 'OpenSans';
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    display: block;
    min-height: 105px;
	transition:all 1s;
}


.box_services .titre_service:hover {
	color:#b40019;

}

.desc_service:hover {
	color:#b40019;

}
/*
.box_services #s01 {
	background-image:url(../images/icn_banking.png);
}

.box_services #s01:hover {
	background-image:url(../images/icn_banking_h.png);
}*/


.box_services #s01 {
	background-image:url(../images/fatca.png);
}

.box_services #s01:hover {
	background-image:url(../images/fatca_h.png);
}


.box_services #s02 {
	background-image:url(../images/icn_assurance.png);
}


.box_services #s02:hover {
	background-image:url(../images/icn_assurance_h.png);
}

/***

.box_services #s02 {
	background-image:url(../images/icn_devenez_client__.png);
}


.box_services #s02:hover {
	background-image:url(../images/icn_devenez_client__h.png);
}



**/



.box_services #s03 {
	background-image:url(../images/icn_portfeille.png);
}
.box_services #s03:hover {
	background-image:url(../images/icn_portfeille_h.png);
}

.box_services #s04 {
	background-image:url(../images/icn_transfert.png);
}
.box_services #s04:hover {
	background-image:url(../images/icn_transfert_h.png);
}


.box_services #s05 {
	background-image:url(../images/icn_change.png);
}
.box_services #s05:hover {
	background-image:url(../images/icn_change_h.png);
}


.box_services #s06 {
	background-image:url(../images/icn_ava.png);
}
.box_services #s06:hover {
	background-image:url(../images/icn_ava_h.png);
}


.btt_tt_services {
	display:block;
	float:right;
	font-family: 'OpenSans';
    font-size: 14px;
    color: #1c1c1c;
	padding:15px 0px;
	text-decoration:none;
	position:relative;
	width:160px;
	text-align:right;
}


.btt_tt_services:hover {
	color: #a80b21;
}


.btt_tt_services:before {
	content:"\f061";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #a91326;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 19px;
    left: 0px;
}


.cont_img_titre_article {
	    width: 100%;
    min-height: 290px;
    margin-top: 100px;
    margin-bottom: 20px;
    position: relative;
    /* overflow: hidden; */
    height: auto;
    float: left;
}


.cont_img_titre_article .cont_titre {
	width:54%;
	padding:25px 0px;
	background:#fff;
	z-index:5;
	position:absolute;
	top:47px;
	right:0px;
	-webkit-box-shadow: 3px 1px 26px -6px rgba(83,97,105,0.30);
-moz-box-shadow: 3px 1px 26px -6px rgba(83,97,105,0.30);
box-shadow: 3px 1px 26px -6px rgba(83,97,105,0.30);
}

.cont_img_titre_article .cont_titre .titre_rebrique{
	width:55%;
	float:right;
	padding:10px 0px;
	border-bottom:1px #e5e7e9 solid;
	color:#536169;
	font-size:12px;
	font-family: 'OpenSans';
	text-transform:uppercase;
}
.cont_img_titre_article .cont_titre .titre_article{
	width:100%;
	float:right;
	padding:20px 25px;
	font-size:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#536169;
}

.cont_img_titre_article .cont_titre .cont_social_icon {
    float: left;
    width: auto;
    height: 44px;
    padding-top: 11px;
    padding-left: 25px;
}

.cont_img_titre_article .cont_img_article {
    width:60%;
	float:left;
	min-height:290px;
}

.cont_img_titre_article .cont_img_article img{
    width:100%;
	height:auto;
}

.content_txt_article {
	padding:25px 0px;
	color:#2b2b2b;
	font-size:14px;
	font-family: 'OpenSans';
}

.contenu_page_interne .titre_photo_video {
	width:100%;
	overflow:hidden;
	height:50px;
	font:bold 29px Arial, Helvetica, sans-serif;
	color:#536169;
	position:relative;
}

.contenu_page_interne .titre_photo_video:before {
	content:"";
	width:100%;
	height:1px;
	background:#e7e7e7;
	position:absolute;
	top:50%;
	left:320px;
}

.contenu_page_interne .titre_photo_video:after {
	content:"";
	width:62px;
	height:1px;
	background:#a2051a;
	position:absolute;
	top:50%;
	left:256px;
}

.cont_img_galerie {
	padding:20px 0px;
	    margin-bottom: 18px;
    display: block;
    overflow: hidden;
}


.cont_img_galerie .img_galerie{
	border:10px #ffffff solid;
	margin-bottom:15px;
	    -webkit-box-shadow: 3px 1px 26px -6px rgba(83,97,105,0.30);
    -moz-box-shadow: 3px 1px 26px -6px rgba(83,97,105,0.30);
    box-shadow: 3px 1px 26px -6px rgba(83,97,105,0.30);
	background: #a71a2d;
	height:150px;
	overflow:hidden;
}

.cont_img_galerie .img_galerie img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.cont_img_galerie .img_galerie:hover img{
	opacity: .5;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);

}


.desc_video_details {
	padding:25px 15px;
	color:#2b2b2b;
	font-size:14px;
	font-family: 'OpenSans';
	margin:0px !important;
}


.cont_lecteur_video {
	margin:0px !important;
}



.ligne_liste_actu {
	width:100%;
	display:block;
	overflow:hidden;
	margin:30px 0px;
	    -webkit-box-shadow: 3px 1px 26px -6px rgba(83,97,105,0.30);
    -moz-box-shadow: 3px 1px 26px -6px rgba(83,97,105,0.30);
    box-shadow: 3px 1px 26px -6px rgba(83,97,105,0.30);
}


.contenu_page_interne_actu {
	padding-top:75px;
}


.img_article_liste {
	margin:0px !important;
	padding:0px !important;
	
}
.img_article_liste img{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	
}
.img_article_liste:hover img {
	    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.reste_liste_article {
	padding:20px 0px;
}

.reste_liste_article .titre_rebrique {
    width: 55%;
    float: right;
    padding: 10px 0px;
    border-bottom: 1px #e5e7e9 solid;
    color: #536169;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}
.titre_actu_liste {
	    width: 100%;
        float: left;
    padding: 10px 0px;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #536169;
	text-decoration:none;
	display:block;
}
.titre_actu_liste:hover {
    color: #a2051a;
	text-decoration:none;

}


.desc_actu_liste{
	width:100%;
	height:auto;
	font-family: 'OpenSans';
    font-size: 13px;
    color: #404040;
	padding:10px 0px;
	text-decoration:none;
	display:block;
	float:left;
}
.desc_actu_liste:hover{
    color: #a2051a;
	text-decoration:none;

}

.lire_suite_liste_actu {
	float:left;
	width:140px;
	display:block;
	font-family: 'OpenSans';
    font-size: 12px;
    color: #5f7c8b;
	font-weight:bold;
	position:relative;
}
.lire_suite_liste_actu:before {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #5f7c8b;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
        top: 0;
    left: 79px;
}

.lire_suite_liste_actu:hover {
	float:left;
	width:140px;
	display:block;
	font-family: 'OpenSans';
    font-size: 12px;
    color: #5f7c8b;
	font-weight:bold;
	text-decoration:none;
}
.lire_suite_liste_actu:hover:before {

    color: #980c1d;

}

.titre_page_liste_actu {
	    width: 100%;
    overflow: hidden;
    height: 50px;
    font: bold 41px Arial, Helvetica, sans-serif;
    color: #a2051a;
    position: relative;
    margin-bottom: 40px;
}



.titre_page_liste_actu:before {
	content:"";
	width:100%;
	height:1px;
	background:#e7e7e7;
	position:absolute;
	top:50%;
	left:320px;
}

.titre_page_liste_actu:after {
	content:"";
	width:62px;
	height:1px;
	background:#a2051a;
	position:absolute;
	top:50%;
	left:256px;
}





.titre_page_liste_assurance {
	    width: 100%;
    overflow: hidden;
    height: 50px;
    font: bold 41px Arial, Helvetica, sans-serif;
    color: #a2051a;
    position: relative;
    margin-bottom: 40px;
}



.titre_page_liste_assurance:before {
	content:"";
	width:100%;
	height:1px;
	background:#e7e7e7;
	position:absolute;
	top:50%;
	left:521px;
}

.titre_page_liste_assurance:after {
	content:"";
	width:62px;
	height:1px;
	background:#a2051a;
	position:absolute;
	top:50%;
	left:506px;
}




.titre_page_liste_transfert {
	    width: 100%;
    overflow: hidden;
    height: 50px;
    font: bold 41px Arial, Helvetica, sans-serif;
    color: #a2051a;
    position: relative;
    margin-bottom: 40px;
}


.titre_page_liste_transfert:before {
	content:"";
	width:100%;
	height:1px;
	background:#e7e7e7;
	position:absolute;
	top:50%;
	left: 440px;
}

.titre_page_liste_transfert:after {
	content:"";
	width:62px;
	height:1px;
	background:#a2051a;
	position:absolute;
	top:50%;
	left:400px;
}








.titre_page_liste_info_finance {
	    width: 100%;
    overflow: hidden;
    height: 50px;
    font: bold 41px Arial, Helvetica, sans-serif;
    color: #a2051a;
    position: relative;
    margin-bottom: 40px;
}


.titre_page_liste_info_finance:before {
	content:"";
	width:100%;
	height:1px;
	background:#e7e7e7;
	position:absolute;
	top:50%;
	left: 555px;
}

.titre_page_liste_info_finance:after {
	content:"";
	width:62px;
	height:1px;
	background:#a2051a;
	position:absolute;
	top:50%;
	left:520px;
}














.box_carte_liste {
	height:350px;
	max-height:350px;
	border:1px #dbdbdb solid;
	border-radius:10px;
	margin-bottom:40px;
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
}
.box_carte_liste img{
	width:100%;
	margin:0px;
	transition:all 1s;
	transform: scale(1);
}
.box_carte_liste:hover img{
	-webkit-transform:rotate(20deg);
   -moz-transform:rotate(20deg);
    -ms-transform:rotate(20deg);
     -o-transform:rotate(20deg);
        transform:rotate(20deg) scale(1.1);
		tra 
}
.box_content_carte {
	background:#fff;
	height:40%;
	position:absolute;
	bottom:0px;
	border-radius:0px 0px 10px 10px;
	z-index:5;
}

.box_content_carte .titre_carte{
	font:bold 30px Arial, Helvetica, sans-serif;
	padding:20px 40px;
	position:relative;
	width:100%;
	text-decoration:none;
	display:block;
	
}
.box_content_carte .titre_carte:before{
	content:"";
	position:absolute;
	width:115px;
	height:1px;
	background:#e5e7e9;
	top:60px;
	left:0px;
	
}
.box_content_carte .titre_carte:after{
	content:"";
	position:absolute;
	width:5px;
	height:5px;
	top:58px;
	left:114px;
	
}
.box_content_carte .desc_carte{
	font-size:13px;
	padding:0px 40px;
	position:relative;
	width:100%;
	font-family: 'OpenSans';
	
}
.box_content_carte .lire_suite_carte{
	font-size:12px;
	position:relative;
	font-family: 'OpenSans';
	font-weight:bold;
	float:right;
	display:block;
	overflow:hidden;
	padding:0px 30px 0px 0px;
	text-decoration:none;
	color:#5e5e5e;
	transition:all 1s;
}
.box_content_carte .lire_suite_carte:after{
	    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 13px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    right: 5px;
	transition:all 1s;
}
.box_carte_technologique .lire_suite_carte:hover:after{
	 right: 0px;
	
}





.box_carte_technologique {
	background-image:url(../images/bg_carte_tech.png);
}
.box_carte_technologique .titre_carte{
	color:#4394bb;	
}
.box_carte_technologique .titre_carte:after{
	background:#4394bb;
}
.box_carte_technologique .lire_suite_carte:hover{
	color:#4394bb;
	text-decoration:none;
}
.box_carte_technologique .lire_suite_carte:after{
	color:#4394bb;
	
}






.box_carte_lella {
	background-image:url(../images/bg_carte_lella.png);
}
.box_carte_lella .titre_carte{
	color:#eb85b5;	
}
.box_carte_lella .titre_carte:after{
	background:#eb85b5;
}
.box_carte_lella .lire_suite_carte:hover{
	color:#eb85b5;
	text-decoration:none;
}
.box_carte_lella .lire_suite_carte:after{
	color:#eb85b5;
	
}




.box_carte_khir {
	background-image:url(../images/bg_carte_elkhir.png);
}
.box_carte_khir .titre_carte{
	color:#f78c2c;	
}
.box_carte_khir .titre_carte:after{
	background:#f78c2c;
}
.box_carte_khir .lire_suite_carte:hover{
	color:#f78c2c;
	text-decoration:none;
}
.box_carte_khir .lire_suite_carte:after{
	color:#f78c2c;
	
}




.box_carte_moussafer {
	background-image:url(../images/bg_carte_mousefer.png);
}
.box_carte_moussafer .titre_carte{
	color:#9aa5b5;	
}
.box_carte_moussafer .titre_carte:after{
	background:#9aa5b5;
}
.box_carte_moussafer .lire_suite_carte:hover{
	color:#9aa5b5;
	text-decoration:none;
}
.box_carte_moussafer .lire_suite_carte:after{
	color:#9aa5b5;
	
}




.box_carte_word {
	background-image:url(../images/bg_carte_world.png);
}
.box_carte_word .titre_carte{
	color:#635d54;	
}
.box_carte_word .titre_carte:after{
	background:#635d54;
}
.box_carte_word .lire_suite_carte:hover{
	color:#635d54;
	text-decoration:none;
}
.box_carte_word .lire_suite_carte:after{
	color:#635d54;
	
}




.box_carte_mastercard {
	background-image:url(../images/bg_carte_master.png);
}
.box_carte_mastercard .titre_carte{
	color:#916b27;	
}
.box_carte_mastercard .titre_carte:after{
	background:#916b27;
}
.box_carte_mastercard .lire_suite_carte:hover{
	color:#916b27;
	text-decoration:none;
}
.box_carte_mastercard .lire_suite_carte:after{
	color:#916b27;
	
}




.box_carte_jeune {
	background-image:url(../images/bg_carte_jeune.png);
}
.box_carte_jeune .titre_carte{
	color:#24326b;	
}
.box_carte_jeune .titre_carte:after{
	background:#24326b;
}
.box_carte_jeune .lire_suite_carte:hover{
	color:#24326b;
	text-decoration:none;
}
.box_carte_jeune .lire_suite_carte:after{
	color:#24326b;
	
}




.box_carte_gold {
	background-image:url(../images/bg_carte_gold.png);
}
.box_carte_gold .titre_carte{
	color:#dea610;	
}
.box_carte_gold .titre_carte:after{
	background:#dea610;
}
.box_carte_gold .lire_suite_carte:hover{
	color:#dea610;
	text-decoration:none;
}
.box_carte_gold .lire_suite_carte:after{
	color:#dea610;
	
}



.box_carte_amex {
	background-image:url(../images/bg_carte_amex.png);
}
.box_carte_amex .titre_carte{
	color:#6f9367;	
}
.box_carte_amex .titre_carte:after{
	background:#6f9367;
}
.box_carte_amex .lire_suite_carte:hover{
	color:#6f9367;
	text-decoration:none;
}
.box_carte_amex .lire_suite_carte:after{
	color:#6f9367;
	
}


.txt_desc_crÃ©dits {
	padding:0px 0px 15px 0px;
	color:#2b2b2b;
	font-size:13px;
	font-family: 'OpenSans';
}
.txt_desc_crÃ©dits h2{
	color:#6393ab;
	font-size:15px;
	font-family: 'OpenSans';
	font-weight:bold;
	display:block;
	width:100%;
}


.box_credits_liste {
	min-height:419px !important;
	-moz-box-shadow: 2px 2px 20px 0px #cfcfcf;
    -webkit-box-shadow: 2px 2px 20px 0px #cfcfcf;
    -o-box-shadow: 2px 2px 20px 0px #cfcfcf;
    box-shadow: 2px 2px 20px 0px #cfcfcf;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=20);
	display:block;
	background:#fff;
	position:relative;
	margin-bottom:15px;
	margin-top:15px;
}

.box_credits_liste .cont_nom_credit{
	width:100%;
	height:147px;
	font:29px Arial, Helvetica, sans-serif;
	color:#242424;
	text-align:center;
	text-decoration:none;
	padding-top:50px;
	display:block;
}
.box_credits_liste .cont_nom_credit span{
	width:100%;
	font-size:13px;
	font-family: 'OpenSans';
	color:#668fa4;
	text-align:center;
	display:block;
	text-transform:uppercase;
	position:relative;
}

.box_credits_liste .cont_nom_credit span:before{
	content:"";
	width:1px;
	height:23px;
	position:absolute;
	top:43px;
	left:50%;
	background:#668fa4;
	

}
.box_credits_liste .cont_nom_credit:hover span:before{
	background:#a2051a;
	

}


.box_credits_liste .cont_nom_credit:hover, .box_credits_liste .cont_nom_credit:hover span{
	color:#a2051a;
}

.box_credits_liste .img_prod_credit {
	position:relative;
	width:100%;
	min-height:270px;
	display:block;
}


.box_credits_liste .img_prod_credit img{
	margin: 0px !important;
    width: 100%;
	filter: brightness(.5);
    -webkit-filter: brightness(.5);
	transition:all 1s;
}

.box_credits_liste .img_prod_credit:hover img{
	filter: brightness(1);
    -webkit-filter: brightness(1);
}






.box_credit_sakan .img_prod_credit:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 37%;
	background-color:#668fa4;
	background-image:url(../images/icn_credit_sakan.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}
.box_credit_sakan .img_prod_credit:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}
.box_credit_maalem .img_prod_credit:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 37%;
	background-color:#668fa4;
	background-image:url(../images/icn_credit_maalem.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}
.box_credit_maalem .img_prod_credit:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}
.box_credit_fonapram .img_prod_credit:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 37%;
	background-color:#668fa4;
	background-image:url(../images/icn_credit_fonapram.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}
.box_credit_fonapram .img_prod_credit:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}




.box_credit_mounaseb .img_prod_credit:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 37%;
	background-color:#668fa4;
	background-image:url(../images/icn_credit_mounaseb.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}
.box_credit_mounaseb .img_prod_credit:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}





.box_credit_tarfih .img_prod_credit:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 37%;
	background-color:#668fa4;
	background-image:url(../images/icn_credit_tarfih.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}
.box_credit_tarfih .img_prod_credit:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}


.box_credit_tahawel .img_prod_credit:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 37%;
	background-color:#668fa4;
	background-image:url(../images/icn_credit_tahwil.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}
.box_credit_tahawel .img_prod_credit:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}


.box_credit_Renov .img_prod_credit:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 37%;
	background-color:#668fa4;
	background-image:url(../images/icn_credit_Renov.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}
.box_credit_Renov .img_prod_credit:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}


.box_credit_sakan_awal .img_prod_credit:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 37%;
	background-color:#668fa4;
	background-image:url(../images/icn_credit_sakan_awal.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}
.box_credit_sakan_awal .img_prod_credit:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}



.box_credit_auto .img_prod_credit:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 37%;
	background-color:#668fa4;
	background-image:url(../images/icn_credit_auto.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}
.box_credit_auto .img_prod_credit:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}


.box_credit_seniors .img_prod_credit:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 37%;
	background-color:#668fa4;
	background-image:url(../images/icn_credit_seniors.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}
.box_credit_seniors .img_prod_credit:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}



.box_credit_pc .img_prod_credit:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 37%;
	background-color:#668fa4;
	background-image:url(../images/icn_credit_pc.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}
.box_credit_pc .img_prod_credit:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}



.box_credit_num .img_prod_credit:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 37%;
	background-color:#668fa4;
	background-image:url(../images/icn_credit_numirique.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}
.box_credit_num .img_prod_credit:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}



.box_credit_start .img_prod_credit:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 37%;
	background-color:#668fa4;
	background-image:url(../images/icn_credit_start.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}
.box_credit_start .img_prod_credit:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}




.box_credit_ep_cre .img_prod_credit:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 37%;
	background-color:#668fa4;
	background-image:url(../images/icn_credit_ep_cre.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}
.box_credit_ep_cre .img_prod_credit:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}


/*  Box crÃ©dit bien etre */
.box_credit_Bienetre .img_prod_credit:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 37%;
	background-color:#668fa4;
	background-image:url(../images/icn_credit_bienetre.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}
.box_credit_Bienetre .img_prod_credit:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}

/*  Box crÃ©dit bien etre */







.content_nav_filtre_credtis {
	width: 100%;
    height: 50px;
    border-top: 1px #eee solid;
    padding: 15px 0px;
    margin-bottom: 30px;
}

.content_nav_filtre_credtis a{
	float:right;
	display:block;
	padding:10px 15px;
	text-decoration:none;
	color:#2a2a2a;
	font-size:12px;
	font-family: 'OpenSans';
	text-transform:uppercase;
	border:1px #ffffff solid;
	cursor:pointer;
	transition:all 1s;
}

.content_nav_filtre_credtis a:hover{
	float:right;
	display:block;
	padding:10px 15px;
	text-decoration:none;
	color:#2a2a2a;
	font-size:12px;
	font-family: 'OpenSans';
	text-transform:uppercase;
	border:1px #a3081d solid;
}

.content_nav_filtre_credtis a.current{
	float:right;
	display:block;
	padding:10px 15px;
	text-decoration:none;
	color:#2a2a2a;
	font-size:12px;
	font-family: 'OpenSans';
	text-transform:uppercase;
	border:1px #a3081d solid;
}


#map {
    width: 100%;
    height: 300px !important;
}

#map iframe{
    filter: grayscale(100%);
}


.content_glob_maps {
	position:relative;
	display:block;
	overflow:hidden;
}

.cont_div_recherche_agence {
	width:420px;
	height:auto;
	background:#fff;
	padding:20px;
	position:absolute;
	top:50px;
	left:4%;
	z-index:555;
}


#detail_article_interne .cont_div_recherche_agence {
	width:100%;
	height:270px;
	background:#fff;
	padding:20px;
	position:static;
	top:50px;
	left:10%;
	z-index:555;
}


.titre_block_recherche_agance {
	width:100%;
	padding-left:90px;
	font-size:38px;
	font-family: 'OpenSans';
	color:#21152d;
	position:relative;
}
.titre_block_recherche_agance:before {
	content:"";
	width:75px;
	height:77px;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/icn_location_agances.png) no-repeat;
	transition:all 0.5s;
}



.cont_div_recherche_agence:hover .titre_block_recherche_agance:before {
	top:-7px;
}


.titre_block_recherche_agance span{
	font-size:21px;
	font-family: 'OpenSans';
	color:#21152d;
	display:block;
	font-weight:100;
}

.cont_form_recherche_agence {
	width:100%;
	overflow:hidden;
	padding:10px 0px;
}

.input_recherche_agance {
	    width: 75% !important;
    height: 43px !important;
    border: 1px #dedede solid !important;
    float: left;
    font-size: 15px;
    font-family: 'OpenSans';
    color: #333333;
    margin: 0px !important;
}


.bt_trouver_agance {
	width:22%;
	height:43px;
	float:right;
	font-size:18px;
	font-family: 'OpenSans';
	color:#f3f5f6;
	background:#a71a2d;
	text-align:center;
	padding-top:0px;
	border:none;
	cursor:pointer;
}


.my-gallery {
  width: 100%;
  float: left;
}
.my-gallery img {
  width: 100%;
  height: auto;
}
/*
.my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 150px;
}
*/
.my-gallery figcaption {
  display: none;
}








/*** comptes **/
.box_compte_produits {
	border:1px #eaeaea solid;
	border-radius:0 0 15px 15px;
}

.box_compte_produits .img_prod_credit {
	position:relative;
	width:100%;
	min-height:210px;
	display:block;
}


.box_credits_liste .img_prod_credit img{
	margin: 0px !important;
    width: 100%;
	filter: brightness(.5);
    -webkit-filter: brightness(.5);
	transition:all 1s;
}

.box_credits_liste .img_prod_credit:hover img{
	filter: brightness(1);
    -webkit-filter: brightness(1);
}


.cont_nom_compte {
	padding:15px 20px;
	text-decoration:none;
	font:21px Arial, Helvetica, sans-serif;
	color:#515151;
	text-decoration:none;
	    width: 100%;
    display: block;
	    min-height: 98px;
    position: relative;
	
}
.cont_nom_compte:hover {
	color:#a2051a;
	text-decoration:none;
	
}


.cont_nom_compte:before {
	content:"";
	width:103px;
	height:1px;
	background-color:#ebeced;
	position:absolute;
	left:0;
	bottom:0;
}

.cont_nom_compte:after {
	content:"";
	width:5px;
	height:5px;
	background-color:#4394bb;
	position:absolute;
	left:105px;
	bottom:-2px;
}
.cont_nom_compte:hover:after {
	content:"";
	width:5px;
	height:5px;
	background-color:#a2051a;
	position:absolute;
	left:105px;
	bottom:-2px;
}


.lire_suite_compte {
	font-size: 12px;
    position: relative;
    font-family: 'OpenSans';
    font-weight: bold;
    float: right;
    display: block;
    overflow: hidden;
    padding: 0px 30px 0px 0px;
    text-decoration: none;
    color: #5e5e5e;
    transition: all 1s;
}
.lire_suite_compte:after {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 13px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    right: 5px;
    transition: all 1s;
}

.lire_suite_compte:hover:after{
	 right: 0px;
	
}

.lire_suite_compte:hover{
	color:#a2051a;
	text-decoration:none;
	
}
.lire_suite_compte:after{
	color:#a2051a;
	
}





.img_prod_compte img{
	margin: 0px !important;
    width: 100%;
	filter: brightness(.5);
    -webkit-filter: brightness(.5);
	transition:all 1s;
}

.img_prod_compte:hover img{
	filter: brightness(1);
    -webkit-filter: brightness(1);
}



.box_comptes_liste {
	min-height:350px !important;
	display:block;
	background:#fff;
	position:relative;
	margin-bottom:15px;
	margin-top:15px;
}

.img_prod_compte {
	display:block;
	width:100%;
	min-height:210px;
}





/***/






/*** epargne **/
.box_epargnes_produits {
	border:1px #eaeaea solid;
	border-radius:15px;
}

.box_epargnes_produits .img_prod_epargne {
	position:relative;
	width:50%;
	/*min-height:238px;*/
	display:block;
	float:right;
}
.cont_nom_epargne {
	padding:23px 20px;
	text-decoration:none;
	font:21px Arial, Helvetica, sans-serif;
	color:#515151;
	text-decoration:none;
	    width: 50%;
    display: block;
	    min-height: 98px;
    position: relative;
	float:left;
	
}
.cont_nom_epargne:hover {
	color:#a2051a;
	text-decoration:none;
	
}


.cont_nom_epargne:before {
	content:"";
	width:103px;
	height:1px;
	background-color:#ebeced;
	position:absolute;
	left:0;
	bottom:0;
}

.cont_nom_epargne:after {
	content:"";
	width:5px;
	height:5px;
	background-color:#4394bb;
	position:absolute;
	left:105px;
	bottom:-2px;
}
.cont_nom_epargne:hover:after {
	content:"";
	width:5px;
	height:5px;
	background-color:#a2051a;
	position:absolute;
	left:105px;
	bottom:-2px;
}


.desc_epargne_prod {
	width:50%;
	float:left;
	display:block;
	text-decoration:none;
	color:#2b2b2b;
	font-size: 13px;
    position: relative;
    font-family: 'OpenSans';
	padding: 25px;

}

.desc_epargne_prod:hover {
	text-decoration:none;
	color:#a2051a;
	
}

.lire_suite_epargne {
	font-size: 12px;
    position: relative;
    font-family: 'OpenSans';
    font-weight: bold;
    float: right;
    display: block;
    overflow: hidden;
    padding: 0px 30px 0px 0px;
    text-decoration: none;
    color: #5e5e5e;
    transition: all 1s;
}
.lire_suite_epargne:after {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 13px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    right: 5px;
    transition: all 1s;
}

.lire_suite_epargne:hover:after{
	 right: 0px;
	
}

.lire_suite_epargne:hover{
	color:#a2051a;
	text-decoration:none;
	
}
.lire_suite_epargne:after{
	color:#a2051a;
	
}

.img_prod_epargne img{
	margin: 0px !important;
    width: 100%;
	filter: brightness(.5);
    -webkit-filter: brightness(.5);
	transition:all 1s;
	 border-radius: 0px 15px 15px 0px;
}

.img_prod_epargne:hover img{
	filter: brightness(1);
    -webkit-filter: brightness(1);
}



.box_epargnes_liste {
	/*min-height:350px !important;*/
	display:block;
	background:#fff;
	position:relative;
	margin-bottom:15px;
	margin-top:15px;
}

.img_prod_epargne {
	display:block;
	width:100%;
	min-height:210px;
}

/****/





/*** packs **/
.box_packs_produits {
	border:1px #eaeaea solid;
	border-radius:15px;
}

.box_packs_produits .img_prod_pack {
	position:relative;
	width:50%;
	/*min-height:238px;*/
	display:block;
	float:right;
}
.cont_nom_pack {
	    padding: 29px 20px;
    text-decoration: none;
    font: 37px Arial, Helvetica, sans-serif;
    color: #0b0b0b;
    text-decoration: none;
    width: 50%;
    display: block;
    min-height: 98px;
    position: relative;
    float: left;
	
}

.cont_nom_pack:hover {
	color:#0b0b0b;
	text-decoration:none;
	
}


.cont_nom_pack:before {
	content:"";
	width:270px;
	height:1px;
	background-color:#ebeced;
	position:absolute;
	left:0;
	bottom:0;
}

.cont_nom_pack:after {
	content:"";
	width:5px;
	height:5px;
	background-color:#4394bb;
	position:absolute;
	left:270px;
	bottom:-2px;
}
.cont_nom_pack:hover:after {
	content:"";
	width:5px;
	height:5px;
	background-color:#a2051a;
	position:absolute;
	left:270px;
	bottom:-2px;
}


.desc_pack_prod {
	width:45%;
	float:left;
	display:block;
	text-decoration:none;
	color:#2b2b2b;
	font-size: 13px;
    position: relative;
    font-family: 'OpenSans';
	padding: 25px;

}

.desc_pack_prod:hover {
	text-decoration:none;
	color:#a2051a;
	
}

.lire_suite_pack {
	font-size: 12px;
    position: relative;
    font-family: 'OpenSans';
    font-weight: bold;
    float: right;
    display: block;
    overflow: hidden;
    padding: 0px 30px 0px 0px;
    text-decoration: none;
    color: #5e5e5e;
    transition: all 1s;
	margin-right:5%;
}
.lire_suite_pack:after {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 13px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    right: 5px;
    transition: all 1s;
}

.lire_suite_pack:hover:after{
	 right: 0px;
	
}

.lire_suite_pack:hover{
	color:#a2051a;
	text-decoration:none;
	
}
.lire_suite_pack:after{
	color:#a2051a;
	
}

.img_prod_pack img{
	margin: 0px !important;
    width: 100%;
	filter: brightness(.5);
    -webkit-filter: brightness(.5);
	transition:all 1s;
	 border-radius: 0px;
	 opacity:0.7;
}

.img_prod_pack:hover img{
	filter: brightness(1);
    -webkit-filter: brightness(1);
	opacity:1;
}



.box_packs_liste {
	/*min-height:350px !important;*/
	display:block;
	background:#fff;
	position:relative;
	margin-bottom:15px;
	margin-top:15px;
}

.img_prod_pack {
	    display: block;
    width: 50%;
    /* min-height: 210px; */
    float: right;
	position:relative;
}

.img_prod_pack:before {
	content:"";
	width:139px;
	height:139px;
	top:52px;
	left:-60px;
	position:absolute;
	background-repeat:no-repeat;
	transition:all 1s;
	z-index:5;
}

.img_prod_pack:hover:before {
	content:"";
	width:139px;
	height:139px;
	top: 40px;
	left:-60px;
	position:absolute;
	background-repeat:no-repeat;
}












/*** specifique pack *******/

/*** pack gisr *******/
#pack01 .desc_pack_prod:hover {
	color: #219ed6;
}

#pack01 .cont_nom_pack:hover:after {
	background-color: #219ed6;
}

#pack01 .lire_suite_pack:hover {
	color: #219ed6;
}

#pack01 .lire_suite_pack:after {
    color: #219ed6;
}
#pack01 .img_prod_pack:before {
	background-image:url(../images/circul_img_pack_gisr.png);
}
#pack01 .cont_nom_pack span{
	 font:bold 37px Arial, Helvetica, sans-serif;
    color: #219ed6;
	
}
#pack01 .img_prod_pack {
	background-color: #337ab7;

}


/*** pack jeune *******/


#pack02 .desc_pack_prod:hover {
	color: #ee960a;
}

#pack02 .cont_nom_pack:hover:after {
	background-color: #ee960a;
}

#pack02 .lire_suite_pack:hover {
	color: #ee960a;
}

#pack02 .lire_suite_pack:after {
    color: #ee960a;
}
#pack02 .img_prod_pack:before {
	background-image:url(../images/circul_img_pack_jeune.png);
}
#pack02 .cont_nom_pack span{
	 font:bold 37px Arial, Helvetica, sans-serif;
    color: #ee960a;
	
}
#pack02 .img_prod_pack {
	background-color: #ee960a;

}


/*** pack sante *******/


#pack03 .desc_pack_prod:hover {
	color: #5bb807;
}

#pack03 .cont_nom_pack:hover:after {
	background-color: #5bb807;
}

#pack03 .lire_suite_pack:hover {
	color: #5bb807;
}

#pack03 .lire_suite_pack:after {
    color: #5bb807;
}
#pack03 .img_prod_pack:before {
	background-image:url(../images/circul_img_pack_sante.png);
}
#pack03 .cont_nom_pack span{
	 font:bold 37px Arial, Helvetica, sans-serif;
    color: #5bb807;
	
}
#pack03 .img_prod_pack {
	background-color: #5bb807;

}

/*** pack electron *******/
#pack04 .desc_pack_prod:hover {
	color: #9e2430;
}

#pack04 .cont_nom_pack:hover:after {
	background-color: #9e2430;
}

#pack04 .lire_suite_pack:hover {
	color: #9e2430;
}

#pack04 .lire_suite_pack:after {
    color: #9e2430;
}
#pack04 .img_prod_pack:before {
	background-image:url(../images/circul_img_pack_electron.png);
}
#pack04 .cont_nom_pack span{
	 font:bold 37px Arial, Helvetica, sans-serif;
    color: #9e2430;
	
}
#pack04 .img_prod_pack {
	background-color: #9e2430;

}


/*** pack world elite *******/

#pack05 .desc_pack_prod:hover {
	color: #828282;
}

#pack05 .cont_nom_pack:hover:after {
	background-color: #828282;
}

#pack05 .lire_suite_pack:hover {
	color: #828282;
}

#pack05 .lire_suite_pack:after {
    color: #828282;
}
#pack05 .img_prod_pack:before {
	background-image:url(../images/circul_img_pack_worldelite.png);
}
#pack05 .cont_nom_pack span{
	 font:bold 37px Arial, Helvetica, sans-serif;
    color: #828282;
	
}
#pack05 .img_prod_pack {
	background-color: #828282;

}




/***/





.img_prod_assurances {
	position:relative;
	width:100%;
	display:block;
}


.img_prod_assurances img{
	margin: 0px !important;
    width: 100%;
	filter: brightness(.5);
    -webkit-filter: brightness(.5);
	transition:all 1s;
}

.img_prod_assurances:hover img{
	filter: brightness(1);
    -webkit-filter: brightness(1);
}






.img_prod_assurances:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 37%;
	background-color:#668fa4;
	background-image:url(../images/icn_credit_sakan.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}






.box_credits_liste:nth-child(1) .img_prod_assurances:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 41%;
	background-color:#668fa4;
	background-image:url(../images/inc_01_assurance.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}

.box_credits_liste:nth-child(1) .img_prod_assurances:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}


/* *** assurance en tunisie et Ã&nbsp; la maison ****
.box_credits_liste:nth-child(2) .img_prod_assurances:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 41%;
	background-color:#668fa4;
	background-image:url(../images/inc_02_assurance.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}

.box_credits_liste:nth-child(2) .img_prod_assurances:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}
*/



.box_credits_liste:nth-child(2) .img_prod_assurances:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 41%;
	background-color:#668fa4;
	background-image:url(../images/inc_03_assurance.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}

.box_credits_liste:nth-child(2) .img_prod_assurances:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}



.box_credits_liste:nth-child(3) .img_prod_assurances:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 41%;
	background-color:#668fa4;
	background-image:url(../images/inc_04_assurance.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}

.box_credits_liste:nth-child(3) .img_prod_assurances:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}
/****/

/********* simulateur ***/

.nav_simulateur {
	width:100%;
	height:50px;
	border-bottom:1px #e6e4e7 solid;
}

.nav_simulateur .lien_simulateur {
	float: left;
    text-decoration: none;
    display: block;
    padding: 13px 18px;
    background-color: #f3f2f5;
    border-left: 1px #e6e4e7 solid;
    border-right: 1px #e6e4e7 solid;
    border-top: 1px #e6e4e7 solid;
    border-radius: 5px 5px 0 0;
    color: #3a3a3a;
    font: 15px Arial, Helvetica, sans-serif;
    margin-right: 2px;
	transition:all 1s;
	font-family: 'OpenSans';
}

.nav_simulateur .lien_simulateur.credit {
	float: left;
    text-decoration: none;
    display: block;
    padding: 13px 18px;
    background-color: #344049;
    border-left: 1px #e6e4e7 solid;
    border-right: 1px #e6e4e7 solid;
    border-top: 1px #e6e4e7 solid;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font: 15px Arial, Helvetica, sans-serif;
    margin-right: 2px;
	transition:all 1s;
	font-family: 'OpenSans';
}


.nav_simulateur .lien_simulateur.active {
	float: left;
    text-decoration: none;
    display: block;
    padding: 13px 18px;
    background-color: #7194a5;
    border-left: 1px #e6e4e7 solid;
    border-right: 1px #e6e4e7 solid;
    border-top: 1px #e6e4e7 solid;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font: 15px Arial, Helvetica, sans-serif;
    margin-right: 2px;
	transition:all 1s;
	font-family: 'OpenSans';
}

.nav_simulateur .lien_simulateur:hover {
    text-decoration: none;
    background-color: #7194a5;
    color: #fff;
}


/*************/



#container-side-left .smenu4 #dl-menu {
    /* padding: 3px; */
    /* list-style-type: none; */
    border-top: 1px solid #444;
    width: 240px;
    text-decoration: none;
    font: 12px Arial;
    color: #444;
	
	
	    width: 100%;
    position: relative;
    float: left;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #2a2a2a;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
    border: 1px #eee solid;
    cursor: pointer;
    transition: all 1s;
}

#container-side-left .smenu4 #dl-menu:hover {
float: right;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #2a2a2a;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
    border: 1px #a3081d solid;
}


.content_simul_credit {
	width:100%;
	display:block;
	float:left;
}

.content_simul_credit .part1_form{
	width:69%;
	float:left;
	margin-right:1%;
}




.content_simul_credit .part2_recap{
	width:30%;
	float:left;
}

.box_simulateur {
	width:100%;
	margin:15px 0px;
}

.box_simulateur .titre_box_simul {
	width: 100%;
    padding: 15px;
    background: #f4f2f5;
    border-radius: 10px 10px 0px 0px;
    font: 19px Arial, Helvetica, sans-serif;
    color: #333333;
}

.box_simulateur .content_box_simul {
	width:100%;
	padding:15px;
	border-radius:0px 0px 10px 10px;
	border:1px #ece9ee solid;
	    display: block;
    overflow: hidden;
}

.box_sim_50 {
	float:left;
	width:47%;
	margin:10px;
	position:relative;
}

.box_sim_50 label{
	float:left;
	width:100%;
	border-radius:6px;
	background:#f3f2f5;
	font:16px Arial, Helvetica, sans-serif;
	color:#808080;
	padding:20px 20px;
}


.box_sim_50 .input_txt_simul{
	float:left;
	width:100%;
	border-radius:6px;
	background:#fff;
	font:16px Arial, Helvetica, sans-serif;
	color:#7194a5;
	padding:20px 20px;
	border:1px #7194a5 solid;
	position:relative;
}




.cont_inpu {
	    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    width: 100%;
	margin-top:20px;
}
.cont_inpu:before {
	content:"";
	position:absolute;
	bottom:14px;
	left:10%;
	width:220px;
	height:1px;
	background:#7194a5;
	z-index:555;
}



.inpt_montant:after {
	content:"DT";
	position:absolute;
	bottom:14px;
	right:10px;
	color:#7194a5;
	z-index:555;
}



.inpt_taux:after {
	content:"%";
	position:absolute;
	bottom:14px;
	right:10px;
	color:#7194a5;
	z-index:555;
}





.inpt_date:after {
	content:"\f073";
	position:absolute;
	bottom:14px;
	right:10px;
	color:#7194a5;
	z-index:555;
	font-family: FontAwesome;
}

.recap_simul {
	font:14px Arial, Helvetica, sans-serif;
	color:#535353;
	
}
.recap_simul td{
	padding-bottom:10px;
}

.btt_simuler {
	float:right;
	margin:30px 0px;
	width:170px;
	height:56px;
	text-align:center;
	padding:15px 0px;
	color:#fff;
	background:#980c1d;
	font:18px Arial, Helvetica, sans-serif;
	border:none;
	border-radius:7px;
}


.btt_echeance {
	width:23%;
	border-radius:6px;
	background:#f3f2f5;
	font:16px Arial, Helvetica, sans-serif;
	color:#404040;
	padding:20px 20px;
	float:left;
	margin:7px;
	cursor:pointer;
	text-align:center;
	transition:all 1s;
}

.btt_echeance.active {
	width:23%;
	border-radius:6px;
	background:#7194a5;
	font:16px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:20px 20px;
	float:left;
	margin:7px;
	cursor:pointer;
	text-align:center;
}

.btt_echeance:hover {
	background:#7194a5;
	color:#fff;
}




.btt_amortissement {
	width:48%;
	border-radius:6px;
	background:#f3f2f5;
	font:16px Arial, Helvetica, sans-serif;
	color:#404040;
	padding:20px 20px;
	float:left;
	margin:7px;
	cursor:pointer;
	text-align:center;
	transition:all 1s;
}

.btt_amortissement.active {
	width:48%;
	border-radius:6px;
	background:#7194a5;
	font:16px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:20px 20px;
	float:left;
	margin:7px;
	cursor:pointer;
	text-align:center;
}

.btt_amortissement:hover {
	background:#7194a5;
	color:#fff;
}


.box_dev_client {
	position:relative;
	display:block;
	overflow:hidden;
	min-height:200px !important;
	margin:0px !important;
}

.box_dev_client .titre_box_dev_client {
	width:73%;
	display:block;
	float:left;
	text-decoration:none;
	font:26px Arial, Helvetica, sans-serif;
	color:#383838;
	margin-bottom:20px;
}

.box_dev_client .desc_box_dev_client {
	width:73%;
	display:block;
	float:left;
	text-decoration:none;
	font-size:13px ;
	font-family: 'OpenSans';
	color:#2b2b2b;
	position:relative;
}

.box_dev_client .titre_box_dev_client:hover {
	text-decoration:none;
	color:#a2051a;
}
.box_dev_client .desc_box_dev_client:hover {
	text-decoration:none;
	color:#a2051a;
}


.box_dev_client:nth-child(2) .titre_box_dev_client {
	float:right;

}

.box_dev_client:nth-child(2) .desc_box_dev_client {
	float:right;

}

.box_dev_client:nth-child(4) .titre_box_dev_client {
	float:right;

}

.box_dev_client:nth-child(4) .desc_box_dev_client {
	float:right;

}



.box_dev_client:nth-child(1):before {
	content:"";
	width:126px;
	height:126px;
	background-color:#e8edef;
	background-image:url(../images/dev_client_icn01.png);
	background-repeat:no-repeat;
	position:absolute;
	right:20px;
	top:0px;
	border-radius:100px;
	transition:all 0.6s;

}

.box_dev_client:nth-child(1):hover:before {
	background-color:#a2051a;
	background-image:url(../images/dev_client_icn01_h.png);
	top:10px;


}

.box_dev_client:nth-child(1):after {
	content:"";
	width:1px;
	height:60%;
	background-color:#e7e7e7;
	position:absolute;
	right:0px;
	top:0px;

}




.box_dev_client:nth-child(2):before {
	content:"";
	width:126px;
	height:126px;
	background-color:#e8edef;
	background-image:url(../images/dev_client_icn02.png);
	background-repeat:no-repeat;
	position:absolute;
	left:20px;
	top:0px;
	border-radius:100px;
	transition:all 0.6s;

}

.box_dev_client:nth-child(2):hover:before {
	background-color:#a2051a;
	background-image:url(../images/dev_client_icn02_h.png);
	top:10px;


}


.box_dev_client:nth-child(3):before {
	content:"";
	width:126px;
	height:126px;
	background-color:#e8edef;
	background-image:url(../images/dev_client_icn03.png);
	background-repeat:no-repeat;
	position:absolute;
	right:20px;
	top:0px;
	border-radius:100px;
	transition:all 0.6s;

}

.box_dev_client:nth-child(3):hover:before {
	background-color:#a2051a;
	background-image:url(../images/dev_client_icn03_h.png);
	top:10px;


}

.box_dev_client:nth-child(3):after {
	content:"";
	width:1px;
	height:60%;
	background-color:#e7e7e7;
	position:absolute;
	right:0px;
	top:0px;

}


.box_dev_client:nth-child(4):before {
	content:"";
	width:126px;
	height:126px;
	background-color:#e8edef;
	background-image:url(../images/dev_client_icn04.png);
	background-repeat:no-repeat;
	position:absolute;
	left:20px;
	top:0px;
	border-radius:100px;
	transition:all 0.6s;

}

.box_dev_client:nth-child(4):hover:before {
	background-color:#a2051a;
	background-image:url(../images/dev_client_icn04_h.png);
	top:10px;


}



.box_dev_client:nth-child(1) .desc_box_dev_client:before {
	content: "";
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
    position: absolute;
    left: 0px;
    bottom: -60px;

}

.box_dev_client:nth-child(2) .desc_box_dev_client:before {
	content: "";
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
    position: absolute;
    right: 0px;
    bottom: -60px;

}

.box_video_dev_client {
	margin:0px !important;
	padding:0px !important;
}

.box_video_dev_client .titre_block_video {
	width:100%;
	padding:15px 0px;
	font:26px Arial, Helvetica, sans-serif;
	color:#383838;
}

.box_video_dev_client .video {
	width:100%;
	height:auto;

}


.box_choix_agence_dev_client {
	margin:0px !important;
	padding:0px !important;
}
.box_choix_agence_dev_client .choix_agence {
	display:block;
	width:100%;
	padding:184px 0 50px 240px;
	font:22px Arial, Helvetica, sans-serif;
	color:#282828;
	text-decoration:none;
	position:relative;
}




.box_choix_agence_dev_client:before {
	content:"";
	width:126px;
	height:126px;
	background-color:#e8edef;
	background-image:url(../images/dev_client_icn05.png);
	background-repeat:no-repeat;
	position:absolute;
	left:70px;
	top:138px;
	border-radius:100px;
	transition:all 0.6s;

}

.box_choix_agence_dev_client:hover:before {
	background-color:#a2051a;
	background-image:url(../images/dev_client_icn05_h.png);
	top:148px;


}

.box_choix_agence_dev_client .content_btt_agence {
	width:90%;
	margin:20px 5%;
	border-top:1px #e7e7e7 solid;
	overflow:hidden;
}

.box_choix_agence_dev_client .content_btt_agence .btt_agence {
	display:block;
	float:left;
	padding:10px;
	background:#f3f2f5;
	border:1px #e7e7e7 solid;
	text-decoration:none;
	font-size:13px;
	color:#2b2b2b;
	font-family: 'OpenSans';
	margin:10px 5px;
	border-radius:5px;
	transition:all 1s;
}

.box_choix_agence_dev_client .content_btt_agence .btt_agence:hover {

	color:#a3081d;
	border:1px #a3081d solid;

}

.sstitre_devise {
	font:27px Arial, Helvetica, sans-serif;
	color:#516b79;
	float:left;
	padding:15px 0px;
}

.date_mise_ajourt_devise {
	font:13px Arial, Helvetica, sans-serif;
	color:#516b79;
	float:right;
	padding:15px 0px;
}

.cont_header_table {
	width:100%;
	overflow:hidden;
}

.div_header_table {
	padding:15px;
	text-align:left;
	font:18px Arial, Helvetica, sans-serif;
	color:#ffffff;
	float:left;
}

.div_header_table:nth-child(1) {
	border-radius:10px 0 0 0;
	border-right:1px #fff solid;
	background:#b1c4ce;
	width:30%;
}

.div_header_table:nth-child(2) {
	border-radius:0;
	border-right:1px #fff solid;
	background:#a2b4be;
	width:15%;
}

.div_header_table:nth-child(3) {
	border-radius:0;
	border-right:1px #fff solid;
	background:#8aa1ad;
	width:15%;
}

.div_header_table:nth-child(4) {
	border-radius:0;
	border-right:1px #fff solid;
	background:#6c8491;
	width:20%;
}

.div_header_table:nth-child(5) {
	border-radius:0 10px 0 0;
	border-right:1px #fff solid;
	background:#516b79;
	width:20%;
}


.ligne_table_devise {
	width:100%;
	border-bottom:1px #f4f2f5 solid;
	border-left:1px #f4f2f5 solid;
	border-right:1px #f4f2f5 solid;
	display: block;
    overflow: hidden;
	transition:all 1s;
}

.ligne_table_devise:hover {
	background:#d5e0e8;
}


.ligne_table_devise:nth-last-child(1) {
	border-radius:0 0 10px 10px
	
}

.ligne_table_devise .td_div_ligne_devises {
	font:14px Arial, Helvetica, sans-serif;
	color:#535353;
	font-weight:normal;
	border-right:1px #f4f2f5 solid;
	padding:15px;
}

.ligne_table_devise .td_div_ligne_devises:nth-child(1){ 
	font-weight:bold;
	width:30%;
	float:left;
}

.ligne_table_devise .td_div_ligne_devises:nth-child(2){ 
	width:15%;
	float:left;
}

.ligne_table_devise .td_div_ligne_devises:nth-child(3){ 
	width:15%;
	float:left;
}

.ligne_table_devise .td_div_ligne_devises:nth-child(4){ 
	width:20%;
	float:left;
}

.ligne_table_devise .td_div_ligne_devises:nth-child(5){ 
	width:20%;
	float:left;
	border:none;
}

.msg_ss_tableau {
	width:100%;
	padding:15px 30px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#516b79;
}













.img_prod_placement {
	position:relative;
	width:100%;
	display:block;
}


.img_prod_placement img{
	margin: 0px !important;
    width: 100%;
	filter: brightness(.5);
    -webkit-filter: brightness(.5);
	transition:all 1s;
}

.img_prod_placement:hover img{
	filter: brightness(1);
    -webkit-filter: brightness(1);
}






.img_prod_placement:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 37%;
	background-color:#668fa4;
	background-image:url(../images/icn_credit_sakan.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}






.box_credits_liste:nth-child(1) .img_prod_placement:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 41%;
	background-color:#668fa4;
	background-image:url(../images/icn_circ_placement01.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}

.box_credits_liste:nth-child(1) .img_prod_placement:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}




.box_credits_liste:nth-child(2) .img_prod_placement:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 41%;
	background-color:#668fa4;
	background-image:url(../images/icn_circ_placement02.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}

.box_credits_liste:nth-child(2) .img_prod_placement:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}




.box_credits_liste:nth-child(3) .img_prod_placement:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 41%;
	background-color:#668fa4;
	background-image:url(../images/icn_circ_placement03.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}

.box_credits_liste:nth-child(3) .img_prod_placement:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}





.box_credits_liste:nth-child(4) .img_prod_placement:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 41%;
	background-color:#668fa4;
	background-image:url(../images/icn_circ_placement04.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}

.box_credits_liste:nth-child(4) .img_prod_placement:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}




.img_prod_banking {
	position:relative;
	width:100%;
	display:block;
}


.img_prod_banking img{
	margin: 0px !important;
    width: 100%;
	filter: brightness(1);
    -webkit-filter: brightness(1);
	transition:all 1s;
}

.img_prod_banking:hover img{
	filter: brightness(1);
    -webkit-filter: brightness(1);
}






.img_prod_banking:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 37%;
	background-color:#668fa4;
	background-image:url(../images/icn_credit_sakan.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}






.box_credits_liste:nth-child(1) .img_prod_banking:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 41%;
	background-color:#8ca0a7;
	background-image:url(../images/icn_banking01.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}

.box_credits_liste:nth-child(1) .img_prod_banking:hover:before {
	background-color:#8ca0a7;
	bottom: 20px;
}




.box_credits_liste:nth-child(2) .img_prod_banking:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 41%;
	background-color:#c0c8cd;
	background-image:url(../images/icn_banking02.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}

.box_credits_liste:nth-child(2) .img_prod_banking:hover:before {
	background-color:#c0c8cd;
	bottom: 20px;
}




.box_credits_liste:nth-child(3) .img_prod_banking:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 41%;
	background-color:#24809f;
	background-image:url(../images/icn_banking03.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}

.box_credits_liste:nth-child(3) .img_prod_banking:hover:before {
	background-color:#24809f;
	bottom: 20px;
}





.box_credits_liste:nth-child(4) .img_prod_banking:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 41%;
	background-color:#b19751;
	background-image:url(../images/icn_banking04.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}

.box_credits_liste:nth-child(4) .img_prod_banking:hover:before {
	background-color:#b19751;
	bottom: 20px;
}



/* ATBPAY*/



.box_credits_liste:nth-child(5) .img_prod_banking:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 41%;
	background-color:#6da8bf;
	background-image:url(../images/icn_banking05.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}

.box_credits_liste:nth-child(5) .img_prod_banking:hover:before {
	background-color:#6da8bf;
	bottom: 20px;
}




.box_compte_services {
	border:1px #eaeaea solid;
	border-radius:15px;
}

.box_compte_services .img_prod_credit {
	position:relative;
	width:100%;
	min-height:210px;
	display:block;
}

.desc_services_prod {
	width:100%;
	float:left;
	display:block;
	text-decoration:none;
	color:#2b2b2b;
	font-size: 13px;
    position: relative;
    font-family: 'OpenSans';
	padding: 25px;
	    min-height: 100px;

}


.cont_nom_service {
	padding:15px 20px;
	text-decoration:none;
	font:27px Arial, Helvetica, sans-serif;
	color:#515151;
	text-decoration:none;
	    width: 100%;
    display: block;
	    min-height: 69px;
    position: relative;
	
}

.cont_nom_service:before {
    content: "";
    width: 103px;
    height: 1px;
    background-color: #ebeced;
    position: absolute;
    left: 0;
    bottom: 0;
}
.cont_nom_service:after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #4394bb;
    position: absolute;
    left: 105px;
    bottom: -2px;
}


.cont_nom_service:hover {
    color: #a2051a;
    text-decoration: none;
}

.desc_services_prod:hover {
	color: #a2051a;
    text-decoration: none;

}




.lire_suite_services {
	font-size: 12px;
    position: relative;
    font-family: 'OpenSans';
    font-weight: bold;
    float: right;
    display: block;
    overflow: hidden;
    padding: 0px 30px 30px 0px;
    text-decoration: none;
    color: #5e5e5e;
    transition: all 1s;
}
.lire_suite_services:after {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 13px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    right: 5px;
    transition: all 1s;
}

.lire_suite_services:hover:after{
	 right: 0px;
	
}

.lire_suite_services:hover{
	color:#a2051a;
	text-decoration:none;
	
}
.lire_suite_compte:after{
	color:#a2051a;
	
}




.img_prod_service {
	display:block;
	width:100%;
	min-height:210px;
}


.img_prod_service img{
	margin: 0px !important;
    width: 100%;
	filter: brightness(.5);
    -webkit-filter: brightness(.5);
	transition:all 1s;
	border-radius:15px 15px 0 0;
}

.img_prod_service:hover img{
	filter: brightness(1);
    -webkit-filter: brightness(1);
}
















.img_prod_quotidien {
	position:relative;
	width:100%;
	display:block;
}


.img_prod_quotidien img{
	margin: 0px !important;
    width: 100%;
	filter: brightness(.5);
    -webkit-filter: brightness(.5);
	transition:all 1s;
}

.img_prod_quotidien:hover img{
	filter: brightness(1);
    -webkit-filter: brightness(1);
}






.img_prod_quotidien:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 37%;
	background-color:#668fa4;
	background-image:url(../images/icn_credit_sakan.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}






.box_credits_liste:nth-child(1) .img_prod_quotidien:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 41%;
	background-color:#668fa4;
	background-image:url(../images/icn_quotidien01.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}

.box_credits_liste:nth-child(1) .img_prod_quotidien:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}




.box_credits_liste:nth-child(2) .img_prod_quotidien:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 41%;
	background-color:#668fa4;
	background-image:url(../images/icn_quotidien02.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}

.box_credits_liste:nth-child(2) .img_prod_quotidien:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}
/* box icon transfert d'argent*/
.box_credits_liste:nth-child(4) .img_prod_quotidien:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 41%;
	background-color:#668fa4;
	background-image:url(../images/icn_quotidien05.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}

.box_credits_liste:nth-child(4) .img_prod_quotidien:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}

/* icon pack */
.box_credits_liste:nth-child(3) .img_prod_quotidien:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 41%;
	background-color:#668fa4;
	background-image:url(../images/icn_quotidien03.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}

.box_credits_liste:nth-child(3) .img_prod_quotidien:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}




/* icon reglement de facture
.box_credits_liste:nth-child(4) .img_prod_quotidien:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 41%;
	background-color:#668fa4;
	background-image:url(../images/icn_quotidien04.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}

.box_credits_liste:nth-child(4) .img_prod_quotidien:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}
*/


/*
.box_credits_liste:nth-child(5) .img_prod_quotidien:before {
	content:"";
	width:104px;
	height:104px;
	bottom: 11px;
    left: 41%;
	background-color:#668fa4;
	background-image:url(../images/icn_quotidien05.png);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	position:absolute;
	z-index:555;
	transition:all 0.7s;
}

.box_credits_liste:nth-child(5) .img_prod_quotidien:hover:before {
	background-color:#a2051a;
	bottom: 20px;
}*/


.date_actu {
	    float: left;
    width: 100%;
    padding: 0px 23px;
    color: #536169;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}




.bt_lien_slider {
	width:80%;
	height:460px;
	margin:0 10%;
	z-index:555;
	    display: block;
	
}


.detail_article_interne {
	margin-bottom:25px;
}




/******** maps ****/
#map{
      height:600px !important;
      width:100%;
    }
#detail_article_interne #map{
      height:900px !important;
      width:100%;
    }
.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#searchInput {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 50%;
}
#searchInput:focus {
    border-color: #4d90fe;
}
#country-list {
	float: left;
	list-style: none;
	margin-top: -3px;
	padding: 0;
	width: 963px;
	position: absolute;
	z-index: 9;
}
#country-list li {
    padding: 10px; 
	background: #f0f0f0; 
	border-bottom: #bbb9b9 1px solid;
}
#country-list li:hover {
    background:#ece3d2;
	cursor: pointer;
}



/************/




.pagination {
	/*display:none !important;*/
}






/*************** management *****/

.cont_management {
	    position: relative;
    display: block;
    /* overflow: hidden; */
    width: 100%;
    float: left;
    height: 1000px;
}


.pdg_atb { 
width:60%;
position:absolute;
top:50px;
right:10%;
border:2px #ccd7dc solid;
transition:all 1s;
}
.pdg_atb:hover { 
background:#d5e0e8;
}
.pdg_atb:hover .fonction:before{
	content:"";
	width:89px;
	height:89px;
	background:url(../images/icn_management_niv1_m.png) no-repeat;
	position:absolute;
	top: 13px;
    left: -35px;
}



.pdg_atb .fonction{
	width:100%;
	padding:15px;
	text-align:center;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#a2051a;
	position:relative;
}

.pdg_atb .fonction:before{
	content:"";
	width:89px;
	height:89px;
	background:url(../images/icn_management_niv1_m.png) no-repeat;
	position:absolute;
	top: 13px;
    left: -44px;
	transition:all 1s;
}
.pdg_atb .nom{
	width:100%;
	padding:15px;
	text-align:center;
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#1c1c1c;
}



.dg_atb { 
    width: auto;
    position: absolute;
    top: 240px;
    right: 0%;
    border: 2px #ccd7dc solid;
    padding: 20px;
	transition:all 1s;
}
.dg_atb:hover {
	background:#d5e0e8;
}


.dg_atb .fonction{
	    width: 100%;
    padding: 15px 15px 0px 15px;
    text-align: center;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #3a3a3a;
    position: relative;
}

.dg_atb .fonction:before{
	    content: "";
    width: 89px;
    height: 89px;
    background: url(../images/icn_management_niv2_m.png) no-repeat;
    position: absolute;
    top: -59px;
    left: 33%;
	transition:all 1s;
	z-index: 5;
}

.dg_atb:hover .fonction:before{
	    content: "";
    width: 89px;
    height: 89px;
    background: url(../images/icn_management_niv2_m.png) no-repeat;
    position: absolute;
    top: -65px;
    left: 33%;
	z-index: 5;
}
.dg_atb .nom{
	width:100%;
	padding:15px;
	text-align:center;
	font:15px Arial, Helvetica, sans-serif;
	color:#3a3a3a;
}


.cont_niv3_management {
	width:100%;
	position:absolute;
	top:450px;
	left:0;
	display:block;
}


.dg2_atb { 
    width: 163px;
    border: 2px #ccd7dc solid;
    padding: 0px;
	margin:10px 10px;
	float:left;
	height:135px;
	transition:all 1s;
}
.dg2_atb:hover {
	background:#d5e0e8;
}
.dg2_atb .fonction{
	    width: 100%;
    padding: 30px 15px 0px 15px;
    text-align: center;
    font: bold 13px Arial, Helvetica, sans-serif;
    color: #3a3a3a;
    position: relative;
	height:80px;
}

.dg2_atb .fonction:before{
	    content: "";
    width: 89px;
    height: 89px;
    background: url(../images/icn_management_niv2_m.png) no-repeat;
    position: absolute;
    top: -45px;
    left: 30%;
	transition:all 1s;
	z-index: 5;
}

.dg2_atb:hover .fonction:before{
	    content: "";
    width: 89px;
    height: 89px;
    background: url(../images/icn_management_niv2_m.png) no-repeat;
    position: absolute;
    top: -55px;
    left: 30%;
	z-index: 5;
}
.dg2_atb .nom{
	width:100%;
	padding:15px;
	text-align:center;
	font:13px Arial, Helvetica, sans-serif;
	color:#3a3a3a;
}
.dg2_atb:nth-child(1) .fonction:before{
    background: url(../images/icn_management_niv2_f.png) no-repeat;

	
}

.dg2_atb:nth-child(2) .fonction:before{
    background: url(../images/icn_management_niv2_f.png) no-repeat;

	
}

.dg2_atb:nth-child(6) .fonction:before{
    background: url(../images/icn_management_niv2_f.png) no-repeat;

}









.cont_niv4_management {
	width:100%;
	position:absolute;
	top:770px;
	left:0;
	display:block;
}


.dg3_atb { 
    width: 161px;
    border: 2px #ccd7dc solid;
    padding: 0px;
	margin:10px 5px;
	float:left;
	height:165px;
	transition:all 1s;
}
.dg3_atb:hover {
	background:#d5e0e8;
}
.dg3_atb .fonction{
	    width: 100%;
    padding: 30px 15px 0px 15px;
    text-align: center;
    font: bold 13px Arial, Helvetica, sans-serif;
    color: #3a3a3a;
    position: relative;
	height:108px;
}

.dg3_atb .fonction:before{
	    content: "";
    width: 89px;
    height: 89px;
    background: url(../images/icn_management_niv3_m.png) no-repeat;
    position: absolute;
    top: -45px;
    left: 30%;
	transition:all 1s;
	z-index: 5;
}
.dg3_atb:hover .fonction:before{
	    content: "";
    width: 89px;
    height: 89px;
    background: url(../images/icn_management_niv3_m.png) no-repeat;
    position: absolute;
    top: -55px;
    left: 30%;
	z-index: 5;
}
.dg3_atb .nom{
	width:100%;
	padding:15px;
	text-align:center;
	font:13px Arial, Helvetica, sans-serif;
	color:#3a3a3a;
}
.dg3_atb:nth-child(3) .fonction:before{

    background: url(../images/icn_management_niv3_f.png) no-repeat;

}

.dg3_atb:nth-child(4) .fonction:before{

    background: url(../images/icn_management_niv3_f.png) no-repeat;

}
.dg3_atb:nth-child(6) .fonction:before{

    background: url(../images/icn_management_niv3_f.png) no-repeat;

}



/*** directeur gÃ©nÃ©rale modif **
.tr_horiz_01 {
	width: 796px;
    height: 2px;
    position: absolute;
    top: 187px;
    right: 126px;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
}*/



.tr_horiz_01 {
	    width: 813px;
    height: 2px;
    position: absolute;
    top: 187px;
    right: 106px;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
}






/**** modif directeur gÃ©nÃ©rale **
.tr_corner_right01 {
	    width: 50px;
    height: 16px;
    position: absolute;
    border-right: 2px #ccd7dc solid;
    border-top: 2px #ccd7dc solid;
    border-radius: 0px 7px;
    top: 187px;
    right: 119px;
    display: block;
    overflow: hidden;
    background: transparent;
}
*/

.tr_corner_right01 {
	    width: 50px;
    height: 16px;
    position: absolute;
    border-right: 2px #ccd7dc solid;
    border-top: 2px #ccd7dc solid;
    /* border-color: #000; */
    border-radius: 0px 7px;
    top: 187px;
    right: 100px;
    display: block;
    overflow: hidden;
    background: transparent;
}






.tr_corner_left01 {
	    width: 50px;
    height: 16px;
    position: absolute;
    border-left: 2px #ccd7dc solid;
    border-top: 2px #ccd7dc solid;
    /* border-color: #000; */
    border-radius: 7px 0px;
    top: 187px;
    right: 878px;
    display: block;
    overflow: hidden;
    background: transparent;
}

.tr_vertical_01 {
	    width: 2px;
    height: 217px;
    position: absolute;
    top: 201px;
    right: 926px;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
}



.tr_horiz_cont_niv3_management {
	    width: 915px;
    height: 2px;
    position: absolute;
    top: -64px;
    right: 196px;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
}




.tr_corner_right01_niv3_management {
	width: 50px;
    height: 31px;
    position: absolute;
    border-right: 2px #ccd7dc solid;
    border-top: 2px #ccd7dc solid;
    /* border-color: #000; */
    border-radius: 0px 7px;
    top: -64px;
    right: 191px;
    display: block;
    overflow: hidden;
    background: transparent;
}

.tr_corner_left01_niv3_management {
	    width: 50px;
    height: 32px;
    position: absolute;
    border-left: 2px #ccd7dc solid;
    border-top: 2px #ccd7dc solid;
    /* border-color: #000; */
    border-radius: 7px 0px;
    top: -64px;
    right: 1066px;
    display: block;
    overflow: hidden;
    background: transparent;
}


.tr_corner_verticale_niv3_management_01 {
	    width: 2px;
    height: 31px;
    position: absolute;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
    top: -64px;
    left: 460px;
}

.tr_corner_verticale_niv3_management_02 {
	    width: 2px;
    height: 31px;
    position: absolute;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
    top: -64px;
    left: 642px;
}


.tr_corner_verticale_niv3_management_03 {
	    width: 2px;
    height: 31px;
    position: absolute;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
    top: -64px;
    left: 825px;
}


.tr_vertcal_pdg {
	
	    width: 2px;
    height: 50px;
    position: absolute;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
    top: 138px;
    right: 851px;
}


/*    masque directeur gÃ©nÃ©rale **
.tr_vertcal_dg {
	
	    width: 2px;
    height: 348px;
    position: absolute;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
    top: 360px;
    right: 100px;
}**/



.tr_vertcal_dg {
	
	    width: 2px;
    height: 508px;
    position: absolute;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
    top: 200px;
    right: 100px;
}



.tr_horiz_cont_niv4_management {
	width: 973px;
    height: 2px;
    position: absolute;
    top: -64px;
    right: 102px;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
}



.tr_corner_right01_niv4_management {
	width: 50px;
    height: 31px;
    position: absolute;
    border-right: 2px #ccd7dc solid;
    border-top: 2px #ccd7dc solid;
    /* border-color: #000; */
    border-radius: 0px 7px;
    top: -64px;
    right: 90px;
    display: block;
    overflow: hidden;
    background: transparent;
}

.tr_corner_left01_niv4_management {
	    width: 50px;
    height: 31px;
    position: absolute;
    border-left: 2px #ccd7dc solid;
    border-top: 2px #ccd7dc solid;
    /* border-color: #000; */
    border-radius: 7px 0px;
    top: -64px;
    right: 1071px;
    display: block;
    overflow: hidden;
    background: transparent;
}





.tr_vertical_niveau4_01 {
	  width: 2px;
    height: 31px;
    position: absolute;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
    top: -64px;
    left: 252px;
}

.tr_vertical_niveau4_02 {
	  width: 2px;
    height: 31px;
    position: absolute;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
    top: -64px;
    left: 423px;
}

.tr_vertical_niveau4_03 {
	  width: 2px;
    height: 31px;
    position: absolute;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
    top: -64px;
    left: 596px;
}

.tr_vertical_niveau4_04 {
	  width: 2px;
    height: 31px;
    position: absolute;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
    top: -64px;
    left: 766px;
}

.tr_vertical_niveau4_05 {
	  width: 2px;
    height: 31px;
    position: absolute;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
    top: -64px;
    left: 938px;
}





.titre_conesil_admin {
	    width: 100%;
    overflow: hidden;
    height: 50px;
    font: bold 24px Arial, Helvetica, sans-serif;
    color: #536169;
    position: relative;
    margin-bottom: 40px;
}



.titre_conesil_admin:before {
	content:"";
	    width: 100%;
    height: 1px;
    background: #e7e7e7;
    position: absolute;
    top: 34%;
    left: 362px;
}

.titre_conesil_admin:after {
	content: "";
    width: 62px;
    height: 1px;
    background: #a2051a;
    position: absolute;
    top: 34%;
    left: 336px;
}





.cont_conseil_admin {
	position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
	height:1100px
}


.cons_niv1_left {
	width: 44%;
    position: absolute;
    top: 50px;
    left: 0%;
    border: 2px #ccd7dc solid;
	transition:all 1s;
}
.cons_niv1_left:hover {
	background:#d5e0e8;
}

.cons_niv1_left .fonction{
	    width: 100%;
    padding: 43px 15px 0px 15px;
    text-align: left;
    font: bold 22px Arial, Helvetica, sans-serif;
    color: #a2051a;
    position: relative;
    padding-left: 50px;
}
.cons_niv1_left .fonction:before {
	content: "";
    width: 89px;
    height: 89px;
    background: url(../images/icn_management_niv1_f.png) no-repeat;
    position: absolute;
    top: 13px;
    right: -44px;
	transition:all 1s;
	z-index: 5;
}

.cons_niv1_left:hover .fonction:before {
	content: "";
    width: 89px;
    height: 89px;
    background: url(../images/icn_management_niv1_f.png) no-repeat;
    position: absolute;
    top: 13px;
    right: -34px;
	z-index: 5;
}

.cons_niv1_left .nom{
	    width: 100%;
    padding: 6px 15px 27px 15px;
    text-align: left;
    font: bold 15px Arial, Helvetica, sans-serif;
    color: #1c1c1c;
    padding-left: 50px;
}


.cons_niv1_right {
	width: 44%;
    position: absolute;
    top: 50px;
    right: 0%;
    border: 2px #ccd7dc solid;
	transition:all 1s;
}
.cons_niv1_right:hover {
	background:#d5e0e8;
}

.cons_niv1_right .fonction{
	    width: 100%;
     padding: 43px 15px 0px 15px;
    text-align: left;
    font: bold 22px Arial, Helvetica, sans-serif;
    color: #a2051a;
    position: relative;
	padding-left:65px;
}


.cons_niv1_right .fonction:before {
	content: "";
    width: 89px;
    height: 89px;
    background: url(../images/icn_management_niv1_m.png) no-repeat;
    position: absolute;
    top: 13px;
    left: -44px;
	transition:all 1s;
	z-index: 5;
}

.cons_niv1_right:hover .fonction:before {
	content: "";
    width: 89px;
    height: 89px;
    background: url(../images/icn_management_niv1_m.png) no-repeat;
    position: absolute;
    top: 13px;
    left: -34px;
	z-index: 5;
}

.cons_niv1_right .nom{
	width: 100%;
    padding: 6px 15px 27px 15px;
    text-align: left;
    font: bold 15px Arial, Helvetica, sans-serif;
    color: #1c1c1c;
	padding-left:65px;
}



.vice_pres_conseil {
	width:280px;
	height:109px;
	position:absolute;
	top:250px;
	left:39%;
}
.vice_pres_conseil .fonction{
	background:#fff;
	text-align:center;
	color:#000;
	font:bold 14px Arial, Helvetica, sans-serif;
	padding:5px 0px;
}

.vice_pres_conseil .nom{
	width:100%;
	border:1px #d1dbdf solid;
	text-align:center;
	font:14px Arial, Helvetica, sans-serif;
	color:#0d0d0d;
	padding:25px 0px;
	position:relative;
	transition:all 1s;
}

.vice_pres_conseil .nom:hover {
	background:#d5e0e8;
}

.vice_pres_conseil .nom:before{
	    content: "";
    width: 86px;
    height: 86px;
    background: url(../images/icn_management_niv3_m.png) no-repeat;
    position: absolute;
    top: 5px;
    left: -29px;
}







.Administrateurs_conseil {
	    width: 100%;
    /* height: 109px; */
    position: absolute;
    top: 412px;
    left: 0%;
}
.Administrateurs_conseil .fonction{
	background: #fff;
    text-align: center;
    color: #000;
    font: bold 14px Arial, Helvetica, sans-serif;
    /* padding: 5px 40px; */
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 53px;
}


.Administrateurs_conseil .cont_nom {
	width:100%;
	display:block;
}



.Administrateurs_conseil .cont_nom .nom{
	width: 13.4%;
	border:1px #d1dbdf solid;
	text-align:center;
	font:14px Arial, Helvetica, sans-serif;
	color:#0d0d0d;
	padding:25px 0px;
	position:relative;
	float: left;
	margin: 10px 5px;
	transition:all 1s;
}


.Administrateurs_conseil .cont_nom .nom:hover {
	background:#d5e0e8;
}

.Administrateurs_conseil .cont_nom .nom:before{
	content: "";
    width: 86px;
    height: 86px;
    background: url(../images/icn_management_niv4_m.png) no-repeat;
    position: absolute;
   top: -26px;
    left: 38%;
	transition:all 1s;
	z-index: 5;
}


.Administrateurs_conseil .cont_nom .nom:hover:before{
	content: "";
    width: 86px;
    height: 86px;
    background: url(../images/icn_management_niv4_m.png) no-repeat;
    position: absolute;
   top: -36px;
    left: 38%;
	z-index: 5;
}










.vice_petit_porteur_conseil {
	width:280px;
	height:109px;
	position:absolute;
	top:611px;
	left:39%;
}
.vice_petit_porteur_conseil .fonction{
	background:#fff;
	text-align:center;
	color:#000;
	font:bold 14px Arial, Helvetica, sans-serif;
	padding:5px 0px;
}

.vice_petit_porteur_conseil .nom{
	width:100%;
	border:1px #d1dbdf solid;
	text-align:center;
	font:14px Arial, Helvetica, sans-serif;
	color:#0d0d0d;
	padding:25px 0px;
	position:relative;
	transition:all 1s;
}
.vice_petit_porteur_conseil .nom:hover {
	background:#d5e0e8;
}

.vice_petit_porteur_conseil .nom:before{
	    content: "";
    width: 86px;
    height: 86px;
    background: url(../images/icn_management_niv5_m.png) no-repeat;
    position: absolute;
    top: 17px;
    left: -20px;
	transition:all 1s;
	z-index: 5;
}

.vice_petit_porteur_conseil .nom:hover:before{
	    content: "";
    width: 86px;
    height: 86px;
    background: url(../images/icn_management_niv5_m.png) no-repeat;
    position: absolute;
    top: 17px;
    left: -10px;
	z-index: 5;
}



.petitporteur_conseil {
	    width: 100%;
     height: 109px;
    position: absolute;
    top:765px;
    left: 0%;
}

.petitporteur_conseil .fonction{
	background:#fff;
	text-align:center;
	color:#000;
	font:bold 14px Arial, Helvetica, sans-serif;
	padding:5px 0px;
}

.petitporteur_conseil .nom{
	width:22%;
	border:1px #d1dbdf solid;
	text-align:center;
	font:14px Arial, Helvetica, sans-serif;
	color:#0d0d0d;
	padding:25px 0px;
	position:relative;
}
/* */
.petitporteur_conseil .nom:nth-child(1){
	float:left;
	margin-left:20%;
	transition:all 1s;
}
.petitporteur_conseil .nom:nth-child(1):hover {
	background:#d5e0e8;
}

.petitporteur_conseil .nom:nth-child(2){
	/*float:right;
	margin-right:20%;
	transition:all 1s;*/
	float: none;
	margin-left: 0;
	transition: all 1s;
	right: 38%;
	position: absolute;
}

.petitporteur_conseil .nom:nth-child(2):hover {
	background:#d5e0e8;
}

.petitporteur_conseil .nom:before{
	    content: "";
    width: 86px;
    height: 86px;
    background: url(../images/icn_management_niv6_m.png) no-repeat;
    position: absolute;
    top: 21px;
    left: -12px;
	transition:all 1s;
	z-index: 5;
}
.petitporteur_conseil .nom:hover:before{
	    content: "";
    width: 86px;
    height: 86px;
    background: url(../images/icn_management_niv6_m.png) no-repeat;
    position: absolute;
    top: 21px;
    left: -2px;
	z-index: 5;
}






.secret_conseil {
	width:280px;
	height:109px;
	position:absolute;
	top:917px;
	left:39%;
}
.secret_conseil .fonction{
	background:#fff;
	text-align:center;
	color:#000;
	font:bold 14px Arial, Helvetica, sans-serif;
	padding:5px 0px;
}

.secret_conseil .nom{
	width:100%;
	border:1px #d1dbdf solid;
	text-align:center;
	font:14px Arial, Helvetica, sans-serif;
	color:#0d0d0d;
	padding:25px 0px;
	position:relative;
	transition:all 1s;
}
.secret_conseil .nom:hover {
	background:#d5e0e8;
}

.secret_conseil .nom:before{
	    content: "";
    width: 86px;
    height: 86px;
    background: url(../images/icn_management_niv7_m.png) no-repeat;
    position: absolute;
    top: 21px;
    left: -12px;
	transition:all 1s;
	z-index: 5;
}

.secret_conseil .nom:hover:before{
	    content: "";
    width: 86px;
    height: 86px;
    background: url(../images/icn_management_niv7_m.png) no-repeat;
    position: absolute;
    top: 21px;
    left: -2px;
	z-index: 5;
}

/*.horizentale_tre_conseil_01 {
	    width: 875px;
    height: 2px;
    position: absolute;
    top: 205px;
    right: 159px;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
}*/

.horizentale_tre_conseil_01 {
    width: 447px;
    height: 2px;
    position: absolute;
    top: 205px;
    left: 159px;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
}

.horizentale_tre_conseil_02 {
	    width: 1029px;
    height: 2px;
    position: absolute;
    top: 445px;
    right: 90px;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
}

.horizentale_tre_conseil_03 {
	    width: 474px;
    height: 2px;
    position: absolute;
    top: 751px;
    right: 367px;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
}

.horizentale_tre_conseil_04 {
	width: 476px;
    height: 2px;
    position: absolute;
    top: 894px;
    right: 367px;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
}

.veticale_tre_conseil_01 {
	    width: 2px;
    height: 41px;
    position: absolute;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
    top: 206px;
    left: 605px;
}
.veticale_tre_conseil_02 {
	    width: 2px;
    height: 53px;
    position: absolute;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
    top: 343px;
    left: 605px;
}

.veticale_tre_conseil_03 {
	    width: 2px;
    height: 21px;
    position: absolute;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
    top: 446px;
    left: 258px;
}

.veticale_tre_conseil_04 {
	    width: 2px;
    height: 21px;
    position: absolute;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
    top: 446px;
    left: 429px;
}

.veticale_tre_conseil_05 {
	    width: 2px;
    height: 21px;
    position: absolute;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
    top: 446px;
    left: 600px;
}

.veticale_tre_conseil_06 {
	    width: 2px;
    height: 21px;
    position: absolute;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
    top: 446px;
    left: 770px;
}

.veticale_tre_conseil_07 {
	    width: 2px;
    height: 21px;
    position: absolute;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
    top: 446px;
    left: 941px;
}

.veticale_tre_conseil_08 {
	    width: 2px;
    height: 41px;
    position: absolute;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
    top: 567px;
    left: 605px;
}

.veticale_tre_conseil_09 {
	    width: 2px;
    height: 31px;
    position: absolute;
    background: #ccd7dc;
    display: block;
    overflow: hidden;
    top: 731px;
    left: 605px;
}

.veticale_tre_conseil_10 {
	  width: 2px;
	height: 42px;
	position: absolute;
	background: #ccd7dc;
	display: block;
	overflow: hidden;
	top: 869px;
	left: 605px;
}


.corner_tre_conseil_01 {
	width: 50px;
    height: 34px;
    position: absolute;
    border-left: 2px #ccd7dc solid;
    border-bottom: 2px #ccd7dc solid;
    /* border-color: #000; */
    border-radius: 0px 7px;
    top: 173px;
    right: 1023px;
    display: block;
    overflow: hidden;
    background: transparent;
}



/*.corner_tre_conseil_02 {
	    width: 50px;
    height: 34px;
    position: absolute;
    border-right: 2px #ccd7dc solid;
    border-bottom: 2px #ccd7dc solid;
   
    border-radius: 7px 0px;
    top: 173px;
    right: 137px;
    display: block;
    overflow: hidden;
    background: transparent;
}*/

.corner_tre_conseil_02 {
    width: 50px;
    height: 34px;
    position: absolute;
    border-right: 2px #ccd7dc solid;
    border-bottom: 2px #ccd7dc solid;
    /* border-color: #000; */
    border-radius: 7px 0px;
    top: 173px;
    right: 137px;
    display: block;
    overflow: hidden;
    background: transparent;
    display: none;
}
.corner_tre_conseil_03 {
	    width: 50px;
    height: 23px;
    position: absolute;
    border-left: 2px #ccd7dc solid;
    border-top: 2px #ccd7dc solid;
    /* border-color: #000; */
    border-radius: 7px 0px 0px 0px;
    top: 445px;
    right: 1073px;
    display: block;
    overflow: hidden;
    background: transparent;
}


.corner_tre_conseil_04 {
	    width: 50px;
    height: 21px;
    position: absolute;
    border-right: 2px #ccd7dc solid;
    border-top: 2px #ccd7dc solid;
    /* border-color: #000; */
    border-radius: 0px 7px 0px 0px;
    top: 445px;
    right: 85px;
    display: block;
    overflow: hidden;
    background: transparent;
}

.corner_tre_conseil_05 {
	    width: 50px;
    height: 21px;
    position: absolute;
    border-left: 2px #ccd7dc solid;
    border-top: 2px #ccd7dc solid;
    /* border-color: #000; */
    border-radius: 7px 0px 0px 0px;
    top: 751px;
    right: 796px;
    display: block;
    overflow: hidden;
    background: transparent;
}

.corner_tre_conseil_06 {
	    width: 50px;
    height: 21px;
    position: absolute;
    border-right: 2px #ccd7dc solid;
    border-top: 2px #ccd7dc solid;
    /* border-color: #000; */
    border-radius: 0px 7px 0px 0px;
    top: 751px;
    right: 362px;
    display: block;
    overflow: hidden;
    background: transparent;
}





.corner_tre_conseil_07 {
	    width: 50px;
    height: 41px;
    position: absolute;
    border-left: 2px #ccd7dc solid;
    border-bottom: 2px #ccd7dc solid;
    /* border-color: #000; */
    border-radius: 0px 7px;
    top: 855px;
    right: 798px;
    display: block;
    overflow: hidden;
    background: transparent;
}



.corner_tre_conseil_08 {
	    width: 50px;
    height: 42px;
    position: absolute;
    border-right: 2px #ccd7dc solid;
    border-bottom: 2px #ccd7dc solid;
    /* border-color: #000; */
    border-radius: 7px 0px;
    top: 854px;
    right: 363px;
    display: block;
    overflow: hidden;
    background: transparent;
}




.cont_cabinet_compte {
	position: relative;
    width: 100%;
   /* overflow: hidden;*/
    display: block;
    height: 240px;
}

.cont_cabinet_compte .titre_conesil_admin:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    position: absolute;
    top: 34%;
    left: 539px;
}


.cont_cabinet_compte .titre_conesil_admin:after {
    content: "";
    width: 62px;
    height: 1px;
    background: #a2051a;
    position: absolute;
    top: 34%;
    left: 496px;
}

.cabinet01 {
	width: auto;
    border: 1px #d1dbdf solid;
    text-align: center;
    font: 14px Arial, Helvetica, sans-serif;
    color: #0d0d0d;
    padding: 25px 25px 25px 40px;
    position: relative;
	float:left;
	margin:10px;
	transition:all 1s;
}
.cabinet01:hover {
	background:#a2051a;
	color: #fff;
}

.cabinet01:before {
	    content: "";
    width: 46px;
    height: 46px;
    background: url(../images/icn_cabinet_generale.png) no-repeat;
    position: absolute;
    top: 10px;
    left: -16px;
}

.cabinet02 {
	width: auto;
    border: 1px #d1dbdf solid;
    text-align: center;
    font: 14px Arial, Helvetica, sans-serif;
    color: #0d0d0d;
    padding: 25px 25px 25px 40px;
    position: relative;
	float:left;
	margin:10px;
}




/************/
/********************* etat financiere ****/

.box_etat_finnaciers {
	position:relative;
	height:87px;
	margin-bottom:70px;
}
.box_etat_finnaciers:before {
	content: "";
    width: 33px;
    height: 1px;
    background: #b3c2ca;
    position: absolute;
    left: 71px;
    top: 34px;
}

.box_etat_finnaciers .date_etat {
	width:71px;
	height:71px;
	float:left;
	margin-right:33px;
	border-radius:100px;
	font:bold 17px Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:center;
	padding-top:26px;
	background:#9bb0bb;
	transition:all 1s;
}

.box_etat_finnaciers:hover .date_etat {
	background:#990f20;
}

.box_etat_finnaciers .cont_etat {
	float:left;
	width:70%;
	border-left:1px #b3c2ca solid;
	position:relative;
	padding:0px 15px;
	
}

.rapports_annuels .box_etat_finnaciers .cont_etat {
	float:left;
	width:70%;
	border-left:1px #b3c2ca solid;
	position:relative;
	padding:0px 15px;
	    margin-top: 15px;
	
}

.box_etat_finnaciers .cont_etat .etat{
	display:block;
	width:100%;
	text-decoration:none;
	font:18px Arial, Helvetica, sans-serif;
	color:#566a74;
	position:relative;
	margin-bottom:9px;
	margin-top:7px;
	transition:all 1s;
	
}
.box_etat_finnaciers .cont_etat .etat:after{
	    content: "";
    background: url(../images/icn_down.png) no-repeat;
    width: 24px;
    height: 24px;
    top: -6px;
    right: 64px;
    position: absolute;
	transition:all 1s;
	
}

.rapports_annuels .box_etat_finnaciers .cont_etat .etat:after{
	    content: "";
    background: url(../images/icn_down.png) no-repeat;
    width: 24px;
    height: 24px;
    top: -6px;
    right: 0px;
    position: absolute;
	transition:all 1s;
	
}
.Indicateurs .box_etat_finnaciers .cont_etat .etat:after{
	    content: "";
    background: url(../images/icn_down.png) no-repeat;
    width: 24px;
    height: 24px;
    top: -6px;
    right: 0px;
    position: absolute;
	transition:all 1s;
	
}
.box_etat_finnaciers .cont_etat .etat:hover{
	color:#a2051a;
	
}

.box_etat_finnaciers .cont_etat .etat:hover:after{
	background:url(../images/icn_down_h.png) no-repeat;
}






.cont_navigation_info_finance {
	width:100%;
	overflow:hidden;
	display:block;
}

.lien_interne_info_finance {
	display:block;
	height:123px;
	background-image:url(../images/img_info_finance_01.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	transition:all 1s;
	border:1px #fff solid;
	margin-bottom:15px;
}

.lien_interne_info_finance span{
	width:80%;
	height:30px;
	display:block;
	position:absolute;
	left:10%;
	background:#8ca4b0;
	font:17px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	bottom:0px;
	border-radius:7px 7px 0px 0px;
	    text-align: center;
    padding-top: 7px;
	transition:all 1s;
	
	
}


.lien_interne_info_finance.active span{
	width:80%;
	height:30px;
	display:block;
	position:absolute;
	left:10%;
	background:#a71a2d;
	font:17px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	bottom:0px;
	border-radius:7px 7px 0px 0px;
	    text-align: center;
    padding-top: 7px;
	transition:all 1s;
	
	
}

.lien_interne_info_finance:hover {
}

.lien_interne_info_finance:hover span{
	background:#a71a2d;
}


.lien_interne_info_finance:nth-child(2) {
	background-image:url(../images/img_info_finance_02.png);
}

.lien_interne_info_finance:nth-child(3) {
	background-image:url(../images/img_info_finance_03.png);
}
.lien_interne_info_finance:nth-child(4) {
	background-image:url(../images/img_info_finance_04.png);
}
.lien_interne_info_finance:nth-child(5) {
	background-image:url(../images/img_info_finance_05.png);
}
.lien_interne_info_finance:nth-child(6) {
	background-image:url(../images/img_info_finance_06.png);
}

/********/









.box_etat_Emprunt {
	position:relative;
	/*height:87px;*/
	margin-bottom:70px;
}
.box_etat_Emprunt:before {
	    content: "";
    width: 1px;
    height: 31px;
    background: #b3c2ca;
    position: absolute;
    left: 0px;
    top: 71px;
}

.box_etat_Emprunt .date_etat {
	    width: 71px;
    height: 71px;
    float: left;
    margin-right: 33px;
    border-radius: 100px;
    font: bold 17px Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-align: center;
    padding-top: 26px;
    background: #9bb0bb;
    transition: all 1s;
    margin-left: -33px;
}

.box_etat_Emprunt:hover .date_etat {
	background:#990f20;
}

.box_etat_Emprunt .cont_etat {
	float: left;
    width: 100%;
    border-top: 1px #b3c2ca solid;
    position: relative;
    padding: 15px 15px;
    margin-top: 30px;
	
}


.box_etat_Emprunt .cont_etat:before {
	content:"";
	width:7px;
	height:7px;
	border-radius:50px;
	background:#506977;
	position:absolute;
	top:-3px;
	left:-3px;
	
}

.box_etat_Emprunt:hover .cont_etat:before {
	background:#a21529;

	
}



.box_etat_Emprunt .cont_etat .etat{
	display:block;
	width:100%;
	text-decoration:none;
	font:18px Arial, Helvetica, sans-serif;
	color:#566a74;
	position:relative;
	margin-bottom:9px;
	margin-top:7px;
	transition:all 1s;
	
}
.box_etat_Emprunt .cont_etat .etat:after{
	    content: "";
    background: url(../images/icn_down.png) no-repeat;
    width: 24px;
    height: 24px;
    top: -6px;
    right: 0px;
    position: absolute;
	transition:all 1s;
	
}



.box_etat_Emprunt .cont_etat .etat:hover{
	color:#a2051a;
	
}

.box_etat_Emprunt .cont_etat .etat:hover:after{
	background:url(../images/icn_down_h.png) no-repeat;
}



.titre_page_liste_eprinte {
	    width: 100%;
    overflow: hidden;
    height: auto;
    font: bold 41px Arial, Helvetica, sans-serif;
    color: #a2051a;
    position: relative;
    margin-bottom: 40px;
}



.titre_page_liste_eprinte:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    position: absolute;
    top: 50%;
    left: 702px;
}

.titre_page_liste_eprinte:after {
    content: "";
    width: 62px;
    height: 1px;
    background: #a2051a;
    position: absolute;
    top: 50%;
    left: 680px;
}






/*******/
.separate {
	display:none;
}

.contenu_page_interne_taux {
	padding-top:75px;
}

.contenu_page_interne_taux .txt .separate {
	display:none;
}

#top_art_large .tit {
    float: left;
    height: auto;
    position: relative;
    width: 956px;
    padding-bottom: 15px;
    font-size: 20px;
    color: #111;
    text-align: left;
}	

.titretaux_valeur .tit {
    font: bold 20px Arial, Helvetica, sans-serif;
    color: #44606f !important;
    margin: 20px 0px 0px 0px;
}

.table_taux_interet {
    width: 100%;
    display: block;
    overflow: hidden;
}

.table_taux_interet .ligne_table_taux {
    width: 100%;
    display: block;
}

.table_taux_interet .ligne_table_taux .divleft_titretab {
    width: 60%;
    display: block;
    float: left;
    min-height: 30px;
    background-color: #8ca4b0;
    color: #fff;
    font: 22px Arial, Helvetica, sans-serif;
    padding: 15px;
	border-radius:10px 0px 0px 0px ;
}

.table_taux_interet .ligne_table_taux .divright_titretab {
    width: 33%;
    display: block;
    float: left;
    min-height: 30px;
    background-color: #8ca4b0;
    color: #fff;
    font: 22px Arial, Helvetica, sans-serif;
    padding: 15px;
	border-radius:0px 10px 0px 0px ;
}

.table_taux_interet .ligne_table_taux .txt_left_taux {
    width: 60%;
    display: block;
    float: left;
    min-height: 30px;
    background-color: #fff;
    color: #404040;
    font: 17px Arial, Helvetica, sans-serif;
    padding: 15px;
    border: 1px #e6e7e9 solid;
    border-top: none;
    border-right: none;
}

.table_taux_interet .ligne_table_taux .txt_right_taux {
    width: 33%;
    display: block;
    float: left;
    min-height: 30px;
    background-color: #fff;
    color: #404040;
    font: 17px Arial, Helvetica, sans-serif;
    padding: 15px;
    border: 1px #e6e7e9 solid;
    border-top: none;
    border-left: none;
}


/***** contact ***/

.cont_adress {
	width:100%;
	border-radius:5px;
	border:1px #ece9ee solid;
	padding:25px 20px;
	margin-bottom:20px;
	float: left !important;
}

.cont_adress .titre_adress {
	font:25px Arial, Helvetica, sans-serif;
	color:#274555;
	padding-left:15px;
	border-left:3px #a2051a solid;
	margin-bottom:35px;
	width:100%;
}

.cont_adress .titre_reclamation {
	font:35px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#4b5964;
	text-transform: uppercase;
	width:100%;
}

.cont_adress .sous_titre_reclamation {
	font: 24px Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #4b5964;
    text-transform: uppercase;
    margin-bottom: 0;
    width: 100%;
    margin-top: 25px;
}


.cont_adress .label {
	font: 14px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #4b5964;
    margin-bottom: 0;
    width: 100%;
    margin-top: 10px;
}
.cont_adress .cont_detail_adress {
	overflow:hidden;
	width:100%;
}


.cont_adress .cont_detail_adress .box_adresse{
	 float: left;
    margin: 0px 5px;
    font: 16px Arial, Helvetica, sans-serif;
    color: #517080;
    padding-left: 80px;
    position: relative;
    height: auto;
    padding-top: 10px;
    min-height: 60px;
}

.cont_adress .cont_detail_adress .box_adresse:nth-child(1){
	width:24%;
}
.cont_adress .cont_detail_adress .box_adresse:nth-child(2){
	width:24%;
}
.cont_adress .cont_detail_adress .box_adresse:nth-child(3){
	width:49%;
}

.cont_adress .cont_detail_adress .box_adresse:nth-child(1):before{
	content:"";
	width:61px;
	height:56px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(../images/icon_contact01.png) no-repeat;
}

.cont_adress .cont_detail_adress .box_adresse:nth-child(2):before{
	content:"";
	width:61px;
	height:56px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(../images/icon_contact02.png) no-repeat;
}

.cont_adress .cont_detail_adress .box_adresse:nth-child(3):before{
	content:"";
	width:61px;
	height:56px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(../images/icon_contact03.png) no-repeat;
}



.ligne_contact_auto {
	float:left;
	width:auto;
	margin-bottom:5px;
	margin-right: 35px;
}


.ligne_contact_50 {
	float:left;
	width:50%;
	margin-bottom:15px;
}


.ligne_atbnet_100 {
	float:left;
	width:100%;
	margin-bottom:5px;
}

.ligne_atbnet_100 a{
	font:16px Arial, Helvetica, sans-serif;
	color:#517080 !important;
	text-decoration:underline;
}




.ligne_atbnet_100 .label {
	width:45%;
	float:left;
	padding:5px 15px;
	font:16px Arial, Helvetica, sans-serif;
	color:#517080;
	padding-top:20px;
	text-align:left;
}


.ligne_atbnet_100 .label2 {
	width:80%;
	float:left;
	padding:5px 15px;
	font:16px Arial, Helvetica, sans-serif;
	color:#517080;
	padding-top:20px;
	text-align:left;
}

.ligne_atbnet_100 .contCheckBox {
	width:40px;
	height: 40px;
	float:left;
	padding:5px 15px;
	font:16px Arial, Helvetica, sans-serif;
	color:#517080;
	padding-top:20px;
	text-align:left;
}

.ligne_atbnet_100 .cint_input {
	width:45%;
	float:left;
	padding:5px 0px;
}


/*****/
.ligne_atbnet_100 .vincint_input {
	width:25%;
	float:left;
	padding:5px 0px;
}
.ligne_atbnet_100 .vincint_input input{
	width:100%;
	height:44px;
	border-radius:5px;
	border:1px #cbd8de solid;
	padding:5px 10px;
}
.ligne_atbnet_100 .imgvincint_input {
	width:20%;
	float:left;
	padding:5px 0px;
}
.ligne_atbnet_100 .imgvincint_input img{
	width:100%;
	height: auto;
}
/***/

.ligne_atbnet_100 .cint_input input{
	width:100%;
	height:44px;
	border-radius:5px;
	border:1px #cbd8de solid;
	padding:5px 10px;
}
.ligne_atbnet_100 .cint_input select{
	width:auto;
	height:44px;
	border-radius:5px;
	border:1px #cbd8de solid;
	padding:5px 10px;
}

.ligne_atbnet_100.securite img{
	width: 10%;
    height: 44px;
    border-radius: 0;
    border: none;
    padding: 5px 10px;
    float: left;
    margin-top: 5px;
}

.ligne_atbnet_100.securite .cint_input input{
	width:60%;
	height:44px;
	border-radius:5px;
	border:1px #cbd8de solid;
	padding:5px 10px;
	float: left;
}



.ligne_contact_100 {
	float:left;
	width:100%;
	margin-bottom:5px;
}

.ligne_contact_100 label {
	font:16px Arial, Helvetica, sans-serif;
	color:#517080;
	text-align:left;
}

.ligne_contact_50 .label {
	width:30%;
	float:left;
	padding:5px 15px;
	font:16px Arial, Helvetica, sans-serif;
	color:#517080;
	padding-top:20px;
	text-align:left;
}


.ligne_contact_50 .cint_input {
	width:60%;
	float:left;
	padding:5px 0px;
}

.ligne_contact_50 .cint_input input{
	width:100%;
	height:44px;
	border-radius:5px;
	border:1px #cbd8de solid;
	padding:5px 10px;
}


.ligne_contact_50 .cint_input2 {
	width:60%;
	float:left;
	padding:5px 0px;
	height:112px;
}

.ligne_contact_50 .cint_input2 textarea{
	width:100%;
	height:44px;
	border-radius:5px;
	border:1px #cbd8de solid;
	padding:5px 10px;
	height:110px;
}


.ligne_contact_50 .label2 {
	width:30%;
	float:left;
	padding:5px 15px;
	font:16px Arial, Helvetica, sans-serif;
	color:#517080;
	padding-top:50px;
	text-align:left;
	height:120px;
}


.contRadioGroupe {
	margin-top: 15px;
	float: left;
    overflow: hidden;
}

.margTop35 {
	margin-top: 35px;
}


.ligne_contact_100 .label {
	width: 15%;
    float: left;
    padding: 5px 0px;
    font: 16px Arial, Helvetica, sans-serif;
    color: #517080;
    padding-top: 0px;
    text-align: left;
}


.ligne_contact_100 .cint_input {
	width: 80%;
    float: left;
    padding: 5px 0px;
}

.ligne_contact_100 .cint_input input{
	width:100%;
	height:44px;
	border-radius:5px;
	border:1px #cbd8de solid;
	padding:5px 10px;
}

.ligne_contact_100 .cint_input textarea{
	width:100%;
	height:44px;
	border-radius:5px;
	border:1px #cbd8de solid;
	padding:5px 10px;
	height:110px;
}

.ligne_contact_100 .label2 {
	width:15%;
	float:left;
	padding:5px 15px;
	font:16px Arial, Helvetica, sans-serif;
	color:#517080;
	padding-top:50px;
	text-align:left;
	height:120px;
}


.ligne_contact_100 .label3 {
	width:47%;
	float:left;
	padding:5px 15px;
	font:16px Arial, Helvetica, sans-serif;
	color:#517080;
	padding-top:50px;
	text-align:left;
	margin-right:20px;
}
.ligne_contact_100 .cint_input3 {
	width:47%;
	float:left;
	padding:5px 15px;
}

.ligne_contact_100 .cint_input3 .btt_contact_form{
	border:none;
	width:260px;
	height:48px;
	background:#980c1d;
	color:#fff;
	text-align:center;
	font:18px Arial, Helvetica, sans-serif;
	border-radius:5px;
	margin: 20px 0px;
}

.btt_atbnet_form{
	border:none;
	width:140px;
	height:48px;
	background:#980c1d;
	color:#fff;
	text-align:center;
	font:18px Arial, Helvetica, sans-serif;
	border-radius:5px;
	margin: 20px 0px;
}



.titre_page_demande_atbnet {
	    width: 100%;
    overflow: hidden;
    height: 50px;
    font: bold 41px Arial, Helvetica, sans-serif;
    color: #a2051a;
    position: relative;
    margin-bottom: 40px;


}
.titre_page_demande_atbnet:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    position: absolute;
    top: 50%;
    left: 440px;
}

.titre_page_demande_atbnet:after {
    content: "";
    width: 62px;
    height: 1px;
    background: #a2051a;
    position: absolute;
    top: 50%;
    left: 440px;
}


/****/

#title-bank {
	    width: 100%;
    height: 20px;
    text-transform: uppercase;
    background: #eee !important;
    margin-right: 20px;
    padding-top: 6px;
    color: #000 !important;
    font-family: Arial;
    font-weight: bold;
    padding-bottom: 21px !important;
}

.btt_etrangers {
	width: auto;
    padding: 5px 28px;
    display: block;
    text-decoration: none;
    font-family: 'OpenSans';
    color: #21152d;
    font-size: 13px;
    float: left;
    position: relative;
    border-top: 1px #eee solid;
    margin-top: 12px;
}

.btt_etrangers:hover {
	color: #b40019;
	text-decoration:none;
}
.btt_etrangers:before {
	
	content: "\f024";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    left: 0;
	
}

.btt_etrangers:after{
	
	    content: "&gt;&gt;";
    font-family: 'CoconNextArabic' !important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: 4px;
    left: 104px;
	
}
.btt_etrangers:hover:after{
	
    color: #b40019;

	
}
.btt_etrangers:hover:before {
	color: #b40019;
	
}



.desc_assurance_page {
	width:100%;
	padding:15px 0px;
	font-size:14px;
	color:#2b2b2b;
	font-family: 'OpenSans';
	margin-bottom:30px;
}

.box_groupe {
	border:1px #e5e5e5 solid;
	min-height:285px !important;
	position:relative;
	margin-bottom:35px;
}


.titre_box_groupe {
	background: #fff;
    padding: 17px;
    width: 80%;
    font: bold 23px Arial, Helvetica, sans-serif;
    color: #a72336;
    margin-top: -28px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 0px;
}
.cont_logo_groupe {
	width:100%;
	overflow:hidden;
}
.cont_logo_groupe .logo {
	float:left;
	width:79px;
	height:79px;
	margin: 0px 15px;
}

.cont_logo_groupe .desc_logo_groupe {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#587482;
	float:left;
	padding-top: 20px;
	
}

.cont_logo_groupe .desc_logo_groupe span{
	font-size:13px;
	color:#2b2b2b;
	font-family: 'OpenSans';
	display:block;
	width:100%;
	
}

.adress_groupe {
	font-size:13px;
	color:#2b2b2b;
	font-family: 'OpenSans';
	display:block;
	width:100%;
	padding-left:120px;
	padding-right:50px;
	position:relative;
	height: 50px;
	margin-top:20px;
}
.adress_groupe:before {
	    content: "";
    width: 39px;
    height: 37px;
    background: url(../images/icon_groupe_contact.jpg) 0px 0px no-repeat;
    position: absolute;
    left: 36px;
    top: 0px;
	
}


.site_groupe {
	font-size:13px;
	color:#2b2b2b;
	font-family: 'OpenSans';
	display:block;
	width:100%;
	padding-left:120px;
	padding-right:50px;
	position:relative;
	height: 50px;
	    padding-top: 10px;
}
.site_groupe:before {
	    content: "";
    width: 39px;
    height: 37px;
    background: url(../images/icon_groupe_contact.jpg) 0px -39px no-repeat;
    position: absolute;
    left: 36px;
    top: 0px;
	
}



.tel_groupe {
	font-size:13px;
	color:#2b2b2b;
	font-family: 'OpenSans';
	display:block;
	width:100%;
	padding-left:120px;
	padding-right:50px;
	position:relative;
	height: 50px;
	    padding-top: 10px;
}
.tel_groupe:before {
	    content: "";
    width: 39px;
    height: 37px;
    background: url(../images/icon_groupe_contact.jpg) 0px -77px no-repeat;
    position: absolute;
    left: 36px;
    top: 0px;
	
}



a:hover, a:focus {
    text-decoration:none !important;
}






/************************************* page conseil *******/


.desc_article_conseil {
	width: 100%;
    float: left;
    padding: 20px 25px;
    font-size: 13px;
    font-family: 'OpenSans';
    color: #2b2b2b;
}

.ss_titre_conseil {
	width: 100%;
    float: left;
    padding: 20px 25px;
    font-size: 15px;
    font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
    color: #536169;
}

.ss_ttr_conseil_txt {
	    width: 100%;
    float: right;
    padding: 20px 35px;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	 color: #536a76;
	 position:relative;
}

.ss_ttr_conseil_txt:before {
	content:"";
	width:3px;
	height:22px;
	top:25px;
	left:0px;
	position:absolute;
	background:#a2051a;
}

.ligne_conseil {
	    padding: 15px 25px;
    color: #2b2b2b;
    font-size: 13px;
    font-family: 'OpenSans';
    position: relative;
    padding-left: 60px;
    margin-top: 4px;
    height: 67px;
}
.ligne_conseil span{
	color:#8ca4b0;
	font-weight:bold;
}
.ligne_conseil font{
	color:#a2051a;
}

.ligne_conseil:after {
	width: 2px;
    height: 13px;
    content: "";
    position: absolute;
    top: 58px;
    left: 10px;
	background:#f2f5f6;
}


.ligne_conseil:nth-child(1):before {
	    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: -19px;
    background: url(../images/icn_astuce_01.png) no-repeat;
    content: "";
}

.ligne_conseil:nth-child(2):before {
	    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: -19px;
    background: url(../images/icn_astuce_02.png) no-repeat;
    content: "";
}

.ligne_conseil:nth-child(3):before {
	    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: -19px;
    background: url(../images/icn_astuce_03.png) no-repeat;
    content: "";
}

.ligne_conseil:nth-child(4):before {
	    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: -19px;
    background: url(../images/icn_astuce_04.png) no-repeat;
    content: "";
}

.ligne_conseil:nth-child(5):before {
	    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: -19px;
    background: url(../images/icn_astuce_05.png) no-repeat;
    content: "";
}

.ligne_conseil:nth-child(6):before {
	    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: -19px;
    background: url(../images/icn_astuce_06.png) no-repeat;
    content: "";
}

.ligne_conseil:nth-child(7):before {
	    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: -19px;
    background: url(../images/icn_astuce_07.png) no-repeat;
    content: "";
}

.ligne_conseil:nth-child(8):before {
	    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: -19px;
    background: url(../images/icn_astuce_08.png) no-repeat;
    content: "";
}


.ligne_conseil:nth-child(9):before {
	    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: -19px;
    background: url(../images/icn_astuce_09.png) no-repeat;
    content: "";
}

.ligne_conseil:nth-child(10):before {
	    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: -19px;
    background: url(../images/icn_astuce_010.png) no-repeat;
    content: "";
}

.ligne_conseil:nth-child(11):before {
	    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: -19px;
    background: url(../images/icn_astuce_011.png) no-repeat;
    content: "";
}

.ligne_conseil:nth-child(12):before {
	    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: -19px;
    background: url(../images/icn_astuce_012.png) no-repeat;
    content: "";
}

.ligne_conseil:nth-child(13):before {
	    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: -19px;
    background: url(../images/icn_astuce_013.png) no-repeat;
    content: "";
}

.ligne_conseil:nth-child(14):before {
	    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: -19px;
    background: url(../images/icn_astuce_014.png) no-repeat;
    content: "";
}

.ligne_conseil:nth-child(15):before {
	    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: -19px;
    background: url(../images/icn_astuce_015.png) no-repeat;
    content: "";
}

.ligne_conseil:nth-child(16):before {
	    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: -19px;
    background: url(../images/icn_astuce_016.png) no-repeat;
    content: "";
}

.ligne_conseil:nth-child(17):before {
	    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: -19px;
    background: url(../images/icn_astuce_017.png) no-repeat;
    content: "";
}



.ligne_conseil:nth-child(17):after, .ligne_conseil:nth-child(16):after {
	display:none;
}



.cadre_conseil {
	    width: 100%;
    position: relative;
    border: 1px #e3e3e3 solid;
    padding: 30px 45px;
    display: block;
    margin: 35px 0px;
    float: left;
}

.titre_cadre_conseil {
	    padding: 10px 15px;
    background: #fff;
    position: absolute;
    width: 70%;
    margin: -46px 15%;
    text-align: center;
    font: bold 18px Arial, Helvetica, sans-serif;
    color: #a2051a;
}

.ligne_cadre_conseil {
    color: #2b2b2b;
    font-size: 13px;
    font-family: 'OpenSans';
    position: relative;
    /* height: 52px; */
    padding: 15px 0px;
}
.ligne_cadre_conseil span{
	font-weight:bold;
	color:#a2051a;
}










.ligne_conseil_voyage {
	    padding: 15px 25px;
    color: #2b2b2b;
    font-size: 13px;
    font-family: 'OpenSans';
    position: relative;
    padding-left: 60px;
    margin-top: 4px;
    height: 67px;
}

.ligne_conseil_voyage span{
	color:#8ca4b0;
	font-weight:bold;
}
.ligne_conseil_voyage font{
	color:#a2051a;
}

.ligne_conseil_voyage:after {
	width: 2px;
    height: 13px;
    content: "";
    position: absolute;
    top: 58px;
    left: 10px;
	background:#f2f5f6;
}


.ligne_conseil_voyage:nth-child(1):before {
	    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: -19px;
    background: url(../images/icn_conseil_01.png) no-repeat;
    content: "";
}

.ligne_conseil_voyage:nth-child(2):before {
	    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: -19px;
    background: url(../images/icn_conseil_02.png) no-repeat;
    content: "";
}


.ligne_conseil_voyage:nth-child(3):before {
	    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: -19px;
    background: url(../images/icn_conseil_03.png) no-repeat;
    content: "";
}


.ligne_conseil_voyage:nth-child(4):before {
	    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: -19px;
    background: url(../images/icn_conseil_04.png) no-repeat;
    content: "";
}


.ligne_conseil_voyage:nth-child(5):before {
	    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: -19px;
    background: url(../images/icn_conseil_05.png) no-repeat;
    content: "";
}


.cont_img_titre_article .cont_titre_conseilpage {
	width:54%;
	padding:25px 0px;
	background:#fff;
	z-index:5;
	position:absolute;
	top:20px;
	right:0px;
	-webkit-box-shadow: 3px 1px 26px -6px rgba(83,97,105,0.30);
-moz-box-shadow: 3px 1px 26px -6px rgba(83,97,105,0.30);
box-shadow: 3px 1px 26px -6px rgba(83,97,105,0.30);
}



.cont_img_titre_article .cont_titre_conseilpage .titre_rebrique{
	width:55%;
	float:right;
	padding:10px 0px;
	border-bottom:1px #e5e7e9 solid;
	color:#536169;
	font-size:12px;
	font-family: 'OpenSans';
	text-transform:uppercase;
}
.cont_img_titre_article .cont_titre_conseilpage .titre_article{
	width:100%;
	float:right;
	padding:20px 25px;
	font-size:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#536169;
}

.margintop0 {
	margin-top:0px !important;
}

/************************************* fin page conseil *****/




#all-flavors .box_credits_liste {
	height: 435px;
	
}






.pagination {
	    width: 100%;
    height: 50px;
    overflow: hidden;
}

.pagination a, .pagination span {
	display:block;
	float:left;
	    width: auto;
    position: relative;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #2a2a2a;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
    border: 1px #eee solid;
    cursor: pointer;
    transition: all 1s;
}


.pagination .current {
	font-weight:bold;
	color:#930013;
}

.pagination {
     display: block !important;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    width: auto;
    position: relative;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #2a2a2a;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
    border: 1px #eee solid;
    cursor: pointer;
    transition: all 1s;
}



/******************* css block recherche *********/


#block-atb-search {
       width: 200px;
    float: left;
    position: relative;
    height: 45px;
    display: inline-block;
    margin-left: 170px;
    margin-top: 5px;
}

#block-atb-search #search-block-form{
    position: relative;
    display: block;
    float: right;
    width: 100%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
#block-atb-search .block .input-group {
    border: solid 1px #8c613926;
    border-radius: 3px;
}

#block-atb-search .block .form-search {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
    text-align: right;
}

#block-atb-search .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.search-block-form .btn-primary {
    color: #1f4275;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    border: 1px solid #f3dbdb;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.19);
    border-top-width: 0px;
    height: 34px;
    font-size: 15px;
    line-height: 25px;
	left:0px;
}

#block-atb-search .glyphicon {
	    position: relative;
    width: 12px;
    height: 40px;
}
#block-atb-search .btn-primary .glyphicon:before {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    left: -3px;
}

#block-atb-search .btn-primary:hover {
    color: #fff !important;
    background-color: #a31b2e !important;
    border-color: #a31b2e !important;
}

#block-atb-search .btn-primary:hover .glyphicon:before {

    color: #fff;

}



/***************/


.titre_page_liste_actu.search:before {
	display:none;
}
.titre_page_liste_actu.search:after {
	display:none;
}


.convertisseur_devise {
	padding: 15px;
    border: 1px #eee solid;
    margin: 20px 0px;
    background: #eee;
    border-radius: 7px;
}
.convertisseur_devise .espacelinks{
	font-weight:bold;
}




/*****************/

.cont_btt_bas_prod {
	width: 60%;
    margin: 0 auto;
    text-align: center;
}
.cont_btt_bas_prod a{
	display: inline-table !important;
	    float: none !important;
		    margin-bottom: 10px !important;
}

.cont_btt_bas_prod .lienn{
	 float: none !important;
}

/*****************/

/*  bouton Abonnement ATBNET */

.cont_btt_Abonnement_ATBNET {
	width: 100%;
    margin: 0 auto;
/*  text-align: center; */
    overflow:hidden
}
.cont_btt_Abonnement_ATBNET a{
	display: inline-table !important;
	    float: right !important;
		margin-bottom: 10px !important;
		width: auto;
		position: relative;
		float: right;
		display: block;
		padding: 10px 15px;
		text-decoration: none;
		color: #fff !important;
		font-size: 14px;
		font-family: 'OpenSans';
		text-transform: uppercase;
		border: 1px #eee solid;
		cursor: pointer;
		transition: all 1s;
		background-color:#900;
}

.cont_btt_Abonnement_ATBNET .lienn{
	 float: none !important;
}

/*  bouton Abonnement ATBNET */
/*****************/


.box_carte_visa {
    background-image: url(../images/bg_tpe.png);
}

.box_carte_visa .titre_carte:after {
    background: #0e1e3d;
}

.box_carte_visa .titre_carte:after{
	background:#0e1e3d;
}
.box_carte_visa .lire_suite_carte:hover{
	color:#0e1e3d;
	text-decoration:none;
}
.box_carte_visa .lire_suite_carte:after{
	color:#0e1e3d;
	
}





.box_carte_visa_electron {
    background-image: url(../images/bg_visa_electron.png);
}

.box_carte_visa_electron .titre_carte:after {
    background: #bea592;
}

.box_carte_visa_electron .titre_carte:after{
	background:#bea592;
}
.box_carte_visa_electron .lire_suite_carte:hover{
	color:#bea592;
	text-decoration:none;
}
.box_carte_visa_electron .lire_suite_carte:after{
	color:#bea592;
	
}
.box_carte_visa_electron .titre_carte {
    color: #bea592;
}

.box_carte_e_pay {
    background-image: url(../images/bg-carte-epay.png);
}

.box_carte_e_pay .titre_carte:after {
    background: #e9c15c;
}

.box_carte_e_pay .titre_carte:after{
	background:#e9c15c;
}
.box_carte_e_pay .lire_suite_carte:hover{
	color:#e9c15c;
	text-decoration:none;
}
.box_carte_e_pay .lire_suite_carte:after{
	color:#e9c15c;
	
}
.box_carte_e_pay .titre_carte {
    color: #e9c15c;
}

.hide_web {
	display:none;
}


.block_header_accordion {
	padding: .75rem 1.25rem;
    margin-bottom: 0;	
    background-color: #fff !important;
    border-bottom: 1px solid #eee;
}

.block_header_accordion .card-link{
	font:18px arial ; 
	color:#333f48;
	text-decoration:none;
	display:block;
	padding:7px 10px;
	background-color:#ebebeb;
	float: left;
	    width: 12%;
}

.block_header_accordion .card-link:hover{
	font:18px arial ; 
	color:#fff;
	text-decoration:none;
	display:block;
	padding:7px 10px;
	background-color:#a11a2c;
	float: left;
}

.card {
    border: 1px solid #eee !important;
	    margin: 10px 0px;

}

.agence_gov {
	    float: left;
    display: block;
    width: 88%;
    padding: 0 15px;
}

.titre_gov {
	font:23px arial;
	color:#a11a2c;
	padding:15px 0px;
}

.agence_gov_supp {
	float:left;
	    margin-bottom: 10px;
}
.titre_agence_gov {
	
	font:bold 14px arial;
	color:#a11a2c;
}


.titre_list_agnce {
	
	font:27px arial;
	color:#a11a2c;
	margin-bottom:15px;
	margin-top:15px;
}





/**** ajout boutton agence **/

.btt_aganceslien {
    width: auto;
    padding: 5px 28px;
    display: block;
    text-decoration: none;
    font-family: 'OpenSans';
    color: #21152d;
    font-size: 13px;
    float: right;
    position: relative;
    border-top: 1px #eee solid;
    margin-top: 12px;
}

.btt_aganceslien:hover {
    color: #b40019;
    text-decoration: none;
}


.btt_aganceslien:before {
    content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    left: 0;
}

.btt_aganceslien:hover:before {
    color: #b40019;
}

.btt_aganceslien:after {
    content: "&gt;&gt;";
    font-family: 'CoconNextArabic' !important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: 4px;
    right: 0;
}

.btt_aganceslien:hover:after {
    color: #b40019;
}


.lienAgeo {
	padding-top: 20px !important;
    color: #fff !important;
}
/**/



/**** message horraire confinement *****/
.HoraireAgence {
	font-family: 'OpenSans';
    color: #21152d;
    display: block;
    font-weight: 100;
	font-size:15px;
	position:relative;
	padding-left: 30px;
}
.HoraireAgence:before {
	content: "\f017";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #a71a2d;
    font-size: 28px;
    padding-right: 0.5em;
    position: absolute;
    top: -10px;
    left: 0;

}

/*****************/


/************* popup covid-19 ******/
.popupAlertCovid {
	position: absolute;
    width: 100%;
    padding: 15px;
    background-color: #536a76;
    color: #fff;
    top: 160px;
    z-index: 5555;
}

.popupAlertCovid a{
    color: #fff !important;
	text-decoration:underline;
}
.popupAlertCovid .cont{
	padding-left: 150px;
	position:relative;
}

.popupAlertCovidMobile .cont{
	padding-left: 10px;
	position:relative;
}

.popupAlertCovid .cont:before{
	content: "\f0a2";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 60px;
    padding-right: 0.5em;
    position: absolute;
    top: 44%;
    left: 29px;
}

.popupAlertCovidMobile .cont:before{
	display:none;
}

.popupAlertCovid .contHeader {
	width:100%;
	height:30px;
}
.popupAlertCovid .contHeader .bttClose{
	width:30px;
	height:30px;
	display:block;
	float:right;
	color:#fff;
	text-decoration:none;
	font-size:35px;
}

/*****************************/



/******************** page documents utiles ************/


.tit1Doc {
	text-align: center;
	font-family: "Opensans" !important;
	color: #bb2831;
	font-size: 34px;
}
.stitDoc {
	text-align: center;
	font-family: "Opensans" !important;
	color: #37434c;
	font-size: 21px;
	padding-bottom: 25px;
}

.boxbanking, .boxOuverture , .boxDemandeCredit, .boxDemandeCarte, .boxAutreFormulaire  {
	margin: 0px !important;
}

.pageDocuments .boxbanking, .pageDocuments .boxOuverture, .pageDocuments .boxDemandeCredit, .pageDocuments .boxDemandeCarte {
	min-height: 358px;
	position: relative;
}

.pageDocuments .boxbanking {
	background-image: url(../images/imgFormulaireBanking.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.pageDocuments .boxOuverture {
	background-image: url(../images/imgFormulaireOuvertureCompte.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.pageDocuments .boxDemandeCredit {
	background-image: url(../images/imgFormulaireDemandeCredit.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.pageDocuments .boxDemandeCarte {
	background-image: url(../images/imgFormulaireDemandeCarte.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}


.pageDocuments .boxAutreFormulaire {
	min-height: 187px;
}


.pageDocuments .layerColorTitre {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	background-color:rgb(58,61,71,0.9) ;
	padding: 5px 50px 5px 132px;
	min-height: 185px;
}


.pageDocuments .boxOuverture  .layerColorTitre {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	background-color:rgb(56,45,42,0.9) ;
	padding: 5px 50px 5px 132px;
	min-height: 185px;
}

.pageDocuments .boxDemandeCredit .layerColorTitre {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	background-color:rgb(138,164,184,0.9) ;
	padding: 5px 50px 5px 132px;
	min-height: 185px;
}


.pageDocuments .boxDemandeCarte .layerColorTitre {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	background-color:rgb(96,143,190,0.9) ;
	padding: 5px 50px 5px 132px;
	min-height: 185px;
}



.pageDocuments .t1 {
	font-family: "Opensans";
	color: #fff;
	font-size: 20px;
	width: 100%;

}

.pageDocuments .tGr {
	font-family: "Opensans";
	color: #fff;
	font-size: 33px;
	width: 100%;

}

.pageDocuments .lienDown {
	position: relative;
	display: block;
	padding-left: 32px;
	text-decoration: none;
	font-family: "Opensans";
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}

.pageDocuments .lienDown:before {
	content: "\f019";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}

.pageDocuments .layerColorTitre .lienDown:hover {
	color: red;
}

.pageDocuments .layerColorTitre .lienDown:hover:before {
	color: red;
}

.pageDocuments .boxAutreFormulaire .ttAutreFormulaire {
	margin: 0px;
	min-height: 217px;
	background-color: #a6182d;
	padding:66px 50px 5px 132px ;
}

.pageDocuments .boxAutreFormulaire .lienDown:hover {
	color: black;
}

.pageDocuments .boxAutreFormulaire .lienDown:hover:before {
	color: black;
}

.pageDocuments .imgAutreFormulaire {
	min-height: 217px;
	margin: 0px;
	background-image: url(../images/imgAutreFormulaire.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

/*********************************/


/****************** block horaire header *****/

.block_horaire_header {
	width: auto;
    float: left;
    position: relative;
    height: auto;
    display: inline-block;
    margin-left: 170px;
    margin-top: 0px;
	padding-left:52px;
	background-image:url(../images/icn_horaire_header.png);
	background-repeat:no-repeat;
}

.block_horaire_header .ligne1 {
	height: auto;
    font-family: 'OpenSans';
    color: #4d626d;
    font-size: 11px;
    font-weight: bold;
    padding-top: 5px;
}

.block_horaire_header .ligne2 {
	height:30px;
	font-family: 'OpenSans';
	color: #4d626d;
	font-size:12px;
}

/*********************************************/


.gsc-search-button-v2 {
    font-size: 0;
    padding: 10px 6px !important;
    width: 44px !important;
    vertical-align: middle;
    border: 0 !important;
    border-radius: 0px !important;
    border-color: #3079ed !important;
    background-color: #a2051a !important;
    background-image: linear-gradient(top, #4d90fe, #4787ed);
}

table.gsc-search-box td.gsc-input {
    padding-right: 0px !important;
}
.gsc-search-button {
    margin-left: 0px !important;
}

.gs-promotion .gs-visibleUrl, .gs-webResult .gs-visibleUrl {
    color: #000 !important;
}

.gsc-webResult.gsc-result {
    border: 1px solid #e2dede !important;
    height: auto !important;
    margin-bottom: 20px !important;
    padding: 15px !important;
	-webkit-box-shadow: 4px 10px 44px -16px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 10px 44px -16px rgba(0,0,0,0.75);
box-shadow: 4px 10px 44px -16px rgba(0,0,0,0.75);
}

.gs-result .gs-title *, .gsc-cursor-page, .gs-spelling a {
    color:  #a2051a !important;
	padding: 10px 0px !important;
    font-size: 25px !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.gs-promotion .gs-visibleUrl, .gs-webResult .gs-visibleUrl {
    color: #000 !important;
	display: none;
}

.gs-web-image-box, .gs-promotion-image-box {
    float: left;
    padding: 2px 8px 2px 0 !important;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    width: 162px !important;
}



.gsc-input {
	background:none !important;
}

.gcsc-find-more-on-google {
	display:none !important;
}

.gsc-control-cse {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.contCreditAuxChoix {
	width: 100%;
	float: left;
}






/**** modif simulateur */

.bannerCreditCC {
	width: 40%;
	height: 291px;
	float: left;
	background-color: #344049;
	border-radius: 10px 0px 0px 10px;
	position: relative;
}
.txtTitreBannerCC {
	font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    position: absolute;
    width: 60%;
    top: 50%;
    left: 30%;
    transform: translateY(-50%);
}
.bannerCreditCC::before {
	content: "";
	position: absolute;
	width:94px ;
	height: 94px;
	top: 50%;
	left:5% ;
	background-image: url(../images/icnSimulCC.png);
	transform: translateY(-50%);
}

.contresultCreditCC {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	float: left;
	margin-bottom: 30px;
}
.titreResumerCC, .montantAempCC, .dureeCC, .montantEcheCC, .btt_simulerCC {
	width: 20%;
	float: left;
	height: 50px;
} 

.dureeCC{
	width: 15%;
	float: left;
	height: 50px;
} 
.montantEcheCC{
	width: 25%;
	float: left;
	height: 50px;
} 


.titreResumerCC {
	background-color: #7194a5;
	color: #fff;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
	border-radius: 7px 0px 0px 7px;
}
.montantAempCC, .dureeCC, .montantEcheCC {
	background-color: #dce3e7;
	padding-top: 15px;
	padding-left: 10px;
}
.btt_simulerCC {
    text-align: center;
    color: #fff;
    background: #980c1d;
    font: 18px Arial, Helvetica, sans-serif;
    border: none;
    border-radius: 0px 7px 7px 0px;
	cursor: pointer;
}

#value_txtMntCC, #value_cmbrembCC, #value_totalMontantCC {
	float: left;
	padding-right: 10px;
}

.txtlibCC {
	float: left;
}
.content_simul_credit .part1_formCC{
	width:100%;
	float:left;
	margin-right:0%;
}

.box_simulateurCC {
	width:60%;
	margin:0px;
	border-radius:0px 10px 10px 0px;
	border:1px #ece9ee solid;	
	float: right;
	background-color: #f3f2f5;
}

.box_simulateurCC .titre_box_simul {
	width:100%;
	padding:15px;
	font:18px Arial, Helvetica, sans-serif;
	color:#333333;
}

.box_simulateurCC .content_box_simul {
	width:100%;
	padding:15px;
	display: block;
    overflow: hidden;
}

.box_simulateurCC .box_sim_50 label{
	float: left;
    width: 100%;
    font: 16px Arial, Helvetica, sans-serif;
    color: #333333;
    padding: 0;
    background: transparent;
}

.box_simulateurCC .box_sim_50 .input_txt_simul{
	float: left;
    width: 100%;
    border-radius: 6px;
    background: transparent;
    font: 16px Arial, Helvetica, sans-serif;
    color: #000;
    padding: 11px 10px;
    border: 1px #bec0c5 solid;
    position: relative;
}

.box_simulateurCC .cont_inpu:before {
	display: none;
}
.box_simulateurCC .inpt_montant:after {
	content:"DT";
	position:absolute;
	bottom:14px;
	right:10px;
	color:#1e1e1f;
	z-index:555;
}

.box_simulateurCC .inpt_taux:after {
	content:"%";
	position:absolute;
	bottom:14px;
	right:10px;
	color:#1e1e1f;
	z-index:555;
}


.ss_sousTitre_reclamation {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #517080;
	float: left;
}

.labelReclamation {
	width: 100%;
    float: left;
    padding: 5px 15px;
    font: 16px Arial, Helvetica, sans-serif;
    color: #517080;
    padding-top: 20px;
    text-align: left;
}


.ligne_contact_50 .cint_inputR {
	width:90%;
	float:left;
	padding:5px 0px;
}

.ligne_contact_50 .cint_inputR input{
	width:100%;
	height:44px;
	border-radius:5px;
	border:1px #cbd8de solid;
	padding:5px 10px;
}


.ligne_contact_100 .cint_inputR input{
	width:100%;
	height:44px;
	border-radius:5px;
	border:1px #cbd8de solid;
	padding:5px 10px;
}

.contSiOuiClient {
	width: 100%;
	overflow: hidden;
	
}



[type="date"] {
	background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
  }
  [type="date"]::-webkit-inner-spin-button {
	display: none;
  }
  [type="date"]::-webkit-calendar-picker-indicator {
	opacity: 0;
  }




/**************/



.ligne_contact_50 label {
    font: 16px Arial, Helvetica, sans-serif;
    color: #517080;
    text-align: left;
}

.ligne_contact_auto label {
    font: 16px Arial, Helvetica, sans-serif;
    color: #517080;
    text-align: left;
}

.cont_adress p {
	font: 16px Arial, Helvetica, sans-serif;
    color: #517080;
    text-align: left;
}








#typeCompteAutre, #rec1Autre1, #rec1Autre2, #rec1Autre3, #rec1Autre4, #rec1Autre5, #rec1Autre6 {
	display: none;
}


#contEntrepriseAssociation {
	display: none;
}


.contenuEspaceFinnance {
	padding-top: 35px;
	padding-bottom: 35px;
}

.titreArticleFinance {
	color: #08445e;
    font-size: 27px;
    margin-bottom: 25px;
    font-weight: bold;
	display:block;
}
.contenuEspaceFinnance .ligneContenu p {
	color: #344259;
	font-size:14px ;
	
}
.contenuEspaceFinnance .contImg{
	-webkit-box-shadow: 3px 1px 26px -6px rgb(83 97 105 / 30%);
    -moz-box-shadow: 3px 1px 26px -6px rgba(83,97,105,0.30);
    box-shadow: 3px 1px 26px -6px rgb(83 97 105 / 30%);
	
}
.lienLireSuiteFinance {
	color: #ab1723 !important;
	text-transform: uppercase;
	display: block;
	font-size: 14px;
	font-weight: bold;



}
.lienLireSuiteFinance:hover {
	color: #000;
}

.contBandeEspaceFinance {
	width: 100%;
	min-height: 570px;
	background-image: url(../images/bgBandeBleu.png);
	background-repeat: repeat-x;
}

.contArtFinance {
	padding-top: 175px;
	width: 35%;
	float: left;
}
.contArtFinance .titre{
	font-size: 41px;
	color: #08445e;
	padding-bottom: 25px;
	text-transform: uppercase;
	font-weight: bold;
}
.contArtFinance p{
	font-size: 18px;
	color: #08445e;
	padding-bottom: 25px;
}

.contArtFinance .decouvrirFinance {
	float: left;
	display: block;
	padding: 7px 15px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #7e1412;
}

.contArtFinance .decouvrirFinance:hover {
	float: left;
	display: block;
	padding: 7px 15px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #51859d;
}

.contPc {
	background-image:url(../images/pcFinance.png), url(../images/trianglesFinance.png) ;
	background-repeat: no-repeat;
	width: 65%;
	float: left;
	min-height: 570px;
	background-size: contain, auto;
    background-position-y: 50%, 0;
}


@media screen and (max-width: 780px) {
	.contArtFinance {
		width: 100%;
	}

	.contPc {
		width: 100%;
		display: none;
	}
	
	}



	.titredetailfinance {
		color: #08445e;
    font-size: 27px;
    margin-bottom: 25px;
    font-weight: bold;
	margin-top: 65px;
    margin-bottom: 0;
	}



.gs-web-image-box .gs-image, .gs-promotion-image-box .gs-promotion-image {
    border: 1px solid #e2e2e2;
    max-width: 140px !important;
    max-height: 120px !important;
    width: expression(this.width &gt; 64 ? '64px': true);
    height: expression(this.height &gt; 120 ? '120px': true);
}

.bttgotProd {
	display:block;
	float:left;
	text-decoration:none;
	color:#fff;
	background-color:#7194a5;
	padding:15px;
	
}

.bttgotProd:hover {
	display:block;
	float:left;
	text-decoration:none;
	color:#fff;
	background-color:#7194a5;
	padding:15px;
	
}</pre></body></html>