/* Section de test */
.texte_bottom_list{
    font-size: 13px;
    line-height: 1.2;
    padding: 10px;
    margin-bottom: 0;
    text-align: left;
    background-color: #fff;
}
/* variables & fonctions */
/* end variables & fonctions */
/* général */
.container_960 {
  max-width: 990px;
  margin-right: 15px;
  margin-left: 15px;
  position: relative;
  height: 100%;
}
#nouveauxproduits .chapeau,
body {
  color: #584446;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}

.btn {
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  padding: 10px 20px;
  border-radius: 0;
  text-transform: uppercase;
}

form.trouvedevis .btn,
.btn:hover {
  background-color: #8b1858;
  color: #fff;
}
.tlarge {
    font-size:large !important;
}
.gras {
    font-weight:bold;
}

.p-10 {
    padding:7% !important;
}

.leul,
.nopd {
    padding: 1% 7%;
    margin-left:2.5%;
}

.plusbas {
    margin-top:2%;
}

.smallfont {
    font-size:smaller;
    padding-right:2px;
}

.otheroffre a.btn {
    width:100%;
}

.btn.btn-back {
  background-color: #858585;
}
.btn.btn-back:hover {
  background-color: #6c6c6c;
}
.bg-color-1 {
  background-color: #b62074 !important;
}
.bg-color-2 {
  background-color: #1fd0cc !important;
}
.bg-color-blanc {
  background-color: #fff !important;
}


.decalebas {
    margin-top:5%;
}
/* end general */
/* header */
#header.user {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  background-color: #b62074;
}

#header.user.cd a,
#header.user.sante a {
    margin-top:1%;
    display:inline-block;
    vertical-align:top;

}

#header.user.cd .container_header,
#header.user.sante .container_header {
    min-height:120px;
}
#header.user .container_header {
  max-width: 990px;
  margin-right: 15px;
  margin-left: 15px;
  position: relative;
  height: 100%;
}
#header.user .logo {
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 15px;
  display: inline-block;
  z-index: 10;
}
#header.user .logo  {
  width: 165px;
}
#header.user .bloc_titre {
  padding: 15px 0;
  background-color: #b62074;
  position: relative;
  padding-bottom: 30px;
}

#header.user.cd .bloc_titre,
#header.user.sante .bloc_titre {
    width:100%;
    display:inline-block;
    vertical-align:top;
    text-align:center;
    margin-left:6rem;
}

#header.user .bloc_titre h1 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
}
#header.user .bloc_titre p {
  color: #fff;
  display: block;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 300;
}

/* end header */
/*etapes*/
.bloc-etapes {
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  margin-right: 0;
  margin-left: 0;
}
.bloc-etapes .bloc-etapes-label {
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}
.etapes {
  overflow: hidden;
  counter-reset: step;
  margin-top: 25px;
  padding-left: 0;
  margin-bottom: 0;
}
.etapes li {
  list-style-type: none;
  color: #818181;
  font-size: 16px;
  position: relative;
  letter-spacing: 1px;
  padding-bottom: 20px;
  padding-left: 40px;
  margin: 0;
  line-height: 30px;
}
.etapes li:last-of-type {
  padding-bottom: 0;
}
.etapes li:after {
  content: counter(step);
  counter-increment: step;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  font-size: 12px;
  color: #cfcfcf;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #cfcfcf;
  margin: 0 auto 10px auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: content-box;
  text-align: center;
  font-size: 16px;
}
.etapes li:before {
  content: '';
  width: 2px;
  height: 100%;
  background: #cfcfcf;
  position: absolute;
  left: 15px;
  top: -100%;
  z-index: 0;
  /*put it behind the numbers*/
}
.etapes li:first-child:before {
  /*connector not needed before the first step*/
  content: none;
}
.etapes li.active:after {
  border-color: #1fd0cc;
}
.etapes li.active:after {
  background: #1fd0cc;
  color: white;
}

/* end etapes */
/* main */
/* card */
main .card {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  margin-bottom: 35px;
  margin-top: 25px;
}
main .card::not(.signature) p {
  font-size: 13px;
  line-height: 1.2;
}
main .card h3 {
  color: #b62074;
  font-size: 19px;
  font-weight: bold;
  margin-top: 30px;
}
main .card .card-title {
  margin-bottom: 20px;
}
main .card .card-title h2 {
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 10px 30px;
  position: relative;
  font-weight: 900;
  margin-bottom: 0;
}
main .card .card-title h2:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  background-color: #b62074;
}

/* AJOUT POUR LA SECTION MON CONJOINT */
main .card .card-title-sec {
  margin-bottom: 20px;
}
main .card .card-title-sec h2 {
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 10px 30px;
  position: relative;
  font-weight: 900;
  margin-bottom: 0;
}
main .card .card-title-sec h2:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  background-color: #1fd0cc;
}
/* FIN AJOUT SECTION MON CONJOINT */

main .card .card-title p {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 0 30px;
}
main .card .card-title p.small {
    font-size: small;
}
main .card .card-title p.smaller {
  font-size: smaller;
}

/* AJOUT POUR LA PAGE PREVOYANCE DECES BIENVENUE */
main .card .card-body-sec {
  background-color: #dcdcdc;
  padding: 1px 1px;
}
/* FIN POUR LA PAGE PREVOYANCE DECES BIENVENUE */

#nouveauxproduits,
main .card .card-body {
  background-color: #dcdcdc;
}
main .card .card-body {
  padding: 20px 30px;
}
main .card .card-body.numero {
  background-color: #b62074;
  padding: 10px 30px;
}
main .card .card-body.numero .form-label {
  color: #fff;
  text-transform: uppercase;
}
main .card .card-body.numero .form-check {
  padding: 0;
}
main .card .card-body.numero .form-check label {
  text-transform: uppercase;
  color: #fff;
}
main .card .card-body.numero .form-check label:before {
  border-color: #fff;
}
main .card .card-body.numero .form-check label:after {
  background-color: #fff;
}
main .card .card-body.numero .extra{
  display: none;
}
main .card .card-body.numero .extra label {
  text-transform: uppercase;
  color: #fff;
}
main .card .bloc_adresse {
  text-align: center;
  padding: 40px 20px;
}
main .card .bloc_adresse h3 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 0;
  color: #b62074;
}
main .card .bloc_adresse p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
main .card #accordeons .accordeon {
  margin-top: 15px;
}
main .card #accordeons .accordeon .btn {
  width: 100%;
  text-align: left;
  background-color: #1fd0cc;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.collapse_bloc .btn:after,
main .card #accordeons .accordeon .btn:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  width: 10px;
  height: 7px;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: 10px;
  background-image: url('../img/picto_accordeon.png');
}
.collapse_bloc .btn {
    text-transform:unset !important;
    text-transform:none !important;
    position:relative;
}


/*
Cas de santekle, bouton à droite
*/
.collapse_bloc .btn.download {
    text-align:center !important;
}
.collapse_bloc .btn.download:after {
    display:none;
}


.collapse_bloc .btn[aria-expanded="true"]:after {
    transform: translateY(-50%) rotate(180deg);
}
main .card #accordeons .accordeon .btn[aria-expanded="true"]:after {
  transform: translateY(-50%) rotate(180deg);
}
main .card #accordeons .accordeon .btn:hover {
  text-decoration: none;
  background-color: #18a4a0;
}
main .card #accordeons .accordeon .content {
  padding: 15px;
  background-color: #fff;
}
main .card #accordeons .accordeon .content p:last-of-type {
  margin-bottom: 0;
}
main .card #accordeons .accordeon .btn.download:after {
    background-image: url('../img/picto_sidebar_telechargement.png');
    width:6%;
    height:60%;
    background-size:100%;
}

span.sante.download {
    vertical-align:top;
  display:inline-block;
}
span.picto.sante.download {
  background-image: url('../img/picto_sidebar_telechargement.png');
  background-repeat: no-repeat;
  background-size: 20px;
  vertical-align:top;
  height:100%;
  width:20px;
  display:inline-block;
  margin-right:5px;
}


/* end card */
/* form */
p.form-normal,
.form p.form-label,
form p.form-label {
  font-size: 1rem;
}

.form p.form-label,
form p.form-label {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-top: 40px;
}
form.mesbesoins div.card-body.cd p.form-label {
    margin-top:0px;
}

p.smallp,
.form p.form-small,
form p.form-small {
  font-size: 13px;
  line-height: 1.2;
/*
  color:white !important;
*/
}



.auplustot > div.larger,
#odigocontact legend,
.form label,
form label {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0;
}

.rose,
.form p.obligatoire:after,
form p.obligatoire:after,
.form label.obligatoire:after,
form label.obligatoire:after,
.form label .obligatoire,
form label .obligatoire {
  color: #b62074;
}
.form p.obligatoire:after,
form p.obligatoire:after,
.form label.obligatoire:after,
form label.obligatoire:after {
    content:'*';
}

form.trouvedevis label.obligatoire:after {
    color: white;
}

.form .extra label .obligatoire,
form .extra label .obligatoire {
  color: #fff;
}
.extra .form-small,
.extra .form-small.Box{
  margin-left:20px ;
   color: #fff;
}
span.normal-size,
.form p.capital,
form p.capital {
  padding: 80px 0;
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  background-color: #b62074;
  margin-bottom: 0;
}
.form p.capital span,
form p.capital span {
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  display: block;
}
.normal-size {
    font-size:12px !important;
    padding:0 10px !important;
    line-height: 1.2 !important;
    min-height:4em;
}

.form p.texte_top,
form p.texte_top {
  font-size: 1rem;
  line-height: 1.2;
  padding: 20px;
  margin-bottom: 0;
  text-align: center;
  background-color: #fff;
}
.cd .texte_bottom_list{
    font-size:1rem;
    padding:5px;
}

.form p.texte_bottom,
form p.texte_bottom {
  font-size: 13px;
  line-height: 1.2;
  padding: 20px;
  margin-bottom: 0;
  text-align: center;
  background-color: #fff;
}
.form p.mois,
form p.mois {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 37px;
  line-height: 40px;
  padding: 15px;
  font-weight: bold;
  background-color: #1fd0cc;
  margin-bottom: 0;
}

.capital-lien,
form .capital-lien {
  background-color: #1fd0cc;
  padding: 20px;
  position: relative;
  height: calc(135px + 1ex);
  display: block;
  margin-top: 30px;
  background-position: bottom 50px center;
  background-repeat: no-repeat;
  background-size: 75px;
}
 .capital-lien span {
    cursor:pointer;
}
.capital-lien span,
form .capital-lien span {
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  right: 20px;
  left: 20px;
  top: 95px;
}
.capital-lien.mail {
    cursor:pointer;
}
.capital-lien.mail,
form .capital-lien.mail {
  background-image: url('../img/picto-capital-mail.png');
}
.capital-lien.telechargement,
form .capital-lien.telechargement {
  background-image: url('../img/picto-capital-telechargement.png');
}

.form select,
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form .select-wrapper,
form .select-wrapper,
form input {
  margin-bottom: 0px;
  margin-top: 0px;
  position: relative;
}

.form .select-wrapper.annee,
form .select-wrapper.annee {
    width:6.5em;
}
.form .select-wrapper span,
form .select-wrapper span{
  position: absolute;
  right:  10px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form .select-wrapper span img,
form .select-wrapper span img {
  width: 12px;
}

.form select.form-control,
form select.form-control,
form input.form-control {
  border: 0;
  border-radius: 0;
  height: auto;
  font-weight: 600;
  padding: 10px 15px;
  padding-right: 30px;
  line-height: 1.3;
}
/* form select.form-control.error,
form input.form-control.error {
  border: 2px solid #b62074 !important;
} */
form .error-message,
form small.error {
  font-style: italic;
  color: #FF0000 !important;
  margin:5px auto;
  width:100%;
}
form.trouvedevis .error-message {
    color: white !important;
    font-size:larger;
}
.form .form-check,
form .form-check {
  padding: 15px 0;
}


form.mesbesoins div.card-body.cd.rapatriement div.row div.col p.form-check {
    font-weight:bold;
}
form .situationprofessionnelle .form-check {
    padding: 10px 0;
}

.form .form-check input,
form .form-check input {
  display: none;
}
.form .form-check label,
form .form-check label {
  font-size: 14px;
  padding-left: 30px;
  position: relative;
  font-weight: 400;
  cursor: pointer;
}
div.card-body.cd div.form-check label.form-check-label.cd {
    font-weight:bold;
    font-size:1.05rem;
    vertical-align:top;
    margin-bottom:2%;
}
div.card-body.cd.rapatriement label.form-check-label.vide {
    font-size:1rem;
}

.form .form-check input[type="radio"] + label:before,
form .form-check input[type="radio"] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid ;
}
.form .form-check input[type="radio"] + label:after,
form .form-check input[type="radio"] + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #b62074;
  opacity: 0;
}
form .form-check input[type="radio"] + label.paiement {
  background-color: #fff;
  height: 190px;
  text-align: center;
  padding-top: 100px;
  font-size: 16px;
  line-height: 1.2;
  padding-right: 0;
  padding-left: 0;
  background-position: center 30px;
  background-size: 85px;
  background-repeat: no-repeat;
  width: 100%;
  cursor: pointer;
}
form .form-check input[type="radio"] + label.paiement strong {
  font-weight: bold;
  display: block;
}
form .form-check input[type="radio"] + label.paiement:before {
  top: 155px;
  left: 50%;
  transform: translateX(-50%);
}
form .form-check input[type="radio"] + label.paiement:after {
  top: 159px;
  left: 50%;
  transform: translateX(-50%);
}
.form .form-check input[type="checkbox"] label:before,
form .form-check input[type="checkbox"] label:before,
form .form-check input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #b62074;
}
.form .form-check input[type="checkbox"] + label:after,
form .form-check input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 4px;
  width: 17px;
  height: 9px;
  border-bottom: 3px solid #b62074;
  border-left: 3px solid #b62074;
  transform: rotate(-45deg);
  opacity: 0;
}
.form .form-check input:checked + label:after,
form .form-check input:checked + label:after {
  opacity: 1;
}
.form .form-check input:checked ~ .form-check-bulles,
form .form-check input:checked ~ .form-check-bulles {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.form .form-check-bulles,
form .form-check-bulles {
  padding: 30px 0 5px 0;
  display: none;
}
.form .form-check-bulles.sante,
form .form-check-bulles.sante,
.form .form-check-bulles.indemnites,
form .form-check-bulles.indemnites {
  display: flex;
}
.form .form-check-bulles .form-check-inline,
form .form-check-bulles .form-check-inline {
  flex: 1;
  position: relative;
  margin: 0;
  padding: 0;
}
.form .form-check-bulles .form-check-inline input,
form .form-check-bulles .form-check-inline input {
  display: none;
}
.form .form-check-bulles .form-check-inline input[type="radio"] + label,
form .form-check-bulles .form-check-inline input[type="radio"] + label {
  padding-left: 0;
  width: 100%;
  color: #000;
  font-size: 14px;
  padding-top: 40px;
  text-align: center;
  cursor: pointer;
}
.form .form-check-bulles .form-check-inline input[type="radio"]:not(:checked) + label:after,
form .form-check-bulles .form-check-inline input[type="radio"]:not(:checked) + label:after {
    background-color: #fff !important;
}
.form .form-check-bulles .form-check-inline input[type="radio"] + label:after,
form .form-check-bulles .form-check-inline input[type="radio"] + label:after {
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  font-size: 12px;
  color: #cfcfcf;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0 auto 10px auto;
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 1;
  box-sizing: content-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
}
.form .form-check-bulles .form-check-inline input[type="radio"] + label:before,
form .form-check-bulles .form-check-inline input[type="radio"] + label:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  border: 0;
  border-radius: none;
  left: -50%;
  top: 14px;
  opacity: 1;
  z-index: 0;
  /*put it behind the numbers*/
}
.form .form-check-bulles .form-check-inline input[type="radio"]:checked + label:after,
form .form-check-bulles .form-check-inline input[type="radio"]:checked + label:after {
  width: 16px;
  height: 16px;
  border: 7px solid #fff;
  background: #b62074;
  color: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.form .form-check-bulles .form-check-inline:first-of-type input[type="radio"] + label:before,
form .form-check-bulles .form-check-inline:first-of-type input[type="radio"] + label:before {
  content: none;
}
form .custom-file {
  height: 190px;
}
form .custom-file input {
  display: none;
}
form .custom-file label {
  background-color: #fff;
  height: 190px;
  text-align: center;
  padding-top: 90px;
  font-size: 16px;
  line-height: 1.2;
  padding-right: 0;
  padding-left: 0;
  background-position: center 35px;
  background-size: 65px;
  background-repeat: no-repeat;
  cursor: pointer;
}


form .custom-file-label:after {
  content: '' !important;
  display:none !important;
}

.form label .boutonfournit,
.form label .boutonenvoyer,
form label .boutonfournit,
form label .boutonenvoyer {
  text-transform: uppercase;
  height: 40px;
  background-color: #b62074;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 1px;
  padding: 0;
  position:absolute;
  top: unset;
  bottom:0;
  left: 0;
  right: 0;

}

/* end form */
/* sidebar */
#sidebar {
  margin-top: 25px;
}
#sidebar .btn {
  width: 100%;
  text-align: center;
}
#sidebar > .row {
  margin-bottom: 10px;
}
#sidebar .col.promos.sante {
    margin-top:1rem;
}
#sidebar .collapse_bloc .btn {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
  position: relative;
  background-color:#1fd0cc;
}

#sidebar .border_bloc {
  border: 6px solid #DADADA;
}
#sidebar .border_bloc .info,
#sidebar .border_bloc .texte {
  padding: 10px;
}
#sidebar .border_bloc .info li,
#sidebar .border_bloc .info p,
#sidebar .border_bloc .texte p {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
  color: #4A4A4A;
}
#sidebar .border_bloc .info p.titre,
#sidebar .border_bloc .texte p.titre {
  font-size: 15px;
  font-weight: 500;
  color: #b62074;
  margin-bottom: 5px;
}
#sidebar .border_bloc .info p.titre.edit,
#sidebar .border_bloc .texte p.titre.edit {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px;
  cursor: pointer;
  position: relative;
}
#sidebar .border_bloc .info p.titre.edit:before,
#sidebar .border_bloc .texte p.titre.edit:before {
  content: '';
  width: 24px;
  height: 24px;
  background-color: #dadada;
  position: absolute;
  top: -3px;
  right: -4px;
  z-index: -1;
  border-radius: 50%;
  opacity: 0;
}
#sidebar .border_bloc .info a:hover {
    color:inherit;
    text-decoration:unset;
}
#sidebar .border_bloc .info p.titre.edit:hover:before,
#sidebar .border_bloc .texte p.titre.edit:hover:before {
  opacity: 1;
}
#sidebar .border_bloc .info p.libelle,
#sidebar .border_bloc .texte p.libelle {
  margin-top: 15px;
  font-weight: 600;
}
#sidebar .border_bloc .info p.libelle:nth-of-type(1),
#sidebar .border_bloc .texte p.libelle:nth-of-type(1) {
  margin-top: 0;
}
#sidebar .border_bloc .texte p {
  margin-bottom: 15px;
}
#sidebar .border_bloc .texte p:last-of-type {
  margin-bottom: 0;
}
#sidebar .contact {
  padding: 0 15px;
  padding-top: 90px;
  margin-top:5%;
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: 56px;
  background-image: url('../img/picto_sidebar_contact.png');
}

div.bienvenue section#sidebar div.col-md-12 div.contact  {
    padding-right:0;
    padding-left:0;
}

#sidebar .contact p {
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0;
}
#sidebar .contact p.small {
  font-size: 12px;
  padding-bottom: 5px;
}
#sidebar .savoirplus a,
#sidebar .contact a {
  font-size: 25px;
  color: #fff;
  display: block;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 15px;
}
#sidebar .savoirplus a {
    padding:20px 0;
}

#sidebar .savoirplus a,
#sidebar .contact a:hover {
  text-decoration: none;
}
#sidebar .telechargements .titre {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 0;
}
#sidebar .telechargements ul {
  margin-bottom: 0;
  padding-left: 0;
  padding-bottom: 10px;
}
#sidebar .telechargements ul li {
  list-style: none;
}
#sidebar .telechargements.resiliation p,
#sidebar .telechargements.resiliation a,
#sidebar .telechargements ul li a {
  font-size: initial;
  line-height: 14px;
  display: block;
  padding: 13px;
  color: #fff;
}
#sidebar .telechargements.resiliation .titre {
    text-align:left;
}
#sidebar .telechargements.resiliation a,
#sidebar .telechargements.resiliation p {
    text-align:center;
    font-size:0.9rem;
}
#sidebar .telechargements.resiliation p {
    margin:0;
}
#sidebar .telechargements.resiliation a {
    font-weight:bold;
    font-size:larger;
}
#sidebar .telechargements ul li a {
  padding-left: 50px;
  background-image: url('../img/picto_sidebar_telechargement.png');
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 20px;
}
#sidebar .telechargements ul li a:hover {
  text-decoration: none;
  background-color: #8b1858;
}
#sidebar .adhesions .une_adhesion {
  position: relative;
  height: 90px;
/*
  border-bottom: 2px solid #DADADA;
*/
  text-align:center;
  vertical-align:middle;
  padding-top:6%;
}
#sidebar .adhesions .une_adhesion:last-of-type {
  border-bottom: 0;
}
#sidebar .adhesions .une_adhesion img {
    display:inline-block;
}

#sidebar .adhesions .une_adhesion div,
#sidebar .adhesions .une_adhesion label {
  padding-left: 60px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #b62074;
  margin-bottom: 0;
  padding:0;
  padding-top: 5%;
  padding-left: 5%;
  margin:auto;

/*
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
*/
  text-transform: uppercase;
}
#sidebar .adhesions .une_adhesion div strong,
#sidebar .adhesions .une_adhesion label strong {
  font-size: 1.5rem;
  font-weight: bold;
}
#sidebar .adhesions .une_adhesion div strong.tsmall {
    font-size:1.4rem;
}


#sidebar .adhesions .une_adhesion.total p {
  background-image: url('../img/picto_sidebar_total.png');
  background-size: 16px;
}


#sidebar .adhesions .une_adhesion div {
    vertical-align:middle;
    display:inline-block;
    padding-left:4%;
}


#sidebar .adhesions .une_adhesion.form-check {
  padding-left: 0;
}
#sidebar .adhesions .une_adhesion.form-check input {
  display: none;
}
#sidebar .adhesions .une_adhesion.form-check input[type="checkbox"] + label {
  background: none;
  cursor: pointer;
}
#sidebar .adhesions .une_adhesion.form-check input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: 24px;
  left: 18px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #584446;
}
#sidebar .adhesions .une_adhesion.form-check input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  top: 24px;
  left: 22px;
  width: 17px;
  height: 9px;
  border-bottom: 3px solid #584446;
  border-left: 3px solid #584446;
  transform: rotate(-45deg);
  opacity: 0;
}
#sidebar .adhesions .une_adhesion.form-check input:checked + label:after {
  opacity: 1;
}
#sidebar .adhesions .une_adhesion.total p,
#sidebar .adhesions .une_adhesion.form-check input[type="checkbox"] + label {
  font-size: 16px;
  text-transform: none;
  color: #584446;
}
#sidebar .adhesions .une_adhesion.total p strong,
#sidebar .adhesions .une_adhesion.form-check input[type="checkbox"] + label strong {
  color: #1fd0cc;
}
/* end sidebar */
#acces_rapides {
  font-size: 0;
  position: fixed;
  right: 4px;
  bottom: -2px;
  z-index: 100;
}
#acces_rapides.cd,
#acces_rapides.sante {
    bottom:unset;
    top:20%;
}

div.-color-1.savoirplus,
#acces_rapides a {
  height: 52px;
  width: 52px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px;
  display: inline-block;
  margin: 2px;
}

div.savoirplus,
#acces_rapides a {
  background-color: #b62074;
}

#acces_rapides a.appel.cd:before,
#acces_rapides a.appel.sante:before {
    content:'';
    display:inline-block;
    width:72px;
    height:72px;

    background-size:cover;
    background-position:center;
}


#acces_rapides a.appel.cd:before,
#acces_rapides a.appel.sante:before,
.capital-lien.contact,
form .capital-lien.contact,
#acces_rapides a.appel.cd:before,
#acces_rapides a.appel.sante:before,
#acces_rapides a.appel {
  background-image: url('../img/picto_acces_appel.png');
}
#acces_rapides a.appel.cd,
#acces_rapides a.appel.sante {
    background-image:none;
    font-size:1.5rem;
    color:white;
    text-align:center;
    padding:2px;
    width:4em;
    height:auto;
    border-radius:10px;
    box-shadow:2px 5px 5px black;
}
#acces_rapides a.tel {
  background-image: url('../img/picto_acces_tel.png');
}
#acces_rapides a.aide {
  background-image: url('../img/picto_acces_aide.png');
}
#acces_rapides a:hover {
  background-color: #8b1858;
}

/* tooltip custom */

.tooltip-inner {
  text-align: left;
  background-color: #b62074;
  min-width: 280px;
}
.tooltip-inner ul {
  padding-left: 15px;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before, .bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before, .bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before, .bs-tooltip-right .arrow::before
 {
  border-top-color: #b62074;
}

/* modal dialog */
body .ui-corner-all,
body .ui-corner-bottom,
body .ui-corner-right,
body .ui-corner-br {
  border-radius: 0;
}

body .ui-widget.ui-dialog {
  font-size: 14px;
  font-size: .875rem;
  width: 400px;
  padding: 0;
  border: none;
  -webkit-box-shadow: 0 0 20px #999;
          box-shadow: 0 0 20px #999;
}

body .ui-widget.ui-dialog .ui-widget-header {
  font-weight: bold;
  color: #564446;
  border: none;
  background: #f6f6f6;
}

body .ui-widget.ui-dialog .ui-widget-header .ui-button {
  padding: 0;
  border: none;
/*
  background: transparent url('../img/dialog-icon-close.png') no-repeat center center;
*/
}

body .ui-widget.ui-dialog .ui-widget-header .ui-icon {
  background: transparent;
}

body .ui-widget.ui-dialog .ui-widget-content {
  color: #564446;
  border: 0 solid #c9c9c9;
  background: #f6f6f6;
}

body .ui-widget.ui-dialog .myform.dialogmail,
body .ui-widget.ui-dialog #offre_box_recontact {
  position: relative;
  z-index: 999;
  display: none;
  width: 280px;
  padding: 10px;
  border: none;
  background: #f6f6f6;
}


body .ui-widget.ui-dialog #tunnel #offre2_box_devis_mail {
  bottom: 40px;
  left: -35px;
}

body .ui-widget.ui-dialog .myform.dialogmail fieldset,
body .ui-widget.ui-dialog #offre_box_recontact fieldset {
  font-size: 14px;
  font-size: .875rem;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}

body .ui-widget.ui-dialog .myform.dialogmail strong,
body .ui-widget.ui-dialog #offre_box_recontact strong {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #564446;
}

body .ui-widget.ui-dialog .myform.dialogmail #inputmail {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  width: 240px;
  margin: 0 0 5px 0;
  padding: 10px;
  color: #666;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  outline: none;
  background: #fff;
}

body .ui-widget.ui-dialog #offre_box_recontact input[type='text'],
body .ui-widget.ui-dialog #offre_box_recontact textarea {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 98% !important;
  margin: 0 0 5px 0;
  padding: 10px;
  color: #666;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  outline: none;
  background: #fff;
}
body .ui-widget.ui-dialog #offre_box_recontact input[type='text']:disabled {
    background-color:ThreeDLightShadow !important;
}

body .ui-widget.ui-dialog .myform.dialogmail label {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  margin: 0 0 8px 5px;
  text-transform: uppercase;
  color: #564446;
}

body .ui-widget.ui-dialog .myform.dialogmail label.invalide_msg {
  color: #f14124;
}

body .ui-widget.ui-dialog #offre_box_recontact form div {
  margin-bottom: 15px !important;
}

body .ui-widget.ui-dialog #offre_box_recontact label {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  display: block;
  margin: 15px 0 5px 0;
  color: #564446;
}


body .ui-widget.ui-dialog #offre_box_recontact input.submit {
  position: relative;
  display: block;
  float: none;
  margin: 0 auto;
}

body .ui-widget.ui-dialog #offre_box_recontact input.submit:hover,
body .ui-widget.ui-dialog #offre_box_recontact input.submit:focus {
  background: #e9478c;
}

body .ui-widget.ui-dialog #offre_box_recontact .error_message {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  display: inline-block;
  width: auto !important;
  margin-top: 0;
  padding: 10px 40px 10px 10px;
  text-align: left;
  color: #f14124 !important;
  background: url('../img/tunnel_picto_error.png') no-repeat right center;
}

body .ui-widget.ui-dialog .myform.dialogmail .submit,
body .ui-widget.ui-dialog #offre_box_recontact .submit {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  float: right;
  margin: 10px auto;
  padding: 3px 15px 3px 15px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: medium none;
  background: #b62074;
}

body .ui-widget.ui-dialog .myform.dialogmail .submit:hover,
body .ui-widget.ui-dialog #offre_box_recontact submit:hover {
  background: #e9478c;
}

body .ui-widget.ui-dialog .disclaimer {
  font-size: 12px;
  font-size: .75rem;
  display: block;
  clear: both;
  margin: 20px 0;
}
.ui-dialog .ui-dialog-titlebar-close {
    background-position: -95px -128px;
    border:unset;
    background-color:unset;
}

ol {
  counter-reset: li;
  list-style-type: none;
  font-size: 14px;
  line-height: 18px;
  padding-left: 0;
}
 ol li {
    position: relative;
    padding: 5px 0 5px 30px;
    font-size:initial;
 }
  ol li:before {
      content: counter(li);
      counter-increment: li;
      height: 20px;
      width: 20px;
      border: 1px solid;
      border-radius: 50%;
      text-align: center;
      position: absolute;
      left: 0;
      top: 2px;
    }

.note {
    background:white;
    padding:20px;
    margin:20px auto;
}
.bienvenue .card-body {
    padding:2px 2px !important;
}


label.ibaninput {
    display:block;
}
.ibaninput {
    width:4em;
    display:inline-block;
}
.hide_msg {
    display:none !important;
}

.adressebanque {
    height:2em !important;
}
.form-group.iban {
    display:table;
}
.form-group.iban input {
    display:table-cell;
}

.nav-tabs .nav-link  {
    color:inherit;
}
.nav-tabs .nav-link.active {
    background-color: rgb(218, 218, 218);
    border-bottom-color: rgb(218, 218, 218);
}
.info-formule {
    padding:15px;
}


div.message {
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #B42073;
    color: white;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    line-height: 2.5em;
/*
    height: 50px;
    position:fixed;
    top:1%;
    left:0;
    right:0;
*/
}

.success:before {
    color: #B42073;
    content: "\0056";
}
div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #B42073;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}
div.message.hidden {
    height: 0;
}
.big {
    font-size:larger !important;
}
.select-wrapper:after{
    position: absolute;
    content: "";
    right: 0.5em;
    top: 1.2em;
    height: 7px;
    width: 10px;
    background: no-repeat center center;
    background-size: 12px;
    transform: translateY(-50%);
    pointer-events: none;
  }

.info-formule  i > a {
    font-weight:bold;
}


/*
Popup Mail
*/

.myform.dialogmail {
    display:none;
    position:fixed;
    top:50%;
    left:30%;
    z-index:999;
    border:none;
    width:280px;
    padding:10px;
    background:#f6f6f6;
}
#closeMessage {
    width:10em;
    box-shadow:unset !important;
}
.myform.dialogmail #closeMail {
    position:absolute;
    top:15px;
    right:1%;
    cursor:pointer;
    z-index:200;
}
.myform.dialogmail fieldset {
    position:relative;
    border:none;
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 0;
    text-align:center;
}

.myform.dialogmail #inputmail {
    margin:0 0 5px 0;
    padding:10px;
    border: 1px solid #e2e2e2;
    width:240px;
    color:#666;
    background:#fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline:none;
}
.ui-dialog .ui-dialog-title.mailoktitle,
.myform.dialogmail label {
    margin:0 0 8px 5px;
    font-size:130%;
    color:#494949;
}
.ui-dialog .ui-dialog-titlebar.mailoktitle {
    text-align:center;
}
.ui-dialog .ui-dialog-title.mailoktitle {
    margin:auto;
}

.myform.dialogmail .submit {
    position:relative;
    padding: 3px 5px 3px 5px;
    margin:10px auto;
    border: medium none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size:inherit;
    color: #FFFFFF;
}
.center {
    text-align:center;
}

/*
Encart promo
*/

#sidebar .encart.recapitulatif h2 {
    margin: 0 0 15px 0;
    padding: 18px 5px 16px 15px;
    text-transform: uppercase;
    color: white;
    background: #564446;
    font-size: 1.125rem;
}
#sidebar .encart.recapitulatif ol li {
    margin: 10px;
    margin-left:-5px;
}

#sidebar .encart {
    font-size: 14px;
    font-size: .875rem;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 3px 0;
    background: #f3f2f2;
}
#sidebar .encart.promo {
    font-size: 20px;
    font-size: 1.25rem;
    overflow: visible;
    color: #fff;
    background: #ef890c;
}
#sidebar .encart.promo ul li {
    line-height: 1em;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 110px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 80px;
    margin-left:-20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#sidebar .encart.promo ul li:not(:first-child) {
    border-top: 1px solid #fff;
}


#sidebar .encart.promo ul li span {
    font-family: 'qubo-bold', Arial, Helvetica, sans-serif;
    font-size: 24px;
    /* font-size: 1.5rem; */
    position: absolute;
    top: 50%;
    left: 0px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 65px;
    height: 65px;
    margin: -32px 0 0 0;
    padding-top: 22px;
    text-align: center;
    letter-spacing: -2px;
    color: #ef890c;
    border-radius: 40px;
    background: #fff;
}
#sidebar .encart.promo p {
    font-size: 12px;
    font-size: .65rem;
    padding: 0;
}

#sidebar .encart.promo p.promo {
    margin-left:-20px;
    padding-right:3px;
}

#sidebar .encart.promo p.final {
    padding: 10px 20px;
    width:90%;
    margin-left:20px;
    margin-right:00px;
    border-top:1px solid white;
}
#sidebar .encart.promo p.final.cd {
    display:none;
}
#matricesante {
    margin-top:1em;
    list-style:none;
    padding: 0;
}
#matricesante li {
    position:relative;
}

.b_cons div {
  float: left;
  width: 13px;
  height: 13px;
  margin-top: 3px;
  background: url('../img/tunnel_picto_recap_besoins-off.png') no-repeat;
}

.b_cons span {
  margin-right: 3px;
}


.alerte{
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: #f14124;
}
.alerte.info {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  margin: 30px;
  text-align: center;
  color: #545556;
}
.erreur_picto {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 0 0 5px;
    vertical-align: middle;
}


/* Footer */
#footer {
    margin:50px 0 0 0;
    display:block;
    position:relative;
    width:100%;
    color:#919191;
    font-size:small;
}
#footer #footer-inner {
    display:flex;
    position:relative;
    justify-content: space-between;
    align-items: baseline;
    overflow:hidden;
    margin:0 auto;
    padding:20px 0 15px 0;
    width:80%;
    max-width:960px;
}
#footer #footer-inner a {
    color:white;
}
#footer #footer-inner .copy {
    display:block;
    color:white;
}
#footer #footer-inner .links {
    display:flex;
    justify-content:stretch;
    align-items: baseline;
    flex-wrap:no-wrap;

}
#footer #footer-inner .links a {
    margin:0 20px 0 0;
    padding:0 30px 0 0;
    border-right:1px dotted #919191;
}

#footer.user.cd {
 background-color: #b8b8b8;

}
#footer.user.cd #footer-inner .copy,
#footer.user.cd #footer-inner a {
    color:black;
}
.boutonaidedatenaissance {
    width:35px;
    height:35px;
    position:absolute;
    right:-2em;
}


div.etais {
    height:100%;
    width:0;
    display:inline-block;
    vertical-align:middle;
}

#nouveauxproduits {
    border: 6px solid #DADADA;
}
#nouveauxproduits .contenu {
    justify-content:space-between;
    margin:1% auto;
}
#nouveauxproduits .chapeau {
    margin:0 auto 1% auto;
}

#nouveauxproduits .nouveauxproduits {
    background: #ef890c;
    padding:2%;
}

#nouveauxproduits,
#nouveauxproduits div a {
    color:white;
}


.demarcheresiliation span.avecresiliation {
    margin-left:2%;
}

.demarcheresiliation span.avecresiliation,
.demarcheresiliation span.titre {
    font-size:small;
}

.flexaligncentre {
    align-items:end;
}
.flexdate {
    display:flex;
}
#blockconjoint div.datenaissanceconjoint div.cd.datedenaissance {
    margin:0 2px;
}

div#choixConjoint.situationfamiliale {
    margin-top:1rem;
}

span.bleu {
    color:#2984c5;
}

.hidden {
    display:none;
}

.bienvenuafter {
    display:none;
}
.buttonth {
    background:inherit;
    color:inherit;
    border:1px solid white;
}

.flexhorizontal {
    display:flex;
    flex-direction:row;
}


.flexvertical {
    display:flex;
    flex-direction:column;
}

.enligne {
    display:inline-block;
}

.underscore {
    border-bottom:1px solid black;
}

.flexhorizontal {
    justify-content:space-between;
    align-items:center;
}

.pointeur {
    cursor:pointer;
}


#labeltotal {
    display: inline-block !important;
}

#letotal {
    text-align:right;
}

img[src*="logo-klesiamut-footer.png"] {
    display: block !important;
    max-width: 100% !important;
    width: auto !important;
    height: 41px !important;
}

img[src*="logoklesiamut.png"] {
    display: block !important;
    max-width: 100% !important;
    width: auto !important;
    height: 80px !important;
}
