@font-face {
  font-family: 'Mona-Sans';
  src:
    url('../fonts/Mona-Sans.woff2') format('woff2 supports variations'), url('../fonts/Mona-Sans.woff2') format('woff2-variations');
  font-weight: 200 900;
  font-stretch: 75% 125%;
}
body {
  /* background-color: #000; */
  background-color: #00062b;
}
.splide__track {
  border-radius: 25px;
}
.splide__arrow {
  background: rgb(185 190 255 / 24%);
  opacity: 1;
}
.splide__arrow svg {
  fill: #fbfbfb;
}
.background-container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  overflow-x: hidden;
}
.background-site {
  position: absolute;
  max-width: 1140px;
  width: 180%;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  /* background: url(../images/background.webp) center top no-repeat; */
  box-shadow: 55px 55px 70px 0 black inset, -55px -55px 70px 0 black inset;
  z-index: -1;
  border-radius: 20%;
}
.background-site > img {
  width: 100%;
  /* filter: blur(12px); */
  box-shadow: 25px 25px 50px 0 black inset, -25px -25px 50px 0 black inset;
}
.background-form {
  position: absolute;
  width: 100%;
  min-width: 720px;
  max-width: 840px;
  top: 60px;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
  mix-blend-mode: plus-lighter;
}
.background-form > img {
  width: 100%;
  filter: blur(12px);
  border-radius: 50%;
}
.custom-container {
  max-width: 600px;
  margin: 0 auto;
}
.banner-hero {
  overflow: hidden;
  /* border-radius: 24px 24px 0 0; */
}
.banner-hero-co {
  margin: 0 auto;
  padding: 0;
  background-image: linear-gradient(to top, #a20577 8%, #9e0174 24%, #590242 56%, #26001c 97%);
  border-radius: 26px;
  overflow: hidden;
}
.banner-hero-content {
  position: relative;
  z-index: -1;
  margin-top: -50px;
  margin-bottom: 30px !important;
  padding-top: 50px;
  padding-bottom: 18px;
  text-align: center;
  background-color: rgb(0 0 0 / 50%);
  border-radius: 0px 0px 26px 26px;
  border: 1px solid rgb(34 131 218 / 70%);
  box-shadow: 0px 0px 10px 2px rgb(18 138 220 / 30%);
}
.banner-hero-co .banner-hero-content {
  background: none;
}
.banner-video {
  background-image: linear-gradient(to bottom, #a20577 0%, #fcf2fa 50%, #fcf2fa 100%);
  border-radius: 0 0 20px 20px;
  padding-bottom: 12px;
}
.slogan {
  font-size: min(max(18px, 7vw), 41px);
  color: white;
  padding-top: 0px;
  padding-bottom: 24px;
  text-align: center;
  font-family: Mona-Sans;
  font-weight: 900;
  text-shadow: 0px 0px 20px #000733, -2px -2px 0px rgb(52 120 234 / 40%), 2px 2px 20px rgb(54 57 255 / 75%);
}
.counter-header {
  display: table;
  padding: 5px 20px;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
  text-transform: uppercase;
  font-size: 12px;
}
.counter-days {
  position: absolute;
  bottom: -18px;
  z-index: 1;
  left: 50%;
  transform: translate(-50%);
  padding: 0 10px;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 19px;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgb(69 38 0 / 50%);
  background: linear-gradient(90deg, hsl(33deg 84% 40%) 0%, hsl(46deg 100% 40%) 50%, hsl(33deg 84% 40%) 100%);
  box-shadow: 0px 0px 10px 0px rgb(18 138 220 / 50%);
  height: 36px;
  line-height: 36px;
  text-wrap: nowrap;
}
.counter-days-content {
  min-width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-days-content > span {
  margin: 0 10px;
}
.box-video {
  margin: 0 10px;
  border: 1px solid hsl(56deg 70% 67%);
  box-shadow: 0px 0px 15px 0px hsl(0deg 0% 0% / 60%);
}
.bouton-don {
  display: block;
  width: fit-content;
  font-family: Mona-Sans;
  font-size: clamp(24px, 5vw, 29px);
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  /* text-transform: uppercase; */
  cursor: pointer;
  margin: 0 auto;
  margin-top: 52px;
  padding: 5px 20px;
  border-radius: 50px;
  background: linear-gradient(90deg, hsl(33deg 84% 40%) 0%, hsl(46deg 100% 40%) 50%, hsl(33deg 84% 40%) 100%);
  box-shadow: 0px 3px 10px 0px hsl(42.49deg 100% 1.08% / 80%), inset 0px 2px 7px 3px #ffea00, inset 0px 10px 10px 0px rgb(255 154 0 / 60%);
  text-shadow: 0px 0px 20px #f29705, -2px -2px 0px rgba(234, 164, 52, 0.4), 2px 2px 0px rgba(234, 164, 52, 0.75);
}
.bouton-don:hover {
  background: hsl(45deg 100% 44%);
}
.bouton-don a {
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 33px;
}
.bouton-don a svg {
  fill: #FFFFFF;
  filter: drop-shadow(0px 3px 10px hsl(42.49deg 100% 1.08% / 80%)) drop-shadow(0px 2px 7px #ffea00) drop-shadow(0px 10px 10px rgb(255 154 0 / 60%));
  width: 23px;
  height: 21px;
  margin-top: 2px;
}
.header-sub-grande-tombola {
  margin-top: 30px;
  margin-bottom: 30px;
  margin: 30px auto;
  max-width: 550px;
}
.imagine {
  margin-bottom: 60px;
}
.imagine .avant-premiere {
  margin: 100px auto 20px;
  max-width: 550px;
}
.imagine .avant-premiere img {
  opacity: 1;
}
.imagine .description {
  line-height: normal;
  letter-spacing: -0.02em;
  text-align: left;
  font-family: Mona-Sans;
  font-weight: 300;
  color: #a6cbff;
  padding-top: 15px;
  margin: 0 auto;
  width: 90%;
  font-size: clamp(16px, 3.5vw, 23px);
  text-align: center;
}
/**********************/
/* Actions de TB */
/**********************/
.actions {
  position: relative;
  max-width: 600px;
  /* width:100%; */
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.actions .title {
  /* width:100%; */
  /*padding-top:30px;*/
  /* padding-bottom: 40px; */
  font-family: Mona-Sans;
  font-size: min(max(20px, 8vw), 36px);
  font-weight: 900;
  color: #FFF;
  text-align: center;
}
.actions .title .small {
  font-weight: 200;
  font-size: min(max(18px, 7vw), 28px);
  margin-bottom: max(-16px, -20px);
}
.actions .action {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  max-width: 450px;
  margin: 0 auto;
}
.actions .action .cadre {
  display: flex;
  height: 150px;
  background-color: #02103b;
  border-radius: 26px;
  position: relative;
  margin-top: 40px;
}
.actions .action .cadre .image {
  width: 170px;
  position: absolute;
  bottom: 0;
  left: -20px;
  filter: drop-shadow(18px 10px 8px #00000050);
}
.actions .action .cadre .image.right {
  left: unset;
  right: -30px;
  filter: drop-shadow(-18px 10px 8px #00000050);
}
/***************************/
.actions .action .cadre .image.rabbins {}
.actions .action .cadre .image.tbmag {
  width: 135px;
  right: -20px;
  bottom: -10px;
}
.actions .action .cadre .image.hessed {
  left: -25px;
  bottom: -10px;
}
.actions .action .cadre .image.contenu {
  width: 144px;
  right: -10px;
  bottom: -8px;
}
/***************************/
.actions .action .cadre .texte.rabbins {}
.actions .action .cadre .texte.tbmag {}
.actions .action .cadre .texte.hessed {
  margin-left: 150px;
}
.actions .action .cadre .texte.contenu {}
/***************************/
.actions .action .cadre .texte {
  font-weight: 200;
  font-size: min(max(11px, 3.8vw), 16px);
  line-height: min(max(11px, 4.6vw), 16px);
  color: #4b8ae2;
  width: -webkit-fill-available;
  display: block;
  margin-left: 156px;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  z-index: 1;
}
.actions .action .cadre .texte.right {
  margin-left: 20px;
  margin-right: 130px;
  width: -webkit-fill-available;
}
.actions .action .cadre .texte ul {
  padding-left: 23px;
}
.actions .action .cadre .title {
  font-weight: 750;
  font-size: min(max(13px, 5vw), 23px);
  color: #FFF;
  text-align: left;
  line-height: 23px;
  margin-bottom: 5px;
}
.actions .action-video {
  position: relative;
  padding-bottom: 60px;
  max-width: 450px;
  margin: 0 auto;
}
.actions .action-video .background {
  position: absolute;
  width: 70%;
  padding-bottom: 40%;
  /* min-width: 450px; */
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  background-color: #0054cb;
  text-align: center;
  z-index: -1;
  filter: blur(32px);
  border-radius: 50%;
}
.actions .action-video .background > img {
  width: 100%;
  filter: blur(12px);
}
.actions .action-video .titre {
  font-size: 24px;
  color: white;
  text-align: center;
  font-family: Mona-Sans;
  font-weight: 900;
  padding-bottom: 15px;
  text-shadow: 0px 6px 7px rgb(0 0 0 / 30%);
  line-height: 24px;
}
.actions .action-video .description {
  width: 87%;
  font-size: 14px;
  line-height: normal;
  letter-spacing: -0.02em;
  font-family: Mona-Sans;
  font-weight: 300;
  color: #3877cf;
  margin: 0 auto;
  margin-top: 10px;
  text-align: justify;
}
.actions .action-video .video {
  border-radius: 26px;
  box-shadow: 0px 0px 26px 0px rgba(0, 68, 157, 0.15);
}
.actions .action-video .video video {
  display: block;
  border-radius: 26px;
}
/**********************/
.custom-container.custom-actions-new {
  max-width: 1000px;
}
.actions-new {
  display: grid;
  width: 100%;
  margin-top: clamp(30px, 8vw, 70px);
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}
.actions-new-title {
  /* width:100%; */
  padding-top: 70px;
  /* padding-bottom: 40px; */
  font-family: Mona-Sans;
  font-size: clamp(29px, 8vw, 62px);
  font-weight: 900;
  color: #ffc800;
  text-align: center;
  letter-spacing: -1px;
  position: relative;
  text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2)
}
.actions-new-title .background-ellipse {
  position: absolute;
  width: 80%;
  padding: 50px;
  border-radius: 50%;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0072ff;
  opacity: 0.4;
  z-index: -1;
  filter: blur(32px);
  overflow: hidden;
}
.actions-new-title .small {
  color: #FFFFFF;
  font-weight: 200;
  font-size: clamp(20px, 5vw, 32px);
  line-height: normal;
  margin-top: max(-9px, -15px);
  text-shadow: none;
}
.actions-new .action {
  margin-bottom: clamp(40px, 5vw, 70px);
}
.actions-new .action .title {
  display: flex;
  align-items: end;
  justify-content: center;
  font-family: Mona-Sans;
  font-size: clamp(18px, 3.5vw, 28px);
  font-weight: 800;
  color: #FFF;
  text-align: center;
  margin-bottom: 15px;
  line-height: normal;
  min-height: 60px;
  letter-spacing: -1.2px;
}
.actions-new .action .objectif {
  text-align: center;
  margin-bottom: 16px;
}
.actions-new .action .objectif .objectif-action {
  font-family: Mona-Sans;
  font-size: 13px;
  font-weight: 200;
  color: #329be2;
  text-transform: uppercase;
}
.actions-new .action .objectif .objectif-amount {
  font-family: Mona-Sans;
  font-size: 27px;
  font-weight: 500;
  color: #a0d9ff;
  line-height: 24px;
}
.actions-new .action .description {
  line-height: normal;
  letter-spacing: -0.02em;
  font-family: Mona-Sans;
  font-weight: 300;
  color: #5496f3;
  ;
  padding-top: 10px;
  margin: 0 auto;
  width: 90%;
  font-size: clamp(13px, 3.5vw, 16px);
  text-align: justify;
}
.actions-new .action .boutons {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 67%;
  margin: 0 auto;
  margin-top: 12px;
}
.actions-new .action .boutons .bouton {
  display: flex;
  flex: 1;
  min-width: min-content;
  justify-content: center;
  align-items: center;
  font-family: Mona-Sans;
  font-size: 10px;
  font-weight: 500;
  background-color: #00317e;
  padding: 2px 6px;
  border-radius: 26px;
  color: #a0d9ff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.actions-new .action .boutons .bouton.decouvrir a {
  color: #a0d9ff;
  text-decoration: none;
}
.actions-new .action .boutons .bouton.donner a {
  color: #FFFFFF;
  text-decoration: none;
}
.actions-new .action .boutons .bouton a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.actions-new .action .boutons .bouton.donner {
  color: #FFFFFF;
  font-size: 13px;
  background: linear-gradient(90deg, hsl(33deg 84% 40%) 0%, hsl(46deg 100% 40%) 50%, hsl(33deg 84% 40%) 100%);
}
.actions-new .action .boutons .bouton.donner:hover {
  background: hsl(46deg 100% 40%);
}
.actions-new .action .cadre-video {
  width: 90%;
  position: relative;
  margin: 0 auto;
  margin-bottom: -20px;
  border-radius: 13px 13px 0 0;
  z-index: -1;
}
.actions-new .action .cadre-video .video {
  border-radius: 13px 13px 0 0;
}
.actions-new .action .cadre-video .video img {
  border-radius: 13px 13px 0 0;
}
.actions-new .action .card-objectif {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.actions-new .action .card-objectif .progress {
  height: 24px;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.actions-new .action .card-objectif .progress .progress-bar {
  animation: unset;
  box-shadow: none;
  background: #1f88e5;
  border: none;
}
.actions-new .action .card-objectif .progress .progress-bar .progress-text {
  font-size: 14px;
  line-height: 14px;
  text-shadow: none;
}
/**********************/
/* Grand Concours */
/**********************/
.grand-concours {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  background: #0054cb;
  border-radius: 26px;
  background-image: linear-gradient(to bottom, #1437a7 0%, #020d43 12%, #00062f 49%, #161f71 67%, #001659 79%, #02103c 89%);
  margin-top: 100px;
  margin-bottom: 80px;
  box-shadow: 0px 0px 150px 0px rgba(0, 68, 157, 0.10);
}
.grand-concours .title {
  width: 100%;
}
.grand-concours .title img {
  width: 100%;
  margin-top: -48px;
}
.grand-concours .une-chance-sur-2 .cadre {
  margin: 0 12px;
  padding: 10px;
  background-image: linear-gradient(to bottom, rgba(2, 16, 59, 0.3) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(2, 16, 59, 0.3) 100%);
  border-radius: 26px;
  border: 1px solid rgb(11 51 177 / 50%);
}
.grand-concours .une-chance-sur-2 .texte {
  margin: 0 12px;
  padding-top: 10px;
  font-family: Mona-Sans;
  font-weight: 200;
  font-size: 13px;
  line-height: 13px;
  font-style: italic;
  color: #6d87d5;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.30);
}
.grand-concours .liste-cadeaux {
  padding-top: 50px;
  padding-bottom: 10px;
}
.grand-concours .voiture {
  position: relative;
}
.grand-concours .voiture img {
  position: relative;
  z-index: 1;
}
.grand-concours .voiture .background {
  position: absolute;
  width: 45%;
  padding-bottom: 45%;
  /* min-width: 450px; */
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  background-color: #1047a7;
  text-align: center;
  filter: blur(40px);
  border-radius: 50%;
}
/**********************/
.donateurs-number {
  font-family: Mona-Sans;
  font-weight: 900;
  color: #67d6ff !important;
  text-shadow: 0px 0px 15px rgb(0, 0, 0, 1), 0px 0px 26px rgb(12, 56, 185, 0.75);
}
.donateurs-texte {
  font-family: Mona-Sans;
  font-weight: 200;
  color: #67d6ff !important;
}
.text-success {
  color: #09c81b !important;
}
.box-demande p {
  text-align: justify;
  letter-spacing: -0.4px;
}
.box-demande-segoulot {
  background-repeat: no-repeat;
  background-size: 170px;
  padding-left: 190px;
  min-height: 210px;
}
.box-form {
  max-width: 600px;
  margin: 0 auto;
  background-color: #f8f9fa;
  border-radius: 26px;
  box-shadow: 0px 0px 28px 7px rgba(0, 0, 0, 0.60);
  margin-top: clamp(50px, 8vw, 70px);
}
.box-form.box-form-large {
  max-width: 100%;
  border-radius: 0;
}
.box-form.box-form-large .box-form-header {
  border-radius: 0;
}
.box-form .form-check-periodique {
  margin: 0;
  margin-top: 10px;
}
.box-form-header {
  margin: 0 auto;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  background-image: linear-gradient(to bottom, #a6daf8 0%, #359edb 35%, #acddfa 65%);
  border-bottom: 1px solid #60b8eb;
}
.box-form-header img {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}
.choix-action {
  font-family: Mona-Sans;
  padding-top: 17px;
  padding-bottom: 30px;
}
.choix-action .question {
  color: #353535;
  text-align: center;
  padding-bottom: 7px;
}
.choix-action .question .question-1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 7px;
}
.choix-action .question .question-2 {
  font-size: 20px;
  font-weight: 600;
}
.choix-action select {
  border: 1px solid #8fd6ff;
}
.box-form-content {
  border: 1px solid #d9dadb;
  border-top: none;
  padding: 15px 12px 0 12px;
  border-radius: 0 0 26px 26px;
}
.infos-form .input-group-text {
  min-width: 90px;
  font-weight: bold;
  font-size: 15px;
  color: #424242;
  background-color: #d9dadb;
  text-shadow: 1px 1px 0px #fff;
}
.infos-form input.form-control {
  font-size: 15px;
}
.infos-form .dropdown-indicatif {
  border: none;
  padding: 0;
  margin: 0;
  height: auto;
  background: transparent;
}
.infos-form .dropdown-indicatif > a {
  font-size: 15px;
}
.card-don .input-group > input, .card-don .input-group .dropdown-toggle {
  background-color: #fff;
}
.card-don .input-group .dropdown-toggle:hover {
  color: #053f61;
}
.card-don .input-group > input, .card-don .input-group .dropdown-toggle {
  border-color: #73aac9;
}
.btn-form {
  display: flex;
  justify-content: center;
  width: 320px;
  height: 52px;
  margin: 10px auto;
  border-radius: 35px;
  text-shadow: 1px 2px 1px rgb(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -0.4px;
  background-color: hsl(204deg 91% 39%);
  box-shadow: 0px 3px 10px 0px hsl(204deg 43% 34% / 80%), inset 0px 2px 10px 3px hsl(204deg 100% 12% / 55%);
}
.btn-form:hover {
  color: #fff;
  text-decoration: none;
}
.card-don {
  border-radius: 12px;
  border: 1px solid #ffffff;
  background-image: linear-gradient(to bottom, #8fd6ff 0%, #a8dfff 21%, #dcf2ff 100%);
}
.card-overflow {
  overflow: hidden;
}
.card-don-header {
  display: flex;
  justify-content: center;
}
.card-don-header .label {
  border-radius: 0px 0 12px 12px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  height: 36px;
  font-size: 24px;
  font-weight: bold;
  color: #353535;
  background: #0078be;
  box-shadow: 2px 2px 3px rgba(64, 162, 219, 0.3);
  justify-content: center;
  background-color: #FFFFFF;
  margin-top: -1px;
  font-family: Mona-Sans;
}
.card-don-header .label a {
  display: inline-block;
  overflow: hidden;
  background-image: url('.../images/ico_radio_off.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
  line-height: 32px;
  padding-left: 24px;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(4, 76, 117, 0.4);
}
.card-don.active .card-don-header .label a {
  color: #ffdea8;
}
.card-don-header .label a:hover {
  text-decoration: none;
}
.card-don.active .card-don-header .label a {
  background-image: url('.../images/ico_radio_on.png');
}
.card-don-header .price {
  padding-right: 10px;
  padding-top: 1px;
  display: flex;
  align-items: center;
  color: #fff;
  height: 36px;
  text-shadow: 0px 0px 8px rgb(1 7 10 / 50%), -2px -1px 0px rgba(23, 114, 166, 0.25), 2px 2px 0px rgba(26, 137, 201, 0.35);
}
.price-concours {
  text-align: right;
  font-size: 14px;
  line-height: 15px;
}
.price-concours .price-subtitle {
  font-size: 12px;
  line-height: 12px;
}
.card-don-soutien {
  font-family: Mona-Sans;
  font-size: 15px;
  color: #45b2f2;
  text-align: center;
  margin-bottom: 3px;
}
.card-don-ticket {
  width: 100%;
  max-width: 290px;
  /* border: 1px solid rgba(255, 255, 255, 0.494); */
  border-radius: 13px;
  background-color: rgba(255, 255, 255, 0.35);
  font-family: Mona-Sans;
  font-size: 15px;
  color: #58b9f4;
  text-wrap: nowrap;
  padding: 9px 0 6px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
.card-don-ticket > .label {
  font-size: 13px;
  line-height: 13px;
}
.card-don-ticket > .nb_ticket {
  font-size: 18px;
  color: #47b4f2;
}
.card-don-ticket > .nb_ticket span {
  font-weight: bold;
  line-height: 20px;
  color: #09c81b;
}
.card-don-body {
  padding: 9px;
  padding-top: 25px;
}
.card-don-body .form-row {}
.card-don-body .dons-rapide {
  gap: 10px;
  margin: 0;
  flex: 1;
  display: grid;
  padding: 0;
  flex-direction: row;
  flex-flow: row;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.card-don-body .dons-rapide .btn.focus, .card-don-body .dons-rapide .btn:focus {
  box-shadow: 0 0 8px 3px rgba(0, 123, 255, .5);
}
.card-don-body .dons-rapide.concours {
  grid-template-columns: 1fr 1fr;
}
.card-don-body .dons-rapide.concours > * {
  position: relative;
}
.card-don-body .dons-rapide.concours a {
  border: 0;
  padding: 0;
  background: transparent;
  text-decoration: none;
}
.card-don-body .dons-rapide.concours a > img {
  border: 0;
  padding: 0;
  border-radius: 10px;
}
.card-don-body .dons-rapide.concours .price-item-concours {
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%);
  color: #FFFFFF;
  z-index: 1;
  font-size: clamp(13px, 3.5vw, 16px);
  line-height: normal;
  font-family: Mona-Sans;
  text-shadow: 1px 1px 0px rgb(0 34 55 / 40%);
}
.card-don .card-don-amount {
  font-family: Mona-Sans;
}
.card-don .card-don-amount > [class*=col-md-] {
  flex: 1 1 100%;
  max-width: 100%;
}
.card-don .card-don-amount .don-input {
  height: 52px;
  border-radius: 13px 0 0 13px;
  font-family: Mona-Sans;
  font-size: 26px;
  font-weight: 900;
  color: #239bdf;
  border: 1px solid #8fd6ff;
  box-shadow: inset 6px 6px 6px 0px rgb(209 229 241 / 60%);
}
.card-don .card-don-amount .don-btn {
  font-size: 15px;
  border-radius: 0 13px 13px 0;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #8fd6ff;
  color: #239bdf;
}
.btn {
  padding: 0.25rem 0.35rem;
}
.btn-don {
  color: #fff;
  border: 1px solid #0f7fbf;
  background-image: linear-gradient(to bottom, #0d89d1 30%, #026aa6 100%);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  border-radius: 9px;
}
.btn-don:hover {
  color: #ffdea8;
}
.box-item {
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  padding-left: 8px;
  margin: 8px 10px 8px 10px;
  box-shadow: 0px 0px 13px 6px rgb(91 160 199 / 90%);
}
.grand-concours-frise {
  margin-top: -23px;
}
.btn-item {
  display: block;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  background: #fff;
  border-radius: 5px;
  margin-right: 8px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #0f7fbf;
  background-image: linear-gradient(to bottom, #0d89d1 30%, #026aa6 100%);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.btn-item:hover {
  text-decoration: none;
  background: #aae0ff;
  color: #0f7fbf;
  text-shadow: none;
}
.text-item {
  line-height: 16px;
  margin: 8px 0;
  text-shadow: none;
}
.text-item > span {
  color: #0d85c9;
  font-weight: bold;
}
.price-item {
  border-radius: 10px;
  margin: 1px 1px 1px auto;
  padding: 6px 10px;
  font-size: 16px;
  min-width: 80px;
  text-align: center;
  background: #cae8fa;
  color: #0d85c9;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}
.price-item .small {
  font-size: 12px;
  text-align: center;
  color: #2e9cdb;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
  display: block;
  margin-top: -7px;
}
.total-don {
  font-size: 18px;
  font-weight: bold;
}
.text-total-don {
  font-size: 16px;
  color: #1f76cb;
}
.text-total-don em {
  color: #ccc;
}
.box-total-don {
  display: flex;
  justify-content: space-between;
}
.box-total-don .dropdown-toggle, .box-total-don .input-group-text {
  font-size: 12px;
}
.box-total-don .input-group-text {
  border: 0px;
}
.box-detail-don {
  background: #eff0f1;
  border-radius: 8px;
  padding: 10px;
  font-size: 13px;
  color: #6b7484;
  display: none !important;
}
.box-detail-don h4 {
  font-size: 14px;
}
.sticky-footer {
  display: none;
}
#impots .alert {
  border: none !important;
  background-color: #fff !important;
}
.card-objectif {
  /*background: linear-gradient(0deg, #860a62 0%, #860a62 100%);*/
  text-align: center;
  color: #ffffff;
  border-radius: 20px;
  padding: 6px 12px;
  margin: 0 10px;
  margin-top: 5px;
}
.card-objectif .main-title {
  font-family: Mona-Sans;
  font-size: min(max(15px, 6vw), 34px);
  line-height: min(max(15px, 6vw), 34px);
  font-weight: 900;
  text-transform: uppercase;
  color: #faaf00;
  margin: 0;
  padding: 12px 0 0 0;
  text-shadow: 0px 2px 0px rgba(0, 32, 91, 0.20), 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.card-objectif .sub-title {
  font-size: 18px;
  text-shadow: 0px 1px 5px rgba(146, 52, 0, 0.40);
}
.card-objectif .progress {
  border-radius: 16px;
  height: 32px;
  background-color: #e9edf0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
  margin: 12px 0;
  overflow: visible !important;
}
.card-objectif .progress-bar {
  border-radius: 16px;
  min-width: 100px;
  background: linear-gradient(0deg, rgba(14, 110, 213, 1) 0%, rgba(69, 170, 226, 1) 100%);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2), 0px 0px 5px 0px rgba(62, 178, 251, 1);
  animation: glow 1.2s ease infinite;
  border: #2280e2 1px solid;
  margin-left: -1px;
}
.card-objectif .progress-bar2 {
  border-radius: 16px;
  min-width: 100px;
  background: linear-gradient(0deg, rgba(14, 110, 213, 1) 0%, rgba(69, 170, 226, 1) 100%);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2), 0px 0px 5px 0px rgba(62, 178, 251, 1);
  animation: glow 1.2s ease infinite;
  border: #2280e2 1px solid;
  margin-left: -1px;
}
.card-resume {
  font-size: 18px;
  line-height: normal;
  letter-spacing: -0.02em;
  font-family: Mona-Sans;
  text-align: justify;
  margin: 1rem 2rem;
  color: #fff;
}
.card-resume strong {
  color: #3877cf;
}
.card-benediction {
  padding: 18px;
  background-size: cover;
  border-radius: 13px;
  background-color: #d8f1ff;
}
.title-benediction {
  color: #0074b7;
  text-shadow: 0px 1px 1px rgba(250, 250, 250, 0.80);
  font-size: 18px;
  margin-bottom: 15px;
}
.title-benediction span {
  color: #097ec3;
}
.card-benediction input, .card-benediction select {
  font-size: 13px;
}
.custom-select:disabled {
  background-color: rgb(255 255 255 / 40%);
  border: 1px solid #bee3f7;
}
.form-control:disabled, .form-control[readonly] {
  background-color: rgb(255 255 255 / 40%);
  border: 1px solid #bee3f7;
  opacity: 1;
}
.card-benediction input, .card-benediction select {
  font-size: 13px;
  border: 1px solid #8fd6ff;
}
.row-benediction {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.row-benediction select {
  width: 70px;
  margin: 0 10px;
}
.row-benediction input {
  padding: 0 5px;
}
@keyframes glow {
  0%, 100% {
    box-shadow: 0px 0px 5px 0px rgb(62 178 251 / 40%), 0px 0px 10px 0px rgb(62 178 251 / 60%);
  }
  50% {
    box-shadow: 0px 0px 5px 0px rgb(62 178 251 / 40%), 0px 0px 10px 5px rgb(62 178 251 / 50%);
  }
}
.card-objectif .progress-text {
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.donateur {
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.10);
  box-sizing: border-box;
  padding: 1rem;
}
.donateur .header, .donateur .details {
  display: flex;
  justify-content: space-between;
}
.donateur .ticket {
  color: #2c84b8;
  display: block;
  border-radius: 11px;
  font-size: 12px;
  overflow: hidden;
  background-color: #d9f7ff;
  background-size: 22px 22px;
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url(../images/footer_ico-ticket.webp);
  padding: 0 30px 0 12px;
  height: 22px;
  line-height: 22px;
}
.donateur-container {
  border-radius: 26px 26px 0 0;
  background-color: #030b3d;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.donateur .header .label, .donateur .header .montant {
  font-weight: bold;
  font-size: 1.2rem;
}
.donateur .time {
  color: #ccc;
  text-align: left;
}
.donateur-filtre {
  display: flex;
  flex-wrap: wrap;
}
.donateur-filtre a {
  width: 100%;
  font-family: Mona-Sans;
  font-weight: 200;
  font-size: 1.3rem;
  text-align: right;
  padding: 0.5rem;
  box-sizing: border-box;
  border-top: 1px solid rgb(75 179 241 / 31%);
  color: #FFF;
  text-decoration: none !important;
}
.donateur-number {
  font-family: Mona-Sans;
  font-weight: 900;
  color: #67d6ff !important;
  text-shadow: 0px 0px 15px rgb(0, 0, 0, 1), 0px 0px 26px rgb(12, 56, 185, 0.75);
}
.donateur-texte {
  font-family: Mona-Sans;
  font-weight: 200;
  color: #67d6ff !important;
}
.donateur-search-filter {
  background-color: #000;
  border: 1px solid #236fbb;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  border-radius: 13px;
  color: #82a3c3;
}
.donateur {
  border-radius: 13px;
  background: linear-gradient(0deg, #03092f 0%, #000314 50%, #03092f 100%);
  box-shadow: 0px 0px 9px 0px rgba(110, 193, 241, 0.4);
}
.donateur .header .label {
  font-family: Mona-Sans;
  font-weight: 700;
  color: #FFF;
}
.donateur .header .montant {
  font-family: Mona-Sans;
  font-weight: 700;
  color: #FFF;
}
.video-row {
  display: flex;
  justify-content: space-around;
  margin: 0 12px;
}
.video-row > div:nth-child(2) {
  margin: 0 12px;
}
.video-link-play:hover {
  text-decoration: none;
}
.video-link {
  border-radius: 0 0 5px 5px;
  border: 1px solid #e8e8e8;
  font-size: 13px;
  color: #262626;
  background-color: #f5f5f5;
  padding: 10px 5px;
  text-align: center;
}
.active-video-link {
  border-color: #abebab;
  background-color: #d5ffd5;
  color: #058d05;
}
.video-item {
  overflow: hidden;
  display: block;
  border-radius: 15px 15px 5px 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.pending-video-link {
  background-color: #fff;
  color: #a7a7a7;
  font-size: 11px;
  line-height: 12px;
}
.pending-video-link .video-date {
  color: #e10358;
  font-weight: bold;
  font-size: 12px;
}
.video-text-footer {
  font-size: 16px;
  color: #ae0381;
  margin: 12px 12px 0 12px;
}
.double-content {
  overflow: hidden;
  color: #fff;
  display: flex;
  min-height: 140px;
  line-height: 15px;
  text-shadow: 2px 2px 1px rgb(0, 0, 0, 0.3);
  flex-wrap: nowrap;
  justify-content: space-between;
  border-radius: 0 0 12px 12px;
}
.double-content img {
  max-height: clamp(160px, 10vw, 170px);
  min-width: 130px;
  align-self: flex-end;
}
.double-onglets {
  align-self: flex-end;
  text-align: center;
  margin-right: 10px;
  width: 70%;
}
.double-onglets > .description {
  color: #0d6ba1;
  text-shadow: none;
  font-size: clamp(10px, 3.5vw, 14px);
  max-width: 180px;
  left: 50%;
  display: block;
  position: relative;
  transform: translateX(-50%);
  line-height: 14px;
  padding: 0 !important;
  padding-bottom: 10px !important;
}
.double-onglet-row {
  display: flex;
  justify-content: space-around;
}
.double-onglet-1, .double-onglet-2, .double-onglet-3 {
  padding: 4px 0;
  border-radius: 10px 10px 0 0;
}
.double-onglet-1, .double-onglet-2 {
  width: 43%;
  font-size: clamp(8px, 4vw, 12px);
  line-height: clamp(8px, 4vw, 12px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0 4px 0;
}
.double-onglet-1 {
  width: 40%;
  background-color: #177ab2;
}
.double-onglet-2 {
  width: 40%;
  background-color: #ee961a;
}
.double-onglet-3 {
  display: flex;
  justify-content: space-around;
  background: linear-gradient(0deg, #004067 10%, #005589 50%, #0975b7 90%);
}
.double-onglet-3 div {
  width: 40%;
  padding: 5px 0;
}
.double-onglet-3 strong {
  font-size: 26px;
  line-height: 24px;
}
.double-onglet-3 .text-yellow {
  color: #fccd0d;
}
.double-date {
  width: fit-content;
  color: #f2113b;
  background: #ffe3e3;
  border: 1px solid #FFFFFF;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 9px 13px;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  margin: 0 auto;
  box-shadow: 0px 0px 26px 5px rgb(158 219 255 / 75%);
}
.double-date span {
  font-weight: bold;
}
.double-date img {
  height: 16px;
  width: 16px;
}
.box-concours {
  text-align: justify;
  padding: 0 12px 60px 12px;
  color: #fff;
  text-shadow: 1px 2px 1px rgb(0, 0, 0, 0.2);
  background: linear-gradient(to bottom, #93066e 0%, #ce2790 70%, #ffffff 95%, #ffffff 100%);
}
.box-concours em {
  font-size: 12px;
}
.button-continuer {
  display: block;
  width: 320px;
  height: 42px;
  margin: 0 auto;
  border-radius: 13px;
  background: linear-gradient(to bottom, #c9004e 0%, #dc1262 43%, #dc1262 100%);
  box-shadow: 0px 3px 10px 0px rgb(255 108 165 / 60%), inset 0px 2px 10px 3px rgb(200 9 83 / 55%);
  text-align: center;
  line-height: 42px;
  color: #FFFFFF;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -0.4px;
  text-shadow: 1px 1px 0px rgb(153 0 60 / 70%);
}
.button-continuer:hover {
  color: #fff;
  text-decoration: none;
}
.button-continuer img {
  filter: brightness(0) invert(1);
}
.button-gagnant {
  font-size: 17px;
  background: linear-gradient(to bottom, #01456b 0%, #075a89 43%, #0e6a9f 100%);
  box-shadow: 0px 3px 10px 0px rgb(50 95 124 / 80%), inset 0px 2px 10px 3px rgb(0 39 61 / 55%);
  text-shadow: 1px 2px 1px rgb(0 59 102 / 70%);
}
.title-results {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-shadow: 1px 2px 1px rgb(0 0 0 / 50%);
  padding-top: 1rem;
}
/* AJOUTS */
.cadre-video {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid #ffffff;
  border-radius: 26px;
  box-shadow: 30px 0px 34px 0px rgb(4 0 39 / 60%), -30px 0px 34px 0px rgb(4 0 39 / 60%), 0px 0px 15px 13px rgb(4 0 39 / 50%);
  overflow:hidden;
}
.cadre-video > .video {
  display: flex;
  background-color: black;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 26px;
  box-shadow: 0px 0px 20px 0px hsla(0, 0%, 0%, 0.4);
}
.cadre-video > .video > img {
  border-radius: 26px;
}
.filter-contrast-image {
  filter: contrast(1.1);
}
body {
  padding-top: 100px;
}
#header {
  height: 100px;
}
#header .logo-navbar {
  display: flex;
  justify-content: center;
  height: 70px;
  margin-top: 9px;
}
.infos-navbar {
  display: none !important;
}
.menu-navbar {
  display: none !important;
}
/* MIN WIDTH */
@media screen and (min-width: 480px) {
  .actions-new .action {
    grid-template-rows: subgrid;
    display: grid;
    grid-row: span 6;
  }
}
/* MIN WIDTH */
@media screen and (max-width: 768px) {
  #header {
    height: 80px !important;
    background: #005487 !important;
  }
  #header .logo-navbar {
    display: flex;
    align-items: flex-end;
    height: 40px !important;
    margin-top: 0 !important;
  }
  body {
    padding-top: 80px !important;
  }
}
@media screen and (max-width: 480px) {
  body {
    padding-top: 95px;
  }
  #header {
    height: 80px !important;
    background: #005487 !important;
  }
  .menu-navbar {
    display: none;
  }
  #header .logo-navbar {
    margin-top: 0 !important;
  }
  .filter-contrast-image {
    filter: contrast(1);
  }
  .cadre-video {
    border-radius: 13px;
  }
  .cadre-video, .banner-hero-content {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .splide__track {
    border-radius: 12px;
  }
  .banner-hero-content {
    border-radius: 20px;
  }
  .actions-new {
    grid-template-columns: 1fr;
  }
  .actions-new .action {
    margin-left: 10px;
    margin-right: 10px;
  }
  .actions-new .cadre-video, .actions-new .cadre-video > .video, .actions-new .cadre-video > .video > img {
    border-radius: 26px;
  }
  .actions-new .action .title {
    margin-bottom: 7px;
    font-size: clamp(24px, 6.5vw, 28px);
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
  }
  .donateur-container {
    border-radius: 26px;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .box-form {}
  .text-item {
    font-size: 14px;
  }
  .form-check-periodique {}
  .card-don-header .price {
    display: none;
  }
  .box-demande {
    padding: 0 15px;
  }
  .box-demande-segoulot {
    margin-left: -15px;
    background-position: -30px;
    padding-left: 160px;
  }
  .sticky-footer {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transform: translateY(100%);
    transition: all 1s;
  }
  .sticky-footer.active {
    transform: translateY(0%);
  }
  .sticky-footer-don {
    display: flex;
    justify-content: space-around;
    padding: 8px 8px 0 8px;
  }
  .sticky-footer-don .counter-days {
    font-size: 18px;
    padding: 8px;
  }
  .title-results {
    font-size: 24px;
  }
  .cadre-video {
    border-radius: 13px;
  }
}