/* --------------------------------------------------
  STRUCTURE
===================================================== */

#page.simulateur.fond-gris #zone-centrale {
  background: #fff url(/ressources/images/a00-fond-contenu.gif) repeat-x left top;
  background: -moz-linear-gradient(top, #e5e7e8 0%, #fff 177px); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e7e8), color-stop(177px,#fff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e5e7e8 0%, #fff 177px); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e5e7e8 0%, #fff 177px); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e5e7e8 0%, #fff 177px); /* IE10+ */
  background: linear-gradient(to bottom, #e5e7e8 0%, #fff 177px); /* W3C */
}

#page.simulateur #centre {
  padding-top: 5px;
}

#page.simulateur #zone-pied-de-page {
  min-height: 60px;
}

#page.simulateur #pied {
  padding-bottom: 53px;
  background-image: none;
}

#page.simulateur {
  font-size: 12px;
}


/* --------------------------------------------------
  ENTÊTE
===================================================== */

#page.simulateur header .flex-container.column-order #barre-outils { order: 1; }
#page.simulateur header .flex-container.column-order #barre-logos { order: 2; }
#page.simulateur header #barre-outils #outils { justify-content: flex-end; }
#page.simulateur header #barre-outils #liste-outils { display: block; }
#page.simulateur header#entete #barre-logos #logos { justify-content: flex-start; margin: 0 auto; }
#page.simulateur header #liste-outils .toggle-options .libelle { padding-right: calc(1em + 6px); }
#page.simulateur header #liste-outils .toggle-options .libelle:after { content: "\2212"; }
#page.simulateur header #liste-outils .toggle-options.collapsed .libelle:after { content: "\002B"; }

#page.simulateur header img.logo-confidentialite {
  vertical-align: middle;
}
#page.simulateur header#entete #barre-logos #logos {
  margin: 0;
}
  @media (min-width: 768px) {
    #page.simulateur header#entete #barre-logos #logos {
      margin: 0 auto;
    }
  }
#page.landing header#entete #barre-logos #logos > *:not(:first-child),
#page.simulateur header#entete #barre-logos #logos > *:not(:first-child) {
  margin-left: auto;
}


/* --------------------------------------------------
  CONTENU PROPRE AUX SIMULATEURS
===================================================== */

#page.simulateur #contenu {
  width: 100%;
  border-top: none;
  min-height: 450px;
}

#page.simulateur #contenu h1 {
  padding-right: 0px;
}

.image-confidentialite {
  margin-top: 18px;
  text-align: right;
}

#page.simulateur #contenu #legal, #page.simulateur #contenu .legal { margin: 2em 0 0 0; border-top: 1px solid #cccbcb; }
#page.simulateur #contenu #legal p, #page.simulateur #contenu .legal p { font-size: 0.846em; }

hr {
  margin: 1em auto;
  height: 1px;
  color: #d5d5d5;
  background-color: #d5d5d5;
  border: 0;
}

.messageErreur, #messageErreur {
  padding-left: 24px;
  font-weight: bold;
  color: #c00;
  background: url(/ressources/images/e35-icone-erreur.png) no-repeat left top;
  line-height: 1.3em;
}

.messageErreur a:visited, #messageErreur a:visited{
  color: #c00;
}
.messageErreur a:visited, #messageErreur p{
  color: #3e3e3e;
}

input.erreur[type="text"]{
  background-color: red;
  color:#000000;
  font-weight: 400;
}

select.erreur,
#page.simulateur .question legend .titre.erreur{
   background-color: red;
   color:#ffffff;
   font-weight: bold;
}


/* --------------------------------------------------
  ONGLETS PRINCIPAUX
===================================================== */

#page.simulateur #contenu .onglets-principaux {
  border-bottom: none;
}

#page.simulateur #contenu .onglets-principaux ul.onglets {
  position: relative;
  padding-bottom: 1px;
  border-bottom: none;
  z-index: 20;
}

#page.simulateur #contenu .onglets-principaux .contenu-onglet {
  position: relative;
  top: -1px;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 2px 0px #ddd;
  -webkit-box-shadow: 0px 1px 2px 0px #ddd;
  box-shadow: 0px 1px 2px 0px #ddd;
  background: #fff url(/ressources/images/a00-selecteur-fond.gif) repeat-x left bottom;
  z-index: 10;
}

#page.simulateur #contenu .onglets-principaux .contenu-onglet .titre-n2,
#page.simulateur #contenu .onglets-principaux .contenu-onglet .titre-n3 {
  margin-top: 1em;
}

#page.simulateur #contenu .onglets-principaux .contenu-onglet .bouton-info {
  position: absolute;
  top: 16px;
  right: 12px;
  margin: 0;
  font-size: 1em;
}


/* --------------------------------------------------
  TIROIRS
===================================================== */

#page.simulateur .tiroir .entete-tiroir .titre .ref {
  width: 15px;
  height: 15px;
  float: left;
}


/* --------------------------------------------------
  QUESTIONS
===================================================== */

#page.simulateur .question {
  margin: 1em 0;
  padding: 0;
  width: 938px;
  border: 1px solid #cccbcb;
}

#page.simulateur .onglets-principaux .contenu-onglet .question { width: 918px; border: none; }
#page.simulateur .onglets-etapes .onglets-principaux .contenu-onglet .question { width: 890px; border: none; }

#contenu div.question table.tableau-donnees { margin: 0 0; }

#page.simulateur .question fieldset {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}

#page.simulateur .question > fieldset > legend {
  position: relative;
  margin: 0;
  padding: 0;
  width: 937px;
  color: #3e3e3e;
  background: #d3d7d8;
  font-weight: bold;
  border-top: 1px solid #eaedee;
  border-left: 1px solid #eaedee;
  white-space: normal;
}

#page.simulateur .sous-question { margin: 0.5em 0 0 20px; }
#page.simulateur .sous-question fieldset legend { width: 100%; padding: 2px 0; font-weight: bold; background: transparent; border: none; }

#page.simulateur .question legend .numero {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 28px;
  margin: 0 auto;
  padding: 0.5em 0;
  vertical-align: top;
  text-align: center;
  background: #d3d7d8;
}

#page.simulateur .question legend .titre {
  display: inline-block;
  margin: 0 0 0 28px;
  padding: 0.5em 8px;
  width: 892px;
  background: #e1e4e5;
  border-left: 1px solid #eaedee;
}

#page.simulateur .question legend .titre-sans-numero {
  display: inline-block;
  margin: 0;
  padding: 0.5em 8px;
  width: 921px;
  background: #e1e4e5;
}

#page.simulateur .question .impaire {
  background-color: #f3f5f6;
  border-top: 1px solid #cccbcb;
  overflow: auto;
}

#page.simulateur .contenu-onglet .question .impaire { background-color: transparent; border-top: none; }


#page.simulateur .question .paire {
  background-color: #fff;
  border-top: 1px solid #cccbcb;
  overflow: auto;
}

#page.simulateur .contenu-onglet .question .paire { background-color: transparent; border-top: none; }

#page.simulateur .question .colonne-unique {
  display: table-cell;
  padding: 5px 10px 5px 36px;
  vertical-align: middle;
}

#page.simulateur .question .colonne-libelle {
  display: table-cell;
  width: 328px;
  padding: 5px 10px;
  text-align: right;
  font-weight: bold;
  vertical-align: middle;
  border-right: 1px solid #e5e5e5;
}


#page.simulateur .onglets-principaux .contenu-onglet .question .colonne-libelle { width: 318px;  border-right: none; }
#page.simulateur .onglets-principaux .contenu-onglet .question .colonne-libelle.normal {width: 460px;}
#page.simulateur .onglets-principaux .contenu-onglet .question .colonne-libelle.normal label { font-weight: normal;}
#page.simulateur .onglets-etapes .onglets-principaux .contenu-onglet .question .colonne-libelle { width: 304px;  border-right: none; }

#page.simulateur .question .colonne-champ {
  display: table-cell;
  width: 568px;
  padding: 5px 10px;
  vertical-align: middle;
  border-left: 1px solid #fff;
}

#page.simulateur .question .colonne-erreur {
  display: table-cell;
  width: 600px;
  padding: 5px 10px 0 340px;
  vertical-align: middle;
  border-left: none;
}
select.champsEnErreur,
input[type=checkbox].champsEnErreur,
input[type=radio].champsEnErreur,
input[type=text].champsEnErreur
{
border: 2px solid #c00;
}

#page.simulateur .onglets-principaux .contenu-onglet .question .colonne-champ { width: 558px; border-left: none; }
#page.simulateur .onglets-principaux .contenu-onglet .question .colonne-champ.normal { width: 460px; }
#page.simulateur .onglets-etapes .onglets-principaux .contenu-onglet .question .colonne-champ { width: 544px; border-left: none; }

/* test - valider si requis
#page.simulateur .question .filet  {
  margin-top: 5px;
  padding-top: 10px;
  background: url(/ressources/images/e35-filet-question.gif) no-repeat 165px top;
}
*/

/* test - à valider */
#page.simulateur form .colonne-unique label, #page.simulateur form .colonne-champ label {
  font-weight: normal;
}

#page.simulateur .question input[type="text"] {
  margin: 0;
}

#page.simulateur .question input[type="radio"] {
  margin: 4px 3px 4px 0;
  padding: 0;
  vertical-align: -0.1em;
}

#page.simulateur .question input[type="checkbox"] {
  margin: 4px 3px 4px 1px;
  padding: 0;
  vertical-align: -0.1em;
}

#page.simulateur .question img.aide {
  vertical-align: text-top;
}

#page.simulateur .hook {
  position: relative;
  margin-bottom: 2em;
  margin-left:20px;
  padding: 0;
  float: left;
  width: 200px;
}

#page.simulateur .boite-hooks {
  border: 1px solid #cccbcb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
}

#page.simulateur .bloc-temp .titre {
  position: relative;
  margin: 0;
  padding: 0;
  color: #595959;
  font-size: 1.077em;
  padding-bottom: 15px;
  background: url(/ressources/images/a00-utilitaires-entete-boite.png) no-repeat 30px bottom;
  z-index: 20;
}

#page.simulateur .bloc-temp .contenu {
  position: relative;
  margin: 0;
  padding: 10px;
  top: -1px;
  background-color: #fff;
  z-index: 10;
}

#page.simulateur .bloc-temp .contenu ul {
  margin: 0;
  padding:0;
  list-style:none;
}

#page.simulateur .bloc-temp .contenu ul li {
  padding: 0;
  background-image: none;
}

#page.simulateur .bloc-temp .contenu ul li a, #page.simulateur .bloc-temp .contenu a.plus {
  display: block;
  margin: 0;
  padding: 0.3em 0 0.3em 22px;
  font-weight: bold;
  color: #008c53;
  text-decoration: none;
  background: url(/ressources/images/a00-utilitaires-puce.gif) no-repeat 5px 0.6em;
}

#page.simulateur .bloc-temp .contenu ul li a:hover, #page.simulateur .bloc-temp .contenu ul li a:focus { color: #595959; }


/* --------------------------------------------------
  LIENS ACTION --- DUPLIQUES DE CONTENU.CSS
===================================================== */

a.lien-action {
  display: inline-block;
  padding: 0.2em 0 0.2em 15px;
  font-weight: bold;
  text-decoration: none;
  background: url(/ressources/images/a00-utilitaires-puce.gif) no-repeat left 0.45em;
}

a.lien-action:link, a.lien-action:visited { color: #008c53; text-decoration: none; }

a.lien-action:focus { color: #008c53; }

a.lien-action:hover { color: #595959; }

/* --------------------------------------------------
  ZONE DES BOUTONS
===================================================== */

#page.simulateur .boutons-action {
  margin: 1em auto;
}

#page.simulateur .boutons-action:after {
  content: "";
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  display: block;
}

#page.simulateur .boutons-action .colonne-champs {
  float: right;
  width: 570px;
  padding: 10px;
}

#page.simulateur .boutons-action .colonne-champs button, #page.simulateur .boutons-action .colonne-champs input {
  margin: 0 15px 0 0;
}

#page.simulateur .boutons-action .colonne-libelles {
  float: left;
  width: 330px;
  padding: 10px;
  text-align: right;
}

#page.simulateur .boutons-action .colonne-libelles button, #page.simulateur .boutons-action .colonne-libelles input {
  margin: 0 0 0 10px;
}

#page.simulateur .boutons-action .colonne-libelles button:first-child, #page.simulateur .boutons-action .colonne-libelles input:first-child {
  margin-left: 0;
}

#page.simulateur .boutons-action .centre {
  text-align: center;
}

#page.simulateur .boutons-action .centre button, #page.simulateur .boutons-action .centre input {
  margin: 0 15px 0 0;
}

/* à retirer (utiliser contenu.css)
button.principal, button.secondaire, button.complementaire, input.principal, input.secondaire, input.complementaire  {
  position: relative;
  padding: 0 1em;
  min-height: 31px;
  font-weight: bold;
  font-size: 1.1em;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 2px 0px #ddd;
  -webkit-box-shadow: 0px 1px 2px 0px #ddd;
  box-shadow: 0px 1px 2px 0px #ddd;
}

button.principal, input.principal {
  color: #fff;
  background: #2cb57a url(/ressources/images/a00-bouton-vert-input-fond.jpg) repeat-x left bottom;
  border: 1px solid #018149;
}

button.secondaire, button.complementaire, input.secondaire, input.complementaire {
  color: #519e2f;
  background: #fff url(/ressources/images/a00-bouton-blanc-input-fond.gif) repeat-x left bottom;
  border: 1px solid #ddd;
}
*/

/* --------------------------------------------------
  BOUTONS IMAGES
===================================================== */

#page.simulateur .bouton.click-to-call {
  margin: 0;
  padding: 0;
  width: 200px;
  height: 44px;
  font-size: 1.077em;
  line-height: 44px;
}

#page.simulateur .bouton.click-to-call span {
  position: relative;
  display: block;
  margin-bottom: -44px;
  height: 100%;
  background-image: url(/ressources/images/g00-bouton-on-vous-appelle-f.png);
  background-position: center center;
  background-repeat: no-repeat;
}


/* --------------------------------------------------
  BOÎTE DE MESSAGES
===================================================== */

#page.simulateur .boiteMessage
{
  z-index:0;
  border: 1px solid #cbcbcb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background:#f2f2f2;
  padding: 10px;
}

#page.simulateur .boiteMessage .messageTitre
{
  font-weight: bold;
  padding-top:10px;
  padding-bottom:10px;
}

#page.simulateur .boiteMessage .messageSoumaire
{
    width:100px;
}
#page.simulateur .boite-info {
    border: 1px solid #cccbcb;
    border-radius: 5px;
    background: #f2f2f2;
    padding: 10px;
}


/* --------------------------------------------------
  BOÎTE EXPLICATIVE
===================================================== */

.boite-explicative {
  background: url(/ressources/images/e35-fleche-boite-explicative-f.png) no-repeat 0 12px;
}

.boite-explicative .contenu-boite-explicative {
  margin: 0 0 10px 6px;
  padding: 10px;
  background: #edf4e6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;

}


/* --------------------------------------------------
  CONVERTISSEUR DE DEVISES
===================================================== */
#convertisseur.capsule.bleu.alveole {
  background-image: url(/ressources/images/ic-alveole-info.svg) !important;
  background-repeat: no-repeat !important;
  background-position: bottom right !important;
  margin: 40px 0px !important;
  padding: 20px 30px 10px 30px !important;
  background-color: #dae5e2 !important;
  border: none !important;
}

#page #convertisseur .devises-cad { -webkit-order: 1; order: 1; }
#page #convertisseur .devises-etrangeres { -webkit-order: 3; order: 3;  }
#page #convertisseur .devises-convertir { -webkit-order: 2; order: 2; }
#page #convertisseur .devises-convertir { display: none; }
#page #convertisseur fieldset.radio-label {
  text-align: center;
  margin: 1.25em auto 2.25em;
  max-width: 480px;
  padding: 0;
}
#page #convertisseur fieldset.radio-label > .flex-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
}
#page #convertisseur fieldset.radio-label  > .flex-container input[type="radio"] { -webkit-order: 1; order: 1; }
#page #convertisseur [class*="titre"] {
  line-height: 1.5em;
  margin: 0 auto 20px;
}
#page #convertisseur fieldset.radio-label:after {
  content: "";
  clear: both;
}
#page #convertisseur fieldset.radio-label label.radio-pill,
#page #convertisseur fieldset.radio-label input[type="radio"]:not(:checked) + label.radio-pill:hover {
  -webkit-order: 2;
  order: 2;
  float: left;
  display: inline-block;
  color: #595959;
  background-color: white;
  border: 1px solid #595959;
  padding: 0.625em 0.75em;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  width: 50%;
}
#page #convertisseur fieldset.radio-label input[type="radio"]:not(:checked) + label.radio-pill:hover {
  cursor: pointer;
}
#page #convertisseur fieldset.radio-label  input[type="radio"]:not(:checked):focus + label.radio-pill {
  color: #337ab7;
  border-color: #337ab7;
}
#page #convertisseur fieldset.radio-label input[type="radio"]:checked + label.radio-pill {
  color: white;
  background-color: #595959;
  text-decoration: none;
}
#page #convertisseur fieldset.radio-label input[type="radio"]:checked:focus + label.radio-pill {
  color: #fff;
    background-color: #337ab7;
}
#page #convertisseur #simConvertisseurDevises .flex-container > div fieldset.radio-label input[type="radio"] + label.radio-pill {
  width: 100%;
}
#page #convertisseur fieldset#conversion {
  padding: 0;
}

#page:not(.mobile).simulateur #convertisseur #simConvertisseurDevises{
  width: 720px;
}
#page #convertisseur #simConvertisseurDevises .flex-container.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}
#page #convertisseur #simConvertisseurDevises #conversion > .flex-container {
  width: 105%;
  width: calc(100% + 64px);
  margin-left: -32px;
}
#page #convertisseur #simConvertisseurDevises .flex-container > div.boite-info {
  margin: 0 32px 2em;
  -webkit-flex: 1 1 270px;
  flex: 1 1 270px;
}
#page #convertisseur #simConvertisseurDevises .flex-container > div.devises-convertir {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

#page #convertisseur  input:not(.hors-ecran),
#page #convertisseur  select {
  padding: 0.875em 0.75em;
  color: #3e3e3e;
  display: block;
  margin: 10px 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
#page #convertisseur  input:not(.hors-ecran) {
  color: #00884e;
  font-size: 2rem;
  padding: 10px;
  height: calc(2rem + 20px);
}
#page #convertisseur  input#montantde:not(:focus),
#page #convertisseur  input#montantvers:not(:focus) {
  border: 2px inset transparent;
  border-bottom-color: #c2c2c2;
  background-color: transparent;
}

#page #convertisseur div.taux-devise {
  width: 100%;
  font-size: 0.8125em;
  text-align: center;
}
#page #convertisseur div#resultat .titre-n3 {
  margin-top: 0;
  margin-bottom: 0.25em;
}
#page #convertisseur div#resultat > div{
  padding: 0.9375em 0.625em;
}
#page #convertisseur div#resultat {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
  margin: 0.1em 0;
  max-height: 30em;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: max-height 0.2s ease-out, height 0.2s ease-out, width 0.2s ease-out;
  transition: max-height 0.2s ease-out, height 0.2s ease-out, width 0.2s ease-out;
  overflow: hidden;
}
#page #convertisseur div#resultat[aria-hidden="true"] {
  max-height: 0;
  padding: 0 5px;
}
/*
---------------------------------------------------------

CSS Capsules

---------------------------------------------------------
*/


label.action-titre{
    color: #595959;
    cursor: default;
    font-family: Arial,Helvetica,Geneva,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 2px;
    white-space: nowrap;
 }
 .capsuleAide{background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #CBCBCB;
    border-radius: 5px 5px 5px 5px;
    color: #5A5A5A;
    margin-top: 10px;
    padding: 10px;
 }
 .capsuleAide span.titre, .capsuleAide h3 { color: #595959;    font-weight: bold; }
 /*div.capsule {
  font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
  }*/
 div.capsule ul {
    margin-bottom: 4px;
    margin-top: 4px;
    padding-left: 2.5em;
}
/* Formulaires - champs invalides HTML5 - Retirer le box-shadow des navigateurs Gecko */
:invalid, :-moz-submit-invalid, :-moz-ui-invalid { box-shadow: none;}
/* Formulaires - champs invalides HTML5 - styles des bordures */
form.validation:not(.invalid) div.messageErreur, form.validation:not(.invalid) div#messageErreur {
  display: none;
}
form.validation div.message-erreur,  form.validation span.message-erreur{
  display: none;
  font-weight: bold;
  color: #cc0000;
}
form.validation input,
form.validation select {
  box-sizing: border-box;
  margin: 1px;
}
form.validation.invalid :enabled:invalid {
  border: 2px solid #cc0000;
  margin: 0px;
}
form.validation.invalid :enabled:invalid + div.message-erreur, form.validation.invalid :enabled:invalid + span.message-erreur,  form.validation.invalid .message-erreur.non-valide{
  display: block;
}

/* ------------------
Simulateur FAC REER
--------------------- */

#calcul-fac-reer div.flex-container{
  justify-content: center;
}
#calcul-fac-reer div.flex-container div{
  text-align: center;
  padding: 0 17px;
}

#calcul-fac-reer .calcul div.flex-container .flex-container div{
  text-align: left;
}
#calcul-fac-reer .calcul div.flex-container .flex-container div p.titre{
  margin-bottom: 0px;
}
#calcul-fac-reer div.flex-container .taille-base{
  font-size: 1rem;
}

#calcul-fac-reer div.flex-container .appel-note.taille-base{
  top: -1.5rem;
}

#calcul-fac-reer div.flex-container div span.taux{
  display: block;
  margin: 10px 0;
  color: #00884e;
  font-size: 2.5rem;
  border-bottom: 1px solid #c2c2c2;
  border-top: 1px solid #c2c2c2;
  padding: 10px;
  line-height: 1.308em;
}
#calcul-fac-reer#resultat div.flex-container.border{
  justify-content:space-between;
  align-items:center;
  border-bottom: 1px solid #c2c2c2;
}

@media screen and ( max-width: 885px ) {
  #calcul-fac-reer #resultat div.flex-container.border{
  flex-flow:column wrap;
  }
  #calcul-fac-reer #resultat div.flex-container .flip{
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  }
}
#calcul-fac-reer #resultat div.flex-container.border .flip{
  min-width: 5%;
}
#calcul-fac-reer #resultat div.flex-container.border div{
  min-width: 30%;
}
#calcul-fac-reer #resultat div.flex-container div span.taux.no-border{
  border-top: none;
  border-bottom: none;
  padding:0;
  margin: 0;
}
#calcul-fac-reer #resultat div.flex-container div span.sous-titre{
  display: block;
}
#calcul-fac-reer input[type="number"]{
    width:240px;
    margin-right:1px;
    -moz-appearance:textfield;
}
#calcul-fac-reer input[type=number]::-webkit-outer-spin-button,
#calcul-fac-reer input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#calcul-fac-reer input[type="number"][lang]{
  z-index: 4;
  height: 1.2rem;
}
#page.cd-typo-temp #calcul-fac-reer input[type="number"][lang]{
  height: 2rem;
}
#calcul-fac-reer input[type="number"][lang].mask:not(:focus):not(:invalid) {
  color: transparent;
  background-color: transparent;
}
#calcul-fac-reer input[type="number"][lang].mask + div.display {
  display: none;
}
#calcul-fac-reer input[type="number"][lang].mask:not(:focus):not(:invalid) + div.display {
  display: block;
  position: relative;
  top: -1.2rem;
  margin-bottom: -1.2rem;
  height: 1.2rem;
  box-sizing: border-box;
  padding: 3px;
  z-index: 2;
  background-color: white;
}
#page.cd-typo-temp #calcul-fac-reer input[type="number"][lang].mask:not(:focus):not(:invalid) + div.display {
  top: -2rem;
  margin-bottom: -2rem;
  height: 2rem;
  padding: 6px;
}
#calcul-fac-reer.en input[type="number"][lang] + div.display {
  margin-left:9px;
}
#calcul-fac-reer #resultat {
  padding: 0 12%;
}
#calcul-fac-reer #resultat h2 {
  margin-bottom: 0.5em;
}
#calcul-fac-reer #resultat .tableau-presentation {
  margin-bottom: 2.309em;
}
#calcul-fac-reer #instructions {
  padding: 0 12%;
}
#calcul-fac-reer #formFacReer{
  margin:0;
}
#calcul-fac-reer #formFacReer .flex-container .flex-container{
  flex-flow:column;
}
#calcul-fac-reer #formFacReer .flex-container {
  margin-bottom: 10px;
}
#calcul-fac-reer #formFacReer .flex-container .flex-container .display {
  padding: 3px;
}
#calcul-fac-reer #resultat a.principal{
  border: 1px solid #dae5e2;
}


#corps .calcul:focus{
    outline: none;
}
#corps #resultat:focus{
    outline: none;
}
#corps #instructions:focus{
    outline: none;
}

/* à importer dans contenu.css   */
#page.pleine-page .capsule.gris ul{
  padding:0;
}

#page.pleine-page .capsule.gris .flex-container.centrer{
  -webkit-justify-content: center;
  justify-content:center;
}
#page.pleine-page #corps .capsule.gris{
  background-color: #f2f2f2;
  padding: 15px 40px;
  border: none;
  margin-top: 40px;
}

#page.pleine-page #corps .capsule.gris h2{
  padding-top: 0;
  margin: 1em 0;
  color:#000000;
}
#page.pleine-page #corps .capsule.gris h3{
  margin: 1em 0 0.5em 0;

}

#page.pleine-page #contenu .capsule.gris h2.flex-container {
  text-align: left;
  color: #595959;
}

#page.pleine-page #corps div.capsule.bleu {
  padding: 20px 30px 10px 30px;
  background-color: #dae5e2;
  border: none;
}

#page.pleine-page #corps div.capsule.alveole h2{
  padding-top: 0;
  margin-top:0;
  color:#595959;
}
#page.pleine-page #corps div.capsule.alveole input.secondaire{
  margin-bottom:10px;
}
#page.pleine-page #corps div.capsule.alveole a.principal{
  margin-bottom:10px;
}

#page.pleine-page #corps div.capsule.alveole {
  background-image:url(/ressources/images/ic-alveole-info.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  margin: 40px 0px;
}

#page.pleine-page #contenu .bloc-vitrine.titre .bouton-action{
 font-size: 1em;
 line-height: 1.23077;
}

#corps div.flex-container p span.taux {
  padding: 1rem;
  border-top: 1px solid #c2c2c2;
  border-bottom:1px solid #c2c2c2;
  font-size: 1.875rem;
  color: #007944;
  display: block;
  line-height: 2rem;
  margin-top: 0.75rem;
}
#corps div.flex-container.justify-center{
justify-content:center;

}
#corps div.flex-container.justify-center > div{
  margin: 0 1rem;
}
