@charset "UTF-8";
/*
 * 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;
*/
/*
 * mixins
 */
body {
  font-family: acumin-pro, sans-serif !important;
  font-size: 1em;
  color: #151515;
  background-color: #ffffff;
  /* MARKETING HAUT DE PAGE */
}

@media screen and (max-width: 1282px) {
  body {
    padding-top: 150px !important;
  }
}

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%; */
}

@media screen and (max-width: 1282px) {
  body main .wp-block-group.groupe-magasin .wp-block-image img,
  body footer .wp-block-group.groupe-magasin .wp-block-image img {
    height: auto;
  }
}

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;
}

@media screen and (max-width: 1282px) {
  body .titre-2 {
    font-size: 2em;
    text-align: center;
  }
  body .titre-2:after {
    width: 100% !important;
  }
}

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: 30px;
  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.8em;
  margin-right: 29px;
  margin-right: 29px;
  margin-bottom: 0;
  background-color: transparent;
  -webkit-animation: clignote2 2s infinite;
  animation: clignote2 2s infinite;
}

@media screen and (max-width: 1282px) {
  .button-cta.join {
    margin: auto;
  }
  .button-cta.join.map {
    margin: 0;
  }
}

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

@media screen and (max-width: 1282px) {
  form .row-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  form .row-form #submit_form_contact {
    margin: auto;
  }
}

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;
}

@media screen and (max-width: 1282px) {
  form#aga_contact_form textarea, form#aga_contact_candidature textarea {
    margin-top: 2em !important;
    padding: 1em !important;
    width: auto !important;
    resize: none;
  }
}

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;
}

@media screen and (max-width: 1282px) {
  form#aga_contact_form .upload, form#aga_contact_candidature .upload {
    padding: 0 1vw;
    height: auto;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 1282px) {
  form#aga_contact_form {
    margin-top: 0;
  }
}

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

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

@media screen and (max-width: 1282px) {
  .simpleParallax {
    height: auto;
  }
}

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

/*Video*/
.wp-block-video {
  margin-left: -1px;
  margin-right: 0;
  margin-top: -1px;
  margin-bottom: -4px;
}

/*Map*/
.gm-style .gm-style-iw {
  font-size: 1em;
}

.infowindows .button-cta.map {
  font-size: 0.9em;
}

@media screen and (max-width: 1282px) {
  #map {
    width: 100vw !important;
  }
}

@media screen and (max-width: 1282px) {
  .filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100% !important;
  }
}

@media screen and (max-width: 1282px) {
  .filters .filter {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .filters .filter:nth-child(2) {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-radius: 0 !important;
  }
  .filters .filter span {
    width: auto !important;
    margin-left: 3vw;
  }
}

.gm-style-iw {
  max-height: initial !important;
}

.gm-style-iw-d {
  max-height: initial !important;
}

@media screen and (max-width: 1282px) {
  .wp-block-group.groupe-talents .wp-block-group__inner-container .wp-block-columns .wp-block-column:last-of-type {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.groupe-academie .col-pitch {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media screen and (max-width: 1282px) {
  .groupe-academie .col-pitch {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

.groupe-academie .col-pitch .pitch {
  margin-top: 1em;
  font-size: 2.2em;
}

@media screen and (max-width: 1282px) {
  .groupe-academie .col-pitch .pitch {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.8rem;
  }
}

.groupe-atelier .has-text-align-center {
  text-align: center;
  font-size: 1.17em;
}

/*
 * mixins
 */
.infowindows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 250px;
  padding-bottom: 0.2em;
}

.infowindows h4,
.infowindows p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.05em;
}

.infowindows .title {
  font-weight: bold;
  font-size: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.infowindows .title a.round-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #E31E25;
  color: white;
  border-radius: 50%;
}

.infowindows .bloc-horaires {
  margin-top: 1em;
}

.infowindows .bloc-horaires .horaires {
  list-style-type: none;
  margin: 0;
  padding: 0;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: capitalize;
}

.infowindows .bloc-horaires .horaires .horaire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
}

.infowindows .bloc-horaires .horaires .horaire span.horaire-jour {
  /* flex-grow: 1; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.infowindows .bloc-horaires .horaires .horaire span.horaire-plage {
  /* flex-grow: 2; */
  /* text-align: right; */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 9em;
}

.infowindows .bloc-horaires .horaires .horaire span.horaire-plage span {
  margin: 0 0.5em;
}

.infowindows .bloc-services {
  margin-top: 1em;
  margin-bottom: 1em;
}

.infowindows .bloc-services .services {
  list-style-type: none;
  margin: 0;
  padding: 0;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.infowindows .bloc-services .services .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
}

.infowindows .button-cta.map {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 0;
  border: 2px solid #E31E25;
  height: 20px !important;
  line-height: 20px;
  color: #E31E25 !important;
  background-color: transparent;
  -webkit-animation: clignote2 2s infinite;
          animation: clignote2 2s infinite;
  font-size: 0.75em;
}

.infowindows .button-cta.map:hover {
  border: 2px solid #ffffff;
  background-color: #E31E25 !important;
  color: #ffffff !important;
}

.groupe-map {
  background-color: #eaeaea;
  border-top: 1px solid #909090;
}

.groupe-map .map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.groupe-map .map h2,
.groupe-map .map p,
.groupe-map .map .filter {
  width: 60%;
  margin: auto;
  text-align: center;
}

.groupe-map .map h2 {
  font-size: 2.625em;
  margin-bottom: 30px;
}

.groupe-map .map h2:after {
  content: none;
  width: 0;
  height: 0;
  display: none;
  border-bottom: none;
}

.groupe-map .map p {
  font-size: 1em;
}

.groupe-map .map p.sup-title {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #E31E25;
  font-weight: 700;
}

.groupe-map .map p.sub-title {
  margin-bottom: 30px;
}

.groupe-map .map .filters {
  width: 590px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.groupe-map .map .filters .filter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
  height: 40px;
  line-height: 100%;
  background-color: #ffffff;
  color: #707070;
  font-weight: 700;
  font-size: 0.75em;
  letter-spacing: 0.0625em;
  border-radius: 2px;
}

.groupe-map .map .filters .filter span {
  display: inline-block;
  width: 120px;
}

.groupe-map .map .filters .filter:after {
  content: ">";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 10px;
  top: 50%;
  width: 20px;
  font-stretch: extra-expanded;
  display: block;
  background-size: contain;
}

.groupe-map .map .filters .filter > ul {
  display: none;
  position: absolute;
  top: 40px;
  left: 0px;
  text-align: left;
  list-style-type: none !important;
  background: #fff;
  border: 1px solid #707070;
  margin: 0px;
  padding-left: 0px;
  width: calc(100% - 2px);
  z-index: 30;
  cursor: pointer;
}

.groupe-map .map .filters .filter > ul li {
  margin-left: 0px;
  padding: 10px 5px !important;
  border-bottom: 1px solid #707070;
  list-style-type: none;
  text-transform: uppercase;
}

.groupe-map .map .filters .filter > ul li:last-of-type {
  border-bottom: 1px solid transparent;
}

.groupe-map .map #map {
  width: 100%;
  height: 500px;
  margin-bottom: 50px;
}

.groupe-map .map #list {
  cursor: pointer;
  width: 100%;
  margin-bottom: 50px;
}

.groupe-map .map #list .wrapper {
  padding: 1em;
  height: 100vh !important;
  /* recalculé par js */
  width: calc(100% - 2em);
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1398.98px) {
  .groupe-map .map #list .wrapper {
    height: 125vh !important;
  }
}

@media screen and (max-width: 991.98px) {
  .groupe-map .map #list .wrapper {
    height: auto !important;
  }
}

.groupe-map .map #list .wrapper > span {
  width: 31.5%;
  height: 2em;
  margin-bottom: 1.5em;
  padding: 0.2em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75em;
  border: none;
  background-color: #C9C9C9;
}

@media screen and (max-width: 991.98px) {
  .groupe-map .map #list .wrapper > span {
    padding: 0.5em;
    width: 100%;
    height: auto;
  }
}

.groupe-map .map #list .wrapper > span.dptNumber {
  background-color: transparent;
  font-weight: bold;
  font-size: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 0.5em;
  color: #E31E37;
}

.groupe-map .map #list .wrapper > span:hover {
  background-color: #ffffff;
}

.groupe-map .map #list .wrapper > span:hover .titre {
  color: #E31E25;
}

.groupe-map .map #list .wrapper > span span {
  border: none;
}

.groupe-map .map #list .wrapper > span span.titre {
  text-transform: uppercase;
  font-weight: bold;
}

.groupe-map .map #list .wrapper > span span.ville {
  text-align: right;
}

.groupe-map .map #list .wrapper > span span.titre, .groupe-map .map #list .wrapper > span span.ville {
  margin: 0;
}

@media screen and (max-width: 991.98px) {
  .groupe-map .map #list .wrapperspan:not(:first-child) {
    margin-top: 1vw;
  }
}
/*# sourceMappingURL=aga-map.css.map */