﻿@charset "UTF-8";
/* ==========================================================================
   Base
   ========================================================================== */
/* ==========================================================================
   Helpers
   ========================================================================== */
.hidden {
  display: none !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.center-text {
  text-align: center;
}

.right-text {
  text-align: right;
}

/* Usage:
  .foo {
    @include placeholder {
      color: green;
    }
  }
 */
/* ==========================================================================
   Layout and sections
   ========================================================================== */
/*
	CSS for page content
*/
input, textarea {
  font-family: FrutigerLTStd55Roman;
  font-size: 11px;
  color: #3e3e3e;
}

textarea {
  resize: none;
}

#gm-footer-print {
  display: none;
}

.print-only {
  display: none;
}

.bcge-logo {
  display: none;
}

/* used in #gm-content to enable full width page */
.gm-full-width #gm-column-middle {
  width: 765px;
}

.gm-full-width #gm-column-middle > table {
  width: 100%;
}

.gm-full-width #gm-column-right {
  display: none;
}

.gm-full-width .gm-page-content h1 {
  color: #171717;
  width: 710px;
  padding-left: 21px;
  padding-right: 10px;
  height: 81px;
  margin: 0;
  background: url(../img/pages/pages-h1-bg.png) top left no-repeat;
  display: table-cell;
  vertical-align: middle;
}

/* page content standard styles */
.gm-page-content {
  padding: 10px;
  font-size: 13px;
}

.gm-page-content b,
.gm-page-content strong {
  font-family: FrutigerLTStd65Bold;
  font-weight: normal;
}

.gm-page-content a {
  text-decoration: none;
  color: #ee1f1b;
}

.gm-page-content a:hover {
  text-decoration: underline;
}

.gm-page-content .gm-li-med a {
  color: #000;
}

.gm-page-content ul {
  padding-left: 15px;
}

.gm-page-content h1 {
  color: #eb1f1b;
  font-size: 26px;
}

.gm-page-content h2 {
  color: #ee1f1b;
}

.gm-page-content h3,
#gm-content .gm-page-content .gm-page-intro {
  font-family: FrutigerLTStd65Bold;
  font-weight: normal;
  font-size: 16px;
}

.gm-page-content h3 {
  margin: 20px 0;
}

.gm-page-content .gm-checklist {
	padding-left: 25px;
}

.gm-page-content .gm-checklist>li {
	list-style: none;
	padding: 15px 0;
	position: relative;
}

.gm-page-content .gm-checklist>li:before {
	content: " ";
	position: absolute;
	top: 18px;
	left: -24px;
	width: 12px;
	height: 9px;
	background-image: url(../img/pret/checkmark.png);
}

.gm-page-left {
  float: left;
  width: 520px;
  padding-right: 19px;
}

.gm-page-right {
  float: right;
  width: 192px;
}

.gm-page-right .gm-right-bloc {
  background: #efefef;
  width: 175px;
  padding: 10px 5px 10px 12px;
}

.gm-page-right h2.gm-right-bloc {
  font-size: 15px;
}

.gm-right-bloc.gm-right-link {
  margin: 2px 0;
  cursor: pointer;
  height: 38px;
}

.gm-right-bloc.gm-right-link:hover {
  background-color: #dfdfdf;
}

.gm-right-bloc.gm-right-link div {
  width: 38px;
  height: 38px;
  float: left;
  margin-right: 10px;
}

#gm-content .gm-right-bloc.gm-right-link p {
  background: url(../img/li-med.png) left center no-repeat;
  display: table-cell;
  color: #171717;
  font-family: FrutigerLTStd65Bold;
  vertical-align: middle;
  line-height: 14px;
  padding-left: 10px;
  width: 117px;
  margin: 0;
  height: 36px;
}

.gm-right-bloc.gm-right-link:hover a {
  /*text-decoration: none;*/
}

.gm-right-bloc.gm-right-link div.gm-bg-rappeler {
  background: url(../img/pages/icons-right.png) 0 0 no-repeat #efefef;
}

.gm-right-bloc.gm-right-link div.gm-bg-remplir-contrat {
  background: url(../img/pages/icons-right.png) 0 -40px no-repeat #efefef;
}

.gm-right-bloc.gm-right-link div.gm-bg-envoyer-mail {
  background: url(../img/pages/icons-right.png) 0 -80px no-repeat #efefef;
}

.gm-right-bloc.gm-right-link div.gm-bg-appeler-bcge {
  background: url(../img/pages/icons-right.png) 0 -120px no-repeat #efefef;
}

.gm-right-bloc.gm-right-link div.gm-bg-trouver-agence {
  background: url(../img/pages/icons-right.png) 0 -160px no-repeat #efefef;
}

.gm-right-bloc.gm-right-link div.gm-bg-simulator {
  background: url(../img/pages/icons-right.png) 0 -200px no-repeat #efefef;
}

.gm-right-bloc.gm-social-icons {
  padding: 9px 5px 5px 12px;
}

.gm-right-bloc.gm-social-icons .gm-icon {
  width: 21px;
  height: 20px;
  margin-right: 9px;
  float: left;
}

.gm-social-icons .gm-icon-print {
  background: url(../img/pages/icons-social.png) 0 0;
}

.gm-social-icons .gm-icon-print:hover {
  /* a shame FF does not implements background-position-y */
  background-position: 0 20px;
}

.gm-social-icons .gm-icon-mail {
  background: url(../img/pages/icons-social.png) -21px 0;
}

.gm-social-icons .gm-icon-mail:hover {
  background-position: -21px 20px;
}

.gm-social-icons .gm-icon-fb {
  background: url(../img/pages/icons-social.png) -42px 0;
}

.gm-social-icons .gm-icon-fb:hover {
  background-position: -42px 20px;
}

.gm-social-icons .gm-icon-twitter {
  background: url(../img/pages/icons-social.png) -63px 0;
}

.gm-social-icons .gm-icon-twitter:hover {
  background-position: -63px 20px;
}

.gm-social-icons .gm-icon-linkedin {
  background: url(../img/pages/icons-social.png) -84px 0;
}

.gm-social-icons .gm-icon-linkedin:hover {
  background-position: -84px 20px;
}

.gm-social-icons .gm-icon-gplus {
  background: url(../img/pages/icons-social.png) -105px 0;
}

.gm-social-icons .gm-icon-gplus:hover {
  background-position: -105px 20px;
}

.gm-page-intro {
  margin-top: 10px;
  display: inline-block;
}

.gm-page-content .gm-page-intro h2 {
  float: left;
  width: 348px;
  margin-top: 0;
  color: #171717;
  line-height: 20px;
}

.gm-page-intro-image {
  position: relative;
  float: left;
  margin-right: 20px;
  width: 152px;
}

.gm-page-intro-image img {
  border: solid 1px #cdcdcd;
  display: block;
}

.gm-onglets {
  font-family: FrutigerLTStd65Bold;
  height: 41px;
}

.gm-onglets .gm-onglet-sep {
  display: block;
  border-bottom: solid 1px #c5c5c5;
  height: 40px;
  width: 5px;
}

.gm-onglets .gm-onglet {
  cursor: pointer;
  border: solid 1px #c5c5c5;
  background: url(../img/pages/pages-tabs-bg.png) repeat-x;
  border-radius: 3px 3px 0 0;
  padding: 0 10px;
}

.gm-onglets .gm-onglet:hover, .gm-onglets .gm-onglet:focus {
  background-image: url(../img/pages/pages-tabs-bg-hover.png);
}

.gm-onglets .gm-onglet:hover a,
.gm-onglets .gm-onglet:focus a {
  text-decoration: none;
}

.gm-onglets .gm-onglet a {
  background: url(../img/li-med.png) no-repeat scroll 0 center transparent;
  padding-left: 10px;
  color: #000;
  display: block;
  height: 28px;
  padding-top: 11px;
  width: 100%;
}

.gm-onglets .gm-onglet-actif {
  border-bottom: solid 1px #fff;
  background: none;
  background-color: #FFF;
}

.gm-onglets .gm-onglet-actif:hover {
  background: none;
}

.gm-onglets .gm-onglet-actif a {
  background: url(../img/pages/li-med-down.png) no-repeat scroll 0 center transparent;
}

.gm-page-right-carousel {
  background: #efefef;
  padding: 10px 0 20px 15px;
}

.gm-page-right-carousel h3 {
  text-align: center;
  margin: 0 15px 10px 0;
}

.gm-page-right-carousel .gm-custom-form-select {
  width: 124px;
  height: 20px;
}

.gm-page-right-carousel .gm-list {
  top: 7px;
  left: 1px;
}

.gm-page-content hr {
  border: none;
  height: 1px;
  background: #c5c5c5;
  margin: 30px 0;
}

.gm-big-page-link {
  margin-top: 20px;
  background: url(../img/pages/li-big.png) center right no-repeat #efefef;
  height: 81px;
}

.gm-big-page-link:hover {
  background-color: #dfdfdf;
}

.gm-big-page-link a {
  display: block;
  height: 100%;
  color: #000;
}

.gm-big-page-link:hover a {
  text-decoration: none;
}

.gm-big-page-link h3 {
  margin: 0;
  padding-top: 18px;
}

.gm-big-page-link .gm-page-intro-image {
  width: 122px;
}

.gm-big-page-link .gm-page-intro-image img {
  width: 120px;
  height: 79px;
}

.gm-big-page-link .gm-actu-img-border {
  width: 120px;
}

.gm-onglet-content hr {
  clear: both;
  margin-bottom: 10px;
  background: none;
  border-bottom: dotted 1px #000;
}

.gm-tab-bloc {
  position: relative;
  float: left;
  width: 200px;
  padding: 20px;
  border-right: dotted 1px #000;
  min-height: 220px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}

.gm-tab-bloc.gm-tab-bloc-selected {
  background-color: #efefef;
}

.gm-tab-bloc p {
  line-height: 15px;
}

.gm-tab-bloc h3 {
  /*position:relative;
  padding-left:50px;
  margin-top:0;
  margin-bottom: 30px;*/
  text-align: left;
  margin: 0;
  margin-left: 10px;
}

.gm-tab-bloc span {
  /*position:absolute;
  top:-9px;
  left:0;*/
  display: block;
  width: 38px;
  height: 38px;
}

.gm-tab-bloc span.gm-bg-rappeler {
  background: url(../img/pages/icons-right.png) -40px 0px no-repeat #efefef;
}

.gm-tab-bloc span.gm-bg-remplir-contrat {
  background: url(../img/pages/icons-right.png) -40px -40px no-repeat #efefef;
}

.gm-tab-bloc span.gm-bg-envoyer-mail {
  background: url(../img/pages/icons-right.png) -40px -80px no-repeat #efefef;
}

.gm-tab-bloc span.gm-bg-appeler-bcge {
  background: url(../img/pages/icons-right.png) -40px -120px no-repeat #efefef;
}

.gm-tab-bloc span.gm-bg-trouver-agence {
  background: url(../img/pages/icons-right.png) -40px -160px no-repeat #efefef;
}

.gm-tab-bloc input,
.gm-tab-bloc select,
.gm-tab-bloc textarea {
  font-family: FrutigerLTStd55Roman;
  font-size: 11px;
  width: 188px;
  border: solid 1px #bcb8b8;
  border-radius: 2px;
  padding: 3px 5px;
  margin-bottom: 7px;
}

.gm-tab-bloc input[type=submit] {
  position: absolute;
  left: 20px;
  top: 220px;
  width: 200px;
  cursor: pointer;
  color: #fff;
  font-family: FrutigerLTStd65Bold;
  font-size: 13px;
  background-color: #d60e09;
  background-image: linear-gradient(to bottom, #FD1813 0%, #D50D09 100%);
  border: none;
  border-radius: 5px;
}

.gm-tab-bloc input[type=submit]:hover {
  background-color: #ac0202;
  background-image: linear-gradient(to bottom, #fb0303 0%, #a80201 100%);
}

.validate input.error {
  border-color: #EE1F1B;
}

#gm-content .infieldlabel p {
  position: relative;
  margin: 0;
}

#gm-content .infieldlabel label {
  position: absolute;
  top: 3px;
  /* Chrome: 5px via Javascript */
  left: 7px;
}

/* UI Slider */
.ui-slider {
  position: relative;
  text-align: left;
  background: #fff;
  border: solid 1px #383838;
  border-radius: 2px;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: #4c4c4c;
  border-radius: 6px;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  background: #3b3b3b;
}

.ui-slider-horizontal {
  height: 4px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* Ajax FORMS */
.form_ajax_ok,
.form_ajax_error {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  left: 0;
  display: none;
  padding: 10px 15px;
  margin: 0 10px;
  background: #ddf6dd;
  border: solid 1px #1e9b1e;
}

.form_ajax_error {
  background: #f5d9d9;
  border-color: #ac0202;
}

/* ----------------------- */
/* ADDENDUM GM/JMJ 2014.10 */
/* ----------------------- */
b, strong {
  font-family: FrutigerLTStd65Bold;
  font-weight: normal;
}

.gm-green {
  color: #008000;
}

.gm-header-pic {
  position: relative;
  display: block;
  height: 194px;
}

.gm-header-pic img {
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 10;
}

.gm-header-pic span {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 20;
  color: #fff;
  font-size: 20px;
  text-shadow: 1px 1px 2px black;
}

.gm-opener {
  background: #e8e8e8;
  padding: 8px 10px;
  font-family: FrutigerLTStd65Bold;
  margin-bottom: 6px;
}

.gm-opener-header {
  position: relative;
  cursor: pointer;
  padding-right: 20px;
}

.gm-opener .gm-toggle {
  position: absolute;
  right: 0;
  top: 0;
  height: 17px;
  width: 17px;
}

.gm-opener .gm-opener-content {
  display: none;
  margin-top: 10px;
}

.gm-opener-content > .gm-li-med {
  font-size: 12px;
  text-align: right;
  margin: 10px 20px 10px 0;
}

.gm-opener-content > .gm-li-med li {
  display: inline-block;
}

.gm-opener .gm-prestation {
  background: #fff;
}

.gm-prestation {
  float: left;
  display: inline-block;
  background: #efefef;
  width: 150px;
  margin-right: 10px;
  min-height: 156px;
  cursor: pointer;
}

.gm-prestation:hover a {
  text-decoration: underline;
}

.gm-prestation-pic {
  position: relative;
  height: 100px;
}

.gm-prestation-pic .gm-actu-img-border {
  bottom: 0;
  left: 0;
}

.gm-prestation .gm-li-med {
  margin-top: 0;
}

.gm-prestation .gm-li-med li {
  padding-top: 0;
  background-position: 0 6px;
}

.gm-prestation .gm-li-med a {
  color: #171717;
}

.gm-prestation .gm-li-med h2 {
  margin: 10px 0;
}

.gm-pushs {
  width: 185px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 10px 0;
}

.gm-pushs h2 {
  border-bottom: dotted 1px #8e8e8e;
  font-size: 20px;
  line-height: 19px;
  margin: 0 0 10px 0;
  padding: 0 18px 10px 18px;
}

.gm-push {
  padding: 0 18px;
  border-bottom: dotted 1px #8e8e8e;
  margin: 15px 0;
}

.gm-push:last-child {
  border-bottom: none;
}

.gm-push h3 {
  font-family: FrutigerLTStd65Bold;
  font-weight: normal;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  padding-right: 20px;
}

.gm-push .gm-toggle {
  position: absolute;
  right: 0;
  top: 0;
  height: 17px;
  width: 17px;
}

.gm-push .gm-push-content {
  display: none;
  font-size: 12px;
  font-family: FrutigerLTStd65Bold;
  line-height: 12px;
  margin-bottom: 10px;
}

.gm-chronique {
  padding: 10px 0;
}

.gm-chronique ul.gm-li-med {
  margin: 0;
}

.gm-chronique ul.gm-li-med li {
  padding-top: 2px;
  padding-bottom: 1px;
  background-position: 0 7px;
}

#gm-content .gm-chronique p {
  margin: 0;
  line-height: 13px;
}

#gm-content .gm-billet {
  padding: 10px 0;
}

.gm-button {
  display: inline-block;
  width: 184px;
  height: 25px;
  font-size: 13px;
  font-family: FrutigerLTStd65Bold;
  line-height: 25px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-image: url(../img/harmonisation/background-bouton.jpg);
  margin-right: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
}

a.gm-button-red {
  font-family: FrutigerLTStd65Bold;
  font-size: 13px;
  border: solid 1px #bcb8b8;
  border-radius: 2px;
  padding: 3px 10px;
  margin-bottom: 7px;
  cursor: pointer;
  color: #fff;
  background-color: #d60e09;
  background-image: linear-gradient(to bottom, #FD1813 0%, #D50D09 100%);
  border: none;
  border-radius: 5px;
}

a.gm-button-red:hover {
  background-color: #ac0202;
  background-image: linear-gradient(to bottom, #fb0303 0%, #a80201 100%);
  text-decoration: none;
}

.gm-button-black {
  display: inline-block;
  font-family: FrutigerLTStd65Bold;
  font-size: 17px;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  cursor: pointer;
  color: #fff !important;
  background: url(../img/pages/black-bg.jpg) repeat-x;
}

.gm-intro {
  position: relative;
}

.gm-intro div.title {
  font-family: FrutigerLTStd65Bold;
  font-size: 16px;
  background: #000;
  color: #fff;
  position: absolute;
  top: 35px;
  left: 0;
  padding: 22px;
  width: 490px;
  opacity: 0.85;
}

.gm-intro div.title img {
  position: absolute;
  right: 0;
  top: 0;
}

.gm-intro iframe {
  margin-top: 80px;
  float: right;
}

.gm-intro a.gm-button-red {
  display: inline-block;
  margin-top: 21px;
  margin-left: 14px;
}

.gm-intro p {
  font-family: FrutigerLTStd65Bold;
  margin-left: 20px;
}

.gm-intro span {
  float: left;
}

.gm-intro span:nth-child(2) {
  float: right;
  margin-right: 150px;
  font-family: FrutigerLTStd55Roman;
}

.gm-slide-black-btn > .title {
  position: relative;
  display: block;
  padding: 15px 0;
  color: #000;
}
.gm-slide-black-btn .content {
  display: none;
}
.gm-slide-black-btn .gm-toggle {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 17px;
  height: 17px;
}
.gm-slide-black-btn .gm-up {
  background: url(../img/icons.png) -4px -43px no-repeat transparent;
}
.gm-slide-black-btn .gm-down {
  background: url(../img/icons.png) -28px -43px no-repeat transparent;
}

.gm-prestation ul {
  padding-left: 10px;
}

.gm-indice > div {
  padding: 4px 0;
  border-top: solid 1px #d8d8d8;
}

.gm-indice label {
  font-family: FrutigerLTStd65Bold;
  background: #efefef;
  display: inline-block;
  padding: 1px 4px;
}

.gm-indice span {
  display: inline-block;
  font-size: 11px;
}

.gm-indice span.gm-value {
  font-family: FrutigerLTStd65Bold;
  width: 70px;
  margin-left: 3px;
}

.gm-indice span.gm-diff {
  width: 47px;
  text-align: right;
}

.gm-pushs.gm-assets {
  padding-bottom: 0;
  border: solid 1px #cdcdcd;
  padding: 10px 4px 0 4px;
  width: 175px;
}

.gm-pushs.gm-assets h2 {
  border-bottom: none;
  margin-bottom: 0;
  font-size: 16px;
  padding: 0 0 6px 5px;
}

.gm-pushs.gm-chronique .gm-actu {
  border-top: none;
  border-bottom: solid 1px #d8d8d8;
  padding: 10px 10px;
}

.gm-pushs.gm-chronique .gm-actu p {
  line-height: 12px;
}

.gm-pushs.gm-chronique .gm-actu:last-child {
  border: none;
}

.gm-pushs.gm-chronique .gm-li-med li {
  background-position: 0 6px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.gm-pushs.gm-chronique .gm-li-med a {
  font-family: FrutigerLTStd65Bold;
  font-size: 12px;
}

.gm-expertises {
  padding: 10px;
  padding-top: 0;
}

.gm-expertises table {
  margin-bottom: 10px;
}

.gm-expertises td {
  vertical-align: top;
  background: #e8e8e8;
}

.gm-expertises h1 {
  border-bottom: 1px dotted #747474;
  margin-bottom: 10px;
  padding-bottom: 5px;
  margin-top: 20px;
}

.gm-expertises h2 {
  margin-top: 10px;
}

.gm-expertises .gm-opener {
  font-family: FrutigerLTStd55Roman;
  font-size: 13px;
  padding-left: 0;
  margin-bottom: 0;
}

.gm-expertises .gm-prestation {
  padding-bottom: 10px;
}

#gm-content .gm-expertises .gm-prestation p {
  margin-left: 20px;
  margin-right: 10px;
  font-family: FrutigerLTStd65Bold;
  line-height: 13px;
}

/* Synchrony 2015-05 GM/JMJ */
.gm-synchrony .gm-intro {
  position: relative;
  background: url(../indexe68f.html) no-repeat top left #0b3259;
}

.gm-synchrony .gm-intro .title {
  padding-left: 53px;
  width: 100%;
  box-sizing: border-box;
  opacity: 1;
  background: url(../indexe68f.html);
}

.gm-synchrony .gm-intro .title span {
  font-size: 37px;
}

.gm-synchrony .gm-intro .gm-form {
  float: right;
  width: 310px;
  font-size: 12px;
  color: #fff;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 157px;
  background: url(../indexe68f.html);
}

.gm-synchrony .gm-intro .gm-form select {
  background: #fff;
}

.gm-synchrony .gm-intro .gm-form input[type=submit] {
  width: 100%;
  font-family: FrutigerLTStd65Bold;
  font-size: 16px;
  /*background:url(../img/form-input-submit-bg.png) repeat-x;*/
  background-color: #187bb1;
  background-image: linear-gradient(to bottom, #1a8abc 0%, #187bb1 100%);
  color: #fff;
  border: none;
  border-radius: 4px;
  height: 36px;
  margin-top: 15px;
  cursor: pointer;
}

.gm-synchrony .gm-intro .gm-form input[type=submit]:hover {
  background-image: linear-gradient(to bottom, #006fa4 0%, #005689 100%);
}

.gm-synchrony .gm-intro .gm-disclaimer {
  padding: 45px;
  color: #fff;
  font-size: 10px;
  line-height: 11px;
  float: right;
  box-sizing: border-box;
  width: 100%;
}

#gm-content .gm-synchrony .gm-intro .gm-disclaimer p {
  margin-bottom: 10px;
}

#gm-content span.gm-select {
  float: none;
  margin-right: 0;
  font-size: 15px;
  color: #000;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px;
  background: url(../indexe68f.html) 245px 16px no-repeat #fff;
  background: url(../indexe68f.html) right 10px top 16px no-repeat #fff;
  cursor: pointer;
}

.gm-synchrony .gm-intro .gm-fonds {
  background: url(../indexe68f.html);
  float: left;
  width: 650px;
  margin-top: 145px;
  font-size: 12px;
  color: #fff;
  padding: 45px 30px;
}

.gm-synchrony .gm-intro .gm-fonds #schema-pic {
  cursor: pointer;
}

.gm-synchrony .gm-intro h2 {
  color: #fff;
  font-size: 25px;
  margin: 50px 0 20px 10px;
}

.gm-synchrony .gm-opener {
  padding: 13px 10px;
}

.gm-synchrony .gm-opener-header {
  padding-left: 20px;
  padding-right: 0;
}

.gm-synchrony .gm-opener .gm-toggle {
  right: auto;
  left: 0;
}

.gm-synchrony .gm-opener-content {
  font-family: FrutigerLTStd55Roman;
  padding: 10px;
}

.gm-synchrony a {
  color: #000;
}

.gm-synchrony a.gm-link-no-decoration:hover {
  text-decoration: none;
}

.gm-synchrony .gm-toggle.gm-down {
  background: url(../img/pages/li-med-blue.png) center center no-repeat;
}

.gm-synchrony .gm-toggle.gm-up {
  background: url(../img/pages/li-med-down-blue.png) center center no-repeat;
}

.gm-synchrony a.gm-button-red,
.gm-synchrony .gm-tab-bloc input[type="submit"] {
  font-family: FrutigerLTStd55Roman;
  color: #fff;
  background-color: #187bb1;
  background-image: linear-gradient(to bottom, #1a8abc 0%, #187bb1 100%);
  display: block;
  text-align: center;
}

.gm-synchrony .gm-tab-bloc input[type="submit"]:hover {
  background-image: linear-gradient(to bottom, #006fa4 0%, #005689 100%);
}

.gm-synchrony a.gm-button-red:hover {
  background-color: #006ba0;
  background-image: linear-gradient(to bottom, #006fa4 0%, #005689 100%);
}

/* synchrony-fond */
.gm-synchrony.gm-fond .gm-intro {
  background: url(../indexe68f.html) top left no-repeat;
  padding-left: 240px;
}

.gm-synchrony.gm-fond .gm-intro .title {
  background: url(../indexe68f.html) top right no-repeat #000;
  text-align: right;
  padding-right: 190px;
  font-size: 23px;
}

.gm-synchrony.gm-fond .gm-intro .title span {
  font-size: 23px;
}

.gm-synchrony.gm-fond .gm-intro ul {
  float: right;
  margin-top: 5px;
}

.gm-synchrony.gm-fond .gm-intro li {
  list-style-type: none;
  float: left;
  margin-left: 20px;
  padding-right: 20px;
  border-right: solid 1px #555;
}

.gm-synchrony.gm-fond .gm-intro li:last-child {
  border: none;
  padding: 0;
}

.gm-synchrony.gm-fond .gm-intro li a {
  color: #8a8a8a;
}

.gm-layer {
  position: fixed;
  background: url(../indexe68f.html) no-repeat #fff;
  z-index: 500;
  width: 560px;
  padding: 20px 40px 20px 185px;
}

.gm-layer .gm-icon.gm-icon-close {
  position: absolute;
  top: 3px;
  right: 0;
  background: url(../img/icons.png) -50px -40px no-repeat transparent;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.gm-info {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 27px 15px;
  width: 340px;
}
.gm-info .gm-info-title {
  font-family: FrutigerLTStd65Bold;
  font-size: 20px;
  line-height: 27px;
}
.gm-info .gm-info-description {
  line-height: 19px;
  font-size: 14px;
  margin: 20px 0;
}
.gm-info .gm-onglets .gm-onglet {
  border: 0;
  background: none;
  padding: 0 11px 0 0;
  border-radius: 0;
}
.gm-info .gm-onglets .gm-onglet:nth-child(4) {
  padding-right: 0px;
}
.gm-info .gm-onglets .gm-onglet a {
  padding: 0;
  display: inline-block;
  list-style-type: none;
  width: 75px;
  height: 60px;
  text-align: center;
  margin-right: 7px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  position: relative;
  margin: 0;
  background: none;
  color: #fff;
}
.gm-info .gm-onglets .gm-onglet a span {
  font-family: FrutigerLTStd65Bold;
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  font-size: 13px;
}
.gm-info .gm-onglets .gm-onglet a .ico {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -15px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}
.gm-info .gm-onglets .gm-onglet.gm-onglet-actif a, .gm-info .gm-onglets .gm-onglet:hover a {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.gm-info .gm-onglet-content {
  font-family: FrutigerLTStd65Bold;
  font-style: italic;
  font-size: 15px;
  border-top: 0;
  padding: 20px 10px 10px 10px;
  margin-top: -10px;
  text-align: center;
  position: relative;
  overflow-x: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.gm-info .gm-onglet-content:before {
  content: '';
  width: 1px;
  top: 13px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
}
.gm-info .gm-onglet-content:after {
  content: '';
  width: 1px;
  top: 13px;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
}
.gm-info .gm-onglet-content .arrow {
  width: 13px;
  height: 13px;
  background-image: url(../img/pages/onglet-icone-arrow.png);
  position: absolute;
  top: 0px;
}
.gm-info .gm-onglet-content .arrow:before {
  content: '';
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 100%;
  width: 300px;
  bottom: 0;
}
.gm-info .gm-onglet-content .arrow:after {
  content: '';
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -300px;
  width: 300px;
  bottom: 0;
}

.gm-onglet-content .gm-widget {
  padding: 0;
  width: inherit;
  background-color: #efefef;
}
.gm-onglet-content .gm-widget:nth-child(even) {
  background-color: #e6e4e4;
}
.gm-onglet-content .gm-widget .gm-widget-header {
  width: auto;
  height: auto;
  font-family: FrutigerLTStd65Bold;
  font-size: 13px;
  padding: 24px;
  background: none;
  background: url(../img/li-med.png) no-repeat scroll 10px center transparent;
}
.gm-onglet-content .gm-widget .gm-widget-content {
  background: none;
  padding: 24px 24px 24px 24px;
  font-size: 13px;
}
.gm-onglet-content .gm-widget-open {
  margin-bottom: 5px;
}
.gm-onglet-content .gm-widget-open .gm-widget-header {
  background: url(../img/pages/li-med-down.png) no-repeat scroll 10px center transparent;
}

.gm-separator {
  width: 100%;
  height: 1px;
  border-top: 1px dotted;
  margin: 20px 0;
}

/* ==========================================================================
   Pages
   ========================================================================== */
@font-face {
  font-family: 'FrutigerLTStd55Roman';
  src: url("../fonts/frutigerltstd-roman-webfont.eot");
  src: url("../fonts/frutigerltstd-roman-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/frutigerltstd-roman-webfont.woff") format("woff"), url("../fonts/frutigerltstd-roman-webfont.ttf") format("truetype"), url("../fonts/frutigerltstd-roman-webfont.svg#FrutigerLTStd55Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FrutigerLTStd65Bold';
  src: url("../fonts/frutigerltstd-bold-webfont.eot");
  src: url("../fonts/frutigerltstd-bold-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/frutigerltstd-bold-webfont.woff") format("woff"), url("../fonts/frutigerltstd-bold-webfont.ttf") format("truetype"), url("../fonts/frutigerltstd-bold-webfont.svg#FrutigerLTStd65Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: FrutigerLTStd55Roman;
  font-size: 12px;
  background: #e8e8e8;
  color: #171717;
  margin: 0;
  padding: 0;
}

.noSmoothing * {
  font-family: Arial !important;
}

.noSmoothing h1, .noSmoothing h2, .noSmoothing .gm-bold, .noSmoothing #gm-menu td a, .noSmoothing #gm-menu .gm-submenu-column .gm-submenu-column-title, .noSmoothing .gm-navigation h2, .noSmoothing .gm-widget .gm-widget-header h2, .noSmoothing .gm-widget-content h2, .noSmoothing #gm-footer-1 h2, .noSmoothing #gm-footer-2 h2 {
  font-weight: bold !important;
}

a {
  text-decoration: none;
  color: #000;
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

form {
  margin: 0;
  padding: 0;
}

h1, h2 {
  font-family: FrutigerLTStd65Bold;
  font-weight: normal;
  font-size: 25px;
}

h2 {
  font-size: 16px;
}

td {
  padding: 0;
}

::selection {
  background-color: #eb1f1b;
  color: #fff;
}

::-moz-selection {
  background-color: #eb1f1b;
  color: #fff;
}

.gm-bold {
  font-family: FrutigerLTStd65Bold;
}

.gm-centered {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.gm-rounded-outer {
  background: #b3b3b3;
}

.gm-rounded-inner {
  background: #fff;
  border: 0;
  margin: 0;
  padding: 0;
}

.gm-custom-form-select {
  font-size: 11px;
  position: absolute;
  width: 126px;
  height: 25px;
  padding: 5px 24px 0 8px;
  background: url(../img/custom-select.png) no-repeat #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 50;
}

.gm-bg-grayed {
  background: #eee;
}

.gm-custom-form-select optgroup {
  padding: 3px 2px 3px 5px;
}

.gm-custom-form-select option {
  font-family: FrutigerLTStd55Roman;
  font-size: 11px;
  padding: 3px 2px 3px 5px;
}

.gm-custom-form-select optgroup {
  font-style: normal;
}

.gm-custom-form-select optgroup option {
  padding-left: 10px;
}

.gm-custom-form-input {
  font-family: FrutigerLTStd55Roman;
  font-size: 11px;
  width: 150px;
  height: 25px;
  border: 0;
  padding-left: 6px;
  padding-right: 30px;
  background: url(../img/custom-input.png) no-repeat #fff;
  color: #3e3e3e;
  margin-bottom: 1px;
}

.gm-overall {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -moz-opacity: .6;
  filter: alpha(opacity=60);
  z-index: 99;
  overflow: hidden;
  display: none;
}

#gm-header {
  position: relative;
  background: #fff;
  height: 132px;
  padding-top: 4px;
  margin-bottom: -4px;
}

.gm-citation-content {
  font-family: Georgia, serif !important;
  display: inline-block;
  text-align: left;
  font-size: 15px;
  color: #949494;
  margin-bottom: 0;
  line-height: 20px;
}

.gm-citation-content span {
  display: block;
  font-family: Georgia, serif !important;
  text-align: right;
  font-size: 11px;
  color: #000;
}

#gm-header-right {
  margin-top: -3px;
}

#gm-header #gm-lang-selector {
  margin: 0 0 5px 0;
  height: 22px;
  padding-left: 0px;
}

/*#gm-header #gm-lang-selector li {
  text-align: left;
  float: left;
  list-style-type: none;
  height: 20px;
  background: #eb1f1b;
  margin-left: 13px;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 2px;
  font-family: FrutigerLTStd65Bold;
  font-size: 14px;
  border: 1px solid #eb1f1b;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}*/

#gm-header #gm-lang-selector li.gm-lang-current {
  background: #eb1f1b;
  color: #fff;
}

#gm-header #gm-lang-selector li a {
  color: #fff;
}

#gm-menu {
  position: absolute;
  top: 90px;
  width: 100%;
  height: 46px;
  background: url(../img/header-menu-bg.png) repeat-x;
  z-index: 110;
}

#gm-menu table {
  margin-top: 4px;
}

#gm-menu td {
  text-transform: uppercase;
  text-align: center;
  border-left: solid 1px #ff403c;
  border-right: solid 1px #b70c09;
  width: 130px;
  height: 40px;
  padding: 0 5px 0 5px;
}

#gm-menu td.gm-menu-last {
  border-right: 0;
  width: 180px;
}

#gm-menu td.gm-selected {
  background: #fff;
  border-left: solid 1px #fff;
}

#gm-menu td.gm-selected a {
  color: #ea201b;
}

#gm-menu td a {
  font-family: FrutigerLTStd65Bold;
  font-size: 14px;
  color: #fff;
}

#gm-menu td span.gm-menu-highlited {
  font-size: 1px;
}

#gm-menu td.gm-over {
  background: #fff;
}

#gm-menu td.gm-over a {
  color: #ea201b;
}

#gm-menu td.gm-over span.gm-menu-highlited {
  position: absolute;
  z-index: 1;
  width: 157px;
  height: 60px;
  background: url(../img/menu-hover.png);
  top: -19px;
  left: -13px;
  cursor: pointer;
}

#gm-menu td div {
  position: relative;
}

#gm-menu .gm-submenu-outer {
  position: absolute;
  width: 960px;
  top: 0;
  left: 0;
}

#gm-menu .gm-submenu table {
  margin: 0;
}

#gm-menu .gm-submenu td {
  border: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
  font-weight: normal;
}

#gm-menu .gm-submenu {
  display: none;
  position: absolute;
  z-index: 50;
  top: 37px;
  left: -5px;
  background: #fff;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: none;
  text-align: left;
  font-weight: normal;
}

#gm-menu .gm-submenu a {
  color: #171717;
}

#gm-menu .gm-submenu-block {
  float: left;
}

#gm-menu .gm-submenu-column {
  float: left;
  width: 170px;
  height: 100%;
  border-left: solid 1px #ccc;
  padding: 0 8px;
  margin: 12px 0 8px 0;
}

#gm-menu .gm-submenu-column.gm-column-first {
  border: 0;
  width: 180px;
  margin-left: 10px;
}

#gm-menu .gm-submenu-column.gm-column-last {
  margin-right: 10px;
}

#gm-menu .gm-submenu-column.gm-menu-alert {
  background: #ffe3e2;
  border: 0;
  width: 150px;
  margin: 1px;
  padding: 12px;
}

#gm-menu .gm-submenu-column.gm-menu-alert div.gm-menu-alert-date {
  font-size: 10px;
}

#gm-menu .gm-submenu-column .gm-submenu-column-title {
  font-family: FrutigerLTStd65Bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #ea201b;
  width: 120px;
  height: 32px;
  line-height: 14px;
  padding-left: 7px;
}

#gm-menu td.gm-submenu-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
}

.gm-submenu-icon-prestations {
  background: url(../img/icons.png) 0 -376px no-repeat transparent;
}

.gm-submenu-icon-pratique {
  background: url(../img/icons.png) -40px -376px no-repeat transparent;
}

.gm-submenu-icon-securite {
  background: url(../img/icons.png) 0 -408px no-repeat transparent;
}

.gm-submenu-icon-plus {
  background: url(../img/icons.png) -40px -408px no-repeat transparent;
}

.gm-submenu-icon-competences {
  background: url(../img/icons.png) 0 -440px no-repeat transparent;
}

.gm-submenu-icon-alerte {
  background: url(../img/icons.png) -40px -440px no-repeat transparent;
  width: 40px !important;
}

.gm-submenu-icon-paiement {
  background: url(../img/icons.png) 0 -472px no-repeat transparent;
}

.gm-submenu-icon-utile {
  background: url(../img/icons.png) -40px -472px no-repeat transparent;
}

.gm-submenu-icon-epargne {
  background: url(../img/icons.png) 0 -504px no-repeat transparent;
}

.gm-submenu-icon-tresorerie {
  background: url(../img/icons.png) 0 -504px no-repeat transparent;
}

.gm-submenu-icon-prevoyance {
  background: url(../img/icons.png) -40px -504px no-repeat transparent;
}

.gm-submenu-icon-placement {
  background: url(../img/icons.png) 0 -536px no-repeat transparent;
}

.gm-submenu-icon-credit {
  background: url(../img/icons.png) -40px -536px no-repeat transparent;
}

.gm-submenu-icon-negoce {
  background: url(../img/icons.png) 0 -568px no-repeat transparent;
}

.gm-submenu-icon-vision {
  background: url(../img/icons.png) -40px -568px no-repeat transparent;
}

.gm-submenu-icon-gestion {
  background: url(../img/icons.png) 0 -600px no-repeat transparent;
}

.gm-submenu-icon-fonds {
  background: url(../img/icons.png) -40px -600px no-repeat transparent;
}

.gm-submenu-icon-professions-liberales {
  background: url(../img/icons.png) -40px -634px no-repeat transparent;
} 

.gm-submenu-column ul {
  margin: 10px 0 0 0;
}

ul.gm-li-med {
  padding: 0;
  margin: 4px 0;
}
ul.gm-li-med.center-text > li {
  display: inline;
}

ul.gm-li-med li {
  background: url(../img/li-med.png) 0 8px no-repeat transparent;
  padding-top: 4px;
  padding-left: 10px;
  list-style-type: none;
  line-height: 13px;
}

ul.gm-li-med li.gm-inline-link {
  padding-left: 6px;
  background-position: 0 10px;
  margin-left: 6px;
  padding-bottom: 4px;
}

ul li.gm-li-title {
  background: #5f5f5f;
  color: #fff;
  padding: 2px 3px 2px 5px;
}

.gm-submenu-column li {
  margin-top: 8px;
  margin-bottom: 6px;
}

#gm-menu td .gm-submenu-column li a {
  font-family: FrutigerLTStd55Roman;
  font-size: 12px;
}

#gm-menu td.gm-over .gm-submenu-column a {
  color: #171717;
}

#gm-menu .gm-submenu .gm-btn-simulateur {
  clear: left;
  background: url(../img/btn-simulateur.png);
  width: 167px;
  height: 32px;
  margin-bottom: 3px;
}

#gm-menu .gm-submenu .gm-btn-simulateur a {
  font-family: FrutigerLTStd55Roman;
  font-size: 11px;
  display: block;
  margin-left: 38px;
  padding-top: 1px;
}

#gm-menu .gm-submenu .gm-btn-simulateur a:hover {
  text-decoration: none;
}

#gm-menu .gm-submenu p {
  font-size: 9px;
  margin: 2px 0;
}

.gm-submenu-row-sep {
  clear: both;
  width: 100%;
  height: 1px;
  color: #ddd;
  background: #ddd;
  margin: 15px 8px 0 8px;
}

ul#gm-menu-icons {
  margin: 0 0 0 5px;
  padding: 0;
}

#gm-menu-icons li {
  list-style-type: none;
  float: left;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-left: 5px;
  opacity: 1;
  -moz-opacity: 1;
  filter: Alpha(Opacity=100);
}

#gm-menu-icons li:hover {
  opacity: .8;
  -moz-opacity: .8;
  filter: Alpha(Opacity=80);
}

#gm-icon-home {
  background: url(../img/icons.png) 0 -64px no-repeat transparent;
}

#gm-icon-mail {
  background: url(../img/icons.png) -24px -64px no-repeat transparent;
}

#gm-icon-sitemap {
  background: url(../img/icons.png) -48px -64px no-repeat transparent;
}

#gm-icon-mobile {
  background: url(../img/icons.png) -48px -88px no-repeat transparent;
}

#gm-icon-print {
  background: url(../img/icons.png) 0 -88px no-repeat transparent;
}

#gm-icon-social {
  background: url(../img/icons.png) -24px -88px no-repeat transparent;
}

.gm-red {
  color: #ea201b;
}

#gm-content {
  position: relative;
  margin-top: 8px;
}

#gm-content p {
  margin: 5px 0;
}

#gm-column-left {
  position: relative;
  width: 195px;
  float: left;
  margin-top: 3px;
}

#gm-column-middle {
  position: relative;
  width: 568px;
  float: left;
}

#gm-column-right {
  position: relative;
  width: 195px;
  width: auto;
  float: right;
  margin-top: 3px;
}

.gm-navigation-institutionnel {
  width: 165px;
  background: #eb1f1b;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 10px 1px 10px;
}

.gm-navigation-institutionnel h2 {
  font-family: FrutigerLTStd65Bold;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  margin: 3px 0;
}

.gm-navigation {
  width: 165px;
  background: url(../img/widget-bottom.png) bottom left no-repeat;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 10px 1px 10px;
  margin-bottom: 20px;
}

.gm-navigation h2 {
  font-family: FrutigerLTStd65Bold;
  font-size: 14px;
  color: #eb1f1b;
  font-weight: normal;
  text-transform: uppercase;
  margin: 3px 0;
}

.gm-navigation h3 {
  font-size: 12px;
  font-weight: normal;
  margin: 3px 0;
}

.gm-navigation ul {
  margin: 9px 0 4px 0;
}

.gm-navigation li a.gm-current {
  color: #ea201b;
}

.gm-navigation ul li {
  border-top: dotted 1px #666;
  padding: 6px 0 6px 10px;
  background-position: 0 13px;
  line-height: 19px;
}

.gm-navigation ul ul {
  display: none;
  padding-left: 0;
  font-size: 10px;
  margin-top: 2px;
}

.gm-navigation ul.gm-li-med ul li {
  border: 0;
  line-height: 12px;
  background: url(../img/li-small.png) 0 9px no-repeat;
  padding: 5px 0 0 10px;
}

.gm-actus ul {
  float: right;
  margin-right: 10px;
  font-size: 11px;
}

.gm-actus img {
  margin-top: 3px;
}

.gm-actu {
  border-top: dotted 1px #747474;
}

.gm-actu:hover {
  cursor: pointer;
  background: #fafafa;
}

.gm-actu:hover a {
  text-decoration: underline;
}

.gm-actu td {
  vertical-align: top;
  padding: 20px 0 10px 0;
}

.gm-actu div {
  position: relative;
}

#gm-content .gm-actu td p {
  margin-left: 10px;
}

#gm-content .gm-actu h1, #gm-content .gm-actu h2 {
  margin: 0;
}

.gm-actu ul.gm-li-med li {
  background-position: 0 9px;
}

.gm-actu img {
  border: solid 1px #cdcdcd;
  display: block;
}

div.gm-actu-img-border {
  position: absolute;
  bottom: 1px;
  left: 1px;
  display: block;
  background: #ea201b;
  width: 150px;
  height: 3px;
}

.gm-alert div:hover {
  cursor: pointer;
}

.gm-alert div:hover a {
  text-decoration: underline;
}

.gm-alert h1 {
  color: #ea201b;
  margin: 5px 0 4px 0;
}

.gm-alert div {
  position: relative;
  background: #ffe3e2;
  padding: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 6px;
  margin-bottom: 13px;
}

.gm-alert img {
  display: block;
}

.gm-alert ul {
  margin: 0;
}

.gm-widget {
  position: relative;
  width: 185px;
  height: auto;
  display: block;
  margin-bottom: 6px;
}

.gm-widget-document {
  position: relative;
  width: 185px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.gm-widget-open {
  margin-bottom: -5px;
}

.gm-widget .gm-widget-header {
  position: relative;
  z-index: 5;
  width: 187px;
  height: 44px;
  background: url(../img/widget-header.png) top left no-repeat;
  padding: 1px;
  cursor: pointer;
}

.gm-widget-document .gm-widget-document-header {
  position: relative;
  z-index: 5;
  width: 187px;
  height: auto;
  background: url(../img/widget-header-document.png) top left no-repeat;
  padding: 1px;
  cursor: pointer;
}

.gm-icon {
  width: 40px;
  height: 40px;
}

.gm-icon.gm-icon-netbanking {
  background: url(../img/icons.png) 0 -136px no-repeat transparent;
}

.gm-icon.bc-icon-contact {
  background: url(../img/icons.png) -40px -136px no-repeat transparent;
}

.gm-icon.gm-icon-agences {
  background: url(../img/icons.png) 0 -176px no-repeat transparent;
}

.gm-icon.gm-icon-securite {
  background: url(../img/icons.png) -40px -176px no-repeat transparent;
}

.gm-icon.gm-icon-change {
  background: url(../img/icons.png) -40px -216px no-repeat transparent;
}

.gm-icon.gm-icon-chronique {
  background: url(../img/icons.png) 0 -256px no-repeat transparent;
}

.gm-icon.gm-icon-action {
  background: url(../img/icons.png) -40px -256px no-repeat transparent;
}

.gm-icon.gm-icon-taux {
  background: url(../img/icons.png) 0 -296px no-repeat transparent;
}

.gm-icon.gm-icon-tarifs {
  background: url(../img/icons.png) -40px -296px no-repeat transparent;
}

.gm-icon.gm-icon-simulateurs {
  background: url(../img/icons.png) 0 -336px no-repeat transparent;
}

.gm-icon.gm-icon-brochures {
  background: url(../img/icons.png) -40px -336px no-repeat transparent;
}

.gm-icon.gm-icon-dialogue {
  background: url(../images/dialogue.jpg) no-repeat transparent;
  width: 47px;
  height: 65px;
}

.gm-icon.gm-icon-strategie {
  background: url(../images/strategie.jpg) no-repeat transparent;
  width: 47px;
  height: 65px;
}

.gm-icon.bc-icon-coordonnees {
  background: url(../img/icon-info.png) no-repeat transparent 50% 50%;
}

.gm-widget .gm-widget-header h2 {
  font-family: FrutigerLTStd65Bold;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding-left: 10px;
  width: 105px;
}

.gm-widget-document .gm-widget-document-header h2 {
  font-family: FrutigerLTStd65Bold;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding-left: 10px;
  width: 105px;
}

.gm-widget .gm-toggle {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 17px;
  height: 17px;
}

.gm-toggle.gm-up {
  background: url(../img/icons.png) -4px -43px no-repeat transparent;
}

.gm-toggle.gm-down {
  background: url(../img/icons.png) -28px -43px no-repeat transparent;
}

.gm-widget .gm-widget-content {
  position: relative;
  top: -16px;
  left: 0;
  padding: 15px 0 10px 14px;
  z-index: 3;
  display: none;
  background: url(../img/widget-bottom.png) bottom left no-repeat;
  overflow: auto;
  font-size: 11px;
}

.gm-widget .gm-widget-content.gm-widget-content-no-padding {
  padding: 11px 0 0 0;
}

.gm-widget .gm-widget-content-padding {
  padding: 5px 5px 5px 10px;
}

.gm-widget-content h2 {
  font-family: FrutigerLTStd65Bold;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}

.gm-widget-content li {
  margin-bottom: 6px;
}

.gm-widget-content .gm-widget-gray {
  background: #efefef;
  width: 100%;
}

.gm-widget-content table {
  border-collapse: collapse;
}

.gm-widget-content table.gm-widget-table {
  width: 183px;
  margin: 1px;
}

.gm-widget-content td {
  padding: 5px 8px;
}

.gm-widget-content .gm-onglet-content {
  display: none;
}

.gm-widget-content .gm-onglet-content td {
  padding: 3px 5px;
}

.gm-widget-content .gm-widget-border-top {
  border-top: solid 1px #cdcdcd;
}

#gm-content .gm-date {
  font-size: 10px;
  margin-bottom: 0;
}

.gm-widget-content .gm-onglet {
  background: #efefef;
  vertical-align: middle;
  border: solid 1px #cdcdcd;
  cursor: pointer;
}

.gm-widget-content .gm-onglet-actif {
  background: #fff;
  border-bottom: 0;
}

.gm-widget-content .gm-onglet li {
  margin-left: 10px;
  padding-top: 0;
  background-position: 0 4px;
}

.gm-img-rss {
  float: right;
  margin-top: -5px;
  margin-right: 8px;
}

.gm-list {
  position: absolute;
  z-index: 60;
  top: 22px;
  left: 15px;
  border: 0;
  padding: 3px;
  width: 147px;
  height: 141px;
  background: #fff;
  border: solid 1px #cdcdcd;
}

.gm-list ul {
  padding-bottom: 50px;
  margin-left: 3px;
}

.gm-list-select .gm-toggle {
  position: absolute;
  top: 4px;
  right: 5px;
  z-index: 99;
  display: none;
}

ul.gm-list-dotted li {
  border-top: dotted 1px #666;
  padding: 6px 0 2px 13px;
  background-position: 4px 11px;
  line-height: 16px;
}

td.gm-shadow-tl {
  width: 7px;
  height: 7px;
  background: url(../img/bg-shadow-tl.png);
}

td.gm-shadow-tr {
  width: 7px;
  height: 7px;
  background: url(../img/bg-shadow-tr.png);
}

td.gm-shadow-bl {
  width: 7px;
  height: 7px;
  background: url(../img/bg-shadow-bl.png);
}

td.gm-shadow-br {
  width: 7px;
  height: 7px;
  background: url(../img/bg-shadow-br.png);
}

td.gm-shadow-left {
  background: url(../img/bg-shadow-left.png);
  width: 7px;
}

td.gm-shadow-right {
  background: url(../img/bg-shadow-right.png);
  width: 7px;
}

td.gm-shadow-top {
  background: url(../img/bg-shadow-top.png);
  height: 7px;
}

td.gm-shadow-bottom {
  background: url(../img/bg-shadow-bottom.png);
  height: 7px;
}

.gm-main-content {
  background: #fff;
}

.gm-main-content h1, .gm-main-content h2 {
  margin: 5px 0 4px 0;
  padding: 0;
  line-height: 27px;
}

.gm-main-content h2 {
  line-height: 18px;
}

.gm-main-content .gm-no-margins {
  margin: -3px -3px 0 -3px;
}

#gm-footer-1 {
  position: relative;
  clear: left;
  background: url(../img/bg-footer-1.png) repeat-x #acacac;
  margin-top: 40px;
}

#gm-footer-2 {
  position: relative;
  clear: left;
  background: url(../img/bg-footer-2.png) repeat-x #8c8c8c;
}

.gm-footer-column {
  float: left;
  position: relative;
  width: 170px;
  padding: 20px 30px;
  margin-right: 10px;
}

#gm-footer-1 .gm-centered, #gm-footer-2 .gm-centered {
  padding: 20px 0;
}

#gm-footer-1 .gm-footer-column {
  background: #d4d4d4;
}

#gm-footer-2 .gm-footer-column {
  background: #7d7d7d;
}

#gm-footer-1 h2, #gm-footer-2 h2 {
  color: #ea201b;
  text-transform: uppercase;
  font-size: 14px;
  font-family: FrutigerLTStd65Bold;
  font-weight: normal;
  margin: 0;
}

#gm-footer-2 h2 {
  color: #fff;
}

#gm-footer-1 ul.gm-li-med li, #gm-footer-2 ul.gm-li-med li {
  line-height: 16px;
  padding-bottom: 2px;
}

#gm-footer-2 ul.gm-li-med li {
  background-image: url(../img/li-med-white.png);
}

#gm-footer-1 ul.gm-li-med li a {
  color: #444;
}

#gm-footer-2 ul.gm-li-med li a {
  color: #bebebe;
}

.gm-copyright {
  clear: left;
  padding-top: 15px;
  color: #c8c8c8;
}

#gm-logout {
  position: absolute;
  left: 50%;
  top: 200px;
  z-index: 199;
}

#gm-logout-window {
  position: absolute;
  top: 0;
  left: -281px;
  background: #fff;
  width: 560px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.gm-close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: url(../img/icons.png) -52px -43px no-repeat transparent;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.gm-close:hover {
  opacity: .8;
  -moz-opacity: .8;
  filter: Alpha(Opacity=80);
}

#gm-logout-window h2 {
  margin: 0;
}

#gm-logout-window .gm-actu {
  background: #eeeded;
  border: 0;
}

#gm-logout-window .gm-actu td {
  padding: 11px 5px 6px 5px;
}

#gm-logout-window .gm-li-med a {
  line-height: 16px;
}

.gm-logout {
  color: #63b517;
  text-transform: uppercase;
  margin-left: 25px;
  margin: 0 25px;
}

#outer-player {
  position: relative;
  width: 554px;
  height: 314px;
}

#playerbcge {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 560px;
  height: 314px;
  z-index: 0;
}

ul.roundabout {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 90px;
  height: 95px;
}

ul.roundabout li {
  height: 95px;
  width: 70px;
  text-align: center;
  cursor: pointer;
}

li.roundabout-in-focus {
  cursor: default;
}

ul.roundabout span {
  display: block;
  padding-top: 6em;
}

ul.roundabout li img {
  width: 100%;
  height: 100%;
}

.carousel-content {
  padding-top: 8px;
  padding-bottom: 5px;
  margin-left: -15px;
  height: 95px;
  position: relative;
  z-index: 0;
}

.carousel-btn {
  position: absolute;
  top: 6px;
  padding-top: 40px;
  height: 60px;
  width: 50px;
  cursor: pointer;
  z-index: 60;
}

.carousel-prev {
  left: 2px;
  text-align: left;
  padding-left: 8px;
}

.carousel-next {
  right: 2px;
  text-align: right;
  padding-right: 8px;
}

.scroll-pane {
  overflow: auto;
}

.horizontal-only {
  height: auto;
  max-height: 200px;
}

.widthboxthdlevel {
  width: 470px;
}

.no-bottom-border {
  border-bottom: none !important;
}

@media \0screen\,screen\9 {
  .gm-custom-form-input {
    height: 20px;
    padding-top: 5px;
  }

  .gm-widget .gm-widget-content {
    padding: 20px 0px 10px 14px;
  }

  #gm-menu .gm-submenu .gm-btn-simulateur a {
    padding-top: 3px;
  }

  #gm-brochure-list {
    top: 27px;
  }

  #gm-brochure-list ul {
    padding-bottom: 0px;
  }

  #gm-header #gm-lang-selector li {
    padding-top: 2px;
  }

  .gm-submenu {
    margin-left: 1px;
  }
}
/*
logo print !!!! do not remove this line
*/
#myformsisrich {
  display: none;
  visibility: hidden;
}

.onlyforprint {
  display: none;
}

/*style table contenu*/
.padcell {
  padding: 2px 0 2px 0;
}

.col1 {
  background: #EEEEEE;
}

.col2 {
  background: #B6B6B6;
}

.col3 {
  background: #B2B2B2;
}

.col4 {
  background: #FFFFFF;
}

.col5 {
  background: #E8E8E8;
}

.padtitre {
  padding: 3px 0 3px 0;
}

.coltitre {
  padding: 6px 0 3px 0;
}

/*effet texte*/
.bold {
  font-weight: bold;
}

.lipoint {
  padding: 0;
  margin: 0;
}

.lipoint li {
  background: url("../images/square_noir.gif") no-repeat 8px 8px;
  padding: 2px 0 2px 16px;
  list-style: none;
}

.lipoint2 li {
  background: url("../images/square_noir.gif") no-repeat 8px 8px;
  padding: 2px 0 2px 16px;
  list-style: none;
  line-height: 11px;
}

.redpoint {
  background: url("../images/redpointbg.gif") repeat;
  height: 2px;
}

.redpoint2 {
  background: url("../images/redpointbg.gif") repeat;
  width: 500px;
  height: 1px;
}

.adobe li {
  background: url("../images/adobe.gif") no-repeat 4px 4px;
  padding: 2px 0 2px 16px;
  list-style: none;
}

.flash li {
  background: url("../images/flash3.gif") no-repeat 4px 4px;
  padding: 2px 0 2px 16px;
  list-style: none;
}

.livre li {
  background: url("../images/livre.gif") no-repeat 4px 4px;
  padding: 2px 0 2px 17px;
  list-style: none;
}

.maintitlefiche {
  color: #eb1f1b;
  font-size: 22px;
}

/*lien class inside utilis+¬e sur tout le site*/
.inside, a.inside:link, a.inside:visited, a.inside:active {
  color: red;
  text-decoration: none;
}

/*content notes*/
.important {
  border-left: 5px solid #EEEEEE;
  padding-left: 11px;
}

/*collapse content*/
.bc-collapse {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 6px;
}

.bc-collapse-open {
  margin-bottom: -5px;
}

.bc-collapse .bc-collapse-header {
  position: relative;
  z-index: 5;
  width: auto;
  padding: 1px;
  cursor: pointer;
  display: inline;
}

.bc-collapse .bc-collapse-close {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 44px;
  padding: 1px;
  display: none;
  cursor: pointer;
}

.bc-collapse .bc-collapse-content {
  position: relative;
  top: -16px;
  left: 0;
  padding: 25px 0px 10px 14px;
  z-index: 3;
  display: none;
  overflow: auto;
  /* IE7 slideDown bug fix; zoom:1 fix it too but does not validate */
  font-size: 11px;
}

.bc-collapse .bc-collapse-content .bc-collapse-content-no-padding {
  padding: 31px 0 0 20px;
}

.bc-collapse .bc-collapse-content-padding {
  padding: 5px 5px 5px 20px;
}

.bc-collapse-content-open {
  display: inline;
}

.bc-collapse-content-close {
  display: none;
}

/*image d'int+¬reieur des fiches pdt*/
.teaser-ul {
  list-style-type: none;
}

.teaser-li {
  display: inline;
  padding: 25px;
}

/*classe pour les bouton j'aime. je n'aime pas*/
.likebutton {
  font-size: 18px;
  color: red;
  text-decoration: none;
  font-weight: bold;
}

/************* TABLE ASSET MANAGEMENT ************/
.toptab {
  background: #C8C8C8;
  border-bottom: 1px solid #666666;
  border-top: 1px solid #666666;
  padding: 6px 0 6px 5px;
  font-size: 13px;
}

.toptab2 {
  background: #E5E5E5;
  border-bottom: 1px solid #666666;
  padding: 4px 4px 4px 4px;
}

.toptab3 {
  background: #FFFFFF;
  padding: 3px 0 3px 5px;
}

.toptab4 {
  background: #F2F2F2;
  padding: 3px 0 3px 5px;
}

.image-hovers {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.image-hovers:hover {
  opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
}

/* custom input */
.gm-custom-form-input1 {
  font-family: FrutigerLTStd55Roman;
  font-size: 11px;
  width: 145px;
  height: 25px;
  line-height: 25px;
  outline: medium none;
  border: none;
  padding-left: 10px;
  background: url(../img/custom-input1.png) no-repeat scroll 0 0 transparent;
  color: #3e3e3e;
}

/* custom input bouton */
.gm-custom-form-input2 {
  font-family: FrutigerLTStd55Roman;
  font-size: 11px;
  width: 30px;
  height: 25px;
  line-height: 25px;
  outline: medium none;
  border: none;
  background: url(../img/custom-input2.png) no-repeat scroll 0 0 transparent;
  color: #3e3e3e;
}

.barGraph {
  width: 390px;
  margin: 2px 0;
  padding: 0;
  display: block;
  /*	float:left;*/
}

.barGraph li {
  bottom: 0;
  color: #1a171b;
  margin: 0px;
  padding: 0 0 0 0;
  display: block;
  float: left;
  list-style: none;
  text-align: center;
  height: 19px;
}

.barGraph li.p1 {
  background-color: #88b4dc;
}

.barGraph li.p2 {
  background-color: #dee7f3;
}

.barGraph li.p3 {
  background-color: #bcd5ec;
}

.rplength {
  width: 680px;
}

.datagrid table {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}

.datagrid {
  font: normal 12px/150% Arial, Helvetica, sans-serif;
  background: #fff;
  overflow: hidden;
  border: 1px solid #8C8C8C;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.datagrid table td, .datagrid table th {
  padding: 6px 5px;
}

.datagrid table thead th {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D));
  background: -moz-linear-gradient(center top, #8C8C8C 5%, #7D7D7D 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');
  background-color: #8C8C8C;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  border-left: 0px solid #A3A3A3;
}

.datagrid table tbody td {
  color: #000;
  border-left: 1px solid #DBDBDB;
  font-weight: normal;
}

.datagrid table tbody .alt td {
  background: #EBEBEB;
  color: #000;
}

.datagrid table tbody td:first-child {
  border-left: none;
}

.datagrid table tbody tr:last-child td {
  border-bottom: none;
}

.border-white {
  border-right: solid 1px #fff;
}

.border-white-bottom {
  border-bottom: solid 1px #fff;
}

.border-white-left {
  border-left: solid 1px #fff;
}

.gm-twint .gm-header {
  height: 504px;
  padding-top: 54px;
  background-image: url(../img/twint/background-twint.jpg);
}
.gm-twint .gm-info .gm-info-title {
  background-image: url(../img/twint/iconeapp.png);
  background-repeat: no-repeat;
  background-position: 266px 6px;
}
.gm-twint .gm-info .gm-onglets .gm-onglet:nth-child(1) .ico {
  background-image: url(../img/twint/icone1-white.png);
}
.gm-twint .gm-info .gm-onglets .gm-onglet:nth-child(2) .ico {
  background-image: url(../img/twint/icone2-white.png);
}
.gm-twint .gm-info .gm-onglets .gm-onglet:nth-child(3) .ico {
  background-image: url(../img/twint/icone3-white.png);
}
.gm-twint .gm-info .gm-onglets .gm-onglet:nth-child(4) .ico {
  background-image: url(../img/twint/icone4-white.png);
}
.gm-twint .gm-info .gm-onglets .gm-onglet:nth-child(1):hover .ico {
  background-image: url(../img/twint/icone1-black.png);
}
.gm-twint .gm-info .gm-onglets .gm-onglet:nth-child(2):hover .ico {
  background-image: url(../img/twint/icone2-black.png);
}
.gm-twint .gm-info .gm-onglets .gm-onglet:nth-child(3):hover .ico {
  background-image: url(../img/twint/icone3-black.png);
}
.gm-twint .gm-info .gm-onglets .gm-onglet:nth-child(4):hover .ico {
  background-image: url(../img/twint/icone4-black.png);
}
.gm-twint .gm-info .gm-onglets .gm-onglet.gm-onglet-actif:nth-child(1) .ico {
  background-image: url(../img/twint/icone1-black.png);
}
.gm-twint .gm-info .gm-onglets .gm-onglet.gm-onglet-actif:nth-child(2) .ico {
  background-image: url(../img/twint/icone2-black.png);
}
.gm-twint .gm-info .gm-onglets .gm-onglet.gm-onglet-actif:nth-child(3) .ico {
  background-image: url(../img/twint/icone3-black.png);
}
.gm-twint .gm-info .gm-onglets .gm-onglet.gm-onglet-actif:nth-child(4) .ico {
  background-image: url(../img/twint/icone4-black.png);
}
.gm-twint .gm-onglets.gm-onglets-page {
  margin-top: -41px;
}
.gm-twint .gm-onglets.gm-onglets-page .gm-onglet {
  padding: 0 8px;
}
.gm-twint .gm-onglets.gm-onglets-page .gm-onglet a {
  text-align: center;
  padding: 0px;
  height: auto;
  background: none;
  font-size:12px;
}
.gm-twint .gm-onglets.gm-onglets-page .gm-onglet a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-left: -16px;
  vertical-align: text-top;
  background: url(../img/li-med.png) no-repeat scroll 10px center transparent;
}
.gm-twint .gm-onglets.gm-onglets-page .gm-onglet-actif {
  background-color: #fff;
}
.gm-twint .gm-onglets.gm-onglets-page .gm-onglet-actif a:before {
  background: url(../img/pages/li-med-down.png) no-repeat scroll 10px center transparent;
}
.gm-twint .gm-onglet-content-help h3,
.gm-twint .gm-onglet-content h3 {
  border-bottom: 1px dotted;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 29px;
  font-size: 18px;
  line-height: 24px;
}
.gm-twint .gm-onglet-content .qrcode {
  font-family: FrutigerLTStd55Roman;
  display: inline-block;
  width: 200px;
  padding: 25px 0;
  margin-left: 116px;
  padding-left: 96px;
  background-image: url(../img/twint/qrcode.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.gm-twint .gm-onglet-content .qrcode.en {
  background-image: url(../img/twint/qrcode-en.png);
}
.gm-twint .gm-onglet-content .tab-mobile {
  width: 100%;
  border-collapse: collapse;
}
.gm-twint .gm-onglet-content .tab-mobile td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.gm-twint .gm-onglet-content .tab-mobile tbody tr td:nth-child(1),
.gm-twint .gm-onglet-content .tab-mobile thead td {
  font-family: FrutigerLTStd65Bold;
}
.gm-twint .gm-onglet-content .puces {
  margin: 0;
  padding: 0;
}
.gm-twint .gm-onglet-content .puces li {
  list-style-type: none;
  padding: 5px 0;
}
.gm-twint .gm-onglet-content .puces li span.puce {
  font-family: FrutigerLTStd65Bold;
  width: 18px;
  height: 18px;
  line-height: 19px;
  margin-right: 4px;
  border-radius: 100px;
  color: #fff;
  background-color: #575757;
  display: inline-block;
  text-align: center;
  font-size: 11px;
}
.gm-twint .gm-onglet-content .puces li span.puce-title {
  font-weight: bold;
  font-size: 15px;
}
.gm-twint .gm-onglet-content .sub-puces {
  margin: 0;
  padding: 0;
}
.gm-twint .gm-onglet-content .sub-puces li {
  position: relative;
  list-style-type: none;
  padding: 7px 0 0 28px;
}
.gm-twint .gm-onglet-content .sub-puces li span.puce {
  position: absolute;
  top: 6px;
  left: 0;
  font-family: FrutigerLTStd65Bold;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-right: 4px;
  border-radius: 100px;
  border: 1px solid #c5c5c5;
  color: #000;
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  background: linear-gradient(to bottom, #f4f4f4 0%, #cdcdcd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#cdcdcd',GradientType=0 );
  display: inline-block;
  text-align: center;
  font-size: 11px;
}
.gm-twint .gm-onglet-content .sub-puces li span.puce-title {
  font-weight: bold;
  font-size: 15px;
}
.gm-twint #onglet_payer .left {
  float: left;
  width: 205px;
}
.gm-twint #onglet_payer .right {
  float: left;
  padding-left: 20px;
  width: calc(100% - 225px);
}

.gm-twint #onglet_commercants .left {
  float: left;
  margin-right:10px
}
.gm-twint #onglet_commercants .right {
  padding-left: 20px;
  /*width: calc(100% - 225px);*/
  overflow: auto;
}

.gm-twint #onglet_commercants .right *{
	vertical-align: middle; 
}

.gm-twint #onglet_fidelite .left {
  float: left;
  margin-right:10px
}

.gm-twint #onglet_fidelite .right {
  padding-left: 20px;
  /*width: calc(100% - 225px);*/
  overflow: auto;
}

.gm-twint #onglet_fidelite .right *{
	vertical-align: middle; 
}

.gm-twint #onglet_fidelite p {
  margin-bottom: 15px;
}

.gm-twint-en .gm-header {
  background-image: url(../img/twint/background-twint-en.jpg) !important;
}

.gm-app-netbanking .gm-header {
  height: 504px;
  padding-top: 54px;
  background-image: url(../img/app_netbanking/background-app-netbanking.jpg);
}
.gm-app-netbanking .gm-info {
  width: 400px;
}
.gm-app-netbanking .gm-info .gm-info-title {
  position: relative;
}
.gm-app-netbanking .gm-info .gm-info-title span {
  position: relative;
  display: inline-block;
}
.gm-app-netbanking .gm-info .gm-info-title span:after {
  content: '';
  position: absolute;
  top: -3px;
  right: -80px;
  display: block;
  height: 62px;
  width: 62px;
  background-image: url(../img/app_netbanking/app-netbanking-icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.gm-app-netbanking .gm-info .gm-onglets .gm-onglet a {
  width: 90px;
}
.gm-app-netbanking .gm-info .gm-onglets .gm-onglet:nth-child(1) .ico {
  background-image: url(../img/app_netbanking/icone2-white.png);
}
.gm-app-netbanking .gm-info .gm-onglets .gm-onglet:nth-child(2) .ico {
  background-image: url(../img/app_netbanking/icone9-white.png);
}
.gm-app-netbanking .gm-info .gm-onglets .gm-onglet:nth-child(3) .ico {
  background-image: url(../img/app_netbanking/icone10-white.png);
}
.gm-app-netbanking .gm-info .gm-onglets .gm-onglet:nth-child(4) .ico {
  background-image: url(../img/app_netbanking/icone3-white.png);
}
.gm-app-netbanking .gm-info .gm-onglets .gm-onglet:nth-child(1):hover .ico {
  background-image: url(../img/app_netbanking/icone2-black.png);
}
.gm-app-netbanking .gm-info .gm-onglets .gm-onglet:nth-child(2):hover .ico {
  background-image: url(../img/app_netbanking/icone9-black.png);
}
.gm-app-netbanking .gm-info .gm-onglets .gm-onglet:nth-child(3):hover .ico {
  background-image: url(../img/app_netbanking/icone10-black.png);
}
.gm-app-netbanking .gm-info .gm-onglets .gm-onglet:nth-child(4):hover .ico {
  background-image: url(../img/app_netbanking/icone3-black.png);
}
.gm-app-netbanking .gm-info .gm-onglets .gm-info .gm-onglets .gm-onglet.gm-onglet-actif:nth-child(1) .ico {
  background-image: url(../img/app_netbanking/icone2-black.png);
}
.gm-app-netbanking .gm-info .gm-onglets .gm-info .gm-onglets .gm-onglet.gm-onglet-actif:nth-child(2) .ico {
  background-image: url(../img/app_netbanking/icone9-black.png);
}
.gm-app-netbanking .gm-info .gm-onglets .gm-info .gm-onglets .gm-onglet.gm-onglet-actif:nth-child(3) .ico {
  background-image: url(../img/app_netbanking/icone10-black.png);
}
.gm-app-netbanking .gm-info .gm-onglets .gm-info .gm-onglets .gm-onglet.gm-onglet-actif:nth-child(4) .ico {
  background-image: url(../img/app_netbanking/icone3-black.png);
}
.gm-app-netbanking .gm-onglets {
  font-family: FrutigerLTStd65Bold;
}
.gm-app-netbanking .gm-onglets .gm-onglet-sep {
  height: 50px;
}
.gm-app-netbanking .gm-onglets.gm-onglets-page {
  margin-top: -50px;
}
.gm-app-netbanking .gm-onglets.gm-onglets-page .gm-onglet {
  padding: 0 10px;
  background-image: url(../img/app_netbanking/pages-tabs-bg.png);
  background-repeat: repeat-x;
}
.gm-app-netbanking .gm-onglets.gm-onglets-page .gm-onglet:hover {
  background-image: url(../img/app_netbanking/pages-tabs-bg-hover.png);
  background-repeat: repeat-x;
}
.gm-app-netbanking .gm-onglets.gm-onglets-page .gm-onglet a {
  text-align: center;
  padding: 0px;
  height: auto;
  background: none;
  font-size: 12px;
}
.gm-app-netbanking .gm-onglets.gm-onglets-page .gm-onglet a:before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 15px;
  margin-left: -12px;
  vertical-align: text-top;
  background: url(../img/li-med.png) no-repeat scroll 10px center transparent;
}
.gm-app-netbanking .gm-onglets.gm-onglets-page .gm-onglet-actif {
  background-color: #fff;
  background-image: none;
}
.gm-app-netbanking .gm-onglets.gm-onglets-page .gm-onglet-actif a:before {
  background: url(../img/pages/li-med-down.png) no-repeat scroll 10px center transparent;
}
.gm-app-netbanking .gm-onglet-content-help h3,
.gm-app-netbanking .gm-onglet-content h3 {
  border-bottom: 1px dotted;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 29px;
  font-size: 18px;
  line-height: 24px;
}
.gm-app-netbanking .gm-onglet-content .qrcode {
  font-family: FrutigerLTStd55Roman;
  display: inline-block;
  width: 200px;
  padding: 25px 0;
  margin-left: 116px;
  padding-left: 96px;
  background-image: url(../img/app_netbanking/qrcode.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.gm-app-netbanking .gm-onglet-content .tab-mobile {
  width: 100%;
  border-collapse: collapse;
}
.gm-app-netbanking .gm-onglet-content .tab-mobile td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.gm-app-netbanking .gm-onglet-content .tab-mobile tbody tr td:nth-child(1),
.gm-app-netbanking .gm-onglet-content .tab-mobile thead td {
  font-family: FrutigerLTStd65Bold;
}
.gm-app-netbanking .gm-onglet-content .puces {
  margin: 0;
  padding: 0;
}
.gm-app-netbanking .gm-onglet-content .puces li {
  list-style-type: none;
  padding: 5px 0;
}
.gm-app-netbanking .gm-onglet-content .puces li span {
  font-family: FrutigerLTStd65Bold;
  width: 18px;
  height: 18px;
  line-height: 19px;
  margin-right: 4px;
  border-radius: 100px;
  color: #fff;
  background-color: #575757;
  display: inline-block;
  text-align: center;
  font-size: 11px;
}
.gm-app-netbanking .gm-onglet-content span.delivery {
  position: relative;
  padding-left: 45px;
  display: block;
}
.gm-app-netbanking .gm-onglet-content span.delivery:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 34px;
  background-image: url("../img/app_netbanking/delivery-packages.png");
}
.gm-app-netbanking .gm-onglet-content span.still {
  position: relative;
  padding-left: 45px;
  display: block;
}
.gm-app-netbanking .gm-onglet-content span.still:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 35px;
  height: 35px;
  background-image: url("../img/app_netbanking/settings-gears.png");
}
.gm-app-netbanking .tab-mobile ul {
  margin: 0;
  padding: 0;
}
.gm-app-netbanking .tab-mobile ul li ul {
  margin-top: 5px;
  padding-left: 15px;
  list-style-type: disc;
}
.gm-app-netbanking .tab-mobile ul li {
  margin-bottom: 5px;
}
.gm-app-netbanking .gm-quotation {
  background-size: contain;
  background-color: #f6f6f6;
  background-image: url(../img/app_netbanking/right-quotation-mark.png);
  background-position: left top;
  background-repeat: no-repeat;
  font-style: italic;
  padding: 30px;
  line-height: 25px;
  color: #333333;
  font-style: italic;
  font-size: 14px;
}
.gm-app-netbanking .tab-mobile .gm-checklist {
  padding: 0 10px 0 24px;
}
.gm-app-netbanking .tab-mobile .gm-checklist li {
  list-style: none;
  padding: 15px 0;
  position: relative;
  font-size: 15px;
  border-bottom: 1px solid #d9d9d9;
}
.gm-app-netbanking .tab-mobile .gm-checklist li:last-child {
  border-bottom: none;
}
.gm-app-netbanking .tab-mobile .gm-checklist li:before {
  content: " ";
  position: absolute;
  top: 18px;
  left: -24px;
  width: 12px;
  height: 9px;
  background-image: url("../img/app_netbanking/checkmark.png");
}
.gm-app-netbanking .gm-app-netbanking .gm-widget .gm-widget-header {
  width: auto;
  height: auto;
  font-family: FrutigerLTStd65Bold;
  font-size: 13px;
  padding: 24px;
  background: none;
  background: url(../img/li-med.png) no-repeat scroll 10px center transparent;
}
.gm-app-netbanking .gm-app-netbanking .gm-widget-open .gm-widget-header {
  background: url(../img/pages/li-med-down.png) no-repeat scroll 10px center transparent;
}
.gm-app-netbanking .gm-app-netbanking .gm-widget {
  padding: 0;
  width: inherit;
  background-color: #efefef;
}
.gm-app-netbanking .gm-app-netbanking .gm-widget:nth-child(even) {
  background-color: #e6e4e4;
}
.gm-app-netbanking .gm-app-netbanking .gm-widget .gm-widget-content {
  background: none;
  padding: 24px 24px 24px 24px;
  font-size: 13px;
}
.gm-app-netbanking .gm-app-netbanking .gm-widget-open {
  margin-bottom: 5px;
}
.gm-app-netbanking .gm-mail-link {
  background-image: url(../img/app_netbanking/icone-mail.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  color: #000 !important;
  border: 1px solid #999999;
  padding: 10px 10px 10px 45px;
  display: inline-block;
  text-decoration: none;
}
.gm-app-netbanking .gm-mail-link:hover {
  text-decoration: none !important;
}
.gm-app-netbanking .gm-app-netbanking .gm-big-page-link {
  margin-top: 20px;
  background: url(../img/pages/li-big.png) center right no-repeat #efefef;
  height: 81px;
  font-size: 12px;
}
.gm-app-netbanking .gm-app-netbanking .gm-big-page-link:hover {
  background-color: #dfdfdf;
}
.gm-app-netbanking .gm-app-netbanking .gm-big-page-link a {
  display: block;
  height: 100%;
  color: #000;
}
.gm-app-netbanking .gm-app-netbanking .gm-big-page-link:hover a {
  text-decoration: none;
}
.gm-app-netbanking .gm-app-netbanking .gm-big-page-link h3 {
  margin: 0;
  padding-top: 18px;
  border-bottom: 0;
}
.gm-app-netbanking .gm-app-netbanking .gm-big-page-link .gm-page-intro-image {
  width: 122px;
}
.gm-app-netbanking .gm-app-netbanking .gm-big-page-link .gm-page-intro-image img {
  width: 120px;
  height: 79px;
}
.gm-app-netbanking .gm-app-netbanking .gm-big-page-link .gm-actu-img-border {
  width: 120px;
}
.gm-app-netbanking .gm-onglet-contact {
  cursor: pointer;
  border: solid 1px #c5c5c5;
  background: url(../img/pages/pages-tabs-bg.png) repeat-x;
  border-radius: 3px 3px 0 0;
}
.gm-app-netbanking .gm-onglet-contact:hover {
  background-image: url(../img/pages/pages-tabs-bg-hover.png);
}
.gm-app-netbanking .gm-onglet-contact a {
  text-decoration: none;
  color: #000;
  padding: 10px 20px;
}
.gm-app-netbanking .gm-onglet-contact a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-left: -20px;
  vertical-align: text-top;
  background: url(../img/li-med.png) no-repeat scroll 10px center transparent;
}
.gm-app-netbanking .gm-onglet-contact a:hover {
  text-decoration: none;
}
.gm-app-netbanking .gm-side-icon {
  position: absolute;
  right: 25px;
}
.gm-app-netbanking .gm-bullet-list li {
  margin-bottom: 5px;
  line-height: 24px;
}
.gm-app-netbanking .datagrid {
  font: normal 12px/150% Arial, Helvetica, sans-serif;
  background: #fff;
  overflow: hidden;
  border: 1px solid #8C8C8C;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 20px 0;
  margin: 20px 0;
}
.gm-app-netbanking .datagrid .mejs-video {
  margin: 10px auto;
}
.gm-app-netbanking .app_netbanking_activation_video {
  width: 560px;
  height: 316px;
}

.gm-pret .gm-header {
  height: 504px;
  padding-top: 54px;
  background-image: url(../img/pret/background-pret.jpg);
}
.gm-pret .gm-info .gm-info-title {
  background-repeat: no-repeat;
  background-position: 266px 6px;
}
.gm-pret .gm-info .gm-onglets .gm-onglet:nth-child(1) .ico {
  background-image: url(../img/pret/icone8-white.png);
}
.gm-pret .gm-info .gm-onglets .gm-onglet:nth-child(2) .ico {
  background-image: url(../img/pret/icone7-white.png);
}
.gm-pret .gm-info .gm-onglets .gm-onglet:nth-child(3) .ico {
  background-image: url(../img/pret/icone3-white.png);
}
.gm-pret .gm-info .gm-onglets .gm-onglet:nth-child(4) .ico {
  background-image: url(../img/pret/icone6-white.png);
}
.gm-pret .gm-info .gm-onglets .gm-onglet:nth-child(1):hover .ico {
  background-image: url(../img/pret/icone8-black.png);
}
.gm-pret .gm-info .gm-onglets .gm-onglet:nth-child(2):hover .ico {
  background-image: url(../img/pret/icone7-black.png);
}
.gm-pret .gm-info .gm-onglets .gm-onglet:nth-child(3):hover .ico {
  background-image: url(../img/pret/icone3-black.png);
}
.gm-pret .gm-info .gm-onglets .gm-onglet:nth-child(4):hover .ico {
  background-image: url(../img/pret/icone6-black.png);
}
.gm-pret .gm-info .gm-onglets .gm-onglet.gm-onglet-actif:nth-child(1) .ico {
  background-image: url(../img/pret/icone8-black.png);
}
.gm-pret .gm-info .gm-onglets .gm-onglet.gm-onglet-actif:nth-child(2) .ico {
  background-image: url(../img/pret/icone7-black.png);
}
.gm-pret .gm-info .gm-onglets .gm-onglet.gm-onglet-actif:nth-child(3) .ico {
  background-image: url(../img/pret/icone3-black.png);
}
.gm-pret .gm-info .gm-onglets .gm-onglet.gm-onglet-actif:nth-child(4) .ico {
  background-image: url(../img/pret/icone6-black.png);
}
.gm-pret .gm-onglets.gm-onglets-page {
  margin-top: -41px;
}
.gm-pret .gm-onglets.gm-onglets-page .gm-onglet {
  padding: 0 15px;
}
.gm-pret .gm-onglets.gm-onglets-page .gm-onglet a {
  padding: 0 5px 0 12px;
}
.gm-pret .gm-onglets.gm-onglets-page .gm-onglet-actif {
  background-color: #fff;
}
.gm-pret .gm-onglets.gm-onglets-page .gm-onglet-actif a:before {
  background: url(../img/pages/li-med-down.png) no-repeat scroll 10px center transparent;
}
.gm-pret .gm-onglets .gm-onglet-contact {
  cursor: pointer;
  border: solid 1px #c5c5c5;
  background: url(../img/pages/pages-tabs-bg.png) repeat-x;
  border-radius: 3px 3px 0 0;
}
.gm-pret .gm-onglets .gm-onglet-contact:hover {
  background-image: url(../img/pages/pages-tabs-bg-hover.png);
}
.gm-pret .gm-onglets .gm-onglet-contact a {
  text-decoration: none;
  color: #000;
  padding: 10px 20px;
}
.gm-pret .gm-onglets .gm-onglet-contact a:hover {
  text-decoration: none;
}
.gm-pret .gm-onglets .gm-onglet-contact a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-left: -20px;
  vertical-align: text-top;
  background: url(../img/li-med.png) no-repeat scroll 10px center transparent;
}
.gm-pret .gm-onglet-content-help h3,
.gm-pret .gm-onglet-content h3 {
  border-bottom: 1px dotted;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 29px;
  font-size: 18px;
  line-height: 24px;
}
.gm-pret .gm-onglet-content .qrcode {
  font-family: FrutigerLTStd55Roman;
  display: inline-block;
  width: 200px;
  padding: 25px 0;
  margin-left: 116px;
  padding-left: 96px;
  background-image: url(../indexe68f.html);
  background-repeat: no-repeat;
  background-position: left center;
}
.gm-pret .gm-onglet-content .tab-mobile {
  width: 100%;
  border-collapse: collapse;
}
.gm-pret .gm-onglet-content .tab-mobile td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.gm-pret .gm-onglet-content .tab-mobile tbody tr td:nth-child(1),
.gm-pret .gm-onglet-content .tab-mobile thead td {
  font-family: FrutigerLTStd65Bold;
}
.gm-pret .gm-onglet-content .tab-mobile ul {
  margin: 0;
  padding: 0;
}
.gm-pret .gm-onglet-content .tab-mobile ul li ul {
  margin-top: 5px;
  padding-left: 15px;
  list-style-type: disc;
}
.gm-pret .gm-onglet-content .tab-mobile ul li {
  margin-bottom: 5px;
}
.gm-pret .gm-onglet-content .puces {
  margin: 0;
  padding: 0;
}
.gm-pret .gm-onglet-content .puces li {
  list-style-type: none;
  padding: 5px 0;
}
.gm-pret .gm-onglet-content .puces li span {
  font-family: FrutigerLTStd65Bold;
  width: 18px;
  height: 18px;
  line-height: 19px;
  margin-right: 4px;
  border-radius: 100px;
  color: #fff;
  background-color: #575757;
  display: inline-block;
  text-align: center;
  font-size: 11px;
}
.gm-pret .gm-onglet-content span.delivery {
  position: relative;
  padding-left: 60px;
  display: block;
  font-family: "FrutigerLTStd55Roman";
}
.gm-pret .gm-onglet-content span.delivery:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 34px;
  background-image: url("../img/pret/delivery-packages.png");
  background-repeat: no-repeat;
}
.gm-pret .gm-onglet-content span.still {
  position: relative;
  padding-left: 60px;
  display: block;
  font-family: "FrutigerLTStd55Roman";
}
.gm-pret .gm-onglet-content span.still:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 35px;
  background-image: url("../img/pret/settings-gears.png");
  background-repeat: no-repeat;
}
.gm-pret .gm-quotation {
  background-size: contain;
  background-color: #f6f6f6;
  background-image: url(../img/pret/right-quotation-mark.png);
  background-position: left top;
  background-repeat: no-repeat;
  font-style: italic;
  padding: 30px;
  line-height: 25px;
  color: #333333;
  font-style: italic;
  font-size: 14px;
}
.gm-pret .tab-mobile ul {
  margin: 0;
  padding: 0;
}
.gm-pret .tab-mobile ul li ul {
  margin-top: 5px;
  padding-left: 15px;
  list-style-type: disc;
}
.gm-pret .tab-mobile ul li {
  margin-bottom: 5px;
}
.gm-pret .tab-mobile .gm-checklist {
  margin-left: 14px !important;
  padding: 0 10px 0 24px;
  font-family: "FrutigerLTStd55Roman";
}
.gm-pret .tab-mobile .gm-checklist li {
  list-style: none;
  padding: 15px 0;
  position: relative;
  font-size: 15px;
  border-bottom: 1px solid #d9d9d9;
}
.gm-pret .tab-mobile .gm-checklist li:last-child {
  border-bottom: none;
}
.gm-pret .tab-mobile .gm-checklist li:before {
  content: " ";
  position: absolute;
  top: 18px;
  left: -24px;
  width: 12px;
  height: 9px;
  background-image: url("../img/pret/checkmark.png");
}
.gm-pret .gm-mail-link,
.gm-pret .gm-simulator-link {
  background-image: url(../img/pret/icone-mail.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  color: #000 !important;
  border: 1px solid #999999;
  padding: 10px 10px 10px 45px;
  display: inline-block;
  text-decoration: none;
}
.gm-pret .gm-mail-link:hover,
.gm-pret .gm-simulator-link:hover {
  text-decoration: none !important;
}
.gm-pret .gm-simulator-link {
  background-image: url(../img/pret/simulateur-pret-pro.jpg);
}
.gm-pret .field {
  position: relative;
  padding: 20px 0;
}
.gm-pret #zoombtn {
  border: none;
  background: transparent;
  cursor: -webkit-zoom-in;
}
.gm-pret .has-tooltip:hover + .tooltip,
.gm-pret .has-tooltip:focus + .tooltip,
.gm-pret .has-tooltip.hover + .tooltip {
  opacity: 1;
  pointer-events: inherit;
}
.gm-pret .tooltip {
  display: block;
  position: absolute;
  top: -400%;
  left: -100%;
  transform-origin: bottom center;
  text-align: center;
  color: white;
  transition: 0.15s ease-in-out;
  opacity: 0;
  width: 580px;
  pointer-events: none;
  z-index: 5;
  border: 1px solid #333;
}
.gm-pret .tooltip:hover {
  opacity: 1;
  pointer-events: inherit;
}
.gm-pret .tooltip:after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.gm-pret .tooltip img {
  max-width: 100%;
}
.gm-pret .gm-big-page-link h3 {
  padding-top: 0;
}
.gm-pret .gm-big-page-link .widthboxthdlevel {
  width: 560px;
}
.gm-pret .helpblock {
  display: inline-block;
  vertical-align:top;
}

.gm-harmonisation {
  /** En bref **/
  /** Evolutions **/
  /* Virements */
  /* Pr+â-¬l+â-¿vement */
  /* Bulletin */
  /* planning (harmonisation) */
  /** Custom checkboxes **/
  /* for labels */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
}
.gm-harmonisation .gm-header {
  height: 504px;
  padding-top: 80px;
  background-image: url(../img/harmonisation/background-harmonisation.jpg);
}
.gm-harmonisation .gm-info {
  padding: 30px;
  width: 331px;
}
.gm-harmonisation .gm-info .gm-info-title {
  font-size: 28px;
  line-height: 31px;
  background-repeat: no-repeat;
  background-position: 266px 6px;
}
.gm-harmonisation .gm-info .gm-info-description {
  font-size: 16px;
}
.gm-harmonisation .gm-info .gm-info-description img {
  display: block;
  margin-top: 30px;
}
.gm-harmonisation .gm-info .gm-onglets .gm-onglet a {
  width: 85px;
}
.gm-harmonisation .gm-info .gm-onglets .gm-onglet:nth-child(1) .ico {
  background-image: url(../indexe68f.html);
}
.gm-harmonisation .gm-info .gm-onglets .gm-onglet:nth-child(2) .ico {
  background-image: url(../indexe68f.html);
}
.gm-harmonisation .gm-info .gm-onglets .gm-onglet:nth-child(3) .ico {
  background-image: url(../indexe68f.html);
}
.gm-harmonisation .gm-info .gm-onglets .gm-onglet:nth-child(4) .ico {
  background-image: url(../indexe68f.html);
}
.gm-harmonisation .gm-info .gm-onglets .gm-onglet:nth-child(1):hover .ico {
  background-image: url(../indexe68f.html);
}
.gm-harmonisation .gm-info .gm-onglets .gm-onglet:nth-child(2):hover .ico {
  background-image: url(../indexe68f.html);
}
.gm-harmonisation .gm-info .gm-onglets .gm-onglet:nth-child(3):hover .ico {
  background-image: url(../indexe68f.html);
}
.gm-harmonisation .gm-info .gm-onglets .gm-onglet:nth-child(4):hover .ico {
  background-image: url(../indexe68f.html);
}
.gm-harmonisation .gm-info .gm-onglets .gm-onglet.gm-onglet-actif:nth-child(1) .ico {
  background-image: url(../indexe68f.html);
}
.gm-harmonisation .gm-info .gm-onglets .gm-onglet.gm-onglet-actif:nth-child(2) .ico {
  background-image: url(../indexe68f.html);
}
.gm-harmonisation .gm-info .gm-onglets .gm-onglet.gm-onglet-actif:nth-child(3) .ico {
  background-image: url(../indexe68f.html);
}
.gm-harmonisation .gm-info .gm-onglets .gm-onglet.gm-onglet-actif:nth-child(4) .ico {
  background-image: url(../indexe68f.html);
}
.gm-harmonisation .gm-onglets.gm-onglets-page {
  margin-top: -41px;
}
.gm-harmonisation .gm-onglets.gm-onglets-page .gm-onglet {
  padding: 0 20px;
}
.gm-harmonisation .gm-onglets.gm-onglets-page .gm-onglet-actif {
  background-color: #fff;
}
.gm-harmonisation .gm-onglets.gm-onglets-page .gm-onglet-actif a:before {
  background: url(../img/pages/li-med-down.png) no-repeat scroll 10px center transparent;
}
.gm-harmonisation .gm-intro {
  font-size: 15px;
}
.gm-harmonisation .gm-widget .gm-widget-content img {
  max-width: 100%;
}
.gm-harmonisation .gm-onglet-content {
  font-size: 15px;
  line-height: 21px;
}
.gm-harmonisation .gm-onglet-content .gm-page-left {
  width: 478px;
}
.gm-harmonisation .gm-onglet-content .gm-page-left h3 {
  margin-top: 20px;
}
.gm-harmonisation .gm-onglet-content e {
  font-size: 18px;
}
.gm-harmonisation .gm-onglet-content .gm-page-right {
  width: 234px;
  background-color: #efefef;
  margin: 20px 0;
}
.gm-harmonisation .gm-onglet-content .gm-page-right .gm-content-sidebar {
  padding: 20px;
  font-size: 13px;
}
.gm-harmonisation .gm-onglet-content .gm-page-right .gm-content-sidebar h4 {
  font-size: 16px;
  margin: 0;
  border-top: 1px dotted;
  padding-top: 15px;
}
.gm-harmonisation .gm-onglet-content .gm-page-right .gm-content-sidebar h4:first-child {
  border-top: none;
  padding-top: 0;
}
.gm-harmonisation .gm-onglet-content .gm-page-right .gm-content-sidebar img {
  margin-top: 10px;
}
.gm-harmonisation .gm-onglet-content .gm-page-right .gm-content-sidebar p {
  margin: 10px 0 15px !important;
}
.gm-harmonisation .gm-onglet-content .gm-page-right .gm-content-sidebar ul {
  padding-left: 0;
}
.gm-harmonisation .gm-onglet-content h3 {
  border-bottom: 1px dotted;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 35px;
  font-size: 22px;
  line-height: 24px;
}
.gm-harmonisation .gm-onglet-content h4 {
  font-size: 18px;
}
.gm-harmonisation .gm-onglet-content h4.gm-dotted {
  border-bottom: 1px dotted;
  padding-bottom: 15px;
}
.gm-harmonisation .gm-onglet-content h5 {
  font-size: 15px;
  margin: 10px 0;
}
.gm-harmonisation .gm-onglet-content .gm-dotted-list {
  margin-bottom: 20px;
}
.gm-harmonisation .gm-onglet-content .gm-dotted-list li {
  font-size: 16px;
  margin-bottom: 10px;
}
.gm-harmonisation .gm-onglet-content .gm-grey-block {
  background-color: #efefef;
  min-height: 132px;
  padding: 15px;
  font-size: 13px;
  margin: 20px 0;
}
.gm-harmonisation .gm-onglet-content .gm-grey-block .gm-bigger {
  font-size: 14px;
  font-family: FrutigerLTStd65Bold;
}
.gm-harmonisation .gm-onglet-content .gm-grey-block img {
  float: left;
  margin-right: 20px;
}
.gm-harmonisation .gm-onglet-content .gm-grey-block div {
  float: left;
}
.gm-harmonisation .gm-onglet-content .gm-grey-block div p {
  line-height: 15px;
}
.gm-harmonisation .gm-onglet-content .gm-grey-block div h5 {
  font-size: 16px;
  margin: 0 0 10px;
}
.gm-harmonisation .gm-onglet-content .puces {
  margin: 0;
  padding: 0;
}
.gm-harmonisation .gm-onglet-content .puces li {
  list-style-type: none;
  padding: 5px 0;
}
.gm-harmonisation .gm-onglet-content .puces li span {
  font-family: FrutigerLTStd65Bold;
  width: 18px;
  height: 18px;
  line-height: 19px;
  margin-right: 4px;
  border-radius: 100px;
  color: #fff;
  background-color: #575757;
  display: inline-block;
  text-align: center;
  font-size: 11px;
}
.gm-harmonisation .gm-button {
  display: inline-block;
  width: 184px;
  height: 25px;
  font-size: 13px;
  font-family: FrutigerLTStd65Bold;
  line-height: 25px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-image: url(../img/harmonisation/background-bouton.jpg);
  margin-right: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
}
.gm-harmonisation .gm-button.prev {
  float: left;
}
.gm-harmonisation .gm-button.next {
  float: right;
}
.gm-harmonisation #onglet_bref .gm-onglet {
  display: inline;
}
.gm-harmonisation #onglet_evolutions .gm-block-evolution {
  width: 33.33%;
  height: 235px;
  float: left;
}
.gm-harmonisation #onglet_evolutions #gm-virements .gm-inner,
.gm-harmonisation #onglet_evolutions .gm-left .gm-tab-harmonisation.gm-virements {
  border-left-color: #1d56a9;
}
.gm-harmonisation #onglet_evolutions #gm-virements .gm-inner .gm-picto,
.gm-harmonisation #onglet_evolutions .gm-left .gm-tab-harmonisation.gm-virements {
  background-image: url(../img/harmonisation/evolution-1.png);
}
.gm-harmonisation #onglet_evolutions #gm-virements .gm-inner:hover .gm-picto,
.gm-harmonisation #onglet_evolutions .gm-left .gm-tab-harmonisation.gm-virements {
  background-image: url(../img/harmonisation/evolution-1_color.png);
}
.gm-harmonisation #onglet_evolutions #gm-virements .gm-inner:active,
.gm-harmonisation #onglet_evolutions .gm-block-evolution#gm-virements .gm-inner:hover,
.gm-harmonisation #onglet_evolutions .gm-left .gm-virements.selected {
  border-color: #1d56a9;
}
.gm-harmonisation #onglet_evolutions #gm-virements .gm-inner:active h4,
.gm-harmonisation #onglet_evolutions #gm-virements .gm-inner:hover h4,
.gm-harmonisation #onglet_evolutions .gm-left .gm-virements.selected,
.gm-harmonisation #onglet_evolutions .gm-right .gm-virements h4 {
  color: #1d56a9;
}
.gm-harmonisation #onglet_evolutions #gm-prelevement .gm-inner,
.gm-harmonisation #onglet_evolutions .gm-left .gm-tab-harmonisation.gm-prelevement {
  border-left-color: #c31d2e;
}
.gm-harmonisation #onglet_evolutions #gm-prelevement .gm-inner .gm-picto,
.gm-harmonisation #onglet_evolutions .gm-left .gm-tab-harmonisation.gm-prelevement {
  background-image: url(../img/harmonisation/evolution-2.png);
}
.gm-harmonisation #onglet_evolutions #gm-prelevement .gm-inner:hover .gm-picto,
.gm-harmonisation #onglet_evolutions .gm-left .gm-tab-harmonisation.gm-prelevement.selected {
  background-image: url(../img/harmonisation/evolution-2_color.png);
}
.gm-harmonisation #onglet_evolutions #gm-prelevement .gm-inner:active,
.gm-harmonisation #onglet_evolutions .gm-block-evolution#gm-prelevement .gm-inner:hover,
.gm-harmonisation #onglet_evolutions .gm-left .gm-prelevement.selected {
  border-color: #c31d2e;
}
.gm-harmonisation #onglet_evolutions #gm-prelevement .gm-inner:active h4,
.gm-harmonisation #onglet_evolutions #gm-prelevement .gm-inner:hover h4,
.gm-harmonisation #onglet_evolutions .gm-left .gm-prelevement.selected,
.gm-harmonisation #onglet_evolutions .gm-right .gm-prelevement h4 {
  color: #c31d2e;
}
.gm-harmonisation #onglet_evolutions #gm-bulletin .gm-inner,
.gm-harmonisation #onglet_evolutions .gm-left .gm-tab-harmonisation.gm-bulletin {
  border-left-color: #f29d0e;
}
.gm-harmonisation #onglet_evolutions #gm-bulletin .gm-inner .gm-picto,
.gm-harmonisation #onglet_evolutions .gm-left .gm-tab-harmonisation.gm-bulletin {
  background-image: url(../img/harmonisation/evolution-3.3.png);
}
.gm-harmonisation #onglet_evolutions #gm-bulletin .gm-inner:hover .gm-picto,
.gm-harmonisation #onglet_evolutions .gm-left .gm-tab-harmonisation.gm-bulletin.selected {
  background-image: url(../img/harmonisation/evolution-3.3_color.png);
}
.gm-harmonisation #onglet_evolutions #gm-bulletin .gm-inner:active,
.gm-harmonisation #onglet_evolutions .gm-block-evolution#gm-bulletin .gm-inner:hover,
.gm-harmonisation #onglet_evolutions .gm-left .gm-bulletin.selected {
  border-color: #f29d0e;
}
.gm-harmonisation #onglet_evolutions #gm-bulletin .gm-inner:active h4,
.gm-harmonisation #onglet_evolutions #gm-bulletin .gm-inner:hover h4,
.gm-harmonisation #onglet_evolutions .gm-left .gm-bulletin.selected,
.gm-harmonisation #onglet_evolutions .gm-right .gm-bulletin h4 {
  color: #f29d0e;
}
.gm-harmonisation #onglet_evolutions .gm-left .gm-tab-harmonisation.gm-bulletin {
  padding: 16px 0 8px 40px;
  height: 26px;
}
.gm-harmonisation #onglet_evolutions .gm-block-evolution#gm-planning {
  width: 100%;
  height: 160px;
  margin-top: 40px;
  margin-bottom: 20px;
  float: none;
}
.gm-harmonisation #onglet_evolutions .gm-block-evolution#gm-planning .gm-inner {
  margin: 0;
}
.gm-harmonisation #onglet_evolutions .gm-block-evolution#gm-planning .gm-inner,
.gm-harmonisation #onglet_evolutions .gm-left .gm-tab-harmonisation.gm-planning {
  border-left-color: #838383;
}
.gm-harmonisation #onglet_evolutions .gm-block-evolution#gm-planning .gm-inner .gm-picto,
.gm-harmonisation #onglet_evolutions .gm-left .gm-tab-harmonisation.gm-planning {
  background-image: url(../img/harmonisation/evolution-4.png);
}
.gm-harmonisation #onglet_evolutions #gm-planning .gm-inner:hover .gm-picto,
.gm-harmonisation #onglet_evolutions .gm-left .gm-tab-harmonisation.gm-planning.selected {
  background-image: url(../img/harmonisation/evolution-4_color.png);
}
.gm-harmonisation #onglet_evolutions .gm-block-evolution#gm-planning .gm-inner:active,
.gm-harmonisation #onglet_evolutions .gm-block-evolution#gm-planning .gm-inner:hover,
.gm-harmonisation #onglet_evolutions .gm-left .gm-planning.selected {
  border-color: #838383;
}
.gm-harmonisation #onglet_evolutions .gm-block-evolution#gm-planning .gm-inner:active h4,
.gm-harmonisation #onglet_evolutions .gm-block-evolution#gm-planning .gm-inner:hover h4,
.gm-harmonisation #onglet_evolutions .gm-left .gm-planning.selected,
.gm-harmonisation #onglet_evolutions .gm-right .gm-planning h4 {
  color: #838383;
}
.gm-harmonisation #onglet_evolutions .gm-block-evolution#gm-planning .gm-inner .gm-picto {
  margin-top: 40px;
}
.gm-harmonisation #onglet_evolutions .gm-block-evolution .gm-inner {
  border: 1px solid #ccc;
  height: 100%;
  margin: 15px 0 0 20px;
  border-left: 4px solid;
  display: block;
  cursor: pointer;
}
.gm-harmonisation #onglet_evolutions .gm-block-evolution .gm-inner:hover {
  text-decoration: none;
}
.gm-harmonisation #onglet_evolutions .gm-block-evolution .gm-inner:active {
  text-decoration: none;
}
.gm-harmonisation #onglet_evolutions .gm-block-evolution .gm-inner h4 {
  text-align: center;
  margin: 10px 0 0 0;
  font-size: 15px;
  color: #000;
  line-height: 18px;
}
.gm-harmonisation #onglet_evolutions .gm-block-evolution .gm-inner .gm-picto {
  margin-top: 65px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center;
}
.gm-harmonisation #onglet_evolutions .gm-block-evolution .gm-inner .gm-picto img {
  margin: 0 auto;
  display: block;
}
.gm-harmonisation #onglet_evolutions .gm-block-evolution:first-child .gm-inner {
  margin-left: 0;
}
.gm-harmonisation .gm-content-evolution {
  font-size: 13px;
}
.gm-harmonisation .gm-left {
  width: 27%;
  float: left;
}
.gm-harmonisation .gm-left .gm-tab-harmonisation {
  border: 1px solid #ccc;
  border-left: 2px solid;
  height: 20px;
  display: block;
  cursor: pointer;
  padding: 17px 0 13px 40px;
  margin: 0 40px 10px 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-repeat: no-repeat;
  background-position: 12px 15px;
  background-size: 22px;
  font-size: 14px;
  line-height: 17px;
}
.gm-harmonisation .gm-left .gm-tab-harmonisation.selected {
  font-family: FrutigerLTStd65Bold;
}
.gm-harmonisation .gm-right {
  width: 73%;
  float: left;
}
.gm-harmonisation #onglet_preparer .gm-tab-harmonisation {
  border-left-color: #0aa70a;
  color: #838383;
  padding: 13px 0 16px 10px;
}
.gm-harmonisation #onglet_preparer .gm-tab-harmonisation .gm-round {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #a8a8a8;
  border-radius: 100%;
  display: inline-block;
  color: #fff;
  font-family: FrutigerLTStd65Bold;
  text-align: center;
  margin-right: 10px;
}
.gm-harmonisation #onglet_preparer .gm-tab-harmonisation.selected .gm-round {
  background-color: #0aa70a;
}
.gm-harmonisation #onglet_preparer .gm-tab-harmonisation.done {
  border-color: #0aa70a;
  color: #0aa70a;
  font-family: FrutigerLTStd55Roman;
  opacity: 0.6;
}
.gm-harmonisation #onglet_preparer .gm-tab-harmonisation.done .gm-round {
  background-color: #0aa70a;
}
.gm-harmonisation #onglet_preparer .gm-tab-harmonisation.selected,
.gm-harmonisation #onglet_preparer .gm-tab-harmonisation.done.selected {
  border-color: #0aa70a;
  color: #0aa70a;
}
.gm-harmonisation #onglet_preparer .gm-tab-harmonisation.gm-controle {
  padding: 8px 0 8px 10px;
  height: 34px;
}
.gm-harmonisation #onglet_preparer .gm-tab-harmonisation.gm-controle .gm-round {
  float: left;
  display: block;
  margin-top: 4px;
}
.gm-harmonisation #onglet_preparer .gm-title,
.gm-harmonisation #onglet_preparer .gm-controle b {
  display: block;
}
.gm-harmonisation #onglet_preparer label {
  display: block;
  font-size: 13px;
  margin-bottom: 20px;
}
.gm-harmonisation #onglet_preparer [type="checkbox"]:not(:checked),
.gm-harmonisation #onglet_preparer [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.gm-harmonisation #onglet_preparer [type="checkbox"]:not(:checked) + label,
.gm-harmonisation #onglet_preparer [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
.gm-harmonisation #onglet_preparer [type="checkbox"]:not(:checked) + label:before,
.gm-harmonisation #onglet_preparer [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  background: #fff;
}
.gm-harmonisation #onglet_preparer [type="checkbox"]:not(:checked) + label:after,
.gm-harmonisation #onglet_preparer [type="checkbox"]:checked + label:after {
  content: '\002713';
  position: absolute;
  top: .15em;
  left: .15em;
  font-size: 1.3em;
  line-height: 0.8;
  transition: all .2s;
}
.gm-harmonisation #onglet_preparer [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.gm-harmonisation #onglet_preparer [type="checkbox"]:checked + label:after,
.gm-harmonisation #onglet_preparer [type="checkbox"]:checked + label:before {
  opacity: 1;
  transform: scale(1);
  background-color: #0aa70a;
  border-color: #0aa70a;
  color: #fff;
}
.gm-harmonisation #onglet_preparer [type="checkbox"]:disabled + label {
  cursor: auto;
}
.gm-harmonisation #onglet_preparer [type="checkbox"]:checked:focus + label:before,
.gm-harmonisation #onglet_preparer [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}
.gm-harmonisation #onglet_preparer .gm-software {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 120px;
  width: 48%;
  float: left;
  line-height: 120px;
  display: block;
  cursor: pointer;
  font-size: 14px;
  color: #838383;
  text-align: center;
  margin-bottom: 15px;
}
.gm-harmonisation #onglet_preparer .gm-software:hover,
.gm-harmonisation #onglet_preparer .gm-software.selected {
  border-color: #0aa70a;
  color: #0aa70a;
}
.gm-harmonisation #onglet_preparer .gm-software.selected {
  font-family: FrutigerLTStd65Bold;
}
.gm-harmonisation #onglet_preparer .gm-software.first {
  margin-right: 2%;
}
.gm-harmonisation #onglet_preparer .gm-logiciel-result {
  margin: 15px 0;
  color: #0aa70a;
  font-size: 15px;
  font-family: FrutigerLTStd65Bold;
  position: relative;
}
.gm-harmonisation #onglet_preparer .gm-logiciel-result .gm-label-data.after {
  margin-left: 50px;
}
.gm-harmonisation #onglet_preparer .gm-logiciel-result #gm-value-data {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #0aa70a;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: -13px;
  color: #fff;
  font-family: FrutigerLTStd65Bold;
  text-align: center;
}
.gm-harmonisation #onglet_preparer .gm-logiciel-result.gm-result-orange #gm-value-data {
  background-color: #f29d0e;
}
.gm-harmonisation #onglet_preparer .gm-logiciel-result.gm-result-orange {
  color: #f29d0e;
}
.gm-harmonisation #onglet_preparer .gm-logiciel-result.gm-result-red #gm-value-data {
  background-color: #c31d2e;
}
.gm-harmonisation #onglet_preparer .gm-logiciel-result.gm-result-red {
  color: #c31d2e;
}
.gm-harmonisation .gm-content-preparer.gm-controle h5 {
  font-size: 14px;
  padding-top: 20px;
  text-transform: uppercase;
  opacity: 0.6;
}
.gm-harmonisation .gm-content-preparer.gm-controle h6 {
  font-size: 15px;
  padding: 20px 0 10px;
  margin: 0;
  border-bottom: 1px dotted #000;
  margin-bottom: 30px;
}
.gm-harmonisation .gm-content-preparer.gm-controle b {
  padding-bottom: 10px;
}
.gm-harmonisation .gm-content-preparer.gm-controle hr {
  margin: 0 0 30px;
  padding: 0;
}

/* USEFUL CLASSES ******************************************/
/* ONGLET ******************************************/
/*.gm-info .gm-onglets .gm-onglet a {
  padding: 0;
  display: inline-block;
  list-style-type: none;
  width: 85px;
  height: 60px;
  text-align: center;
  margin-right: 7px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  position: relative;
  margin: 0;
  background: none;
  color: #fff;

}

.gm-info .gm-onglets .gm-onglet a span {
  font-family: FrutigerLTStd65Bold;
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  font-size: 13px;
}

.gm-info .gm-onglets .gm-onglet a .ico {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -15px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;

}

.gm-info .gm-onglet-content {
  font-family: FrutigerLTStd65Bold;
  font-style: italic;
  font-size: 15px;
  border-top: 0;
  padding: 20px 10px 10px 10px;
  margin-top: -10px;
  text-align: center;
  position: relative;
  overflow-x: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.gm-info .gm-onglet-content:before {
  content: '';
  width: 1px;
  top: 13px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
}

.gm-info .gm-onglet-content:after {
  content: '';
  width: 1px;
  top: 13px;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
}

.gm-info .gm-onglet-content .arrow {
  width: 13px;
  height: 13px;
  background-image: url(../img/harmonisation/icone-arrow.png);
  position: absolute;
  top: 0px;
}

.gm-info .gm-onglet-content .arrow:before {
  content: '';
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 100%;
  width: 345px;
  bottom: 0;
}

.gm-info .gm-onglet-content .arrow:after {
  content: '';
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -300px;
  width: 300px;
  bottom: 0;
}

.gm-info .gm-onglets .gm-onglet:nth-child(4) {
  padding-right: 0px;
}

.gm-info .gm-onglets .gm-onglet.gm-onglet-actif a,
.gm-info .gm-onglets .gm-onglet:hover a {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}*/
/* HARMONISATION *************************************/
/*.gm-harmonisation .gm-onglets.gm-onglets-page {
  margin-top: -41px;
}

.gm-harmonisation .gm-onglets.gm-onglets-page .gm-onglet {
  padding: 0 48px;
}

.gm-harmonisation .gm-onglets.gm-onglets-page .gm-onglet-actif {
  background-color: #fff;
}

.gm-harmonisation .gm-onglets.gm-onglets-page .gm-onglet a {
  text-align: center;
  padding: 0px;
  height: auto;
  background: none;
}

.gm-harmonisation .gm-onglets.gm-onglets-page .gm-onglet a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-left: -20px;
  vertical-align: text-top;
  background: url(../img/li-med.png) no-repeat scroll 10px center transparent;
}

.gm-harmonisation .gm-onglets.gm-onglets-page .gm-onglet-actif a:before {
  background: url(../img/pages/li-med-down.png) no-repeat scroll 10px center transparent;
}

.gm-harmonisation .gm-onglet-content {
  font-size: 15px;
  line-height: 21px;
}*/
/*.gm-harmonisation .gm-onglet-content .puces {
  margin: 0;
  padding: 0;
}

.gm-harmonisation .gm-onglet-content .puces li {
  list-style-type: none;
  padding: 5px 0;
}

.gm-harmonisation .gm-onglet-content .puces li span {
  font-family: FrutigerLTStd65Bold;
  width: 18px;
  height: 18px;
  line-height: 19px;
  margin-right: 4px;
  border-radius: 100px;
  color: #fff;
  background-color: #575757;
  display: inline-block;
  text-align: center;
  font-size: 11px;
}*/
.gm-prevoyance .gm-header {
  height: 280px;
  background-image: url(../img/prevoyance/background-prevoyance.jpg);
  position: relative;
}
.gm-prevoyance .gm-info {
  position: absolute;
  top: 65px;
  right: 0;
  padding: 25px 40px;
  width: inherit;
}
.gm-prevoyance .gm-info .gm-info-title {
  font-size: 28px;
  line-height: 27px;
}
.gm-prevoyance .gm-onglet-content table {
  width: 100%;
}
.gm-prevoyance .gm-onglet-content table tr td {
  width: 50%;
  background-repeat: no-repeat;
  background-position: 21px center;
  padding: 20px 20px 20px 83px;
}
.gm-prevoyance .gm-onglet-content table tr td span {
  color: #ea201b;
}
.gm-prevoyance .gm-onglet-content table tr td.ico1 {
  background-image: url(../img/prevoyance/ico1.png);
}
.gm-prevoyance .gm-onglet-content table tr td.ico2 {
  background-image: url(../img/prevoyance/ico2.png);
}
.gm-prevoyance .gm-onglet-content table tr td.ico3 {
  background-image: url(../img/prevoyance/ico3.png);
}
.gm-prevoyance .gm-onglet-content table tr td.ico4 {
  background-image: url(../img/prevoyance/ico4.png);
}
.gm-prevoyance .gm-onglet-content table tr td.ico5 {
  background-image: url(../img/prevoyance/ico5.png);
}
.gm-prevoyance .gm-onglet-content table tr td.ico6 {
  background-image: url(../img/prevoyance/ico6.png);
}
.gm-prevoyance .gm-onglet-content table tr td.ico7 {
  background-image: url(../img/prevoyance/ico7.png);
}
.gm-prevoyance .gm-onglet-content table tr td.ico8 {
  background-image: url(../img/prevoyance/ico8.png);
  padding: 0px 20px 20px 50px;
  background-position: 10px top;
}
.gm-prevoyance .gm-onglet-content table tr td.ico9 {
  background-image: url(../img/prevoyance/ico9.png);
  padding: 0px 20px 20px 50px;
  background-position: 10px top;
}
.gm-prevoyance .gm-onglet-content table tr td.ico10 {
  background-image: url(../img/prevoyance/ico10.png);
  padding: 0px 20px 20px 50px;
  background-position: 10px top;
}
.gm-prevoyance .gm-onglet-content h3 {
  border-bottom: 1px dotted;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 29px;
  font-size: 20px;
  line-height: 24px;
}

.gm-set .gm-header {
  height: 560px;
  background-image: url(../img/set/header.png);
}
.gm-set .gm-onglets .gm-onglet-actif:hover {
  background: #ffffff;
}
.gm-set .gm-onglets.gm-onglets-page {
  margin-top: -41px;
}
.gm-set .gm-onglet-content-help h3,
.gm-set .gm-onglet-content h3 {
  border-bottom: 1px dotted;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 29px;
  font-size: 18px;
  line-height: 24px;
}
.gm-set .gm-onglet-content ul li {
  margin-bottom: 15px;
}
.gm-set #onglet_cartes table {
  width: 100%;
}
.gm-set #onglet_cartes table tr td {
  padding: 10px;
}
.gm-set #onglet_cartes table.cols tr td a {
  height: 105px;
  border: 1px solid #dbdbdb;
  position: relative;
  background-repeat: no-repeat;
  background-position: center 35%;
  display: block;
}
.gm-set #onglet_cartes table.cols tr td.col1 a {
  background-image: url(../img/set/ico1.png);
}
.gm-set #onglet_cartes table.cols tr td.col2 a {
  background-image: url(../img/set/ico2.png);
}
.gm-set #onglet_cartes table.cols tr td.col3 a {
  background-image: url(../img/set/ico3.png);
}
.gm-set #onglet_cartes table.cols tr td.col4 a {
  background-image: url(../img/set/ico4.png);
}
.gm-set #onglet_cartes table.cols tr td.col5 a {
  background-image: url(../img/set/ico5.png);
}
.gm-set #onglet_cartes table.cols tr td.col1 a:hover {
  background-image: url(../img/set/ico1-on.png);
}
.gm-set #onglet_cartes table.cols tr td.col2 a:hover {
  background-image: url(../img/set/ico2-on.png);
}
.gm-set #onglet_cartes table.cols tr td.col3 a:hover {
  background-image: url(../img/set/ico3-on.png);
}
.gm-set #onglet_cartes table.cols tr td.col4 a:hover {
  background-image: url(../img/set/ico4-on.png);
}
.gm-set #onglet_cartes table.cols tr td.col5 a:hover {
  background-image: url(../img/set/ico5-on.png);
}
.gm-set #onglet_detail_set .gm-widget-header.ico1:before {
  background-image: url(../img/set/ico1.png);
}
.gm-set #onglet_detail_set .gm-widget-header.ico2:before {
  background-image: url(../img/set/ico2.png);
}
.gm-set #onglet_detail_set .gm-widget-header.ico3:before {
  background-image: url(../img/set/ico3.png);
}
.gm-set #onglet_detail_set .gm-widget-header.ico4:before {
  background-image: url(../img/set/ico4.png);
}
.gm-set #onglet_detail_set .gm-widget-header.ico5:before {
  background-image: url(../img/set/ico5.png);
}
.gm-set #onglet_detail_set .gm-widget-header {
  position: relative;
}
.gm-set #onglet_detail_set .gm-widget-header:before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  right: 15px;
  top: 15px;
  height: 30px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
}
.gm-set #onglet_cartes table.cols span {
  font-family: FrutigerLTStd65Bold;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  color: #171717;
}
.gm-set #onglet_cartes table tr td.text {
  text-align: center;
}
.gm-set #onglet_cartes table tr td.text span {
  font-size: 18px;
}
.gm-set #onglet_cartes table tr td.text a.more {
  display: inline-block;
  width: 184px;
  height: 25px;
  line-height: 25px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-image: url(../img/set/background-bouton.jpg);
}

/* ONGLET *************************************/
/*.gm-carte .gm-onglet-content .puces {
  margin: 0;
  padding: 0;
}

.gm-carte .gm-onglet-content .puces li {
  list-style-type: none;
  padding: 5px 0;
}

.gm-carte .gm-onglet-content .puces li span {
  font-family: FrutigerLTStd65Bold;
  width: 18px;
  height: 18px;
  line-height: 19px;
  margin-right: 4px;
  border-radius: 100px;
  color: #fff;
  background-color: #575757;
  display: inline-block;
  text-align: center;
  font-size: 11px;

}

.gm-onglet-content ul li {
  margin-bottom: 15px;
}

.gm-carte .gm-widget .gm-widget-header {
  width: auto;
  height: auto;
  font-family: FrutigerLTStd65Bold;
  font-size: 13px;
  padding: 24px;
  background: none;
  background: url(../img/li-med.png) no-repeat scroll 10px center transparent;
}

.gm-carte .gm-widget-open .gm-widget-header {
  background: url(../img/pages/li-med-down.png) no-repeat scroll 10px center transparent;
}

.gm-carte .gm-widget {
  padding: 0;
  width: inherit;
  background-color: #efefef;
}

.gm-carte .gm-widget:nth-child(even) {
  background-color: #e6e4e4;

}

.gm-carte .gm-widget .gm-widget-content {
  background: none;
  padding: 24px 24px 24px 24px;
  font-size: 13px;
}

.gm-carte .gm-widget-open {
  margin-bottom: 5px;
}

*/
.gm-formation-netbanking .gm-header {
  height: 518px;
  padding-top: 40px;
  background-image: url(../img/ateliers/header.png);
}
.gm-formation-netbanking .gm-header .gm-info {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: inherit;
  font-weight: bold;
  text-align: center;
  height: 70px;
  line-height: 70px;
  font-size: 32px;
  padding: 0;
}
.gm-formation-netbanking .gm-header .gm-info1,
.gm-formation-netbanking .gm-header .gm-info2 {
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 140px;
  padding-left: 30px;
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  background-repeat: no-repeat;
  background-position: left 5px;
}
.gm-formation-netbanking .gm-header .gm-info1 {
  left: 70px;
  background-image: url(../img/ateliers/header-ico1.png);
}
.gm-formation-netbanking .gm-header .gm-info2 {
  right: 40px;
  background-image: url(../img/ateliers/header-ico2.png);
}
.gm-formation-netbanking .gm-onglets.gm-onglets-page {
  margin-top: -41px;
}
.gm-formation-netbanking .gm-onglets.gm-onglets-page .gm-onglet-actif {
  background-color: #fff;
}
.gm-formation-netbanking .gm-onglets.gm-onglets-page .gm-onglet-actif a:before {
  background: url(../img/pages/li-med-down.png) no-repeat scroll 10px center transparent;
}
.gm-formation-netbanking .gm-onglet-content-help h3,
.gm-formation-netbanking .gm-onglet-content h3 {
  border-bottom: 1px dotted;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 29px;
  font-size: 16px;
  line-height: 24px;
}
.gm-formation-netbanking #onglet_dates table,
.gm-formation-netbanking #onglet_ateliers table {
  width: 100%;
}
.gm-formation-netbanking #onglet_ateliers table tr td {
  border-bottom: 1px solid #d9d9d9;
}
.gm-formation-netbanking #onglet_ateliers table tr td:nth-child(1) {
  font-weight: bold;
}
.gm-formation-netbanking #onglet_ateliers table tr td {
  padding: 10px 0;
}
.gm-formation-netbanking #onglet_ateliers table tr td a.more {
  display: inline-block;
  width: 184px;
  height: 25px;
  line-height: 25px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-image: url(../img/ateliers/background-bouton.jpg);
}
.gm-formation-netbanking #onglet_dates .block-left {
  width: 474px;
  float: left;
}
.gm-formation-netbanking #onglet_dates .block-right {
  width: 225px;
  float: right;
}
.gm-formation-netbanking #onglet_dates table tr td {
  padding: 10px 10px;
}

.gm-entreprises {
  position: relative;
  width: 534px;
}
.gm-entreprises .banner {
  height: 314px;
  margin-bottom: 5px;
}
.gm-entreprises .banner .inner {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 560px;
  height: 314px;
  z-index: 0;
}
.gm-entreprises .header-title {
  margin-bottom: 30px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #000;
}
.gm-entreprises .header-title h1 {
  margin: 0;
  font-family: FrutigerLTStd65Bold;
  font-weight: normal;
  font-size: 18px;
  color: #000;
}
.gm-entreprises #besoins {
  margin-bottom: 30px;
}
.gm-entreprises #besoins .row {
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.gm-entreprises #besoins .row:last-child {
  margin-bottom: 0;
}
.gm-entreprises #besoins .row.first > .title span:after {
  background-image: url(../img/entreprises/icn-entreprise-1.png);
}
.gm-entreprises #besoins .row.second > .title span:after {
  background-image: url(../img/entreprises/icn-entreprise-2.png);
}
.gm-entreprises #besoins .row.third > .title span:after {
  background-image: url(../img/entreprises/icn-entreprise-3.png);
}
.gm-entreprises #besoins .row.fourth > .title span:after {
  background-image: url(../img/entreprises/icn-entreprise-4.png);
}
.gm-entreprises #besoins .row > .title {
  position: relative;
  display: block;
  padding: 15px 0;
  color: #000;
}
.gm-entreprises #besoins .row > .title span {
  position: relative;
  padding-left: 35px;
  display: inline-block;
  font-family: FrutigerLTStd65Bold;
  font-weight: normal;
  font-size: 15px;
}
.gm-entreprises #besoins .row > .title span:after {
  content: '';
  position: absolute;
  top: -5px;
  left: 0px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
}
.gm-entreprises #besoins .row > .title .gm-toggle {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 17px;
  height: 17px;
}
.gm-entreprises #besoins .row > .title .gm-up {
  background: url(../img/icons.png) -4px -43px no-repeat transparent;
}
.gm-entreprises #besoins .row > .title .gm-down {
  background: url(../img/icons.png) -28px -43px no-repeat transparent;
}
.gm-entreprises #besoins .row.hide-content {
  padding-bottom: 0;
}
.gm-entreprises #besoins .row .content .description {
  margin-bottom: 20px;
}
.gm-entreprises #besoins .row .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gm-entreprises #besoins .row .content ul li {
  margin-bottom: 10px;
  padding: 15px 12px;
  border: 1px solid #b6b6b6;
}
.gm-entreprises #besoins .row .content ul li:last-child {
  margin-bottom: 0;
}
.gm-entreprises #besoins .row .content ul li .more {
  display: inline-block;
  position: relative;
  float: right;
  font-size: 12px;
  color: #171717;
}
.gm-entreprises #besoins .row .content ul li .more:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -9px;
  width: 3px;
  height: 8px;
  background: url("../img/li-med.png") no-repeat 0 0;
}
.gm-entreprises #harmonisation {
  margin-bottom: 40px;
}
.gm-entreprises #harmonisation .left {
  float: left;
  width: 50%;
}
.gm-entreprises #harmonisation .left .inner {
  padding-right: 15px;
}
.gm-entreprises #harmonisation .left h4 {
  margin: 0 0 15px 0;
  font-size: 18px;
}
.gm-entreprises #harmonisation .left p {
  margin-bottom: 15px;
}
.gm-entreprises #harmonisation .left .btn {
  display: block;
  padding: 8px 0;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  background: #1a8abc;
  background: -moz-linear-gradient(top, #1a8abc 0%, #1a8abc 50%, #187bb1 51%, #187bb1 100%);
  background: -webkit-linear-gradient(top, #1a8abc 0%, #1a8abc 50%, #187bb1 51%, #187bb1 100%);
  background: linear-gradient(to bottom, #1a8abc 0%, #1a8abc 50%, #187bb1 51%, #187bb1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a8abc', endColorstr='#187bb1',GradientType=0 );
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
}
.gm-entreprises #harmonisation .right {
  float: left;
  width: 50%;
}
.gm-entreprises #harmonisation .right .inner {
  padding-left: 15px;
}
.gm-entreprises #harmonisation .right img {
  width: 100%;
  height: auto;
}
.gm-entreprises #actualites .gm-actus h1 {
  margin: 0;
  padding-bottom: 8px;
  font-family: FrutigerLTStd65Bold;
  font-weight: normal;
  font-size: 18px;
  color: #000;
}
.gm-entreprises #actualites .gm-actus a {
  color: #000;
}
.gm-entreprises #actualites .gm-actu p {
  margin-left: 0 !important;
}

.gm-widget-entreprises .gm-widget-header {
  height: 65px;
  background-image: url("../img/widget-header-document.png");
}
.gm-widget-entreprises .gm-widget-header span {
  display: block;
  padding: 10px 15px;
  font-family: FrutigerLTStd65Bold;
  font-weight: normal;
  font-size: 18px;
}
.gm-widget-entreprises .gm-widget-content {
  top: 0;
  padding: 0px 2px;
  background: #FFF;
  border: 1px solid #cbcbcb;
  border-top: none;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.gm-widget-entreprises .gm-widget-content .row {
  border-bottom: 1px dotted #000;
}
.gm-widget-entreprises .gm-widget-content .row:last-child {
  border-bottom: none;
}
.gm-widget-entreprises .gm-widget-content .row .inner {
  padding: 16px;
}
.gm-widget-entreprises .gm-widget-content .row img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  border-bottom: 3px solid #ea201b;
}
.gm-widget-entreprises .gm-widget-content .row .title {
  position: relative;
  margin-bottom: 10px;
  min-height: 20px;
}
.gm-widget-entreprises .gm-widget-content .row .title span {
  display: block;
  width: calc(100% - 25px);
  font-family: FrutigerLTStd65Bold;
  font-weight: normal;
  font-size: 14px;
}
.gm-widget-entreprises .gm-widget-content .row .title .gm-toggle {
  display: block;
  top: 3px;
  right: 0;
}
.gm-widget-entreprises .gm-widget-content .row .desc {
  font-size: 12px;
}

.gm-portail-jeunes #banner {
  height: 523px;
  padding-top: 54px;
  background-image: url(../img/portail_jeunes/background-portail-1.jpg);
}
.gm-portail-jeunes #banner.onglet_summary {
  background-image: url(../img/portail_jeunes/background-portail-1.jpg);
}
.gm-portail-jeunes #banner.onglet_essential {
  background-image: url(../img/portail_jeunes/background-portail-2.jpg);
}
.gm-portail-jeunes #banner.onglet_news {
  background-image: url(../img/portail_jeunes/background-portail-3.jpg);
}
.gm-portail-jeunes #banner.onglet_sponsor {
  background-image: url(../img/portail_jeunes/background-portail-4.jpg);
}
.gm-portail-jeunes #banner.onglet_contact {
  background-image: url(../img/portail_jeunes/background-portail-5.jpg);
}
.gm-portail-jeunes .gm-info {
  background-color: rgba(0, 0, 0, 0.8);
}
.gm-portail-jeunes .gm-info .gm-info-title {
  font-size: 36px;
}
.gm-portail-jeunes .gm-info .gm-info-description {
  font-size: 18px;
  line-height: 23px;
  font-family: FrutigerLTStd65Bold;
}
.gm-portail-jeunes .gm-onglets.gm-onglets-page {
  margin-top: -41px;
}
.gm-portail-jeunes .gm-onglets .gm-onglet-actif {
  background-color: #fff;
}
.gm-portail-jeunes .gm-onglets .gm-onglet {
  width: 138px;
  text-align: center;
}
.gm-portail-jeunes .gm-onglets .gm-onglet > a {
  display: inline;
  background-position-y: 16px;
  background-position-x: 2px;
}
.gm-portail-jeunes .gm-onglet-content-help {
  padding-bottom: 40px;
}
.gm-portail-jeunes .gm-onglet-content p.conditions,
.gm-portail-jeunes .gm-onglet-content-help p.conditions {
  font-size: 11px;
  margin: 15px 0 !important;
}
.gm-portail-jeunes .gm-onglet-content h3,
.gm-portail-jeunes .gm-onglet-content-help h3 {
  border-bottom: 1px dotted;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 29px;
  font-size: 18px;
  line-height: 24px;
}
.gm-portail-jeunes .gm-onglet-content h3.gm-red,
.gm-portail-jeunes .gm-onglet-content-help h3.gm-red {
  border-color: #000;
}
.gm-portail-jeunes .gm-onglet-content .gm-row .gm-block,
.gm-portail-jeunes .gm-onglet-content-help .gm-row .gm-block {
  cursor: pointer;
  float: left;
  width: 180px;
  height: 124px;
  border: 1px solid #dbdbdb;
  margin: 0 12px 22px 12px;
  padding: 15px;
  font-size: 15px;
  text-align: center;
}
.gm-portail-jeunes .gm-onglet-content .gm-row .gm-block:hover,
.gm-portail-jeunes .gm-onglet-content-help .gm-row .gm-block:hover {
  text-decoration: none;
}
.gm-portail-jeunes .gm-onglet-content .gm-row .gm-block:hover p,
.gm-portail-jeunes .gm-onglet-content-help .gm-row .gm-block:hover p {
  text-decoration: none;
}
.gm-portail-jeunes .gm-onglet-content .gm-row .gm-block .picto,
.gm-portail-jeunes .gm-onglet-content-help .gm-row .gm-block .picto {
  width: 90px;
  height: 47px;
  margin: 0 auto 15px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.gm-portail-jeunes .gm-onglet-content .gm-row .gm-block p,
.gm-portail-jeunes .gm-onglet-content-help .gm-row .gm-block p {
  color: #000;
}
.gm-portail-jeunes .gm-onglet-content .gm-row .gm-block.gm-block-1:hover .picto,
.gm-portail-jeunes .gm-onglet-content-help .gm-row .gm-block.gm-block-1:hover .picto {
  background-image: url(../img/portail_jeunes/picto-1b.png);
}
.gm-portail-jeunes .gm-onglet-content .gm-row .gm-block.gm-block-1 .picto,
.gm-portail-jeunes .gm-onglet-content-help .gm-row .gm-block.gm-block-1 .picto {
  background-image: url(../img/portail_jeunes/picto-1.png);
}
.gm-portail-jeunes .gm-onglet-content .gm-row .gm-block.gm-block-2:hover .picto,
.gm-portail-jeunes .gm-onglet-content-help .gm-row .gm-block.gm-block-2:hover .picto {
  background-image: url(../img/portail_jeunes/picto-2b.png);
}
.gm-portail-jeunes .gm-onglet-content .gm-row .gm-block.gm-block-2 .picto,
.gm-portail-jeunes .gm-onglet-content-help .gm-row .gm-block.gm-block-2 .picto {
  background-image: url(../img/portail_jeunes/picto-2.png);
}
.gm-portail-jeunes .gm-onglet-content .gm-row .gm-block.gm-block-3:hover .picto,
.gm-portail-jeunes .gm-onglet-content-help .gm-row .gm-block.gm-block-3:hover .picto {
  background-image: url(../img/portail_jeunes/picto-3b.png);
}
.gm-portail-jeunes .gm-onglet-content .gm-row .gm-block.gm-block-3 .picto,
.gm-portail-jeunes .gm-onglet-content-help .gm-row .gm-block.gm-block-3 .picto {
  background-image: url(../img/portail_jeunes/picto-3.png);
}
.gm-portail-jeunes .gm-onglet-content .gm-row .gm-block.gm-block-4:hover .picto,
.gm-portail-jeunes .gm-onglet-content-help .gm-row .gm-block.gm-block-4:hover .picto {
  background-image: url(../img/portail_jeunes/picto-4b.png);
}
.gm-portail-jeunes .gm-onglet-content .gm-row .gm-block.gm-block-4 .picto,
.gm-portail-jeunes .gm-onglet-content-help .gm-row .gm-block.gm-block-4 .picto {
  background-image: url(../img/portail_jeunes/picto-4.png);
  margin-bottom: 5px;
}
.gm-portail-jeunes .gm-onglet-content .gm-row .gm-block.gm-block-5:hover .picto,
.gm-portail-jeunes .gm-onglet-content-help .gm-row .gm-block.gm-block-5:hover .picto {
  background-image: url(../img/portail_jeunes/picto-5b.png);
}
.gm-portail-jeunes .gm-onglet-content .gm-row .gm-block.gm-block-5 .picto,
.gm-portail-jeunes .gm-onglet-content-help .gm-row .gm-block.gm-block-5 .picto {
  background-image: url(../img/portail_jeunes/picto-5.png);
  margin-bottom: 5px;
}
.gm-portail-jeunes .gm-onglet-content .gm-row .gm-block.gm-block-6:hover .picto,
.gm-portail-jeunes .gm-onglet-content-help .gm-row .gm-block.gm-block-6:hover .picto {
  background-image: url(../img/portail_jeunes/picto-6b.png);
}
.gm-portail-jeunes .gm-onglet-content .gm-row .gm-block.gm-block-6 .picto,
.gm-portail-jeunes .gm-onglet-content-help .gm-row .gm-block.gm-block-6 .picto {
  background-image: url(../img/portail_jeunes/picto-6.png);
  margin-bottom: 5px;
}
.gm-portail-jeunes .gm-onglet-content .gm-row .gm-block.gm-block-8:hover .picto,
.gm-portail-jeunes .gm-onglet-content-help .gm-row .gm-block.gm-block-8:hover .picto {
  background-image: url(../img/portail_jeunes/picto-twintb.png);
}
.gm-portail-jeunes .gm-onglet-content .gm-row .gm-block.gm-block-8 .picto,
.gm-portail-jeunes .gm-onglet-content-help .gm-row .gm-block.gm-block-8 .picto {
  background-image: url(../img/portail_jeunes/picto-twint.png);
  margin-bottom: 5px;
}
.gm-portail-jeunes .gm-onglet-content .gm-row .gm-block.gm-block-7:hover .picto,
.gm-portail-jeunes .gm-onglet-content-help .gm-row .gm-block.gm-block-7:hover .picto {
  background-image: url(../img/portail_jeunes/picto-pieceb.png);
}
.gm-portail-jeunes .gm-onglet-content .gm-row .gm-block.gm-block-7 .picto,
.gm-portail-jeunes .gm-onglet-content-help .gm-row .gm-block.gm-block-7 .picto {
  background-image: url(../img/portail_jeunes/picto-piece.png);
  margin-bottom: 5px;
}
.gm-portail-jeunes .gm-onglet-content .gm-text .title,
.gm-portail-jeunes .gm-onglet-content-help .gm-text .title {
  cursor: pointer;
}
.gm-portail-jeunes .gm-onglet-content .gm-text .title h3,
.gm-portail-jeunes .gm-onglet-content-help .gm-text .title h3 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 18px;
  line-height: 24px;
  padding-left: 30px;
  background-image: url(../img/pages/red-checked.jpg);
  background-repeat: no-repeat;
  background-position: 0;
}
.gm-portail-jeunes .gm-onglet-content .gm-text p,
.gm-portail-jeunes .gm-onglet-content-help .gm-text p {
  padding-left: 30px;
}
.gm-portail-jeunes .gm-onglet-content .gm-text p.gift,
.gm-portail-jeunes .gm-onglet-content-help .gm-text p.gift {
  margin: 15px 0 !important;
  font-family: FrutigerLTStd65Bold;
  background-image: url(../img/portail_jeunes/gift.png);
  background-repeat: no-repeat;
  background-position: 0;
}
.gm-portail-jeunes .gm-onglet-content .gm-framed-text,
.gm-portail-jeunes .gm-onglet-content-help .gm-framed-text {
  margin-bottom: 20px;
  padding: 20px 15px;
  border: 1px solid #dbdbdb;
}
.gm-portail-jeunes .gm-onglet-content .gm-framed-text h4,
.gm-portail-jeunes .gm-onglet-content-help .gm-framed-text h4 {
  font-size: 15px;
  font-family: FrutigerLTStd65Bold;
  margin: 0;
}
.gm-portail-jeunes .gm-onglet-content .gm-framed-text > p,
.gm-portail-jeunes .gm-onglet-content-help .gm-framed-text > p {
  margin: 15px 0 0 0 !important;
}
.gm-portail-jeunes .gm-onglet-content .gm-framed-text img,
.gm-portail-jeunes .gm-onglet-content-help .gm-framed-text img {
  display: block;
  margin: 0 auto;
}
.gm-portail-jeunes .gm-onglet-content .gm-framed-text ul > li > a,
.gm-portail-jeunes .gm-onglet-content-help .gm-framed-text ul > li > a {
  color: #ee1f1b;
}
.gm-portail-jeunes .gm-button-black.phone,
.gm-portail-jeunes .gm-button-black.contact {
  position: relative;
  margin-top: 5px;
  margin-bottom: 15px;
}
.gm-portail-jeunes .gm-button-black.phone:before,
.gm-portail-jeunes .gm-button-black.contact:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 14px;
  left: 35px;
  background-repeat: no-repeat;
}
.gm-portail-jeunes .gm-button-black.phone {
  padding-right: 40px;
  padding-left: 65px;
  margin-right: 12px;
}
.gm-portail-jeunes .gm-button-black.phone:before {
  background-image: url(../img/pages/phone.png);
}
.gm-portail-jeunes .gm-button-black.contact {
  font-size: 14px;
  padding-right: 35px;
  padding-left: 65px;
}
.gm-portail-jeunes .gm-button-black.contact:before {
  width: 22px;
  left: 31px;
  background-image: url(../img/pages/send.png);
}
.gm-portail-jeunes #onglet_sponsor h4 {
  font-family: FrutigerLTStd65Bold;
  font-size: 16px;
}
.gm-portail-jeunes #onglet_sponsor a.gm-button {
  color: #fff;
  margin-bottom: 7px;
}
.gm-portail-jeunes #onglet_sponsor table {
  width: 100%;
}
.gm-portail-jeunes #onglet_sponsor table tr th {
  text-align: center;
  font-family: FrutigerLTStd65Bold;
  padding: 15px;
  border-left: 1px solid #fff;
}
.gm-portail-jeunes #onglet_sponsor table tr th:nth-child(1) {
  text-align: left;
  width: 322px;
  border-left: none;
}
.gm-portail-jeunes #onglet_sponsor table tr th:nth-child(2) {
  width: 70px;
}
.gm-portail-jeunes #onglet_sponsor table tr th:nth-child(3) {
  width: 135px;
}
.gm-portail-jeunes #onglet_sponsor table tr th:nth-child(4) {
  width: 70px;
}
.gm-portail-jeunes #onglet_sponsor table tr td {
  font-family: FrutigerLTStd55Roman;
}
.gm-portail-jeunes #onglet_sponsor table tr td:nth-child(4) {
  color: #ee1f1b;
}
.gm-portail-jeunes #onglet_sponsor table tr td {
  text-align: center;
}
.gm-portail-jeunes #onglet_sponsor table tr td:nth-child(1) {
  text-align: left;
  width: 330px;
  font-size: 16px;
  font-family: FrutigerLTStd65Bold;
}
.gm-portail-jeunes #onglet_sponsor table tr td:nth-child(2) {
  width: 100px;
}
.gm-portail-jeunes #onglet_sponsor table tr td:nth-child(3) {
  width: 165px;
}
.gm-portail-jeunes #onglet_sponsor table tr td ul {
  margin: 0;
}
.gm-portail-jeunes #onglet_sponsor .gm-widget {
  margin-bottom: 10px;
}
.gm-portail-jeunes #onglet_sponsor .gm-widget .gm-widget-header {
  padding: 15px 15px 15px 22px;
}
.gm-portail-jeunes #onglet_sponsor .gm-widget .gm-widget-content {
  padding: 15px 15px 0 15px;
}
.gm-portail-jeunes #onglet_sponsor .gm-widget .gm-widget-content table tr > td:nth-child(1) {
  font-family: FrutigerLTStd55Roman;
  font-size: 13px;
}

.gm-entreprises {
	position: relative;
	width: 534px;
}
.gm-entreprises .banner {
	height: 314px;
	margin-bottom: 5px;
}
.gm-entreprises .banner .inner {
	position: absolute;
	top: -3px;
	left: -3px;
	width: 560px;
	height: 314px;
	z-index: 0;
}
.gm-entreprises .header-title {
	margin-bottom: 30px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #000;
}
.gm-entreprises .header-title h1 {
	margin: 0;
	font-family: FrutigerLTStd65Bold;
	font-weight: normal;
	font-size: 18px;
	color: #000;
}
.gm-entreprises #besoins {
	margin-bottom: 30px;
}
.gm-entreprises #besoins .row {
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.gm-entreprises #besoins .row:last-child {
	margin-bottom: 0;
}
.gm-entreprises #besoins .row.first > .title span:after {
	background-image: url(../img/entreprises/icn-entreprise-1.png);
}
.gm-entreprises #besoins .row.second > .title span:after {
	background-image: url(../img/entreprises/icn-entreprise-2.png);
}
.gm-entreprises #besoins .row.third > .title span:after {
	background-image: url(../img/entreprises/icn-entreprise-3.png);
}
.gm-entreprises #besoins .row.fourth > .title span:after {
	background-image: url(../img/entreprises/icn-entreprise-4.png);
}
.gm-entreprises #besoins .row > .title {
	position: relative;
	display: block;
	padding: 15px 0;
	color: #000;
}
.gm-entreprises #besoins .row > .title span {
	position: relative;
	padding-left: 35px;
	display: inline-block;
	font-family: FrutigerLTStd65Bold;
	font-weight: normal;
	font-size: 15px;
}
.gm-entreprises #besoins .row > .title span:after {
	content: '';
	position: absolute;
	top: -5px;
	left: 0px;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
}
.gm-entreprises #besoins .row > .title .gm-toggle {
	position: absolute;
	top: 14px;
	right: 10px;
	width: 17px;
	height: 17px;
}
.gm-entreprises #besoins .row > .title .gm-up {
	background: url(../img/icons.png) -4px -43px no-repeat transparent;
}
.gm-entreprises #besoins .row > .title .gm-down {
	background: url(../img/icons.png) -28px -43px no-repeat transparent;
}
.gm-entreprises #besoins .row.hide-content {
	padding-bottom: 0;
}
.gm-entreprises #besoins .row .content .description {
	margin-bottom: 20px;
}
.gm-entreprises #besoins .row .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gm-entreprises #besoins .row .content ul li {
	margin-bottom: 10px;
	padding: 15px 12px;
	border: 1px solid #b6b6b6;
}
.gm-entreprises #besoins .row .content ul li:last-child {
	margin-bottom: 0;
}
.gm-entreprises #besoins .row .content ul li .more {
	display: inline-block;
	position: relative;
	float: right;
	font-size: 12px;
	color: #171717;
}
.gm-entreprises #besoins .row .content ul li .more:before {
	content: '';
	position: absolute;
	top: 5px;
	left: -9px;
	width: 3px;
	height: 8px;
	background: url("../img/li-med.png") no-repeat 0 0;
}
.gm-entreprises #harmonisation {
	margin-bottom: 40px;
}
.gm-entreprises #harmonisation .left {
	float: left;
	width: 50%;
}
.gm-entreprises #harmonisation .left .inner {
	padding-right: 15px;
}
.gm-entreprises #harmonisation .left h4 {
	margin: 0 0 15px 0;
	font-size: 18px;
}
.gm-entreprises #harmonisation .left p {
	margin-bottom: 15px;
}
.gm-entreprises #harmonisation .left .btn {
	display: block;
	padding: 8px 0;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	background: #1a8abc;
	background: -moz-linear-gradient(top, #1a8abc 0%, #1a8abc 50%, #187bb1 51%, #187bb1 100%);
	background: -webkit-linear-gradient(top, #1a8abc 0%, #1a8abc 50%, #187bb1 51%, #187bb1 100%);
	background: linear-gradient(to bottom, #1a8abc 0%, #1a8abc 50%, #187bb1 51%, #187bb1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a8abc', endColorstr='#187bb1',GradientType=0 );
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
}
.gm-entreprises #harmonisation .right {
	float: left;
	width: 50%;
}
.gm-entreprises #harmonisation .right .inner {
	padding-left: 15px;
}
.gm-entreprises #harmonisation .right img {
	width: 100%;
	height: auto;
}
.gm-entreprises #actualites .gm-actus h1 {
	margin: 0;
	padding-bottom: 8px;
	font-family: FrutigerLTStd65Bold;
	font-weight: normal;
	font-size: 18px;
	color: #000;
}
.gm-entreprises #actualites .gm-actus a {
	color: #000;
}
.gm-entreprises #actualites .gm-actu p {
	margin-left: 0 !important;
}

.gm-widget-entreprises .gm-widget-header {
	height: 65px;
	background-image: url("../img/widget-header-document.png");
}

.gm-widget-entreprises .gm-widget-header span {
	display: block;
	padding: 10px 15px;
	font-family: FrutigerLTStd65Bold;
	font-weight: normal;
	font-size: 18px;
}

.gm-widget-entreprises .gm-widget-content {
	top: 0;
	padding: 0px 2px;
	background: #FFF;
	border: 1px solid #cbcbcb;
	border-top: none;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.gm-widget-entreprises .gm-widget-content .row {
	border-bottom: 1px dotted #000;
}

.gm-widget-entreprises .gm-widget-content .row:last-child {
	border-bottom: none;
}

.gm-widget-entreprises .gm-widget-content .row .inner {
	padding: 16px;
}

.gm-widget-entreprises .gm-widget-content .row img {
	display: block;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	border-bottom: 3px solid #ea201b;
}

.gm-widget-entreprises .gm-widget-content .row .title {
	position: relative;
	margin-bottom: 10px;
	min-height: 20px;
}

.gm-widget-entreprises .gm-widget-content .row .title span {
	display: block;
	width: calc(100% - 25px);
	font-family: FrutigerLTStd65Bold;
	font-weight: normal;
	font-size: 14px;
}

.gm-widget-entreprises .gm-widget-content .row .title .gm-toggle {
	display: block;
	top: 3px;
	right: 0;
}

.gm-widget-entreprises .gm-widget-content .row .desc {
	font-size: 12px;
}

.gm-quintessence .gm-header {
	height: 497px;
	padding-top: 60px;
	background-image: url(../img/quintessence/background-quintessence.jpg);
	background-size: cover;
}

.gm-quintessence .gm-header .gm-info {
	width: 286px;
	background-color: rgba(0, 0, 0, 0.6);
}

.gm-quintessence .gm-header .gm-info-title {
	font-size: 28px;
	line-height: 33px;
}

.gm-quintessence .gm-header .gm-info-description {
	font-size: 18px;
	line-height: 26px;
	font-family: 'FrutigerLTStd55Roman';
	margin-bottom: 0px;
	margin-top: 10px;
}

.gm-quintessence h3 {
	font-size: 18px;
}

.gm-quintessence .gm-button-red {
	border-radius: 0;
	margin: 5px 0 10px 0;
	padding-left: 30px;
	padding-right: 30px;
	display: inline-block;
}

.gm-quintessence .gm-button-white.contact {
	position: relative;
	width: 200px;
	text-align: center;
	padding-left: 60px;
	margin-bottom: 20px;
}

.gm-quintessence .gm-button-white.contact.en {
	width: 140px;
}

.gm-quintessence .gm-button-white.contact:before {
	content: '';
	position: absolute;
	top: 12px;
	width: 25px;
	height: 19px;
	left: 38px;
	background-image: url(../img/icon-letter.png);
}

.gm-quintessence .gm-onglets.gm-onglets-page {
	margin-top: -41px;
}

.gm-quintessence .gm-onglets.gm-onglets-page .gm-onglet-actif:hover {
	background: #fff;
}

.gm-quintessence .gm-onglets.gm-onglets-page .gm-onglet {
	width: 116px;
	text-align: center;
}

.gm-quintessence .gm-onglets.gm-onglets-page .gm-onglet.double {
	padding-top: 2px;
}

.gm-quintessence .gm-onglets.gm-onglets-page .gm-onglet>a {
	display: inline;
	background-position-y: 16px;
	background-position-x: 2px;
}

.gm-quintessence .datagrid {
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	background: #fff;
	overflow: hidden;
	border: 1px solid #8C8C8C;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 20px 0;
	margin: 20px 0;
}

.gm-quintessence .datagrid .mejs-video {
	margin: 10px auto;
}

.gm-quintessence #onglet_detail h3 {
	margin-bottom: 5px;
}

.gm-quintessence #onglet_detail .gm-checklist {
	margin-top: 0;
}

.gm-quintessence #onglet_buy .gm-button-white {
	float: left;
	margin: 25px 0 20px 0;
}

.gm-quintessence #onglet_buy .gm-button-white.info {
	padding: 6px 45px 6px 70px;
	margin-right: 10px;
}

.gm-quintessence #onglet_buy .gm-button-white.buy {
	font-size: 14px;
	padding: 0px 80px 0px 110px;
}

.gm-quintessence #onglet_buy .info {
	background-image: url(../img/quintessence/info.png);
	background-repeat: no-repeat;
	background-position: 35px 9px;
}

.gm-quintessence #onglet_buy .buy {
	background-image: url(../img/quintessence/icon-buy.png);
	background-repeat: no-repeat;
	background-position: 75px 12px;
}

.gm-button-white {
	display: inline-block;
	font-family: FrutigerLTStd65Bold;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
	cursor: pointer;
	background-color: #fff;
	color: #000 !important;
	border: 1px solid #000;
	font-family: FrutigerLTStd55Roman;
	font-weight: bold;
}

.gm-button-double {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	text-align: center;
	height: auto;
}
.erreurSimulateurPH {
	color: red;
	font-weight: bold;
}

.gm-pilier .gm-header {
  height: 504px;
  padding-top: 54px;
  background-image: url(../img/pilier/pilier.jpg);
}
.gm-pilier .gm-info .gm-info-title {
  background-repeat: no-repeat;
  background-position: 266px 6px;
}
.gm-pilier .gm-onglets.gm-onglets-page {
  margin-top: -41px;
}
.gm-pilier .gm-onglets.gm-onglets-page .gm-onglet {
  padding: 0 15px;
}
.gm-pilier .gm-onglets.gm-onglets-page .gm-onglet a {
  
}
.gm-pilier .gm-onglets.gm-onglets-page .gm-onglet-actif {
  background-color: #fff;
}
.gm-pilier .gm-onglets.gm-onglets-page .gm-onglet-actif a:before {
  background: url(../img/pages/li-med-down.png) no-repeat scroll 10px center transparent;
}
.gm-pilier .gm-onglets .gm-onglet-link {
  cursor: pointer;
  border: solid 1px #c5c5c5;
  background: url(../img/pages/pages-tabs-bg.png) repeat-x;
  border-radius: 3px 3px 0 0;
}
.gm-pilier .gm-onglets .gm-onglet-link:hover {
  background-image: url(../img/pages/pages-tabs-bg-hover.png);
}
.gm-pilier .gm-onglets .gm-onglet-link a {
  text-decoration: none;
  color: #000;
  padding-right: 10px; 
  padding-left: 20px;
}
.gm-pilier .gm-onglets .gm-onglet-link a:hover {
  text-decoration: none;
}
.gm-pilier .gm-onglets .gm-onglet-link a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-left: -20px;
  vertical-align: text-top;
  background: url(../img/li-med.png) no-repeat scroll 10px center transparent;
}
/*# sourceMappingURL=main.css.map */


/* debut compte-libre-passage */
 .gm-onglet-link-prevoyance {
  cursor: pointer;
  border: solid 1px #c5c5c5;
  background-image: url(../img/pages/pages-tabs-bg.png);
  border-radius: 3px 3px 0 0;
}
.gm-onglet-link-prevoyance:hover {
  background-image: url(../img/pages/pages-tabs-bg-hover.png);
}
.gm-onglet-link-prevoyance a {
  text-decoration: none;
  color: #000;
  margin-left: -20px;
  /*padding-right: 10px; 
  padding-left: 20px;*/
}
 .gm-onglet-link-prevoyance a:hover {
  text-decoration: none;
}
 .gm-onglet-prevoyance-fleche {
  content: '';
  display: inline-block;
  width: 20px;
  height: 15px;
  vertical-align: middle;
  background: url(../img/li-med.png) no-repeat scroll 10px center;
  position: relative;
  /*Position set in element style*/
  
}
/* fin compte-libre-passage*/

/* Debut Prévoyance */
.prev_image_hover {
	border: 1px silver solid;
	float: left;
	width:190px; 
	height: 190px;
	/*background-image: url(../images-produit/bcge-libre-passage_2.jpg);*/
	text-align: center;
}
.prev_background_1 {
	background-image: url(../images-produit/bcge-libre-passage.jpg);background-repeat: no-repeat;
}
.prev_background_1:hover {
	background-image: url(../images-produit/bcge-libre-passage_rouge.jpg);background-repeat: no-repeat;
}
.prev_background_2 {
	background-image: url(../images-produit/bcge-depot-libre-passage.jpg);background-repeat: no-repeat;
}
.prev_background_2:hover {
	background-image: url(../images-produit/bcge-depot-libre-passage_rouge.jpg);background-repeat: no-repeat;
}
.prev_background_3 {
	background-image: url(../images-produit/prev_compte_epargne.jpg);background-repeat: no-repeat;
}
.prev_background_3:hover {
	background-image: url(../images-produit/prev_compte_epargne_rouge.jpg);background-repeat: no-repeat;
}
.prev_background_4 {
	background-image: url(../images-produit/prev_dept_epargne_3.jpg);background-repeat: no-repeat;
}
.prev_background_4:hover {
	background-image: url(../images-produit/prev_dept_epargne_3_rouge.jpg);background-repeat: no-repeat;
}
.prev_background_5 {
	background-image: url(../images-produit/prev_plan_epargne.jpg);background-repeat: no-repeat;
}
.prev_background_5:hover {
	background-image: url(../images-produit/prev_plan_epargne_rouge.jpg);background-repeat: no-repeat;
}
.prev_background_6 {
	background-image: url(../images-produit/prev_simulateurs.jpg);background-repeat: no-repeat;
}
.prev_background_6:hover {
	background-image: url(../images-produit/prev_simulateurs_rouge.jpg);background-repeat: no-repeat;
}
.prev_background_7 {
	background-image: url(../images-produit/prev_swisscanto_safe.jpg);background-repeat: no-repeat;
}
.prev_background_7:hover {
	background-image: url(../images-produit/prev_swisscanto_safe_rouge.jpg);background-repeat: no-repeat;
}
.prev_background_8 {
	background-image: url(../images-produit/prev_rentes_viageres.jpg);background-repeat: no-repeat;
}
.prev_background_8:hover {
	background-image: url(../images-produit/prev_rentes_viageres_rouge.jpg);background-repeat: no-repeat;
}
.prev_div_image_gauche {
	margin-left: 135px;
}
.prev_div_image_bas {
	margin-top: 20px;
}
.prev_div_image_droite {
	margin-left: 50px;
}
.prev_image {
	margin-left: 13px;
	margin-bottom: 5px;
	width:150px; 
	height: 130px;
	/*background-image: url(../images-produit/bcge-libre-passage_2.jpg);*/
}
.prev_simu_img_background {
	padding-left: 100px;
	padding-top:16px;
	height: 60px;
	width: 250px;
	margin-right: 20px;
	background-image: url(../images-produit/prev_simulateurs2.jpg);background-repeat: no-repeat;
}

.prev_simu_img_background:hover {
	background-image: url(../images-produit/prev_simulateurs2_rouge.jpg);background-repeat: no-repeat;
}
/* fin Prévoyance */
.hoverActuJeunesLien:hover {
	color: red!important;
}