@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body {
  height: 100%;
  overflow-y: auto;
}

body {
  height: 100vh;
  background: url("../../assets/img/background.jpg") no-repeat center center fixed;
  background-size: cover;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: #000000;
}
body#login {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

a {
  color: #000000;
}
a:hover {
  color: #4c2882;
}
a.violet {
  color: #4c2882;
}
a.violet:hover {
  color: #5ad4a8;
}
a.vert {
  color: #5ad4a8;
}
a.vert:hover {
  color: #4c2882;
}
a.tdu {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, .violet {
  color: #4c2882;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  min-height: 145px;
}
h1 span {
  color: #5ad4a8;
}

h2.title-tiret {
  color: #5ad4a8;
  font-size: 15px;
  font-weight: 700;
  padding: 29px 0 20px 35px;
}
h2.title-tiret:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  border-bottom: 1px solid white;
  color: white;
  position: relative;
  top: 10px;
  left: -30px;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  color: #4c2882;
}
h3 span {
  color: #5ad4a8;
}

h3.title-blanc {
  color: white;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
}
h3.title-blanc span {
  color: #5ad4a8;
}

h5 {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

div.bloc-title-gauche-vert h2.title-tiret {
  color: #4c2882;
}
div.bloc-title-gauche-vert h3.title-blanc span {
  color: #4c2882;
}

h2.title-violet {
  font-size: 34px;
  font-weight: 700;
  color: #4c2882;
  text-transform: uppercase;
  text-align: center;
}
h2.title-violet span {
  color: #5ad4a8;
}
h2.title-violet.ttn {
  text-transform: none !important;
}

div.separator {
  width: 100%;
  height: 100px;
}

.bg-violet {
  background: #4c2882;
}

.bg-vert {
  background: #5ad4a8;
}

.bg-vert2 {
  background: #10a56f;
}

.bg-white {
  background: #fff;
}

.bg-rose {
  background: #b988ce;
}

.bg-rose2 {
  background: #cdbbdc;
}

.bg-protection-01 {
  background: url("../../assets/img/bg-protection-01.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-protection-02 {
  background: url("../../assets/img/bg-protection-02.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-protection-03 {
  background: url("../../assets/img/bg-protection-03.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.fwb {
  font-weight: 700;
}

.padded {
  padding: 45px 60px;
}

.padded2 {
  padding: 63px 75px;
}

.text-violet {
  color: #4c2882 !important;
}

.text-vert {
  color: #5ad4a8 !important;
}

.text-vert2 {
  color: #10a56f !important;
}

.text-rose {
  color: #b988ce !important;
}

.text-rose2 {
  color: #cdbbdc !important;
}

.text-black {
  color: #000000 !important;
}

.fz15 {
  font-size: 15px;
}

.login-box {
  width: 427px;
  min-height: 613px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.login-box img {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.login-box form label {
  color: #4c2882;
  font-size: 17px;
  font-weight: 600;
}
.login-box form .btn-primary {
  font-size: 17px;
}

h2.title {
  font-size: 38px;
  font-weight: 700;
  color: #4c2882;
  padding-top: 30px;
  padding-bottom: 30px;
}
h2.title span {
  color: #5ad4a8;
}

div.col-title {
  padding: 55px 20px 55px 40px;
}

div.col-content {
  padding: 50px 90px;
}

div.container {
  max-width: 1270px;
  /* background: #fff000;    */
}

div.container-size-2 {
  max-width: 1100px;
}

div.container-size-3 {
  max-width: 578px;
}

div.container-size-4 {
  max-width: 590px;
}

div.container-size-5 {
  max-width: 410px;
}

.btn-primary {
  background: #5ad4a8;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 7px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-primary:hover {
  background: #4c2882;
}

div.main {
  background: #f2f3fd url("../../assets/img/bg-bloc-carre.png") no-repeat;
  background-position: calc(50% + 450px) -150px;
}

div#edito-header-block {
  position: relative;
  margin-top: 450px;
}
div#edito-header-block div#edito-header {
  min-height: 450px;
  background: url("../../assets/img/bg-edito.png") no-repeat;
  z-index: 1;
  background-position: calc(50% - 340px) 7px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  width: 100%;
  bottom: 0;
}
div#edito-header-block div#edito-title {
  /*background: url('../../assets/img/bg-titre-violet.png') no-repeat;
  background-position: 0 0;*/
  background: #4c2882;
  z-index: 0;
  padding: unset !important;
  height: 174px;
  width: 730px;
  height: 174px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 220px);
}
div#edito-header-block div#edito-title div {
  padding-left: 200px;
}

div#edito-header-content {
  max-width: 1270px;
  margin: 0 auto;
  background: white !important;
  padding: 63px 125px;
}
div#edito-header-content div.container-1000 {
  margin: 0 auto;
  max-width: 1000px;
  text-align: justify;
}
div#edito-header-content div.container-1000 h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 44px;
}

div.bloc-title-violet {
  position: relative;
  margin-top: 450px;
}
div.bloc-title-violet div.title-violet-title {
  /*background: url('../../assets/img/bg-titre-violet.png') no-repeat;
  background-position: 0 0;*/
  background: #4c2882;
  z-index: 0;
  padding: unset !important;
  height: 174px;
  max-width: 900px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 400px);
}
div.bloc-title-violet div.title-violet-title div {
  padding-left: 100px;
}
div.bloc-title-violet div.title-violet-title div h3 {
  text-transform: uppercase;
}
div.bloc-title-violet div.title-violet-title2 {
  background: #4c2882;
  z-index: 0;
  padding: unset !important;
  height: 210px;
  max-width: 900px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 400px);
}
div.bloc-title-violet div.title-violet-title2 div {
  padding-left: 100px;
}
div.bloc-title-violet div.title-violet-title2 div h3 {
  text-transform: uppercase;
}

div.title-violet-content {
  max-width: 1270px;
  margin: 0 auto;
  background: white !important;
  padding: 63px 75px;
}
div.title-violet-content div.container-1000 {
  margin: 0 auto;
  max-width: 1000px;
  text-align: justify;
}
div.title-violet-content div.container-1000 h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 44px;
}

div#bloc-video {
  background: url("../../assets/img/bg-bloc-video.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 680px;
  display: flex;
  padding: 50px;
}
div#bloc-video div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

div#bloc-calculateur, div#bloc-dons {
  background: url("../../assets/img/bg-bloc-calculateur.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  padding: 50px;
}
div#bloc-calculateur div.notification, div#bloc-dons div.notification {
  margin-bottom: 0 !important;
}
div#bloc-calculateur div.notification h3, div#bloc-dons div.notification h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 25px;
}
div#bloc-calculateur div.notification input[type=number], div#bloc-dons div.notification input[type=number] {
  border: 1px solid #4c2882;
  max-width: 120px;
  padding: 12px 5px;
}

div#bloc-dons div.notification {
  max-width: 850px;
  margin: 0 auto;
  padding: 55px 45px;
}

div#bloc-situation {
  margin-top: 35px;
}

div#bloc-portrait-social {
  background: url("../../assets/img/bg-bloc-chiffres.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 680px;
  padding: 50px;
  color: white;
}
div#bloc-portrait-social h2 {
  font-size: 34px;
  color: white;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
div#bloc-portrait-social table.table-vert {
  max-width: 417px;
}
div#bloc-portrait-social .title-table-violet {
  max-width: 550px;
  margin: 0 auto;
}
div#bloc-portrait-social table.table-violet {
  max-width: 550px;
}

div#bloc-cotisations, div#bloc-cotisations-2 {
  background: url("../../assets/img/bg-bloc-cotisations.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 680px;
  padding: 50px;
  color: white;
}
div#bloc-cotisations div#bloc-cotisation-row, div#bloc-cotisations-2 div#bloc-cotisation-row {
  position: relative;
  top: -70px;
}
div#bloc-cotisations div#bloc-cotisation-row div.mh-desktop, div#bloc-cotisations-2 div#bloc-cotisation-row div.mh-desktop {
  min-height: 250px;
}

div#bloc-protection-sociale {
  background: url("../../assets/img/bg-bloc-cotisations.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 680px;
  padding: 50px;
  color: white;
}
div#bloc-protection-sociale div.mh {
  min-height: 580px;
}
div#bloc-protection-sociale div.mh2 {
  min-height: 750px;
}

table.table-datas {
  color: #000000;
}
table.table-datas tr td {
  border-bottom: 1px solid #000000;
}
table.table-datas tr td:first-child, table.table-datas tr td:nth-child(2) {
  border-top: 1px solid #000000;
}
table.table-datas tr td.data-value {
  color: #5ad4a8;
  min-width: 115px;
  font-weight: 700;
}

table.table-vert {
  background: #5ad4a8;
  color: white;
}
table.table-vert tr td {
  border-bottom: 1px solid white;
  color: white;
}
table.table-vert tr td:first-child, table.table-vert tr td:nth-child(2) {
  border-top: 1px solid white;
}
table.table-vert tr td.data-value {
  font-weight: 700;
  min-width: 115px;
}

table.table-violet {
  background: #4c2882;
  color: white;
}
table.table-violet tr td {
  border-bottom: 1px solid white;
  color: white;
}
table.table-violet tr td:first-child, table.table-violet tr td:nth-child(2) {
  border-top: 1px solid white;
}
table.table-violet tr td.data-value {
  font-weight: 700;
}

footer {
  color: #4c2882;
  font-size: 13px;
  text-align: center;
}

.accordion-item table.table, .accordion-item button.accordion-button {
  font-size: 16px !important;
}

.accordion-button span.badge {
  border-radius: 5px !important;
  font-size: 14px !important;
}

.accordion-button:not(.collapsed) {
  background-color: unset;
  color: unset;
}

div.sous-total {
  position: absolute;
  right: 15px;
}

.total_title {
  display: table;
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem 1.25rem;
  width: 100%;
  color: #4c2882;
  font-size: 1rem;
  font-weight: bold;
}
.total_title div.total_label {
  float: left;
}
.total_title div.total_amount {
  float: right;
  text-align: right;
  width: 120px;
}

td.table-amount {
  text-align: right;
  width: 130px;
}

.accordion-item {
  border: none !important;
  background: white !important;
}

.accordion-button {
  border: none !important;
  box-shadow: none !important;
}

.accordion-collapse {
  border: none !important;
}

.accordion-button::after {
  display: none;
}

.accordion {
  max-width: 490px;
}
.accordion table.table {
  font-size: 14px !important;
}

div.notification {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  color: #000000;
  padding: 25px 35px;
  margin-bottom: 15px;
  text-align: left;
}

ul.list-scalian {
  padding: 0 20px;
}
ul.list-scalian li {
  margin-bottom: 20px;
}

div.bloc-chiffre {
  text-align: center;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  min-height: 270px;
}
div.bloc-chiffre h5 {
  font-size: 40px;
  font-weight: 700;
}
div.bloc-chiffre.bg-violet, div.bloc-chiffre.bg-vert, div.bloc-chiffre.bg-rose2 {
  color: white;
}
div.bloc-chiffre.bg-violet h5, div.bloc-chiffre.bg-vert h5, div.bloc-chiffre.bg-rose2 h5 {
  color: white;
}

td.data-value {
  text-align: right;
}

#footer-p01 {
  max-width: 670px;
  display: inline-block;
}

#footer-p02 {
  max-width: 470px;
  display: inline-block;
}

.float-end-desktop {
  float: right;
}

img.picto-rem {
  padding-top: 40px;
  padding-bottom: 20px;
}

@media (max-width: 576px) {
  .accordion-item {
    position: relative;
  }
  .accordion-item table.table, .accordion-item button.accordion-button {
    font-size: 11px !important;
  }
  .accordion-button {
    padding: 10px 8px;
  }
  .accordion-button span.badge {
    font-size: 10px !important;
    position: absolute;
    right: 3px;
    top: 3px;
  }
  .accordion-body {
    padding: 10px 8px;
  }
  h3.title-blanc {
    font-size: 20px;
    padding: 10px 15px;
  }
  div.bloc-title-gauche-violet h3.title-blanc {
    font-size: 18px;
    padding: 8px 12px;
  }
}
@media (max-width: 768px) {
  .mobile-center {
    text-align: center;
  }
  .float-end-desktop {
    float: unset;
  }
  .desktop-mini {
    display: none;
  }
  .accordion-item {
    position: relative;
  }
  .accordion-item table.table, .accordion-item button.accordion-button {
    font-size: 12px !important;
  }
  .accordion-button span.badge {
    font-size: 11px !important;
    position: absolute;
    right: 5px;
    top: 5px;
  }
  h3.title-blanc {
    font-size: 22px;
    padding: 12px 15px;
  }
  div.bloc-title-gauche-violet h3.title-blanc {
    font-size: 20px;
    padding: 10px 14px;
  }
}
@media (min-width: 769px) and (max-width: 820px) {
  .accordion-item {
    position: relative;
  }
  .accordion-item table.table, .accordion-item button.accordion-button {
    font-size: 13px !important;
  }
  .accordion-button {
    padding: 15px 12px;
  }
  .accordion-button span.badge {
    font-size: 12px !important;
    position: absolute;
    right: 8px;
    top: 8px;
  }
  .accordion-body {
    padding: 15px 12px;
  }
  div.sous-total {
    position: absolute;
    right: 10px;
    bottom: 8px;
  }
  h3.title-blanc {
    font-size: 23px;
    padding: 14px 20px;
  }
  div.bloc-title-gauche-violet h3.title-blanc {
    font-size: 21px;
    padding: 12px 15px;
  }
}
@media (min-width: 821px) and (max-width: 992px) {
  .accordion-item {
    position: relative;
  }
  .accordion-item table.table, .accordion-item button.accordion-button {
    font-size: 14px !important;
  }
  .accordion-button {
    padding: 16px 14px;
  }
  .accordion-button span.badge {
    font-size: 12px !important;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .accordion-body {
    padding: 16px 14px;
  }
  div.sous-total {
    position: absolute;
    right: 12px;
    bottom: 10px;
  }
  h3.title-blanc {
    font-size: 23px;
    padding: 15px 20px;
  }
  div.bloc-title-gauche-violet h3.title-blanc {
    font-size: 22px;
    padding: 13px 16px;
  }
}
@media (max-width: 992px) {
  body {
    font-size: 15px;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  h1, h2, h3, h4, h5, h6 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  }
  h1 {
    font-size: 30px;
    min-height: unset;
  }
  h2 {
    font-size: 22px;
  }
  div.container-size-2 {
    max-width: 100%;
  }
  div.container-size-3 {
    max-width: 100%;
  }
  div.container-size-4 {
    max-width: 100%;
  }
  div.container-size-5 {
    max-width: 100%;
  }
  div#edito-header-block {
    position: relative;
    margin-top: 250px;
  }
  div#edito-header-block div#edito-header {
    min-height: 450px;
    background-position: calc(50% - 4px) 25px;
    background-size: 250px;
  }
  div#edito-header-block div#edito-title {
    padding: 20px !important;
    width: 100%;
    position: unset !important;
  }
  div#edito-header-block div#edito-title div {
    padding-left: 20px !important;
  }
  div#edito-header-content {
    padding: 20px 20px;
  }
  div#edito-header-content div.container-1000 h2 {
    font-size: 22px;
  }
  div.bloc-title-violet {
    position: relative;
    margin-top: 150px;
  }
  div.bloc-title-violet div.title-violet-title, div.bloc-title-violet div.title-violet-title2 {
    padding: 20px !important;
    width: 100%;
    height: auto !important;
    position: unset !important;
  }
  div.bloc-title-violet div.title-violet-title div, div.bloc-title-violet div.title-violet-title2 div {
    padding-left: 20px !important;
  }
  div.title-violet-content {
    padding: 20px 20px;
  }
  div.title-violet-content div.container-1000 h2 {
    font-size: 22px;
  }
  div#bloc-video, div#bloc-calculateur, div#bloc-dons {
    padding: 20px 20px;
  }
  div#bloc-dons div.notification {
    padding: 15px 15px;
  }
  h3.title-blanc {
    font-size: 24px;
  }
  div.col-title {
    padding: 20px 20px;
  }
  div.col-content {
    padding: 20px 20px;
  }
  div#bloc-portrait-social {
    padding: 20px 20px;
  }
  div#bloc-portrait-social h2 {
    font-size: 22px;
  }
  .padded, .padded2 {
    padding: 20px 20px;
  }
  .accordion-item {
    position: relative;
  }
  .accordion-item table.table, .accordion-item button.accordion-button {
    font-size: 12px !important;
  }
  .accordion-button span.badge {
    font-size: 11px !important;
    position: absolute;
    right: 5px;
    top: 5px;
  }
  div.sous-total {
    position: absolute;
    right: 5px;
    bottom: 5px;
  }
  div#bloc-cotisations, div#bloc-cotisations-2 {
    padding: 20px 20px !important;
  }
  div#bloc-cotisations div#bloc-cotisation-row, div#bloc-cotisations div#bloc-cotisation-row-2, div#bloc-cotisations-2 div#bloc-cotisation-row, div#bloc-cotisations-2 div#bloc-cotisation-row-2 {
    position: unset;
  }
  div#bloc-cotisations div#bloc-cotisation-row div.row div.col-md-6 p.mb-5, div#bloc-cotisations div#bloc-cotisation-row-2 div.row div.col-md-6 p.mb-5, div#bloc-cotisations-2 div#bloc-cotisation-row div.row div.col-md-6 p.mb-5, div#bloc-cotisations-2 div#bloc-cotisation-row-2 div.row div.col-md-6 p.mb-5 {
    text-align: center;
    margin-top: 20px;
  }
  div#bloc-cotisations div#bloc-cotisation-row div.mh-desktop, div#bloc-cotisations div#bloc-cotisation-row-2 div.mh-desktop, div#bloc-cotisations-2 div#bloc-cotisation-row div.mh-desktop, div#bloc-cotisations-2 div#bloc-cotisation-row-2 div.mh-desktop {
    min-height: unset;
  }
  div.notification {
    padding: 15px 15px;
  }
  .mobile-padded {
    padding: 40px 40px;
  }
  div.bloc-title-gauche-violet h3.title-blanc {
    font-size: 22px;
    padding: 12px 16px;
  }
}
@media (max-width: 1042px) {
  .accordion-button {
    padding-right: 80px !important;
  }
  .accordion-button span.badge {
    right: 15px;
    top: 10px;
  }
  div.sous-total {
    position: absolute;
    right: 15px;
    bottom: 10px;
    z-index: 3;
    padding: 3px 6px;
    border-radius: 4px;
  }
  .accordion-collapse .accordion-body {
    padding-bottom: 40px;
  }
}
@media (min-width: 1026px) and (max-width: 1060px) {
  .accordion-button {
    padding-right: 150px !important;
    font-size: 14px !important;
    word-spacing: -1px;
    white-space: normal;
    line-height: 1.4;
  }
  div.sous-total {
    position: absolute;
    right: 25px;
    bottom: 15px;
    z-index: 10;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
  }
  table.table {
    font-size: 13px !important;
  }
  .accordion-collapse .accordion-body {
    padding-bottom: 50px !important;
  }
  .accordion-item {
    overflow: visible !important;
  }
}
@media (min-width: 1200px) and (max-width: 1310px) {
  .accordion-item {
    position: relative;
  }
  .accordion-button {
    padding-right: 100px !important;
    font-size: 15px !important;
  }
  .accordion-button span.badge {
    right: 20px;
    top: 10px;
  }
  div.sous-total {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 5;
    padding: 4px 8px;
    border-radius: 4px;
    max-width: 90px;
    text-align: right;
  }
  .accordion-collapse .accordion-body {
    padding-bottom: 45px;
  }
  table.table {
    font-size: 14px !important;
  }
}
@media (min-width: 993px) and (max-width: 1080px) {
  .accordion-item {
    position: relative;
  }
  .accordion-item table.table, .accordion-item button.accordion-button {
    font-size: 15px !important;
  }
  .accordion-button {
    padding-right: 80px !important;
  }
  .accordion-button span.badge {
    font-size: 13px !important;
    position: absolute;
    right: 15px;
    top: 12px;
  }
  div.sous-total {
    position: absolute;
    right: 15px;
    bottom: 12px;
    z-index: 3;
  }
  h3.title-blanc {
    font-size: 25px;
    padding: 15px 20px;
  }
  div.bloc-title-gauche-violet h3.title-blanc {
    font-size: 24px;
    padding: 14px 18px;
  }
}
@media (min-width: 1081px) and (max-width: 1200px) {
  .accordion-item {
    position: relative;
  }
  .accordion-item table.table, .accordion-item button.accordion-button {
    font-size: 15px !important;
  }
  .accordion-button {
    padding-right: 70px !important;
  }
  .accordion-button span.badge {
    font-size: 14px !important;
    position: absolute;
    right: 20px;
    top: 15px;
  }
  div.sous-total {
    position: absolute;
    right: 20px;
    bottom: 15px;
    z-index: 3;
  }
  h3.title-blanc {
    font-size: 26px;
    padding: 15px 20px;
  }
  div.bloc-title-gauche-violet h3.title-blanc {
    font-size: 26px;
    padding: 15px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1435px) {
  div#bloc-situation h3.title-blanc {
    font-size: 24px;
    padding: 15px 20px;
    max-width: 95%;
    white-space: normal;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) and (max-width: 1320px) {
  div#bloc-projection h3.title-blanc {
    font-size: 23px;
    padding: 14px 18px;
    max-width: 95%;
    white-space: normal;
    line-height: 1.2;
    word-spacing: -1px;
    margin: 0 0 0.75rem 0;
  }
  div#bloc-projection h3.title-blanc span {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  div.bloc-title-gauche-violet h3.title-blanc {
    font-size: 28px;
    padding: 16px 22px;
  }
}
.title-blanc {
  line-height: 1.3;
  margin-bottom: 1rem;
}

.accordion-button {
  position: relative;
  padding-right: 110px !important;
  white-space: normal;
  line-height: 1.4;
}
.accordion-button .sous-total {
  position: absolute;
  right: 15px;
  z-index: 5;
  white-space: nowrap;
}

@media (min-width: 1000px) and (max-width: 1100px) {
  .accordion-button {
    font-size: 14px !important;
    padding-right: 130px !important;
  }
  .accordion-button .sous-total {
    right: 15px;
    bottom: 15px;
  }
}
@media (min-width: 1026px) and (max-width: 1060px) {
  .accordion-button {
    padding-right: 150px !important;
    font-size: 14px !important;
    word-spacing: -1px;
    white-space: normal;
    line-height: 1.4;
  }
  div.sous-total {
    position: absolute;
    right: 25px;
    bottom: 15px;
    z-index: 10;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
  }
  table.table {
    font-size: 13px !important;
  }
  .accordion-collapse .accordion-body {
    padding-bottom: 50px !important;
  }
  .accordion-item {
    overflow: visible !important;
  }
}
@media (max-width: 1280px) {
  div#bloc-cotisations div#bloc-cotisation-row {
    position: unset;
    top: unset;
  }
}/*# sourceMappingURL=styles.css.map */