.cygne * {
  box-sizing: border-box;
}

.cygne {
  display: flex;
  margin: 0 auto;
  position: relative;
  text-align: left;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
}

.cygne:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: auto;
  visibility: hidden;
}

.cygne img.signez-pour-nous {
  display: none;
}

.cygne__errors {
  display: none;
  background-color: #a81827;
  padding: 10px;
  margin: 10px 0;
  list-style: none;
  flex: 1 1 auto;
}

.cygne__errors.cygne__errors--has-errors {
  display: block;
}

.cygne__errors__item {
  color: #fff;
  line-height: 1.2em;
  list-style: none;
}

.cygne__thank-you {
  display: none;
}

.cygne__thank-you__message {
  text-align: center;
}

[data-petition-thank-you] {
  display: none;
}

.cygne__button-container {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0 0 0;
}

/*
 * Media Queries
*/
@media (max-width: 800px) {
  .cygne {
    width: auto;
    top: auto;
    margin-top: 20px;
  }
  .cygne img.signez-pour-nous {
    display: none;
    width: 200px;
  }
}
@media (max-width: 600px) {
  .cygne img.signez-pour-nous {
    display: none;
    width: 100px;
  }
}
@media (max-width: 399px) {
  .cygne img.signez-pour-nous {
    display: none;
  }
}
@media (min-width: 1025px) {
  .cygne img.signez-pour-nous {
    display: block;
    float: right;
    margin: 20px;
  }
}

select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
  display: none;
}

/**
 * Forms
 */

.cygne__form {
  flex: 1 1 auto;
}

.cygne__form-inline {
  display: flex;
}

.cygne__form-group {
  flex: 1 1 0;
  margin-bottom: 13px;
}

.cygne__form-inline .cygne__form-group:first-child {
  margin-right: 10px;
}

label.cygne__label {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
}

label.cygne__checkbox-label {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
  text-transform: none;
}

input.cygne__input[type="text"],
input.cygne__input[type="email"],
select.cygne__input {
  font-size: 18px;
  line-height: 26px;
  padding: 9px 14px 9px 14px;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  height: auto;
}

input.cygne__input.cygne__input--error[type="text"],
input.cygne__input.cygne__input--error[type="email"],
select.cygne__input.cygne__input--error {
  border: 1px solid #a81827 !important;
  background: rgba(168, 24, 39, 0.4) !important;
}

/**
 * Buttons
 */

.cygne__btn,
.cygne__btn:active,
.cygne__btn:hover,
.cygne__btn:focus,
.cygne__btn:visited {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 900;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  padding: 9px 15px 8px 15px;
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  background: #EB9339 !important;
  color: #fff !important;
}
.cygne__btn:hover {
  background: #E28C34 !important;
}
.cygne__btn:focus {
  border-width: 2px;
  border-style: solid;
  padding: 7px 13px 6px 13px;
  border-color: rgba(0, 0, 0, 0.20);
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.cygne__btn.cygne__btn--pending {
  position: relative;
}

.cygne__btn.cygne__btn--pending .button-label {
  visibility: hidden;
  opacity: 0;
}

.cygne__btn.cygne__btn--pending .button-spinner {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: auto;
  font-size: 8px;
  text-indent: -9999em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid rgba(255,255,255,0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.5s infinite linear;
  animation: load8 1.5s infinite linear;
}

.cygne__reset_btn {
  display: none; /* will be displayed later */
  background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  text-decoration: underline;
  cursor: pointer;
  margin: 0 10px;
}

/**
 * Light Theme
 */

.cygne--light,
.cygne--light a:link,
.cygne--light a:active,
.cygne--light a:hover,
.cygne--light a:visited,
.cygne--light h3.cygne__thank-you__message {
  color: #333 !important;
}

.cygne--light label.cygne__label,
.cygne--light label.cygne__checkbox-label {
  color: #333 !important;
}

.cygne--light input.cygne__input[type="text"],
.cygne--light input.cygne__input[type="text"]:focus,
.cygne--light input.cygne__input[type="email"],
.cygne--light input.cygne__input[type="email"]:focus,
.cygne--light select.cygne__input,
.cygne--light select.cygne__input:focus {
  background: rgba(255, 255, 255, 0.5);
  color: #333;
  border: solid 1px #999;
}

/**
 * Dark Theme
 */

 .cygne--dark,
 .cygne--dark a:link,
 .cygne--dark a:active,
 .cygne--dark a:hover,
 .cygne--dark a:visited,
 .cygne--dark h3.cygne__thank-you__message {
  color: #fff !important;
}

.cygne--dark label.cygne__label,
.cygne--dark label.cygne__checkbox-label {
  color: #fff !important;
}

.cygne--dark .cygne__reset_btn {
  color: #fff !important;
}
