@charset "UTF-8";
/* line 13, app/assets/stylesheets/style.scss */
.black {
  color: black !important;
}

/* line 17, app/assets/stylesheets/style.scss */
.orange {
  color: #f67650 !important;
}

/* line 21, app/assets/stylesheets/style.scss */
.yellow {
  color: #ffce54 !important;
}

/* General Style */
/* line 26, app/assets/stylesheets/style.scss */
body {
  color: #373737;
  background: none;
  font-family: Montserrat;
  font-size: 16px;
  height: 100%;
  line-height: 1.5;
}

/*html, body { width:100%;  overflow-x:hidden; }
html{padding: env(safe-area-inset);}*/
/* line 38, app/assets/stylesheets/style.scss */
.g-light {
  font-family: Montserrat !important;
}

/* line 42, app/assets/stylesheets/style.scss */
.g-book {
  font-family: Montserrat !important;
}

/* line 46, app/assets/stylesheets/style.scss */
.g-bold {
  font-family: Montserrat !important;
}

/*html{
  height: 100%;
}


#pageWrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -57px;  Size of the footer is removed here and pushed by .push
  min-width: 912px;
  position: relative;
  overflow: hidden;
}

footer, .push{
  height: 57px;
}*/
/* line 69, app/assets/stylesheets/style.scss */
h1 {
  font-size: 32px;
}

/* line 73, app/assets/stylesheets/style.scss */
h2 {
  font-size: 26px;
}

/* line 77, app/assets/stylesheets/style.scss */
h3 {
  font-size: 22px;
}

/* line 81, app/assets/stylesheets/style.scss */
h4 {
  font-size: 20px;
}

/* line 85, app/assets/stylesheets/style.scss */
h5 {
  font-size: 18px;
}

/* line 89, app/assets/stylesheets/style.scss */
p,
a,
ul,
li {
  font-size: 15px;
}

/* line 96, app/assets/stylesheets/style.scss */
h1,
h2,
h3,
.btn {
  font-family: Montserrat;
}

/*p,
ul {
    margin-bottom: 0;
}*/
/* line 108, app/assets/stylesheets/style.scss */
a:hover,
a img:hover {
  opacity: 0.8;
}

/* line 113, app/assets/stylesheets/style.scss */
a:hover {
  text-decoration: none;
  color: unset;
}

/* line 118, app/assets/stylesheets/style.scss */
input:focus,
textarea:focus,
a:focus,
button:focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}

/*font color*/
/*grey-text: #5B5B5B;*/
/*black: #333333;
green: #2B9F55;
rouge gradient: #FC636A;
orange gradient: #F7931E;
orange: #F15A24;
yellow: #FFCD55;
light-grey: #F0F2F2;*/
/* line 139, app/assets/stylesheets/style.scss */
.active {
  color: #f15a24;
}

/* line 143, app/assets/stylesheets/style.scss */
.side-active {
  background-color: #333333 !important;
}

/* NavBar Style */
/* line 149, app/assets/stylesheets/style.scss */
.navbar-allodons img {
  height: 45px;
}

/* line 153, app/assets/stylesheets/style.scss */
.navbar-allodons {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.07), 0 1px 0 0 rgba(0, 0, 0, 0.03);
  background: white;
  transition: all 0.3s ease;
  height: 70px;
  padding: 0 0 0 12px;
  display: flex;
  align-items: center;
}

/* line 166, app/assets/stylesheets/style.scss */
.navd-f {
  margin-bottom: 5px;
}

/* line 170, app/assets/stylesheets/style.scss */
.navbar-allodons-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 176, app/assets/stylesheets/style.scss */
.navbar-allodons-item {
  cursor: pointer;
  padding: 0 10px;
}

/* line 181, app/assets/stylesheets/style.scss */
.search-box-div {
  position: relative;
}

/* line 185, app/assets/stylesheets/style.scss */
.search-box-div-mob {
  position: relative;
  padding: 10px 20px 10px 32px;
  margin-top: 40px;
}

/* line 191, app/assets/stylesheets/style.scss */
.search-box-div .fa-search {
  position: absolute;
  top: 1px;
  left: 30px;
}

/* line 197, app/assets/stylesheets/style.scss */
#menu-drop-allo-dsktp {
  top: 20px !important;
  left: -14px !important;
  border: 0;
  border-radius: 0 0 4px 4px;
  padding: 10px 14px;
  box-shadow: 0px 2px 2px 0px rgba(5, 5, 5, 0.3);
}

/* line 206, app/assets/stylesheets/style.scss */
.dropdown-item:active {
  background-color: inherit;
}

/* line 210, app/assets/stylesheets/style.scss */
#menu-drop-allo-dsktp .dropdown-item:hover,
#menu-drop-allo-mobile .dropdown-item:hover {
  background-color: transparent;
}

/* line 215, app/assets/stylesheets/style.scss */
#menu-drop-allo-dsktp .dropdown-item {
  margin: 4px 0;
}

/* line 219, app/assets/stylesheets/style.scss */
#menu-drop-allo-mobile {
  position: relative !important;
  background-color: transparent !important;
  float: none !important;
  border: 0 !important;
  transform: none !important;
  left: 30px !important;
}

/* line 228, app/assets/stylesheets/style.scss */
#menu-drop-allo-mobile.fade {
  display: block !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* line 234, app/assets/stylesheets/style.scss */
.show > #menu-drop-allo-mobile.fade {
  pointer-events: auto !important;
  opacity: 1 !important;
}

/* line 239, app/assets/stylesheets/style.scss */
.search-box-div-mob .fa-search {
  position: absolute;
  top: 20px;
  left: 45px;
}

/* line 245, app/assets/stylesheets/style.scss */
.search-box {
  height: calc(2.25rem + 2px);
  width: 284px;
  padding: 0.375rem 0.7rem;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #6d6d6d;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-indent: 32px;
}

/* line 262, app/assets/stylesheets/style.scss */
.search-box-mob {
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #6d6d6d;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-indent: 32px;
  width: 98%;
}

/* line 279, app/assets/stylesheets/style.scss */
.ui-autocomplete {
  overflow: auto;
  height: 300px;
}

/* width */
/* line 286, app/assets/stylesheets/style.scss */
.ui-autocomplete::-webkit-scrollbar {
  width: 2px;
}

/* Track */
/* line 292, app/assets/stylesheets/style.scss */
.ui-autocomplete::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
/* line 298, app/assets/stylesheets/style.scss */
.ui-autocomplete::-webkit-scrollbar-thumb {
  background: #f15a24;
}

/* Handle on hover */
/* line 304, app/assets/stylesheets/style.scss */
.ui-autocomplete::-webkit-scrollbar-thumb:hover {
  background: #555;
  z-index: 100;
}

/* line 309, app/assets/stylesheets/style.scss */
.ui-menu {
  position: relative;
  list-style: none;
  background-color: white;
  z-index: 100;
  width: 280px !important;
  line-height: 200%;
  font-size: 18px;
  padding: 15px 0;
  border: solid 1px #eeeeee;
}

/* line 321, app/assets/stylesheets/style.scss */
.ui-menu .ui-menu-item {
  margin: none;
  padding-left: 15px;
  padding-right: 10px;
  border: solid 1px #eeeeee;
}

/* line 328, app/assets/stylesheets/style.scss */
.ui-menu .ui-menu-item:hover {
  background: #f67650;
  color: white;
  cursor: pointer;
}

/* Navbar link */
/* line 336, app/assets/stylesheets/style.scss */
.navbar-allodons-link {
  color: #616668;
  font-size: 15px;
  font-family: "Montserrat";
  font-weight: 500;
}

/* line 343, app/assets/stylesheets/style.scss */
.navbar-allodons-link:hover {
  color: #da552f;
  text-decoration: none;
}

/* Dropdown menu */
/* line 349, app/assets/stylesheets/style.scss */
.navbar-allodons-right .dropdown {
  position: relative;
  display: inline-block;
}

/* line 354, app/assets/stylesheets/style.scss */
.navbar-allodons-right .dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 226px;
  left: 6px;
  border-radius: 0 0 5px 5px;
  padding: 10px 0;
}

/* line 366, app/assets/stylesheets/style.scss */
.navbar-allodons-right .dropdown-content a {
  color: black;
  padding-top: 10px;
  text-decoration: none;
  display: block;
}

/* line 372, app/assets/stylesheets/style.scss */
.navbar-allodons-right .dropdown:hover .dropdown-content {
  display: block;
}

/* line 376, app/assets/stylesheets/style.scss */
.navbar-allodons-dropdown-menu {
  margin-top: 15px;
  box-shadow: 1px 1px 4px #e6e6e6;
  border-color: #e6e6e6;
}

/* line 382, app/assets/stylesheets/style.scss */
.navbar-allodons-dropdown-menu li > a {
  transition: color 0.3s ease;
  font-weight: lighter !important;
  color: #999999 !important;
  font-size: 15px !important;
  line-height: 22px !important;
  padding: 10px 20px;
}

/* line 391, app/assets/stylesheets/style.scss */
.navbar-allodons-dropdown-menu li > a:hover {
  background: transparent !important;
  color: black !important;
}

/* line 396, app/assets/stylesheets/style.scss */
.navbar-allodons-dropdown-menu:before {
  content: " ";
  height: 10px;
  width: 10px;
  position: absolute;
  right: 10px;
  top: -6px;
  background-color: white;
  transform: rotate(45deg);
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

/* line 409, app/assets/stylesheets/style.scss */
.navbar-allodons .dropdown-toggle::after {
  display: none;
}

/* line 413, app/assets/stylesheets/style.scss */
.navbar-asso {
  background: #f67650;
  color: black;
  padding: 12px 14px;
  width: 226px;
  border-radius: 5px;
  font-weight: 600;
  display: block;
  text-align: center;
  margin: 0 6px;
}

/* line 425, app/assets/stylesheets/style.scss */
#navbar-donor {
  background: black;
  color: #f67650;
}

/* line 430, app/assets/stylesheets/style.scss */
.navbar-asso:after {
  /*content: "\f004";*/
  height: 10px;
  width: 10px;
  position: relative;
  left: 5px;
}

/* line 438, app/assets/stylesheets/style.scss */
.navbar {
  padding: 1.2rem 3rem;
}

/* line 442, app/assets/stylesheets/style.scss */
.navbar .nav-item .nav-link {
  white-space: nowrap;
}

/* line 446, app/assets/stylesheets/style.scss */
.navbar a {
  color: #000;
}

@media (min-width: 768px) {
  /* line 451, app/assets/stylesheets/style.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 2.5rem;
  }
}

/*@media (min-width: 576px) {
    .container {
        max-width: 98%;
    }
}*/
/* line 463, app/assets/stylesheets/style.scss */
.btn:hover {
  opacity: 0.75 !important;
}

/* Container */
/* line 469, app/assets/stylesheets/style.scss */
.home-banner {
  margin-top: 30px;
}

/* line 473, app/assets/stylesheets/style.scss */
.home-banner-upcoming {
  margin-top: -30px !important;
  margin-bottom: 50px;
}

/* Carousel Style */
/* line 480, app/assets/stylesheets/style.scss */
.col-details {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 0 5px 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 490, app/assets/stylesheets/style.scss */
#top-campaigns {
  height: 100%;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px 0 0 5px;
}

/* line 499, app/assets/stylesheets/style.scss */
#ban-campaigns {
  height: 100%;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

/* line 508, app/assets/stylesheets/style.scss */
#top-campaigns .carousel-inner {
  border-radius: 5px 0 0 5px;
}

/* line 512, app/assets/stylesheets/style.scss */
#ban-campaigns .carousel-inner {
  border-radius: 5px;
}

/* line 516, app/assets/stylesheets/style.scss */
.carousel-inner {
  height: 100%;
}

/* line 520, app/assets/stylesheets/style.scss */
.carousel-item {
  height: 100%;
}

/* line 524, app/assets/stylesheets/style.scss */
.banner-slider-img {
  /* height: 500px;*/
  padding: 0px 0px !important;
}

/* line 529, app/assets/stylesheets/style.scss */
.home-allo .title-asso {
  font-size: 18px;
}

/* line 533, app/assets/stylesheets/style.scss */
.front-slider .carousel-indicators {
  bottom: 20px;
  justify-content: flex-start;
  margin: 0;
  padding-left: 30px;
  padding-right: 20px;
  right: 2% !important;
  left: inherit;
}

/* line 543, app/assets/stylesheets/style.scss */
.carousel-indicators li {
  border-radius: 12px;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: solid #f15a24 1px;
  margin: 0 5px;
}

/* line 552, app/assets/stylesheets/style.scss */
.carousel-indicators .active {
  background-color: #f15a24;
}

/* line 556, app/assets/stylesheets/style.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  top: 30%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  text-align: center;
}

/* line 568, app/assets/stylesheets/style.scss */
.home-banner .img-fluid {
  max-width: 100%;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 578, app/assets/stylesheets/style.scss */
.accueil-banner .img-fluid {
  height: 80vh !important;
  /*height: 65vh !important;*/
}

/* line 583, app/assets/stylesheets/style.scss */
.img-fluid {
  max-width: 100%;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 592, app/assets/stylesheets/style.scss */
.slider-label {
  position: absolute;
  top: -1px;
  right: 5px;
  width: 6%;
}

/* line 599, app/assets/stylesheets/style.scss */
.slider-label .icon {
  width: 100%;
}

/* line 603, app/assets/stylesheets/style.scss */
.slider-label .content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

/* line 611, app/assets/stylesheets/style.scss */
.icon-label {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

/* line 617, app/assets/stylesheets/style.scss */
.icon-content {
  width: 100%;
}

/* line 621, app/assets/stylesheets/style.scss */
.icon-label img {
  height: 80px;
  width: 80px;
  background-color: #ffffff;
  border-radius: 50%;
}

/* line 628, app/assets/stylesheets/style.scss */
.icon-label .icon-content {
  position: absolute;
  bottom: 0px;
  left: 30px;
  transform: translate(-50%, -50%);
  color: #fff;
}

/* line 636, app/assets/stylesheets/style.scss */
.asso-slider-label {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10%;
}

/* line 643, app/assets/stylesheets/style.scss */
.asso-slider-label .icon {
  width: 100%;
}

/* line 647, app/assets/stylesheets/style.scss */
.campaign-time {
  font-weight: 700;
  margin-top: 4px;
}

/* End Carousel Style */
/* right section: campaign details*/
@media (max-width: 991px) {
  /* line 657, app/assets/stylesheets/style.scss */
  .view-details {
    order: 1;
  }
  /* .banner-slider-img {
        min-height: 320px;
        margin-bottom: 20px;
    }*/
  /*.view-slider-img {
        height: 400px;
        margin-bottom: 20px;
    }*/
  /*.view-details {
        height: 400px;
    }*/
  /* line 671, app/assets/stylesheets/style.scss */
  .vertical-seperator {
    border-right: 0 !important;
  }
  /* line 674, app/assets/stylesheets/style.scss */
  .col-details {
    border-radius: 0 0 5px 5px;
  }
  /* line 677, app/assets/stylesheets/style.scss */
  #top-campaigns .carousel-inner {
    border-radius: 5px 5px 0 0;
  }
  /* line 680, app/assets/stylesheets/style.scss */
  .hide-mobile {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 686, app/assets/stylesheets/style.scss */
  .payment-form-container {
    margin: 40px 0;
  }
  /* .view-slider-img {
        height: 500px;
        margin-bottom: 20px;
    }*/
  /*.banner-slider-img {
        min-height: 400px;
    }*/
  /*.collection-img {
        height: 60vh !important;
    }*/
  /*.view-details {
        height: 500px;
    }*/
}

@media (min-width: 1600px) {
  /*.asso-title {
        font-size: 40px !important;
        line-height: 38px !important;
    }
    .clock-campaign {
        font-size: 40px !important;
        width: 320px !important;
    }
    .current-state-sub,
    .current-state-sub p {
        font-size: 22px;
    }
    .campaign-time {
        position: relative;

    }*/
  /*.banner-slider-img {
        min-height: 500px;
    }*/
}

@media (max-width: 576px) {
  /*.banner-slider-img {
        min-height: 240px;
        margin-bottom: 20px;
    }*/
  /* .view-slider-img {
        height: 240px;
        margin-bottom: 20px;
    }
    .view-details {
        height: 500px;
    }*/
}

@media (max-width: 1250px) {
  /* line 741, app/assets/stylesheets/style.scss */
  .desktop-countdown {
    display: none !important;
  }
  /* line 744, app/assets/stylesheets/style.scss */
  .tablet-countdown {
    display: block !important;
  }
  /* line 747, app/assets/stylesheets/style.scss */
  .t-asso-title {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 1249px) {
  /* line 753, app/assets/stylesheets/style.scss */
  .desktop-countdown {
    display: block !important;
  }
  /* line 756, app/assets/stylesheets/style.scss */
  .tablet-countdown {
    display: none !important;
  }
}

/* line 761, app/assets/stylesheets/style.scss */
.progress {
  height: 0.5rem;
  background-color: rgba(241, 90, 36, 0.3);
}

/* line 766, app/assets/stylesheets/style.scss */
.progress-new {
  background-color: rgba(43, 159, 85, 0.3) !important;
}

/* line 770, app/assets/stylesheets/style.scss */
.quota-container {
  border-radius: 5rem;
}

/* line 774, app/assets/stylesheets/style.scss */
.quota {
  background: #f15a24;
}

/* line 778, app/assets/stylesheets/style.scss */
.quota-new {
  background: #2b9f55;
}

/* line 782, app/assets/stylesheets/style.scss */
.btn-donate {
  width: 100%;
  background: #f67650;
  color: #fff;
}

/* line 788, app/assets/stylesheets/style.scss */
.btn-general {
  background: #f67650;
  color: #fff;
  margin: 5px;
}

/* line 794, app/assets/stylesheets/style.scss */
.btn-campaign {
  background: #2b9f55;
  color: #fff;
  margin: 5px;
}

/* line 800, app/assets/stylesheets/style.scss */
.btn-campaign-current {
  background: #f67650;
  color: #fff;
  margin: 5px;
}

/* line 806, app/assets/stylesheets/style.scss */
.btn-upcoming {
  background: #f67650;
  color: #fff;
  margin: 5px;
  width: 200px;
}

/* line 813, app/assets/stylesheets/style.scss */
.btn-upcoming:hover {
  background: #f67650;
  opacity: 1;
  cursor: pointer !important;
}

/* line 819, app/assets/stylesheets/style.scss */
#clock.banner-upcoming-countdown:hover {
  opacity: 0.8;
}

/* Banner campaign 2 start */
/* line 824, app/assets/stylesheets/style.scss */
#clock2.banner-upcoming-countdown:hover {
  opacity: 0.8;
}

/* line 827, app/assets/stylesheets/style.scss */
#clock2 {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 2rem;
  right: 20px;
  position: relative;
}

/* Banner campaign 2 end */
/* line 837, app/assets/stylesheets/style.scss */
.landing-title,
.landing-title:hover {
  font-size: 30px;
  font-family: Montserrat;
  /*line-height: 1.3em;*/
  color: inherit;
  text-decoration: inherit;
}

/* line 846, app/assets/stylesheets/style.scss */
.landing-goal {
  font-family: Montserrat;
  font-size: 15px;
}

/* line 851, app/assets/stylesheets/style.scss */
.landing-choose {
  font-family: Montserrat;
  font-size: 16px;
}

/* line 856, app/assets/stylesheets/style.scss */
.landing-achieved {
  padding: 0 0 0 3%;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: #f67650;
  font-family: Montserrat;
}

/* line 864, app/assets/stylesheets/style.scss */
.seperator {
  border-top: solid rgba(241, 90, 36, 0.3) 1px;
  margin: 2%;
}

/* line 869, app/assets/stylesheets/style.scss */
.gray-seperator {
  border-top: solid rgba(241, 90, 36, 0.3) 1px;
  margin: 2%;
}

/* line 874, app/assets/stylesheets/style.scss */
.landing-achieved span {
  font-size: calc(1.5em + 1vw);
  font-weight: 700;
}

/* line 879, app/assets/stylesheets/style.scss */
.landing-achieved-per-home {
  font-family: Montserrat;
}

/* line 883, app/assets/stylesheets/style.scss */
.landing-achieved-per {
  padding: 0 0 2% 3%;
  font-family: Montserrat;
}

/* line 888, app/assets/stylesheets/style.scss */
.landing-progress {
  padding: 0 0 5% 3%;
}

/* line 892, app/assets/stylesheets/style.scss */
.landing-info {
  padding: 0 20px 0px 0px;
  /*text-align: justify;*/
}

/* line 897, app/assets/stylesheets/style.scss */
.right-label {
  position: relative;
  width: 100%;
  float: right;
}

/* line 903, app/assets/stylesheets/style.scss */
.right-label .icon {
  width: 100%;
}

/* line 907, app/assets/stylesheets/style.scss */
.right-label .content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

/* line 915, app/assets/stylesheets/style.scss */
.blank {
  padding: 5px 0px;
}

/* line 919, app/assets/stylesheets/style.scss */
.d-donate-btn {
  z-index: 1000;
}

/* line 923, app/assets/stylesheets/style.scss */
.btn-support {
  background-color: white !important;
  width: 100%;
  color: #2b9f55;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  height: 50px;
  font-size: 1.3rem;
}

/* line 934, app/assets/stylesheets/style.scss */
.btn-support:hover {
  color: #2b9f55 !important;
}

/* line 938, app/assets/stylesheets/style.scss */
.donate-btn {
  z-index: 99;
}

/* line 942, app/assets/stylesheets/style.scss */
#mySidenav {
  z-index: 100;
}

/* line 945, app/assets/stylesheets/style.scss */
.sticky-bottom {
  position: fixed;
  bottom: 20px;
  left: 0;
  z-index: 999999;
}

/* line 952, app/assets/stylesheets/style.scss */
.coll-btn.sticky-top {
  padding: 0 15px !important;
}

/* line 956, app/assets/stylesheets/style.scss */
.sticky-top {
  position: fixed;
  top: 20px;
  left: 0;
}

/* line 962, app/assets/stylesheets/style.scss */
.donate-sticky {
  background: #f67650;
  color: #ffffff !important;
}

/*
@media (max-width: 576px) {
    .d-donate-btn {
        position: fixed;
        bottom: 20px;
        right: 0;
        z-index: 99;
    }
    .btn-donor-form {
        background: $orange;
        color: white !important;
    }
}
*/
/* end right section */
/* campaigns card slider */
/* line 986, app/assets/stylesheets/style.scss */
.MultiCarousel {
  /*float: left;*/
  /*margin-top: 50px;*/
  overflow: hidden;
  padding: 13px;
  width: 100%;
  position: relative;
  font-family: Montserrat;
}

/* line 996, app/assets/stylesheets/style.scss */
.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  /* float: left;*/
  margin: 0 auto;
}

/* line 1002, app/assets/stylesheets/style.scss */
.MultiCarousel .MultiCarousel-inner .item {
  float: left;
  padding: 10px 20px;
}

/* line 1007, app/assets/stylesheets/style.scss */
.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
}

/* line 1011, app/assets/stylesheets/style.scss */
.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  /*border-radius: 50%;*/
  top: calc(50% - 10px);
  color: #f15a24;
  cursor: pointer;
}

/* line 1020, app/assets/stylesheets/style.scss */
.MultiCarousel .leftLst {
  left: 8px;
}

/* line 1024, app/assets/stylesheets/style.scss */
.MultiCarousel .rightLst {
  right: 8px;
}

/* line 1028, app/assets/stylesheets/style.scss */
.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  /*background: #ccc;*/
}

/* line 1057, app/assets/stylesheets/style.scss */
.asso-collect-title {
  font-size: 20px;
  font-family: Montserrat;
}

/* line 1062, app/assets/stylesheets/style.scss */
.logo-collect img {
  max-width: 130px;
}

/* end campaigns card slider */
/* line 1068, app/assets/stylesheets/style.scss */
.section-title {
  /*font-size: 2rem;
    color: #000;
    font-weight: normal;
    line-height: 1;*/
  text-align: center;
  /* margin: 30px 50px 0 50px;*/
  padding-top: 30px;
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
}

/* line 1081, app/assets/stylesheets/style.scss */
.message-sent {
  text-align: center;
  padding-top: 30px;
  color: green;
}

/* line 1087, app/assets/stylesheets/style.scss */
.message-notsent {
  text-align: center;
  padding-top: 30px;
  color: #f67650;
}

/* line 1093, app/assets/stylesheets/style.scss */
.cerfas-sent {
  text-align: center;
  color: #f67650;
}

/* line 1099, app/assets/stylesheets/style.scss */
.done-campaign {
  position: relative;
  background-color: #ffffff;
  padding: 10px;
  height: 22rem;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* line 1110, app/assets/stylesheets/style.scss */
.upcoming-campaign {
  background-color: #fff;
  padding: 10px;
  height: 22rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* line 1121, app/assets/stylesheets/style.scss */
.upcoming-row {
  margin: 0px 0px !important;
}

/* line 1125, app/assets/stylesheets/style.scss */
.card-cta {
  position: static;
  bottom: 25px;
  margin-top: 10px;
}

/* line 1131, app/assets/stylesheets/style.scss */
.sms-icon {
  width: 40px;
}

/* line 1135, app/assets/stylesheets/style.scss */
.mail-icon {
  width: 40px;
}

/* line 1139, app/assets/stylesheets/style.scss */
.campaign-title {
  height: 40px;
  position: absolute;
  bottom: 10px;
  left: 5px;
  right: 5px;
  color: #ffffff;
  line-height: 20px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 1155, app/assets/stylesheets/style.scss */
.organization-title {
  color: #888;
  line-height: 20px;
  text-align: center;
  font-size: 18px;
}

/* line 1162, app/assets/stylesheets/style.scss */
.organization-title-current {
  padding: 0px 0px 8px 0px;
  color: #888;
  line-height: 20px;
  text-align: center;
  font-size: 18px;
}

/* line 1170, app/assets/stylesheets/style.scss */
.front-campaign-startsin {
  font-size: 14px;
  color: #888;
}

/* line 1175, app/assets/stylesheets/style.scss */
.campaign-image {
  display: block;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  max-width: 100%;
  height: 140px;
  width: 100%;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 1189, app/assets/stylesheets/style.scss */
.campaign-profile,
.campaign-info {
  height: 30px;
  width: auto;
}

/* line 1195, app/assets/stylesheets/style.scss */
.campaign-amount {
  font-size: 30px;
  color: #2b9f55;
  line-height: 32px;
}

/* line 1201, app/assets/stylesheets/style.scss */
.campaign-goal {
  font-size: 1rem;
  color: #888;
}

/* line 1206, app/assets/stylesheets/style.scss */
.goal-amount {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: #f67650;
  font-size: 30px;
  line-height: 40px;
}

/* line 1214, app/assets/stylesheets/style.scss */
.campaign-percentage {
  color: #2b9f55;
}

/* line 1218, app/assets/stylesheets/style.scss */
.campaign-percentage-current {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: #f67650;
}

/* line 1224, app/assets/stylesheets/style.scss */
.donors-count {
  font-size: 0.8rem;
}

/* line 1228, app/assets/stylesheets/style.scss */
.ucampaign-goal {
  font-size: 1.5rem;
  color: #888;
}

/* line 1233, app/assets/stylesheets/style.scss */
.interact {
  text-align: center;
  padding: 50px 0 50px 0;
  display: flex;
  align-items: center;
}

/*.banner-campaign{
  background-color: #F0F2F2;
}*/
/* line 1244, app/assets/stylesheets/style.scss */
.home-collect-img {
  width: 80%;
}

/* line 1248, app/assets/stylesheets/style.scss */
.home-campaign-img {
  width: 80%;
}

/* line 1252, app/assets/stylesheets/style.scss */
.home-arrow {
  width: 30px;
  height: auto;
  margin: 20px auto;
  display: block;
  animation-duration: 1.2s;
}

/* line 1260, app/assets/stylesheets/style.scss */
.interact-icon {
  margin-bottom: 20px;
  height: 90px;
  width: auto;
}

/* line 1266, app/assets/stylesheets/style.scss */
.section-advantage {
  background: #f67650;
  color: #fff;
  padding: 20px 0 50px 0;
}

/* line 1272, app/assets/stylesheets/style.scss */
.advantage {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 1278, app/assets/stylesheets/style.scss */
.advantage-icon-div {
  margin-bottom: 15px;
  margin-top: 30px;
}

/* line 1283, app/assets/stylesheets/style.scss */
.advantage-text-div {
  text-align: center;
}

/* line 1287, app/assets/stylesheets/style.scss */
.advantage-icon {
  height: 40px;
  display: block;
  margin: 0 auto;
}

/* line 1293, app/assets/stylesheets/style.scss */
#heart-progress {
  width: 50%;
  height: 50%;
  margin: 0 auto;
}

/* line 1299, app/assets/stylesheets/style.scss */
.bg-heart {
  padding-right: 2px !important;
  padding-left: 2px !important;
}

/* line 1304, app/assets/stylesheets/style.scss */
#clock {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 2rem;
  right: 20px;
  position: relative;
}

/* line 1313, app/assets/stylesheets/style.scss */
.c-unit {
  position: relative;
  align-items: baseline;
  top: 5px;
}

@media (min-width: 991px) {
  /* line 1320, app/assets/stylesheets/style.scss */
  #clock {
    font-size: 2rem !important;
  }
  /* line 1323, app/assets/stylesheets/style.scss */
  .prefilled-card {
    /* width: 288px !important; */
  }
}

@media (min-width: 1200px) {
  /* line 1329, app/assets/stylesheets/style.scss */
  .prefilled-card {
    /* width: 340px !important; */
  }
}

/* line 1334, app/assets/stylesheets/style.scss */
.v-unit {
  position: relative;
  align-items: baseline;
}

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/
/********************************/
/*       Fade Bs-carousel       */
/********************************/
/* line 1351, app/assets/stylesheets/style.scss */
.fade-carousel {
  position: relative;
  height: 100vh;
}

/* line 1356, app/assets/stylesheets/style.scss */
.fade-carousel .carousel-inner .item {
  height: 100vh;
}

/* line 1360, app/assets/stylesheets/style.scss */
.fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  background-color: #f39c12;
  border-color: #f39c12;
  opacity: 0.7;
}

/* line 1367, app/assets/stylesheets/style.scss */
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
/* line 1379, app/assets/stylesheets/style.scss */
.hero {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  transform: translate3d(-50%, -50%, 0);
}

/* line 1395, app/assets/stylesheets/style.scss */
.hero h1 {
  font-size: 6em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

/* line 1402, app/assets/stylesheets/style.scss */
.fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  transition: 2s all ease-in-out 0.1s;
}

/* line 1411, app/assets/stylesheets/style.scss */
.fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  transition: 2s all ease-in-out 0.1s;
}

/********************************/
/*            Overlay           */
/********************************/
/* line 1426, app/assets/stylesheets/style.scss */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #080d15;
  opacity: 0.7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
/* line 1441, app/assets/stylesheets/style.scss */
.btn.btn-lg {
  padding: 10px 40px;
}

/* line 1445, app/assets/stylesheets/style.scss */
.btn-light {
  background-color: transparent !important;
  border-color: transparent !important;
}

/* line 1450, app/assets/stylesheets/style.scss */
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
  color: #f5f5f5;
  background-color: #1abc9c;
  border-color: #1abc9c;
  outline: none;
  margin: 20px auto;
}

/* line 1460, app/assets/stylesheets/style.scss */
.btn-link:hover {
  cursor: pointer;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
/* line 1470, app/assets/stylesheets/style.scss */
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
  /* line 1486, app/assets/stylesheets/style.scss */
  .hero {
    width: 980px;
  }
}

@media screen and (max-width: 640px) {
  /* line 1492, app/assets/stylesheets/style.scss */
  .hero h1 {
    font-size: 4em;
  }
  /* line 1495, app/assets/stylesheets/style.scss */
  .icon-label img {
    height: 50px;
    width: 50px;
  }
  /* line 1499, app/assets/stylesheets/style.scss */
  .carousel-inner .slider-label p.content {
    font-size: 18px;
  }
  /* line 1502, app/assets/stylesheets/style.scss */
  .slider-label {
    width: 8%;
  }
  /* line 1505, app/assets/stylesheets/style.scss */
  .BigCarousel {
    padding: 0 15px !important;
  }
  /* line 1508, app/assets/stylesheets/style.scss */
  .big-donors {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 1512, app/assets/stylesheets/style.scss */
  #donate-other {
    font-size: 10px !important;
  }
  /* line 1515, app/assets/stylesheets/style.scss */
  #dccpt {
    font-size: 8px !important;
  }
  /* line 1518, app/assets/stylesheets/style.scss */
  .donate .fa-credit-card {
    font-size: 18px !important;
  }
}

/* line 1523, app/assets/stylesheets/style.scss */
#dccpt {
  font-size: 12px;
}

/* line 1527, app/assets/stylesheets/style.scss */
.gray-section {
  background-color: rgba(238, 238, 238, 0.5);
}

/* line 1531, app/assets/stylesheets/style.scss */
.colored-section {
  /*background: $orange;*/
  background: #242424;
}

/* line 1536, app/assets/stylesheets/style.scss */
.empty {
  width: 100%;
}

/* line 1539, app/assets/stylesheets/style.scss */
.section-stats {
  background: #242424;
}

/* line 1542, app/assets/stylesheets/style.scss */
.countTo {
  font-size: 38px;
  color: #f15a24;
  font-weight: 600;
}

/* line 1548, app/assets/stylesheets/style.scss */
.countFor {
  font-size: 26px;
  color: white;
}

/* line 1553, app/assets/stylesheets/style.scss */
.inline {
  display: inline-block;
}

/* line 1557, app/assets/stylesheets/style.scss */
.inline + .inline {
  margin-left: 10px;
}

/* line 1561, app/assets/stylesheets/style.scss */
.radio {
  font-size: 1.5em;
  position: relative;
  width: 70%;
  display: block;
  margin: 20px auto;
  text-align: center;
}

/* line 1570, app/assets/stylesheets/style.scss */
.radio span {
  padding-left: 50px;
}

/* line 1574, app/assets/stylesheets/style.scss */
.radio span:after {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #999999;
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 1592, app/assets/stylesheets/style.scss */
.radio input[type="radio"] {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 1603, app/assets/stylesheets/style.scss */
.radio input[type="radio"]:checked + span {
  color: #f15a24;
}

/* line 1607, app/assets/stylesheets/style.scss */
.radio input[type="radio"]:checked + span:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #f15a24;
  left: 5px;
  top: 6px;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

/*.radio input[type="radio"]+span:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 5px;
    top: 6px;
    border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
  }*/
/* line 1634, app/assets/stylesheets/style.scss */
.upload-radio {
  position: relative;
  display: block;
  margin: 20px auto;
  text-align: center;
}

/* line 1641, app/assets/stylesheets/style.scss */
.upload-radio span {
  padding-left: 0px;
}

/* line 1645, app/assets/stylesheets/style.scss */
.upload-radio span:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #999999;
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 1663, app/assets/stylesheets/style.scss */
.upload-radio input[type="radio"] {
  cursor: pointer;
  position: absolute;
  /*width: 100%;*/
  height: 100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 1674, app/assets/stylesheets/style.scss */
.upload-radio input[type="radio"]:checked + span {
  color: #f15a24;
}

/* line 1678, app/assets/stylesheets/style.scss */
.upload-radio input[type="radio"]:checked + span:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: #f15a24;
  left: 5px;
  top: 6px;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

/* line 1692, app/assets/stylesheets/style.scss */
.upload-radio input[type="checkbox"] {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 1703, app/assets/stylesheets/style.scss */
.upload-radio input[type="checkbox"]:checked + span {
  color: #f15a24;
}

/* line 1707, app/assets/stylesheets/style.scss */
.upload-radio input[type="checkbox"]:checked + span:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: #f15a24;
  left: 5px;
  top: 6px;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

/* line 1721, app/assets/stylesheets/style.scss */
.private-radio {
  position: relative;
  display: block;
  margin: 10px auto;
  text-align: center;
}

/* line 1728, app/assets/stylesheets/style.scss */
.private-radio span {
  padding-left: 0px;
}

/* line 1732, app/assets/stylesheets/style.scss */
.private-radio span:after {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #ffffff;
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 1750, app/assets/stylesheets/style.scss */
.private-radio input[type="checkbox"] {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 1761, app/assets/stylesheets/style.scss */
.private-radio input[type="checkbox"]:checked + span {
  color: #ffffff;
}

/* line 1765, app/assets/stylesheets/style.scss */
.private-radio input[type="checkbox"]:checked + span:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  background: #ffffff;
  left: 5px;
  top: 9px;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

/* line 1779, app/assets/stylesheets/style.scss */
.simulator-group {
  display: flex;
  margin: 20px auto;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

/* line 1788, app/assets/stylesheets/style.scss */
.simulator-label {
  font-size: 1rem;
  margin-right: 25px;
}

/* line 1793, app/assets/stylesheets/style.scss */
.simulator-input {
  height: 50px;
  width: 150px;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3), 0 3px 6px rgba(0, 0, 0, 0.2);
  outline: none !important;
  font-size: 1.5rem;
  text-align: center;
  color: #f15a24;
}

/* line 1807, app/assets/stylesheets/style.scss */
.simulator-input:focus {
  box-shadow: 0 0 10px #f15a24;
}

/* line 1811, app/assets/stylesheets/style.scss */
.simulator-result-label {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 1.5rem;
  margin-top: 30px;
}

/* line 1819, app/assets/stylesheets/style.scss */
.simulator-result-value {
  width: 40%;
  display: block;
  margin: 30px auto;
  height: 80px;
  font-size: 2.5rem;
  text-align: center;
  border-radius: 5px;
  line-height: 80px;
  color: #f15a24;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3), 0 3px 6px rgba(0, 0, 0, 0.2);
}

/* line 1834, app/assets/stylesheets/style.scss */
.pages-locale-nav {
  position: relative;
  bottom: 2px !important;
}

/* line 1839, app/assets/stylesheets/style.scss */
#left-container .bootstrap-select .dropdown-toggle:focus,
#left-container
.bootstrap-select
> select.mobile-device:focus
+ .dropdown-toggle {
  outline: none !important;
}

/* line 1847, app/assets/stylesheets/style.scss */
.pages-locale-nav::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4px;
  /* Ajustez la valeur selon votre mise en page */
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  /* Taille du chevron */
  border-right: 6px solid transparent;
  /* Taille du chevron */
  border-top: 6px solid #1f1f1f;
  /* Couleur du chevron */
  transform: translateY(-50%);
}

/* line 1860, app/assets/stylesheets/style.scss */
.page-footer {
  font-family: Montserrat;
  /*margin-top: 20px;*/
}

/* line 1868, app/assets/stylesheets/style.scss */
.page-footer li {
  margin: 10px 0;
}

/* line 1872, app/assets/stylesheets/style.scss */
.page-footer a {
  color: #333333;
  text-decoration: none;
}

/* line 1877, app/assets/stylesheets/style.scss */
.main-footer {
  padding: 50px;
}

/* line 1881, app/assets/stylesheets/style.scss */
.list-unstyled {
  padding: 0 10%;
  font-size: 1.2rem;
}

/* line 1886, app/assets/stylesheets/style.scss */
.footer-logo {
  width: 50%;
}

/* line 1890, app/assets/stylesheets/style.scss */
.social-icon {
  width: 25px;
  margin: 5px 0px 5px 30px;
}

/* line 1895, app/assets/stylesheets/style.scss */
.footer-copyright {
  padding: 5px 0;
  height: 50px;
}

/* line 1900, app/assets/stylesheets/style.scss */
.item-footer-copyright {
  margin: 0 4px;
  font-weight: 700;
}

/* line 1905, app/assets/stylesheets/style.scss */
.contact-subtitle {
  font-size: 18px;
  font-weight: 400;
}

@media (min-width: 577px) {
  /* line 1911, app/assets/stylesheets/style.scss */
  .accueil-banner .div-content .btn-general {
    margin-top: 30px !important;
  }
  /* line 1914, app/assets/stylesheets/style.scss */
  .upcoming-banner {
    height: 75vh !important;
    min-height: 620px;
  }
  /* line 1918, app/assets/stylesheets/style.scss */
  .banner-img-mobile {
    display: none;
  }
  /* line 1921, app/assets/stylesheets/style.scss */
  .home-banner .div-content {
    position: relative;
    top: 160px;
  }
  /* line 1925, app/assets/stylesheets/style.scss */
  .modalvideo {
    max-width: 900px !important;
  }
  /* line 1928, app/assets/stylesheets/style.scss */
  .modalvideo iframe {
    width: 100% !important;
    height: 100% !important;
  }
  /* line 1932, app/assets/stylesheets/style.scss */
  .modalvideo .modal-content {
    height: 500px;
  }
}

@media (max-width: 576px) {
  /* line 1938, app/assets/stylesheets/style.scss */
  .upcoming-banner {
    /* height: 200px !important;*/
    /* height: 75vh !important;*/
  }
  /* line 1942, app/assets/stylesheets/style.scss */
  .banner-img-mobile {
    width: 100%;
    height: auto;
  }
  /* line 1946, app/assets/stylesheets/style.scss */
  .modalvideo iframe {
    width: 100% !important;
    min-height: 200px !important;
  }
  /* line 1950, app/assets/stylesheets/style.scss */
  .banner-title {
    font-size: 42px !important;
  }
}

/* line 1955, app/assets/stylesheets/style.scss */
.banner-info {
  top: 0px;
  right: 5px;
  width: 5%;
}

/* line 1961, app/assets/stylesheets/style.scss */
.banner-info .content {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  text-align: center;
  /*transform: translate(-50%, -50%);*/
  transform: translate(-50%, 0);
  color: #fff;
  max-width: 1000px;
}

/* line 1973, app/assets/stylesheets/style.scss */
.banner-title {
  font-family: "Montserrat";
  font-size: 58px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
}

/* line 1981, app/assets/stylesheets/style.scss */
.accueil-banner .banner-title {
  max-width: 700px;
  margin: 0 auto;
  color: #242424;
}

/* line 1987, app/assets/stylesheets/style.scss */
.campaign-counter {
  width: 40%;
  margin: 10px auto;
  font-size: 3vw;
  background: #f67650;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* line 1998, app/assets/stylesheets/style.scss */
.banner-alert-text {
  font-family: Montserrat;
}

/* line 2002, app/assets/stylesheets/style.scss */
.turbolinks-progress-bar {
  height: 3px;
  background-color: #f15a24;
}

/* line 2007, app/assets/stylesheets/style.scss */
.manager_auth {
  background-color: #ffffff;
  padding: 0 20px;
  margin-top: 10px;
}

/* line 2013, app/assets/stylesheets/style.scss */
.manager_auth_div {
  background-color: #ffffff;
  margin: 90px 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 20px 20px;
  border-radius: 5px;
}

/* line 2021, app/assets/stylesheets/style.scss */
.manager_auth_title {
  text-align: center;
  color: #f15a24;
  margin: 20px 0;
}

/* line 2027, app/assets/stylesheets/style.scss */
.manager_auth_input {
  border: 0;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3), 0 3px 6px rgba(0, 0, 0, 0.2);
  outline: none !important;
  font-size: 1rem;
  text-align: center;
}

/* line 2038, app/assets/stylesheets/style.scss */
.manager_auth_input:focus,
.manager_auth_submit:focus {
  box-shadow: 0 0 10px #f15a24;
}

/* line 2043, app/assets/stylesheets/style.scss */
.manager_signup_input {
  border: 0;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2);
  outline: none !important;
  font-size: 1rem;
}

/* line 2053, app/assets/stylesheets/style.scss */
.manager_signup_input:focus,
.manager_signup_input:focus {
  box-shadow: 0 0 10px #f15a24;
}

/* line 2058, app/assets/stylesheets/style.scss */
.manager_auth_submit {
  width: 100%;
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3), 0 3px 6px rgba(0, 0, 0, 0.2);
  margin: 10px 0;
}

/* line 2069, app/assets/stylesheets/style.scss */
.manager_auth_submit:hover,
.manager_auth_submit:active,
.manager_auth_submit:visited {
  background-color: #f15a24;
  border-color: #f15a24;
  color: #ffffff;
}

/* line 2077, app/assets/stylesheets/style.scss */
.manager_auth_button {
  background: #f67650;
  color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
}

/* line 2086, app/assets/stylesheets/style.scss */
.manager_auth_button:hover,
.manager_auth_button:active,
.manager_auth_button:visited {
  color: #ffffff;
}

/* line 2092, app/assets/stylesheets/style.scss */
.manager_auth_upload {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* line 2101, app/assets/stylesheets/style.scss */
.manager_auth_upload:hover,
.manager_auth_upload:active,
.manager_auth_upload:visited {
  color: #ffffff;
}

/* line 2107, app/assets/stylesheets/style.scss */
.manager_slug_prefix {
  background-color: #ffffff;
  color: #333333;
  cursor: auto !important;
}

/* line 2113, app/assets/stylesheets/style.scss */
.manager_auth_link {
  color: #333333;
}

/* line 2117, app/assets/stylesheets/style.scss */
.manager_auth_link:hover {
  text-decoration: none;
  color: #f15a24;
}

/* line 2122, app/assets/stylesheets/style.scss */
.btn-file {
  position: relative;
  overflow: hidden;
}

/* line 2127, app/assets/stylesheets/style.scss */
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

/* line 2143, app/assets/stylesheets/style.scss */
label {
  margin-bottom: 0;
  font-family: Montserrat;
}

/* line 2148, app/assets/stylesheets/style.scss */
.upload-form-top {
  margin: 1.25rem;
}

/* line 2152, app/assets/stylesheets/style.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
}

/* line 2163, app/assets/stylesheets/style.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.07), 0 1px 0 0 rgba(0, 0, 0, 0.03);
}

/* line 2173, app/assets/stylesheets/style.scss */
.card-header a {
  font-weight: bold;
}

/* line 2177, app/assets/stylesheets/style.scss */
.help-text {
  color: #333;
  font-size: 12px;
  width: 100%;
  text-align: right;
}

/* line 2184, app/assets/stylesheets/style.scss */
.invalid,
.invalid:focus {
  border: 1px solid #333 !important;
}

/* line 2189, app/assets/stylesheets/style.scss */
.invalid:focus {
  box-shadow: 0 0 10px #333 !important;
}

/* line 2193, app/assets/stylesheets/style.scss */
.donor-not-exists,
.donor-not-exists:focus {
  border: 1px solid red !important;
  color: red !important;
  box-shadow: 0 0 10px red !important;
}

/* line 2200, app/assets/stylesheets/style.scss */
.donor-exists,
.donor-exists:focus {
  border: 1px solid green !important;
  color: green !important;
  box-shadow: 0 0 10px green !important;
}

/* line 2207, app/assets/stylesheets/style.scss */
.text-invalid {
  color: #333;
}

/* line 2211, app/assets/stylesheets/style.scss */
#official_name_error,
#trending_name_error,
#slug_name_error,
#address_error,
#address_required_error,
#zipcode_error,
#city_error,
#country_error,
#subject_error,
#manager_lastname_error,
#manager_firstname_error,
#manager_role_error,
#manager_email_error,
#manager_password_error,
#manager_password_confirmation_error,
#manager_phone_error,
#state_error,
#idrecto_error,
#idverso_error,
#signature_error,
#stamp_error,
#rib_error,
#iban_error,
#bic_error,
#campaign_name_error,
#campaign_url_error,
#campaign_description_error,
#campaign_goal_error,
#campaign_duration_error,
#company_name_error,
#company_repr_fname_error,
#company_repr_lname_error,
#first_name_error,
#last_name_error,
#email_error,
#tel_error,
#campaign_article_name_error,
#amount_error,
#subs_amount_error {
  display: none;
}

/* line 2253, app/assets/stylesheets/style.scss */
#manager_phone::-webkit-inner-spin-button,
#manager_phone::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 2259, app/assets/stylesheets/style.scss */
#donation-amount-input::-webkit-inner-spin-button,
#donation-amount-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* line 2264, app/assets/stylesheets/style.scss */
#amount-field::-webkit-inner-spin-button,
#amount-field::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* line 2269, app/assets/stylesheets/style.scss */
.filter_input::-webkit-inner-spin-button,
.filter_input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 2275, app/assets/stylesheets/style.scss */
.d_errors {
  color: #f67650;
  text-align: center;
  font-weight: 500;
}

/* line 2281, app/assets/stylesheets/style.scss */
#container {
  min-height: 100%;
  position: relative;
}

/* line 2286, app/assets/stylesheets/style.scss */
#donation-form {
  display: flex;
}

/* line 2290, app/assets/stylesheets/style.scss */
.asso_listing {
  background-color: #ffffff;
}

/* line 2294, app/assets/stylesheets/style.scss */
.asso_listing hr {
  margin: 0;
}

/* line 2298, app/assets/stylesheets/style.scss */
.collection-head {
  font-family: Montserrat;
  width: 100%;
  text-align: center;
  font-size: 2vw;
  margin-bottom: 20px;
}

/* line 2306, app/assets/stylesheets/style.scss */
.collection-title {
  width: 100%;
  text-align: center;
  font-size: 2vw;
  margin-top: 20px;
}

/* line 2313, app/assets/stylesheets/style.scss */
.filter-head {
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-family: Montserrat;
  padding: 20px 0px;
}

/* line 2321, app/assets/stylesheets/style.scss */
.filter-head-sub {
  width: 100%;
  text-align: center;
  font-size: 1em;
  font-family: Montserrat;
}

/* line 2328, app/assets/stylesheets/style.scss */
.filter-title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-top: 40px;
}

/* line 2335, app/assets/stylesheets/style.scss */
.collection-value {
  width: 100%;
  text-align: center;
  font-size: 3vw;
  color: #f15a24;
}

/* line 2342, app/assets/stylesheets/style.scss */
.filter-value {
  width: 100%;
  text-align: center;
  font-size: 30px;
  margin-top: 10px;
  color: #f15a24;
}

/* line 2350, app/assets/stylesheets/style.scss */
.collection-stats {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.19), 0 0 10px rgba(0, 0, 0, 0.23);
  padding: 40px;
  margin: 20px 0px;
}

/* line 2358, app/assets/stylesheets/style.scss */
.filter_input {
  /* border: 0; */
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
  outline: none !important;
  font-size: 1rem;
}

/* line 2368, app/assets/stylesheets/style.scss */
.filter_input:focus,
.filter_input:focus {
  box-shadow: 0 0 10px #f15a24;
}

/* line 2373, app/assets/stylesheets/style.scss */
.table {
  font-family: Montserrat;
}

/* line 2377, app/assets/stylesheets/style.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

/* line 2383, app/assets/stylesheets/style.scss */
.filter-donors {
  margin-top: 20px;
}

/* line 2387, app/assets/stylesheets/style.scss */
.btn-more {
  background-color: #ffffff;
  border-color: #f15a24;
  color: #f15a24;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* line 2396, app/assets/stylesheets/style.scss */
.btn-more:focus {
  box-shadow: 0 0 10px #f15a24;
}

/* line 2400, app/assets/stylesheets/style.scss */
.btn-more:hover,
.btn-more:active {
  background-color: #f15a24;
  border-color: #f15a24;
  color: #ffffff;
}

/* line 2407, app/assets/stylesheets/style.scss */
.btn-allodons {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* line 2416, app/assets/stylesheets/style.scss */
.btn-allodons:focus {
  box-shadow: 0 0 10px #f15a24;
}

/* line 2420, app/assets/stylesheets/style.scss */
.btn-allodons:hover,
.btn-allodons:active {
  background-color: #f15a24;
  border-color: #f15a24;
  color: #ffffff;
}

/* line 2427, app/assets/stylesheets/style.scss */
.link-allodons {
  color: #f15a24;
}

/* line 2431, app/assets/stylesheets/style.scss */
.link-allodons:hover {
  color: #f15a24;
  opacity: 0.8;
}

/* line 2436, app/assets/stylesheets/style.scss */
.btn-filter {
  width: 100%;
  margin: 5px 0;
}

/* line 2441, app/assets/stylesheets/style.scss */
.btn-filter-chosen {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background: #f15a24 !important;
  border: none;
}

/* line 2447, app/assets/stylesheets/style.scss */
.btn-filter-chosen:hover,
.btn-filter-chosen:focus {
  background: #f15a24 !important;
  cursor: default !important;
  opacity: 1 !important;
}

/* line 2454, app/assets/stylesheets/style.scss */
.campaigns-head {
  width: 100%;
  text-align: center;
  font-size: 3vw;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  /* line 2462, app/assets/stylesheets/style.scss */
  .front-photo-collect {
    height: 0 !important;
    padding-top: 60%;
    position: relative;
  }
  /* line 2467, app/assets/stylesheets/style.scss */
  .asso_listing .collection-stats {
    padding: 30px 0 !important;
    margin: 20px auto !important;
  }
  /* line 2472, app/assets/stylesheets/style.scss */
  .asso_listing .collection-stats .btn-allodons {
    margin: 5px 0;
  }
  /* line 2475, app/assets/stylesheets/style.scss */
  .table td {
    max-width: 100px !important;
    overflow: auto !important;
  }
  /* line 2479, app/assets/stylesheets/style.scss */
  .collection-head,
.campaigns-head {
    font-size: 6vw;
  }
  /* line 2484, app/assets/stylesheets/style.scss */
  .collection-title {
    font-size: 5vw;
  }
  /* line 2488, app/assets/stylesheets/style.scss */
  .collection-value {
    font-size: 8vw;
  }
  /* line 2491, app/assets/stylesheets/style.scss */
  .simulator-group {
    width: 100% !important;
    justify-content: space-between !important;
  }
  /* line 2495, app/assets/stylesheets/style.scss */
  .simulator-label {
    text-align: left;
  }
  /* line 2498, app/assets/stylesheets/style.scss */
  .campaign-counter {
    font-size: 5vw;
  }
  /* line 2501, app/assets/stylesheets/style.scss */
  .campaign-counter {
    width: 50%;
  }
}

@media (max-width: 576px) {
  /* line 2507, app/assets/stylesheets/style.scss */
  .collection-head,
.campaigns-head {
    font-size: 5vw;
  }
  /* line 2512, app/assets/stylesheets/style.scss */
  .collection-title {
    font-size: 8vw;
  }
  /* line 2516, app/assets/stylesheets/style.scss */
  .collection-value {
    font-size: 12vw;
  }
}

/* line 2521, app/assets/stylesheets/style.scss */
.campaign-date select {
  background-color: #ffffff;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
  outline: none !important;
  font-size: 1rem;
  height: 40px;
}

/* line 2533, app/assets/stylesheets/style.scss */
.campaign-pending {
  background: rgba(252, 99, 106, 0.5);
}

/* line 2537, app/assets/stylesheets/style.scss */
.subscription-done {
  background: rgba(252, 99, 106, 0.5);
  color: #000;
}

/* line 2542, app/assets/stylesheets/style.scss */
.campaign-current {
  background: rgba(43, 159, 85, 0.5);
}

/* line 2546, app/assets/stylesheets/style.scss */
.gal {
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
}

/* line 2554, app/assets/stylesheets/style.scss */
.gal img {
  width: 80%;
  padding: 7px 0;
}

@media (max-width: 500px) {
  /* line 2560, app/assets/stylesheets/style.scss */
  .gal {
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}

/* line 2569, app/assets/stylesheets/style.scss */
.gal-container {
  position: relative;
}

/* Make the image responsive */
/* line 2575, app/assets/stylesheets/style.scss */
.gal-container img {
  width: 100%;
  height: auto;
}

/* Style the button and place it in the middle of the container/image */
/* line 2582, app/assets/stylesheets/style.scss */
.gal-container .btns {
  position: absolute;
  /*top: 50%;*/
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  padding: 0 5%;
  border: none;
  width: 100%;
}

/* line 2596, app/assets/stylesheets/style.scss */
.first {
  background-color: #f15a24;
}

/* line 2600, app/assets/stylesheets/style.scss */
.pic-dash {
  position: absolute;
  /*top: 50%;*/
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  padding: 0 5%;
  border: none;
  width: 100%;
}

/* The side navigation menu */
/* line 2616, app/assets/stylesheets/style.scss */
.front-sidenav {
  width: 90%;
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 99;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  background: #ffffff;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
/* line 2641, app/assets/stylesheets/style.scss */
.front-sidenav .navbar-allodons-link {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 19px;
  color: black !important;
  display: block;
  transition: 0.3s;
}

/* line 2650, app/assets/stylesheets/style.scss */
.front-sidenav .pages-locale {
  margin-left: 32px !important;
  margin-top: 4px;
}

/* line 2655, app/assets/stylesheets/style.scss */
#left-container {
  display: flex;
  align-items: baseline;
}

@media (min-width: 991px) and (max-width: 1050px) {
  /* line 2661, app/assets/stylesheets/style.scss */
  .navbar-allodons-link,
.search-box {
    font-size: 14px;
  }
}

/* When you mouse over the navigation links, change their color */
/* line 2669, app/assets/stylesheets/style.scss */
.front-sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
/* line 2675, app/assets/stylesheets/style.scss */
.front-sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
/* line 2685, app/assets/stylesheets/style.scss */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  /* line 2693, app/assets/stylesheets/style.scss */
  .front-sidenav {
    padding-top: 15px;
  }
  /* line 2696, app/assets/stylesheets/style.scss */
  .front-sidenav a {
    font-size: 18px;
  }
}

/* line 2701, app/assets/stylesheets/style.scss */
.donor-form {
  background: #f67650;
  border-radius: 4px;
  color: white;
  padding: 10px;
  text-align: center;
  display: flex;
  height: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* line 2714, app/assets/stylesheets/style.scss */
.general-donor-form {
  background: #f67650;
  border-radius: 4px;
  color: white;
  padding: 20px;
  text-align: center;
  display: flex;
  height: 90%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* line 2727, app/assets/stylesheets/style.scss */
.general-redirect {
  height: 10%;
}

/* line 2731, app/assets/stylesheets/style.scss */
.team-general-redirect {
  height: 10%;
  width: 100%;
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1), 0 10px 6px rgba(0, 0, 0, 0.1);
}

/* line 2739, app/assets/stylesheets/style.scss */
.done-div {
  background: #2b9f55;
  border-radius: 4px;
  color: white;
  padding: 20px;
  text-align: center;
  display: flex;
  height: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* line 2752, app/assets/stylesheets/style.scss */
.done-goal {
  font-size: 28px;
  font-weight: 700;
}

/* line 2757, app/assets/stylesheets/style.scss */
.done-donors-size {
  font-size: 26px;
  font-weight: 500;
}

/* line 2762, app/assets/stylesheets/style.scss */
#done-collected {
  font-size: 40px;
}

/* line 2766, app/assets/stylesheets/style.scss */
.icone-campaign-over {
  width: 150px;
}

/* line 2770, app/assets/stylesheets/style.scss */
.doubled-amount {
  font-size: 50px;
  font-weight: bold;
}

/* line 2775, app/assets/stylesheets/style.scss */
.upcoming-view-countdown {
  font-size: 30px;
  margin-top: 20px;
  border-radius: 0.25rem;
  background-color: white !important;
  color: #f15a24;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  height: 45px;
}

/* line 2787, app/assets/stylesheets/style.scss */
.done-icon-double {
  height: auto;
  width: 20%;
}

/* line 2792, app/assets/stylesheets/style.scss */
.donor-form-title {
  font-size: 16px;
  font-weight: 600;
}

/* line 2797, app/assets/stylesheets/style.scss */
.donor-form-notice {
  font-size: 15px;
  margin-top: 2px;
}

/* line 2802, app/assets/stylesheets/style.scss */
.donor-form-input {
  height: 50px;
  border: 2px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  outline: none !important;
  font-size: 1.5rem;
  text-align: center;
  color: white;
  margin: 0px 0px 0px 0px;
  background-color: transparent;
}

/* line 2815, app/assets/stylesheets/style.scss */
.donor-form-input:focus {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: 0 0 10px #ffffff;
}

/* line 2822, app/assets/stylesheets/style.scss */
.donor-form-currency {
  height: 55px;
  /*   width: 20%;*/
  line-height: 55px;
  border-radius: 5px;
  outline: none !important;
  font-size: 1.5rem;
  text-align: left;
  color: white;
  margin: 20px 0;
  background-color: transparent;
}

/* line 2835, app/assets/stylesheets/style.scss */
.donor-form .form-result {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 30px;
}

/* line 2843, app/assets/stylesheets/style.scss */
input:-internal-autofill-selected {
  background-color: transparent !important;
  color: white !important;
}

/* line 2848, app/assets/stylesheets/style.scss */
.form-double {
  height: auto;
  width: 80%;
}

/* line 2853, app/assets/stylesheets/style.scss */
#form-double {
  height: auto;
  width: 20%;
}

/* line 2858, app/assets/stylesheets/style.scss */
.donor-form-result {
  /*width: 40%;*/
  border: 2px solid #ffffff;
  display: block;
  color: white;
  margin: 15px 0;
  height: 50px;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 5px;
  line-height: 50px;
}

/* line 2871, app/assets/stylesheets/style.scss */
.cta-width {
  width: 305px;
  margin: 0 auto;
}

/* line 2876, app/assets/stylesheets/style.scss */
.btn-donor-form {
  background-color: white !important;
  width: 100%;
  color: #f15a24;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  min-height: 50px;
  font-size: 1.3rem;
  font-weight: bold;
}

/* line 2888, app/assets/stylesheets/style.scss */
.btn-start,
#know-more {
  width: 200px;
}

/* line 2892, app/assets/stylesheets/style.scss */
.btn-border {
  background: transparent !important;
  border: 1px solid #f67650;
  color: #f67650 !important;
}

/* line 2898, app/assets/stylesheets/style.scss */
.btn-general-campaign {
  background: #f67650;
  width: 100%;
  color: #ffffff;
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1), 0 10px 6px rgba(0, 0, 0, 0.1);
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  border: solid 1px white;
  border-radius: 0.25rem;
}

/* line 2912, app/assets/stylesheets/style.scss */
.btn-general-campaign img {
  height: 100%;
  margin-right: 10px;
}

/* line 2917, app/assets/stylesheets/style.scss */
.btn-donor-pay {
  background-color: white !important;
  color: #f15a24;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  float: right;
}

/* line 2927, app/assets/stylesheets/style.scss */
.btn-donation-back {
  background-color: white !important;
  color: #2b9f55;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  float: right;
}

/* line 2937, app/assets/stylesheets/style.scss */
.btn-donation-back:hover {
  color: #2b9f55;
}

/* line 2941, app/assets/stylesheets/style.scss */
.matcher-info {
  display: inline-block;
  width: 230px;
}

/* line 2946, app/assets/stylesheets/style.scss */
.matchers-details {
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  margin-bottom: 30px;
}

/* line 2953, app/assets/stylesheets/style.scss */
.matcher-logo {
  margin-right: 10px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 2967, app/assets/stylesheets/style.scss */
.matcher-info {
  width: 230px;
}

/* line 2971, app/assets/stylesheets/style.scss */
.donor-thumb {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 2977, app/assets/stylesheets/style.scss */
.matcher-title {
  font-size: 1rem;
  opacity: 0.8;
  font-weight: bold;
  line-height: 20px;
  margin-left: 60px;
  width: 100%;
}

/* line 2986, app/assets/stylesheets/style.scss */
.matcher-name {
  line-height: 20px;
  /*margin-top: 5px;*/
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  width: 100%;
}

/* line 2997, app/assets/stylesheets/style.scss */
.asso-intro {
  width: 100%;
  height: 100%;
  text-align: center;
}

/* line 3003, app/assets/stylesheets/style.scss */
.asso-intro img {
  margin: 10% auto;
  margin-bottom: 20px;
  height: 65px;
}

/* line 3010, app/assets/stylesheets/style.scss */
.icon-round {
  background-color: #ffffff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

/* line 3018, app/assets/stylesheets/style.scss */
.icon-round img {
  width: 80px;
  border-radius: 30%;
  height: 80px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 3026, app/assets/stylesheets/style.scss */
.asso-icon {
  width: 100%;
}

/* line 3030, app/assets/stylesheets/style.scss */
.asso-icon img {
  margin: 25px auto;
  display: block;
  margin-bottom: 20px;
  height: 80px;
}

/* line 3037, app/assets/stylesheets/style.scss */
.asso-logo {
  width: 100%;
  height: 100%;
}

/* line 3042, app/assets/stylesheets/style.scss */
.asso-logo img {
  margin: 0 auto;
  display: block;
}

/* line 3047, app/assets/stylesheets/style.scss */
.asso-n {
  font-family: Montserrat;
  font-weight: bold;
}

/* line 3052, app/assets/stylesheets/style.scss */
.g-asso-n {
  font-family: Montserrat;
  font-size: 18px;
}

/* line 3057, app/assets/stylesheets/style.scss */
.g-asso-notice {
  font-family: Montserrat;
  font-size: 16px;
}

/* line 3062, app/assets/stylesheets/style.scss */
.BigCarousel {
  overflow: hidden;
  padding: 20px 15px 0 15px;
  width: 100%;
  position: relative;
  font-family: Montserrat;
}

/* line 3070, app/assets/stylesheets/style.scss */
.BigCarousel .BigCarousel-inner {
  transition: 1s ease all;
  float: left;
}

/* line 3075, app/assets/stylesheets/style.scss */
.BigCarousel .BigCarousel-inner .item {
  float: left;
}

/* line 3079, app/assets/stylesheets/style.scss */
.BigCarousel .BigCarousel-inner .item > div {
  text-align: center;
}

/* line 3083, app/assets/stylesheets/style.scss */
.BigCarousel .leftLst,
.BigCarousel .rightLst {
  position: absolute;
  /*border-radius: 50%;*/
  top: calc(60% - 15px);
  /*top: 50%;*/
}

/* line 3091, app/assets/stylesheets/style.scss */
.BigCarousel .leftLst {
  left: 10px;
}

/* line 3095, app/assets/stylesheets/style.scss */
.BigCarousel .rightLst {
  right: 10px;
}

/* line 3099, app/assets/stylesheets/style.scss */
.BigCarousel .leftLst.over,
.BigCarousel .rightLst.over {
  pointer-events: none;
  /*background: #ccc;*/
}

/* line 3128, app/assets/stylesheets/style.scss */
.big-donors {
  margin-top: 30px;
  margin-bottom: 0;
}

/* line 3133, app/assets/stylesheets/style.scss */
.campaign-info-row {
  margin-top: 10px;
  margin-bottom: 30px;
}

/* line 3138, app/assets/stylesheets/style.scss */
.collection-info-row {
  margin-top: 10px;
}

/* line 3142, app/assets/stylesheets/style.scss */
.vertical-seperator {
  border-right: solid rgba(241, 90, 36, 0.3) 1px;
}

/* line 3146, app/assets/stylesheets/style.scss */
.white-seperator {
  border-top: solid #ffffff 1px;
}

/* line 3150, app/assets/stylesheets/style.scss */
.white-seperator-short {
  border-top: solid #ffffff 1px;
  margin: 0px 20px;
}

/* line 3155, app/assets/stylesheets/style.scss */
.subscribe-btn {
  margin-top: 20px;
}

/* line 3159, app/assets/stylesheets/style.scss */
.asso-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  /*  padding-bottom: 30px;*/
  font-family: Montserrat;
  text-align: center;
}

/* line 3168, app/assets/stylesheets/style.scss */
.current-state-sub {
  font-family: Montserrat;
}

/* line 3172, app/assets/stylesheets/style.scss */
.asso-title-mob {
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0px 0px 0px;
  font-family: Montserrat;
}

/* line 3179, app/assets/stylesheets/style.scss */
.asso-name {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  font-family: Montserrat;
}

/* line 3186, app/assets/stylesheets/style.scss */
.desk-asso-name {
  font-size: 25px;
  font-family: Montserrat;
  text-align: left;
  margin-bottom: 20px;
  /* margin-bottom: -20px;
    padding: 0;*/
}

/* line 3195, app/assets/stylesheets/style.scss */
.first-campaign-info {
  display: flex;
  /*  padding-top: 20px;*/
}

/* line 3200, app/assets/stylesheets/style.scss */
.goal-mob {
  margin: 20px 0px;
  font-family: Montserrat;
}

/* line 3205, app/assets/stylesheets/style.scss */
.view-progress {
  padding: 2% 2% 0 3%;
  width: 90%;
}

/* line 3210, app/assets/stylesheets/style.scss */
.view-progress-mob {
  padding: 0 2% 0 3%;
  width: 90%;
}

/* line 3215, app/assets/stylesheets/style.scss */
.view-progress-container {
  /*padding: 5% 0 5% 0;*/
  position: relative;
}

/* line 3220, app/assets/stylesheets/style.scss */
.view-progress-container-mob {
  padding: 2% 0 2% 0;
  position: relative;
}

/* line 3225, app/assets/stylesheets/style.scss */
.seperator-asso {
  border-top: solid rgba(241, 90, 36, 0.3) 1px;
  margin: 20px 20px 0 20px;
  text-align: center;
}

/* line 3231, app/assets/stylesheets/style.scss */
.seperator-div {
  padding: 10px 0 20px 0px;
}

@media (min-width: 992px) {
  /* line 3236, app/assets/stylesheets/style.scss */
  .seperator-asso {
    border-top: 0;
    margin: 0;
  }
  /* line 3240, app/assets/stylesheets/style.scss */
  #amount-reached {
    display: block;
  }
  /* line 3243, app/assets/stylesheets/style.scss */
  #amount-reached-mob {
    display: none;
  }
  /* line 3246, app/assets/stylesheets/style.scss */
  .d-testimonials {
    display: block;
  }
  /* line 3249, app/assets/stylesheets/style.scss */
  .m-testimonials {
    display: none;
  }
  /* .prefilled-cards {
      display: block !important;
    } */
  /* line 3255, app/assets/stylesheets/style.scss */
  .mobile-prefilled-cards {
    display: none !important;
  }
}

@media (max-width: 992px) {
  /* line 3261, app/assets/stylesheets/style.scss */
  .colored-section {
    font-size: 12px;
  }
  /* line 3264, app/assets/stylesheets/style.scss */
  .order-1-mobile {
    order: 1;
  }
  /* line 3267, app/assets/stylesheets/style.scss */
  .amount-info {
    font-size: 2.5em;
  }
  /* line 3270, app/assets/stylesheets/style.scss */
  #amount-reached {
    display: none;
  }
  /* line 3273, app/assets/stylesheets/style.scss */
  #amount-reached-mob {
    display: block;
    /* height: 150px; */
  }
  /* line 3277, app/assets/stylesheets/style.scss */
  .campaign-info-row {
    display: none;
  }
  /* line 3280, app/assets/stylesheets/style.scss */
  .radio span {
    font-size: 1rem;
  }
  /* line 3283, app/assets/stylesheets/style.scss */
  .d-testimonials {
    display: none;
  }
  /* line 3286, app/assets/stylesheets/style.scss */
  .m-testimonials {
    display: block;
  }
  /* line 3289, app/assets/stylesheets/style.scss */
  .prefilled-cards {
    display: none !important;
  }
  /* line 3292, app/assets/stylesheets/style.scss */
  .pre-amount {
    /* width: 100%; */
  }
}

/* line 3297, app/assets/stylesheets/style.scss */
.second-campaign-info {
  text-align: center;
}

/* line 3301, app/assets/stylesheets/style.scss */
.amount-info {
  color: #f15a24;
  font-family: Montserrat;
  font-size: 35px;
  line-height: 1;
}

/* line 3308, app/assets/stylesheets/style.scss */
.donors-count {
  color: #f15a24;
  font-family: Montserrat;
  font-size: 35px;
  /*padding: 20px 0px 10px 0px;*/
  font-weight: bold;
  line-height: 1;
  /*line-height: 30px;*/
}

/* line 3318, app/assets/stylesheets/style.scss */
.donors-count-mob {
  color: #464646;
  font-weight: 600;
}

/* line 3324, app/assets/stylesheets/style.scss */
.donors-goal {
  font-family: Montserrat;
}

/* line 3328, app/assets/stylesheets/style.scss */
.third-campaign-info {
  display: flex;
  justify-content: center;
  /* padding-top: 14px;*/
}

/* line 3334, app/assets/stylesheets/style.scss */
.heart-campaign {
  width: 30px !important;
  margin: 0 5px !important;
  position: relative;
  /*top: 4px;*/
}

/* line 3341, app/assets/stylesheets/style.scss */
.clock-campaign {
  height: 100%;
  /*display: unset !important;*/
  font-size: 24px;
  font-weight: bold;
  position: relative;
  top: 2px;
  font-family: Montserrat;
  width: 230px;
}

/* line 3352, app/assets/stylesheets/style.scss */
#t-clock {
  position: absolute;
  margin-top: 30px;
}

/* line 3357, app/assets/stylesheets/style.scss */
.container-donors {
  background-color: rgba(240, 242, 242, 0.5);
  padding: 10px 15px;
  /*max-width: 29%;
  margin-left: 40px;*/
  max-height: 700px;
  overflow-y: auto;
  margin-bottom: 30px;
  border-radius: 4px;
}

/* line 3368, app/assets/stylesheets/style.scss */
.donors-list-top {
  margin-bottom: 10px;
}

/* line 3372, app/assets/stylesheets/style.scss */
.donors-row {
  justify-content: space-between;
  margin-right: 0;
  margin-left: 0;
}

/* line 3378, app/assets/stylesheets/style.scss */
.donors-card {
  position: relative;
  background-color: white;
  border-radius: 4px;
  padding: 0 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  /*margin: 10px -8px;*/
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 3393, app/assets/stylesheets/style.scss */
.donors-card .ds-wrapper {
  position: absolute;
  top: 2px;
  right: 2px;
}

/* line 3399, app/assets/stylesheets/style.scss */
.big-donors-card .ds-wrapper {
  position: absolute;
  top: 2px;
  right: 2px;
}

/* line 3405, app/assets/stylesheets/style.scss */
.donors-card-top {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 3411, app/assets/stylesheets/style.scss */
.donor-team {
  text-align: left;
  padding-bottom: 5px;
}

/* line 3416, app/assets/stylesheets/style.scss */
.donor-campaign {
  text-align: left;
}

/* line 3420, app/assets/stylesheets/style.scss */
.donor-team-name {
  font-size: 11px;
  color: #464646;
  height: 20px;
  font-weight: 700;
}

/* line 3427, app/assets/stylesheets/style.scss */
.donor-campaign-name {
  font-size: 11px;
  color: #464646;
  height: 20px;
  font-weight: 700;
}

/* line 3434, app/assets/stylesheets/style.scss */
.donors-icon {
  width: 30px !important;
  height: 30px !important;
  font-size: 20px !important;
  line-height: 30px !important;
  border-radius: 45% !important;
  margin: 0px !important;
}

/* line 3443, app/assets/stylesheets/style.scss */
.donors-icon img {
  width: 100%;
}

/* line 3447, app/assets/stylesheets/style.scss */
.donors-name {
  width: calc(100% - 100px);
  padding-left: 5px;
  font-weight: 500;
  text-align: left;
  font-weight: 600;
}

/* line 3455, app/assets/stylesheets/style.scss */
.donors-amount {
  text-align: right;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
  white-space: nowrap;
}

/* line 3465, app/assets/stylesheets/style.scss */
.donors-time {
  font-size: 11px;
  color: #999;
  text-align: right;
  height: 20px;
  margin: 0;
}

/* line 3473, app/assets/stylesheets/style.scss */
.donors-comment {
  font-size: 12px;
  color: #5b5b5b;
  padding: 0px 10px 10px 10px;
  font-weight: 600;
}

/* line 3480, app/assets/stylesheets/style.scss */
.donors-card-seperator {
  margin: 10px 10px;
}

/* line 3484, app/assets/stylesheets/style.scss */
.container-donors::-webkit-scrollbar {
  width: 4px;
}

/* line 3488, app/assets/stylesheets/style.scss */
.container-donors::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(241, 90, 36, 0.3);
  border-radius: 10px;
}

/* line 3493, app/assets/stylesheets/style.scss */
.container-donors::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(241, 90, 36, 0.5);
}

/* line 3498, app/assets/stylesheets/style.scss */
.container-description {
  margin-top: 80px;
  max-width: 80%;
}

/* line 3503, app/assets/stylesheets/style.scss */
.share-buttons {
  /*margin: 20px 10px;*/
  text-align: center;
  /*background: $orange;*/
  border-radius: 4px;
  padding: 20px 10px;
  /* color: #ffffff;*/
}

/* line 3512, app/assets/stylesheets/style.scss */
.share-story-buttons {
  margin: 20px 10px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #f7931e;
  padding: 20px 10px;
  color: #fb636a;
}

/* line 3521, app/assets/stylesheets/style.scss */
.social-share-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
}

/* line 3529, app/assets/stylesheets/style.scss */
.share-buttons .social-share-button .ssb-icon {
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 5px;
  height: 30px;
  width: 30px;
  margin: 5px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 4px;
  fill: #f15a24;
}

/* line 3550, app/assets/stylesheets/style.scss */
.social-share-button .ssb-facebook {
  background-image: url(/assets/facebook-f-brands-f8634341843ccc076a87709bd6d417a63418b785360cbdc6b49673d73b5c2165.svg) !important;
}

/* line 3554, app/assets/stylesheets/style.scss */
.social-share-button .ssb-twitter {
  background-image: url(/assets/twitter-brands-55d95f001c4cb7b257087ff8cabefafaaf5774e1114780d1bff42729fce271f0.svg) !important;
}

/* line 3558, app/assets/stylesheets/style.scss */
.social-share-button .ssb-linkedin {
  background-image: url(/assets/linkedin-in-brands-227dca65053840782d9ff8f3cdd1fcff5562331fd97c6c9909adcc0216b1051e.svg) !important;
}

/* line 3562, app/assets/stylesheets/style.scss */
.social-share-button .ssb-email {
  background-image: url(/assets/envelope-regular-4bb2a2222007d5cdbead407638e1364905e2b2e064217ed4dbd4ac3eaded5e7b.svg) !important;
}

/* line 3566, app/assets/stylesheets/style.scss */
.social-share-button .ssb-whatsapp_app {
  background-image: url(/assets/whatsapp-brands-fc42daa24077cf893f151377048207d4702f22acbb88730a2f5088fe890fd857.svg) !important;
}

@media (min-width: 768px) {
  /* line 3571, app/assets/stylesheets/style.scss */
  .container-description .col-description {
    padding-right: 60px;
  }
}

/* line 3576, app/assets/stylesheets/style.scss */
.col-description {
  padding: 10px 30px;
  font-family: Montserrat !important;
  color: #464646;
}

/* line 3582, app/assets/stylesheets/style.scss */
#upcoming,
#current,
#slider {
  display: none;
}

/* line 3588, app/assets/stylesheets/style.scss */
#payment-types {
  font-size: 4vw;
  width: 100%;
  height: 45px;
  font-size: 2.4rem;
}

/* line 3595, app/assets/stylesheets/style.scss */
.payment-type {
  cursor: pointer;
}

/* line 3599, app/assets/stylesheets/style.scss */
.pinfo {
  background: #f67650;
  border-radius: 4px;
  color: white;
  padding: 20px 5%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* line 3609, app/assets/stylesheets/style.scss */
.page-500 h2 {
  font-size: 24px;
}

/* line 3613, app/assets/stylesheets/style.scss */
.form-cerfa select,
.form-cerfa input {
  margin: 10px 0;
}

/*.pinfo-label {
    line-height: 40px;
}*/
/* line 3621, app/assets/stylesheets/style.scss */
.pinfo_title {
  text-align: center;
  color: #ffffff;
  margin: 20px 0;
}

/* line 3627, app/assets/stylesheets/style.scss */
.ddinfo-title {
  text-align: center;
  color: #ffffff;
  color: #616668;
}

/* line 3633, app/assets/stylesheets/style.scss */
.pinfo_input {
  border: 2px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  outline: none !important;
  text-align: center;
  color: white;
  background-color: transparent;
  height: 40px;
}

/* line 3644, app/assets/stylesheets/style.scss */
.pinfo_input:focus {
  border: 2px solid #ffffff;
  box-shadow: 0 0 10px #ffffff;
  background-color: transparent;
  color: white;
}

/* line 3651, app/assets/stylesheets/style.scss */
.pinfo_select {
  border: 2px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  outline: none !important;
  text-align: center;
  color: white;
  background-color: transparent;
  height: 40px;
}

/* line 3662, app/assets/stylesheets/style.scss */
.pinfo_select:focus {
  border: 2px solid #ffffff;
  box-shadow: 0 0 10px #ffffff;
  background-color: rgba(241, 90, 36, 0.8);
  color: #ffffff;
}

/* line 3669, app/assets/stylesheets/style.scss */
.cpinfo_select {
  border: 2px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  outline: none !important;
  text-align: center;
  color: white;
  background-color: transparent;
  height: 40px;
}

/* line 3680, app/assets/stylesheets/style.scss */
.cpinfo_select:focus {
  border: 2px solid #ffffff;
  box-shadow: 0 0 10px #ffffff;
  background-color: rgba(241, 90, 36, 0.8);
  color: #ffffff;
}

/* line 3687, app/assets/stylesheets/style.scss */
.dcomment_input {
  border: 2px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  outline: none !important;
  text-align: center;
  color: white;
  background-color: transparent;
  height: 40px;
}

/* line 3698, app/assets/stylesheets/style.scss */
.dcomment_input::-moz-placeholder {
  color: #dddddd;
}
.dcomment_input::placeholder {
  color: #dddddd;
}

/* line 3702, app/assets/stylesheets/style.scss */
.dcomment_input:focus {
  border: 2px solid #ffffff;
  box-shadow: 0 0 10px #ffffff;
  background-color: transparent;
  color: white;
}

/* line 3709, app/assets/stylesheets/style.scss */
.dtype-front {
  margin: 5px 6% !important;
}

/* line 3713, app/assets/stylesheets/style.scss */
.infos-radio {
  position: relative;
  display: block;
  margin: 10px auto;
  text-align: center;
}

/* line 3720, app/assets/stylesheets/style.scss */
.infos-radio span {
  padding-left: 30px;
}

/* line 3724, app/assets/stylesheets/style.scss */
.infos-radio span:after {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #eeeeee;
  position: absolute;
  left: 10px;
  top: 2px;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 3742, app/assets/stylesheets/style.scss */
.infos-radio input[type="radio"] {
  cursor: pointer;
  position: absolute;
  /*width: 100%;*/
  height: 100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 3753, app/assets/stylesheets/style.scss */
.infos-radio input[type="radio"]:checked + span {
  color: #eeeeee;
}

/* line 3757, app/assets/stylesheets/style.scss */
.infos-radio input[type="radio"]:checked + span:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  background: #ffffff;
  left: 15px;
  top: 7px;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

/* line 3771, app/assets/stylesheets/style.scss */
.dtype-radio span:after {
  border: 2px solid #eeeeee !important;
}

/* line 3775, app/assets/stylesheets/style.scss */
.dmean {
  font-size: 50px;
}

/* line 3779, app/assets/stylesheets/style.scss */
.dmean span:after {
  top: 25px !important;
}

/* line 3783, app/assets/stylesheets/style.scss */
.dmean span:before {
  top: 30px !important;
}

/* line 3790, app/assets/stylesheets/style.scss */
.donation-comment {
  margin: 20px 20px;
}

/* line 3794, app/assets/stylesheets/style.scss */
.remote-donation-comment {
  line-height: 40px;
}

/* line 3798, app/assets/stylesheets/style.scss */
.donation-comment-ta {
  height: 80px !important;
}

/* line 3802, app/assets/stylesheets/style.scss */
.infos_upload {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* line 3811, app/assets/stylesheets/style.scss */
.infos_upload:hover,
.infos_upload:active,
.infos_upload:visited {
  color: #ffffff;
}

/* line 3817, app/assets/stylesheets/style.scss */
#csection {
  display: none;
}

/* line 3821, app/assets/stylesheets/style.scss */
.pinfo input[type="number"] {
  -moz-appearance: textfield;
}

/* line 3825, app/assets/stylesheets/style.scss */
.pinfo input::-webkit-outer-spin-button,
.pinfo input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* line 3830, app/assets/stylesheets/style.scss */
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* jssor slider thumbnail navigator skin 07 css */
/*
            .jssort07 .p            (normal)
            .jssort07 .p:hover      (normal mouseover)
            .jssort07 .pav          (active)
            .jssort07 .pav:hover    (active mouseover)
            .jssort07 .pdn          (mousedown)
            */
/* line 3857, app/assets/stylesheets/style.scss */
.jssort07 {
  position: absolute;
  /* size of thumbnail navigator container */
  width: 800px;
  height: 100px;
}

/* line 3864, app/assets/stylesheets/style.scss */
.jssort07 .p {
  position: absolute;
  top: 0;
  left: 0;
  width: 99px;
  height: 66px;
}

/* line 3872, app/assets/stylesheets/style.scss */
.jssort07 .i {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 99px;
  height: 66px;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/* line 3882, app/assets/stylesheets/style.scss */
.jssort07 .p:hover .i,
.jssort07 .pav .i {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 3888, app/assets/stylesheets/style.scss */
.jssort07 .o {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 97px;
  height: 64px;
  border: 1px solid #000;
  box-sizing: content-box;
  transition: border-color 0.6s;
  -moz-transition: border-color 0.6s;
  -webkit-transition: border-color 0.6s;
  -o-transition: border-color 0.6s;
}

/* line 3902, app/assets/stylesheets/style.scss */
.jssort07 .pav .o {
  border-color: #f15a24;
}

/* line 3906, app/assets/stylesheets/style.scss */
.jssort07 .p:hover .o {
  border-color: #fff;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

/* line 3914, app/assets/stylesheets/style.scss */
.jssort07 .p.pdn .o {
  border-color: #f15a24;
}

/* line 3918, app/assets/stylesheets/style.scss */
* html .jssort07 .o {
  /* ie quirks mode adjust */
  width/**/: 99px;
  height/**/: 66px;
}

/* line 3926, app/assets/stylesheets/style.scss */
.jssora051 {
  display: block;
  position: absolute;
  cursor: pointer;
}

/* line 3932, app/assets/stylesheets/style.scss */
.jssora051 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 360;
  stroke-miterlimit: 10;
}

/* line 3939, app/assets/stylesheets/style.scss */
.jssora051:hover {
  opacity: 0.8;
}

/* line 3943, app/assets/stylesheets/style.scss */
.jssora051.jssora051dn {
  opacity: 0.5;
}

/* line 3947, app/assets/stylesheets/style.scss */
.jssora051.jssora051ds {
  opacity: 0.3;
  pointer-events: none;
}

/* line 3952, app/assets/stylesheets/style.scss */
.psuccess {
  /*background: linear-gradient(to bottom right, #333333 15%, #2B9F55);*/
  background: #2b9f55;
  border-radius: 4px;
  color: white;
  padding: 20px 5%;
  margin: 20px 0;
  /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);*/
}

/* line 3962, app/assets/stylesheets/style.scss */
.btn-cerfa-download {
  background-color: transparent !important;
  color: #f0f2f2;
  font-size: 4rem;
  margin-top: 30px;
}

/* line 3969, app/assets/stylesheets/style.scss */
.cerfa-icon {
  height: 120px;
}

/* line 3973, app/assets/stylesheets/style.scss */
.btn-cerfa-download:hover,
.btn-cerfa-download:active {
  color: #f15a24;
}

/* line 3978, app/assets/stylesheets/style.scss */
.btn-cerfa-download:visited {
  color: #ffffff;
}

/* line 3982, app/assets/stylesheets/style.scss */
.later_link,
.later_link:hover,
.later_link:active,
.later_link:visited {
  color: #ffffff;
  text-decoration: none;
}

/* line 3990, app/assets/stylesheets/style.scss */
.cvideo {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}

/* line 3997, app/assets/stylesheets/style.scss */
.article_name {
  font-weight: bold;
  font-size: 24px;
  font-family: Montserrat, openSansBold;
  margin-bottom: 20px;
  line-height: 1.2;
  /*font-weight: bold;*/
  /*font-family: Gotham-Book;*/
}

/* line 4007, app/assets/stylesheets/style.scss */
.article_description {
  text-align: left;
  font-size: 18px;
  /* line-height: 30px;*/
  margin-bottom: 30px;
  width: 100%;
}

/* line 4019, app/assets/stylesheets/style.scss */
.article_description h2 {
  text-align: left;
}

/* line 4023, app/assets/stylesheets/style.scss */
.article_content {
  text-align: left;
  font-size: 20px;
  /* line-height: 30px;*/
  margin-top: 30px;
}

/* line 4030, app/assets/stylesheets/style.scss */
.asso-of-name {
  font-size: 30px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 4037, app/assets/stylesheets/style.scss */
.collection-donor-form-input {
  height: 50px;
  width: 100%;
  border: none;
  /*border: 2px solid #F15A24;*/
  border-radius: 5px;
  outline: none !important;
  font-size: 22px;
  text-align: center;
  color: #f15a24;
  margin: 20px auto;
  background-color: transparent;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  /*box-shadow: rgba(0, 0, 0, 0.08) 10px 10px 50px 0px;*/
}

/* line 4056, app/assets/stylesheets/style.scss */
.collection-donor-form-input:focus {
  border: 2px solid #f15a24;
  box-shadow: none;
  box-shadow: 0 0 10px #f15a24;
  color: #f15a24;
}

/* line 4063, app/assets/stylesheets/style.scss */
.collection-donor-form-input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 3;
}

/* line 4068, app/assets/stylesheets/style.scss */
.collection-donor-form-currency {
  height: 50px;
  line-height: 50px;
  width: 20%;
  font-size: 1.5rem;
  text-align: left;
  color: #f15a24;
  margin: 20px -20px 0px 0px;
  background-color: transparent;
}

/* line 4079, app/assets/stylesheets/style.scss */
.collection-btn-donor-form {
  background: #f67650;
  height: 50px;
  width: 100%;
  color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  font-size: 1.4rem;
  margin-top: 20px;
}

/* line 4091, app/assets/stylesheets/style.scss */
.collection-asso-title {
  width: 100%;
  text-align: left;
}

/* line 4096, app/assets/stylesheets/style.scss */
.collection-asso-title img {
  height: 74px;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
/* line 4105, app/assets/stylesheets/style.scss */
.psteps {
  counter-reset: step;
  position: relative;
  top: 30px;
  height: 100px;
  padding: 0;
}

/* line 4113, app/assets/stylesheets/style.scss */
.psteps li {
  list-style-type: none;
  width: 33.3333333%;
  float: left;
  font-size: 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
}

/* line 4124, app/assets/stylesheets/style.scss */
.psteps li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}

/* line 4138, app/assets/stylesheets/style.scss */
.psteps li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: -1;
}

/* line 4149, app/assets/stylesheets/style.scss */
.psteps li:first-child:after {
  content: none;
}

/* line 4153, app/assets/stylesheets/style.scss */
.psteps li.current {
  color: #2b9f55;
}

/* line 4157, app/assets/stylesheets/style.scss */
.psteps li.current:before {
  border-color: #55b776;
}

/* line 4161, app/assets/stylesheets/style.scss */
.psteps li.current + li:after {
  background-color: #55b776;
}

/* line 4165, app/assets/stylesheets/style.scss */
.psteps-error li.current {
  color: red;
}

/* line 4169, app/assets/stylesheets/style.scss */
.psteps-error li.current:before {
  border-color: red;
}

/* line 4173, app/assets/stylesheets/style.scss */
.psteps-error li.current + li:after {
  background-color: red;
}

/* line 4177, app/assets/stylesheets/style.scss */
.card-error {
  width: 100%;
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
}

/*Donors page*/
/* line 4186, app/assets/stylesheets/style.scss */
.banner-page {
  text-align: center;
  padding: 50px 20px;
  color: #ffffff;
}

/* line 4192, app/assets/stylesheets/style.scss */
#banner-donor {
  background-color: #ffcd55;
}

/* line 4196, app/assets/stylesheets/style.scss */
.img-banner-page {
  max-width: 100px;
  margin: 0 auto 20px auto;
  display: block;
}

/* line 4202, app/assets/stylesheets/style.scss */
.donor-sec-3 {
  color: #ffffff;
  padding: 50px 10px;
  background: #f67650;
  text-align: center;
}

/* line 4209, app/assets/stylesheets/style.scss */
.donor-sec-3 h3 {
  width: 70%;
  margin: 0 auto;
}

/* line 4214, app/assets/stylesheets/style.scss */
.section-cerfa {
  text-align: center;
}

/* line 4218, app/assets/stylesheets/style.scss */
.form-cerfa {
  margin: 0 auto;
}

/* line 4222, app/assets/stylesheets/style.scss */
.donors-input {
  height: 30px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  outline: none !important;
  font-size: 16px;
  color: #f15a24;
}

/* line 4234, app/assets/stylesheets/style.scss */
.auction-input {
  height: 30px;
  border: 1px solid #f7931e;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  outline: none !important;
  font-size: 16px;
  color: #000000;
}

/* line 4246, app/assets/stylesheets/style.scss */
.pages-locale {
  border: 0;
  border-radius: 4px;
  outline: none !important;
  font-size: 16px;
  color: #f15a24;
  position: absolute;
  right: 20px;
  background: #ffffff;
}

/* line 4257, app/assets/stylesheets/style.scss */
.dropdown-menu .active {
  color: #ffffff;
}

/* line 4261, app/assets/stylesheets/style.scss */
.pages-locale-nav {
  position: relative !important;
  right: 4px !important;
  margin: 0 10px;
}

/* line 4267, app/assets/stylesheets/style.scss */
.mail-cerfa-input {
  height: 40px;
  min-width: 280px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  outline: none !important;
  font-size: 16px;
  color: #f15a24;
  padding: 10px;
  background-color: #ffffff;
}

/* line 4282, app/assets/stylesheets/style.scss */
.mail-cerfa-input:focus {
  box-shadow: 0 0 10px #f15a24;
}

/* line 4286, app/assets/stylesheets/style.scss */
.donors-msg-input {
  height: 100px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  outline: none !important;
  font-size: 16px;
  color: #f15a24;
}

/* line 4298, app/assets/stylesheets/style.scss */
#question-donor p,
#question-premium-donor p {
  margin: 0 auto;
  display: block;
  width: 70%;
}

/* line 4305, app/assets/stylesheets/style.scss */
#question-donor .area,
#question-premium-donor .area {
  margin: 10px 0;
}

/* line 4310, app/assets/stylesheets/style.scss */
#question-donor .area input,
#question-donor .area select,
#question-premium-donor .area input,
#question-premium-donor .area select {
  height: 40px;
}

/* line 4317, app/assets/stylesheets/style.scss */
#question-premium-donor .area input,
#question-premium-donor .area textarea {
  -webkit-appearance: none !important;
}

/* line 4322, app/assets/stylesheets/style.scss */
#question-donor .area input,
#question-donor .area select,
#question-premium-donor .area input,
#question-premium-donor .area select,
#question-donor .area textarea,
#question-premium-donor .area textarea {
  width: 70%;
  padding: 10px;
  margin: 0 auto;
  display: block;
  padding-left: 5px;
  opacity: 0.75;
  background-color: #fff;
}

/* line 4337, app/assets/stylesheets/style.scss */
#question-donor .area textarea {
  height: 120px;
}

/* line 4341, app/assets/stylesheets/style.scss */
#question-donor .area input:focus,
#question-premium-donor .area input:focus,
#question-donor .area textarea:focus,
#question-premium-donor .area textarea:focus {
  box-shadow: 0 0 10px #f15a24;
}

/* line 4348, app/assets/stylesheets/style.scss */
textarea {
  resize: none;
}

/*#question-donor .area input::placeholder, #question-premium-donor .area input::placeholder{
  position: relative;
  top: -40px;
}
*/
/* line 4358, app/assets/stylesheets/style.scss */
.btn-page {
  width: 280px;
  display: block;
  margin: 30px auto;
}

/* line 4364, app/assets/stylesheets/style.scss */
.btn-page:hover {
  color: #fff;
  text-decoration: inherit;
}

/*premium donor*/
/* line 4371, app/assets/stylesheets/style.scss */
#banner-premium-donor {
  background: #f67650;
}

/* line 4375, app/assets/stylesheets/style.scss */
#question-premium-donor .radio span {
  font-size: 16px;
  padding-left: 35px;
}

/* line 4380, app/assets/stylesheets/style.scss */
#question-premium-donor .radio {
  text-align: left;
}

/* line 4384, app/assets/stylesheets/style.scss */
.radio span:before {
  width: 14px !important;
  height: 14px !important;
  left: 5px !important;
  top: 11px !important;
}

/* line 4391, app/assets/stylesheets/style.scss */
.radio span:after {
  width: 20px !important;
  height: 20px !important;
  left: 2px !important;
  top: 8px !important;
}

/* line 4398, app/assets/stylesheets/style.scss */
.why-premium .row,
.how-premium .row {
  font-family: Montserrat;
  align-items: center;
}

/* line 4404, app/assets/stylesheets/style.scss */
.why-premium {
  text-align: left;
}

/* line 4408, app/assets/stylesheets/style.scss */
.how-premium {
  text-align: right;
}

/* line 4412, app/assets/stylesheets/style.scss */
.why-premium .interact {
  position: relative;
}

/* line 4416, app/assets/stylesheets/style.scss */
.why-premium-img {
  width: 60%;
  padding-bottom: 30px;
}

/* line 4421, app/assets/stylesheets/style.scss */
.why-premium-img-home {
  width: 67%;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 4432, app/assets/stylesheets/style.scss */
.circle-yellow {
  background-color: #ffce54;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  bottom: -15px;
  left: -30px;
  z-index: -1;
}

/* line 4442, app/assets/stylesheets/style.scss */
.square {
  background-color: #eaeaea;
  width: 90%;
  transform: rotate(5deg);
  border-radius: 15px;
  height: 350px;
  margin: 0 auto;
  display: block;
}

/* line 4452, app/assets/stylesheets/style.scss */
.how-premium {
  padding: 7%;
}

@media (max-width: 780px) {
  /* line 4457, app/assets/stylesheets/style.scss */
  .how-premium {
    padding: 40px;
  }
  /* line 4460, app/assets/stylesheets/style.scss */
  .why-premium {
    padding: 0 40px 40px 40px;
  }
  /* line 4463, app/assets/stylesheets/style.scss */
  .how-premium-img {
    margin: 0 !important;
  }
  /* line 4466, app/assets/stylesheets/style.scss */
  .footer-copyright {
    text-align: center !important;
  }
  /* line 4470, app/assets/stylesheets/style.scss */
  .psteps li {
    font-size: 11px;
  }
}

/* line 4475, app/assets/stylesheets/style.scss */
.how-premium-img {
  width: 40%;
  margin: 0 auto;
}

/*page front associaton*/
/* line 4482, app/assets/stylesheets/style.scss */
#banner-asso {
  background-color: #2b9f55;
}

/* line 4486, app/assets/stylesheets/style.scss */
.hiw {
  text-align: left;
}

/* line 4490, app/assets/stylesheets/style.scss */
.home-hiw-img {
  width: 80%;
}

/* line 4494, app/assets/stylesheets/style.scss */
.coord-amount {
  text-align: right;
}

/* line 4498, app/assets/stylesheets/style.scss */
.video-container {
  width: 60%;
  margin: 0px auto 20px auto;
}

@media (max-width: 991px) {
  /* line 4504, app/assets/stylesheets/style.scss */
  .video-container {
    width: 100%;
  }
}

/* line 4509, app/assets/stylesheets/style.scss */
.StripeElement {
  width: 100%;
  padding: 10px 12px;
}

/* line 4514, app/assets/stylesheets/style.scss */
.height-vh {
  min-height: 80vh;
}

@media (max-width: 1214px) {
  /* line 4519, app/assets/stylesheets/style.scss */
  .circle-yellow {
    width: 100px;
    height: 100px;
    left: 0px;
  }
  /* line 4524, app/assets/stylesheets/style.scss */
  .pages-locale {
    position: relative;
    /*  left: 5px;*/
    right: unset;
  }
  /* line 4529, app/assets/stylesheets/style.scss */
  .navbar-allodons-item {
    display: block !important;
  }
  /* line 4532, app/assets/stylesheets/style.scss */
  .pages-locale-nav {
    margin: 15px 32px;
    right: 0 !important;
  }
  /* line 4536, app/assets/stylesheets/style.scss */
  .navbar-allodons-right,
.d-none-tablet {
    display: none !important;
  }
  /* line 4540, app/assets/stylesheets/style.scss */
  .mobile-locale {
    position: absolute;
    top: 0;
    right: 30px;
  }
}

@media (min-width: 1215px) {
  /* line 4548, app/assets/stylesheets/style.scss */
  .navbar-allodons-right {
    display: flex !important;
    position: absolute;
    right: 15px;
  }
}

/* line 4555, app/assets/stylesheets/style.scss */
.checkout-container {
  padding: 0px !important;
}

/* line 4559, app/assets/stylesheets/style.scss */
.loading-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 20;
  border-radius: 4px;
}

/* heart loading start */
/* line 4570, app/assets/stylesheets/style.scss */
.lds-dual-ring {
  display: inline-block;
  height: 100px;
  width: 100px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
}

/* line 4580, app/assets/stylesheets/style.scss */
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  margin: 8px;
  border-radius: 50%;
  border: 10px solid #fff;
  border-color: #f7931e transparent #fb636a transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* heart loading end */
/* line 4602, app/assets/stylesheets/style.scss */
.loading-logo {
  width: 200px;
}

/* line 4606, app/assets/stylesheets/style.scss */
.nav-fixed {
  /*overflow: hidden;*/
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
}

/* line 4614, app/assets/stylesheets/style.scss */
.container-f {
  margin-top: 100px;
}

/* line 4618, app/assets/stylesheets/style.scss */
.v-asso-name,
.nd-asso-name {
  display: none;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  font-family: Montserrat;
}

@media screen and (max-width: 901px) {
  /* line 4631, app/assets/stylesheets/style.scss */
  .v-asso-name {
    display: flex;
  }
  /* line 4634, app/assets/stylesheets/style.scss */
  .desk-asso-name {
    display: none;
  }
}

/* line 4639, app/assets/stylesheets/style.scss */
.btn-payment-type {
  background-color: white !important;
  width: 100%;
  color: #f15a24;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  height: 60px;
  font-size: 30px;
  line-height: 30px;
}

/* line 4651, app/assets/stylesheets/style.scss */
.payment-type-selected {
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.5) !important;
  border: 1px solid rgba(241, 90, 36, 0.3);
}

/* line 4656, app/assets/stylesheets/style.scss */
.hr-sep {
  background-color: #ffffff;
}

/* line 4660, app/assets/stylesheets/style.scss */
.ccp-div {
  /*height: 100px;*/
  margin-top: 50px;
  margin-bottom: 40px;
}

/* line 4666, app/assets/stylesheets/style.scss */
.ppp-div {
  display: none;
  /*height: 100px;*/
  margin-top: 50px;
  margin-bottom: 40px;
}

/* line 4673, app/assets/stylesheets/style.scss */
.other-div {
  display: none;
  /*height: 100px;*/
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 18px;
  font-family: Montserrat;
}

/* line 4682, app/assets/stylesheets/style.scss */
.cgu-container {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 4687, app/assets/stylesheets/style.scss */
.cgu-container h2,
.cgu-container h3,
.cgu-container h4 {
  margin: 15px 0;
}

/* line 4693, app/assets/stylesheets/style.scss */
#donate-loading {
  display: none;
}

/* line 4697, app/assets/stylesheets/style.scss */
#donate-loading div {
  background: #ffffff;
}

/* line 4701, app/assets/stylesheets/style.scss */
.lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 26px;
  right: 20px;
}

/* line 4709, app/assets/stylesheets/style.scss */
.lds-ellipsis div {
  position: absolute;
  top: 13px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #449d44;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

/* line 4719, app/assets/stylesheets/style.scss */
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

/* line 4724, app/assets/stylesheets/style.scss */
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

/* line 4729, app/assets/stylesheets/style.scss */
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

/* line 4734, app/assets/stylesheets/style.scss */
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

/* line 4766, app/assets/stylesheets/style.scss */
.pay-loading {
  padding: 20px 0;
}

/* line 4770, app/assets/stylesheets/style.scss */
#confetti {
  pointer-events: none;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
}

/* line 4780, app/assets/stylesheets/style.scss */
.cta-link,
.cta-link:hover {
  color: #ffffff;
  opacity: 1;
}

/* line 4786, app/assets/stylesheets/style.scss */
.upcoming-banner-logo {
  margin-left: 10px;
  /*margin-top: 10px;*/
  background-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
}

/* line 4796, app/assets/stylesheets/style.scss */
.upcoming-banner {
  background-size: cover;
  background-position: center;
}

/*.upcoming-banner-asso {
    position: absolute;
    top: 60%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
}
*/
@media (min-width: 576px) {
  /* line 4811, app/assets/stylesheets/style.scss */
  .d-sm-block-alo {
    display: flex !important;
  }
}

/* line 4816, app/assets/stylesheets/style.scss */
.banner-upcoming-countdown {
  align-items: center;
  justify-content: center;
  right: 0px !important;
  background: #f67650;
  color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* line 4828, app/assets/stylesheets/style.scss */
.banner-upcoming-asso {
  text-align: right;
}

/* line 4832, app/assets/stylesheets/style.scss */
.banner-centered {
  text-align: center;
}

/*.banner-margin {
    margin: 10px 0px 20px 0px;
}*/
/* line 4840, app/assets/stylesheets/style.scss */
.banner-countdown-loading,
.banner-current-loading {
  display: block;
  position: relative;
  width: 64px;
  height: 4vw;
  margin: 0px auto;
}

/* line 4849, app/assets/stylesheets/style.scss */
.banner-countdown-loading div {
  position: absolute;
  top: 1.5vw;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffffff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

/* line 4859, app/assets/stylesheets/style.scss */
.banner-current-loading div {
  position: absolute;
  top: 1.5vw;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f7931e;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

/* line 4869, app/assets/stylesheets/style.scss */
.banner-countdown-loading div:nth-child(1),
.banner-current-loading div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

/* line 4875, app/assets/stylesheets/style.scss */
.banner-countdown-loading div:nth-child(2),
.banner-current-loading div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

/* line 4881, app/assets/stylesheets/style.scss */
.banner-countdown-loading div:nth-child(3),
.banner-current-loading div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

/* line 4887, app/assets/stylesheets/style.scss */
.banner-countdown-loading div:nth-child(4),
.banner-current-loading div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

/* line 4893, app/assets/stylesheets/style.scss */
.get-cerfas-loading {
  display: none;
  position: relative;
  width: 64px;
  height: 26px;
  margin: 20px 0px;
}

/* line 4901, app/assets/stylesheets/style.scss */
.get-cerfas-loading div {
  position: absolute;
  top: 13px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f7931e;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

/* line 4911, app/assets/stylesheets/style.scss */
.get-cerfas-loading div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

/* line 4916, app/assets/stylesheets/style.scss */
.get-cerfas-loading div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

/* line 4921, app/assets/stylesheets/style.scss */
.get-cerfas-loading div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

/* line 4926, app/assets/stylesheets/style.scss */
.get-cerfas-loading div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

/* line 4958, app/assets/stylesheets/style.scss */
.card-logo {
  background-color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  float: right;
  text-align: center;
  line-height: 45px;
}

/* line 4968, app/assets/stylesheets/style.scss */
.card-logo img {
  width: 40px;
  border-radius: 20%;
}

/* line 4973, app/assets/stylesheets/style.scss */
.card-action {
  position: absolute;
  bottom: 10px;
  left: 0;
}

/* line 4979, app/assets/stylesheets/style.scss */
.dashboard-table > tbody {
  display: block;
  height: 200px;
  overflow: auto;
}

/* line 4985, app/assets/stylesheets/style.scss */
.dashboard-table > thead,
.dashboard-table > tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

/* line 4992, app/assets/stylesheets/style.scss */
.dashboard-table > thead {
  width: calc(100% - 1em);
}

/* line 4996, app/assets/stylesheets/style.scss */
.allodons_pagination {
  background: white;
  cursor: default;
  text-align: center;
}

/* line 5002, app/assets/stylesheets/style.scss */
.allodons_pagination .pagination {
  display: table;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  margin: 0 auto;
}

/* line 5010, app/assets/stylesheets/style.scss */
.allodons_pagination a,
.allodons_pagination span,
.allodons_pagination em {
  padding: 0.2em 0.5em;
  display: block;
  float: left;
  margin-right: 1px;
}

/* line 5019, app/assets/stylesheets/style.scss */
.allodons_pagination .disabled {
  color: #999999;
  border: 1px solid #dddddd;
}

/* line 5024, app/assets/stylesheets/style.scss */
.allodons_pagination .current {
  font-style: normal;
  font-weight: bold;
  background: #f15a24;
  color: white;
  border: 1px solid #f15a24;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 5033, app/assets/stylesheets/style.scss */
.allodons_pagination a {
  text-decoration: none;
  color: #333333;
  border: 1px solid #f15a24;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  opacity: 0.5;
}

/* line 5041, app/assets/stylesheets/style.scss */
.allodons_pagination a:hover,
.allodons_pagination a:focus {
  color: #000033;
  border-color: #000033;
}

/* line 5047, app/assets/stylesheets/style.scss */
.allodons_pagination .page_info {
  background: #2e6ab1;
  color: white;
  padding: 0.4em 0.6em;
  width: 22em;
  margin-bottom: 0.3em;
  text-align: center;
}

/* line 5056, app/assets/stylesheets/style.scss */
.allodons_pagination .page_info b {
  color: #000033;
  background: #6aa6ed;
  padding: 0.1em 0.25em;
}

/* line 5062, app/assets/stylesheets/style.scss */
.allodons_pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 5070, app/assets/stylesheets/style.scss */
* html .allodons_pagination {
  height: 1%;
}

/* line 5074, app/assets/stylesheets/style.scss */
*:first-child + html .allodons_pagination {
  overflow: hidden;
}

/* line 5078, app/assets/stylesheets/style.scss */
.slide-down {
  margin: 40px 0 20px 0;
}

/* line 5082, app/assets/stylesheets/style.scss */
.subs-label {
  line-height: 40px;
  font-weight: bold;
}

/* line 5087, app/assets/stylesheets/style.scss */
#dinfos_address::-moz-placeholder {
  color: #fff;
}
#dinfos_address::placeholder {
  color: #fff;
}

/* line 5091, app/assets/stylesheets/style.scss */
.input-file-container {
  position: relative;
  width: 225px;
}

/* line 5096, app/assets/stylesheets/style.scss */
.js .input-file-trigger {
  display: block;
  background: #fff;
  color: #028fff;
  border: 1px solid #028fff;
  border-radius: 0.25rem;
  font-size: 1em;
  transition: all 0.4s;
  cursor: pointer;
}

/* line 5108, app/assets/stylesheets/style.scss */
.js .input-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}

/* line 5118, app/assets/stylesheets/style.scss */
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  background: #028fff;
  color: #fff;
}

/* line 5126, app/assets/stylesheets/style.scss */
.file-return {
  margin: 0;
}

/* line 5130, app/assets/stylesheets/style.scss */
.file-return:not(:empty) {
  margin: 1em 0;
}

/* line 5134, app/assets/stylesheets/style.scss */
.js .file-return {
  font-style: italic;
  font-size: 0.9em;
  font-weight: bold;
}

/* line 5140, app/assets/stylesheets/style.scss */
.js .file-return:not(:empty):before {
  content: "Fichier sélectionné: ";
  font-style: normal;
  font-weight: normal;
}

/* line 5146, app/assets/stylesheets/style.scss */
#more-loading,
#more-teams-loading,
#more-groups-loading {
  display: none;
}

/* line 5152, app/assets/stylesheets/style.scss */
.p-group-close {
  background: #f67650;
}

/* line 5156, app/assets/stylesheets/style.scss */
.nav-tabs {
  margin-top: 20px;
  padding: 0;
  border: 0;
  background: #f67650;
  padding: 10px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  /* line 5166, app/assets/stylesheets/style.scss */
  .nav-tabs {
    position: sticky;
    top: 10px;
    background: #ffffff;
    z-index: 98;
    padding: 10px;
  }
  /* line 5173, app/assets/stylesheets/style.scss */
  .nav-tabs > li {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  /* line 5178, app/assets/stylesheets/style.scss */
  .nav-tabs > li > a {
    margin-right: 0em !important;
  }
}

/* line 5183, app/assets/stylesheets/style.scss */
.nav-tabs > li > a {
  font-size: 16px;
  font-family: Montserrat, openSansBold;
  color: #ffffff !important;
  padding: 5px;
  margin-right: 2rem;
  background: #f15a24;
  border-radius: 5px;
}

/* line 5193, app/assets/stylesheets/style.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  color: #464646;
}

/* line 5198, app/assets/stylesheets/style.scss */
.nav-tabs > li > a.active {
  background: #ffffff;
  color: #f15a24 !important;
  border-radius: 4px;
}

/* line 5204, app/assets/stylesheets/style.scss */
.tab-pane {
  margin-top: 3em;
}

/* line 5208, app/assets/stylesheets/style.scss */
.tab-content .active {
  color: #464646 !important;
}

/* line 5212, app/assets/stylesheets/style.scss */
.card-div {
  padding: 10px 15px 10px 15px;
}

/* line 5216, app/assets/stylesheets/style.scss */
.team-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* line 5225, app/assets/stylesheets/style.scss */
.campaign-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  height: 100%;
}

/* line 5235, app/assets/stylesheets/style.scss */
.campaign-card-done {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 10px rgba(43, 159, 85, 0.2), 0 10px 10px rgba(43, 159, 85, 0.2);
  height: 100%;
}

/* line 5245, app/assets/stylesheets/style.scss */
.team-icon {
  text-align: center;
}

/* line 5249, app/assets/stylesheets/style.scss */
.campaign-card-cover {
  text-align: center;
  height: 200px;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* line 5257, app/assets/stylesheets/style.scss */
.team-icon img {
  padding-top: 20px;
  width: 60px;
}

/* line 5262, app/assets/stylesheets/style.scss */
.team-name {
  line-height: 18px;
  height: 54px;
  text-align: center;
  font-size: 16px;
  font-family: Montserrat, openSansBold;
  padding: 20px 10px 0px 10px;
}

/* line 5271, app/assets/stylesheets/style.scss */
.campaign-card-name {
  line-height: 18px;
  height: 54px;
  text-align: center;
  font-size: 16px;
  font-family: Montserrat, openSansBold;
  padding: 20px 10px 0px 10px;
  font-weight: bold;
}

/* line 5281, app/assets/stylesheets/style.scss */
.team-goal {
  text-align: center;
  font-size: 16px;
  font-family: Montserrat, openSansBold;
}

/* line 5287, app/assets/stylesheets/style.scss */
.campaign-card-goal {
  line-height: 18px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  font-family: Montserrat, openSansBold;
}

/* line 5295, app/assets/stylesheets/style.scss */
.team-reached {
  text-align: center;
  font-size: 30px;
  font-family: Montserrat, openSansBold;
  padding-top: 10px;
  color: #f7931e;
}

/* line 5303, app/assets/stylesheets/style.scss */
.campaign-card-reached {
  text-align: center;
  font-size: 30px;
  font-family: Montserrat, openSansBold;
  padding-top: 10px;
  color: #f7931e;
  font-weight: bold;
}

/* line 5312, app/assets/stylesheets/style.scss */
.campaign-card-reached_f {
  text-align: center;
  font-size: 30px;
  font-family: Montserrat, openSansBold;
  padding-top: 10px;
  color: #2b9f55;
}

/* line 5320, app/assets/stylesheets/style.scss */
.team-goal,
.team-donors,
.team-percentage {
  text-align: center;
  font-size: 16px;
  font-family: Montserrat, openSansBold;
  font-weight: 700;
}

/* line 5329, app/assets/stylesheets/style.scss */
.team-collected {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

/* line 5335, app/assets/stylesheets/style.scss */
.team-per {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 20px 20px;
}

/* line 5342, app/assets/stylesheets/style.scss */
.team-per .progress {
  height: 0.2rem !important;
}

/* line 5346, app/assets/stylesheets/style.scss */
.team-collected hr {
  border-color: #464646;
}

/* line 5350, app/assets/stylesheets/style.scss */
.campaign-card-collected {
  text-align: center;
  font-size: 16px;
  font-family: Montserrat, openSansBold;
  padding-top: 5px;
  padding-bottom: 20px;
}

/* line 5358, app/assets/stylesheets/style.scss */
.team-count {
  text-align: center;
  font-size: 14px;
  font-family: Montserrat, openSansBold;
}

/* line 5364, app/assets/stylesheets/style.scss */
.campaign-card-count {
  text-align: center;
  font-size: 14px;
  font-family: Montserrat, openSansBold;
}

/* line 5370, app/assets/stylesheets/style.scss */
.inner-addon {
  position: relative;
}

/* line 5374, app/assets/stylesheets/style.scss */
.inner-addon i {
  position: absolute;
  padding: 0.5em 10px 0 0;
  pointer-events: none;
  font-size: 1.5rem;
  color: #f15a24;
}

/* line 5382, app/assets/stylesheets/style.scss */
.campaign-inner-addon {
  position: relative;
}

/* line 5386, app/assets/stylesheets/style.scss */
.campaign-inner-addon i {
  position: absolute;
  padding: 0.5em 10px 0 0;
  pointer-events: none;
  font-size: 1.5rem;
  color: #ffffff;
}

/* line 5394, app/assets/stylesheets/style.scss */
.campaign-inner-addon select {
  position: absolute;
  padding: 10px 5px;
  font-size: 1.5rem;
  color: #ffffff;
  border-radius: 5px;
  height: 100%;
  border: 2px solid #ffffff;
  background: transparent;
  font-weight: 600;
  border: none !important;
}

/*.campaign-inner-addon select{
      -webkit-appearance: none;
}*/
/*.donation-currencies{
  display: flex;
  align-content: center;
}*/
/* line 5416, app/assets/stylesheets/style.scss */
.campaign-inner-addon select option {
  font-weight: bold;
  color: #f15a24;
}

/* line 5421, app/assets/stylesheets/style.scss */
.campaign-inner-addon select:focus {
  outline: none;
  border: 2px solid #ffffff;
  box-shadow: 0 0 10px #ffffff;
  background-color: rgba(241, 90, 36, 0);
  color: #ffffff;
}

/* line 5429, app/assets/stylesheets/style.scss */
.subscription-inner-addon {
  position: relative;
}

/* line 5433, app/assets/stylesheets/style.scss */
.subscription-inner-addon i {
  position: absolute;
  padding: 0.7em 10px 0 0;
  pointer-events: none;
  font-size: 1rem;
  color: #ffffff;
}

/* line 5441, app/assets/stylesheets/style.scss */
.left-addon i {
  left: 0px;
}

/* line 5445, app/assets/stylesheets/style.scss */
.right-addon i {
  right: 0px;
}

/* line 5449, app/assets/stylesheets/style.scss */
.right-addon select {
  right: 0px;
}

/* line 5453, app/assets/stylesheets/style.scss */
.left-addon input {
  padding-left: 30px;
}

/* line 5457, app/assets/stylesheets/style.scss */
.right-addon input {
  padding-right: 30px;
}

/* line 5461, app/assets/stylesheets/style.scss */
.left-addon span {
  padding-left: 30px;
}

/* line 5465, app/assets/stylesheets/style.scss */
.right-addon span {
  padding-right: 30px;
}

/* line 5469, app/assets/stylesheets/style.scss */
.c-amount-field {
  padding: 0 20% 0 20%;
}

/* line 5473, app/assets/stylesheets/style.scss */
.c-result-field {
  /*padding: 0 10% 0 0%;*/
}

@media (max-width: 400px) {
  /* line 5478, app/assets/stylesheets/style.scss */
  .accueil-banner .btn-start,
.accueil-banner #know-more {
    width: 100%;
  }
  /* line 5482, app/assets/stylesheets/style.scss */
  .square {
    height: 230px !important;
  }
  /* line 5485, app/assets/stylesheets/style.scss */
  .chneor-logo {
    height: 30px !important;
    margin-left: 30px;
  }
  /* line 5489, app/assets/stylesheets/style.scss */
  .navbar-allodons img {
    height: 40px !important;
  }
}

@media (min-width: 401px) {
  /* line 5495, app/assets/stylesheets/style.scss */
  .chneor-logo {
    height: 50px !important;
    margin-left: 30px;
  }
}

/* front how it works video */
/* line 5503, app/assets/stylesheets/style.scss */
.youtube-player {
  padding-top: 20px;
  position: relative;
  /*width: 640px;
    height: 400px;*/
  margin: auto;
  cursor: pointer;
}

@media (min-width: 900px) {
  /* line 5513, app/assets/stylesheets/style.scss */
  .youtube-player {
    width: 480px;
    height: 300px;
  }
}

@media (max-width: 991px) {
  /* line 5520, app/assets/stylesheets/style.scss */
  .campagne-allo .col-12 {
    margin-bottom: 20px;
  }
  /* line 5523, app/assets/stylesheets/style.scss */
  .square {
    margin-top: 15px;
    transform: rotate(3deg);
  }
}

/* line 5529, app/assets/stylesheets/style.scss */
.MultiCarousel .card-logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 87%;
}

/* line 5535, app/assets/stylesheets/style.scss */
.youtube-player img {
  width: 100%;
}

/* line 5539, app/assets/stylesheets/style.scss */
.youtube-player.pristine::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  margin-top: -15px;
  margin-left: -25px;
  height: 0;
  width: 0;
  border-left: 50px solid #f15a24;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  transition: opacity 0.2s ease;
}

/* line 5554, app/assets/stylesheets/style.scss */
.youtube-player.pristine:hover::before {
  opacity: 0.7;
}

/* front video end */
/* line 5560, app/assets/stylesheets/style.scss */
.body-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 576px) {
  /* line 5568, app/assets/stylesheets/style.scss */
  .article_description iframe {
    width: 100%;
  }
  /* line 5571, app/assets/stylesheets/style.scss */
  .square {
    height: 280px;
  }
}

/* line 5576, app/assets/stylesheets/style.scss */
#cerfa-loading {
  display: none;
}

/* line 5580, app/assets/stylesheets/style.scss */
.create_cerfa_loading div {
  background: #f15a24 !important;
}

/* line 5584, app/assets/stylesheets/style.scss */
.send_cerfa_loading div {
  background: #f15a24 !important;
}

@media (min-width: 990px) {
  /* line 5589, app/assets/stylesheets/style.scss */
  .nondoubled-icon {
    display: none;
  }
  /* line 5592, app/assets/stylesheets/style.scss */
  .nd-asso-name-1336-mob {
    display: block;
  }
}

@media (max-width: 991px) {
  /* line 5598, app/assets/stylesheets/style.scss */
  .nondoubled-icon,
.nd-asso-name {
    display: block;
  }
  /* line 5602, app/assets/stylesheets/style.scss */
  .nd-asso-name-1336 {
    display: none;
  }
}

/* line 5607, app/assets/stylesheets/style.scss */
.credits {
  height: 100%;
  color: #ffffff;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 5615, app/assets/stylesheets/style.scss */
.credits img {
  height: 25px;
}

/* line 5619, app/assets/stylesheets/style.scss */
.credits a {
  color: #ffffff;
}

/* line 5623, app/assets/stylesheets/style.scss */
.beth-badge img {
  height: 60px;
  margin: 20px auto;
}

/* line 5628, app/assets/stylesheets/style.scss */
.beth-badge {
  text-align: center;
}

/* line 5632, app/assets/stylesheets/style.scss */
.booster-badge img {
  height: 40px;
  margin: 10px auto;
}

/* line 5637, app/assets/stylesheets/style.scss */
.booster-badge {
  text-align: right;
  padding: 0px 10px;
}

/* line 5642, app/assets/stylesheets/style.scss */
.beth-text {
  font-size: 18px;
  font-family: Montserrat, openSansBold;
  color: #464646 !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 5652, app/assets/stylesheets/style.scss */
.booster-text {
  font-size: 14px;
  font-family: Montserrat, openSansBold;
  color: #464646 !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  word-wrap: break-word;
  text-align: left;
}

/* line 5664, app/assets/stylesheets/style.scss */
.collectlogo img {
  height: 90px;
}

/* slick start */
/* line 5670, app/assets/stylesheets/style.scss */
.slick-home-banner section {
  outline: none;
}

/* line 5673, app/assets/stylesheets/style.scss */
.testimonials {
  overflow: hidden;
  position: relative;
  max-height: 300px;
}

/* line 5679, app/assets/stylesheets/style.scss */
.one-slide,
.testimonial,
.message {
  border: none !important;
  outline: none !important;
}

/* line 5686, app/assets/stylesheets/style.scss */
.icon-overlay {
  position: absolute;
  opacity: 0.3;
  right: 10%;
  top: 0;
  height: auto;
  width: 100%;
  max-width: 400px;
}

/* line 5696, app/assets/stylesheets/style.scss */
.carousel-controls .control {
  position: absolute;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 1;
}

/* line 5706, app/assets/stylesheets/style.scss */
.prev {
  left: -2.25rem;
}

/* line 5710, app/assets/stylesheets/style.scss */
.next {
  right: -2.25rem;
}

/* line 5714, app/assets/stylesheets/style.scss */
.collect-logo {
  flex-wrap: wrap;
}

/* line 5718, app/assets/stylesheets/style.scss */
.home-allo .home-banner-t {
  font-family: Montserrat !important;
  font-size: 27px !important;
  line-height: 1.2 !important;
  font-weight: 600;
  margin-bottom: 15px;
}

/* line 5726, app/assets/stylesheets/style.scss */
.home-allo .landing-goal {
  margin: 0 0 10px 0;
  font-size: 16px;
}

/* line 5731, app/assets/stylesheets/style.scss */
.home-allo .landing-progress {
  width: 200px;
  margin-right: 10px;
}

/* line 5736, app/assets/stylesheets/style.scss */
.div-progress {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  /* line 5742, app/assets/stylesheets/style.scss */
  .collect-logo {
    display: flex;
    justify-content: center;
  }
  /* line 5746, app/assets/stylesheets/style.scss */
  .testimonials {
    max-height: 700px;
  }
  /* line 5749, app/assets/stylesheets/style.scss */
  .icon-overlay {
    height: 300px;
    top: calc(50% - 150px);
  }
  /* line 5753, app/assets/stylesheets/style.scss */
  .carousel-controls .control {
    width: 25px;
    height: 25px;
    top: inherit;
  }
  /* line 5759, app/assets/stylesheets/style.scss */
  .MultiCarousel .prev {
    left: 10px;
  }
  /* line 5763, app/assets/stylesheets/style.scss */
  .MultiCarousel .next {
    right: 10px;
  }
  /* line 5767, app/assets/stylesheets/style.scss */
  .prev {
    left: 5px;
  }
  /* line 5770, app/assets/stylesheets/style.scss */
  .next {
    right: 5px;
  }
  /* line 5773, app/assets/stylesheets/style.scss */
  .control i {
    font-size: 0.7rem;
  }
  /* line 5776, app/assets/stylesheets/style.scss */
  .testimonials .message {
    font-size: 1rem;
  }
  /* line 5779, app/assets/stylesheets/style.scss */
  .testimonials h2 {
    font-size: 1.5rem;
  }
  /* line 5782, app/assets/stylesheets/style.scss */
  .amount-info {
    font-size: 3em;
  }
  /* line 5785, app/assets/stylesheets/style.scss */
  .donors-count-mob {
    font-size: 3em;
  }
  /* line 5788, app/assets/stylesheets/style.scss */
  .dtype-front {
    margin: 5px -2% !important;
  }
}

/* slick end */
/* line 5795, app/assets/stylesheets/style.scss */
#dtype-months,
#kapparot-choices,
#dtype-over,
#dtype-em {
  display: none;
}

/* line 5802, app/assets/stylesheets/style.scss */
#donate-other {
  font-size: 16px;
}

/* line 5806, app/assets/stylesheets/style.scss */
.bethlouba {
  font-family: Montserrat;
  font-size: 20px;
}

/* line 5811, app/assets/stylesheets/style.scss */
.belotext {
  margin: 0 20px;
}

/* line 5815, app/assets/stylesheets/style.scss */
#pseudo_label {
  height: 40px;
  line-height: 40px;
}

/* line 5820, app/assets/stylesheets/style.scss */
.recurrent_notice,
.infinite_notice {
  display: none;
  font-size: 12px;
}

/* line 5826, app/assets/stylesheets/style.scss */
.boosters-slider {
  max-width: 100%;
  padding: 0px;
}

/* line 5831, app/assets/stylesheets/style.scss */
.error-500 {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* line 5839, app/assets/stylesheets/style.scss */
#card-errors {
  display: none;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  border: 2px solid white;
  border-radius: 5px;
  padding: 6px;
  background-color: rgba(255, 0, 0, 0.6);
}

/* line 5851, app/assets/stylesheets/style.scss */
#donation-amount-input {
  background: #ffffff;
  color: #000000;
}

/* line 5856, app/assets/stylesheets/style.scss */
#donation-amount-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 18px !important;
}

/* line 5860, app/assets/stylesheets/style.scss */
#donation-amount-input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 18px !important;
}

/* line 5864, app/assets/stylesheets/style.scss */
#donation-amount-input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 18px !important;
}

/* line 5868, app/assets/stylesheets/style.scss */
#donation-amount-input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 18px !important;
}

/* line 5873, app/assets/stylesheets/style.scss */
.amount-currency {
  color: #f15a24 !important;
}

/* line 5877, app/assets/stylesheets/style.scss */
.amount-currencies {
  color: #f15a24 !important;
  border: none !important;
  /*border: 2px solid #F15A24 !important;*/
}

/* line 5883, app/assets/stylesheets/style.scss */
.logo-container {
  position: relative;
}

/* line 5887, app/assets/stylesheets/style.scss */
.logo-label {
  position: absolute;
  bottom: -10px;
  left: 100px;
  font-size: 12px;
  font-weight: bold;
}

/* line 5895, app/assets/stylesheets/style.scss */
.campaign-card-show {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

/* line 5903, app/assets/stylesheets/style.scss */
.campaign-card-show i {
  font-size: 60px;
  color: #ffffff;
}

/* line 5908, app/assets/stylesheets/style.scss */
.campaign-card-overlay {
  background-color: #000000;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  display: none;
  border-radius: 10px;
}

/* line 5918, app/assets/stylesheets/style.scss */
.gc-state-sub {
  padding: 20px 0px 10px 0px;
}

/*-----------------nathan style refresh*/
/* line 5923, app/assets/stylesheets/style.scss */
.home-banner-t {
  line-height: 1;
}

/* line 5927, app/assets/stylesheets/style.scss */
.recaptcha-div {
  margin: 0 auto;
  display: block;
  width: 70%;
}

/* line 5933, app/assets/stylesheets/style.scss */
#slider1_container img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

/* line 5937, app/assets/stylesheets/style.scss */
.front-blank {
  background-image: url(/assets/vpc-7251e13b4701fe369e38de54178fddeb1997e2dd97c1a4246464afc188089aab.jpg);
}

/* line 5941, app/assets/stylesheets/style.scss */
.pre-amount {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0px 4px;
  line-height: 25px;
  font-size: 16px;
  display: inline-flex;
  margin: 0px 2px 5px 0px;
  font-family: Montserrat;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  color: #fb636a;
  cursor: pointer;
  font-weight: 600;
}

/* line 5958, app/assets/stylesheets/style.scss */
iframe body .html5-video-player {
  max-height: 300px;
}

/* line 5962, app/assets/stylesheets/style.scss */
.pre-amount:hover {
  background-color: #fb636a;
  color: #ffffff;
}

/* line 5967, app/assets/stylesheets/style.scss */
.prefilled-card-div {
  margin: 10px 4px 0 4px;
  flex: 1 1 0px;
}

/* line 5972, app/assets/stylesheets/style.scss */
.mobile-prefilled-cards .prefilled-card-div {
  margin: 10px 0;
}

/* line 5976, app/assets/stylesheets/style.scss */
.prefilled-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background: #f67650;
  /*padding: 6px 0px;*/
  padding: 10px;
}

/* line 5989, app/assets/stylesheets/style.scss */
.pc-bouton-sur-fonce {
  background: linear-gradient(to right, #0c3742, #0e5d71) !important;
}

/* line 5993, app/assets/stylesheets/style.scss */
.pc-bouton-sur-jaune {
  background: linear-gradient(to right, #ae7739, #f1d246) !important;
}

/* line 5997, app/assets/stylesheets/style.scss */
.mobile-prefilled-cards {
  margin-bottom: 40px;
}

/* line 6001, app/assets/stylesheets/style.scss */
.prefilled-card-mob {
  border-radius: 20px !important;
  align-items: center;
}

/* line 6006, app/assets/stylesheets/style.scss */
.prefilled-card:hover {
  opacity: 0.8;
}

/* line 6010, app/assets/stylesheets/style.scss */
.prefilled-icon {
  text-align: center;
}

/* line 6014, app/assets/stylesheets/style.scss */
.prefilled-icon img {
  padding-top: 20px;
  max-width: 100%;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 6021, app/assets/stylesheets/style.scss */
.prefilled-icon-mob {
  text-align: center;
  line-height: 30px;
  padding: 0px 2px;
}

/* line 6027, app/assets/stylesheets/style.scss */
.prefilled-icon-mob img {
  height: 60px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 6033, app/assets/stylesheets/style.scss */
.prefilled-reached {
  text-align: center;
  font-size: 16px;
  font-family: Montserrat, openSansBold;
  padding: 10px 0px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 600;
}

/* line 6044, app/assets/stylesheets/style.scss */
.prefilled-reached-mob {
  text-align: right;
  font-size: 18px;
  line-height: 20px;
  font-family: Montserrat, openSansBold;
  color: #ffffff;
  /*    padding: 10px 0px;*/
  font-weight: bold;
  margin-top: 8px;
  overflow: hidden;
  white-space: nowrap;
}

/* line 6057, app/assets/stylesheets/style.scss */
.prefilled-name {
  line-height: 14px;
  min-height: 40px;
  text-align: center;
  font-size: 12px;
  font-family: Montserrat, openSansBold;
  color: #eee;
  width: 80%;
  margin: 0 auto;
  font-weight: 600;
}

/* line 6069, app/assets/stylesheets/style.scss */
.prefilled-name hr {
  border-top: 1px #ffffff solid;
  width: 50%;
}

/* line 6074, app/assets/stylesheets/style.scss */
.prefilled-name-mob {
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  font-family: Montserrat, openSansBold;
  color: #eeeeee;
  padding: 5px;
  font-weight: 500;
}

/* line 6084, app/assets/stylesheets/style.scss */
.prefilled-name-mob-event {
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  font-family: Montserrat, openSansBold;
  color: #eeeeee;
  font-weight: 500;
}

/* line 6093, app/assets/stylesheets/style.scss */
.prefilled-cards {
  margin-bottom: 20px;
  width: 100%;
}

/* line 6098, app/assets/stylesheets/style.scss */
.front-nav {
  height: 100%;
  /* 100% Full-height */
  width: 16.6666666667%;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 99;
  /* Stay at the top */
  left: 0;
  background: #f67650;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 80px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

/* line 6117, app/assets/stylesheets/style.scss */
.front-nav a {
  padding: 8px 8px 8px 10px;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

/* line 6126, app/assets/stylesheets/style.scss */
.front-nav a:hover {
  color: #ffffff;
}

/* line 6130, app/assets/stylesheets/style.scss */
.front-nav a i {
  width: 30px;
}

/* line 6134, app/assets/stylesheets/style.scss */
.nav-fixed {
  position: fixed;
  z-index: 150;
}

/* line 6139, app/assets/stylesheets/style.scss */
.content-div {
  padding-top: 70px;
}

/* line 6143, app/assets/stylesheets/style.scss */
.row-container {
  margin: 0px;
}

/* line 6147, app/assets/stylesheets/style.scss */
.cookies-eu .cookies-eu-button-holder .cookies-eu-ok {
  border-radius: 4px;
  background-color: #f67650;
  top: -2px;
  position: relative;
}

/* line 6154, app/assets/stylesheets/style.scss */
.cookies-eu {
  font-size: 14px;
}

/* line 6157, app/assets/stylesheets/style.scss */
.cookies-eu-link {
  color: #464646;
  font-size: 14px;
}

/* line 6162, app/assets/stylesheets/style.scss */
.cookies-eu-link:hover {
  color: #f67650;
}

/* line 6166, app/assets/stylesheets/style.scss */
.rc-anchor {
  display: none !important;
}

/* line 6170, app/assets/stylesheets/style.scss */
.remote-container {
  max-width: 100% !important;
  width: 100% !important;
}

/* line 6175, app/assets/stylesheets/style.scss */
.grecaptcha-badge {
  display: none !important;
}

/* line 6179, app/assets/stylesheets/style.scss */
.seperator-section {
  background-color: #fff;
  width: 100%;
  color: #fb636a !important;
  font-size: 25px;
  padding: 10px 50px;
  font-weight: bold;
  line-height: 30px;
  margin: 20px 0px;
  border-radius: 10px;
}

/* line 6191, app/assets/stylesheets/style.scss */
.subs-per-month {
  display: none;
  font-family: Montserrat;
  font-size: 16px;
}

/* line 6197, app/assets/stylesheets/style.scss */
.subs-currencies-per-month {
  display: none;
  font-size: 0.8em !important;
}

/* line 6202, app/assets/stylesheets/style.scss */
.per-month-input {
  padding-right: 80px !important;
}

/* NEW PAYMENT FORM */
/* line 6208, app/assets/stylesheets/style.scss */
.payment-form-section {
  margin: 20px 0px;
  font-family: Montserrat;
}

/* line 6212, app/assets/stylesheets/style.scss */
.payment-form-container {
  max-width: 100%;
}

/* line 6217, app/assets/stylesheets/style.scss */
.payment-form-container .col-payment {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* line 6223, app/assets/stylesheets/style.scss */
.payment-form-container .form-section-container {
  border: 0;
}

/* line 6227, app/assets/stylesheets/style.scss */
.payment-form-container .radio-buttons {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  border: 0;
}

/* line 6234, app/assets/stylesheets/style.scss */
.payment-form-container .form-section-title {
  border-radius: 4px 4px 0 0;
  box-shadow: none !important;
}

/* line 6239, app/assets/stylesheets/style.scss */
.payment-form-container .form-section-content {
  border-radius: 0 0 4px 4px;
}

/* line 6243, app/assets/stylesheets/style.scss */
.payment-form-container .donation-currencies {
  border-radius: 0 4px 4px 0;
}

/* line 6247, app/assets/stylesheets/style.scss */
.payment-form-container .donation-comment-text textarea,
.payment-form-container .amount-fields-group input,
.payment-form-container .payment-method,
.payment-form-container .coords-input,
.payment-form-container .recurrent-select select,
.payment-form-container .p-div {
  border: 1px solid #b5b5b5;
}

/* line 6256, app/assets/stylesheets/style.scss */
.payment-form-container .amount-fields-group {
  border: 0;
}

/* line 6260, app/assets/stylesheets/style.scss */
.form-section-title {
  font-size: 20px;
  text-align: center;
  font-family: Montserrat;
}

/* line 6265, app/assets/stylesheets/style.scss */
.form-section-container {
  border: #fb636a 1px solid;
  border-radius: 4px;
}

/* line 6269, app/assets/stylesheets/style.scss */
.form-section-content {
  padding: 30px 20px;
}

/* line 6272, app/assets/stylesheets/style.scss */
.radio-buttons {
  display: table;
  width: 100%;
  border: #fb636a 1px solid;
  border-radius: 4px;
  font-family: Montserrat;
}

/* line 6279, app/assets/stylesheets/style.scss */
.radio-button {
  display: table-cell;
  padding: 10px;
  cursor: pointer;
  text-align: center;
}

/* line 6286, app/assets/stylesheets/style.scss */
.radio-button i {
  margin-right: 5px;
}

/* line 6289, app/assets/stylesheets/style.scss */
.radio-button-selected {
  background: #f67650;
  color: #ffffff;
}

/* line 6294, app/assets/stylesheets/style.scss */
.payment-method {
  width: 100%;
  border: #fb636a 1px solid;
  border-radius: 4px;
  font-family: Montserrat;
  padding: 10px;
  cursor: pointer;
  text-align: center;
}

/* line 6303, app/assets/stylesheets/style.scss */
.payment-method i {
  margin-right: 5px;
}

/* line 6306, app/assets/stylesheets/style.scss */
.payment-method-selected {
  background: #f67650;
  color: #ffffff;
}

/* line 6310, app/assets/stylesheets/style.scss */
.empty-20 {
  height: 20px;
}

/* line 6313, app/assets/stylesheets/style.scss */
.empty-10 {
  height: 10px;
}

/* line 6316, app/assets/stylesheets/style.scss */
.pr-2 {
  padding-right: 2px;
}

/* line 6319, app/assets/stylesheets/style.scss */
.pl-2 {
  padding-left: 2px;
}

/* line 6322, app/assets/stylesheets/style.scss */
.amount-fields-group {
  border: 1px solid #fb636a;
  border-radius: 4px;
}

/* line 6326, app/assets/stylesheets/style.scss */
.amount-fields-group .input-group-btn > .btn,
.amount-fields-group .input-group-btn > .btn:hover {
  background: #f67650;
  color: #ffffff;
  font-family: Montserrat;
  opacity: 1 !important;
  cursor: default !important;
  font-size: 20px;
}

/* line 6335, app/assets/stylesheets/style.scss */
.amount-fields-group input {
  border: none;
  font-family: "Montserrat";
}

/* line 6339, app/assets/stylesheets/style.scss */
.amount-fields-group input:focus {
  outline: none !important;
  border: 1px solid #f7931e;
  box-shadow: 0 0 10px #f7931e;
}

/* Chrome, Safari, Edge, Opera */
/* line 6345, app/assets/stylesheets/style.scss */
.amount-fields-group input::-webkit-outer-spin-button,
.amount-fields-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
/* line 6351, app/assets/stylesheets/style.scss */
.amount-fields-group input[type="number"] {
  -moz-appearance: textfield;
}

/* line 6354, app/assets/stylesheets/style.scss */
.amount-fields-group .input-group-btn > select {
  height: 100%;
}

/* line 6357, app/assets/stylesheets/style.scss */
.amount-fields-group .input-group-btn > select option {
  color: #f7931e;
  font-family: Montserrat;
  font-size: 20px;
}

/* line 6362, app/assets/stylesheets/style.scss */
.donation-category-label,
.donation-comment-label {
  font-family: "Montserrat";
}

/* line 6366, app/assets/stylesheets/style.scss */
.donation-categories select {
  border: 1px solid #fb636a;
  border-radius: 4px;
  font-family: "Montserrat";
}

/* line 6371, app/assets/stylesheets/style.scss */
.donation-categories select:focus {
  outline: none !important;
  border: 1px solid #f7931e;
  box-shadow: 0 0 10px #f7931e;
}

/* line 6376, app/assets/stylesheets/style.scss */
.donation-comment-text textarea {
  border: 1px solid #fb636a;
  border-radius: 4px;
  font-family: "Montserrat";
}

/* line 6381, app/assets/stylesheets/style.scss */
.donation-comment-text textarea:focus {
  outline: none !important;
  border: 1px solid #f7931e;
  box-shadow: 0 0 10px #f7931e;
}

/* line 6386, app/assets/stylesheets/style.scss */
.recurrent-donation-label {
  font-family: "Montserrat";
}

/* line 6389, app/assets/stylesheets/style.scss */
.recurrent-donation {
  display: none;
}

/* line 6392, app/assets/stylesheets/style.scss */
.recurrent-table,
.div-table {
  display: table;
  width: 100%;
}

/* line 6397, app/assets/stylesheets/style.scss */
.recurrent-cell,
.div-cell {
  display: table-cell;
}

/* line 6401, app/assets/stylesheets/style.scss */
.recurrent-label {
  font-family: "Montserrat";
  width: 55%;
}

/* line 6405, app/assets/stylesheets/style.scss */
.monthly-label {
  font-family: "Montserrat";
  width: 40%;
}

/* line 6409, app/assets/stylesheets/style.scss */
.recurrent-donation .radio-buttons {
  font-size: 15px;
}

/* line 6412, app/assets/stylesheets/style.scss */
.donation-pre-amount span {
  font-size: 10px;
}

/* line 6415, app/assets/stylesheets/style.scss */
.donation-pre-amount .donation-pre-amount-currency {
  font-size: 14px;
}

/* line 6418, app/assets/stylesheets/style.scss */
.donation-pre-amount .donation-pre-amount-val {
  font-size: 14px;
}

/* line 6421, app/assets/stylesheets/style.scss */
.recurrent-select select {
  border: 1px solid #fb636a;
  border-radius: 4px;
  font-family: "Montserrat";
}

/* line 6426, app/assets/stylesheets/style.scss */
.recurrent-select select:focus {
  outline: none !important;
  border: 1px solid #f7931e;
  box-shadow: 0 0 10px #f7931e;
}

/* line 6431, app/assets/stylesheets/style.scss */
.section-vertical-seperator {
  width: 80%;
  border-top: 1px solid #f7931e;
}

/* line 6435, app/assets/stylesheets/style.scss */
.coords-notice {
  font-family: "Montserrat";
  text-align: center;
}

/* line 6439, app/assets/stylesheets/style.scss */
.ils-notice {
  font-family: "Montserrat";
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

/* line 6445, app/assets/stylesheets/style.scss */
.p-methods {
  font-family: "Montserrat";
  font-weight: bold;
}

/* line 6449, app/assets/stylesheets/style.scss */
.coords-notice span {
  font-family: "Montserrat";
}

/* line 6452, app/assets/stylesheets/style.scss */
.donor-moral,
.p-iban {
  display: none;
}

/* line 6456, app/assets/stylesheets/style.scss */
#p-cb .y,
#p-cb .n,
#p-iban .y,
#p-iban .n,
#direct-payment .y,
#direct-payment .n,
#recurrent-payment .y,
#recurrent-payment .n,
#coords-particular .y,
#coords-particular .n,
#coords-moral .y,
#coords-moral .n {
  margin-right: 10px;
}

/* line 6470, app/assets/stylesheets/style.scss */
#p-cb .n,
#p-iban .y,
#direct-payment .n,
#recurrent-payment .y,
#coords-particular .n,
#coords-moral .y {
  display: none;
}

/* line 6478, app/assets/stylesheets/style.scss */
.coords-input-label {
  background: #f67650;
  color: #ffffff;
  font-family: Montserrat;
  opacity: 1 !important;
}

/* line 6484, app/assets/stylesheets/style.scss */
.coords-input {
  border: 1px solid #fb636a;
  border-radius: 4px;
  font-family: "Montserrat";
}

/* line 6489, app/assets/stylesheets/style.scss */
.coords-input:focus {
  outline: none !important;
  border: 1px solid #f7931e;
  box-shadow: 0 0 10px #f7931e;
}

/* line 6494, app/assets/stylesheets/style.scss */
.switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 28px;
}

/* line 6500, app/assets/stylesheets/style.scss */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 6505, app/assets/stylesheets/style.scss */
.aslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ddd;
  transition: 0.4s;
}

/* line 6516, app/assets/stylesheets/style.scss */
.aslider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

/* line 6527, app/assets/stylesheets/style.scss */
input:checked + .aslider {
  background-color: #f7931e;
}

/* line 6530, app/assets/stylesheets/style.scss */
input:focus + .aslider {
  box-shadow: 0 0 1px #2196f3;
}

/* line 6533, app/assets/stylesheets/style.scss */
input:checked + .aslider:before {
  transform: translateX(26px);
}

/* line 6538, app/assets/stylesheets/style.scss */
.aslider.round {
  border-radius: 34px;
}

/* line 6541, app/assets/stylesheets/style.scss */
.aslider.round:before {
  border-radius: 50%;
}

/* line 6544, app/assets/stylesheets/style.scss */
.donation-anonymous {
  font-family: Montserrat;
}

/* line 6547, app/assets/stylesheets/style.scss */
.payment-notice {
  text-align: center;
  font-family: "Montserrat";
  font-size: 14px;
}

/* line 6552, app/assets/stylesheets/style.scss */
.payment-notice .fa-lock {
  color: #66cc00;
  font-size: 20px;
}

/* line 6556, app/assets/stylesheets/style.scss */
.payment-notice span {
  font-family: "Montserrat";
}

/* line 6559, app/assets/stylesheets/style.scss */
.payment-transaction {
  font-size: 12px;
  background: rgba(100, 100, 100, 0.2);
  padding: 10px;
  border-radius: 4px;
}

/* line 6565, app/assets/stylesheets/style.scss */
.payment-transaction .label {
  font-family: "Montserrat";
}

/* line 6568, app/assets/stylesheets/style.scss */
.payment-transaction .content {
  font-family: "Montserrat";
}

/* line 6571, app/assets/stylesheets/style.scss */
.btn-payment-validate {
  display: none;
  width: 100%;
  cursor: pointer;
  background: #f67650;
  font-family: "Montserrat";
  border-radius: 4px;
  border: none;
  color: #ffffff;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
}

/* line 6584, app/assets/stylesheets/style.scss */
.btn-validate {
  width: 100%;
  cursor: pointer;
  background: #f67650;
  font-family: "Montserrat";
  border-radius: 4px;
  border: none;
  color: #ffffff;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
}

/* line 6596, app/assets/stylesheets/style.scss */
.custom-form-control {
  height: inherit !important;
}

/* line 6599, app/assets/stylesheets/style.scss */
.paymentform-error {
  font-family: Montserrat;
  color: #ff0033;
  font-size: 12px;
}

/* line 6604, app/assets/stylesheets/style.scss */
#card-pm-errors,
#sepa-pm-errors,
#iban-errors {
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  padding: 6px;
  color: #ff0033;
  font-family: Montserrat;
}

/* line 6615, app/assets/stylesheets/style.scss */
.card-element-label {
  font-family: Montserrat;
}

/* line 6618, app/assets/stylesheets/style.scss */
.payment-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 20;
  border-radius: 4px;
  top: 0px;
}

/* line 6628, app/assets/stylesheets/style.scss */
.process-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200;
  border-radius: 4px;
  top: 0px;
}

/* line 6641, app/assets/stylesheets/style.scss */
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

/* line 6651, app/assets/stylesheets/style.scss */
.checkmark {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 2% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

/* line 6666, app/assets/stylesheets/style.scss */
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%,
100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}

/* line 6692, app/assets/stylesheets/style.scss */
.npsuccess {
  border: #7ac142 solid 1px;
  border-radius: 4px;
  padding: 20px 5%;
  margin: 20px 0;
}

/* line 6698, app/assets/stylesheets/style.scss */
.npsuccess .pinfo_title {
  color: #616668 !important;
}

/* line 6701, app/assets/stylesheets/style.scss */
.btn-ddone-back {
  background-color: #f67650 !important;
  color: white;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);*/
  /* margin-top: 20px; */
  font-family: Montserrat;
  padding: 10px 30px;
  border-radius: 4px;
  margin-bottom: 20px;
  cursor: pointer;
}

/* line 6712, app/assets/stylesheets/style.scss */
.btn-ddone-back:hover {
  color: white;
}

/* line 6715, app/assets/stylesheets/style.scss */
.copyright {
  font-family: Montserrat;
  text-align: center;
  padding: 20px;
  margin-top: 20px;
  font-size: 14px;
}

/* line 6722, app/assets/stylesheets/style.scss */
.copyright-logo {
  width: 100px;
}

/* line 6726, app/assets/stylesheets/style.scss */
.ba-videoplayer-container {
  border-radius: 5px;
}

/*ziggeoplayer .ba-videoplayer-container {
  border-radius: 5px;
}*/
/* line 6732, app/assets/stylesheets/style.scss */
#recorder {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* line 6740, app/assets/stylesheets/style.scss */
#recorder + label {
  /* color: #666666;
    border: 1px solid #666666;
    padding: 10px;
    border-radius: 4px;
    font-family: Montserrat;
    display: inline-block; */
}

/* line 6749, app/assets/stylesheets/style.scss */
#recorder:focus + label,
#recorder + label:hover {
  /* border: 1px solid #f67650;
    color: #f67650; */
}

/* line 6754, app/assets/stylesheets/style.scss */
#recorder + label {
  cursor: pointer;
  /* "hand" cursor */
}

/* line 6757, app/assets/stylesheets/style.scss */
#recorder:focus + label {
  outline: 1px dotted #666666;
  outline: -webkit-focus-ring-color auto 5px;
}

/* line 6761, app/assets/stylesheets/style.scss */
.Blink {
  animation: blinker 0.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}

@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 6772, app/assets/stylesheets/style.scss */
#cam-loader {
  font-family: Montserrat;
  display: none;
}

/* line 6776, app/assets/stylesheets/style.scss */
#saved-notice {
  font-family: Montserrat;
}

/* line 6779, app/assets/stylesheets/style.scss */
#saved-notice b {
  color: #7ac142;
}

/* line 6782, app/assets/stylesheets/style.scss */
.validate-story {
  color: #666666;
  border: 1px solid #666666;
  padding: 10px;
  border-radius: 4px;
  font-family: Montserrat;
  display: inline-block;
  cursor: pointer;
}

/* line 6791, app/assets/stylesheets/style.scss */
.validate-story:focus,
.validate-story:hover {
  border: 1px solid #f67650;
  color: #f67650;
}

/* line 6796, app/assets/stylesheets/style.scss */
.validate-story:focus {
  outline: 1px dotted #666666;
  outline: -webkit-focus-ring-color auto 5px;
}

/* line 6800, app/assets/stylesheets/style.scss */
#saved-notice {
  display: none;
}

/* line 6803, app/assets/stylesheets/style.scss */
#progress-load {
  border: 1px solid #616668;
  padding: 1px;
  position: relative;
  border-radius: 4px;
  margin: 10px;
  text-align: center;
  background: #fff;
  height: 40px;
  box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}

/* line 6814, app/assets/stylesheets/style.scss */
#progress-load .progress-bar {
  opacity: 0.8;
  height: 36px;
  border-radius: 4px;
  background-color: #4caf50;
  width: 0px;
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}

/* line 6822, app/assets/stylesheets/style.scss */
#progress-load .status {
  right: 2px;
  bottom: 2px;
  position: absolute;
  display: inline-block;
  color: #666666;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 20px;
}

/* line 6833, app/assets/stylesheets/style.scss */
.progress-container {
  display: none;
}

/* line 6837, app/assets/stylesheets/style.scss */
.progress-container .upload-notice {
  display: inline-block;
  font-family: Montserrat;
  color: #666666;
  padding-top: 15px;
  font-size: 16px;
  line-height: 20px;
  left: 10px;
  top: 10px;
}

/* line 6848, app/assets/stylesheets/style.scss */
.stories-desktop {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}

/* line 6854, app/assets/stylesheets/style.scss */
.stories-mobile {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}

/* line 6860, app/assets/stylesheets/style.scss */
.stories-mob {
  margin-top: 20px;
}

/* line 6864, app/assets/stylesheets/style.scss */
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 6882, app/assets/stylesheets/style.scss */
.swiper-slide:hover {
  cursor: pointer;
}

/* line 6886, app/assets/stylesheets/style.scss */
.swiper-slide i {
  font-size: 20px;
  color: #aaa;
}

/* line 6891, app/assets/stylesheets/style.scss */
.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
}

/* line 6896, app/assets/stylesheets/style.scss */
.swiper-pagination-bullet-active {
  background: #f15a24 !important;
}

/* line 6900, app/assets/stylesheets/style.scss */
.stories-displayer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  background: white;
  z-index: 130;
}

/* Additionnal styles */
/* line 6911, app/assets/stylesheets/style.scss */
.stories-video-slider {
  width: 100%;
  height: 100%;
  background: #444;
  position: relative;
  overflow: hidden;
}

/* line 6918, app/assets/stylesheets/style.scss */
.story-slide {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

/* line 6927, app/assets/stylesheets/style.scss */
.story-slide:first-child {
  left: 0;
}

/* line 6930, app/assets/stylesheets/style.scss */
video {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  background-color: #000000;
}

/* line 6937, app/assets/stylesheets/style.scss */
video::-webkit-media-controls:not(#overlay-video) {
  display: none !important;
  -webkit-appearance: none;
}

/* line 6941, app/assets/stylesheets/style.scss */
video::-webkit-media-controls-play-button:not(#overlay-video) {
  display: none !important;
  -webkit-appearance: none;
}

/* line 6945, app/assets/stylesheets/style.scss */
video::-webkit-media-controls-volume-slider:not(#overlay-video) {
  display: none !important;
  -webkit-appearance: none;
}

/* line 6949, app/assets/stylesheets/style.scss */
video::-webkit-media-controls-mute-button:not(#overlay-video) {
  display: none !important;
  -webkit-appearance: none;
}

/* line 6953, app/assets/stylesheets/style.scss */
video::-webkit-media-controls-timeline:not(#overlay-video) {
  display: none !important;
  -webkit-appearance: none;
}

/* line 6957, app/assets/stylesheets/style.scss */
video::-webkit-media-controls-current-time-display:not(#overlay-video) {
  display: none !important;
  -webkit-appearance: none;
}

/* line 6961, app/assets/stylesheets/style.scss */
*::-webkit-media-controls-panel:not(#overlay-video) {
  display: none !important;
  -webkit-appearance: none;
}

/* line 6965, app/assets/stylesheets/style.scss */
*::-webkit-media-controls-play-button:not(#overlay-video) {
  display: none !important;
  -webkit-appearance: none;
}

/* line 6969, app/assets/stylesheets/style.scss */
*::-webkit-media-controls-start-playback-button:not(#overlay-video) {
  display: none !important;
  -webkit-appearance: none;
}

/* line 6974, app/assets/stylesheets/style.scss */
.story-slider-iframe {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  background-color: #000000;
}

/* line 6982, app/assets/stylesheets/style.scss */
.story-iframe-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 6988, app/assets/stylesheets/style.scss */
.story-slide-arrow-right {
  position: absolute;
  bottom: 5px;
  right: 20px;
  color: #f7931e;
  font-size: 50px;
}

/* line 6995, app/assets/stylesheets/style.scss */
.story-slide-arrow-left {
  position: absolute;
  bottom: 5px;
  left: 20px;
  color: #f7931e;
  font-size: 50px;
}

/* line 7002, app/assets/stylesheets/style.scss */
.story-slide-quit {
  position: absolute;
  top: 30px;
  left: 20px;
  color: #f7931e;
  font-size: 50px;
}

/* line 7009, app/assets/stylesheets/style.scss */
.story-slide-arrow-right:hover,
.story-slide-arrow-left:hover,
.stories-mute-button:hover,
.story-slide-quit:hover {
  cursor: pointer;
}

/* .stories-overlay-content {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.stories-mute-button {
    position: absolute;
    top: 48%;
    left: 52%;
    width: 4em;
    height: 3em;
    margin-top: -1.5em;
    margin-left: -2em;
    border-radius: 1em;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 30px;
}
.stories-pagination {
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 150;
  text-align: center;
  padding-top: 5px;
}
.story-bar {
  flex-grow: 1;
  height: 5px;
  padding: 0px 2px;
}
.story-bar span {
  display: block;
  background: #AAAAAA;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.story-bar .current {
  background: #F7931E;
} */
/* line 7060, app/assets/stylesheets/style.scss */
.stories-swiper-container {
  width: 100%;
  height: 100%;
}

/* line 7065, app/assets/stylesheets/style.scss */
.stories-swiper-container > .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 7085, app/assets/stylesheets/style.scss */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #f7931e !important;
}

/* line 7089, app/assets/stylesheets/style.scss */
.swiper-button-next,
.swiper-button-prev {
  color: #f7931e !important;
}

/* line 7094, app/assets/stylesheets/style.scss */
.allodons-watermark {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  width: 50px;
  height: 50px;
}

/* line 7103, app/assets/stylesheets/style.scss */
#story-progress {
  position: absolute;
  float: left;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: transparent;
  z-index: 15;
}

/* line 7113, app/assets/stylesheets/style.scss */
#video-progress {
  position: absolute;
  width: 0px;
  height: 8px;
  background: #f7931e;
}

/* line 7120, app/assets/stylesheets/style.scss */
.story-slider-video {
  cursor: pointer;
}

/* line 7124, app/assets/stylesheets/style.scss */
.story-slider-iframe {
  cursor: pointer;
}

/* line 7128, app/assets/stylesheets/style.scss */
.story-thumb {
  position: relative;
}

/* line 7132, app/assets/stylesheets/style.scss */
.story-thumb-overlay {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0.2), transparent 50%);
  border-radius: 8px;
}

/* line 7141, app/assets/stylesheets/style.scss */
.story-thumb-title {
  position: absolute;
  top: 8px;
  left: 28px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

/* line 7150, app/assets/stylesheets/style.scss */
.story-thumb-icon {
  position: absolute;
  top: 3px;
  left: 6px;
}

/* line 7156, app/assets/stylesheets/style.scss */
.story-thumb-icon img {
  width: 15px;
  height: 15px;
}

/* line 7161, app/assets/stylesheets/style.scss */
.swiper-slide-title {
  position: absolute;
  top: 18px;
  left: 55px;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
}

/* line 7170, app/assets/stylesheets/style.scss */
.swiper-slide-icon {
  position: absolute;
  top: 15px;
  left: 15px;
}

/* line 7176, app/assets/stylesheets/style.scss */
.swiper-slide-icon img {
  width: 30px;
  height: 30px;
}

/* line 7181, app/assets/stylesheets/style.scss */
.cerfa-thx {
  font-family: Montserrat;
  font-size: 20px;
}

/* line 7186, app/assets/stylesheets/style.scss */
.cerfa-text {
  font-family: Montserrat;
  font-size: 18px;
}

/* line 7191, app/assets/stylesheets/style.scss */
.cerfa-text h3,
h5 {
  font-family: Montserrat;
  line-height: 30px;
  font-size: 16px;
}

/* line 7198, app/assets/stylesheets/style.scss */
.cerfa-text span {
  color: #4ca54c;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 -10px #f67650;
  }
  40% {
    box-shadow: 0 0 10px #f67650;
  }
  60% {
    box-shadow: 0 0 10px #f67650;
  }
  100% {
    box-shadow: 0 0 -10px #f67650;
  }
}

/* line 7217, app/assets/stylesheets/style.scss */
.button-glow {
  animation: glowing 1s infinite;
}

/* line 7221, app/assets/stylesheets/style.scss */
.asso-notif {
  border: 1px solid #f7931e;
  border-radius: 4px;
  color: #333333;
  text-align: center;
  font-family: "Montserrat";
  padding: 10px;
  margin-top: 10px;
}

/* line 7231, app/assets/stylesheets/style.scss */
.admin-story {
  height: 100px;
}

/* line 7235, app/assets/stylesheets/style.scss */
.video-overlay {
  display: none;
  position: fixed;
  z-index: 1500;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

/* line 7244, app/assets/stylesheets/style.scss */
#overlay-video {
  background: black;
  width: 50%;
  height: 80%;
  position: absolute;
  left: 25%;
  top: 10%;
}

/* line 7253, app/assets/stylesheets/style.scss */
#stop-video {
  color: #f15a24;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 40px;
  cursor: pointer;
  z-index: 10;
}

/* line 7263, app/assets/stylesheets/style.scss */
#story-id {
  position: absolute;
  color: #f15a24;
  left: 10px;
  top: 10px;
  font-size: 30px;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
}

/* line 7273, app/assets/stylesheets/style.scss */
.story-thumb-text {
  position: absolute;
  bottom: 10px;
  font-size: 12px;
  font-family: "Montserrat";
}

/* line 7280, app/assets/stylesheets/style.scss */
.story-placeholder {
  width: 60px;
  height: 60px;
}

/* line 7285, app/assets/stylesheets/style.scss */
.swiper-placeholder {
  border: 2px solid #f67650;
  border-radius: 8px;
}

/* line 7290, app/assets/stylesheets/style.scss */
.a-recurrent {
  font-size: 14px;
}

/* line 7294, app/assets/stylesheets/style.scss */
.prefilled-reached-mob > .a-recurrent {
  font-size: 14px !important;
}

/* line 7298, app/assets/stylesheets/style.scss */
.direct-notice,
.recurrent-notice {
  font-family: "Montserrat";
  text-align: center;
  font-weight: 700;
}

/* line 7305, app/assets/stylesheets/style.scss */
.infinite-notice {
  display: none;
  font-family: "Montserrat";
  text-align: center;
  font-weight: 700;
}

/* line 7312, app/assets/stylesheets/style.scss */
.team-info {
  background-color: rgba(240, 242, 242, 0.5);
  padding: 10px 20px;
}

/* line 7317, app/assets/stylesheets/style.scss */
.team-info span {
  font-family: Montserrat;
}

/* line 7321, app/assets/stylesheets/style.scss */
.ignore-video,
.ignore-video:hover {
  color: #616668;
  font-family: "Montserrat";
  font-size: 13px;
  text-decoration: underline;
}

/* line 7329, app/assets/stylesheets/style.scss */
.locale-dropup {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 10;
  font-family: "Montserrat";
  color: #464646;
}

/* line 7338, app/assets/stylesheets/style.scss */
.locale-flag {
  height: 15px;
  margin: 0px 5px;
}

/* line 7343, app/assets/stylesheets/style.scss */
.locale-link {
  line-height: 30px;
  font-size: 12px;
  font-family: "Montserrat";
  color: #464646;
}

/* line 7350, app/assets/stylesheets/style.scss */
.locale-link:hover {
  opacity: 0.5;
  color: #464646;
}

/* line 7355, app/assets/stylesheets/style.scss */
.locale-ul {
  min-width: 60px;
}

/* line 7358, app/assets/stylesheets/style.scss */
.locale-button {
  font-size: 12px;
  font-family: Montserrat;
  background: none !important;
}

/* line 7363, app/assets/stylesheets/style.scss */
.locale-button:hover {
  opacity: 1 !important;
}

/* line 7367, app/assets/stylesheets/style.scss */
.navbar-allodons-title {
  width: 100%;
  padding: 0 5%;
  font-family: Montserrat;
}

/* line 7373, app/assets/stylesheets/style.scss */
.nat-mob {
  padding: 5px 15px;
}

/* line 7377, app/assets/stylesheets/style.scss */
.nat-mob a {
  margin: 5px;
  width: 100%;
}

/* line 7382, app/assets/stylesheets/style.scss */
.navbar-allodons-title img {
  height: 45px;
  margin: 0px 20px;
}

/* line 7387, app/assets/stylesheets/style.scss */
.navbar-title-mob {
  text-align: center;
  padding: 10px 0px;
  font-size: 12px;
}

/* line 7393, app/assets/stylesheets/style.scss */
.navbar-title-mob a {
  padding: 16px 0px;
  text-align: right;
  font-size: 14px;
}

/* line 7399, app/assets/stylesheets/style.scss */
.new-cerfa {
  background: #82c91e;
  color: #000000 !important;
}

/* line 7404, app/assets/stylesheets/style.scss */
.cerfa-nav-item {
  width: 50%;
}

/* line 7408, app/assets/stylesheets/style.scss */
.cerfa-nav-item a {
  text-align: center;
}

/* line 7412, app/assets/stylesheets/style.scss */
.cerfa-tabs label {
  margin-bottom: 10px;
}

/* line 7416, app/assets/stylesheets/style.scss */
.cerfa-nav-link {
  border-color: #f7931e #f7931e !important;
}

/* line 7420, app/assets/stylesheets/style.scss */
.cerfa-nav-link.active,
.cerfa-nav-link.show {
  background: #f7931e !important;
  color: #ffffff !important;
}

/* line 7426, app/assets/stylesheets/style.scss */
.cerfa-tabs > .nav-tabs > li > a.active,
.cerfa-tabs > .nav-tabs > li.active > a.active {
  color: #ffffff !important;
  border-bottom: 1px solid #f15a24;
}

/* .cerfa-tabs .nav-link.active {
  color: #FFFFFF !important;
  background-color: #F7931E;
  border-color: #F7931E #F7931E #F7931E;
}

.cerfa-tabs .nav-link {
  border-color: #F7931E #F7931E #F7931E;
}

.cerfa-tabs .nav-link:hover {
  color: #FFFFFF !important;
  background-color: #F7931E;
  border-color: #F7931E #F7931E #F7931E;
}

.cerfa-tabs .nav-tabs>li>a.active {
  color: #FFFFFF !important;
  border-bottom: 1px solid #F7931E;
}

.cerfa-tabs .nav-tabs>li.active>a.hover {
  color: #FFFFFF !important;
} */
/* line 7457, app/assets/stylesheets/style.scss */
.asso_listing > .container {
  width: 100%;
  max-width: 100%;
}

/* line 7462, app/assets/stylesheets/style.scss */
.donors-thead {
  display: none;
}

/* line 7466, app/assets/stylesheets/style.scss */
.cerfa-noresults {
  display: none;
  text-align: center;
  font-family: "Montserrat";
}

/* line 7472, app/assets/stylesheets/style.scss */
.ec-notice {
  font-size: 14px;
}

/* line 7476, app/assets/stylesheets/style.scss */
.form-error {
  color: #ed4337;
  font-family: Montserrat;
}

/* line 7481, app/assets/stylesheets/style.scss */
#wowza_player {
  height: 100% !important;
}

/*New style nathan 15/01/20;*/
/* line 7486, app/assets/stylesheets/style.scss */
.col-logo-campaign img {
  margin: 0 auto;
  display: block;
}

/* line 7490, app/assets/stylesheets/style.scss */
.card-suggested-amount {
  padding: 10px;
  margin: 6px;
  text-align: center;
  color: white;
}

/* line 7502, app/assets/stylesheets/style.scss */
.bg-1-brunoy {
  background: linear-gradient(to bottom, #05668f, #0693c1);
}

/* line 7506, app/assets/stylesheets/style.scss */
.bg-2-brunoy {
  background: linear-gradient(to bottom, #123d57, #1f577e);
}

/* line 7510, app/assets/stylesheets/style.scss */
.title-campaign {
  color: #1c97c0;
  text-transform: uppercase;
  font-weight: 600;
}

/* line 7515, app/assets/stylesheets/style.scss */
.yellow-brunoy {
  color: #fbd67e;
}

/* line 7518, app/assets/stylesheets/style.scss */
.blue-brunoy {
  color: #1c97c0;
}

/* line 7522, app/assets/stylesheets/style.scss */
.div-amount-sug p {
  color: #fbd67e;
}

/* line 7526, app/assets/stylesheets/style.scss */
.div-amount-sug p:first-child {
  font-weight: 600;
  font-size: 34px;
  line-height: 1;
}

/* line 7532, app/assets/stylesheets/style.scss */
.sugg-amount-info {
  font-size: 16px;
  line-height: 1.3;
}

/* line 7537, app/assets/stylesheets/style.scss */
.row-title-campaign p {
  font-size: 24px;
  font-weight: 500;
  color: #6d7f8b;
}

/* line 7543, app/assets/stylesheets/style.scss */
.p-small {
  font-size: 15px;
}

/* line 7547, app/assets/stylesheets/style.scss */
.carousel-controls .control {
  position: absolute;
  transform: translateY(-100%);
  width: 45px;
  height: 45px;
  z-index: 1;
}

/* line 7555, app/assets/stylesheets/style.scss */
.carousel-controls {
  position: relative;
}

/* line 7559, app/assets/stylesheets/style.scss */
.prev {
  left: 5%;
  top: 50%;
  font-size: 30px;
}

/* line 7565, app/assets/stylesheets/style.scss */
.next {
  right: 5%;
  top: 50%;
  font-size: 30px;
}

/* line 7571, app/assets/stylesheets/style.scss */
.banner-campaign {
  padding: 15px;
  background: #d7f5ff;
}

/* line 7575, app/assets/stylesheets/style.scss */
.banner-campaign .col-flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 7581, app/assets/stylesheets/style.scss */
.row-suggested-amount-banner div {
  color: white;
  padding: 4px;
  margin: 3px;
  border-radius: 5px;
}

/* line 7588, app/assets/stylesheets/style.scss */
.row-banner-camp-choice .dtype-front {
  margin: 0 !important;
}

/* line 7592, app/assets/stylesheets/style.scss */
.row-banner-camp-choice .infos-radio span,
.row-banner-camp-choice .infos-radio input[type="radio"]:checked + span {
  padding-left: 30px;
  font-weight: 400;
  color: #1c97c0;
}

/* line 7599, app/assets/stylesheets/style.scss */
.container-banner-info {
  max-width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

/* line 7608, app/assets/stylesheets/style.scss */
.banner-campaign .title-asso {
  text-transform: uppercase;
  color: #1c97c0;
}

/* line 7613, app/assets/stylesheets/style.scss */
.banner-campaign .montant {
  color: #1c97c0;
}

/* line 7617, app/assets/stylesheets/style.scss */
.btn-don {
  background-color: #1c97c0 !important;
  width: 100%;
  color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  height: 50px;
  font-size: 1.3rem;
}

/* line 7628, app/assets/stylesheets/style.scss */
.donors-query {
  padding: 10px 20px;
  background-color: rgba(240, 242, 242, 0.5);
}

/* line 7633, app/assets/stylesheets/style.scss */
input[aria-describedby="select2-team-query-container"],
input[aria-labelledby="select2-team-container"] {
  padding: 0.375rem 0.75rem !important;
}

/* line 7638, app/assets/stylesheets/style.scss */
.page-team-card {
  align-items: center;
  padding: 10px;
}

/* line 7643, app/assets/stylesheets/style.scss */
.page-team-card .team-icon {
  padding: 0px 2% !important;
}

/* line 7646, app/assets/stylesheets/style.scss */
.page-team-card .team-icon img {
  padding: 0px !important;
  width: 30px !important;
}

/* line 7651, app/assets/stylesheets/style.scss */
.page-team-card .team-name {
  padding: 0px !important;
  text-align: left !important;
  font-weight: 600;
  font-size: 14px;
}

/* line 7663, app/assets/stylesheets/style.scss */
.page-team-card .team-reached {
  font-size: inherit !important;
  padding: 0px !important;
  font-weight: 700;
  width: calc(36% - 50px);
}

/* line 7671, app/assets/stylesheets/style.scss */
.page-team-card .team-fetch {
  padding: 0px 2% !important;
  width: calc(16% - 50px);
}

/* line 7676, app/assets/stylesheets/style.scss */
.page-team-card .team-fetch:hover {
  cursor: pointer;
}

/* line 7680, app/assets/stylesheets/style.scss */
.page-tabs-ul {
  font-weight: 800;
}

/* line 7684, app/assets/stylesheets/style.scss */
#team-reached {
  padding-top: 10px !important;
  font-size: 20px !important;
}

/* line 7689, app/assets/stylesheets/style.scss */
#team-reached-mob {
  font-size: 2em !important;
}

/* line 7693, app/assets/stylesheets/style.scss */
.team-reached-name {
  font-size: 14px !important;
}

/* line 7697, app/assets/stylesheets/style.scss */
.f-400 {
  font-weight: 400 !important;
}

/* line 7700, app/assets/stylesheets/style.scss */
.f-500 {
  font-weight: 500 !important;
}

/* line 7703, app/assets/stylesheets/style.scss */
.f-600 {
  font-weight: 600 !important;
}

/* line 7706, app/assets/stylesheets/style.scss */
.f-700 {
  font-weight: 700 !important;
}

/* line 7709, app/assets/stylesheets/style.scss */
.f-800 {
  font-weight: 800 !important;
}

/* line 7713, app/assets/stylesheets/style.scss */
.html5-video-player {
  background-color: white !important;
}

/* line 7717, app/assets/stylesheets/style.scss */
.pk_video {
  background-color: white !important;
  /* or whatever you want */
}

/* line 7721, app/assets/stylesheets/style.scss */
.donor-team-name i,
.donor-campaign-name i {
  margin-right: 10px;
}

/* line 7726, app/assets/stylesheets/style.scss */
.donors-count-text {
  font-weight: bold;
}

/* line 7730, app/assets/stylesheets/style.scss */
.ds-wrapper {
  position: relative;
  width: 30px;
  height: 30px;
  float: left;
}

/* line 7738, app/assets/stylesheets/style.scss */
.ds {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-clip: content-box;
  animation: spin 10s linear infinite;
}

/* line 7748, app/assets/stylesheets/style.scss */
.ds-wrapper:active .ds {
  animation: spin 2s linear infinite;
}

/* line 7752, app/assets/stylesheets/style.scss */
.success {
  background-color: #4bb543;
  border: 1.5px dashed #4bb543;
}

@keyframes spin {
  100% {
    transform: rotateZ(360deg);
  }
}

/* line 7763, app/assets/stylesheets/style.scss */
.ds-icon {
  position: absolute;
  color: #464646;
  font-size: 14px;
  top: 16px;
  left: 16px;
  transform: translate(-50%, -50%);
}

/* line 7772, app/assets/stylesheets/style.scss */
.donors-number-goal {
  font-size: 12px;
  font-weight: 800;
}

/* line 7777, app/assets/stylesheets/style.scss */
.team-show button {
  font-size: 12px;
  font-weight: 500;
  height: 22px;
  padding: 0px;
}

/* line 7784, app/assets/stylesheets/style.scss */
.team-donors-label,
.team-goal-label {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

/* line 7791, app/assets/stylesheets/style.scss */
.nav-tabs {
  font-weight: 700;
}

/* line 7795, app/assets/stylesheets/style.scss */
.select2-selection__choice__display {
  font-size: 12px;
  font-weight: 600;
}

/* line 7800, app/assets/stylesheets/style.scss */
.done-receive {
  font-weight: 500;
}

/* line 7804, app/assets/stylesheets/style.scss */
.with-story {
  height: 30px;
}

/* line 7808, app/assets/stylesheets/style.scss */
.banner-goal {
  font-weight: 600;
  font-size: 16px !important;
}

/* line 7813, app/assets/stylesheets/style.scss */
.new-banner-goal {
  color: #2b9f55;
  font-weight: 700;
  font-size: 18px !important;
}

/* line 7819, app/assets/stylesheets/style.scss */
.select2-selection--multiple {
  border: 1px solid #ced4da !important;
}

/* line 7823, app/assets/stylesheets/style.scss */
#highlight-mb-item {
  background-color: white;
  color: #f67650 !important;
}

/* line 7828, app/assets/stylesheets/style.scss */
#highlight-asso-item {
  background-color: #f67650;
  color: white !important;
}

/* line 7833, app/assets/stylesheets/style.scss */
.icon-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 9999;
}

/* line 7843, app/assets/stylesheets/style.scss */
#hamburger {
  width: 20px;
  height: 3px;
  background: #f67650;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, .2);*/
  transition: 0.5s;
}

/* line 7855, app/assets/stylesheets/style.scss */
#hamburger:before,
#hamburger:after {
  content: "";
  display: inline-block !important;
  position: absolute;
  width: 24px;
  height: 3px;
  background: #f67650;
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, .2);*/
  transition: 0.5s;
  border: 0;
}

/* line 7868, app/assets/stylesheets/style.scss */
#hamburger:before {
  top: -7px;
}

/* line 7872, app/assets/stylesheets/style.scss */
#hamburger:after {
  top: 7px;
}

/* line 7876, app/assets/stylesheets/style.scss */
.icon-menu.ac #hamburger {
  background: transparent;
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0);*/
}

/* line 7881, app/assets/stylesheets/style.scss */
.icon-menu.ac #hamburger:before {
  top: 0;
  transform: rotate(45deg);
  background: #f67650;
}

/* line 7887, app/assets/stylesheets/style.scss */
.icon-menu.ac #hamburger:after {
  top: 0;
  transform: rotate(135deg);
  background: #f67650;
}

/* line 7893, app/assets/stylesheets/style.scss */
.active-menu {
  width: 100%;
}

/* line 7897, app/assets/stylesheets/style.scss */
.ald-component {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

/* line 7902, app/assets/stylesheets/style.scss */
.section-donation-done .pinfo_title {
  color: #616668;
}

/* line 7906, app/assets/stylesheets/style.scss */
.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}

/* line 7911, app/assets/stylesheets/style.scss */
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4caf50;
}

/* line 7919, app/assets/stylesheets/style.scss */
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}

/* line 7927, app/assets/stylesheets/style.scss */
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}

/* line 7936, app/assets/stylesheets/style.scss */
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: #ffffff;
  transform: rotate(-45deg);
}

/* line 7945, app/assets/stylesheets/style.scss */
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4caf50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}

/* line 7953, app/assets/stylesheets/style.scss */
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}

/* line 7961, app/assets/stylesheets/style.scss */
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}

/* line 7970, app/assets/stylesheets/style.scss */
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}

/* line 7982, app/assets/stylesheets/style.scss */
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #ffffff;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}

@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

/* line 8060, app/assets/stylesheets/style.scss */
.f-500 {
  font-weight: 500 !important;
}

/* line 8063, app/assets/stylesheets/style.scss */
.f-700 {
  font-weight: 700 !important;
}

/* line 8066, app/assets/stylesheets/style.scss */
.section-donation-done .ald-component {
  max-width: 800px;
  margin: 0 auto;
}

/* line 8070, app/assets/stylesheets/style.scss */
.mx-4-reverse {
  margin: 0 -1.5rem;
}

/* line 8074, app/assets/stylesheets/style.scss */
.lowercase {
  text-transform: lowercase;
}

/* line 8078, app/assets/stylesheets/style.scss */
.component-allo {
  padding: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  /*box-shadow: rgba(0, 0, 0, 0.08) 10px 10px 50px 0px;*/
  border-radius: 5px;
  background: white;
}

/* line 8088, app/assets/stylesheets/style.scss */
.component-kprt {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  /*box-shadow: rgba(0, 0, 0, 0.08) 10px 10px 50px 0px;*/
  border-radius: 5px;
  background: white;
  margin-bottom: 10px;
}

/* line 8098, app/assets/stylesheets/style.scss */
.mx--10 {
  margin: 0 -10px !important;
}

/* line 8102, app/assets/stylesheets/style.scss */
.mx--6 {
  margin: auto -6px;
}

/* line 8106, app/assets/stylesheets/style.scss */
.suggest-amt-collect {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-weight: 500;
  margin: 8px 8px;
  border-radius: 5px;
  font-weight: 500;
  width: 80px;
  text-align: center;
  height: 38px;
  line-height: 2.5;
  cursor: pointer;
}

/* line 8122, app/assets/stylesheets/style.scss */
.suggest-amt-collect-recurrent {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-weight: 500;
  margin: 8px 8px;
  padding: 0px 10px;
  border-radius: 5px;
  font-weight: 500;
  text-align: center;
  height: 38px;
  line-height: 2.5;
  cursor: pointer;
  color: #464646 !important;
}

/* line 8139, app/assets/stylesheets/style.scss */
.sugg-active {
  background: #f67650;
  color: white;
}

/* line 8144, app/assets/stylesheets/style.scss */
.logo-asso-collect {
  width: 30%;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
}

/* line 8153, app/assets/stylesheets/style.scss */
.devise-collecte {
  right: 0px;
  position: absolute;
  padding: 0.5em 10px 0 0;
  pointer-events: none;
  font-size: 1.5rem;
  color: #f15a24;
}

/* line 8162, app/assets/stylesheets/style.scss */
.radios-btn-collect .infos-radio span::after {
  /*background: $orange;*/
  border: 2px solid #f67650 !important;
}

/* line 8167, app/assets/stylesheets/style.scss */
.radios-btn-collect .infos-radio span::before {
  background: #f67650 !important;
  /* border: 2px solid $orange !important;*/
}

/* line 8172, app/assets/stylesheets/style.scss */
.radios-btn-collect .infos-radio input[type="radio"]:checked + span:before {
  width: 13px;
  height: 13px;
  left: 11px;
  top: 3px;
}

/* line 8178, app/assets/stylesheets/style.scss */
.radios-btn-collect .infos-radio input[type="radio"]:checked + span {
  font-weight: 700;
}

/* line 8182, app/assets/stylesheets/style.scss */
.radios-btn-collect {
  margin-top: 22px;
}

/* line 8186, app/assets/stylesheets/style.scss */
.radios-btn-collect .infos-radio {
  text-align: left;
}

/* line 8190, app/assets/stylesheets/style.scss */
.radios-btn-collect .infos-radio input[type="radio"]:checked + span {
  color: #242424;
}

/* line 8194, app/assets/stylesheets/style.scss */
.radios-btn-collect .infos-radio span {
  color: #242424;
  padding-left: 35px;
  font-size: 18px;
  bottom: 2px;
  position: relative;
}

/* line 8202, app/assets/stylesheets/style.scss */
.radios-btn-collect .dtype-front {
  margin: 0 !important;
}

/* line 8206, app/assets/stylesheets/style.scss */
.collect-input {
  position: relative;
  width: 100%;
}

/* line 8211, app/assets/stylesheets/style.scss */
.front-photo-collect,
.front-video-collect {
  width: 100%;
  height: 420px;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
}

/* line 8220, app/assets/stylesheets/style.scss */
.article_description-collect {
  width: 94%;
  position: relative;
  bottom: 0px;
  margin: 0 auto;
}

/* line 8227, app/assets/stylesheets/style.scss */
.article_description-collect .content-section {
  font-size: 15px;
}

/* line 8231, app/assets/stylesheets/style.scss */
.description {
  font-size: 15px;
}

/* line 8235, app/assets/stylesheets/style.scss */
.article_description-collect_video {
  bottom: 6px !important;
}

/* line 8239, app/assets/stylesheets/style.scss */
.article_description-collect p {
  /*margin-bottom: 50px;*/
}

/* line 8243, app/assets/stylesheets/style.scss */
.cd-count {
  font-weight: 700;
}

/* line 8247, app/assets/stylesheets/style.scss */
.cd-label {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

/* line 8253, app/assets/stylesheets/style.scss */
.cd-timer {
  font-size: 18px;
  display: none;
}

/* line 8258, app/assets/stylesheets/style.scss */
.sslider-left {
  display: block;
  position: absolute;
  z-index: 1;
  color: #f7931e;
  top: calc(50% - 15px);
  left: 2%;
  font-size: 30px;
}

/* line 8268, app/assets/stylesheets/style.scss */
.sslider-right {
  display: block;
  position: absolute;
  z-index: 1;
  color: #f7931e;
  top: calc(50% - 15px);
  right: 2%;
  font-size: 30px;
}

/* line 8278, app/assets/stylesheets/style.scss */
.slider:before {
  display: none;
}

/* line 8282, app/assets/stylesheets/style.scss */
.slick-initialized .slick-track {
  display: flex;
  align-items: center;
}

/* line 8287, app/assets/stylesheets/style.scss */
.ams #dtype-months,
.ams #kapparot-choices {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #000;
}

/* line 8295, app/assets/stylesheets/style.scss */
.titre-collecte {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}

/* line 8301, app/assets/stylesheets/style.scss */
.titre-collecte::first-letter {
  text-transform: capitalize;
}

/* line 8305, app/assets/stylesheets/style.scss */
.slick-slide img {
  /*max-height: 500px;
  max-width: 100% !important;
  margin: 0 auto;*/
  max-height: 440px;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 8316, app/assets/stylesheets/style.scss */
.stories-previews {
  width: 100%;
  margin: 0 auto;
  flex: 0 0 66.67%;
  min-width: 66.67%;
  max-width: 66.67%;
}

/* line 8324, app/assets/stylesheets/style.scss */
.story-preview {
  margin: 0px 2px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

/* line 8344, app/assets/stylesheets/style.scss */
.story-preview .sppi {
  position: absolute;
  color: #ffffff;
  top: calc(50% - 6px);
  left: calc(50% - 8px);
  text-shadow: 1px 1px 2px #f67650, 0 0 25px #f67650, 0 0 5px #f67650;
}

/* line 8355, app/assets/stylesheets/style.scss */
.story-preview img {
  border-radius: 10px;
  height: 200px;
}

/* line 8360, app/assets/stylesheets/style.scss */
.story-preview .img-mob {
  border-radius: 10px;
  height: 120px;
}

/* line 8365, app/assets/stylesheets/style.scss */
.stories-wrapper {
  display: flex;
  width: 70%;
  margin: 0 auto;
}

/* line 8371, app/assets/stylesheets/style.scss */
.stories-wrapper-mob {
  display: flex;
  width: 100%;
  margin: 0 auto;
}

/* line 8377, app/assets/stylesheets/style.scss */
.spp {
  border: 2px solid #f67650;
  border-radius: 8px;
  width: 150px;
  position: relative;
}

/* line 8384, app/assets/stylesheets/style.scss */
.sp-placeholder {
  width: 50px;
  height: 50px !important;
}

/* line 8389, app/assets/stylesheets/style.scss */
.sp-placeholder-mob {
  width: 30px;
  height: 30px !important;
}

/* line 8394, app/assets/stylesheets/style.scss */
.sp-icon {
  position: absolute;
  top: 5px;
  left: 5px;
}

/* line 8400, app/assets/stylesheets/style.scss */
.sp-text {
  position: absolute;
  font-size: 14px;
  bottom: 6px;
  font-weight: 500;
}

/* line 8407, app/assets/stylesheets/style.scss */
.sp-text-mob {
  position: absolute;
  font-size: 10px;
  bottom: 6px;
  font-weight: 500;
}

/* line 8414, app/assets/stylesheets/style.scss */
.sp-cta {
  text-align: center;
  cursor: pointer;
}

/* line 8419, app/assets/stylesheets/style.scss */
.sp-preview,
.sp-processing,
.sp-success {
  display: none;
  text-align: center;
}

/* line 8426, app/assets/stylesheets/style.scss */
.btn-sredo {
  background: #616668 !important;
}

/* line 8430, app/assets/stylesheets/style.scss */
.btn-svalid {
  background: #4caf50 !important;
}

/* line 8434, app/assets/stylesheets/style.scss */
.spub-notice {
  font-size: 14px;
}

/* line 8438, app/assets/stylesheets/style.scss */
.spub-notice i {
  color: red;
}

/* line 8442, app/assets/stylesheets/style.scss */
.supload-notice {
  color: #616668;
}

/* line 8446, app/assets/stylesheets/style.scss */
.svus {
  color: #4caf50 !important;
}

/* line 8450, app/assets/stylesheets/style.scss */
.vps {
  border-radius: 15px;
}

/* line 8454, app/assets/stylesheets/style.scss */
.mmld {
  width: 40%;
}

/* line 8458, app/assets/stylesheets/style.scss */
.mld {
  float: right !important;
  margin-right: 40px;
  top: 5px;
}

/* line 8464, app/assets/stylesheets/style.scss */
.collection-categories {
  height: 400px;
  height: 200px;
  overflow: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* line 8473, app/assets/stylesheets/style.scss */
.collection-categories::-webkit-scrollbar {
  width: 6px;
  border-radius: 5px;
}

/* line 8478, app/assets/stylesheets/style.scss */
.collection-categories::-webkit-scrollbar-track {
  border: solid 1px #6b6b6b;
}

/* line 8482, app/assets/stylesheets/style.scss */
.collection-categories::-webkit-scrollbar-thumb {
  background-color: #464646;
  border-radius: 5px;
}

/* line 8487, app/assets/stylesheets/style.scss */
.collection-categories .list-group-item {
  padding: 8px 1.25rem;
}

/* line 8491, app/assets/stylesheets/style.scss */
.collection-categories .list-group-item {
  color: #464646 !important;
}

/* line 8495, app/assets/stylesheets/style.scss */
.list-group-item.active {
  background: #f67650;
  border: none;
  color: #ffffff !important;
  font-weight: 600;
}

/* line 8502, app/assets/stylesheets/style.scss */
.col-cat-lab {
  margin-top: 15px;
  padding: 15px 0 10px 0;
  font-weight: 600;
  text-align: center;
}

/* line 8509, app/assets/stylesheets/style.scss */
.slick-arrow {
  cursor: pointer;
}

/* line 8513, app/assets/stylesheets/style.scss */
.ms {
  position: absolute;
  right: 0px;
  width: auto;
  height: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  cursor: pointer;
}

/* line 8525, app/assets/stylesheets/style.scss */
.donation-currencies {
  -webkit-appearance: menulist;
}

/* line 8528, app/assets/stylesheets/style.scss */
#mandate-acceptance {
  font-size: 12px;
  font-style: italic;
}

/* line 8532, app/assets/stylesheets/style.scss */
.no-display {
  display: none;
}

/* line 8535, app/assets/stylesheets/style.scss */
.hand {
  cursor: pointer;
}

/* line 8539, app/assets/stylesheets/style.scss */
#show_hide_password .input-group-addon {
  width: 40px;
  text-align: center;
  line-height: calc(2.25rem + 2px);
}

/* line 8545, app/assets/stylesheets/style.scss */
.navbar-allodons .lg-flag {
  height: 15px !important;
  width: 20px !important;
}

/* line 8550, app/assets/stylesheets/style.scss */
.lg-flag {
  height: 15px !important;
  width: 20px !important;
}

/* line 8555, app/assets/stylesheets/style.scss */
.cerfa-done {
  display: none;
}

/* line 8559, app/assets/stylesheets/style.scss */
.dcs {
  width: 30%;
}

/* line 8563, app/assets/stylesheets/style.scss */
.coq img {
  height: 20px;
}

/* line 8567, app/assets/stylesheets/style.scss */
.kapparot-mention {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

/* line 8574, app/assets/stylesheets/style.scss */
.pc-kapparot {
  background: linear-gradient(to right, #185ca2, #4698cf) !important;
}

/* line 8578, app/assets/stylesheets/style.scss */
.r-recaptcha {
  width: 300px;
  margin: 0 auto;
}

/* line 8583, app/assets/stylesheets/style.scss */
.filter-option-inner-inner img {
  height: 20px;
}

/* line 8587, app/assets/stylesheets/style.scss */
.pf-icon {
  font-size: 4vw;
  color: #ff9494;
}

/* line 8592, app/assets/stylesheets/style.scss */
.pp-icon {
  font-size: 4vw;
  color: #99ccff;
}

/* line 8597, app/assets/stylesheets/style.scss */
.p-div {
  display: none;
  width: 100%;
  border: #fb636a 1px solid;
  border-radius: 4px;
  padding: 10px;
}

/* line 8605, app/assets/stylesheets/style.scss */
.lds-payment {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

/* line 8611, app/assets/stylesheets/style.scss */
.lds-payment div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #c0c0c0;
  animation: lds-payment 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

/* line 8619, app/assets/stylesheets/style.scss */
.lds-payment div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

/* line 8623, app/assets/stylesheets/style.scss */
.lds-payment div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

/* line 8627, app/assets/stylesheets/style.scss */
.lds-payment div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes lds-payment {
  0% {
    top: 8px;
    height: 64px;
  }
  50%,
100% {
    top: 24px;
    height: 32px;
  }
}

/* line 8643, app/assets/stylesheets/style.scss */
#card-element {
  width: 100%;
  text-align: center;
}

/* line 8648, app/assets/stylesheets/style.scss */
.p-load,
.mslm-load {
  display: none;
  margin: 0 auto;
}

/* line 8654, app/assets/stylesheets/style.scss */
.disabled-content {
  pointer-events: none;
  opacity: 0.5;
}

/* line 8659, app/assets/stylesheets/style.scss */
.subteams-div {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 10px 10px;
}

/* line 8666, app/assets/stylesheets/style.scss */
.subteams-title {
  padding: 10px;
  border-bottom: 1px solid #646464;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 16px;
  color: #ffffff;
  border-radius: 10px 10px 0px 0px;
}

/* line 8676, app/assets/stylesheets/style.scss */
.subteams-list {
  height: 200px;
  overflow-y: auto;
}

/* line 8681, app/assets/stylesheets/style.scss */
.subteam-element {
  padding: 10px 0px 5px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #464646;
}

/* line 8688, app/assets/stylesheets/style.scss */
.team-group {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

/* line 8694, app/assets/stylesheets/style.scss */
.tg-sep {
  width: 80%;
}

/* line 8698, app/assets/stylesheets/style.scss */
.show-group-teams {
  text-align: center;
  padding: 10px 0px;
}

/* line 8702, app/assets/stylesheets/style.scss */
.show-group-teams span {
  color: #464646;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  padding: 5px 10px;
  background: #ffffff;
  border-radius: 5px;
}

/* line 8712, app/assets/stylesheets/style.scss */
.show-group-teams span:hover {
  cursor: pointer;
  color: #ffffff;
  background: #464646;
}

/* line 8718, app/assets/stylesheets/style.scss */
.p-group-name {
  font-size: 14px;
  font-weight: bold;
}

/* line 8723, app/assets/stylesheets/style.scss */
.p-team-name,
.p-team-size,
.p-team-sum {
  font-weight: bold;
  font-size: 10px;
}

/* line 8730, app/assets/stylesheets/style.scss */
.p-team-size,
.p-team-sum {
  text-align: right;
}

/* line 8735, app/assets/stylesheets/style.scss */
#group-loading {
  text-align: center;
}

/* line 8739, app/assets/stylesheets/style.scss */
#group-loading img {
  width: 50px;
}

/* line 8743, app/assets/stylesheets/style.scss */
#group-lines {
  height: 300px;
  overflow: auto;
}

/* line 8748, app/assets/stylesheets/style.scss */
#group-lines .row {
  margin: 0px;
}

/* line 8752, app/assets/stylesheets/style.scss */
#group-lines::-webkit-scrollbar {
  width: 4px;
}

/* line 8756, app/assets/stylesheets/style.scss */
.subteams-list::-webkit-scrollbar-track,
#group-lines::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(241, 90, 36, 0.3);
  border-radius: 10px;
}

/* line 8762, app/assets/stylesheets/style.scss */
.subteams-list::-webkit-scrollbar-thumb,
#group-lines::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(241, 90, 36, 0.5);
}

/* line 8768, app/assets/stylesheets/style.scss */
.banner-slide {
  width: 100% !important;
  max-height: 100% !important;
}

/* line 8773, app/assets/stylesheets/style.scss */
.prefilled-text-mob {
  padding: 0px;
}

/* line 8777, app/assets/stylesheets/style.scss */
#p-mslm-cb,
#p-mslm-bit {
  background-color: #ffffff !important;
  border: 1px #133869 solid !important;
  color: #133869 !important;
}

/* line 8784, app/assets/stylesheets/style.scss */
.item-mention {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #fb636a;
}

/* line 8792, app/assets/stylesheets/style.scss */
.option-mention {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #ffffff;
  padding: 0 10%;
}

/* line 8801, app/assets/stylesheets/style.scss */
.item-choices {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #000;
  width: 80%;
  font-size: 14px;
}

/* line 8810, app/assets/stylesheets/style.scss */
.persona-bloc {
  display: none;
  width: 100%;
  text-align: center;
}

/* line 8816, app/assets/stylesheets/style.scss */
.persona-label {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

/* line 8821, app/assets/stylesheets/style.scss */
.persona-choices {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #000;
  width: 80%;
  font-size: 12px;
}

/* line 8830, app/assets/stylesheets/style.scss */
.item-amount {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  width: 80%;
}

/* line 8837, app/assets/stylesheets/style.scss */
.item-amount-currency {
  background: #ffffff;
}

/* line 8841, app/assets/stylesheets/style.scss */
.item-amount-unit {
  background: #ffffff;
  font-size: 12px;
}

/* line 8846, app/assets/stylesheets/style.scss */
.items-total {
  text-align: right;
  font-weight: 500;
  font-size: 20px;
}

/* line 8852, app/assets/stylesheets/style.scss */
.pourim-component {
  margin-bottom: 10px;
  background: linear-gradient(to right, #3d1669, #8a71eb) !important;
}

/* line 8856, app/assets/stylesheets/style.scss */
.pessah-component {
  margin-bottom: 10px;
  background: linear-gradient(to right, #278181, #3cb7ab) !important;
}

/* line 8860, app/assets/stylesheets/style.scss */
.hannouka-component {
  margin-bottom: 10px;
  background: linear-gradient(to right, #0b1e48, #083465) !important;
}

/* line 8864, app/assets/stylesheets/style.scss */
.kapparot-component {
  margin-bottom: 10px;
  background: linear-gradient(to right, #185ca2, #4698cf) !important;
}

/* line 8868, app/assets/stylesheets/style.scss */
.tichri-component {
  margin-bottom: 10px;
  background: linear-gradient(to right, #4682b4, #6a9bc3) !important;
}

/* line 8873, app/assets/stylesheets/style.scss */
.lagbaomer-component {
  margin-bottom: 10px;
  background: linear-gradient(to right, #2e4857, #102f41) !important;
}

/* line 8878, app/assets/stylesheets/style.scss */
.levtov-component {
  margin-bottom: 10px;
  background: linear-gradient(to right, #7cb1d4, #8dcaf2) !important;
}

/* line 8883, app/assets/stylesheets/style.scss */
.booking-component {
  margin-bottom: 10px;
  background: #f67650;
}

/* line 8888, app/assets/stylesheets/style.scss */
.pourim-white,
.pessah-white,
.hannouka-white,
.tichri-white,
.lagbaomer-white,
.booking-white {
  color: #ffffff !important;
}

/* line 8897, app/assets/stylesheets/style.scss */
.pourim-yellow {
  color: #fec73f !important;
}

/* line 8901, app/assets/stylesheets/style.scss */
.pessah-yellow {
  color: #feedc9 !important;
}

/* line 8905, app/assets/stylesheets/style.scss */
.hannouka-yellow {
  color: #feedc9 !important;
}

/* line 8909, app/assets/stylesheets/style.scss */
.kapparot-white {
  color: #ffffff !important;
}

/* line 8913, app/assets/stylesheets/style.scss */
.tichri-yellow {
  color: #feedc9 !important;
}

/* line 8917, app/assets/stylesheets/style.scss */
.lagboamer-lightblue {
  color: #fccd3f !important;
}

/* line 8921, app/assets/stylesheets/style.scss */
.pourim-pay {
  background: linear-gradient(to right, #5ac8ed, #add3f8) !important;
  color: #2a4796 !important;
  font-weight: bold;
}

/* line 8927, app/assets/stylesheets/style.scss */
.pessah-pay {
  background: linear-gradient(to right, #804b30, #c09770) !important;
  color: #ffffff !important;
  font-weight: bold;
}

/* line 8933, app/assets/stylesheets/style.scss */
.hannouka-pay {
  background: linear-gradient(to right, #662e78, #57a49c) !important;
  color: #ffffff !important;
  font-weight: bold;
}

/* line 8939, app/assets/stylesheets/style.scss */
.kapparot-pay {
  background: linear-gradient(to right, #804b30, #c09770) !important;
  color: #ffffff !important;
  font-weight: bold;
}

/* line 8945, app/assets/stylesheets/style.scss */
.tichri-pay {
  background: linear-gradient(to right, #ffaf01, #ef6900) !important;
  color: #ffffff !important;
  font-weight: bold;
}

/* line 8951, app/assets/stylesheets/style.scss */
.lagbaomer-pay {
  background: linear-gradient(to right, #247fae, #227baa) !important;
  color: #ffffff !important;
  font-weight: bold;
}

/* line 8957, app/assets/stylesheets/style.scss */
.booking-pay {
  background: linear-gradient(to right, #464646, #848484) !important;
  color: #ffffff !important;
  font-weight: bold;
}

/* line 8963, app/assets/stylesheets/style.scss */
.pourim-gradient {
  background: linear-gradient(to right, #5ac8ed, #add3f8) !important;
}

/* line 8967, app/assets/stylesheets/style.scss */
.info-tooltip {
  cursor: pointer;
}

/* line 8971, app/assets/stylesheets/style.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 9007, app/assets/stylesheets/style.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 9011, app/assets/stylesheets/style.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 9018, app/assets/stylesheets/style.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 9025, app/assets/stylesheets/style.scss */
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 9030, app/assets/stylesheets/style.scss */
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 9035, app/assets/stylesheets/style.scss */
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 9042, app/assets/stylesheets/style.scss */
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 9047, app/assets/stylesheets/style.scss */
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 9054, app/assets/stylesheets/style.scss */
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 9061, app/assets/stylesheets/style.scss */
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 9066, app/assets/stylesheets/style.scss */
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 9071, app/assets/stylesheets/style.scss */
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 9078, app/assets/stylesheets/style.scss */
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 9083, app/assets/stylesheets/style.scss */
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 9090, app/assets/stylesheets/style.scss */
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 9097, app/assets/stylesheets/style.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.35rem;
}

/* line 9106, app/assets/stylesheets/style.scss */
.donors-progress-container {
  display: flex;
  height: 30px;
}

/* line 9111, app/assets/stylesheets/style.scss */
.donors-progress {
  padding: 0 2% 0 3%;
  width: 90%;
}

/* line 9116, app/assets/stylesheets/style.scss */
.donors-progress-view {
  padding: 7% 0 0% 0;
  position: relative;
}

/* line 9121, app/assets/stylesheets/style.scss */
.container-big-donors {
  background-color: rgba(240, 242, 242, 0.5);
  padding: 10px 15px;
  /*max-width: 29%;
  margin-left: 40px;*/
  max-height: 700px;
  overflow-y: auto;
  margin-bottom: 30px;
  border-radius: 4px;
  border: 1px solid #ab1ef7;
  border-radius: 0.25rem;
}

/* line 9134, app/assets/stylesheets/style.scss */
.cbd-title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

/* line 9140, app/assets/stylesheets/style.scss */
.blbd-ddiv {
  background: linear-gradient(to right, #057cb4, #057cb4) !important;
  border-radius: 5px;
}

/* line 9149, app/assets/stylesheets/style.scss */
.promise-success,
.promise-error {
  display: none;
}

/* line 9154, app/assets/stylesheets/style.scss */
#get_cerfa {
  display: none;
}

/* line 9158, app/assets/stylesheets/style.scss */
.checkbox-wrapper-19 {
  box-sizing: border-box;
  --background-color: #fff;
  --checkbox-height: 25px;
}

@keyframes dothabottomcheck-19 {
  0% {
    height: 0;
  }
  100% {
    height: calc(var(--checkbox-height) / 2);
  }
}

@keyframes dothatopcheck-19 {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: calc(var(--checkbox-height) * 1.2);
  }
}

/* line 9227, app/assets/stylesheets/style.scss */
.checkbox-wrapper-19 input[type="checkbox"] {
  display: none;
}

/* line 9231, app/assets/stylesheets/style.scss */
.checkbox-wrapper-19 .check-box {
  height: var(--checkbox-height);
  width: var(--checkbox-height);
  background-color: #ffffff;
  border: calc(var(--checkbox-height) * 0.1) solid #000;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  transition: border-color ease 0.2s;
  cursor: pointer;
}

/* line 9248, app/assets/stylesheets/style.scss */
.checkbox-wrapper-19 .check-box::before,
.checkbox-wrapper-19 .check-box::after {
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: calc(var(--checkbox-height) * 0.2);
  background-color: #34b93d;
  display: inline-block;
  transform-origin: left top;
  border-radius: 5px;
  content: " ";
  transition: opacity ease 0.5;
}

/* line 9269, app/assets/stylesheets/style.scss */
.checkbox-wrapper-19 .check-box::before {
  top: calc(var(--checkbox-height) * 0.72);
  left: calc(var(--checkbox-height) * 0.41);
  box-shadow: 0 0 0 calc(var(--checkbox-height) * 0.05) var(--background-color);
  transform: rotate(-135deg);
}

/* line 9279, app/assets/stylesheets/style.scss */
.checkbox-wrapper-19 .check-box::after {
  top: calc(var(--checkbox-height) * 0.37);
  left: calc(var(--checkbox-height) * 0.05);
  transform: rotate(-45deg);
}

/* line 9289, app/assets/stylesheets/style.scss */
.checkbox-wrapper-19 input[type="checkbox"]:checked + .check-box,
.checkbox-wrapper-19 .check-box.checked {
  border-color: #34b93d;
}

/* line 9293, app/assets/stylesheets/style.scss */
.checkbox-wrapper-19 input[type="checkbox"]:checked + .check-box::after,
.checkbox-wrapper-19 .check-box.checked::after {
  height: calc(var(--checkbox-height) / 2);
  animation: dothabottomcheck-19 0.2s ease 0s forwards;
}

/* line 9301, app/assets/stylesheets/style.scss */
.checkbox-wrapper-19 input[type="checkbox"]:checked + .check-box::before,
.checkbox-wrapper-19 .check-box.checked::before {
  height: calc(var(--checkbox-height) * 1.2);
  animation: dothatopcheck-19 0.4s ease 0s forwards;
}

/* line 9310, app/assets/stylesheets/style.scss */
.prefilled-card-div {
  position: relative;
}

/* line 9314, app/assets/stylesheets/style.scss */
.checkbox-wrapper-19 {
  position: absolute;
  left: 30px;
  top: 10px;
  z-index: 10;
}

/* line 9321, app/assets/stylesheets/style.scss */
.set-direct {
  display: none;
}

/* line 9325, app/assets/stylesheets/style.scss */
.pointer {
  cursor: pointer !important;
}

/* line 9329, app/assets/stylesheets/style.scss */
#account-status .btn-info {
  font-size: 12px;
}

/* line 9333, app/assets/stylesheets/style.scss */
.Vue-Toastification__toast--error {
  background-color: #fa764b !important;
}

/* line 9337, app/assets/stylesheets/style.scss */
.cta-participate-section {
  display: none;
}

/* line 9341, app/assets/stylesheets/style.scss */
.iti {
  width: 100% !important;
}

/* line 9345, app/assets/stylesheets/style.scss */
.dice-body {
  display: none;
  position: fixed;
  background-color: #000000ee;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}

/* line 9353, app/assets/stylesheets/style.scss */
.dice-amount {
  display: none;
  font-size: 5rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 50px #ffffff;
}

/* line 9360, app/assets/stylesheets/style.scss */
.dice-amount-notice {
  display: none;
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
}

/* line 9367, app/assets/stylesheets/style.scss */
.game {
  position: relative;
  width: auto;
  height: 100%;
}

/* line 9372, app/assets/stylesheets/style.scss */
.dice {
  position: relative;
  width: 100px;
  height: 100px;
  transform-style: preserve-3d;
  transition: transform 1s;
}

/* line 9379, app/assets/stylesheets/style.scss */
.dot {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: -10px 5px 5px -10px;
  border-radius: 20px;
  background-color: #1f236d;
  box-shadow: inset 2px 2px #21204b;
}

/* line 9388, app/assets/stylesheets/style.scss */
.side {
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  width: 100px;
  height: 100px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 2em;
}

/* line 9398, app/assets/stylesheets/style.scss */
.side:nth-child(1) {
  transform: translateZ(3.1em);
}

/* line 9402, app/assets/stylesheets/style.scss */
.side:nth-child(6) {
  transform: rotateY(90deg) translateZ(3.1em);
}

/* line 9406, app/assets/stylesheets/style.scss */
.side:nth-child(3) {
  transform: rotateY(-90deg) translateZ(3.1em);
}

/* line 9410, app/assets/stylesheets/style.scss */
.side:nth-child(4) {
  transform: rotateX(90deg) translateZ(3.1em);
}

/* line 9414, app/assets/stylesheets/style.scss */
.side:nth-child(5) {
  transform: rotateX(-90deg) translateZ(3.1em);
}

/* line 9418, app/assets/stylesheets/style.scss */
.side:nth-child(2) {
  transform: rotateY(-180deg) translateZ(3.1em);
}

/* line 9422, app/assets/stylesheets/style.scss */
.show-1 {
  transform: rotateX(720deg) rotateZ(-720deg);
}

/* line 9426, app/assets/stylesheets/style.scss */
.show-6 {
  transform: rotateX(-900deg) rotateZ(1080deg);
}

/* line 9430, app/assets/stylesheets/style.scss */
.show-3 {
  transform: rotateY(-450deg) rotateZ(-1440deg);
}

/* line 9434, app/assets/stylesheets/style.scss */
.show-4 {
  transform: rotateY(810deg) rotateZ(720deg);
}

/* line 9438, app/assets/stylesheets/style.scss */
.show-5 {
  transform: rotateX(-810deg) rotateZ(-1080deg);
}

/* line 9442, app/assets/stylesheets/style.scss */
.show-2 {
  transform: rotateX(450deg) rotateZ(-720deg);
}

/* line 9445, app/assets/stylesheets/style.scss */
.two-1,
.three-1,
.four-1,
.five-1,
.six-1 {
  top: 20%;
  left: 20%;
}

/* line 9453, app/assets/stylesheets/style.scss */
.four-3,
.five-3,
.six-4 {
  top: 20%;
  left: 80%;
}

/* line 9459, app/assets/stylesheets/style.scss */
.one-1,
.three-2,
.five-5 {
  top: 50%;
  left: 50%;
}

/* line 9465, app/assets/stylesheets/style.scss */
.four-2,
.five-2,
.six-3 {
  top: 80%;
  left: 20%;
}

/* line 9471, app/assets/stylesheets/style.scss */
.two-2,
.three-3,
.four-4,
.five-4,
.six-6 {
  top: 80%;
  left: 80%;
}

/* line 9479, app/assets/stylesheets/style.scss */
.six-2 {
  top: 50%;
  left: 20%;
}

/* line 9483, app/assets/stylesheets/style.scss */
.six-5 {
  top: 50%;
  left: 80%;
}

/* line 9488, app/assets/stylesheets/style.scss */
.dice-component:hover {
  opacity: 0.8;
}

/* line 9491, app/assets/stylesheets/style.scss */
.dice-cube {
  height: 50px;
}

/* line 9494, app/assets/stylesheets/style.scss */
.dice-amount-block {
  display: none;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 50px #ffffff;
}

/* line 9502, app/assets/stylesheets/style.scss */
.donation-visualization .dv-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 20px auto;
}

/* line 9510, app/assets/stylesheets/style.scss */
.donation-visualization .dv-image-container {
  position: relative;
  width: 100%;
  padding-bottom: 66.66%;
  overflow: hidden;
}

/* line 9517, app/assets/stylesheets/style.scss */
.donation-visualization .dv-image-base,
.donation-visualization .dv-image-colored,
.donation-visualization .dv-image-colored-mob {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 9528, app/assets/stylesheets/style.scss */
.donation-visualization .dv-image-base {
  filter: grayscale(100%) brightness(1.05) blur(4px);
  z-index: 1;
}

/* line 9533, app/assets/stylesheets/style.scss */
.donation-visualization .dv-image-colored {
  z-index: 2;
  clip-path: inset(100% 0% 0% 0%);
  transition: clip-path 1s ease-in-out;
}

/* line 9539, app/assets/stylesheets/style.scss */
.donation-visualization .dv-image-colored-mob {
  z-index: 2;
  clip-path: inset(100% 0% 0% 0%);
  transition: clip-path 1s ease-in-out;
}

/* line 9545, app/assets/stylesheets/style.scss */
.donation-visualization .dv-floating-label {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -100%);
  color: white;
  font-weight: bold;
  font-size: 60px;
  z-index: 3;
  transition: top 1s ease-in-out;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

/* line 9558, app/assets/stylesheets/style.scss */
.donation-visualization .dv-floating-label-mob {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -100%);
  color: white;
  font-weight: bold;
  font-size: 40px;
  z-index: 3;
  transition: top 1s ease-in-out;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

/* line 9571, app/assets/stylesheets/style.scss */
.donation-visualization .dv-fill {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: #3a6df0;
  transition: height 1s ease-in-out;
}

/* line 9580, app/assets/stylesheets/style.scss */
.donation-visualization .dv-labels {
  position: absolute;
  right: -60px;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

/* line 9593, app/assets/stylesheets/style.scss */
#dtype-months option:last-child {
  font-weight: bold;
}

/* line 9597, app/assets/stylesheets/style.scss */
.recurrent-amounts {
  width: auto !important;
  padding: 0px 5px !important;
}

/* line 9602, app/assets/stylesheets/style.scss */
.loading-message {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 9608, app/assets/stylesheets/style.scss */
.spinner {
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  border-top: 2px solid #555;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* line 9623, app/assets/stylesheets/style.scss */
#p-ndt.disabled,
#p-npbit.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 9629, app/assets/stylesheets/style.scss */
#ndt-message,
#npbit-message {
  text-align: center;
  font-size: 18px;
  margin-top: 16px;
}

/* line 9636, app/assets/stylesheets/style.scss */
#npbit-message .success-message,
#npbit-message .error-message,
#ndt-message .success-message,
#ndt-message .error-message {
  font-size: 20px;
  font-weight: 600;
}

/* line 9644, app/assets/stylesheets/style.scss */
.gold-glow {
  border-radius: 12px;
  box-shadow: 0 0 5px rgba(255, 215, 0, 0.6), 0 0 10px rgba(255, 193, 7, 0.4), 0 0 20px rgba(255, 165, 0, 0.3);
}

/* line 9652, app/assets/stylesheets/style.scss */
.bg-gold {
  background: linear-gradient(180deg, #f7e08a 0%, #f2cc63 20%, #e0a93b 45%, #c9902c 60%, #e8bb55 80%, #f9e08b 100%) !important;
  box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.6), inset 0 -3px 4px rgba(120, 80, 10, 0.5), 0 4px 10px rgba(0, 0, 0, 0.25);
  color: #1f1a00;
  font-weight: bold;
  font-size: 1.4rem;
  height: 50px;
  width: 100%;
}
