/*
 * colors
 */
/* gradients */
/* rgb(227,30,37) */
/* rgb(21,21,21) */
/* marques */
@import url("https://use.typekit.net/vzb3xwm.css");
.gradient span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #ffffff;
  color: transparent !important;
  background-image: linear-gradient(150deg, #151515 0, #E31E25 100%);
}

.bggradient {
  background-color: #ffffff;
  color: transparent !important;
  background-image: linear-gradient(150deg, #151515 0, #E31E25 100%);
}

/*
 * fonts
 */
/*
$titre-1: 60px;
$titre-2: 42px;
$titre-4: 20px;
$titre-5: 18px;

$link-mini: 13px;
$link-cta: 12px;

$para-1: 14px;
$para-2: 16px;
*/
body {
  font-family: acumin-pro, sans-serif !important;
  font-size: 1em;
  color: #151515;
  background-color: #ffffff;
  /* MARKETING HAUT DE PAGE */
}

body h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

body h2:not(.gradient):after {
  content: " ";
  width: 87px;
  height: 30px;
  display: block;
  border-bottom: 2px solid #E31E25;
}

body main .wp-block-group,
body footer .wp-block-group {
  /* width: 100%; */
}

body main .wp-block-group .wp-block-group__inner-container,
body footer .wp-block-group .wp-block-group__inner-container {
  /* margin-right: 300px;
                margin-left: 300px; */
  width: 70%;
  margin-left: calc( (100% - 70%) / 2);
  margin-right: calc( (100% - 70%) / 2);
}

body a {
  text-decoration: none;
  color: #151515;
}

body .titre-1 {
  font-size: 4em;
}

body .titre-2 {
  font-size: 2.625em;
}

body .wp-block-group {
  border: 1px solid transparent;
  /* regle pb de gap entre blocks de ce type ??? */
}

body .wp-block-group .wp-block-group__inner-container {
  max-width: unset;
  padding: 0;
}

body footer .wp-block-group:last-of-type {
  border: 1px solid #E31E25;
}

.button-cta {
  background-color: #E31E25;
  color: #ffffff;
  border-radius: 20px;
  line-height: 100%;
  font-size: 1em;
}

.button-cta.join {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  padding: unset !important;
  font-weight: bold;
  display: block;
  height: 40px !important;
  width: 130px;
  line-height: 40px;
  color: #ffffff !important;
  text-align: center;
  border: 5px solid #ffffff;
  border-radius: 30px;
  font-size: 0.75em;
  margin-right: 29px;
  margin-right: 29px;
  margin-bottom: 0;
  background-color: transparent;
  -webkit-animation: clignote2 2s infinite;
  animation: clignote2 2s infinite;
}

.button-cta:hover {
  background-color: #ffffff;
  color: #E31E25 !important;
}

form#aga_contact_form {
  margin-top: 100px;
  width: 100%;
  height: auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

form#aga_contact_form input,
form#aga_contact_form select,
form#aga_contact_form textarea {
  color: #909090;
  padding: 0 3.5em 0 1em;
  font-size: 0.75em;
}

form#aga_contact_form input,
form#aga_contact_form select {
  height: 52px;
  margin-bottom: 1em;
}

form#aga_contact_form input {
  /* flex: 0 0 41.6%; */
  line-height: 1.5em;
}

form#aga_contact_form select {
  /* flex: 0 0 49%; */
  /* styling */
  background-color: #ffffff;
  border: 1px solid #909090;
  display: inline-block;
  line-height: 1.5em;
  /* reset */
  margin: 0;
  margin-bottom: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #909090 50%), linear-gradient(135deg, #909090 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  /* For IE10 */
}

form#aga_contact_form select::-ms-expand {
  display: none;
}

form#aga_contact_form textarea {
  width: 100%;
  height: 180px;
  margin-bottom: 1em;
}

form#aga_contact_form #form_errors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

form#aga_contact_form #form_errors label.error {
  font-size: 0.75em;
  color: #ffffff;
  display: block;
  width: 100%;
}

.simpleParallax {
  background-color: #eaeaea;
  height: 500px;
}

.simpleParallax .wp-block-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* dialog overlay */
.dialog {
  position: fixed;
  display: none;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  color: #ffffff;
}

.dialog h2:after {
  display: none !important;
}

.dialog .dialog-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(21, 21, 21, 0.75);
  -webkit-transition: .2s;
  transition: .2s;
}

.dialog .dialog-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dialog .dialog-box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.dialog .dialog-box .flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dialog .dialog-box .flex.column .dialog-text {
  width: 50%;
}

.dialog .dialog-img {
  width: 170px;
  height: 170px;
  background-clip: padding-box;
  background-repeat: no-repeat;
  margin-top: 80px;
}

.dialog .dialog-close {
  position: absolute;
  top: 50px;
  right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 18px;
  border: 1px solid #ffffff;
  cursor: pointer;
  border-radius: 50% 50%;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.dialog .dialog-close:hover {
  border: 1px solid #E31E25;
}

.dialog .dialog-close:hover::before {
  background: #E31E25;
}

.dialog .dialog-close:hover::after {
  background: #E31E25;
}

.dialog .dialog-close::before {
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  width: 70%;
  height: 6%;
  top: 47%;
  left: 15%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.dialog .dialog-close::after {
  background: #ffffff;
  display: block;
  content: '';
  width: 6%;
  height: 70%;
  left: 47%;
  top: 15%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.dialog .dialog-close::after:hover {
  background: #E31E25;
}

.dialog .dialog-text {
  margin-bottom: 50px;
}

.dialog .button-cta.close {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-color: #ffffff;
  height: 30px !important;
  line-height: 30px;
  padding: 0 15px !important;
  color: #ffffff !important;
}

.dialog .button-cta.close:hover {
  border-color: #E31E25;
  background-color: #ffffff !important;
  color: #E31E25 !important;
}
/*# sourceMappingURL=aga-contact-modal.css.map */