@font-face {
    font-family: 'AmbersHand';
    src: url('../fonts/AmbersHand-Regular.woff2') format('woff2'),
        url('../fonts/AmbersHand-Regular.woff') format('woff'),
        url('../fonts/AmbersHand-Regular.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

body {
  background: url("../images/background.jpg") no-repeat center center fixed;
}

h1, .hand-font {
  font-family: 'AmbersHand';
  font-weight: 100;
  font-style: normal;
}

a {
  color: black;
}

a:hover {
  color: black;
}

.main-container {
  padding: 1px 0;
  background-color: rgba(255, 255, 255, 0.76);
}

.margin-y-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.margin-y-6.header {
  margin-top: 0rem !important;
}

.telethon-title {
  font-size: 3rem;
  line-height: normal;
  font-family: 'AmbersHand';
  font-weight: 100;
  font-style: normal;
}

.telethon-logo {
  width: 500px;
}

.header-logo {
  max-width: 33%;
}

.description {
  font-size: 2rem;
  line-height: normal;
  font-family: 'AmbersHand';
  font-weight: 100;
  font-style: normal;
  line-height: 3.5rem;
}

.description strong {
  font-weight: bold;
  font-size: 3rem;
}

.merci {
  font-size: 3rem;
  line-height: normal;
  font-family: 'AmbersHand';
  font-weight: 100;
  font-style: normal;
}

.color-orange {
  color: #f26524;
}

.color-pink {
  color: #a11d55;
}

.color-blue {
  color: #16b8bf;
}

.color-green {
  color: #90c741;
}

.color-bluegreen {
  color: #19585f;
}

.color-facebook {
  color: #1877f2;
}

.color-facebook:hover {
  color: #1877f2;
}

.photo-passerelle {
  width: 100%;
  height: 80vh;
  background: url("../images/photo_passerelle.jpg");
  background-size: cover;
  background-position: center;
}

.container-passerelle {
  position: relative;
}

.telethon-passerelle-button {
  position: absolute;
  width: 100%;
  text-align: center;
}

.telethon-passerelle-button img {
  width: 350px;
  max-width: 50%;
}

.donne-button {
  max-width: 100%;
  background: url("../images/je_donne_background.gif");
  background-size: contain;
}

.peli-melo-merci {
  width: 100%;
  height: 60vh;
  background: url("../images/pelimelo_merci.jpg");
  background-size: contain;
  background-position: center;
}

.telethon-upload-input {
  display: none;
}

.telethon-button {
  color: black;
  border: 10px solid black;
  border-radius: 20px;
  padding: 0px 40px 5px;
  transition: all .3s;
  background: white;
}

.telethon-button:not(:disabled):hover {
  color: black;
  cursor: pointer;
  text-decoration: none;
}

.telethon-button:disabled {
  cursor: default;
  color: black;
  opacity: .5;
}

.telethon-button-yellow {
  border-color: #facc12;
}

.telethon-button-yellow:not(:disabled):hover {
  background: #facc12;
}

.telethon-button-orange {
  border-color: #f26524;
}

.telethon-button-orange:not(:disabled):hover {
  background: #f26524;
}

.text-decoration-none:hover {
  text-decoration: none;
}

.telethon-upload-selected-image {
  max-height: 30em;
  max-width: 100%;
  image-orientation: from-image;
}

.telethon-input-number {
  font-size: 3rem;
  width: 100%;
  color: black;
  background: white;
  border: 10px solid #f26524;
  border-radius: 20px;
  padding: 0px 40px;
  transition: all .3s;
  box-shadow: none;
}

.telethon-input-number:focus, .telethon-input-number:hover {
  background: #f26524;
}

.telethon-input-number::-webkit-outer-spin-button, .telethon-input-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.telethon-input-text {
    border-radius: 10px;
    color: black;
    border: 10px solid #facc12;
    padding: 15px 10px;
}

.telethon-input-text:focus {
  border-color: #facc12;
  background: #facc12;
  box-shadow: none;
}

.telethon-input-number {
    -moz-appearance: textfield;
}

.telethon-error-message {
  color: #f26524;
}

.telethon-image-footer {
  width: 100%;
  max-width: 200px;
}

.word-break-keep-all {
  word-break: keep-all;
}

@media(min-width:576px) {
  .margin-y-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .margin-y-6.header {
    margin-top: 6rem !important;
  }

  .telethon-title {
    font-size: 4em;
  }

  .description {
    font-size: 2.5rem;
  }

  .description strong {
    font-size: 3.5rem;
  }

  .merci {
    font-size: 4rem;
  }
}

@media(max-width:768px) {
  body {
    background: none;
  }
  .main-container {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
}
