html {
  scroll-behavior: smooth;
}

a {
  text-decoration: underline !important;
}

.button {
  text-decoration: none !important;
}

.is-quote {
  position: relative;
}

.is-quote::before {
  font-size: 1.5em;
  content: "“";
  position: absolute;
  top: -0.2em;
  left: 0;
}

.is-quote::after {
  font-size: 1.5em;
  content: "”";
  position: absolute;
  bottom: -0.8em;
  right: 0;
}

@media screen and (max-width: 1060px) {
  .is-quote::before {
    left: -0.35em;
  }

  .is-quote {
    padding-left: 0.15em;
  }
}

.is-quote.is-quote-yellow::before,
.is-quote.is-quote-yellow::after {
  color: #f1c40f;
}

.feather {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
@media screen and (max-width: 769px) {
  .ordered-mobile {
    display: flex;
    flex-flow: column;
  }
  .ordered-mobile .fl1 {
    order: 1;
  }
  .ordered-mobile .fl2 {
    order: 2;
  }
  .ordered-mobile .fl3 {
    order: 3;
  }
  .ordered-mobile .fl4 {
    order: 4;
  }
  .button.is-small-mobile {
    border-radius: 290486px;
    font-size: 0.75rem !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .callPopUp {
    zoom: 0.6;
  }
}

.navbar-dropdown.show {
  display: block;
}

nav > .navbar-brand {
  margin: 3px 5px;
}

nav > .navbar-brand > a > img {
  width: 72px;
}

nav > .navbar-brand > .navbar-burger {
  width: 72px;
  height: auto;
}

.navbar-item > .language {
  padding: 0 0.4rem;
}
.navbar-item > .language.is-active {
  font-size: 1.4rem;
}

a.navbar-item {
  text-decoration: none !important;
}

a.navbar-link {
  text-decoration: none !important;
}

.navbar-menu .block-link, .navbar-menu .block-dropdown {
  display: contents;
}

/* Overrides bulma */

.has-background-transparent {
  background-color: transparent !important;
}

.has-background-blue {
  background-color: #4986bd !important;
}

.has-background-blue a,
.has-background-green a {
  color: #fff;
}

.has-text-blue {
  color: #4986bd !important;
}

.has-background-yellow a,
.has-background-white a {
  color: #000;
}

.has-background-green {
  background-color: #52b359 !important;
}

.has-text-green {
  color: #52b359 !important;
}

/* End overriding */

.has-background-orange {
  background-color: #ec521e;
}

.has-background-orange .has-text-white a {
  color: #6dce74;
  transition-duration: 0.15s;
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter,
    -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.has-background-orange .has-text-white a:hover {
  color: #5fb365;
}

.small-notification {
  padding: 10px;
  border-radius: 5px;
}
.small-quote::after {
  right: auto !important;
}
.callPopUp {
  display: none;
  position: fixed;
  right: 0;
  bottom: 22vh;
  min-width: 300px;
  max-width: 500px;
  width: 15vw;
  min-height: 200px;
  background: #2ecc71;
  border-radius: 500px 0 0 500px;
  padding-top: 30px;
  border: 2px solid #2ecc71;
  border-right: none;
}

/*TAKE ACTION PAGE*/

.take-action-bullets {
  column-count: 3;
  column-gap: 0.75rem;
}

.take-action-bullets ul > li {
  color: #3498db;
}
@media screen and (max-width: 769px) {
  .take-action-bullets {
    column-count: 1;
  }
}

.take-action-bullets ul > li > div:first-child {
  color: #3498db;
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 7px;
}
.take-action-bullets ul > li > div {
  color: black;
  padding-bottom: 15px;
}
.take-action-source-circle {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background: white;
  text-align: center;
  padding-top: 30px;
  display: inline-block;
}
.take-action-source-circle > a > p {
  font-size: 0.72rem;
  color: black;
  font-weight: bold;
}

.take-action-source-circle > a > img {
  width: 50px;
}

@media screen and (max-width: 900px) {
  .take-action-circle-wrapper {
    justify-content: space-between !important;
  }
}

.take-action-question + .take-action-question {
  margin-top: 30px;
}
.take-action-question {
  border-radius: 20px;
}

.take-action-question-category {
  font-size: 1.8rem;
}

@media screen and (max-width: 500px) {
  .take-action-question-category {
    font-size: 1.5em;
  }
}

.take-action-question .question-body-more {
  padding: 0 1em 0.75em 1em;
  display: none;
}

.take-action-question.active .question-body-more {
  display: block;
}

.take-action-question .question-body-company {
  padding: 0 1em 0.75em 1em;
  display: none;
}

.take-action-question.active .question-body-company {
  display: block;
}

.question-body-more > div > ul {
  list-style-type: none !important;
}

.question-body-more > div > ul li::before {
  content: "\2022";
  color: #3498db;
  font-weight: bold;
  display: inline-block;
  width: 2em;
  margin-left: -1.25em;
  margin-right: -0.75em;
}

.question-body-more > div > p > a {
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
}

.question-body-more > div > ul > li > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.question-body-company > div > ul {
  list-style-type: none !important;
}

.question-body-company > div > p > a {
  text-decoration: none !important;
}

.question-body-company > div > ul > li > a {
  text-decoration: none !important;
}

.question-body-company > div > ul li::before {
  content: "\2022";
  color: #3498db;
  font-weight: bold;
  display: inline-block;
  width: 2em;
  margin-left: -1.25em;
  margin-right: -0.75em;
}

.question-header {
  display: flex;
  border-radius: 4px 4px 0 0;
  align-items: center;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}

.more-card {
  margin-left: 15px;
  margin-right: 15px;
  width: 350px;
  min-width: 350px;
  background: white;
  color: black;
  padding: 20px;
  border-radius: 10px;
}

.more-card:first-child {
  margin-left: 0;
}
.more-fiche-holder {
  display: flex;
  overflow-x: hidden;
  padding-bottom: 20px;
  width: 92%;
  margin: 0 4% 0 4%;
}

@media screen and (max-width: 400px) {
  .more-fiche-holder {
    overflow-x: scroll;
  }
}

.move-fiches {
  color: white;
  font-size: 3rem;
  position: absolute;
  cursor: pointer;
}

.more-card h4 {
  margin-bottom: 15px;
}
.more-fiche-half {
  border: 1px solid #3498db;
  border-radius: 18px;
  background: white;
  margin-bottom: 20px;
}

.more-fiche-half > div > div > p > a {
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
}

.more-fiche-half > div > div > ul > li > a {
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fiche-separator {
  margin: 40px 0;
}

@media screen and (min-width: 780px) {
  .fiche-column-left {
    margin-left: 50px;
  }
}

.more-fiche-half-circle {
  position: absolute;
  left: -50px;
  top: -25px;
  width: 80px;
  height: 80px;
  border: 1px solid #3498db;
  background: white;
  z-index: 1000;
  border-radius: 100%;
  padding: 6px 26px;
  color: #3498db;
  font-size: 2.5rem;
}

.more-fiche-title {
  margin-left: 50px;
}

@media screen and (max-width: 1080px) {
  .more-fiche-half-circle {
    left: -28px;
  }

  .more-fiche-title {
    margin-left: 70px;
  }
}

/*TAKE ACTION PAGE END*/

/*TAKE ACTION MORE*/

.sciences-humaines-colonnes {
  column-count: 3;
  column-gap: 3rem;
}

@media screen and (max-width: 769px) {
  .sciences-humaines-colonnes {
    column-count: 1;
  }
}

.sciences-humaines-colonnes > div > ul > li > a {
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*TAKE ACTION MORE END*/

/*### HOME PAGE*/
.move-partners {
  color: white;
  font-size: 3rem;
  position: absolute;
  top: 110px;
  cursor: pointer;
}
.home-number-image-holder {
  border-radius: 100%;
  margin: auto;
  width: 120px;
  height: 120px;
  padding: 20px;
  color: #90ee90;
}
.home-number-holder {
  font-weight: bold;
  font-size: 2rem;
}
.home-media-picture-holder > img {
  width: 80px;
  height: 80px;
}

.home-reveiller-holder {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  padding: 15px;
}
.home-actu-picture-holder {
  width: 150px;
  background: white;
  height: 150px;
  margin: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.home-partner-picture-holder {
  width: 250px;
  background: white;
  height: 250px;
  margin: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.partner-holder {
  display: flex;
}
.partners {
  margin-left: 50px;
  margin-right: 50px;
}
.partners:first-child {
  margin-left: 0;
}

/*### HOME PAGE END*/

/*### COMPANIES REPLY */
@media screen and (max-width: 769px) {
  .company-question-holder {
    padding-left: 0 !important;
  }
}
.company-question-holder {
  padding-left: 100px;
  margin-bottom: 20px;
  display: none;
  text-align: justify;
}

.tuile-entreprise {
  padding-left: 20px;
  padding-bottom: 30px;
  padding-top: 40px;
  width: 100%;
}

@media screen and (max-width: 769px) {
  .tuile-entreprise {
    padding-left: 0 !important;
  }
}

.greenwashing-question {
  background-color: transparent;
  border-color: #2ecc71;
  border-radius: 290486px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: #4a4a4a;
  padding: 0.25rem;
  text-align: center;
}

.button.responsive,
.box.responsive {
  white-space: normal;
  height: 100%;
}

.button.company-answers {
  height: 50px;
  display: flex;
  border-radius: 19px;
  justify-content: flex-start;
  white-space: normal;
  padding-left: 0px;
}

@media screen and (max-width: 769px) {
  .button.company-answers {
    padding-right: 0px;
  }
}

.company-title {
  height: 50px;
  position: relative;
  top: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  padding-right: 0px;
}

.company-question-container {
  border-radius: 19px;
  background-color: white;
  border-color: #3498db;
  color: #3498db;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  justify-content: center;
  padding: 0.75em;
}

.tuile-reponse-entreprise {
  padding-left: 50px;
}

@media screen and (max-width: 769px) {
  .tuile-reponse-entreprise {
    padding-left: 0 !important;
  }
}

.circle {
  width: 144px !important;
  height: 144px !important;
  -webkit-border-radius: 72px;
  -moz-border-radius: 72px;
  border-radius: 72px;
  vertical-align: middle;
  position: relative;
  border-color: #2ecc71;
  border-width: 2px;
  border-style: solid;
}

.mini-circle {
  width: 10px !important;
  height: 10px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: #2ecc71 1px solid;
  margin-top: 3px;
  background: #fff;
}

.changing-arrow {
  color: #3498db;
  transform: rotate(0deg);
}

.big-circle {
  width: 230px !important;
  height: 230px !important;
  -webkit-border-radius: 115px;
  -moz-border-radius: 115px;
  border-radius: 115px;
  background: #fff;
  vertical-align: middle;
  margin: auto;
}

.app {
  padding: 0 0;
  display: grid;
  grid-gap: 20px 0;
  grid-template-columns: var(--gutter) 1fr var(--gutter);
  width: 92%;
  margin: 0 4% 0 4%;
  height: 400px;
  align-content: start;
}

.app > * {
  grid-column: 2 / -2;
}

.app > .full {
  grid-column: 4 / -4;
}

.hs {
  width: 100%;
  display: grid;
  grid-gap: 0px; /* espacement des colonnes */
  grid-template-columns: repeat(47, 200px);
  grid-template-rows: repeat(3, 120px); /* taille des lignes */
  grid-auto-flow: column; /* agencement des cellules */
  grid-auto-columns: 200px; /* taille des colonnes */

  scroll-snap-type: x proximity;
  padding-left: 20px;
  padding-right: 20px;
}

.hs:before,
.hs:after {
  content: "";
  width: 10px;
}

.item {
  margin: 0px -20px 0px -20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  height: 230px;
  background-color: transparent;
  position: relative;
}

.hexagon {
  position: absolute;
  width: 190px;
  font-size: 1.2rem;
  z-axis: 1;
  vertical-align: baseline;
}

.hexagon-img {
  margin-left: 50px;
  margin-right: 50px;
  width: 90px;
  height: 90px;
}

@media screen and (max-width: 469px) {
  .app {
    height: 300px;
  }

  .hs {
    grid-template-columns: repeat(47, 150px);
    grid-template-rows: repeat(3, 90px);
    grid-auto-columns: 150px;

    padding-left: 10px;
    padding-right: 10px;
  }

  .item {
    height: 145px;
    margin: 0px -10px 0px -10px;
  }

  .hexagon {
    width: 95px;
    font-size: 1rem;
  }

  .hexagon-img {
    margin-left: 22px;
    margin-right: 22px;
    width: 50px;
    height: 50px;
  }
}

.item:nth-child(even) {
  grid-row: 1/2;
}
.item:nth-child(odd) {
  grid-row: 2/3;
}

.no-scrollbar {
  scrollbar-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/*### COMPANIES REPLY END */

/* WAKE UP EDUCATION */

.arrows-move-hexagon {
  top: 135px;
}

@media screen and (max-width: 469px) {
  .arrows-move-hexagon {
    top: 70px;
  }
}

.wakeup-circle {
  width: 150px !important;
  height: 150px !important;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  background: #fff;
  vertical-align: middle;
  margin: auto;
}

.baro-themes {
  padding: 0px 10px 0px 10px;
  margin: auto;
  border-radius: 15px;
  background: #fff;
  font-weight: bold;
  word-break: normal;
}

.baro-themes p {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .baro-themes {
    max-width: 60%;
  }
}

/* WAKE UP EDUCATION END */

/*WAKE UP PUBLIC SERVICE */

.public-themes {
  padding: 0px 10px 0px 10px;
  margin: auto;
  border-radius: 15px;
  border: 1px;
  border-style: solid;
  border-color: blue;
  background: #fff;
  font-weight: bold;
  word-break: normal;
}

.public-themes p {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

/*WAKE UP PUBLIC SERVICE END */

/*TEAM*/
.team-form label {
  color: white !important;
}
.team-large-border-radius {
  border-radius: 20px !important;
  padding-left: 1.5rem !important;
}
/*END TEAM*/

/*CALL*/
.call-number {
  width: 60px;
  margin: 20px auto 0 auto;
  height: 60px;
  border-radius: 50px;
  font-size: 2rem;
  padding: 3px 0 0 18px;
}
/*END CALL*/

/*MANIFESTO*/

.manifesto-form {
  box-shadow: inset 0 0px 0px !important;
  border-width: 0px 0px 2px 0px !important;
  border-color: #ffffff !important ;
  border-radius: 0px !important ;
  padding-left: 0px !important;
}

input.manifesto-form::placeholder {
  color: #ffffff;
  opacity: 1; /* Firefox */
}

input.manifesto-form:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}

input.manifesto-form::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}

/*END MANIFESTO*/

/*GRAND BAROMETRE*/

.school-category-container {
  border-radius: 19px;
  background-color: white;
  border-color: #f1c40f;
  background-color: #f1c40f;
  color: #3498db;
  border-width: 1px;
  border-style: solid;
  justify-content: center;
}

.GBcircle {
  width: 144px !important;
  height: 144px !important;
  -webkit-border-radius: 72px;
  -moz-border-radius: 72px;
  border-radius: 72px;
  vertical-align: middle;
  position: relative;
  border-color: #f1c40f;
  border-width: 2px;
  border-style: solid;
}

.GBchanging-arrow {
  color: #fff;
  transform: rotate(0deg);
}

.tuile-tool {
  padding: 10px 20px;
  border-radius: 20px;
  margin-bottom: 40px;
  cursor: pointer;
}

.tuile-tool-content {
  border-radius: 20px;
  padding: 20px;
  border: solid 1px lightgrey;
  margin-bottom: 40px;
}

.school-answer {
  display: none;
}

@media screen and (max-width: 469px) {
  .school-answer {
    font-size: 80%;
  }
}

/* END GRAND BAROMETRE */

/* TRANSFO ENTREPRISE */

.m-space-arround {
  justify-content: space-around;
}

.m-button {
  margin: 10px 0;
}

.etape-reveiller-image {
  background: whitesmoke;
  border-radius: 20px;
  max-width: 170px;
  margin: 10px;
  cursor: pointer;

  transition-duration: 0.15s;
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter,
    -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 769px) {
  .etape-reveiller-image {
    max-width: 95%;
  }
}

.etape-reveiller-image:hover {
  box-shadow: 4px 4px 4px grey;
}

.etape-reveiller-image a {
  text-decoration: none !important;
  color: inherit !important;
}

.filters {
  margin-bottom: 20px;
}

.button.filter-tag,
.button.filter-tag:focus,
.button.filter-tag.is-focus {
  background-color: white;
  border-color: #4986bd;
  color: black;
  margin: 3px;
}

.button.filter-tag:active,
.button.filter-tag.is-active {
  background-color: #4986bd;
  border-color: #4986bd;
  color: white;
}

.collectif-card {
  background: whitesmoke;
  border-radius: 25px;
  margin: 5px;
  padding: 20px;
}

.collectif-logo-container {
  min-height: 70px;
  margin-bottom: 10px;
}

.collectif-logo {
  max-height: 70px;
  border-radius: 20px;
  display: block;
  margin: auto;
  padding: 10px;
  background: white;
}

.collectif-card-text {
  margin-bottom: 30px;
}
.collectif-card-text > div {
  font-size: 13px;
  text-align: left;
}
.collectif-card-name {
  text-align: left;
}

.set-green-svgs {
  filter: brightness(0) saturate(100%) invert(60%) sepia(37%) saturate(612%)
    hue-rotate(74deg) brightness(93%) contrast(93%);
}

.set-blue-svgs {
  filter: brightness(0) saturate(100%) invert(52%) sepia(13%) saturate(2035%)
    hue-rotate(167deg) brightness(92%) contrast(83%);
}

.set-black-svgs {
  filter: brightness(0);
}

@media screen and (min-width: 769px) {
  .set-green-svgs {
    width: 100%;
  }
}

.frame {
  border: 2px solid #d9d9d9;
  height: 300px;
}

.col-logo {
  border: 1px solid #d9d9d9;
  border-radius: 40px;
  height: 70px;
  width: 70px;
  background-color: #ffffff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 4px grey;
}

@media screen and (max-width: 769px) {
  .invisible-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .invisible-from-tablet {
    display: none !important;
  }
}

.fiche-circle {
  width: 80px !important;
  height: 80px !important;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: #fff;
  vertical-align: middle;
  margin: auto;
  float: left;
  margin-left: -20px;
}

.captchawarning {
  background-color: #f3a2a0;
  border-radius: 10px;
  margin-top: 10px;
  padding: 3px;
}

/* END TRANSFO ENTREPRISE */

/* ACTUALITES */

a.is-actu {
  text-decoration: none !important;
}

.date {
  font-size: 15px;
  margin-top: 4px;
  margin-bottom: 4px;
}

/* END ACTUALITES */

/* ASKNOT */

/* bootstrap.css */

.is-asknot-button {
  font-weight: bold;
  border-radius: 10px;
  padding-left: 10px;
}
.is-asknot-success {
  background-color: #79db32 !important;
  border-color: #6ccf24 !important;
}

[hidden],
template {
  display: none;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* site.css asknot */

.asknot-title {
  font-size: 40pt;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.segue1 {
  font-size: 15pt;
  font-style: italic;
  margin-bottom: -20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.segue2 {
  font-size: 15pt;
  font-style: italic;
  margin-bottom: -20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.asknot-subtitle {
  font-size: 15pt;
  font-style: italic;
  margin-top: -10px;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

@media (min-width: 480px) {
  .title {
    font-size: 64pt;
  }

  .segue1 {
    font-size: 28pt;
  }

  .segue2 {
    font-size: 32pt;
  }

  .subtitle {
    font-size: 24pt;
  }
}

/* END ASKNOT */

.button.is-outlined:hover, button.is-outlined:hover {
  transition-duration: 0.15s;
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter,
    -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

button.is-orange.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-orange.is-inverted.is-outlined:hover,
.button.is-orange.is-inverted.is-outlined.is-hovered,
.button.is-orange.is-inverted.is-outlined:focus,
.button.is-orange.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #ec521e;
}
.button.is-orange.is-inverted.is-outlined.is-loading:hover::after,
.button.is-orange.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-orange.is-inverted.is-outlined.is-loading:focus::after,
.button.is-orange.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ec521e #ec521e !important;
}
.button.is-orange.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-orange.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-orange:hover,
.button.is-orange.is-hovered {
  border-color: #ecad98;
}

.has-background-green a.button:hover, .has-background-green a.button:active, .has-background-green a.button:focus {
  background-color: white;
  color: #52b359;
  border-color: whitesmoke;
}

.has-background-green a.button:focus {
  border-color: black;
}

.overflow-scroll {
    overflow: scroll;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.flex-vertical {
    display: flex;
    flex-direction: column;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
