@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: unset;
  font-weight: unset;
  line-height: unset;
  margin-bottom: unset;
  margin-top: unset;
}

div.content {
  padding: 0;
}

body {
  font-family: "Ubuntu", sans-serif;
  color: #0c0013;
  font-size: 17px;
  font-weight: 100;
}

a {
  color: #0072ad;
  text-decoration: underline;
}
a:hover {
  color: #12ABDB;
  text-decoration: underline;
}
a.link-bleu {
  color: #0072ad;
  text-decoration: underline;
}
a.link-bleu:hover {
  color: #12ABDB;
}
a.link-white {
  color: white;
  text-decoration: underline;
}
a.link-white:hover {
  color: #12ABDB;
}

h1 {
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 35px;
}

h2 {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 50px;
}

h3 {
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  margin-bottom: 90px;
}

div.container-01 {
  max-width: 1265px;
}

div.container-02 {
  max-width: 955px;
}

div.container-03 {
  max-width: 1033px;
}

div.container-04 {
  max-width: 600px;
}

div.container-05 {
  max-width: 1125px;
}

div.container-06 {
  max-width: 470px;
}

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

.italic {
  font-style: italic;
}

.bold {
  font-weight: 500;
}

.fwn {
  font-weight: normal;
}

.fw400 {
  font-weight: 400;
}

.lh1 {
  line-height: 1;
}

.fz14 {
  font-size: 14px;
}

.fz17 {
  font-size: 17px;
}

.fz20 {
  font-size: 20px;
}

.fz30 {
  font-size: 30px;
}

.vertical-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vertical-align div {
  display: flex;
  align-items: center;
  white-space: nowrap; /* empêche le retour à la ligne dans les div */
}

.bg-bleu01 {
  background-color: #214553 !important;
}

.bg-bleu02 {
  background-color: #0F878A !important;
}

.bg-bleu03 {
  background-color: #12ABDB !important;
}

.bg-bleu04 {
  background-color: #0072ad !important;
}

.bg-bleu05 {
  background-color: #272936 !important;
}

.bg-bleu06 {
  background-color: #8cbfda !important;
}

.bg-bleu07 {
  background-color: #14596B !important;
}

.bg-bleu08 {
  background-color: #00BFBF !important;
}

.color-bleu {
  color: #2f70a8;
}

.color-bleu01 {
  color: #214553;
}

.color-bleu02 {
  color: #0F878A;
}

.color-bleu03 {
  color: #12ABDB;
}

.color-bleu04 {
  color: #0072ad;
}

.color-bleu05 {
  color: #272936;
}

.color-bleu06 {
  color: #8cbfda;
}

.color-bleu07 {
  color: #14596B;
}

.color-bleu08 {
  color: #00BFBF;
}

.color-white {
  color: white !important;
}

.img-tiret {
  position: relative;
  bottom: 3px;
}

div.main {
  background: #f6f6f6;
}

#header {
  height: auto;
  height: 50vh;
  min-height: 850px;
  text-align: center;
  color: white !important;
}
#header h1, #header h2 {
  color: white !important;
}

div#header-informations {
  padding: 20px 0;
  position: relative;
  top: -220px;
  margin-bottom: -220px;
}

div#header-informations .container {
  background-color: rgba(48, 114, 173, 0.9);
  padding-top: 70px;
  padding-bottom: 55px;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1220px;
  color: white;
  font-weight: 500;
}
div#header-informations .container div.header-breadcrumb {
  font-size: 17px;
  margin-bottom: 40px;
}

div.bloc-image-texte {
  padding: 35px 28px;
  width: 465px;
  height: 304px;
  color: white;
}
div.bloc-image-texte.bloc-image-texte-mini {
  height: auto;
}
div.bloc-image-texte div.bloc-image-breadcrumb {
  font-size: 15px;
  margin-bottom: 32px;
  font-weight: 500;
}
div.bloc-image-texte div.bloc-image-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}

div.bloc-image {
  position: relative;
  width: 100%;
  margin-bottom: 70px;
}
div.bloc-image.bloc-image-left div.bloc-image-image {
  float: left;
}
div.bloc-image.bloc-image-left div.bloc-image-texte {
  position: absolute;
  bottom: -50px;
  right: 0px;
}
div.bloc-image.bloc-image-right div.bloc-image-image {
  float: right;
}
div.bloc-image.bloc-image-right div.bloc-image-texte {
  position: absolute;
  bottom: -50px;
  left: 0px;
}
div.bloc-image:after {
  content: "";
  display: table;
  clear: both;
}

div#portrait-social {
  padding-top: 66px;
  padding-bottom: 66px;
  background-color: white;
}

div#portrait-social-pictos-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap; /* Permet de passer à la ligne */
  justify-content: center; /* Centre les éléments horizontalement */
}

div.portrait-social-picto {
  display: flex;
  flex-direction: column; /* Dispose les enfants en colonne */
  justify-content: center;
  align-items: center;
  margin: 10px 30px; /* Ajout d'un espace entre les éléments */
  text-align: center; /* Centre le texte */
}

.portrait-social-picto img {
  max-width: 100%; /* S'assure que l'image est responsive */
}

.portrait-social-picto-title {
  margin-top: 10px; /* Espace entre l'image et le titre */
  height: 110px;
  line-height: 1.2;
}

.portrait-social-chiffre {
  font-size: 30px;
  font-weight: 500;
  color: #0072ad;
}

div.bloc-card-title {
  margin-top: 40px;
  margin-bottom: 80px;
  position: relative;
  width: 100%;
}
div.bloc-card-title div.card-shadow {
  box-shadow: -6px 6px 20px 0px rgba(0, 0, 0, 0.35);
  border-radius: 0px;
  padding: 30px 30px 30px 30px;
  margin-bottom: 30px;
  margin-top: 50px;
  min-height: 340px;
}
div.bloc-card-title div.mycard-title {
  margin-bottom: -150px;
  margin-left: 10%;
}
div.bloc-card-title div.mycard-title.mycard-title2 {
  margin-bottom: -100px;
}
div.bloc-card-title div.mycard-title.my-card-title-right {
  margin-left: 50%;
}
div.bloc-card-title div.mycard-title.my-card-title-right2 {
  margin-left: 40%;
}
div.bloc-card-title div.mycard-title.my-card-title-left2 {
  margin-left: 5%;
}
div.bloc-card-title div.mycard-title.my-card-title-left3 {
  margin-left: 20%;
}
div.bloc-card-title div.mycard-title.my-card-title-left4 {
  margin-left: 30%;
}

.bloc-placement-color {
  color: white;
  padding: 35px 45px;
  margin-bottom: 10px;
}
.bloc-placement-color h4 {
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
.bloc-placement-color div.bloc-placement-content {
  margin-top: 20px;
}
.bloc-placement-color.bloc-placement-bloc-fleche {
  min-height: 400px;
}
.bloc-placement-color.bloc-placement-bloc-bas {
  min-height: 480px;
}
.bloc-placement-color.bg-fleche-01 {
  background: url("../img/bg-fleche-bleu-01.png") no-repeat;
  background-position: top center;
  min-height: unset;
  height: 90px;
}
.bloc-placement-color.bg-fleche-02 {
  background: url("../img/bg-fleche-bleu-02.png") no-repeat;
  background-position: top center;
  min-height: unset;
  height: 91px;
}

.card-login {
  background: white !important;
}
.card-login .card-header, .card-login .card-body, .card-login .card-footer {
  background: white !important;
  color: #0072ad !important;
}
.card-login .card-header h4, .card-login .card-body h4, .card-login .card-footer h4 {
  font-weight: bold;
  color: #0072ad !important;
}

.btn {
  border-radius: 20px;
}

.btn-lg {
  font-size: 1.25em;
}

.btn-primary {
  background-color: #0072AD !important;
  border-color: #0072AD !important;
  color: #fff;
}

.btn-primary:hover {
  background-color: #12ABDB !important;
  border-color: #12ABDB !important;
  transition: all 0.75s ease-in-out;
  transform: scale(1.1);
  border: 1px solid #0070AD !important;
  color: white !important;
}

div.cotisations {
  padding: 44px 17px 2px 17px;
  font-size: 20px;
  color: white;
  font-weight: 500;
  min-height: 260px;
}

div.cotisation-data {
  width: 100%;
  background: #8cbfda;
  padding: 17px 15px;
  font-size: 17px;
  color: #214553;
  position: relative;
  bottom: 15px;
  text-align: right;
}

input.cotisation-input {
  background: #8cbfda;
  padding: 14px 12px;
  font-size: 17px;
  color: #214553;
  text-align: right;
  border: 0;
  border-radius: 0;
}

.cotisation-input-group .input-group-text {
  background: #8cbfda;
  color: #214553;
  font-size: 17px;
  font-weight: bold;
  border: 0;
  border-radius: 0;
}

.text-jour-temps {
  text-align: left;
}
.text-jour-temps.text-jour-temps-right {
  text-align: right;
}

div#cet-recap, div#esop-recap {
  width: 390px;
  position: relative;
  left: 220px;
}
div#cet-recap div.card-shadow, div#esop-recap div.card-shadow {
  min-height: unset;
  height: auto;
}

div#synthese-recap {
  width: 500px;
  position: relative;
  left: 250px;
}
div#synthese-recap div.card-shadow {
  min-height: unset;
  height: auto;
}
div#synthese-recap div.card {
  background: #0072ad;
  color: white;
}

div.bloc-CET-data {
  text-align: center;
  color: white;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 320px;
  margin-bottom: 20px;
}
div.bloc-CET-data div.bloc-CET-data-title {
  font-size: 60px;
  font-weight: bold;
}

div.footer {
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 13px;
  max-width: 730px;
}

.accordion-item {
  /*background: rgba(255,255,255,0.1) !important;*/
}
.accordion-item table.table, .accordion-item button.accordion-button {
  font-size: 16px !important;
}

.accordion-button {
  font-size: 0.6em;
}
.accordion-button span.badge {
  font-size: 0.7em;
}

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

div.sous-total {
  position: absolute;
  right: 45px;
  font-weight: bold;
  font-size: 0.95em;
}

.total_title {
  display: table;
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem 1.25rem;
  width: 100%;
  color: #214553;
  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: 100px;
  font-weight: 500;
}

.chart {
  min-height: 500px !important;
}

.chart2 {
  min-height: 300px !important;
}

@media (max-width: 991.98px) {
  .chart {
    min-height: 380px !important;
  }
}
@media (max-width: 992px) {
  div.bloc-image-texte {
    padding: 35px 28px;
    width: 100% !important;
    height: auto;
    padding: 20px;
    color: white;
    position: unset !important;
    display: block;
  }
  div.bloc-image.bloc-image-left div.bloc-image-image {
    float: unset;
    text-align: center;
  }
  div.bloc-image.bloc-image-right div.bloc-image-image {
    float: unset;
    text-align: center;
  }
  div.bloc-card-title div.mycard-title {
    background: red;
    margin-bottom: -70px;
    width: 100%;
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
  div.bloc-card-title div.mycard-title.mycard-title2 {
    margin-bottom: -50px;
  }
  div.bloc-placement-bloc-fleche {
    min-height: unset !important;
  }
  div.bloc-placement-bloc-bas {
    min-height: unset !important;
  }
}
@media (max-width: 1199px) {
  div.cotisation-data {
    position: relative;
    bottom: 0;
  }
}
@media (max-width: 1399px) {
  .accordion-button {
    min-height: 100px;
  }
  div.sous-total {
    position: absolute;
    top: 7px;
    right: 10px;
    font-weight: bold;
    font-size: 0.95em;
    padding: 0 3px;
    display: block;
    clear: both;
  }
  div.pourcent_rem {
    position: absolute;
    right: 10px;
    bottom: 7px;
  }
}
@media (max-width: 768px) {
  #header {
    height: auto;
    min-height: 500px;
  }
  div#header-informations {
    top: -200px;
    margin-bottom: -200px;
  }
  div#header-informations .container {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  div.portrait-social-picto {
    margin: 10px 10px; /* Ajout d'un espace entre les éléments */
  }
  .text-jour-temps {
    text-align: center;
  }
  .text-jour-temps.text-jour-temps-right {
    text-align: center;
  }
  div#cet-recap, div#esop-recap, div#synthese-recap {
    width: 100%;
    position: unset;
    left: unset;
  }
  div.bloc-CET-data {
    text-align: center;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: unset;
  }
  .vertical-align {
    display: unset;
    flex-direction: unset;
    justify-content: unset;
  }
  .vertical-align div {
    display: unset;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    align-items: unset;
    white-space: unset;
  }
}/*# sourceMappingURL=styles.css.map */