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

/* line 17, app/assets/stylesheets/style.scss */
.orange {
  color: #fa764b !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: 34px;
}

/* 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 164, app/assets/stylesheets/style.scss */
.navd-f {
  margin-bottom: 5px;
}

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

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

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

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

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

/* line 195, 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 204, app/assets/stylesheets/style.scss */
.dropdown-item:active {
  background-color: inherit;
}

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

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

/* line 217, 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 226, app/assets/stylesheets/style.scss */
#menu-drop-allo-mobile.fade {
  display: block !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

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

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

/* line 243, 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 258, 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 273, app/assets/stylesheets/style.scss */
.ui-autocomplete {
  overflow: auto;
  height: 300px;
}

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

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

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

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

/* line 303, 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 315, app/assets/stylesheets/style.scss */
.ui-menu .ui-menu-item {
  margin: none;
  padding-left: 15px;
  padding-right: 10px;
  border: solid 1px #eeeeee;
}

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

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

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

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

/* line 348, 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 360, app/assets/stylesheets/style.scss */
.navbar-allodons-right .dropdown-content a {
  color: black;
  padding-top: 10px;
  text-decoration: none;
  display: block;
}

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

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

/* line 376, 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 385, app/assets/stylesheets/style.scss */
.navbar-allodons-dropdown-menu li > a:hover {
  background: transparent !important;
  color: black !important;
}

/* line 390, 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 403, app/assets/stylesheets/style.scss */
.navbar-allodons .dropdown-toggle::after {
  display: none;
}

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

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

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

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

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

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

@media (min-width: 768px) {
  /* line 445, 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 457, app/assets/stylesheets/style.scss */
.btn:hover {
  opacity: 0.75 !important;
}

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

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

/* Carousel Style */
/* line 474, 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 482, 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 489, 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 496, app/assets/stylesheets/style.scss */
#top-campaigns .carousel-inner {
  border-radius: 5px 0 0 5px;
}

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

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

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

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

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

/* line 521, 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 531, 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 540, app/assets/stylesheets/style.scss */
.carousel-indicators .active {
  background-color: #f15a24;
}

/* line 544, 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 556, 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 566, app/assets/stylesheets/style.scss */
.accueil-banner .img-fluid {
  height: 80vh !important;
  /*height: 65vh !important;*/
}

/* line 571, 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 580, app/assets/stylesheets/style.scss */
.slider-label {
  position: absolute;
  top: -1px;
  right: 5px;
  width: 6%;
}

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

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

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

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

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

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

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

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

/* line 635, 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 645, 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 659, app/assets/stylesheets/style.scss */
  .vertical-seperator {
    border-right: 0 !important;
  }
  /* line 662, app/assets/stylesheets/style.scss */
  .col-details {
    border-radius: 0 0 5px 5px;
  }
  /* line 665, app/assets/stylesheets/style.scss */
  #top-campaigns .carousel-inner {
    border-radius: 5px 5px 0 0;
  }
  /* line 668, app/assets/stylesheets/style.scss */
  .hide-mobile {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 674, 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 729, app/assets/stylesheets/style.scss */
  .desktop-countdown {
    display: none !important;
  }
  /* line 732, app/assets/stylesheets/style.scss */
  .tablet-countdown {
    display: block !important;
  }
  /* line 735, app/assets/stylesheets/style.scss */
  .t-asso-title {
    padding-bottom: 0px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 815, 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 825, 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 834, app/assets/stylesheets/style.scss */
.landing-goal {
  font-family: Montserrat;
  font-size: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 911, 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 920, app/assets/stylesheets/style.scss */
.btn-support:hover {
  color: #2b9f55 !important;
}

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

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

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

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

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

/* line 948, app/assets/stylesheets/style.scss */
.donate-sticky {
  background: #fa764b;
  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 972, app/assets/stylesheets/style.scss */
.MultiCarousel {
  /*float: left;*/
  /*margin-top: 50px;*/
  overflow: hidden;
  padding: 13px;
  width: 100%;
  position: relative;
  font-family: Montserrat;
}

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

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

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

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

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

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

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

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

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

/* end campaigns card slider */
/* line 1054, 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 1067, app/assets/stylesheets/style.scss */
.message-sent {
  text-align: center;
  padding-top: 30px;
  color: green;
}

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

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

/* line 1085, 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 1094, 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 1103, app/assets/stylesheets/style.scss */
.upcoming-row {
  margin: 0px 0px !important;
}

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

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

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

/* line 1121, 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 1137, app/assets/stylesheets/style.scss */
.organization-title {
  color: #888;
  line-height: 20px;
  text-align: center;
  font-size: 18px;
}

/* line 1144, 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 1152, app/assets/stylesheets/style.scss */
.front-campaign-startsin {
  font-size: 14px;
  color: #888;
}

/* line 1157, 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 1171, app/assets/stylesheets/style.scss */
.campaign-profile,
.campaign-info {
  height: 30px;
  width: auto;
}

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

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

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

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

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

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

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

/* line 1215, 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 1226, app/assets/stylesheets/style.scss */
.home-collect-img {
  width: 80%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1316, 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 1333, app/assets/stylesheets/style.scss */
.fade-carousel {
  position: relative;
  height: 100vh;
}

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

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

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

/********************************/
/*          Hero Headers        */
/********************************/
/* line 1361, 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 1377, app/assets/stylesheets/style.scss */
.hero h1 {
  font-size: 6em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

/* line 1432, 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 1442, app/assets/stylesheets/style.scss */
.btn-link:hover {
  cursor: pointer;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
/* line 1452, 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 1468, app/assets/stylesheets/style.scss */
  .hero {
    width: 980px;
  }
}

@media screen and (max-width: 640px) {
  /* line 1474, app/assets/stylesheets/style.scss */
  .hero h1 {
    font-size: 4em;
  }
  /* line 1477, app/assets/stylesheets/style.scss */
  .icon-label img {
    height: 50px;
    width: 50px;
  }
  /* line 1481, app/assets/stylesheets/style.scss */
  .carousel-inner .slider-label p.content {
    font-size: 18px;
  }
  /* line 1484, app/assets/stylesheets/style.scss */
  .slider-label {
    width: 8%;
  }
  /* line 1487, app/assets/stylesheets/style.scss */
  .BigCarousel {
    padding: 0 15px !important;
  }
  /* line 1490, app/assets/stylesheets/style.scss */
  .big-donors {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 1494, app/assets/stylesheets/style.scss */
  #donate-other {
    font-size: 10px !important;
  }
  /* line 1497, app/assets/stylesheets/style.scss */
  #dccpt {
    font-size: 8px !important;
  }
  /* line 1500, app/assets/stylesheets/style.scss */
  .donate .fa-credit-card {
    font-size: 18px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

/* line 1556, 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 1574, 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 1585, app/assets/stylesheets/style.scss */
.radio input[type="radio"]:checked + span {
  color: #f15a24;
}

/* line 1589, 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 1616, app/assets/stylesheets/style.scss */
.upload-radio {
  position: relative;
  display: block;
  margin: 20px auto;
  text-align: center;
}

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

/* line 1627, 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 1645, 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 1656, app/assets/stylesheets/style.scss */
.upload-radio input[type="radio"]:checked + span {
  color: #f15a24;
}

/* line 1660, 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 1674, 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 1685, app/assets/stylesheets/style.scss */
.upload-radio input[type="checkbox"]:checked + span {
  color: #f15a24;
}

/* line 1689, 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 1703, app/assets/stylesheets/style.scss */
.private-radio {
  position: relative;
  display: block;
  margin: 10px auto;
  text-align: center;
}

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

/* line 1714, 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 1732, 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 1743, app/assets/stylesheets/style.scss */
.private-radio input[type="checkbox"]:checked + span {
  color: #ffffff;
}

/* line 1747, 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 1761, app/assets/stylesheets/style.scss */
.simulator-group {
  display: flex;
  margin: 20px auto;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

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

/* line 1775, 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 1787, app/assets/stylesheets/style.scss */
.simulator-input:focus {
  box-shadow: 0 0 10px #f15a24;
}

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

/* line 1799, 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 1812, app/assets/stylesheets/style.scss */
.pages-locale-nav {
  position: relative;
  bottom: 2px !important;
}

/* line 1817, 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 1825, 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 1838, app/assets/stylesheets/style.scss */
.page-footer {
  font-family: Montserrat;
  /*margin-top: 20px;*/
}

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

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

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

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

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

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

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

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

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

@media (min-width: 577px) {
  /* line 1889, app/assets/stylesheets/style.scss */
  .accueil-banner .div-content .btn-general {
    margin-top: 30px !important;
  }
  /* line 1892, app/assets/stylesheets/style.scss */
  .upcoming-banner {
    height: 75vh !important;
    min-height: 620px;
  }
  /* line 1896, app/assets/stylesheets/style.scss */
  .banner-img-mobile {
    display: none;
  }
  /* line 1899, app/assets/stylesheets/style.scss */
  .home-banner .div-content {
    position: relative;
    top: 160px;
  }
  /* line 1903, app/assets/stylesheets/style.scss */
  .modalvideo {
    max-width: 900px !important;
  }
  /* line 1906, app/assets/stylesheets/style.scss */
  .modalvideo iframe {
    width: 100% !important;
    height: 100% !important;
  }
  /* line 1910, app/assets/stylesheets/style.scss */
  .modalvideo .modal-content {
    height: 500px;
  }
}

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

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

/* line 1939, 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 1951, app/assets/stylesheets/style.scss */
.banner-title {
  font-family: "Montserrat";
  font-size: 58px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
}

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

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

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

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

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

/* line 1989, 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 1997, app/assets/stylesheets/style.scss */
.manager_auth_title {
  text-align: center;
  color: #f15a24;
  margin: 20px 0;
}

/* line 2003, 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 2012, app/assets/stylesheets/style.scss */
.manager_auth_input:focus,
.manager_auth_submit:focus {
  box-shadow: 0 0 10px #f15a24;
}

/* line 2017, 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 2025, app/assets/stylesheets/style.scss */
.manager_signup_input:focus,
.manager_signup_input:focus {
  box-shadow: 0 0 10px #f15a24;
}

/* line 2030, 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 2039, 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 2047, app/assets/stylesheets/style.scss */
.manager_auth_button {
  background: #fa764b;
  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 2054, app/assets/stylesheets/style.scss */
.manager_auth_button:hover,
.manager_auth_button:active,
.manager_auth_button:visited {
  color: #ffffff;
}

/* line 2060, 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 2067, app/assets/stylesheets/style.scss */
.manager_auth_upload:hover,
.manager_auth_upload:active,
.manager_auth_upload:visited {
  color: #ffffff;
}

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

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

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

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

/* line 2093, 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 2109, app/assets/stylesheets/style.scss */
label {
  margin-bottom: 0;
  font-family: Montserrat;
}

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

/* line 2118, 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 2129, 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 2137, app/assets/stylesheets/style.scss */
.card-header a {
  font-weight: bold;
}

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

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

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

/* line 2157, 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 2164, 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 2171, app/assets/stylesheets/style.scss */
.text-invalid {
  color: #333;
}

/* line 2175, 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 2217, app/assets/stylesheets/style.scss */
#manager_phone::-webkit-inner-spin-button,
#manager_phone::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2314, 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 2320, 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 2328, app/assets/stylesheets/style.scss */
.filter_input:focus,
.filter_input:focus {
  box-shadow: 0 0 10px #f15a24;
}

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

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

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

/* line 2347, 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 2354, app/assets/stylesheets/style.scss */
.btn-more:focus {
  box-shadow: 0 0 10px #f15a24;
}

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

/* line 2365, 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 2372, app/assets/stylesheets/style.scss */
.btn-allodons:focus {
  box-shadow: 0 0 10px #f15a24;
}

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

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

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

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

/* line 2397, 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 2403, app/assets/stylesheets/style.scss */
.btn-filter-chosen:hover,
.btn-filter-chosen:focus {
  background: #f15a24 !important;
  cursor: default !important;
  opacity: 1 !important;
}

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

@media (max-width: 768px) {
  /* line 2418, app/assets/stylesheets/style.scss */
  .front-photo-collect {
    height: 0 !important;
    padding-top: 60%;
    position: relative;
  }
  /* line 2423, app/assets/stylesheets/style.scss */
  .asso_listing .collection-stats {
    padding: 30px 0 !important;
    margin: 20px auto !important;
  }
  /* line 2428, app/assets/stylesheets/style.scss */
  .asso_listing .collection-stats .btn-allodons {
    margin: 5px 0;
  }
  /* line 2431, app/assets/stylesheets/style.scss */
  .table td {
    max-width: 100px !important;
    overflow: auto !important;
  }
  /* line 2435, app/assets/stylesheets/style.scss */
  .collection-head,
.campaigns-head {
    font-size: 6vw;
  }
  /* line 2440, app/assets/stylesheets/style.scss */
  .collection-title {
    font-size: 5vw;
  }
  /* line 2444, app/assets/stylesheets/style.scss */
  .collection-value {
    font-size: 8vw;
  }
  /* line 2447, app/assets/stylesheets/style.scss */
  .simulator-group {
    width: 100% !important;
    justify-content: space-between !important;
  }
  /* line 2451, app/assets/stylesheets/style.scss */
  .simulator-label {
    text-align: left;
  }
  /* line 2454, app/assets/stylesheets/style.scss */
  .campaign-counter {
    font-size: 5vw;
  }
  /* line 2457, app/assets/stylesheets/style.scss */
  .campaign-counter {
    width: 50%;
  }
}

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

/* line 2477, 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 2487, app/assets/stylesheets/style.scss */
.campaign-pending {
  background: rgba(252, 99, 106, 0.5);
}

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

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

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

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

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

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

/* Make the image responsive */
/* line 2529, 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 2536, 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 2550, app/assets/stylesheets/style.scss */
.first {
  background-color: #f15a24;
}

/* line 2554, 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 2570, 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 2595, 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 2604, app/assets/stylesheets/style.scss */
.front-sidenav .pages-locale {
  margin-left: 32px !important;
  margin-top: 4px;
}

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

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

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

/* Position and style the close button (top right corner) */
/* line 2629, 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 2639, 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 2647, app/assets/stylesheets/style.scss */
  .front-sidenav {
    padding-top: 15px;
  }
  /* line 2650, app/assets/stylesheets/style.scss */
  .front-sidenav a {
    font-size: 18px;
  }
}

/* line 2655, app/assets/stylesheets/style.scss */
.donor-form {
  background: #fa764b;
  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 2666, app/assets/stylesheets/style.scss */
.general-donor-form {
  background: #fa764b;
  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 2677, app/assets/stylesheets/style.scss */
.general-redirect {
  height: 10%;
}

/* line 2681, 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 2687, 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 2698, app/assets/stylesheets/style.scss */
.done-goal {
  font-size: 28px;
  font-weight: 700;
}

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

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

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

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

/* line 2721, 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 2731, app/assets/stylesheets/style.scss */
.done-icon-double {
  height: auto;
  width: 20%;
}

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

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

/* line 2746, 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 2759, 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 2766, 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 2779, 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 2787, app/assets/stylesheets/style.scss */
input:-internal-autofill-selected {
  background-color: transparent !important;
  color: white !important;
}

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

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

/* line 2802, 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 2815, app/assets/stylesheets/style.scss */
.cta-width {
  width: 305px;
  margin: 0 auto;
}

/* line 2820, 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 2830, app/assets/stylesheets/style.scss */
.btn-start,
#know-more {
  width: 200px;
}

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

/* line 2840, app/assets/stylesheets/style.scss */
.btn-general-campaign {
  background: #fa764b;
  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 2852, app/assets/stylesheets/style.scss */
.btn-general-campaign img {
  height: 100%;
  margin-right: 10px;
}

/* line 2857, 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 2865, 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 2873, app/assets/stylesheets/style.scss */
.btn-donation-back:hover {
  color: #2b9f55;
}

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

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

/* line 2889, 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 2903, app/assets/stylesheets/style.scss */
.matcher-info {
  width: 230px;
}

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

/* line 2913, 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 2922, 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 2933, app/assets/stylesheets/style.scss */
.asso-intro {
  width: 100%;
  height: 100%;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 3095, 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 3104, app/assets/stylesheets/style.scss */
.current-state-sub {
  font-family: Montserrat;
}

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

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

/* line 3122, 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 3131, app/assets/stylesheets/style.scss */
.first-campaign-info {
  display: flex;
  /*  padding-top: 20px;*/
}

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

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

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

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

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

/* line 3161, 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 3167, app/assets/stylesheets/style.scss */
.seperator-div {
  padding: 10px 0 20px 0px;
}

@media (min-width: 992px) {
  /* line 3172, app/assets/stylesheets/style.scss */
  .seperator-asso {
    border-top: 0;
    margin: 0;
  }
  /* line 3176, app/assets/stylesheets/style.scss */
  #amount-reached {
    display: block;
  }
  /* line 3179, app/assets/stylesheets/style.scss */
  #amount-reached-mob {
    display: none;
  }
  /* line 3182, app/assets/stylesheets/style.scss */
  .d-testimonials {
    display: block;
  }
  /* line 3185, app/assets/stylesheets/style.scss */
  .m-testimonials {
    display: none;
  }
  /* .prefilled-cards {
      display: block !important;
    } */
  /* line 3191, app/assets/stylesheets/style.scss */
  .mobile-prefilled-cards {
    display: none !important;
  }
}

@media (max-width: 992px) {
  /* line 3197, app/assets/stylesheets/style.scss */
  .colored-section {
    font-size: 12px;
  }
  /* line 3200, app/assets/stylesheets/style.scss */
  .order-1-mobile {
    order: 1;
  }
  /* line 3203, app/assets/stylesheets/style.scss */
  .amount-info {
    font-size: 2.5em;
  }
  /* line 3206, app/assets/stylesheets/style.scss */
  #amount-reached {
    display: none;
  }
  /* line 3209, app/assets/stylesheets/style.scss */
  #amount-reached-mob {
    display: block;
    /* height: 150px; */
  }
  /* line 3213, app/assets/stylesheets/style.scss */
  .campaign-info-row {
    display: none;
  }
  /* line 3216, app/assets/stylesheets/style.scss */
  .radio span {
    font-size: 1rem;
  }
  /* line 3219, app/assets/stylesheets/style.scss */
  .d-testimonials {
    display: none;
  }
  /* line 3222, app/assets/stylesheets/style.scss */
  .m-testimonials {
    display: block;
  }
  /* line 3225, app/assets/stylesheets/style.scss */
  .prefilled-cards {
    display: none !important;
  }
  /* line 3228, app/assets/stylesheets/style.scss */
  .pre-amount {
    /* width: 100%; */
  }
}

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

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

/* line 3244, 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 3254, app/assets/stylesheets/style.scss */
.donors-count-mob {
  color: #464646;
  font-weight: 600;
}

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

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

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

/* line 3277, 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 3288, app/assets/stylesheets/style.scss */
#t-clock {
  position: absolute;
  margin-top: 30px;
}

/* line 3293, 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 3304, app/assets/stylesheets/style.scss */
.donors-list-top {
  margin-bottom: 10px;
}

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

/* line 3314, app/assets/stylesheets/style.scss */
.donors-card,
.big-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 3328, app/assets/stylesheets/style.scss */
.donors-card .ds-wrapper {
  position: absolute;
  top: 2px;
  right: 2px;
}

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

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

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

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

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

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

/* line 3369, 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 3378, app/assets/stylesheets/style.scss */
.donors-icon img {
  width: 100%;
}

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

/* line 3390, 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 3400, app/assets/stylesheets/style.scss */
.donors-time {
  font-size: 11px;
  color: #999;
  text-align: right;
  height: 20px;
  margin: 0;
}

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

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

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

/* line 3423, 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 3428, 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 3433, app/assets/stylesheets/style.scss */
.container-description {
  margin-top: 80px;
  max-width: 80%;
}

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

/* line 3447, 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 3456, app/assets/stylesheets/style.scss */
.social-share-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
}

/* line 3464, 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 3485, app/assets/stylesheets/style.scss */
.social-share-button .ssb-facebook {
  background-image: url(/assets/facebook-f-brands-f8634341843ccc076a87709bd6d417a63418b785360cbdc6b49673d73b5c2165.svg) !important;
}

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

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

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

/* line 3501, 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 3506, app/assets/stylesheets/style.scss */
  .container-description .col-description {
    padding-right: 60px;
  }
}

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

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

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

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

/* line 3534, app/assets/stylesheets/style.scss */
.pinfo {
  background: #fa764b;
  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 3542, app/assets/stylesheets/style.scss */
.page-500 h2 {
  font-size: 24px;
}

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

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

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

/* line 3566, 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 3577, app/assets/stylesheets/style.scss */
.pinfo_input:focus {
  border: 2px solid #ffffff;
  box-shadow: 0 0 10px #ffffff;
  background-color: transparent;
  color: white;
}

/* line 3584, 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 3595, 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 3602, 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 3613, 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 3620, 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 3631, app/assets/stylesheets/style.scss */
.dcomment_input::-moz-placeholder {
  color: #dddddd;
}
.dcomment_input::placeholder {
  color: #dddddd;
}

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

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

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

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

/* line 3657, 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 3675, 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 3686, app/assets/stylesheets/style.scss */
.infos-radio input[type="radio"]:checked + span {
  color: #eeeeee;
}

/* line 3690, 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 3704, app/assets/stylesheets/style.scss */
.dtype-radio span:after {
  border: 2px solid #eeeeee !important;
}

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

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

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

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

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

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

/* line 3735, 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 3742, app/assets/stylesheets/style.scss */
.infos_upload:hover,
.infos_upload:active,
.infos_upload:visited {
  color: #ffffff;
}

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

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

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

/* line 3761, 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 3788, app/assets/stylesheets/style.scss */
.jssort07 {
  position: absolute;
  /* size of thumbnail navigator container */
  width: 800px;
  height: 100px;
}

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

/* line 3803, 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 3813, app/assets/stylesheets/style.scss */
.jssort07 .p:hover .i,
.jssort07 .pav .i {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 3819, 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 3833, app/assets/stylesheets/style.scss */
.jssort07 .pav .o {
  border-color: #f15a24;
}

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

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

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

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

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

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

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

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

/* line 3883, 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 3893, app/assets/stylesheets/style.scss */
.btn-cerfa-download {
  background-color: transparent !important;
  color: #f0f2f2;
  font-size: 4rem;
  margin-top: 30px;
}

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

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

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

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

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

/* line 3928, 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 3938, app/assets/stylesheets/style.scss */
.article_description {
  text-align: left;
  font-size: 18px;
  /* line-height: 30px;*/
  margin-bottom: 30px;
  width: 100%;
}

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

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

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

/* line 3968, 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 3985, 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 3992, app/assets/stylesheets/style.scss */
.collection-donor-form-input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 3;
}

/* line 3997, 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 4008, app/assets/stylesheets/style.scss */
.collection-btn-donor-form {
  background: #fa764b;
  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 4018, app/assets/stylesheets/style.scss */
.collection-asso-title {
  width: 100%;
  text-align: left;
}

/* line 4023, 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 4032, app/assets/stylesheets/style.scss */
.psteps {
  counter-reset: step;
  position: relative;
  top: 30px;
  height: 100px;
  padding: 0;
}

/* line 4040, 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 4051, 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 4065, 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 4076, app/assets/stylesheets/style.scss */
.psteps li:first-child:after {
  content: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 4149, 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 4159, 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 4169, 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 4180, app/assets/stylesheets/style.scss */
.dropdown-menu .active {
  color: #ffffff;
}

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

/* line 4190, 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 4203, app/assets/stylesheets/style.scss */
.mail-cerfa-input:focus {
  box-shadow: 0 0 10px #f15a24;
}

/* line 4207, 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 4217, app/assets/stylesheets/style.scss */
#question-donor p,
#question-premium-donor p {
  margin: 0 auto;
  display: block;
  width: 70%;
}

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

/* line 4229, 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 4236, app/assets/stylesheets/style.scss */
#question-premium-donor .area input,
#question-premium-donor .area textarea {
  -webkit-appearance: none !important;
}

/* line 4241, 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 4256, app/assets/stylesheets/style.scss */
#question-donor .area textarea {
  height: 120px;
}

/* line 4260, 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 4267, app/assets/stylesheets/style.scss */
textarea {
  resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 4340, 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 4351, 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 4361, 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 4371, app/assets/stylesheets/style.scss */
.how-premium {
  padding: 7%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 4478, 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 4489, 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 4499, 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 4521, app/assets/stylesheets/style.scss */
.loading-logo {
  width: 200px;
}

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

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

/* line 4537, 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 4550, app/assets/stylesheets/style.scss */
  .v-asso-name {
    display: flex;
  }
  /* line 4553, app/assets/stylesheets/style.scss */
  .desk-asso-name {
    display: none;
  }
}

/* line 4558, 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 4568, 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 4573, app/assets/stylesheets/style.scss */
.hr-sep {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

/* line 4626, 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 4636, app/assets/stylesheets/style.scss */
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

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

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

/* line 4651, 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 4683, app/assets/stylesheets/style.scss */
.pay-loading {
  padding: 20px 0;
}

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

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

/* line 4703, 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 4713, 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 4728, app/assets/stylesheets/style.scss */
  .d-sm-block-alo {
    display: flex !important;
  }
}

/* line 4733, app/assets/stylesheets/style.scss */
.banner-upcoming-countdown {
  align-items: center;
  justify-content: center;
  right: 0px !important;
  background: #fa764b;
  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 4743, app/assets/stylesheets/style.scss */
.banner-upcoming-asso {
  text-align: right;
}

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

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

/* line 4764, 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 4774, 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 4784, 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 4790, 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 4796, 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 4802, 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 4808, app/assets/stylesheets/style.scss */
.get-cerfas-loading {
  display: none;
  position: relative;
  width: 64px;
  height: 26px;
  margin: 20px 0px;
}

/* line 4816, 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 4826, app/assets/stylesheets/style.scss */
.get-cerfas-loading div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

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

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

/* line 4841, 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 4873, 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 4883, app/assets/stylesheets/style.scss */
.card-logo img {
  width: 40px;
  border-radius: 20%;
}

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

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

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

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

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

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

/* line 4925, 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 4934, app/assets/stylesheets/style.scss */
.allodons_pagination .disabled {
  color: #999999;
  border: 1px solid #dddddd;
}

/* line 4939, 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 4948, 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 4956, app/assets/stylesheets/style.scss */
.allodons_pagination a:hover,
.allodons_pagination a:focus {
  color: #000033;
  border-color: #000033;
}

/* line 4962, 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 4971, app/assets/stylesheets/style.scss */
.allodons_pagination .page_info b {
  color: #000033;
  background: #6aa6ed;
  padding: 0.1em 0.25em;
}

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

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

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

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

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

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

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

/* line 5011, 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 5023, app/assets/stylesheets/style.scss */
.js .input-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}

/* line 5033, 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 5041, app/assets/stylesheets/style.scss */
.file-return {
  margin: 0;
}

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

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

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

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

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

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

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

/* line 5098, 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 5108, app/assets/stylesheets/style.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  color: #464646;
}

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

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

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

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

/* line 5131, 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 5138, 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 5146, 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 5155, app/assets/stylesheets/style.scss */
.team-icon {
  text-align: center;
}

/* line 5159, 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 5167, app/assets/stylesheets/style.scss */
.team-icon img {
  padding-top: 20px;
  width: 60px;
}

/* line 5172, 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 5181, 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 5191, app/assets/stylesheets/style.scss */
.team-goal {
  text-align: center;
  font-size: 16px;
  font-family: Montserrat, openSansBold;
}

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

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

/* line 5213, 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 5222, 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 5230, 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 5239, app/assets/stylesheets/style.scss */
.team-collected {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

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

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

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

/* line 5260, 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 5268, app/assets/stylesheets/style.scss */
.team-count {
  text-align: center;
  font-size: 14px;
  font-family: Montserrat, openSansBold;
}

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

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

/* line 5284, 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 5292, app/assets/stylesheets/style.scss */
.campaign-inner-addon {
  position: relative;
}

/* line 5296, 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 5304, 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 5326, app/assets/stylesheets/style.scss */
.campaign-inner-addon select option {
  font-weight: bold;
  color: #f15a24;
}

/* line 5331, 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 5339, app/assets/stylesheets/style.scss */
.subscription-inner-addon {
  position: relative;
}

/* line 5343, 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 5351, app/assets/stylesheets/style.scss */
.left-addon i {
  left: 0px;
}

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

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

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

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

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

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

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

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

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

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

/* front how it works video */
/* line 5413, 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 5423, app/assets/stylesheets/style.scss */
  .youtube-player {
    width: 480px;
    height: 300px;
  }
}

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

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

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

/* line 5449, 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 5464, app/assets/stylesheets/style.scss */
.youtube-player.pristine:hover::before {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 5552, 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 5562, 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 5574, app/assets/stylesheets/style.scss */
.collectlogo img {
  height: 90px;
}

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

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

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

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

/* line 5606, 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 5616, app/assets/stylesheets/style.scss */
.prev {
  left: -2.25rem;
}

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

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

/* line 5628, 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 5636, app/assets/stylesheets/style.scss */
.home-allo .landing-goal {
  margin: 0 0 10px 0;
  font-size: 16px;
}

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

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

@media screen and (max-width: 768px) {
  /* line 5652, app/assets/stylesheets/style.scss */
  .collect-logo {
    display: flex;
    justify-content: center;
  }
  /* line 5656, app/assets/stylesheets/style.scss */
  .testimonials {
    max-height: 700px;
  }
  /* line 5659, app/assets/stylesheets/style.scss */
  .icon-overlay {
    height: 300px;
    top: calc(50% - 150px);
  }
  /* line 5663, app/assets/stylesheets/style.scss */
  .carousel-controls .control {
    width: 25px;
    height: 25px;
    top: inherit;
  }
  /* line 5669, app/assets/stylesheets/style.scss */
  .MultiCarousel .prev {
    left: 10px;
  }
  /* line 5673, app/assets/stylesheets/style.scss */
  .MultiCarousel .next {
    right: 10px;
  }
  /* line 5677, app/assets/stylesheets/style.scss */
  .prev {
    left: 5px;
  }
  /* line 5680, app/assets/stylesheets/style.scss */
  .next {
    right: 5px;
  }
  /* line 5683, app/assets/stylesheets/style.scss */
  .control i {
    font-size: 0.7rem;
  }
  /* line 5686, app/assets/stylesheets/style.scss */
  .testimonials .message {
    font-size: 1rem;
  }
  /* line 5689, app/assets/stylesheets/style.scss */
  .testimonials h2 {
    font-size: 1.5rem;
  }
  /* line 5692, app/assets/stylesheets/style.scss */
  .amount-info {
    font-size: 3em;
  }
  /* line 5695, app/assets/stylesheets/style.scss */
  .donors-count-mob {
    font-size: 3em;
  }
  /* line 5698, app/assets/stylesheets/style.scss */
  .dtype-front {
    margin: 5px -2% !important;
  }
}

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

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

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

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

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

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

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

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

/* line 5747, 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 5759, app/assets/stylesheets/style.scss */
#donation-amount-input {
  background: #ffffff;
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

/* line 5816, 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 5826, app/assets/stylesheets/style.scss */
.gc-state-sub {
  padding: 20px 0px 10px 0px;
}

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

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

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

/* line 5845, app/assets/stylesheets/style.scss */
.front-blank {
  background-image: url(/assets/vpc-7251e13b4701fe369e38de54178fddeb1997e2dd97c1a4246464afc188089aab.jpg);
}

/* line 5849, 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 5866, app/assets/stylesheets/style.scss */
iframe body .html5-video-player {
  max-height: 300px;
}

/* line 5870, app/assets/stylesheets/style.scss */
.pre-amount:hover {
  background-color: #fb636a;
  color: #ffffff;
}

/* line 5875, app/assets/stylesheets/style.scss */
.prefilled-card-div {
  margin: 10px 4px 0 4px;
  flex: 1 1 0px;
}

/* line 5880, app/assets/stylesheets/style.scss */
.mobile-prefilled-cards .prefilled-card-div {
  margin: 10px 0;
}

/* line 5884, 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: #fa764b;
  /*padding: 6px 0px;*/
  padding: 10px;
}

/* line 5895, app/assets/stylesheets/style.scss */
.pc-bouton-sur-fonce {
  background: linear-gradient(to right, #0c3742, #0e5d71) !important;
}

/* line 5899, app/assets/stylesheets/style.scss */
.pc-bouton-sur-jaune {
  background: linear-gradient(to right, #ae7739, #f1d246) !important;
}

/* line 5903, app/assets/stylesheets/style.scss */
.mobile-prefilled-cards {
  margin-bottom: 40px;
}

/* line 5907, app/assets/stylesheets/style.scss */
.prefilled-card-mob {
  border-radius: 20px !important;
  align-items: center;
}

/* line 5912, app/assets/stylesheets/style.scss */
.prefilled-card:hover {
  opacity: 0.8;
}

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

/* line 5920, app/assets/stylesheets/style.scss */
.prefilled-icon img {
  padding-top: 20px;
  max-width: 100%;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 5927, app/assets/stylesheets/style.scss */
.prefilled-icon-mob {
  text-align: center;
  line-height: 30px;
  padding: 0px 2px;
}

/* line 5933, app/assets/stylesheets/style.scss */
.prefilled-icon-mob img {
  height: 60px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 5939, 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 5950, 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 5963, 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 5975, app/assets/stylesheets/style.scss */
.prefilled-name hr {
  border-top: 1px #ffffff solid;
  width: 50%;
}

/* line 5980, 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 5990, 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 5999, app/assets/stylesheets/style.scss */
.prefilled-cards {
  margin-bottom: 20px;
  width: 100%;
}

/* line 6004, 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: #fa764b;
  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 6023, 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 6032, app/assets/stylesheets/style.scss */
.front-nav a:hover {
  color: #ffffff;
}

/* line 6036, app/assets/stylesheets/style.scss */
.front-nav a i {
  width: 30px;
}

/* line 6040, app/assets/stylesheets/style.scss */
.nav-fixed {
  position: fixed;
  z-index: 150;
}

/* line 6045, app/assets/stylesheets/style.scss */
.content-div {
  padding-top: 70px;
}

/* line 6049, app/assets/stylesheets/style.scss */
.row-container {
  margin: 0px;
}

/* line 6053, 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 6060, app/assets/stylesheets/style.scss */
.cookies-eu {
  font-size: 14px;
}

/* line 6063, app/assets/stylesheets/style.scss */
.cookies-eu-link {
  color: #464646;
  font-size: 14px;
}

/* line 6068, app/assets/stylesheets/style.scss */
.cookies-eu-link:hover {
  color: #f67650;
}

/* line 6072, app/assets/stylesheets/style.scss */
.rc-anchor {
  display: none !important;
}

/* line 6076, app/assets/stylesheets/style.scss */
.remote-container {
  max-width: 100% !important;
  width: 100% !important;
}

/* line 6081, app/assets/stylesheets/style.scss */
.grecaptcha-badge {
  display: none !important;
}

/* line 6085, 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 6097, app/assets/stylesheets/style.scss */
.subs-per-month {
  display: none;
  font-family: Montserrat;
  font-size: 16px;
}

/* line 6103, app/assets/stylesheets/style.scss */
.subs-currencies-per-month {
  display: none;
  font-size: 0.8em !important;
}

/* line 6108, app/assets/stylesheets/style.scss */
.per-month-input {
  padding-right: 80px !important;
}

/* NEW PAYMENT FORM */
/* line 6114, app/assets/stylesheets/style.scss */
.payment-form-section {
  margin: 20px 0px;
  font-family: Montserrat;
}

/* line 6118, app/assets/stylesheets/style.scss */
.payment-form-container {
  max-width: 100%;
}

/* line 6123, 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 6127, app/assets/stylesheets/style.scss */
.payment-form-container .form-section-container {
  border: 0;
}

/* line 6131, 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 6136, app/assets/stylesheets/style.scss */
.payment-form-container .form-section-title {
  border-radius: 4px 4px 0 0;
  box-shadow: none !important;
}

/* line 6141, app/assets/stylesheets/style.scss */
.payment-form-container .form-section-content {
  border-radius: 0 0 4px 4px;
}

/* line 6145, app/assets/stylesheets/style.scss */
.payment-form-container .donation-currencies {
  border-radius: 0 4px 4px 0;
}

/* line 6149, 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 6158, app/assets/stylesheets/style.scss */
.payment-form-container .amount-fields-group {
  border: 0;
}

/* line 6162, app/assets/stylesheets/style.scss */
.form-section-title {
  font-size: 20px;
  text-align: center;
  font-family: Montserrat;
}

/* line 6167, app/assets/stylesheets/style.scss */
.form-section-container {
  border: #fb636a 1px solid;
  border-radius: 4px;
}

/* line 6171, app/assets/stylesheets/style.scss */
.form-section-content {
  padding: 30px 20px;
}

/* line 6174, app/assets/stylesheets/style.scss */
.radio-buttons {
  display: table;
  width: 100%;
  border: #fb636a 1px solid;
  border-radius: 4px;
  font-family: Montserrat;
}

/* line 6181, app/assets/stylesheets/style.scss */
.radio-button {
  display: table-cell;
  padding: 10px;
  cursor: pointer;
  text-align: center;
}

/* line 6188, app/assets/stylesheets/style.scss */
.radio-button i {
  margin-right: 5px;
}

/* line 6191, app/assets/stylesheets/style.scss */
.radio-button-selected {
  background: #fa764b;
  color: #ffffff;
}

/* line 6196, 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 6205, app/assets/stylesheets/style.scss */
.payment-method i {
  margin-right: 5px;
}

/* line 6208, app/assets/stylesheets/style.scss */
.payment-method-selected {
  background: #fa764b;
  color: #ffffff;
}

/* line 6212, app/assets/stylesheets/style.scss */
.empty-20 {
  height: 20px;
}

/* line 6215, app/assets/stylesheets/style.scss */
.empty-10 {
  height: 10px;
}

/* line 6218, app/assets/stylesheets/style.scss */
.pr-2 {
  padding-right: 2px;
}

/* line 6221, app/assets/stylesheets/style.scss */
.pl-2 {
  padding-left: 2px;
}

/* line 6224, app/assets/stylesheets/style.scss */
.amount-fields-group {
  border: 1px solid #fb636a;
  border-radius: 4px;
}

/* line 6228, app/assets/stylesheets/style.scss */
.amount-fields-group .input-group-btn > .btn,
.amount-fields-group .input-group-btn > .btn:hover {
  background: #fa764b;
  color: #ffffff;
  font-family: Montserrat;
  opacity: 1 !important;
  cursor: default !important;
  font-size: 20px;
}

/* line 6237, app/assets/stylesheets/style.scss */
.amount-fields-group input {
  border: none;
  font-family: "Montserrat";
}

/* line 6241, 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 6247, 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 6253, app/assets/stylesheets/style.scss */
.amount-fields-group input[type="number"] {
  -moz-appearance: textfield;
}

/* line 6256, app/assets/stylesheets/style.scss */
.amount-fields-group .input-group-btn > select {
  height: 100%;
}

/* line 6259, app/assets/stylesheets/style.scss */
.amount-fields-group .input-group-btn > select option {
  color: #f7931e;
  font-family: Montserrat;
  font-size: 20px;
}

/* line 6264, app/assets/stylesheets/style.scss */
.donation-category-label,
.donation-comment-label {
  font-family: "Montserrat";
}

/* line 6268, app/assets/stylesheets/style.scss */
.donation-categories select {
  border: 1px solid #fb636a;
  border-radius: 4px;
  font-family: "Montserrat";
}

/* line 6273, app/assets/stylesheets/style.scss */
.donation-categories select:focus {
  outline: none !important;
  border: 1px solid #f7931e;
  box-shadow: 0 0 10px #f7931e;
}

/* line 6278, app/assets/stylesheets/style.scss */
.donation-comment-text textarea {
  border: 1px solid #fb636a;
  border-radius: 4px;
  font-family: "Montserrat";
}

/* line 6283, app/assets/stylesheets/style.scss */
.donation-comment-text textarea:focus {
  outline: none !important;
  border: 1px solid #f7931e;
  box-shadow: 0 0 10px #f7931e;
}

/* line 6288, app/assets/stylesheets/style.scss */
.recurrent-donation-label {
  font-family: "Montserrat";
}

/* line 6291, app/assets/stylesheets/style.scss */
.recurrent-donation {
  display: none;
}

/* line 6294, app/assets/stylesheets/style.scss */
.recurrent-table,
.div-table {
  display: table;
  width: 100%;
}

/* line 6299, app/assets/stylesheets/style.scss */
.recurrent-cell,
.div-cell {
  display: table-cell;
}

/* line 6303, app/assets/stylesheets/style.scss */
.recurrent-label {
  font-family: "Montserrat";
  width: 55%;
}

/* line 6307, app/assets/stylesheets/style.scss */
.monthly-label {
  font-family: "Montserrat";
  width: 40%;
}

/* line 6311, app/assets/stylesheets/style.scss */
.recurrent-donation .radio-buttons {
  font-size: 15px;
}

/* line 6314, app/assets/stylesheets/style.scss */
.donation-pre-amount span {
  font-size: 10px;
}

/* line 6317, app/assets/stylesheets/style.scss */
.donation-pre-amount .donation-pre-amount-currency {
  font-size: 14px;
}

/* line 6320, app/assets/stylesheets/style.scss */
.donation-pre-amount .donation-pre-amount-val {
  font-size: 14px;
}

/* line 6323, app/assets/stylesheets/style.scss */
.recurrent-select select {
  border: 1px solid #fb636a;
  border-radius: 4px;
  font-family: "Montserrat";
}

/* line 6328, app/assets/stylesheets/style.scss */
.recurrent-select select:focus {
  outline: none !important;
  border: 1px solid #f7931e;
  box-shadow: 0 0 10px #f7931e;
}

/* line 6333, app/assets/stylesheets/style.scss */
.section-vertical-seperator {
  width: 80%;
  border-top: 1px solid #f7931e;
}

/* line 6337, app/assets/stylesheets/style.scss */
.coords-notice {
  font-family: "Montserrat";
  text-align: center;
}

/* line 6341, app/assets/stylesheets/style.scss */
.ils-notice {
  font-family: "Montserrat";
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

/* line 6347, app/assets/stylesheets/style.scss */
.p-methods {
  font-family: "Montserrat";
  font-weight: bold;
}

/* line 6351, app/assets/stylesheets/style.scss */
.coords-notice span {
  font-family: "Montserrat";
}

/* line 6354, app/assets/stylesheets/style.scss */
.donor-moral,
.p-iban {
  display: none;
}

/* line 6358, 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 6372, 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 6380, app/assets/stylesheets/style.scss */
.coords-input-label {
  background: #fa764b;
  color: #ffffff;
  font-family: Montserrat;
  opacity: 1 !important;
}

/* line 6386, app/assets/stylesheets/style.scss */
.coords-input {
  border: 1px solid #fb636a;
  border-radius: 4px;
  font-family: "Montserrat";
}

/* line 6391, app/assets/stylesheets/style.scss */
.coords-input:focus {
  outline: none !important;
  border: 1px solid #f7931e;
  box-shadow: 0 0 10px #f7931e;
}

/* line 6396, app/assets/stylesheets/style.scss */
.switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 28px;
}

/* line 6402, app/assets/stylesheets/style.scss */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 6407, 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 6418, 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 6429, app/assets/stylesheets/style.scss */
input:checked + .aslider {
  background-color: #f7931e;
}

/* line 6432, app/assets/stylesheets/style.scss */
input:focus + .aslider {
  box-shadow: 0 0 1px #2196f3;
}

/* line 6435, app/assets/stylesheets/style.scss */
input:checked + .aslider:before {
  transform: translateX(26px);
}

/* line 6440, app/assets/stylesheets/style.scss */
.aslider.round {
  border-radius: 34px;
}

/* line 6443, app/assets/stylesheets/style.scss */
.aslider.round:before {
  border-radius: 50%;
}

/* line 6446, app/assets/stylesheets/style.scss */
.donation-anonymous {
  font-family: Montserrat;
}

/* line 6449, app/assets/stylesheets/style.scss */
.payment-notice {
  text-align: center;
  font-family: "Montserrat";
  font-size: 14px;
}

/* line 6454, app/assets/stylesheets/style.scss */
.payment-notice .fa-lock {
  color: #66cc00;
  font-size: 20px;
}

/* line 6458, app/assets/stylesheets/style.scss */
.payment-notice span {
  font-family: "Montserrat";
}

/* line 6461, app/assets/stylesheets/style.scss */
.payment-transaction {
  font-size: 12px;
  background: rgba(100, 100, 100, 0.2);
  padding: 10px;
  border-radius: 4px;
}

/* line 6467, app/assets/stylesheets/style.scss */
.payment-transaction .label {
  font-family: "Montserrat";
}

/* line 6470, app/assets/stylesheets/style.scss */
.payment-transaction .content {
  font-family: "Montserrat";
}

/* line 6473, app/assets/stylesheets/style.scss */
.btn-payment-validate {
  display: none;
  width: 100%;
  cursor: pointer;
  background: #fa764b;
  font-family: "Montserrat";
  border-radius: 4px;
  border: none;
  color: #ffffff;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
}

/* line 6486, app/assets/stylesheets/style.scss */
.btn-validate {
  width: 100%;
  cursor: pointer;
  background: #fa764b;
  font-family: "Montserrat";
  border-radius: 4px;
  border: none;
  color: #ffffff;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
}

/* line 6498, app/assets/stylesheets/style.scss */
.custom-form-control {
  height: inherit !important;
}

/* line 6501, app/assets/stylesheets/style.scss */
.paymentform-error {
  font-family: Montserrat;
  color: #ff0033;
  font-size: 12px;
}

/* line 6506, 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 6517, app/assets/stylesheets/style.scss */
.card-element-label {
  font-family: Montserrat;
}

/* line 6520, 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 6530, 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 6543, 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 6553, 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 6567, 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 6593, app/assets/stylesheets/style.scss */
.npsuccess {
  border: #7ac142 solid 1px;
  border-radius: 4px;
  padding: 20px 5%;
  margin: 20px 0;
}

/* line 6599, app/assets/stylesheets/style.scss */
.npsuccess .pinfo_title {
  color: #616668 !important;
}

/* line 6602, app/assets/stylesheets/style.scss */
.btn-ddone-back {
  background-color: #fa764b !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 6613, app/assets/stylesheets/style.scss */
.btn-ddone-back:hover {
  color: white;
}

/* line 6616, app/assets/stylesheets/style.scss */
.copyright {
  font-family: Montserrat;
  text-align: center;
  padding: 20px;
  margin-top: 20px;
  font-size: 14px;
}

/* line 6623, app/assets/stylesheets/style.scss */
.copyright-logo {
  width: 100px;
}

/* line 6627, app/assets/stylesheets/style.scss */
.ba-videoplayer-container {
  border-radius: 5px;
}

/*ziggeoplayer .ba-videoplayer-container {
  border-radius: 5px;
}*/
/* line 6633, app/assets/stylesheets/style.scss */
#recorder {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* line 6641, 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 6650, app/assets/stylesheets/style.scss */
#recorder:focus + label,
#recorder + label:hover {
  /* border: 1px solid #f67650;
    color: #f67650; */
}

/* line 6655, app/assets/stylesheets/style.scss */
#recorder + label {
  cursor: pointer;
  /* "hand" cursor */
}

/* line 6658, app/assets/stylesheets/style.scss */
#recorder:focus + label {
  outline: 1px dotted #666666;
  outline: -webkit-focus-ring-color auto 5px;
}

/* line 6662, 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 6673, app/assets/stylesheets/style.scss */
#cam-loader {
  font-family: Montserrat;
  display: none;
}

/* line 6677, app/assets/stylesheets/style.scss */
#saved-notice {
  font-family: Montserrat;
}

/* line 6680, app/assets/stylesheets/style.scss */
#saved-notice b {
  color: #7ac142;
}

/* line 6683, 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 6692, app/assets/stylesheets/style.scss */
.validate-story:focus,
.validate-story:hover {
  border: 1px solid #f67650;
  color: #f67650;
}

/* line 6697, app/assets/stylesheets/style.scss */
.validate-story:focus {
  outline: 1px dotted #666666;
  outline: -webkit-focus-ring-color auto 5px;
}

/* line 6701, app/assets/stylesheets/style.scss */
#saved-notice {
  display: none;
}

/* line 6704, 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 6715, 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 6723, 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 6734, app/assets/stylesheets/style.scss */
.progress-container {
  display: none;
}

/* line 6738, 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 6749, app/assets/stylesheets/style.scss */
.stories-desktop {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}

/* line 6755, app/assets/stylesheets/style.scss */
.stories-mobile {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}

/* line 6761, app/assets/stylesheets/style.scss */
.stories-mob {
  margin-top: 20px;
}

/* line 6765, app/assets/stylesheets/style.scss */
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 6783, app/assets/stylesheets/style.scss */
.swiper-slide:hover {
  cursor: pointer;
}

/* line 6787, app/assets/stylesheets/style.scss */
.swiper-slide i {
  font-size: 20px;
  color: #aaa;
}

/* line 6792, app/assets/stylesheets/style.scss */
.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
}

/* line 6797, app/assets/stylesheets/style.scss */
.swiper-pagination-bullet-active {
  background: #f15a24 !important;
}

/* line 6801, 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 6812, app/assets/stylesheets/style.scss */
.stories-video-slider {
  width: 100%;
  height: 100%;
  background: #444;
  position: relative;
  overflow: hidden;
}

/* line 6819, app/assets/stylesheets/style.scss */
.story-slide {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

/* line 6828, app/assets/stylesheets/style.scss */
.story-slide:first-child {
  left: 0;
}

/* line 6831, app/assets/stylesheets/style.scss */
video {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  background-color: #000000;
}

/* line 6838, app/assets/stylesheets/style.scss */
video::-webkit-media-controls:not(#overlay-video) {
  display: none !important;
  -webkit-appearance: none;
}

/* line 6842, app/assets/stylesheets/style.scss */
video::-webkit-media-controls-play-button:not(#overlay-video) {
  display: none !important;
  -webkit-appearance: none;
}

/* line 6846, app/assets/stylesheets/style.scss */
video::-webkit-media-controls-volume-slider:not(#overlay-video) {
  display: none !important;
  -webkit-appearance: none;
}

/* line 6850, app/assets/stylesheets/style.scss */
video::-webkit-media-controls-mute-button:not(#overlay-video) {
  display: none !important;
  -webkit-appearance: none;
}

/* line 6854, app/assets/stylesheets/style.scss */
video::-webkit-media-controls-timeline:not(#overlay-video) {
  display: none !important;
  -webkit-appearance: none;
}

/* line 6858, app/assets/stylesheets/style.scss */
video::-webkit-media-controls-current-time-display:not(#overlay-video) {
  display: none !important;
  -webkit-appearance: none;
}

/* line 6862, app/assets/stylesheets/style.scss */
*::-webkit-media-controls-panel:not(#overlay-video) {
  display: none !important;
  -webkit-appearance: none;
}

/* line 6866, app/assets/stylesheets/style.scss */
*::-webkit-media-controls-play-button:not(#overlay-video) {
  display: none !important;
  -webkit-appearance: none;
}

/* line 6870, app/assets/stylesheets/style.scss */
*::-webkit-media-controls-start-playback-button:not(#overlay-video) {
  display: none !important;
  -webkit-appearance: none;
}

/* line 6875, app/assets/stylesheets/style.scss */
.story-slider-iframe {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  background-color: #000000;
}

/* line 6883, app/assets/stylesheets/style.scss */
.story-iframe-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 6889, app/assets/stylesheets/style.scss */
.story-slide-arrow-right {
  position: absolute;
  bottom: 5px;
  right: 20px;
  color: #f7931e;
  font-size: 50px;
}

/* line 6896, app/assets/stylesheets/style.scss */
.story-slide-arrow-left {
  position: absolute;
  bottom: 5px;
  left: 20px;
  color: #f7931e;
  font-size: 50px;
}

/* line 6903, app/assets/stylesheets/style.scss */
.story-slide-quit {
  position: absolute;
  top: 30px;
  left: 20px;
  color: #f7931e;
  font-size: 50px;
}

/* line 6910, 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 6961, app/assets/stylesheets/style.scss */
.stories-swiper-container {
  width: 100%;
  height: 100%;
}

/* line 6966, 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 6986, app/assets/stylesheets/style.scss */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #f7931e !important;
}

/* line 6990, app/assets/stylesheets/style.scss */
.swiper-button-next,
.swiper-button-prev {
  color: #f7931e !important;
}

/* line 6995, app/assets/stylesheets/style.scss */
.allodons-watermark {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  width: 50px;
  height: 50px;
}

/* line 7004, app/assets/stylesheets/style.scss */
#story-progress {
  position: absolute;
  float: left;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: transparent;
  z-index: 15;
}

/* line 7014, app/assets/stylesheets/style.scss */
#video-progress {
  position: absolute;
  width: 0px;
  height: 8px;
  background: #f7931e;
}

/* line 7021, app/assets/stylesheets/style.scss */
.story-slider-video {
  cursor: pointer;
}

/* line 7025, app/assets/stylesheets/style.scss */
.story-slider-iframe {
  cursor: pointer;
}

/* line 7029, app/assets/stylesheets/style.scss */
.story-thumb {
  position: relative;
}

/* line 7033, 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 7042, app/assets/stylesheets/style.scss */
.story-thumb-title {
  position: absolute;
  top: 8px;
  left: 28px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

/* line 7051, app/assets/stylesheets/style.scss */
.story-thumb-icon {
  position: absolute;
  top: 3px;
  left: 6px;
}

/* line 7057, app/assets/stylesheets/style.scss */
.story-thumb-icon img {
  width: 15px;
  height: 15px;
}

/* line 7062, app/assets/stylesheets/style.scss */
.swiper-slide-title {
  position: absolute;
  top: 18px;
  left: 55px;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
}

/* line 7071, app/assets/stylesheets/style.scss */
.swiper-slide-icon {
  position: absolute;
  top: 15px;
  left: 15px;
}

/* line 7077, app/assets/stylesheets/style.scss */
.swiper-slide-icon img {
  width: 30px;
  height: 30px;
}

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

/* line 7087, app/assets/stylesheets/style.scss */
.cerfa-text {
  font-family: Montserrat;
  font-size: 18px;
}

/* line 7092, app/assets/stylesheets/style.scss */
.cerfa-text h3,
h5 {
  font-family: Montserrat;
  line-height: 30px;
  font-size: 16px;
}

/* line 7099, app/assets/stylesheets/style.scss */
.cerfa-text span {
  color: #4ca54c;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 -10px #fa764b;
  }
  40% {
    box-shadow: 0 0 10px #fa764b;
  }
  60% {
    box-shadow: 0 0 10px #fa764b;
  }
  100% {
    box-shadow: 0 0 -10px #fa764b;
  }
}

/* line 7118, app/assets/stylesheets/style.scss */
.button-glow {
  animation: glowing 1s infinite;
}

/* line 7122, 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 7132, app/assets/stylesheets/style.scss */
.admin-story {
  height: 100px;
}

/* line 7136, 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 7145, app/assets/stylesheets/style.scss */
#overlay-video {
  background: black;
  width: 50%;
  height: 80%;
  position: absolute;
  left: 25%;
  top: 10%;
}

/* line 7154, app/assets/stylesheets/style.scss */
#stop-video {
  color: #f15a24;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 40px;
  cursor: pointer;
  z-index: 10;
}

/* line 7164, 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 7174, app/assets/stylesheets/style.scss */
.story-thumb-text {
  position: absolute;
  bottom: 10px;
  font-size: 12px;
  font-family: "Montserrat";
}

/* line 7181, app/assets/stylesheets/style.scss */
.story-placeholder {
  width: 60px;
  height: 60px;
}

/* line 7186, app/assets/stylesheets/style.scss */
.swiper-placeholder {
  border: 2px solid #fa764b;
  border-radius: 8px;
}

/* line 7191, app/assets/stylesheets/style.scss */
.a-recurrent {
  font-size: 14px;
}

/* line 7195, app/assets/stylesheets/style.scss */
.prefilled-reached-mob > .a-recurrent {
  font-size: 14px !important;
}

/* line 7199, app/assets/stylesheets/style.scss */
.direct-notice,
.recurrent-notice {
  font-family: "Montserrat";
  text-align: center;
  font-weight: 700;
}

/* line 7206, app/assets/stylesheets/style.scss */
.team-info {
  background-color: rgba(240, 242, 242, 0.5);
  padding: 10px 20px;
}

/* line 7211, app/assets/stylesheets/style.scss */
.team-info span {
  font-family: Montserrat;
}

/* line 7215, app/assets/stylesheets/style.scss */
.ignore-video,
.ignore-video:hover {
  color: #616668;
  font-family: "Montserrat";
  font-size: 13px;
  text-decoration: underline;
}

/* line 7223, app/assets/stylesheets/style.scss */
.locale-dropup {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 10;
  font-family: "Montserrat";
  color: #464646;
}

/* line 7232, app/assets/stylesheets/style.scss */
.locale-flag {
  height: 15px;
  margin: 0px 5px;
}

/* line 7237, app/assets/stylesheets/style.scss */
.locale-link {
  line-height: 30px;
  font-size: 12px;
  font-family: "Montserrat";
  color: #464646;
}

/* line 7244, app/assets/stylesheets/style.scss */
.locale-link:hover {
  opacity: 0.5;
  color: #464646;
}

/* line 7249, app/assets/stylesheets/style.scss */
.locale-ul {
  min-width: 60px;
}

/* line 7252, app/assets/stylesheets/style.scss */
.locale-button {
  font-size: 12px;
  font-family: Montserrat;
  background: none !important;
}

/* line 7257, app/assets/stylesheets/style.scss */
.locale-button:hover {
  opacity: 1 !important;
}

/* line 7261, app/assets/stylesheets/style.scss */
.navbar-allodons-title {
  width: 100%;
  padding: 0 5%;
  font-family: Montserrat;
}

/* line 7267, app/assets/stylesheets/style.scss */
.nat-mob {
  padding: 5px 15px;
}

/* line 7271, app/assets/stylesheets/style.scss */
.nat-mob a {
  margin: 5px;
  width: 100%;
}

/* line 7276, app/assets/stylesheets/style.scss */
.navbar-allodons-title img {
  height: 45px;
  margin: 0px 20px;
}

/* line 7281, app/assets/stylesheets/style.scss */
.navbar-title-mob {
  text-align: center;
  padding: 10px 0px;
  font-size: 12px;
}

/* line 7287, app/assets/stylesheets/style.scss */
.navbar-title-mob a {
  padding: 16px 0px;
  text-align: right;
  font-size: 14px;
}

/* line 7293, app/assets/stylesheets/style.scss */
.new-cerfa {
  background: #82c91e;
  color: #000000 !important;
}

/* line 7298, app/assets/stylesheets/style.scss */
.cerfa-nav-item {
  width: 50%;
}

/* line 7302, app/assets/stylesheets/style.scss */
.cerfa-nav-item a {
  text-align: center;
}

/* line 7306, app/assets/stylesheets/style.scss */
.cerfa-tabs label {
  margin-bottom: 10px;
}

/* line 7310, app/assets/stylesheets/style.scss */
.cerfa-nav-link {
  border-color: #f7931e #f7931e !important;
}

/* line 7314, app/assets/stylesheets/style.scss */
.cerfa-nav-link.active,
.cerfa-nav-link.show {
  background: #f7931e !important;
  color: #ffffff !important;
}

/* line 7320, 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 7351, app/assets/stylesheets/style.scss */
.asso_listing > .container {
  width: 100%;
  max-width: 100%;
}

/* line 7356, app/assets/stylesheets/style.scss */
.donors-thead {
  display: none;
}

/* line 7360, app/assets/stylesheets/style.scss */
.cerfa-noresults {
  display: none;
  text-align: center;
  font-family: "Montserrat";
}

/* line 7366, app/assets/stylesheets/style.scss */
.ec-notice {
  font-size: 14px;
}

/* line 7370, app/assets/stylesheets/style.scss */
.form-error {
  color: #ed4337;
  font-family: Montserrat;
}

/* line 7375, app/assets/stylesheets/style.scss */
#wowza_player {
  height: 100% !important;
}

/*New style nathan 15/01/20;*/
/* line 7380, app/assets/stylesheets/style.scss */
.col-logo-campaign img {
  margin: 0 auto;
  display: block;
}

/* line 7384, app/assets/stylesheets/style.scss */
.card-suggested-amount {
  padding: 10px;
  margin: 6px;
  text-align: center;
  color: white;
}

/* line 7396, app/assets/stylesheets/style.scss */
.bg-1-brunoy {
  background: linear-gradient(to bottom, #05668f, #0693c1);
}

/* line 7400, app/assets/stylesheets/style.scss */
.bg-2-brunoy {
  background: linear-gradient(to bottom, #123d57, #1f577e);
}

/* line 7404, app/assets/stylesheets/style.scss */
.title-campaign {
  color: #1c97c0;
  text-transform: uppercase;
  font-weight: 600;
}

/* line 7409, app/assets/stylesheets/style.scss */
.yellow-brunoy {
  color: #fbd67e;
}

/* line 7412, app/assets/stylesheets/style.scss */
.blue-brunoy {
  color: #1c97c0;
}

/* line 7416, app/assets/stylesheets/style.scss */
.div-amount-sug p {
  color: #fbd67e;
}

/* line 7420, app/assets/stylesheets/style.scss */
.div-amount-sug p:first-child {
  font-weight: 600;
  font-size: 34px;
  line-height: 1;
}

/* line 7426, app/assets/stylesheets/style.scss */
.sugg-amount-info {
  font-size: 16px;
  line-height: 1.3;
}

/* line 7431, app/assets/stylesheets/style.scss */
.row-title-campaign p {
  font-size: 24px;
  font-weight: 500;
  color: #6d7f8b;
}

/* line 7437, app/assets/stylesheets/style.scss */
.p-small {
  font-size: 15px;
}

/* line 7441, app/assets/stylesheets/style.scss */
.carousel-controls .control {
  position: absolute;
  transform: translateY(-100%);
  width: 45px;
  height: 45px;
  z-index: 1;
}

/* line 7449, app/assets/stylesheets/style.scss */
.carousel-controls {
  position: relative;
}

/* line 7453, app/assets/stylesheets/style.scss */
.prev {
  left: 5%;
  top: 50%;
  font-size: 30px;
}

/* line 7459, app/assets/stylesheets/style.scss */
.next {
  right: 5%;
  top: 50%;
  font-size: 30px;
}

/* line 7465, app/assets/stylesheets/style.scss */
.banner-campaign {
  padding: 15px;
  background: #d7f5ff;
}

/* line 7469, app/assets/stylesheets/style.scss */
.banner-campaign .col-flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 7475, app/assets/stylesheets/style.scss */
.row-suggested-amount-banner div {
  color: white;
  padding: 4px;
  margin: 3px;
  border-radius: 5px;
}

/* line 7482, app/assets/stylesheets/style.scss */
.row-banner-camp-choice .dtype-front {
  margin: 0 !important;
}

/* line 7486, 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 7493, 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 7502, app/assets/stylesheets/style.scss */
.banner-campaign .title-asso {
  text-transform: uppercase;
  color: #1c97c0;
}

/* line 7507, app/assets/stylesheets/style.scss */
.banner-campaign .montant {
  color: #1c97c0;
}

/* line 7511, 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 7520, app/assets/stylesheets/style.scss */
.donors-query {
  padding: 10px 20px;
  background-color: rgba(240, 242, 242, 0.5);
}

/* line 7525, 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 7530, app/assets/stylesheets/style.scss */
.page-team-card {
  align-items: center;
  padding: 10px;
}

/* line 7535, app/assets/stylesheets/style.scss */
.page-team-card .team-icon {
  padding: 0px 2% !important;
}

/* line 7538, app/assets/stylesheets/style.scss */
.page-team-card .team-icon img {
  padding: 0px !important;
  width: 30px !important;
}

/* line 7543, app/assets/stylesheets/style.scss */
.page-team-card .team-name {
  padding: 0px !important;
  text-align: left !important;
  font-weight: 600;
  font-size: 14px;
}

/* line 7555, 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 7563, app/assets/stylesheets/style.scss */
.page-team-card .team-fetch {
  padding: 0px 2% !important;
  width: calc(16% - 50px);
}

/* line 7568, app/assets/stylesheets/style.scss */
.page-team-card .team-fetch:hover {
  cursor: pointer;
}

/* line 7572, app/assets/stylesheets/style.scss */
.page-tabs-ul {
  font-weight: 800;
}

/* line 7576, app/assets/stylesheets/style.scss */
#team-reached {
  padding-top: 10px !important;
  font-size: 20px !important;
}

/* line 7581, app/assets/stylesheets/style.scss */
#team-reached-mob {
  font-size: 2em !important;
}

/* line 7585, app/assets/stylesheets/style.scss */
.team-reached-name {
  font-size: 14px !important;
}

/* line 7589, app/assets/stylesheets/style.scss */
.f-400 {
  font-weight: 400 !important;
}

/* line 7592, app/assets/stylesheets/style.scss */
.f-500 {
  font-weight: 500 !important;
}

/* line 7595, app/assets/stylesheets/style.scss */
.f-600 {
  font-weight: 600 !important;
}

/* line 7598, app/assets/stylesheets/style.scss */
.f-700 {
  font-weight: 700 !important;
}

/* line 7601, app/assets/stylesheets/style.scss */
.f-800 {
  font-weight: 800 !important;
}

/* line 7605, app/assets/stylesheets/style.scss */
.html5-video-player {
  background-color: white !important;
}

/* line 7609, app/assets/stylesheets/style.scss */
.pk_video {
  background-color: white !important;
  /* or whatever you want */
}

/* line 7613, app/assets/stylesheets/style.scss */
.donor-team-name i,
.donor-campaign-name i {
  margin-right: 10px;
}

/* line 7618, app/assets/stylesheets/style.scss */
.donors-count-text {
  font-weight: bold;
}

/* line 7622, app/assets/stylesheets/style.scss */
.ds-wrapper {
  position: relative;
  width: 30px;
  height: 30px;
  float: left;
}

/* line 7630, 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 7640, app/assets/stylesheets/style.scss */
.ds-wrapper:active .ds {
  animation: spin 2s linear infinite;
}

/* line 7644, app/assets/stylesheets/style.scss */
.success {
  background-color: #4bb543;
  border: 1.5px dashed #4bb543;
}

@keyframes spin {
  100% {
    transform: rotateZ(360deg);
  }
}

/* line 7655, app/assets/stylesheets/style.scss */
.ds-icon {
  position: absolute;
  color: #464646;
  font-size: 14px;
  top: 16px;
  left: 16px;
  transform: translate(-50%, -50%);
}

/* line 7664, app/assets/stylesheets/style.scss */
.donors-number-goal {
  font-size: 12px;
  font-weight: 800;
}

/* line 7669, app/assets/stylesheets/style.scss */
.team-show button {
  font-size: 12px;
  font-weight: 500;
  height: 22px;
  padding: 0px;
}

/* line 7676, app/assets/stylesheets/style.scss */
.team-donors-label,
.team-goal-label {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

/* line 7683, app/assets/stylesheets/style.scss */
.nav-tabs {
  font-weight: 700;
}

/* line 7687, app/assets/stylesheets/style.scss */
.select2-selection__choice__display {
  font-size: 12px;
  font-weight: 600;
}

/* line 7692, app/assets/stylesheets/style.scss */
.done-receive {
  font-weight: 500;
}

/* line 7696, app/assets/stylesheets/style.scss */
.with-story {
  height: 30px;
}

/* line 7700, app/assets/stylesheets/style.scss */
.banner-goal {
  font-weight: 600;
  font-size: 16px !important;
}

/* line 7705, app/assets/stylesheets/style.scss */
.new-banner-goal {
  color: #2b9f55;
  font-weight: 700;
  font-size: 18px !important;
}

/* line 7711, app/assets/stylesheets/style.scss */
.select2-selection--multiple {
  border: 1px solid #ced4da !important;
}

/* line 7715, app/assets/stylesheets/style.scss */
#highlight-mb-item {
  background-color: white;
  color: #fa764b !important;
}

/* line 7720, app/assets/stylesheets/style.scss */
#highlight-asso-item {
  background-color: #fa764b;
  color: white !important;
}

/* line 7725, app/assets/stylesheets/style.scss */
.icon-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 9999;
}

/* line 7735, app/assets/stylesheets/style.scss */
#hamburger {
  width: 20px;
  height: 3px;
  background: #fa764b;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, .2);*/
  transition: 0.5s;
}

/* line 7747, app/assets/stylesheets/style.scss */
#hamburger:before,
#hamburger:after {
  content: "";
  display: inline-block !important;
  position: absolute;
  width: 24px;
  height: 3px;
  background: #fa764b;
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, .2);*/
  transition: 0.5s;
  border: 0;
}

/* line 7760, app/assets/stylesheets/style.scss */
#hamburger:before {
  top: -7px;
}

/* line 7764, app/assets/stylesheets/style.scss */
#hamburger:after {
  top: 7px;
}

/* line 7768, app/assets/stylesheets/style.scss */
.icon-menu.ac #hamburger {
  background: transparent;
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0);*/
}

/* line 7773, app/assets/stylesheets/style.scss */
.icon-menu.ac #hamburger:before {
  top: 0;
  transform: rotate(45deg);
  background: #fa764b;
}

/* line 7779, app/assets/stylesheets/style.scss */
.icon-menu.ac #hamburger:after {
  top: 0;
  transform: rotate(135deg);
  background: #fa764b;
}

/* line 7785, app/assets/stylesheets/style.scss */
.active-menu {
  width: 100%;
}

/* line 7789, app/assets/stylesheets/style.scss */
.ald-component {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

/* line 7794, app/assets/stylesheets/style.scss */
.section-donation-done .pinfo_title {
  color: #616668;
}

/* line 7798, app/assets/stylesheets/style.scss */
.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}

/* line 7803, 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 7811, 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 7819, 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 7828, 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 7837, 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 7845, 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 7853, 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 7862, 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 7874, 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 7952, app/assets/stylesheets/style.scss */
.f-500 {
  font-weight: 500 !important;
}

/* line 7955, app/assets/stylesheets/style.scss */
.f-700 {
  font-weight: 700 !important;
}

/* line 7958, app/assets/stylesheets/style.scss */
.section-donation-done .ald-component {
  max-width: 800px;
  margin: 0 auto;
}

/* line 7962, app/assets/stylesheets/style.scss */
.mx-4-reverse {
  margin: 0 -1.5rem;
}

/* line 7966, app/assets/stylesheets/style.scss */
.lowercase {
  text-transform: lowercase;
}

/* line 7970, 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 7978, 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 7986, app/assets/stylesheets/style.scss */
.mx--10 {
  margin: 0 -10px !important;
}

/* line 7990, app/assets/stylesheets/style.scss */
.mx--6 {
  margin: auto -6px;
}

/* line 7994, 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 8008, 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 8023, app/assets/stylesheets/style.scss */
.sugg-active {
  background: #fa764b;
  color: white;
}

/* line 8028, app/assets/stylesheets/style.scss */
.logo-asso-collect {
  width: 30%;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
}

/* line 8037, 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 8046, app/assets/stylesheets/style.scss */
.radios-btn-collect .infos-radio span::after {
  /*background: $orange;*/
  border: 2px solid #fa764b !important;
}

/* line 8051, app/assets/stylesheets/style.scss */
.radios-btn-collect .infos-radio span::before {
  background: #fa764b !important;
  /* border: 2px solid $orange !important;*/
}

/* line 8056, 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 8062, app/assets/stylesheets/style.scss */
.radios-btn-collect .infos-radio input[type="radio"]:checked + span {
  font-weight: 700;
}

/* line 8066, app/assets/stylesheets/style.scss */
.radios-btn-collect {
  margin-top: 22px;
}

/* line 8070, app/assets/stylesheets/style.scss */
.radios-btn-collect .infos-radio {
  text-align: left;
}

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

/* line 8078, app/assets/stylesheets/style.scss */
.radios-btn-collect .infos-radio span {
  color: #242424;
  padding-left: 35px;
  font-size: 18px;
  bottom: 2px;
  position: relative;
}

/* line 8086, app/assets/stylesheets/style.scss */
.radios-btn-collect .dtype-front {
  margin: 0 !important;
}

/* line 8090, app/assets/stylesheets/style.scss */
.collect-input {
  position: relative;
  width: 100%;
}

/* line 8095, 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 8104, app/assets/stylesheets/style.scss */
.article_description-collect {
  width: 94%;
  position: relative;
  bottom: 0px;
}

/* line 8110, app/assets/stylesheets/style.scss */
.article_description-collect .content-section {
  font-size: 15px;
}

/* line 8114, app/assets/stylesheets/style.scss */
.description {
  font-size: 15px;
}

/* line 8118, app/assets/stylesheets/style.scss */
.article_description-collect_video {
  bottom: 6px !important;
}

/* line 8122, app/assets/stylesheets/style.scss */
.article_description-collect p {
  /*margin-bottom: 50px;*/
}

/* line 8126, app/assets/stylesheets/style.scss */
.cd-count {
  font-weight: 700;
}

/* line 8130, app/assets/stylesheets/style.scss */
.cd-label {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

/* line 8136, app/assets/stylesheets/style.scss */
.cd-timer {
  font-size: 18px;
  display: none;
}

/* line 8141, 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 8151, 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 8161, app/assets/stylesheets/style.scss */
.slider:before {
  display: none;
}

/* line 8165, app/assets/stylesheets/style.scss */
.slick-initialized .slick-track {
  display: flex;
  align-items: center;
}

/* line 8170, app/assets/stylesheets/style.scss */
.ams #dtype-months {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #000;
}

/* line 8175, app/assets/stylesheets/style.scss */
.titre-collecte {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}

/* line 8181, app/assets/stylesheets/style.scss */
.titre-collecte::first-letter {
  text-transform: capitalize;
}

/* line 8185, 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 8196, 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 8204, 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 8224, 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 #fa764b, 0 0 25px #fa764b, 0 0 5px #fa764b;
}

/* line 8232, app/assets/stylesheets/style.scss */
.story-preview img {
  border-radius: 10px;
  height: 200px;
}

/* line 8237, app/assets/stylesheets/style.scss */
.story-preview .img-mob {
  border-radius: 10px;
  height: 120px;
}

/* line 8242, app/assets/stylesheets/style.scss */
.stories-wrapper {
  display: flex;
  width: 70%;
  margin: 0 auto;
}

/* line 8248, app/assets/stylesheets/style.scss */
.stories-wrapper-mob {
  display: flex;
  width: 100%;
  margin: 0 auto;
}

/* line 8254, app/assets/stylesheets/style.scss */
.spp {
  border: 2px solid #fa764b;
  border-radius: 8px;
  width: 150px;
  position: relative;
}

/* line 8261, app/assets/stylesheets/style.scss */
.sp-placeholder {
  width: 50px;
  height: 50px !important;
}

/* line 8266, app/assets/stylesheets/style.scss */
.sp-placeholder-mob {
  width: 30px;
  height: 30px !important;
}

/* line 8271, app/assets/stylesheets/style.scss */
.sp-icon {
  position: absolute;
  top: 5px;
  left: 5px;
}

/* line 8277, app/assets/stylesheets/style.scss */
.sp-text {
  position: absolute;
  font-size: 14px;
  bottom: 6px;
  font-weight: 500;
}

/* line 8284, app/assets/stylesheets/style.scss */
.sp-text-mob {
  position: absolute;
  font-size: 10px;
  bottom: 6px;
  font-weight: 500;
}

/* line 8291, app/assets/stylesheets/style.scss */
.sp-cta {
  text-align: center;
  cursor: pointer;
}

/* line 8296, app/assets/stylesheets/style.scss */
.sp-preview,
.sp-processing,
.sp-success {
  display: none;
  text-align: center;
}

/* line 8303, app/assets/stylesheets/style.scss */
.btn-sredo {
  background: #616668 !important;
}

/* line 8307, app/assets/stylesheets/style.scss */
.btn-svalid {
  background: #4caf50 !important;
}

/* line 8311, app/assets/stylesheets/style.scss */
.spub-notice {
  font-size: 14px;
}

/* line 8315, app/assets/stylesheets/style.scss */
.spub-notice i {
  color: red;
}

/* line 8319, app/assets/stylesheets/style.scss */
.supload-notice {
  color: #616668;
}

/* line 8323, app/assets/stylesheets/style.scss */
.svus {
  color: #4caf50 !important;
}

/* line 8327, app/assets/stylesheets/style.scss */
.vps {
  border-radius: 15px;
}

/* line 8331, app/assets/stylesheets/style.scss */
.mmld {
  width: 40%;
}

/* line 8335, app/assets/stylesheets/style.scss */
.mld {
  float: right !important;
  margin-right: 40px;
  top: 5px;
}

/* line 8341, 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 8348, app/assets/stylesheets/style.scss */
.collection-categories::-webkit-scrollbar {
  width: 6px;
  border-radius: 5px;
}

/* line 8353, app/assets/stylesheets/style.scss */
.collection-categories::-webkit-scrollbar-track {
  border: solid 1px #6b6b6b;
}

/* line 8357, app/assets/stylesheets/style.scss */
.collection-categories::-webkit-scrollbar-thumb {
  background-color: #464646;
  border-radius: 5px;
}

/* line 8362, app/assets/stylesheets/style.scss */
.collection-categories .list-group-item {
  padding: 8px 1.25rem;
}

/* line 8366, app/assets/stylesheets/style.scss */
.collection-categories .list-group-item {
  color: #464646 !important;
}

/* line 8370, app/assets/stylesheets/style.scss */
.list-group-item.active {
  background: #fa764b;
  border: none;
  color: #ffffff !important;
  font-weight: 600;
}

/* line 8377, app/assets/stylesheets/style.scss */
.col-cat-lab {
  margin-top: 15px;
  padding: 15px 0 10px 0;
  font-weight: 600;
  text-align: center;
}

/* line 8384, app/assets/stylesheets/style.scss */
.slick-arrow {
  cursor: pointer;
}

/* line 8388, 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 8400, app/assets/stylesheets/style.scss */
.donation-currencies {
  -webkit-appearance: menulist;
}

/* line 8403, app/assets/stylesheets/style.scss */
#mandate-acceptance {
  font-size: 12px;
  font-style: italic;
}

/* line 8407, app/assets/stylesheets/style.scss */
.no-display {
  display: none;
}

/* line 8410, app/assets/stylesheets/style.scss */
.hand {
  cursor: pointer;
}

/* line 8414, app/assets/stylesheets/style.scss */
#show_hide_password .input-group-addon {
  width: 40px;
  text-align: center;
  line-height: calc(2.25rem + 2px);
}

/* line 8420, app/assets/stylesheets/style.scss */
.navbar-allodons .lg-flag {
  height: 15px !important;
  width: 20px !important;
}

/* line 8425, app/assets/stylesheets/style.scss */
.lg-flag {
  height: 15px !important;
  width: 20px !important;
}

/* line 8430, app/assets/stylesheets/style.scss */
.cerfa-done {
  display: none;
}

/* line 8434, app/assets/stylesheets/style.scss */
.dcs {
  width: 30%;
}

/* line 8438, app/assets/stylesheets/style.scss */
.coq img {
  height: 20px;
}

/* line 8442, app/assets/stylesheets/style.scss */
.kapparot-mention {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

/* line 8449, app/assets/stylesheets/style.scss */
.pc-kapparot {
  background: linear-gradient(to right, #185ca2, #4698cf) !important;
}

/* line 8453, app/assets/stylesheets/style.scss */
.r-recaptcha {
  width: 300px;
  margin: 0 auto;
}

/* line 8458, app/assets/stylesheets/style.scss */
.filter-option-inner-inner img {
  height: 20px;
}

/* line 8462, app/assets/stylesheets/style.scss */
.pf-icon {
  font-size: 4vw;
  color: #ff9494;
}

/* line 8467, app/assets/stylesheets/style.scss */
.pp-icon {
  font-size: 4vw;
  color: #99ccff;
}

/* line 8472, app/assets/stylesheets/style.scss */
.p-div {
  display: none;
  width: 100%;
  border: #fb636a 1px solid;
  border-radius: 4px;
  padding: 10px;
}

/* line 8480, app/assets/stylesheets/style.scss */
.lds-payment {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

/* line 8486, 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 8494, app/assets/stylesheets/style.scss */
.lds-payment div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

/* line 8498, app/assets/stylesheets/style.scss */
.lds-payment div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

/* line 8502, 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 8518, app/assets/stylesheets/style.scss */
#card-element {
  width: 100%;
  text-align: center;
}

/* line 8523, app/assets/stylesheets/style.scss */
.p-load,
.mslm-load {
  display: none;
  margin: 0 auto;
}

/* line 8529, app/assets/stylesheets/style.scss */
.disabled-content {
  pointer-events: none;
  opacity: 0.5;
}

/* line 8534, 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 8539, 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 8549, app/assets/stylesheets/style.scss */
.subteams-list {
  height: 200px;
  overflow-y: auto;
}

/* line 8554, app/assets/stylesheets/style.scss */
.subteam-element {
  padding: 10px 0px 5px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #464646;
}

/* line 8561, app/assets/stylesheets/style.scss */
.team-group {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

/* line 8567, app/assets/stylesheets/style.scss */
.tg-sep {
  width: 80%;
}

/* line 8571, app/assets/stylesheets/style.scss */
.show-group-teams {
  text-align: center;
  padding: 10px 0px;
}

/* line 8575, 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 8585, app/assets/stylesheets/style.scss */
.show-group-teams span:hover {
  cursor: pointer;
  color: #ffffff;
  background: #464646;
}

/* line 8591, app/assets/stylesheets/style.scss */
.p-group-name {
  font-size: 14px;
  font-weight: bold;
}

/* line 8596, app/assets/stylesheets/style.scss */
.p-team-name,
.p-team-size,
.p-team-sum {
  font-weight: bold;
  font-size: 10px;
}

/* line 8603, app/assets/stylesheets/style.scss */
.p-team-size,
.p-team-sum {
  text-align: right;
}

/* line 8608, app/assets/stylesheets/style.scss */
#group-loading {
  text-align: center;
}

/* line 8612, app/assets/stylesheets/style.scss */
#group-loading img {
  width: 50px;
}

/* line 8616, app/assets/stylesheets/style.scss */
#group-lines {
  height: 300px;
  overflow: auto;
}

/* line 8621, app/assets/stylesheets/style.scss */
#group-lines .row {
  margin: 0px;
}

/* line 8625, app/assets/stylesheets/style.scss */
#group-lines::-webkit-scrollbar {
  width: 4px;
}

/* line 8629, 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 8635, 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 8641, app/assets/stylesheets/style.scss */
.banner-slide {
  width: 100% !important;
  max-height: 100% !important;
}

/* line 8646, app/assets/stylesheets/style.scss */
.prefilled-text-mob {
  padding: 0px;
}

/* line 8650, app/assets/stylesheets/style.scss */
#p-mslm-cb,
#p-mslm-bit {
  background-color: #ffffff !important;
  border: 1px #133869 solid !important;
  color: #133869 !important;
}

/* line 8657, app/assets/stylesheets/style.scss */
.item-mention {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #fb636a;
}

/* line 8665, app/assets/stylesheets/style.scss */
.option-mention {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #ffffff;
  padding: 0 10%;
}

/* line 8674, 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 8681, app/assets/stylesheets/style.scss */
.persona-bloc {
  display: none;
  width: 100%;
  text-align: center;
}

/* line 8687, app/assets/stylesheets/style.scss */
.persona-label {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

/* line 8692, 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 8699, 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 8704, app/assets/stylesheets/style.scss */
.item-amount-currency {
  background: #ffffff;
}

/* line 8708, app/assets/stylesheets/style.scss */
.item-amount-unit {
  background: #ffffff;
  font-size: 12px;
}

/* line 8713, app/assets/stylesheets/style.scss */
.items-total {
  text-align: right;
  font-weight: 500;
  font-size: 20px;
}

/* line 8719, app/assets/stylesheets/style.scss */
.pourim-component {
  margin-bottom: 10px;
  background: linear-gradient(to right, #3d1669, #8a71eb) !important;
}

/* line 8723, app/assets/stylesheets/style.scss */
.pessah-component {
  margin-bottom: 10px;
  background: linear-gradient(to right, #278181, #3cb7ab) !important;
}

/* line 8727, app/assets/stylesheets/style.scss */
.hannouka-component {
  margin-bottom: 10px;
  background: linear-gradient(to right, #0b1e48, #083465) !important;
}

/* line 8731, app/assets/stylesheets/style.scss */
.kapparot-component {
  margin-bottom: 10px;
  background: linear-gradient(to right, #185ca2, #4698cf) !important;
}

/* line 8735, app/assets/stylesheets/style.scss */
.tichri-component {
  margin-bottom: 10px;
  background: linear-gradient(to right, #4682b4, #6a9bc3) !important;
}

/* line 8740, app/assets/stylesheets/style.scss */
.lagbaomer-component {
  margin-bottom: 10px;
  background: linear-gradient(to right, #2e4857, #102f41) !important;
}

/* line 8745, app/assets/stylesheets/style.scss */
.levtov-component {
  margin-bottom: 10px;
  background: linear-gradient(to right, #7cb1d4, #8dcaf2) !important;
}

/* line 8750, app/assets/stylesheets/style.scss */
.booking-component {
  margin-bottom: 10px;
  background: #fa764b;
}

/* line 8755, app/assets/stylesheets/style.scss */
.pourim-white,
.pessah-white,
.hannouka-white,
.tichri-white,
.lagbaomer-white,
.booking-white {
  color: #ffffff !important;
}

/* line 8764, app/assets/stylesheets/style.scss */
.pourim-yellow {
  color: #fec73f !important;
}

/* line 8768, app/assets/stylesheets/style.scss */
.pessah-yellow {
  color: #feedc9 !important;
}

/* line 8772, app/assets/stylesheets/style.scss */
.hannouka-yellow {
  color: #feedc9 !important;
}

/* line 8776, app/assets/stylesheets/style.scss */
.kapparot-white {
  color: #ffffff !important;
}

/* line 8780, app/assets/stylesheets/style.scss */
.tichri-yellow {
  color: #feedc9 !important;
}

/* line 8784, app/assets/stylesheets/style.scss */
.lagboamer-lightblue {
  color: #fccd3f !important;
}

/* line 8788, app/assets/stylesheets/style.scss */
.pourim-pay {
  background: linear-gradient(to right, #5ac8ed, #add3f8) !important;
  color: #2a4796 !important;
  font-weight: bold;
}

/* line 8794, app/assets/stylesheets/style.scss */
.pessah-pay {
  background: linear-gradient(to right, #804b30, #c09770) !important;
  color: #ffffff !important;
  font-weight: bold;
}

/* line 8800, app/assets/stylesheets/style.scss */
.hannouka-pay {
  background: linear-gradient(to right, #662e78, #57a49c) !important;
  color: #ffffff !important;
  font-weight: bold;
}

/* line 8806, app/assets/stylesheets/style.scss */
.kapparot-pay {
  background: linear-gradient(to right, #804b30, #c09770) !important;
  color: #ffffff !important;
  font-weight: bold;
}

/* line 8812, app/assets/stylesheets/style.scss */
.tichri-pay {
  background: linear-gradient(to right, #ffaf01, #ef6900) !important;
  color: #ffffff !important;
  font-weight: bold;
}

/* line 8818, app/assets/stylesheets/style.scss */
.lagbaomer-pay {
  background: linear-gradient(to right, #247fae, #227baa) !important;
  color: #ffffff !important;
  font-weight: bold;
}

/* line 8824, app/assets/stylesheets/style.scss */
.booking-pay {
  background: linear-gradient(to right, #464646, #848484) !important;
  color: #ffffff !important;
  font-weight: bold;
}

/* line 8830, app/assets/stylesheets/style.scss */
.pourim-gradient {
  background: linear-gradient(to right, #5ac8ed, #add3f8) !important;
}

/* line 8834, app/assets/stylesheets/style.scss */
.info-tooltip {
  cursor: pointer;
}

/* line 8838, 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 8864, app/assets/stylesheets/style.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 8868, app/assets/stylesheets/style.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 8875, app/assets/stylesheets/style.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 8882, app/assets/stylesheets/style.scss */
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 8887, app/assets/stylesheets/style.scss */
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 8892, 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 8899, app/assets/stylesheets/style.scss */
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 8904, 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 8911, 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 8918, app/assets/stylesheets/style.scss */
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 8923, app/assets/stylesheets/style.scss */
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 8928, 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 8935, app/assets/stylesheets/style.scss */
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 8940, 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 8947, 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 8954, 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 8963, app/assets/stylesheets/style.scss */
.donors-progress-container {
  display: flex;
  height: 30px;
}

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

/* line 8973, app/assets/stylesheets/style.scss */
.donors-progress-view {
  padding: 7% 0 0% 0;
  position: relative;
}

/* line 8978, 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 8991, app/assets/stylesheets/style.scss */
.cbd-title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

/* line 8997, app/assets/stylesheets/style.scss */
.blbd-ddiv {
  background: linear-gradient(to right, #057cb4, #057cb4) !important;
  border-radius: 5px;
}

/* line 9006, app/assets/stylesheets/style.scss */
.promise-success,
.promise-error {
  display: none;
}

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

/* line 9015, 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 9084, app/assets/stylesheets/style.scss */
.checkbox-wrapper-19 input[type="checkbox"] {
  display: none;
}

/* line 9088, 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 9105, 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 9126, 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 9136, 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 9146, app/assets/stylesheets/style.scss */
.checkbox-wrapper-19 input[type="checkbox"]:checked + .check-box,
.checkbox-wrapper-19 .check-box.checked {
  border-color: #34b93d;
}

/* line 9150, 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 9158, 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 9167, app/assets/stylesheets/style.scss */
.prefilled-card-div {
  position: relative;
}

/* line 9171, app/assets/stylesheets/style.scss */
.checkbox-wrapper-19 {
  position: absolute;
  left: 30px;
  top: 10px;
  z-index: 10;
}

/* line 9178, app/assets/stylesheets/style.scss */
.set-direct {
  display: none;
}

/* line 9182, app/assets/stylesheets/style.scss */
.pointer {
  cursor: pointer !important;
}

/* line 9186, app/assets/stylesheets/style.scss */
#account-status .btn-info {
  font-size: 12px;
}

/* line 9190, app/assets/stylesheets/style.scss */
.Vue-Toastification__toast--error {
  background-color: #fa764b !important;
}

/* line 9194, app/assets/stylesheets/style.scss */
.cta-participate-section {
  display: none;
}

/* line 9198, app/assets/stylesheets/style.scss */
.iti {
  width: 100% !important;
}

/* line 9202, app/assets/stylesheets/style.scss */
.dice-body {
  display: none;
  position: fixed;
  background-color: #000000ee;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}

/* line 9210, app/assets/stylesheets/style.scss */
.dice-amount {
  display: none;
  font-size: 5rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 50px #ffffff;
}

/* line 9217, app/assets/stylesheets/style.scss */
.dice-amount-notice {
  display: none;
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
}

/* line 9224, app/assets/stylesheets/style.scss */
.game {
  position: relative;
  width: auto;
  height: 100%;
}

/* line 9229, app/assets/stylesheets/style.scss */
.dice {
  position: relative;
  width: 100px;
  height: 100px;
  transform-style: preserve-3d;
  transition: transform 1s;
}

/* line 9236, 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 9245, 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 9255, app/assets/stylesheets/style.scss */
.side:nth-child(1) {
  transform: translateZ(3.1em);
}

/* line 9259, app/assets/stylesheets/style.scss */
.side:nth-child(6) {
  transform: rotateY(90deg) translateZ(3.1em);
}

/* line 9263, app/assets/stylesheets/style.scss */
.side:nth-child(3) {
  transform: rotateY(-90deg) translateZ(3.1em);
}

/* line 9267, app/assets/stylesheets/style.scss */
.side:nth-child(4) {
  transform: rotateX(90deg) translateZ(3.1em);
}

/* line 9271, app/assets/stylesheets/style.scss */
.side:nth-child(5) {
  transform: rotateX(-90deg) translateZ(3.1em);
}

/* line 9275, app/assets/stylesheets/style.scss */
.side:nth-child(2) {
  transform: rotateY(-180deg) translateZ(3.1em);
}

/* line 9279, app/assets/stylesheets/style.scss */
.show-1 {
  transform: rotateX(720deg) rotateZ(-720deg);
}

/* line 9283, app/assets/stylesheets/style.scss */
.show-6 {
  transform: rotateX(-900deg) rotateZ(1080deg);
}

/* line 9287, app/assets/stylesheets/style.scss */
.show-3 {
  transform: rotateY(-450deg) rotateZ(-1440deg);
}

/* line 9291, app/assets/stylesheets/style.scss */
.show-4 {
  transform: rotateY(810deg) rotateZ(720deg);
}

/* line 9295, app/assets/stylesheets/style.scss */
.show-5 {
  transform: rotateX(-810deg) rotateZ(-1080deg);
}

/* line 9299, app/assets/stylesheets/style.scss */
.show-2 {
  transform: rotateX(450deg) rotateZ(-720deg);
}

/* line 9302, app/assets/stylesheets/style.scss */
.two-1,
.three-1,
.four-1,
.five-1,
.six-1 {
  top: 20%;
  left: 20%;
}

/* line 9310, app/assets/stylesheets/style.scss */
.four-3,
.five-3,
.six-4 {
  top: 20%;
  left: 80%;
}

/* line 9316, app/assets/stylesheets/style.scss */
.one-1,
.three-2,
.five-5 {
  top: 50%;
  left: 50%;
}

/* line 9322, app/assets/stylesheets/style.scss */
.four-2,
.five-2,
.six-3 {
  top: 80%;
  left: 20%;
}

/* line 9328, app/assets/stylesheets/style.scss */
.two-2,
.three-3,
.four-4,
.five-4,
.six-6 {
  top: 80%;
  left: 80%;
}

/* line 9336, app/assets/stylesheets/style.scss */
.six-2 {
  top: 50%;
  left: 20%;
}

/* line 9340, app/assets/stylesheets/style.scss */
.six-5 {
  top: 50%;
  left: 80%;
}

/* line 9345, app/assets/stylesheets/style.scss */
.dice-component:hover {
  opacity: 0.8;
}

/* line 9348, app/assets/stylesheets/style.scss */
.dice-cube {
  height: 50px;
}

/* line 9351, 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 9359, app/assets/stylesheets/style.scss */
.donation-visualization .dv-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 20px auto;
}

/* line 9367, app/assets/stylesheets/style.scss */
.donation-visualization .dv-image-container {
  position: relative;
  width: 100%;
  padding-bottom: 66.66%;
  overflow: hidden;
}

/* line 9374, 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 9385, app/assets/stylesheets/style.scss */
.donation-visualization .dv-image-base {
  filter: grayscale(100%) brightness(1.05) blur(4px);
  z-index: 1;
}

/* line 9390, 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 9396, 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 9402, 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 9415, 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 9428, 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 9437, 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;
}
