 :root {
  --color-primary: #FA5114;
}

body {
  font-size: 24px;
  line-height: 33px;
  scroll-behavior: smooth;
}
body * {
  font-family: "Poppins", Arial, sans-serif;
}

.menu-toggle {
  display: none;
}

.menu-toggle {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  padding: 10px 8px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.hamburger-bar {
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  display: block;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle.is-open .hamburger-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open .hamburger-bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open .hamburger-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.lp-top-navigation {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  z-index: 120 !important;
  background: #000;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.08);*/
}

.lp-top-navigation .wrapper {
  max-width: 1450px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.lp-header-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  text-decoration: none;
}

.lp-header-brand img {
  width: 150px;
  height: auto;
  display: block;
}

.lp-header-brand-separator {
  font-size: 44px;
  line-height: 1;
  font-weight: 300;
}

.lp-header-brand-google {
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
}

.lp-header-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 34px;
}

.lp-header-nav a {
  color: #9CA3AF;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.lp-header-nav a:hover {
  color: #ffffff;
}

.lp-header-cta {
  display: inline-block;
  background: var(--color-primary);
  color: #FFF;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 14px 22px;
  line-height: 1;
  border-radius: 4px;
}

.lp-google-page {
  background: #000000;
  color: #ffffff;
  font-family: "Poppins", Arial, sans-serif;
}

#programme,
#conferenciers,
#partenaires,
#infos-pratiques,
#inscription {
  scroll-margin-top: 110px;
}

#inscription {
  padding-left: 7.5%;
  padding-right: 7.5%;
}

.lp-logo {
  margin-bottom: 46px;
}

.lp-container {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-section-generic {
  padding-left: 7.5%;
  padding-right: 7.5%;
}

.lp-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.lp-hero {
  padding-top: 72px;
  background: #141414;
}

.lp-hero-grid {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}

.lp-kicker {
  margin: 0 0 10px 0;
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.8px;
}

.lp-title {
  margin: 0;
  font-size: 56px;
  line-height: 1;
  text-transform: uppercase;
  line-height: 80px;
  font-weight: 900;
}
.lp-title span {
  color: var(--color-primary);
  display: block;
}

.lp-subtitle {
  margin: 18px 0 0 0;
  color: #c7cfdd;
  max-width: 580px;
}

.lp-hero-cta-row {
  margin-top: 26px;
  display: flex;
  gap: 18px 28px;
  justify-content: flex-start;
  align-items: center;
  /*flex-wrap: wrap;*/
}
.lp-hero-cta-row .lp-btn-primary {
  padding: 25px 30px;
  border-radius: 4px;
  position: relative;
  padding-right: 64px;
}
.lp-hero-cta-row .lp-btn-primary::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background-image: url("../images/lp-google/Icon-8.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.lp-program .lp-btn-primary {
  position: relative;
  padding-right: 64px;
}

.lp-program .lp-btn-primary::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background-image: url("../images/lp-google/Icon-8.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.lp-btn {
  display: inline-block;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid transparent;
}

.lp-btn-primary {
  background: var(--color-primary);
  color: #ffffff;
  padding: 30px 45px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  border-radius: 4px;
  white-space: nowrap;
}

.lp-btn-ghost {
  background: transparent;
  border-color: #2c3442;
  color: #ffffff;
}

.lp-btn-full {
  width: 100%;
}

.lp-meta-list {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 12px 30px;
  flex-wrap: wrap;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  align-content: center;
  align-items: center;
}
.lp-meta-list > li {
  display: flex;
  align-items: center;
  width: 100%;
}

.lp-image-placeholder {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
}

.lp-stats {
  background: #121415;
  text-align: center;
  padding-bottom: 130px;
}
.lp-stats .title {
  font-family: "Roboto Mono", monospace;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.lp-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 80%;
  margin: 0 auto;
  gap: 16px;
}

.lp-stat-card {
  padding: 20px;
  text-align: center;
}

.lp-stat-value {
  margin: 0 0 15px 0;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

.lp-stat-card:nth-child(2) {
  margin-top: -25px;
}

.lp-stat-label {
  margin: 8px 0 0 0;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
}

.lp-h2 {
  margin: 0 0 18px 0;
  font-size: 34px;
  line-height: 1.1;
  text-transform: uppercase;
}

.lp-text {
  margin: 0;
  color: #c7cfdd;
  line-height: 1.7;
}

.lp-summary {
  background: #0c0e0f;
  display: flex;
  flex-wrap: wrap;
  padding-top: 110px;
  padding-bottom: 80px;
}
.lp-summary .left,
.lp-summary .right {
  width: 50%;
}
.lp-summary .left .lp-h2 {
  font-size: 48px;
  line-height: 66px;
  font-weight: 900;
  max-width: 450px;
  position: relative;
}
.lp-summary .left .lp-h2 span {
  color: var(--color-primary);
}
.lp-summary .left .lp-h2::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 4px;
  max-width: 100px;
  background: var(--color-primary);
}
.lp-summary .right {
  padding-left: 100px;
}
.lp-summary .right p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
.lp-summary .right strong {
  font-weight: 700;
  font-family: "Poppins", Arial, sans-serif;
}

#programme {
  background: #121415;
  padding-top: 80px;
  padding-bottom: 100px;
}
#programme .prefix-title {
  font-family: "Roboto Mono", monospace;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 5px;
}
#programme .lp-h2 {
  text-align: center;
  margin-bottom: 65px;
  font-size: 48px;
  line-height: 66px;
  font-weight: 900;
}

.lp-program-container {
  max-width: 845px;
  margin: 0 auto;
}

.lp-program-list {
  display: grid;
  gap: 14px;
}

.lp-program-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  padding: 50px 16px;
  position: relative;
}
.lp-program-item::after {
  content: "";
  height: 100%;
  width: 1px;
  background: var(--color-primary);
  position: absolute;
  top: 64px;
  left: 40px;
  z-index: -1;
}
.lp-program-item .header-content {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 23px;
  font-weight: 700;
}
.lp-program-item .header-content .header-content-title {
  font-size: 20px;
}
.lp-program-item .header-content .lp-program-time {
  color: var(--color-primary);
  font-size: 14px;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
}
.lp-program-item .content-item {
  color: #C2C7CB;
  font-size: 16px;
}
.lp-program-item .content-item strong {
  font-weight: 700;
}
.lp-program-item .lp-program-item-icon {
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #282a2b;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 3;
}
.lp-program-item .left {
  position: relative;
}
.lp-program-item .right {
  position: relative;
}
.lp-program-item .right::after {
  content: "";
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: -50px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.lp-program-item .content {
  color: #C2C7CB;
}

.lp-program-time {
  margin: 0;
  color: #ff6a2a;
  font-weight: 700;
}

.lp-program-item h3 {
  margin: 0;
  font-size: 18px;
}

.lp-center {
  margin-top: 50px;
  text-align: center;
  position: relative;
}
.lp-center::after {
  content: "";
  width: 50%;
  height: 1px;
  background: var(--color-primary);
  position: absolute;
  bottom: 50%;
  left: 40px;
  margin: 0 auto;
  display: block;
}
.lp-center::before {
  content: "";
  height: 30px;
  width: 1px;
  background: var(--color-primary);
  position: absolute;
  left: 40px;
  display: block;
  top: 11px;
}
.lp-center .lp-btn {
  position: relative;
  z-index: 3;
}

.lp-speakers {
  background: #0c0e0f;
  padding-top: 80px;
  padding-bottom: 100px;
}
.lp-speakers .lp-h2 {
  margin-bottom: 65px;
  font-size: 48px;
  line-height: 66px;
  font-weight: 900;
}
.lp-speakers .lp-h2 span {
  color: var(--color-primary);
}

.lp-speaker-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.lp-speaker-grid > article {
  width: calc(33.333333% - 30px);
  padding: 23px;
  box-sizing: border-box;
}
.lp-speaker-grid > article img {
  max-width: 100%;
}

.lp-speaker-card {
  padding: 12px;
  background: #121415;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-speaker-photo {
  min-height: 150px;
  /*background: #121415;
  border: 1px solid rgba(255, 255, 255, 0.10);*/
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8f9ab0;
}

.lp-speaker-name {
  margin: 10px 0 4px 0;
  font-weight: 700;
  color: #fff;
}

.lp-speaker-role {
  margin: 0;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto Mono", monospace;
  line-height: 18px;
  margin-bottom: 25px;
}

.lp-parleurs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-speaker-social {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lp-parleurs,
.lp-testimonial {
  background: #121415;
}

.lp-testimonial,
.lp-parleurs {
  text-align: center;
}
.lp-testimonial .title,
.lp-parleurs .title {
  font-family: "Roboto Mono", monospace;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}

.lp-meta-list,
.lp-list {
  margin: 0;
  padding-left: 0;
}
.lp-meta-list li,
.lp-list li {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 8px;
  padding-left: 32px;
  position: relative;
  text-transform: uppercase;
}
.lp-meta-list li.location-icon::before,
.lp-list li.location-icon::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../images/lp-google/Icon.svg");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
}
.lp-meta-list li.calendar-icon::before,
.lp-list li.calendar-icon::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../images/lp-google/Icon-7.svg");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.lp-meta-list li.location-icon::before {
  background-image: url("../images/lp-google/mdi_location.svg");
  width: 24px;
  height: 24px;
  background-size: cover;
}
.lp-meta-list li.calendar-icon::before {
  background-image: url("../images/lp-google/lets-icons_date-fill.svg");
  width: 24px;
  height: 24px;
  background-size: cover;
}

.lp-parleurs-grid {
  display: flex;
  gap: 80px;
  justify-content: center;
  align-items: center;
}

.lp-testimonial {
  padding-top: 80px;
  padding-bottom: 100px;
}

.lp-testimonial-slider {
  max-width: 770px;
  margin: 28px auto 0 auto;
}

.lp-testimonial-track {
  position: relative;
}

.lp-testimonial-slide {
  position: relative;
  background: #2b2f35;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 54px 62px 48px 62px;
  /* min-height: 430px;*/
  text-align: left;
  display: none;
}

.lp-testimonial-slide.is-active {
  display: block;
}

.lp-quote-mark {
  position: absolute;
  top: -18px;
  left: 18px;
  margin: 0;
  width: 40px;
  height: 40px;
  background-image: url("../images/lp-google/Icon-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
}

.lp-quote {
  margin: 0 0 40px 0;
  max-width: 770px;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}

.lp-quote-author {
  margin: 0 0 3px 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

/*Ajouté par Noémie*/
.lp-quote a {
  color: #ffffff !important;
  text-decoration: underline !important;
}

.lp-quote-author a {
  color: inherit;
  text-decoration: none;
}

.lp-quote-author a:hover {
  color: inherit;
  text-decoration: none;
}

.lp-quote-role {
  margin: 0;
  margin-top: -px;
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-family: "Roboto Mono", monospace;
}

.lp-testimonial-progress {
  margin-top: 34px;
  width: 100%;
  height: 8px;
  background: #20252f;
}

.lp-testimonial-progress-fill {
  display: block;
  height: 100%;
  width: 33.333%;
  background: var(--color-primary);
  transition: width 0.4s ease;
}

.lp-location {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #0c0e0f;
  padding-left: 30px;
  padding-right: 30px;
}

.lp-location-grid {
  display: flex;
  gap: 24px;
  align-items: center;
}
.lp-location-grid > div {
  width: calc(50% - 12px);
}
.lp-location-grid > div img {
  max-width: 100%;
}
.lp-location-grid .lp-location-content {
  padding-left: 30px;
}
.lp-location-grid .lp-location-content .lp-text {
  font-size: 18px;
  line-height: 30px;
}
.lp-location-grid .lp-h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.lp-list {
  margin: 14px 0 0 0;
  color: #c7cfdd;
}

.lp-list li {
  margin-bottom: 8px;
}

.lp-countdown {
  background: #0b0d12;
  padding-top: 90px;
  padding-bottom: 90px;
}

.lp-countdown-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.lp-countdown-title {
  margin: 0 0 28px 0;
  font-family: "Roboto Mono", monospace;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #ffffff;
}

.lp-countdown-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 34px;
}

.lp-countdown-item {
  min-width: 95px;
}

.lp-countdown-value {
  margin: 0;
  font-size: 64px;
  line-height: 1;
  font-weight: 900;
  color: #ffffff;
}

.lp-countdown-label {
  margin: 8px 0 0 0;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}

.lp-countdown-text {
  max-width: 760px;
  margin: 0 auto 50px auto;
  color: #c7cfdd;
  font-size: 18px;
  line-height: 1.5;
}

.lp-faq {
  background: #0c0e0f;
  padding-top: 72px;
  padding-bottom: 90px;
  padding-left: 7.5%;
  padding-right: 7.5%;
}

.lp-faq-list {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-faq-trigger {
  width: 100%;
  padding: 22px 34px 22px 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}

.lp-faq-icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background-image: url("../images/lp-google/weui_arrow-filled-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.2s ease;
}

.lp-faq-item.is-open .lp-faq-icon {
  background-image: url("../images/lp-google/weui_arrow-filled.svg");
}

.lp-faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.lp-faq-item.is-open .lp-faq-panel {
  max-height: 200px;
}

.lp-faq-panel p {
  margin: 0 0 22px 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 24px;
  max-width: 90%;
}

.lp-register {
  background: #090c12;
  position: relative;
  overflow: hidden;
  padding-top: 88px;
  padding-bottom: 88px;
}

.lp-register-grid {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 56px;
  align-items: center;
}

.lp-register::before {
  content: "";
  position: absolute;
  right: -180px;
  top: -120px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(255, 92, 34, 0.12) 0%, rgba(255, 92, 34, 0) 70%);
  pointer-events: none;
}

.lp-register-content .lp-h2 {
  font-size: 72px;
  line-height: 77px;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 900;
}
.lp-register-content .lp-h2 span {
  color: var(--color-primary);
}

.lp-register-content .lp-h2 span {
  color: var(--color-primary);
}

.lp-register-content .lp-text {
  max-width: 500px;
  font-size: 20px;
  line-height: 28px;
  color: #C2C7CB;
}

#lp-hubspot-form .hbspt-form,
#lp-hubspot-form form {
  margin: 0;
}

#lp-hubspot-form .hs-form-field {
  margin-bottom: 14px;
}

#lp-hubspot-form .hs-form-field > label,
#lp-hubspot-form .hs-form-field label {
  display: block;
  margin: 0 0 8px 0;
  color: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-family: "Roboto Mono", monospace;
}

#lp-hubspot-form .hs-form-field .input {
  margin-right: 0 !important;
}

#lp-hubspot-form .hs-input {
  width: 100% !important;
  height: 46px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: #050912 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  padding: 0 14px !important;
  font-size: 16px !important;
  box-sizing: border-box;
}

#lp-hubspot-form textarea.hs-input {
  min-height: 120px;
  padding: 12px 14px !important;
}

#lp-hubspot-form .hs-input::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
}

#lp-hubspot-form .hs-form-booleancheckbox-display {
  display: flex !important;
  align-items: flex-start;
  gap: 8px;
}

#lp-hubspot-form .hs-form-booleancheckbox-display > span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.4;
}

#lp-hubspot-form .hs-form-booleancheckbox-display input[type=checkbox] {
  margin-top: 2px;
}

#lp-hubspot-form .actions {
  margin-top: 14px;
}

#lp-hubspot-form .actions .hs-button,
#lp-hubspot-form input[type=submit] {
  width: 100% !important;
  height: 52px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--color-primary) !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  font-weight: 900 !important;
  font-size: 28px !important;
  font-family: "Poppins", Arial, sans-serif !important;
  cursor: pointer;
}

#lp-hubspot-form .actions .hs-button:hover,
#lp-hubspot-form input[type=submit]:hover {
  filter: brightness(1.06);
}

#lp-hubspot-form .hs-error-msgs label,
#lp-hubspot-form .hs-error-msg {
  color: #ff8b8b !important;
  font-size: 12px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.lp-register-form label {
  display: block;
  margin: 0 0 6px 0;
  font-size: 13px;
}

.lp-register-form input {
  width: 100%;
  height: 42px;
  margin-bottom: 12px;
  border: 1px solid #2c3547;
  background: #0e1521;
  color: #ffffff;
  padding: 0 12px;
}

.lp-footer-mini {
  padding: 56px 0 28px 0;
  background: #090c12;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.lp-footer-top {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1fr;
  gap: 42px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-footer-brand h3 {
  margin: 0 0 12px 0;
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
}

.lp-footer-brand p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.5;
  font-size: 14px;
}

.lp-footer-mini h4 {
  margin: 0 0 12px 0;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 16px;
  font-family: "Roboto Mono", monospace;
}

.lp-footer-mini ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-footer-mini li {
  margin-bottom: 9px;
}

.lp-footer-mini a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  font-size: 14px;
}

.lp-footer-mini a:hover {
  color: #ffffff;
}

.lp-footer-bottom {
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.lp-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "Roboto Mono", monospace;
  font-size: 14px;
}

.lp-footer-socials {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lp-footer-socials a {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lp-footer-socials img {
  width: 22px;
  height: 22px;
  display: block;
}


@media (max-width: 991px) {
  .lp-top-navigation .wrapper {
    justify-content: space-between;
    flex-wrap: wrap !important;
  }
  .site-branding {
    order: 1;
  }
  .menu-toggle {
    display: none !important;
  }
  .lp-header-brand-google {
    font-size: 42px;
  }
  .lp-hero-cta-row {
    flex-wrap: wrap;
  }
  .lp-header-nav {
    width: 100%;
    order: 3;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px 24px;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    z-index: auto;
  }
  .lp-header-nav a {
    font-size: 16px;
    width: auto;
    padding: 0;
  }
  .lp-header-cta {
    order: 2;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  .lp-speaker-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-location-grid {
    grid-template-columns: 1fr;
  }
  .lp-register-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .lp-testimonial-slide {
    padding: 36px 28px 34px 28px;
    min-height: 320px;
  }
  .lp-quote {
    font-size: 19px;
    line-height: 1.32;
    margin-bottom: 25px;
  }
  .lp-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }
  .lp-faq-panel p {
    font-size: 19px;
    max-width: 100%;
  }
  .lp-register-content .lp-h2 {
    font-size: 52px;
  }
  .lp-register-content .lp-text {
    font-size: 25px;
  }
  .lp-countdown-grid {
    gap: 20px;
  }
  .lp-countdown-value {
    font-size: 40px;
  }
  .lp-countdown-label {
    font-size: 22px;
  }
  .lp-countdown-text {
    font-size: 24px;
  }
  .lp-hero-grid {
    flex-wrap: wrap;
  }
  .lp-hero-grid .lp-hero-media {
    display: none;
  }
}
@media (max-width: 768px) {
  .lp-stats-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .lp-stats-grid .lp-stat-card {
    width: 100%;
  }
  .lp-location-grid > div,
  .lp-summary .left,
  .lp-summary .right {
    width: 100%;
  }
  .lp-location-grid {
    flex-wrap: wrap;
  }
  .lp-summary .right {
    padding-left: 0;
    margin-top: 70px;
  }
  .lp-speaker-grid > article {
    width: calc(50% - 30px);
  }
  .lp-speakers .lp-h2 {
    line-height: 45px;
  }
  .lp-summary .left .lp-h2,
  #programme .lp-h2 {
    font-size: 44px;
    line-height: 54px;
  }
  .lp-stat-value {
    font-size: 50px;
    line-height: 40px;
  }
  .lp-stat-label {
    font-size: 16px;
  }
  .lp-parleurs-grid {
    gap: 35px;
    flex-wrap: wrap;
  }
 /* #main-pumpup-uptalk {
    overflow: hidden;
  }*/
  #inscription,
  .lp-faq,
  #conferenciers,
  #programme,
  .lp-summary,
  .lp-stats {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 641px) {
  .lp-top-navigation .wrapper {
    justify-content: space-between;
    flex-wrap: wrap !important;
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .site-branding {
    order: 1;
  }
  .menu-toggle {
    display: inline-flex !important;
    order: 2;
    margin-left: auto;
  }
  .lp-header-brand img {
    width: 100px;
  }
  .lp-header-brand-separator {
    font-size:24px;
  }
  .lp-header-brand-google {
    font-size: 26px;
  }
  .lp-header-nav {
    position: static;
    width: 100%;
    order: 4;
    margin-left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 8px 0 0 0;
  }
  .lp-header-nav.is-open {
    display: flex;
  }
  .lp-header-nav a {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
  }
  .lp-header-nav a:hover {
    background: transparent;
  }
  .lp-header-cta {
    display: inline-block;
    order: 3;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
  }
  .lp-hero-content {
    width: 100%;
  }
  .lp-title {
    font-size: 38px;
    line-height: 42px;
  }
  .lp-testimonial-slide {
    min-height: auto;
    padding: 28px 18px 24px 18px;
  }
  .lp-quote-mark {
    top: -10px;
    left: -18px;
    width: 32px;
    height: 32px;
  }
  .lp-btn-primary {
    white-space: normal;
  }
  .lp-logo {
    max-width: 100%;
  }
  .lp-quote-role {
    font-size: 12px;
  }
  .lp-h2 {
    font-size: 28px;
  }
  .lp-stats-grid {
    grid-template-columns: 1fr;
  }
  .lp-speaker-grid {
    grid-template-columns: 1fr;
  }
  .lp-countdown {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .lp-countdown-grid {
    flex-wrap: wrap;
    gap: 14px;
  }
  .lp-countdown-item {
    min-width: 42%;
  }
  .lp-countdown-value {
    font-size: 34px;
  }
  .lp-countdown-label {
    font-size: 18px;
  }
  .lp-countdown-text {
    font-size: 18px;
  }
  .lp-countdown .lp-btn {
    min-width: 100%;
  }
  .lp-faq-trigger {
    font-size: 22px;
    padding-right: 26px;
  }
  .lp-faq-panel p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .lp-register {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .lp-register-content .lp-h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .lp-register-content .lp-text {
    font-size: 18px;
    max-width: 100%;
  }
  .lp-register-form {
    padding: 18px;
  }
  #lp-hubspot-form .actions .hs-button,
  #lp-hubspot-form input[type=submit] {
    font-size: 18px !important;
  }
  .lp-program-item .header-content {
    flex-wrap: wrap;
  }
  .lp-footer-mini {
    padding-top: 44px;
  }
  .lp-footer-top {
    grid-template-columns: 1fr;
    padding-bottom: 24px;
  }
  .lp-footer-brand h3 {
    font-size: 23px;
  }
  .lp-footer-brand p {
    font-size: 18px;
  }
  .lp-footer-mini h4 {
    font-size: 15px;
  }
  .lp-footer-mini a {
    font-size: 17px;
  }
  .lp-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .lp-footer-bottom p {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .lp-speaker-grid > article {
    width: 100%;
  }
}

