@font-face {
  font-family: 'open_sansbold';
  src: url('../font/opensans-bold-webfont.eot');
  src: url('../font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/opensans-bold-webfont.woff2') format('woff2'),
    url('../font/opensans-bold-webfont.woff') format('woff'),
    url('../font/opensans-bold-webfont.ttf') format('truetype'),
    url('../font/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansregular';
  src: url('../font/opensans-regular-webfont.eot');
  src: url('../font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/opensans-regular-webfont.woff2') format('woff2'),
    url('../font/opensans-regular-webfont.woff') format('woff'),
    url('../font/opensans-regular-webfont.ttf') format('truetype'),
    url('../font/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sanssemibold';
  src: url('../font/opensans-semibold-webfont.eot');
  src: url('../font/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/opensans-semibold-webfont.woff2') format('woff2'),
    url('../font/opensans-semibold-webfont.woff') format('woff'),
    url('../font/opensans-semibold-webfont.ttf') format('truetype'),
    url('../font/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

.pld-framework-container {
  font-family: "open_sansregular", "Roboto", sans-serif;
}

.pld-framework-container table {
  border-collapse: separate;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  border-spacing: 0;
  max-width: 580px;
  font-family: "open_sansregular", "Roboto", sans-serif;
}

.pld-framework-container table > tbody {
  display: block;
  border: 1px solid #ccc;
}

.pld-framework-container table .tbody {
  border: 1px solid #ccc;
}

.pld-framework-container .row.advice {
  padding-top: 25px;
}

.pld-framework-container .row {
  padding: 10px 0 10px 20px;
  clear: both;
}

.thin {
  font-weight: 300;
}

.active .bold-if-active,
.bold {
  font-family: 'open_sanssemibold';
}

.left {
  float: left;
}

.green-b {
  padding: 0 5px 0 17px;
  color: green;
  font-weight: 700;
  float: left;
  position: relative;
  top: 3px;
  content: url("../image/green_check.svg");
}

@media (max-width:375px) {
  .green-b {
    padding: 0 0 0 5px;
  }
}

.row .title {
  float: left;
  width: 50%;
  padding-right: 30px;
}

@media (max-width:830px) {
  .row .title {
    width: 60%;
    padding-right: 10px;
  }
}

@media (max-width:768px) {
  .row .title {
    width: 58%;
    padding-right: 10px;
  }
}

.row:not(.active) .success {
  display: none;
}

.pld-framework-container td {
  text-align: center;
  font-size: 13px;
}

.pld-framework-container th {
  font-size: 13px;
  padding: 10px 0;
}

.pld-framework-container .grey-resume-header {
  background-color: #ccc;
  border: 1px solid #ccc;
  font-size: 15px;
  margin: 40px 0;
  padding: 0 10px;
  height: 60px;
  text-align: left;
  position: static;
}

.pld-framework-container .grey-resume-header.strong {
  font-family: 'open_sanssemibold';
}

.pld-framework-container .grey-resume-header-text {
  font-weight: 100;
}

.pld-framework-container .green-header {
  color: green;
  font-family: 'open_sanssemibold';
}

.pld-framework-container .blue-header {
  color: #2d4899;
  font-family: 'open_sanssemibold';
}

.pld-framework-container .epargne-border-left {
  border-right: 1px solid #ccc;
}

.pld-framework-container .epargne-border-left.strong {
  font-family: 'open_sanssemibold';
}

img.pld-logo {
  width: 243px;
  height: 53px;
}

.pld-framework-container {
  max-width: 90%;
  margin: 0 5%;
}

@media (max-width:991.98px) {
  .pld-framework-container {
    max-width: 100%;
    margin: 0;
  }
}

.framework-header .heading-1 {
  margin: 50px auto 0 auto;
  text-align: center;
  width: 90%;
}

.pld-framework-container .framework-branding {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 17px auto;
  padding-top: calc(1.5vw);
}

.framework-section,
.framework-intro,
.framework-header {
  max-width: 580px;
  margin: 0 auto;
}

.framework-intro {
  margin: 35px auto 45px;
  font-family: 'open_sanssemibold', helvetica, arial, sans-serif;
  font-size: 20px;
}

#table-1 {
  margin-top: 40px;
}

.pld-avecparternaire {
  display: block;
  width: auto;
  color: #ccc;
  height: 53px;
  line-height: 53px;
}

.wrapper-input {
  min-height: 60px;
  height: 60px;
  background: transparent;
  border-radius: 80px;
  margin: 10px 0;
  display: flex;
  width: 170px;
}

.wrapper-input input {
  width: 100%;
  border-radius: 0 80px 80px 0;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-left: -1px;
  padding-left: 20px;
  padding-right: 6px;
  height: 46px;
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width:765px) {
  .wrapper-input input {
    width: 84%;
  }
}

@media (max-width:610px) {
  .wrapper-input input {
    width: 83%;
  }
}

@media (max-width:515px) {
  .wrapper-input input {
    width: 81%;
  }
}

@media (max-width:425px) {
  .wrapper-input input {
    width: 50%;
  }
}

.wrapper-input input:focus {
  border-color: #8a8a8a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px hsl(0deg 0% 54% / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px hsl(0deg 0% 54% / 60%);
}

.wrapper-input .label {
  width: 35%;
  height: 44px;
  float: left;
  background-color: #efefef;
  border-radius: 80px 0 0 80px;
  text-align: center;
  line-height: 44px;
  border: 1px solid #cccccc;
  padding: 1px 10px;
  display: block;
  font-family: "open_sansregular", "Roboto", sans-serif;
}

select.select-form {
  position: relative;
  background-color: white;
  display: inline-block;
  width: 170px;
  height: 48px;
  border-radius: 80px;
  text-align: left;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 48px;
  padding: 0 1.5em;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.select-form option {
  font-size: 16px;
}

select.select-form::-ms-expand {
  display: none;
}

select.select-form {
  background-image:
    linear-gradient(45deg, transparent 50%, #0c0c0c 50%),
    linear-gradient(135deg, #0c0c0c 50%, transparent 50%);
  background-position:
    calc(100% - 25px) calc(100% / 2),
    calc(100% - 25px + 6px) calc(100% / 2);
  background-size:
    6px 6px,
    6px 6px;
  background-repeat: no-repeat;
}

select.select-form:focus {
  border-radius: 80px;
  -webkit-box-shadow: inset 0 0 1px rgb(0 0 0 / 8%), 0 0 4px hsl(0deg 0% 0%);
  box-shadow: inset 0 0 1px rgb(0 0 0 / 8%), 0 0 4px hsl(0deg 0% 0%);
  border: 0;
  outline: 0;
}

select.select-form .options {
  width: 80%;
  text-align: center;
}

.fi-error {
  color: red;
  font-size: 12px;
  padding: 0;
  margin: 0;
  min-height: 20px;
  float: none;
}

.sum {
  font-family: 'open_sanssemibold', helvetica, arial, sans-serif;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.framework-item {
  margin: 20px 0;
}

.pld-mention {
  color: #ccc;
  padding-top: 40px;
  font-size: 13px;
  text-align: justify;
}

.tooltip {
  display: inline;
  position: static;
  cursor: pointer;
}

.pld-table {
  margin: 40px 0;
  background: rgba(255, 209, 3, 0.11);
  border: 1px solid #ffd103;
  padding: 25px;
  font-size: 17px;
}

@media (max-width:765px) {
  .pld-table {
    padding: 10px;
  }
}

.framework-footer {
  margin: 10px;
}

.framework-item label {
  position: relative;
  display: table;
}

@media (max-width:765px) {
  .framework-item label {
    width: 100%;
  }
}

.d-table {
  display: table;
  width: 100%;
}

.infobull {
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  font-size: 15px;
  font-family: serif;
  font-style: italic;
  line-height: 17px;
  text-align: center;
  position: relative;
  top: 6px;
}

.infobull::before {
  display: inline-block;
  content: "";
  height: 30px;
  width: 49px;
  background: url("../image/ic-info.png") no-repeat;
  background-position: center;
}

.tooltip-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: opacity .6s;
  width: 360px;
  display: block;
  position: absolute;
  bottom: 35px;
  font-size: 13px;
  font-weight: 100;
  color: #000;
  padding: 8px 10px;
  background: #fff;
  z-index: 9;
  text-align: left;
  border: 1px solid #b5b5b5;
  right: 0;
  transform: translateX(50%);
  cursor: pointer;
  font-family: "Open sans", "Roboto", sans-serif;
}

@media (max-width:765px) {
  .tooltip-content {
    transform: translateX(0);
  }

  .tooltip.active .tooltip-content {
    visibility: visible;
    opacity: 1;
    font-size: 16px;
    left: 0;
    width: 93%;
  }
}

@media (min-width:765px) {
  .tooltip:hover .tooltip-content {
    left: -2px;
    right: 0;
    width: 95%;
    bottom: 52px;
    visibility: visible;
    opacity: 1;
    font-size: 16px;
  }

  .grey-resume-header .tooltip:hover .tooltip-content {
    left: 2px;
    width: 93%;
  }
}

.tooltip-content:after {
  content: "";
  position: absolute;
  display: block;
  height: 41px;
  width: 100%;
  left: 0;
}

.grey-resume-header-text {
  position: relative;
}

.grey-resume-header .infobull {
  top: inherit;
}

.grey-resume-header .tooltip .tooltip-content {
  top: 80px;
  bottom: inherit;
  transform: inherit;
}

@media (max-width:765px) {
  .grey-resume-header .tooltip {
    height: 50px;
    display: inline-block;
  }
}

h2.title {
  color: #1b43ac;
  list-style: decimal;
  padding: 0 0 0 35px;
  position: relative;
  margin: 36px 0 20px 0;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  position: relative;
}

span.puce {
  position: absolute;
  left: 0;
}

.accordion {
  max-width: 580px;
  display: flex;
  flex-direction: column;
}

.accordion-link {
  text-decoration: underline;
  margin-bottom: 8px;
}

.accordion:not(.open) .accordion-body {
  display: none;
}

.accordion.open .accordion-header {
  display: none;
}

.accordion-header {
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 0 5px;
  border: 1px solid #efefef;
  position: relative;
  overflow: hidden;
}

.chevron-down::before {
  content: "";
  top: 8px;
  right: 20px;
  width: 10px;
  height: 10px;
  transform: rotate(136deg);
  border: 3px solid #000 !important;
  border-left: none !important;
  border-bottom: none !important;
  position: absolute;
}

.source {
  font-style: italic;
  font-size: 13px;
}

.cursor-pointer {
  cursor: pointer;
}

/* Table */
table {
  overflow-x: hidden;
  margin: auto;
  max-width: 580px;
  position: relative;
  min-height: 36px;
}

@media (max-width:765px) {
  table {
    overflow-x: auto;
  }
}

table tr:nth-child(2n) {
  background: #efefef;
}

table tr td {
  padding: 5px 10px;
}

table tr th {
  padding: 5px 10px;
  font-weight: 500;
}

.is-centered {
  margin: 0 auto;
}

table .header.offset-header {
  margin: 0 -10px 0 -40px;
}

table .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -10px;
  padding-right: 5px;
}

table .header > * {
  padding: 0 10px;
}

.fade-in {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.scrollable {
  overflow-x: auto;
}

.scrollable::-webkit-scrollbar {
  display: none;
}

body {
  font-size: 16px;
  display: block;
  margin: 8px;
}
