@charset "UTF-8";
/*
Theme Name: BlankSlate Child
Template: blankslate
*/
@media (max-width: 1024px) {
  .description_content {
    min-width: 60%;
  }
  .description_bloc1 h2 {
    font-size: 2.7rem;
  }
  .description_bloc2 p {
    font-size: 1.5rem;
  }
  #timeline {
    height: fit-content !important;
  }
  .cv_title {
    padding-left: 4rem !important;
  }
  .contact_container {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  html, main {
    scroll-behavior: auto !important;
  }
  .hero_title {
    font-size: 2.6rem !important;
  }
  .hero_subtitle {
    font-size: 1.8rem !important;
  }
  .description_content {
    min-width: 90%;
  }
  .description_bloc1 h2 {
    font-size: 2.5rem;
  }
  .description_bloc2 p {
    font-size: 1.5rem;
  }
  .description_under {
    gap: 2rem !important;
  }
  .cv_timeline-wrapper {
    height: auto !important;
    overflow: visible !important;
    padding: 2rem 0;
  }
  .cv_timeline {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start;
    overflow-x: visible !important;
    overflow-y: visible;
    padding-left: 0 !important;
    gap: 4rem !important;
    cursor: default;
  }
  .cv_timeline::before {
    content: "";
    position: absolute;
    top: 0 !important;
    left: 20% !important;
    transform: translateX(-50%);
    width: 4px !important;
    height: 100% !important;
    background-color: rgb(66, 55, 134);
  }
  .cv_item-wrapper {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: all 0.4s ease;
  }
  .cv_item-wrapper .cv_date {
    position: relative !important;
    z-index: 2;
    left: -29%;
  }
  .cv_item-wrapper .cv_item {
    transform: none !important;
    width: 50%;
    max-width: 500px;
    align-self: flex-end !important;
    min-width: 0px !important;
  }
  .cv_item-wrapper .cv_more {
    position: relative !important;
    left: 23% !important;
    transform: translateX(-49.5%) !important;
    width: 48% !important;
    align-self: flex-end !important;
    top: -4rem !important;
    max-height: 0;
    overflow: hidden;
    border-radius: 1rem !important;
    transition: max-height 0.7s ease, top 0.5s ease !important;
  }
  .cv_item-wrapper .cv_more .cv_more-inner {
    transition: opacity 0.4s ease;
    opacity: 0;
  }
  .cv_item-wrapper.open .cv_more {
    max-height: 1000px;
    top: -1rem !important;
    left: -3%;
    width: 48% !important;
    align-self: flex-end !important;
    border-radius: 1rem !important;
    padding: 1rem !important;
  }
  .cv_item-wrapper.open .cv_more .cv_more-inner {
    opacity: 1;
  }
  .cv_item-wrapper.top .cv_date, .cv_item-wrapper.bottom .cv_date {
    transform: translate(0%, calc(-50% - 0px)) !important;
  }
  .cv_item-wrapper .cv_toggle {
    font-size: 0 !important;
  }
  .cv_item-wrapper .cv_toggle::after {
    content: "▼" !important;
    font-size: inherit;
  }
  .cv_item-wrapper .cv_toggle::after {
    font-size: 0.7rem !important;
    display: inline-block;
  }
}
@media (max-width: 425px) {
  .hero_title {
    font-size: 2rem !important;
  }
  .hero_subtitle {
    font-size: 1.4rem !important;
  }
  .description .word {
    display: inline-block;
    opacity: 1 !important;
  }
}
@font-face {
  font-family: "SpaceGrotesk";
  src: url("assets/fonts/SpaceGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SpaceGrotesk-Bold";
  src: url("assets/fonts/SpaceGrotesk-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SpaceGrotesk-Light";
  src: url("assets/fonts/SpaceGrotesk-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
html, body {
  overflow-y: scroll;
}

html {
  overflow-y: auto !important;
}

body {
  background: rgb(255, 255, 255);
  font-family: "SpaceGrotesk", sans-serif;
  margin: 0;
  overflow-y: auto !important;
}

main {
  height: 100vh;
}

section {
  min-height: 100vh;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgb(237, 237, 237);
  color: rgb(66, 55, 134);
}
.hero_space {
  height: 25%;
}
.hero_title {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "SpaceGrotesk-Bold";
  font-size: 4rem;
  margin: 0;
}
.hero_subtitle {
  font-family: "SpaceGrotesk-Light", sans-serif;
  font-weight: 300;
  font-size: 45px;
  margin: 0;
}
.hero_links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.hero_links :hover img {
  transform: scale(1.5);
}
.hero_links img {
  width: 24px;
  height: 24px;
  transition: transform 0.5s;
}
.hero_scroll {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  gap: 25px;
  transition: transform 0.3 ease;
}
.hero_scroll:hover .text {
  transform: translateY(10px);
}
.hero_scroll:hover a img {
  transform: translateY(-10px);
}
.hero_scroll .text, .hero_scroll a img {
  transition: transform 0.5s ease;
}

.description {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: rgb(66, 55, 134);
  color: rgb(237, 237, 237);
  box-sizing: border-box;
  justify-content: center;
}
.description_content {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.description_content .word {
  display: inline-block;
  opacity: 1;
}
.description_content .split-text {
  display: block; /* block pour éviter que la hauteur explose */
  margin: 0;
  padding: 0;
  overflow: visible;
  line-height: 1.3;
}
.description_bloc1 {
  font-family: "SpaceGrotesk-Light", sans-serif;
  font-weight: 200;
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: left;
}
.description_under {
  display: flex;
  flex-direction: row;
  gap: 5rem;
}
.description_bloc2 {
  font-weight: 400;
  font-size: 1.5rem;
  text-align: left;
}
.description_bloc3 {
  font-family: "SpaceGrotesk-Light", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  text-align: left;
  max-width: 50%;
}
.description_bloc4 {
  font-family: "SpaceGrotesk-Light", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  text-align: left;
}

#timeline {
  min-height: 110vh;
}

.cv {
  box-sizing: border-box;
  color: rgb(66, 55, 134);
  background-color: rgb(237, 237, 237);
  padding-top: 2rem;
}
.cv_content {
  width: 100%;
  box-sizing: border-box;
}
.cv_title {
  font-family: "SpaceGrotesk-Light", sans-serif;
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
  text-align: left;
  max-width: 90%;
  margin: 0;
  padding-left: 15rem;
}
.cv_timeline-wrapper {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.cv_timeline {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
  overflow-x: scroll;
  scroll-behavior: smooth;
  padding: 2rem;
  cursor: grab;
  user-select: none;
  width: 100%;
  height: 103%;
  box-sizing: border-box;
  scrollbar-width: auto;
  scrollbar-color: rgb(66, 55, 134) transparent;
  padding-left: 15rem;
}
.cv_timeline.grabbing {
  cursor: grabbing;
}
.cv_timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: var(--line-left, 0px);
  width: var(--line-width, 100%);
  height: 4px;
  background-color: rgb(66, 55, 134);
  z-index: 0;
}
.cv .cv_item {
  display: flex;
  flex-direction: column;
  gap: 0px;
  max-width: 500px;
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
  scroll-snap-align: center;
  position: relative;
  z-index: 2;
  min-width: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cv .cv_item .cv_logo {
  width: 100%;
  max-width: 200px;
  max-height: 100px;
  padding: 0px 0 10px 0;
  display: flex;
  justify-self: center;
  align-items: center;
  margin: 0 auto 10px auto;
}
.cv .cv_item .cv_logo img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
  display: block;
}
.cv .cv_item_date {
  height: fit-content;
  width: fit-content;
  background-color: rgb(66, 55, 134);
  color: white;
  padding: 8px;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  align-self: center;
}
.cv .cv_item_date p {
  margin: 0;
}
.cv .cv_item_date a {
  text-decoration: none;
  color: inherit;
}
.cv .cv_item_date:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.cv .cv_item_discover {
  height: fit-content;
  width: fit-content;
  background-color: rgb(66, 55, 134);
  color: white;
  padding: 8px;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  align-self: center;
}
.cv .cv_item_discover p {
  margin: 0;
}
.cv .cv_item_discover a {
  text-decoration: none;
  color: inherit;
}
.cv .cv_item_discover:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.cv .cv_item h3, .cv .cv_item p {
  margin: 10px 0;
}
.cv .cv_item.top {
  align-self: center;
  transform: translateY(calc(-50% - 2rem));
}
.cv .cv_item.bottom {
  align-self: center;
  transform: translateY(calc(50% + 2rem));
}
.cv .cv_date {
  position: absolute;
  background-color: rgb(66, 55, 134);
  top: 50%;
  color: white;
  padding: 6px 12px;
  border-radius: 1rem;
  font-size: 0.9rem;
  z-index: 0;
}
.cv .cv_item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  overflow: visible;
  transition: all 0.4s ease;
}
.cv .cv_item-wrapper.animating {
  overflow: hidden;
}
.cv .cv_item-wrapper.top .cv_date {
  transform: translate(0%, calc(-50% - 0px));
}
.cv .cv_item-wrapper.top .cv_date p {
  margin: 0;
}
.cv .cv_item-wrapper.bottom .cv_date {
  transform: translate(0%, calc(-50% - 0px));
}
.cv .cv_item-wrapper.bottom .cv_date p {
  margin: 0;
}
.cv .cv_item-wrapper .cv_more {
  position: absolute;
  left: 50%;
  width: 82.5%;
  background: white;
  padding: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: default;
  transform: translate(-50%, 0) scaleY(0);
  transform-origin: top;
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.5s ease;
  z-index: 1;
  transition-delay: 0.3s;
}
.cv .cv_item-wrapper .cv_more .cv_more-inner {
  transition: opacity 0.2s ease, transform 0.4s ease;
  opacity: 0;
  transition-delay: 0s;
  transform: translateY(20px);
}
.cv .cv_item-wrapper .cv_more .cv_more-inner .cv_more-animated {
  display: inline-block;
}
.cv .cv_item-wrapper .cv_more .cv_more-inner .cv_more-animated span {
  opacity: 0;
  transform: translateY(15px);
  display: inline-block;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition-delay: calc(var(--i) * 0.01s);
}
.cv .cv_item-wrapper .cv_more p {
  z-index: 0;
  position: relative;
}
.cv .cv_item-wrapper.top .cv_more {
  top: 35%;
  transform-origin: top;
  border-radius: 0 0 1rem 1rem;
}
.cv .cv_item-wrapper.bottom .cv_more {
  bottom: 35%;
  transform-origin: bottom;
  border-radius: 1rem 1rem 0 0;
}
.cv .cv_item-wrapper.open .cv_more {
  opacity: 1;
  transform: translate(-50%, 0) scaleY(1);
  transition-delay: 0.1s;
}
.cv .cv_item-wrapper.open .cv_more .cv_more-inner {
  opacity: 1;
  transition-delay: 0.35s;
  transform: translateY(0);
}
.cv .cv_item-wrapper.open .cv_more .cv_more-inner .cv_more-animated span {
  opacity: 1;
  transform: translateY(0);
}
.cv .cv_item-wrapper .cv_item-wrapper:not(.open) .cv_more {
  transition-delay: 0s;
}
.cv .cv_item-wrapper .cv_item-wrapper:not(.open) .cv_more .cv_more-inner {
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 0s;
}
.cv .cv_item-wrapper .cv_item-wrapper:not(.open) .cv_more .cv_more-inner .cv_more-animated span {
  opacity: 0;
  transform: translateY(15px);
  transition-delay: 0s !important;
}
.cv .cv_item-wrapper .cv_toggle {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
  border-radius: 1rem;
  cursor: pointer;
  background: rgb(66, 55, 134);
  color: white;
  transition: 0.3s;
  z-index: 3;
  position: relative;
  align-self: center;
  width: fit-content;
}
.cv .cv_item-wrapper .cv_toggle:hover {
  background-color: rgb(237, 237, 237);
  color: rgb(66, 55, 134);
  border-color: rgb(66, 55, 134);
}

.contact {
  display: flex;
  align-items: center;
  background: #423786;
  color: #f5f5f5;
  box-sizing: border-box;
  justify-content: center;
  min-height: 100vh;
}
.contact_container {
  width: 70%;
  position: relative;
  justify-self: center;
  height: 100%;
  padding: 4rem 0;
}
.contact_formulaire {
  width: 100%;
}
.contact_content {
  max-width: 80%;
  justify-self: center;
  width: 100%;
}
.contact h2 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.contact form {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact form .wpcf7-not-valid-tip {
  color: #ff8f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
  position: absolute;
}
.contact p {
  width: 100%;
}
.contact_title {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.contact .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}
.contact .wpcf7-list-item input[type=checkbox] {
  height: 18px;
  accent-color: #a195ef;
  cursor: pointer;
  width: 4% !important;
}
.contact .wpcf7-list-item label {
  font-size: 1rem;
  color: #ededed;
  display: contents;
}
.contact .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact .wpcf7-form input:not([type=submit]),
.contact .wpcf7-form textarea {
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
  resize: none;
  margin: 10px 0;
}
.contact .wpcf7-form input[type=submit] {
  padding: 0.8rem 2rem;
  background: #fff;
  color: #423786;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: transform 0.3s ease;
  width: auto;
  margin: 1rem auto 0;
  display: block;
}
.contact .wpcf7-form input[type=submit]:hover {
  transform: scale(1.05);
}

/*# sourceMappingURL=style.css.map */
