/*
    Cr�ation CAP : 17/07/2015;

 */



/*
   ##############################################
    #             COMMUN
   ##############################################

 */


/*

 * ##############################################

    Dates

 * ##############################################

 */
.nodateFormat .dateFormat {
    display: none !important;
}


/*

 * ##############################################

    Messages d'erreurs

 * ##############################################

 */

.popin-inner div[id$=ListAlerte] .tab-pane > p { padding:0.75em 1em; }


@media screen and (max-width: 1024px) {
    .popin-inner div[id$=ListAlerte] h3 span { display: inline-block; }
    .popin-inner div[id$=ListAlerte] .tab-pane > p { padding:1.5em 1em; }

    .danger, .info {
        padding: 0 15px;
    }

    .info img {
        width: auto;
        height: 15px;
    }
}

.danger img  {
    width: auto;
    height: 15px;
}
.info img {
    width: auto;
    height: 30px;
}

input.error, select.error {border:1px solid #E2002B; margin-bottom:0;}
.danger, .errorMsg {
    color: #E2002B;
    font-size: 13px;
    padding-bottom: 5px;
}

 /*
   ##############################################
   #             BOUTTONS
   ##############################################

 */


/*.gmpaRTE .gmpa-rteBtn{
    margin: 0;
    padding: 0px 20px;
    border: 0;
    outline: 0;
    width:auto;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    vertical-align: baseline;
    text-align: center;
    color:#FFF;
    background-color: #14417c;
}*/
*[data-button="previous"]:before {
    content: "\2190\00A0";
}

*[data-button="next"]:after {
    content: "\00A0\2192";
}

a.btn-small, .btn-small {
  line-height: 25px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}



 /*
   ##############################################
   #             FIN COMMUN
   ##############################################

 */

/*
   ##############################################
   #             PAGES
   ##############################################

 */

/* Bandeau de navigation */
.bloc.active .bloc-item-inner:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -9px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #E2002B;
}

.nav-carousel .nav-carousel-content .bloc.active:after {
    background: none;
}
@media screen and (max-width:1024px){
	.nav-carousel-top {padding-left:0!important;}
	.nav-carousel-top .nav-carousel-content, .nav-carousel-top .nav-carousel-container  { padding:0!important;}
	.nav-carousel-top .nav-carousel-controller { display:none!important; }
}

/*
    COLORS
*/
.bloc.active .bloc-item-inner.green-bg:before                   {
    border-top: 10px solid #008C7E;
}
.bloc.active .bloc-item-inner.green-bg:hover:before             {
    border-top: 10px solid #01A392;
}
.bloc.active .bloc-item-inner.red-bg:before                     {
    border-top: 10px solid #E2002B;
}
.bloc.active .bloc-item-inner.red-bg:hover:before               {
    border-top: 10px solid #CB0027;
}
.bloc.active .bloc-item-inner.blue-bg:before                    {
    border-top: 10px solid #414042;
}
.bloc.active .bloc-item-inner.blue-bg:hover:before              {
    border-top: 10px solid #535254;
}
.bloc.active .bloc-item-inner.skyblue-bg:before                 {
    border-top: 10px solid #7a97b8;
}
.bloc.active .bloc-item-inner.skyblue-bg:hover:before           {
    border-top: 10px solid #8aabd1;
}
.bloc.active .bloc-item-inner.marine-bg:before                  {
    border-top: 10px solid #003882;
}
.bloc.active .bloc-item-inner.marine-bg:hover:before            {
    border-top: 10px solid #00429A;
}
.bloc.active .bloc-item-inner.white-bg:before                   {
    border-top: 10px solid #FFFFFF;
}
.bloc.active .bloc-item-inner.white-bg:hover:before             {
    border-top: 10px solid #FFFFFF;
}
.bloc.active .bloc-item-inner.bloc-social.white-bg:hover:before {
    border-top: 10px solid #D8D8D8;
}
.bloc.active .bloc-item-inner.cyan-bg:before                    {
    border-top: 10px solid #919191;
}
.bloc.active .bloc-item-inner.cyan-bg:hover:before              {
    border-top: 10px solid #A8A8A8;
}
.bloc.active .bloc-item-inner.darkblue-bg:before                {
    border-top: 10px solid #414042;
}

/*
 * ##############################################
    Page "Mes Alertes"
 * ##############################################
 */
.alerts .thead .table-td {
  background-color: #008C7E;
  color: #FFF;
}

 .alerts .alerte-objet {
    width: 85%;
    max-width: 85%;
 }

 .alerts .alerte-date {
    width: 15%;
    max-width: 15%;
 }

 .ie .alerts .badge {
      top:0;
      right:0;
  }

 @media screen and (max-width: 1024px) { /* #QC interne 15 */
     .alerts .alerte-objet {
       width: 100%;
       max-width: 100%;
    }

    .alerts .thead .table-td {
       text-transform: uppercase;
       font-weight: bold;
    }
 }

 /*
   ##############################################
   #             FIN PAGES
   ##############################################
 */






/*
* ##############################################
*
*   Corrections maquettes par Cap
*
* ##############################################
 */


/* FAQ */
.faq .popin-inner .popin-faq .panel-group .panel-body {
  padding: 24px 19px 24px !important;
}

.faq .popin-inner {
    margin-bottom: 0;
    min-height: 100%;
}
.popin-faq .panel-group .panel-heading a { line-height:1.4em; }

*[aria-expanded=false] .more:before {
    content: '+';
}
*[aria-expanded=true] .more:before {
    content: '-';
}

 @media screen and (min-width:1024px){
    .prelevement-du, .prelevement-avoir, .prelevement-prel {
        text-align: right;
    }
}

.display-line-label.img_contact img {
  width: 18px;
}

label[data-ui=gmpaSwitch] {
/*    position: relative;
    -moz-border-radius: 3em;
    -webkit-border-radius: 3em;
    border-radius: 3em;
    width: 62px;
    height: 32px*/
    float: left;
    width: 72px;
    height: 31px;
    background-color: #ECEBEC;
    border-radius: 15px;
    padding: 3px;
    cursor: pointer;
}

#GMPA_DeclarationSinistre label[data-ui=gmpaSwitch] {
  background-color: #FFF;
}

label[data-ui=gmpaSwitch] span {
    /* position: absolute;
    top: 1px;
    display: block;
    height: 30px;
    width: 30px;
    -moz-border-radius: 3em;
    -webkit-border-radius: 3em;
    border-radius: 3em;
    background-color: #fff;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;*/
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 1;
    background-color: #008C7E;
    transition:all 0.2s ease-in-out;


}

label[data-ui=gmpaSwitch] span input {
    display: none;
}

label[data-ui=gmpaSwitch].inactive {

}

label[data-ui=gmpaSwitch].inactive span {
    /*left: 1px*/
    background-color: #414042;
}

label[data-ui=gmpaSwitch].active {
    /*background-color: #f5b027*/

}

label[data-ui=gmpaSwitch].active span {
    /*left: 100%;*/
    /*margin-left: -30px*/
    background-color: #008C7E;
    margin-left: 40px;
}

/* Switch parcours d�claration*/

.switchDeclaration fieldset {
  width: 150px;
  margin-right: 15px;
	margin-top: 2px;
}

.switchDeclaration table {
  width: 150px;
  margin-right: 15px;
}

.switchDeclaration table td {
  width: auto;
  background-color: #FFF;
  padding: 4px 12px;
}

.switchDeclaration label.active{
    background-color:#008C7E;
}

.switchDeclaration label.inactive{
    background-color: #ECEBEC;
}

.switchDeclaration input[type="radio"][value="N"]:checked ~ label[data-associate="O"],
.switchDeclaration input[type="radio"][value="O"]:checked ~ label[data-associate="N"],
.switchDeclaration[init-val=N] td:first-child,
.switchDeclaration[init-val=O] td:last-child {
  background-color: #ffffff;
}

.switchDeclaration input[type="radio"][value="O"]:checked ~ label[data-associate="O"],
.switchDeclaration input[type="radio"][value="N"]:checked ~ label[data-associate="N"],
.switchDeclaration[init-val=O] td:first-child,
.switchDeclaration[init-val=N] td:last-child {
  background-color: #008C7E;
  color:#FFF;
}

.switchDeclaration span{
	margin-left: 12px;
}

.switchDeclaration label {
    cursor: pointer;
}

.inline-controls * {
  width: auto;
  border: none;
}

@media screen and (max-width: 1024px) {
  .inline-controls table {
    width: 100%;
  }
}

.inline-controls fieldset  td {
  padding-right: 20px;
}

.inline-controls fieldset table {
  margin: 0;
}

.declaration-nature-bloc .panel-heading .lib.margin-right {
  padding-right: 250px;
}

/* Mobile */
@media screen and (max-width: 767px) {
  .switchDeclaration fieldset {
    width: 310px;
    margin-top: 15px;
  }

  .switchDeclaration table {
    width: 310px;
    margin-right: 15px;
  }

  .switchDeclaration table td {
    width: auto;
    background-color: #FFF;
    padding: 4px 12px;
  }

  .input-line-height {
    line-height: 22px;
  }

  .placeholder-mobile {
    margin-top: 5px;
  }

  .display-line .display-line-value {
    float: left;
    width: 45%;
  }

  .display-line .display-line-label.img_contact {
    width: auto;
  }

  .display-line-label.img_contact img {
    width: 18px;
  }

  .nature-evenement .declaration-details-line .val {
    width: 10%;
  }

  .nature-evenement .declaration-details-line .lib {
    width: 90%;
  }

  .nature-evenement .panel-body {
    padding-left: 0;
    padding-right: 0;
  }

  .nature-evenement .panel-collapse .panel-body {
    padding-left: 15;
    padding-right: 0;
  }

  .switchDeclaration span {
    margin-left: 0px;
  }

  .switchDeclaration fieldset label {
    text-align: center;
  }

}


.input-line-height {
  line-height: 20px;
}
.display-line-value table td {
  border: none;
}
/*
  Hide radio button (the round disc)
  we will use just the label to create pushbutton effect
*/
.switchDeclaration input[type=radio] {
    display:none!important;
    margin:10px;
}

/*
  Change the look'n'feel of labels (which are adjacent to radiobuttons).
  Add some margin, padding to label
*/
.switchDeclaration fieldset label {
	width: 50%!important;
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
    background-color: #FFF;
    border: 1px solid #D8D8D8;
	border-radius: 5%;
}

.switchDeclaration fieldset table td label {
  width: 100%!important;
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
    font-weight: normal;
    background-color: transparent;
    border: none;
}
/*
 Change background color for label next to checked radio button
 to make it look like highlighted button
*/
/*.switchDeclaration label input[type=radio]:checked {
   background-image: none;
    background-color:#7ac466;
}*/

/*.declaration_switch fieldset {
    width: 100px;
	height: 31px;
}

.declaration_switch fieldset label {
    text-align: center;
}
table[data-ui=gmpaSwitchDeclaration] tr{
    border-radius: 5%;
}

table[data-ui=gmpaSwitchDeclaration] td {
    text-align: center;
}

.declaration_switch fieldset label input td.active {
    background-color: #7ac466;
}

table[data-ui=gmpaSwitchDeclaration] td.inactive {
	    background-color: #f7f7f2;

}*/

.panel.panel-default .panel-body span{
	font-weight: normal;
}

/* uppercase */
.adhName {
    text-transform: uppercase;
}


/* Situation familiale */
/*.f100 .margin-left{
    margin-left: 20px;
}

.situation-familiale .popin-inner .form-buttons-bar.horizontal .btn{
        float: right;
}

.situation-familiale .popin-inner .form-buttons-bar.horizontal .conteneur_input{
    display: block;
    width: 450px;
    margin: 0 auto;
}

.form-group-court *{
    width: 50%;
    margin: 0 0;
}

.situation-familiale .custom-select-contener.blue .select-label{
    font-weight: normal;
    padding: 9px 8px 8px 8px;
}

.situation-familiale-part.border{
    border-right: 1px solid #dadada;
}
.popin-profil-update .situation-familiale-part.border{
    border-right: none;
}
.situation-familiale-part.padding{
    padding-left: 40px;
    padding-right: 10px;
}
.situation-familiale-part{
    float: left;
    width: 50%;
    margin-bottom: 0px;
}
.situation-familiale-part input,
.situation-familiale-part select{
    padding-left:15px;
}
.situation-familiale-part select{
    padding-left:10px;
    z-index: 0;
}

.situation-familiale input[type=submit]{
    margin-bottom: 0px;
    margin-right: 0px;
}

div.f100.form-buttons-bar.boutton{
    text-align: left;
}

.custom-select-contener.blue.disabled{
    background-color: #aeaeae;
}

.situation-familiale-part .btn{
    padding-top: 16px;
}*/

/* Modification beneficiaire*/

.beneficiaire .rib-details.rib-sel{
    width: 5%;
    /*width : 27%;*/
    height: 42px;
    padding-left: 18px;
    overflow: visible;
}

@media screen and (min-width: 1024px) {

  .beneficiaire .rib-details.rib-contrat{
      width: 16%;
  }
  .beneficiaire .rib-details.rib-nature{
      width: 20%;
  }
  .beneficiaire .rib-details.rib-produit{
      width: 36%;
  }
  .beneficiaire .rib-details.rib-banque{
      width: 23%;
  }
}
.beneficiaire .rib-details .libelle-mobile{
    display: none;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    color:#000000;
}
.beneficiaire .hr-mobile{
    top:100px;
}

.beneficiaire .rib-details.rib-sel.center,
.beneficiaire .rib-details.rib-sel.center{
    width: 14%;
    display: inline-block;
    text-align: center;
}

.beneficiaire input[type=submit],
.conseiller input[type=submit]{
    margin-bottom: 0px;
    margin-right: 0px;
}

.beneficiaire  .clause{
    border: 1px solid #ECEBEC;
    overflow-y: hidden;
    overflow-x: hidden;
}

.beneficiaire .clause_choice{
    width: auto;
    margin-left: 20px;
}

a:link.link{
    text-decoration: underline;
}

/* Changement conseiller*/
@media screen and (max-width: 1024px) {
  .conseiller .conseiller-details span.libelle-mobile {width: 40%;}
  .conseiller .conseiller-details span {width:60%;float:left;}
}


/* EA_RS_005_GmpaCSS */
.initSinistre {
  margin-left: 12%!important;
  padding: 0 15px!important;
  line-height:44px!important;
}
/*Details partenaires */
.display-group-line .display-line .margin-left{
    margin-left: 60px;
}

.display-line.large .display-line-label{
    float: left;
    width: 50%;
}
.display-line.large .display-line-value{
    float: left;
    width: 50%;
}

.gerer_contrat img,
.contacter_partenaire img{
    float: left;
    width: 15px;
    margin-right: 10px;
}

.gerer_contrat .infos-label{
    float: left;
}
.gerer_contrat .infos-label-block{
    margin-bottom: 20px;
}

.contacter_partenaire .infos-label-block{
    margin-bottom: 10px;
}

.gerer_contrat .infos-label-block img,
.gerer_contrat .infos-label-block div,
.contacter_partenaire .infos-label-block img,
.contacter_partenaire .infos-label-block div{
    margin-top: 10px;
    margin-left: 10px;
}

/*Recapitulatif demande de changement de bénéficiaire*/

.panel-body span.option_contrat{
    font-weight: normal;
    margin-left: 20px;
}

.full-page-popin.declarer-sinistre .puce_recap_demande{
    margin-bottom: 20px;
}

.full-page-popin.declarer-sinistre .adresse_courrier{
    margin-left: 25px;
    font-weight: bold;
}
.lib.f100.cyan-bg{
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    background-color: #919191;
}

@media screen and (min-width: 1160px) {
    .h3-declaration-recapitulatif { height:auto!important; }
    .h3-declaration-recapitulatif .recap_title {
        display: inline-block;
        max-width:82%;
    }
    .h3-declaration-recapitulatif .btn-recap-label {
        display: inline-block;
        vertical-align: top;
    }
}

.h3-declaration-recapitulatif .recap_title {
    text-transform: uppercase;
}

.drl-left.normal_font{
    font-weight: normal;
}

#new_situation_bloc > span { position: static; }


/*
 * BANDEAU DE NAVIGATION
 */
.nav-carousel .icon img { width:auto!important; }


/*
 * OVERRIDE CSS : Mon profil;
 */
.popin-profil h4 > span {
    display: inline-block;
    float: left;
    max-width: 60%;
    width:300px;
}
@media screen and (max-width: 1024px) {
    .popin-profil h4 > span {
        margin:0;
        width:auto;
    }
}
.popin-profil #submitBtn {float:none;}
.popin-profil #submitBtn .btn.btn-save { padding-top:0;}
select.form-control[size="1"] {height:34px;}
label.optin { font-weight:normal; }
.optin input {width:auto;}
@media screen and (max-width: 767px) {
    .popin-profil #submitBtn {float:right;}
}
.coordonnees-part select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #414042;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ECEBEC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


/*
** Bidouille pour le point de visu
 */
.section-popin.f100.title .annuler {
    width:50%;
    display:block;
    margin:0;
}

.section-popin.f100.title .margin-left:first-of-type .annuler {display:none;}



/*

 * ##############################################

    Popin modificationProfil

 * ##############################################

 */
.popup .thePopupModification label {
    width: 50%;
}
.popin-inner.thePopupModification {
    width: 50%;
}

.containerPush { display: none;}
.containerPush.clone {
    opacity: 0;
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%;
    z-index: 10002;
    display:table;
}

.containerPush.clone.active {
    transition: all 1s linear;
    opacity: 1;
    top: 0;
}
.containerPush.clone .alert-success {
    opacity: 1;
    display: table-cell;
    vertical-align: middle;
    padding: 2em 1em;
    float: none;
}
.containerPush.clone.active .alert-success {
    transition: all .5s linear;
    opacity: 0;
    transition-delay: 4s;
}

/*
** OVERRIDE PRELEVEMENTS
 */
.popin-container { padding-bottom:0;margin-bottom:90px;}
.popin-inner .form-group .text-switch label { margin-top:0;margin-bottom:0;}

/*
** OVERRIDE PAGE ARTICLE
*/
.news-page .retour.nomobile { float:left;margin-bottom:20px;}
.news-page h3 {height: auto;}
/*
** OVERRIDE MON CONSEILLER
 */
.advisor-contact-right a {cursor:pointer;}
.delegate .advisor-btn-group .btn-primary { margin-left:0; }

/*
** OVERRIDE DEMANDE CHANGEMENT BENEFICIAIRE
 */

/*
** OVERRIDE FAQ HOME
 */
@media screen and (max-width: 1160px) and (min-width: 768px){
    .bloc-item:last-of-type .bloc-item-inner {
        padding-top: 35px;
    }
}
/*
** OVERRIDE DSL D�c�s
 */
/*.form-inline.gerer_alerte ~ .btn-primary {
  margin: 0 0 0 12%;
  padding: 15px;
}
.declaration-deces input[type="radio"] {
  width: auto;
  margin: 0 0;
}
.declaration-deces .display-line-label {
  font-weight: bold;
}
.declaration-deces input.court {
  width: 20%;
}
.declaration-deces input[type="text"], .declaration-deces select {
  width: 30%;
  float: left;
  height: auto;
  margin-bottom: 0px;
}
.declaration-deces .disabled {
  display: none;
}
.declaration-deces select.civilite {
  width: 15%;
}
.declaration-deces input.court {
  width: 20%;
}
.declaration-deces textarea {
  margin-left: 0px;
  width: 50%;
}
.rib.sinistre .btn_width, .sinistre-right .btn_width {
  width: 125px;
  height: 25px;
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 25px;
}
.sinistre-right .btn_width {
  width: auto;
  margin-top: 15px;
}
.sinistre-right {
  float: left;
  width: 25%;
}
.sinistre-left {
  float: left;
  width: 75%;
}
.rib.sinistre .rib-details.declaration {
  width: 12%;
}
.rib.sinistre .table-listing .head {
  display: table;
  font-size: 12px;
  font-weight: bold;
  line-height: 8px;
  color: #1995dc;
  height: 25px;
  background-color: #FFFFFF;
}
.rib.sinistre .table-listing {
  margin-bottom: 10px;
}
.rib.sinistre .rib-details.evenement {
  width: 10%;
}
.rib.sinistre .rib-details.personne {
  width: 16%;
}
.rib.sinistre .rib-details.date-evenement {
  width: 13%;
}
.rib.sinistre .rib-details.date-enregistrement {
  width: 14%;
}
.rib.sinistre .rib-details.etat {
  width: 13%;
}
.rib.sinistre .rib-details.bouton {
  width: 22%;
}
.rib.sinistre .panel-body span.libelle-mobile {
  font-weight: bold;
}
.panel-body span {
  font-weight: bold;
}
.rib.sinistre .panel-body span {
  font-weight: normal;
}
.rib.sinistre .btn_width.reprendre {
  background-color: #aeaeae;
  margin-right: 0px;
}
.rib.sinistre .trash img {
  margin-left: 10px;
  width: 15px;
}
.rib.sinistre .table-listing .body {
  border: none;
  height: 35px;
}
.rib.sinistre .body .rib-details {
  float: left;
  font-size: 13px;
  line-height: 8px;
  color: #000000;
  padding-top: 10px;
}
.rib.sinistre .rib-details.dossier {
  width: 11%;
}
.rib.sinistre .rib-details.nature {
  width: 12%;
}
.rib.sinistre .rib-details.souscripteur {
  width: 11%;
}
.rib.sinistre .rib-details.date-evenement2 {
  width: 11%;
}
.rib.sinistre .rib-details.date-declaration {
  width: 11%;
}
.rib.sinistre .rib-details.assure {
  width: 11%;
}
.rib.sinistre .rib-details.etat2 {
  width: 11%;
}
.rib.sinistre .rib-details.bouton2 {
  width: 22%;
}
.rib.sinistre .body .rib-details.bouton {
  padding-top: 0px;
}*/

.alerts .table-td {
  white-space: normal;
  text-overflow: initial;
  overflow: auto;
}

.gmpa-buttonsBlk  .form-group-buttonbar > h4 {
	float:right;
	height:44px;
	width:auto;
}
.gmpa-buttonsBlk  .form-group-buttonbar > h4 a {
	line-height:44px;
	padding-top:0;
}
.gmpa-buttonsBlk  .form-group-buttonbar >  h4:last-child {
	float:left;
}

@media screen and (max-width:1024px) {
	.gmpa-buttonsBlk  .form-group-buttonbar > h4 { width: 100%;}
}


/* DECLARATION DE SINISTRE */

#GMPA_DeclarationSinistre .panel.panel-default {
  position: relative;
}

#GMPA_DeclarationSinistre .interrogation.inbar {
  right: 0em;
  left: initial;
  z-index: 2;
}

#GMPA_DeclarationSinistre .popover {
  z-index: 2;
}

#GMPA_DeclarationSinistre label.error {
  color: #E2002B;
}

#GMPA_DeclarationSinistre .dateArea > div:visible:nth-child(6) {
  opacity: 0.5;
}

#GMPA_DeclarationSinistre .dateArea > div:visible:nth-child(6)  a {
  pointer-events: none;
}

div[class^=gmpa-rteBlk] {
  margin-bottom: 1em;
}
span.control-group {display: block;margin-bottom:1em;}
fieldset label { width:30%!important;display: inline-block!important;}
fieldset label span { width:20%!important;display: inline-block!important;}
fieldset label input{ width:auto!important;display: inline-block!important;}


/* EA_VFP_027_ModificationBeneficiaire */
textarea.clause {
  padding:.5em;
}

/* Bouton Ajouter : Parcours HDCE8*/
a#plusBtn:before {
  content: "+";
  border-radius: 5em;
  border: 1px solid #FFF;
  display: inline;
  font-size: 18px;
  padding: 0 4px;
}

a#plusBtn {
  line-height: 44px;
  padding: 0 1em;
}


@media screen and (max-width: 767px) {
  .text-switch { width:65%; }
  .confirmMsg {  float:left;margin:1em 0; }
}

@media screen and (min-width:1025px) {
  .confirmMsg {  padding: 10px 40px 10px 40px;margin:1em 0; }
}

.noMargin {
  margin: 0;
}

/* Consultation Change Banque */
.gmpa-chgBaqLeft {
  font-weight: normal;
  width: 50%;
}

.gmpa-chgBaqRight {
  width: 50%;
}

.panel-col .more {
  cursor: pointer;
}

@media screen and (max-width:767px) {
  .noDroid {display: none;}
  .onlyDroid {display: block;}
}

@media screen and (min-width:768px) {
  .noDroid {display: block;}
  .onlyDroid {display: none;}
}

.declaration-steps li.active:first-child .lib{
	padding-left: 50px;
}


@media screen and (max-width: 767px) {
  .declaration-steps li {
    width: 35px;
  }
  .declaration-steps li.active:first-child .lib{
  	padding-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .declaration-steps.deces.nonConnue li {
    width: 33px;
  }
}

/*Override css*/
.incapacite .declaration-details-line.large .lib {
  width: 50%;
}

.incapacite .declaration-details-line.large .val {
  width: 50%;
}

/* Parcours DSL Version Mobile */
 @media screen and (max-width: 767px){
      .incapacite .declaration-details-line.large .lib{
        padding-right : 10px;
      }

      .declaration-nature-bloc .panel-heading .lib, .declaration-nature-bloc ul li .lib {
        display: table;
        vertical-align: middle;
        font-size: 13px;
        line-height: 13px;
        font-weight: 700;
        padding-right: 0px;
        color: #414042;
        text-transform: uppercase;
      }
      .declaration-nature-bloc .panel-heading .switch_container, .declaration-nature-bloc ul li .switch_container {
        top: 50%;
        margin-top: 0px;
        width: 100%;
      }
      .declaration-nature-bloc .panel-heading .switch_container, .declaration-nature-bloc ul li .switch_container {
        position: relative;
        z-index: 1;
        right: 0px;
        top: 0px;
        margin-top: 0;
      }
      .switchDeclaration fieldset {
        width: 100%;
        margin-right: 15px;
        margin-top: 15px;
      }
      .declaration-nature-bloc .cyan-bg .panel-body .panel-heading {
        height: auto;
        border: none;
      }
      .declaration-nature-bloc .panel-heading .lib.margin-right {
        padding-right: 0px;
        margin-top: 8px;
        width: 100%;
      }
      .declaration-nature-bloc .panel-heading {
        padding: 0px 0px 10px 10px;
        margin-bottom: 0;
      }
      /*Original : ;
      .declaration-nature-bloc .panel-body {
        padding: 0px 0px;
      }*/
      /*Nouveau pour marge mobile*/
      .declaration-nature-bloc .panel-body {
        padding: 0px 15px;
      }
      .declaration-details-group:last-of-type {
        margin-bottom: 0;
        padding-left: 15px;
      }
  }

/* Detail contrat pr�voyance version Mboile */
@media screen and (max-width: 1024px){
  .big_container_contrats-prevoyance .panel-default .display-group-line {
    padding-left: 15px;
    padding-right: 0px;
  }
}


/* Desktop */
@media only screen and (min-width: 1025px){
  .popup.error .popup-inner {
    height:auto !important;
    margin-top:-20%;
  }
}

/* Mobile Iphone 4 et 5 */
@media screen and (max-width: 450px){   /* max-width: 350; */
    .popup.error .popup-inner {
        /*height:350px !important;*/
        margin-top:-20%;
        /*overflow: scroll;*/
      }
    .popup .popup-inner {
      width: 300px;
      /*overflow: scroll;*/
      /*height:350px !important;*/
      margin-left: -150px;
      padding-left: 12px;
      padding-right: 12px;
    }
}

#mobileBack {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 10px;
  width: 28px;
  height: 23px;
  cursor: pointer;
}



/*

 * ##############################################

    Page d'accueil

 * ##############################################

*/
.slider-container .content-right .img-right {
  display: table;
  position: relative;
  height: 100%;
  width:auto;
  float: right;
}

.slider-container .content-right .img-left {
  display: table;
  position: relative;
  height: 100%;
  width:auto;
  float: left;
  margin-left: 0px;
}

.slider-container .content-right {
  height: 100%;
  text-align: center;
  background-color: initial;
  overflow: hidden;
}

/*.slider-container:hover {
  background-color: #E3E8EE;
}

.slider-container .item:hover {
  background-color: #E3E8EE;
}*/

/*.slider-container .content-right:hover {
  background-color: #E3E8EE;
}
.slider-container .content-left:hover {
  background-color: #E3E8EE;
}*/


/*

 * ##############################################

    Contacter le GMPA

 * ##############################################

*/
 @media only screen and (min-width: 1025px){
  .popin-inner .new-message .form-group-buttonbar .btn {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 28%;
    margin-left: 0px;
  }
}

/* @media screen and (max-width: 767px){
  .popin-inner .new-message .form-group-buttonbar .btn {
    position: absolute;
    z-index: 1;
    top: 63px;
    left: 0%;
    margin-left: 0px;
  }
}*/



/*

 * ####################################################

    Bouton Abdandonner et pr�c�dent d�claration sinistre

 * ####################################################

*/
.form-group-buttonbar h4{
  float: left;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  color: inherit;
  height: 40px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

/* Bouton Abdandonner */
.ctas-container-declaration .form-group-buttonbar .cancel {
  float: left;
  background-color: transparent;
  border-color: #E2002B;
  color: #E2002B;
}
.ctas-container-declaration .form-group-buttonbar .cancel:hover {
  background-color: #E2002B;
  color: #fff;
}
.ctas-container-declaration .form-group-buttonbar .cancel:active {
  background-color: #E2002B;
  color: #fff;
}

/* Bouton Pr�c�dent */
.ctas-container-declaration .form-group-buttonbar .precedent {
  float: left;
  background-color: transparent;
  border-color: #E2002B;
  color: #E2002B;
}
.ctas-container-declaration .form-group-buttonbar .precedent:hover {
  background-color: #E2002B;
  color: #fff;
}
.ctas-container-declaration .form-group-buttonbar .precedent:active {
  background-color: #E2002B;
  color: #fff;
}
.ctas-container-declaration .btn-primary h4 {
  color: inherit !important;
}

.pre{
  white-space : pre-wrap;
}
