/*
 * 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, form#aga_contact_candidature {
  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, form#aga_contact_candidature input,
form#aga_contact_candidature select,
form#aga_contact_candidature textarea {
  color: #909090;
  padding: 0 3.5em 0 1em;
  font-size: 0.75em;
}

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

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

form#aga_contact_form select, form#aga_contact_candidature 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, form#aga_contact_candidature select::-ms-expand {
  display: none;
}

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

form#aga_contact_form #form_errors, form#aga_contact_candidature #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, form#aga_contact_candidature #form_errors label.error {
  font-size: 0.75em;
  color: #ffffff;
  display: block;
  width: 100%;
}

form#aga_contact_form .upload, form#aga_contact_candidature .upload {
  line-height: 50px;
  height: 52px;
  font-size: 1em;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50px;
  border: 2px solid #E31E25;
  color: #E31E25;
  font-weight: bold;
}

.parallax .wp-block-imagealigncenter {
  margin-top: 0;
  margin-bottomp: 0;
}

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

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

.slider_histoire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
}

.slider_histoire .box {
  width: 100% !important;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  margin: 0px !important;
}

.slider_histoire .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.slider_histoire .item .item-titre {
  font-size: 2.625em;
  margin-top: 0;
  margin-bottom: 1em;
  min-width: 300px;
  text-align: left;
}

.slider_histoire .item .item-texte {
  font-size: 1.25em;
  padding-top: 0.4em;
  min-width: calc(100% - 300px);
  text-align: right;
}

.sliderRange {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background: #707070;
  outline: none;
  opacity: 1;
}

.sliderRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 50px;
  height: 6px;
  background: #E31E25;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #707070;
}

.sliderRange::-moz-range-thumb {
  width: 50px;
  height: 6px;
  background: #E31E25;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #707070;
}

.dots-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 50px;
  width: 100%;
  height: 50px;
}

.dots-container .dot {
  cursor: pointer;
  margin: 5px;
  width: 10px;
  height: 10px;
  color: #333;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #E31E25;
  z-index: 90;
}

.dots-container .dot.active {
  background-color: #E31E25;
  border: 2px solid #ffffff;
}
/*# sourceMappingURL=aga-histoire.css.map */