:root {
  --black: black;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  background-color: #000;
  box-shadow: 1px 8px 20px 9px rgba(111, 0, 255, .47);
}

.brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.body {
  background-color: #000;
}

.section {
  background-image: url('../images/Design-sans-titre-2-3.gif');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  height: 400px;
}

.nav-link {
  color: #fff;
}

.nav-link:hover {
  color: #00d9ff;
}

.nav-link:active, .nav-link.w--current {
  color: #00d9ff;
  font-weight: 700;
}

.nav-link-2, .nav-link-3 {
  color: #fff;
}

.nav-link-3:hover {
  color: #00d9ff;
}

.nav-link-3:active {
  color: #00d9ff;
  font-weight: 700;
}

.container {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: block;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area";
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 30px;
}

.container-spotify {
  background-image: url('../images/Listen-on-Spotify.gif');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 300px;
  height: 300px;
}

.container-apple-music {
  background-image: url('../images/Listen-on-Spotify-2.gif');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 300px;
  height: 300px;
}

.container-deezer {
  background-image: url('../images/Listen-on-Spotify-3.gif');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 300px;
  height: 300px;
}

.container-amazon-music {
  background-image: url('../images/Listen-on-Spotify-4.gif');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 300px;
  height: 300px;
}

.container-youtube-music {
  background-image: url('../images/Listen-on-Spotify-5.gif');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 300px;
  height: 300px;
}

.container-pandora {
  background-image: url('../images/Listen-on-Spotify-6.gif');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 300px;
  height: 300px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 20px 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-2 {
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  max-width: 940px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-form-two {
  background-color: #5e17eb;
  background-image: linear-gradient(#5e17eb, #000);
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  border-radius: 20px;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  background-color: #5e17eb;
  border-radius: 20px;
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #00d9ff;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #fff;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  border-radius: 0;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #00d9ff;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #f0f;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #fff;
}

.image {
  color: #f0f;
  -webkit-text-stroke-color: #f0f;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.heading-small.margin-bottom-32px {
  color: #fff;
}

.testimonial-text-four {
  color: #fff;
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  color: #fff;
  margin-bottom: 10px;
}

.testimonial-title, .image-2 {
  color: #fff;
}

.body-2 {
  background-color: #000;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 20px;
  padding: 20px 20px 60px;
  display: block;
}

.container-4 {
  background-color: #5700ad;
  border-radius: 20px;
  height: 480px;
}

.field-label {
  color: #fff;
}

.columns {
  margin: 40px;
  padding: 0 40px;
}

.field-label-2 {
  color: #fff;
  margin-top: 0;
}

.text-field {
  color: #000;
  border-radius: 20px;
  margin-bottom: 20px;
}

.text-field-2 {
  color: #000;
  border-radius: 20px;
}

.submit-button {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  margin-top: 10px;
  padding: 10px 20px;
  font-weight: 700;
}

.form {
  text-align: left;
  padding: 20px;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.column {
  text-align: center;
  background-color: #000;
  background-image: url('../images/Design-sans-titre-7.gif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  height: 400px;
}

.body-3 {
  background-color: #000;
}

.container-5 {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 20px;
}

.paragraph {
  color: #000;
  text-align: justify;
  margin-top: 39px;
}

.heading-2 {
  color: #000;
  text-align: left;
  font-size: 26px;
}

.paragraph-2 {
  color: #000;
  text-align: justify;
  font-size: 14px;
}

.paragraph-3 {
  color: #000;
  text-align: justify;
}

.section-3 {
  display: block;
}

.section-4 {
  display: none;
}

.body-4 {
  background-color: #000;
}

.thanks-message {
  color: #000;
  text-align: left;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .container-3 {
    max-width: 728px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .thanks-message {
    font-size: 20px;
  }

  .menu-button {
    background-color: var(--black);
  }

  .menu-button.w--open {
    background-color: #4e0097;
    border-radius: 6px;
  }

  .icon {
    color: #fff;
  }

  .nav-menu {
    background-color: #4e0097;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
  }

  .menu-button-2 {
    border-radius: 6px;
  }

  .menu-button-2.w--open {
    background-color: #4e0097;
  }

  .nav-menu-2 {
    background-color: #4e0097;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
  }

  .icon-2 {
    color: #fff;
  }

  .menu-button-3 {
    color: #fff;
    background-color: #000;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #4e0097;
    border-radius: 6px;
  }

  .nav-menu-3 {
    background-color: #4e0097;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
  }

  .menu-button-4 {
    color: #685656;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #4e0097;
    border-radius: 6px;
  }

  .nav-menu-4 {
    background-color: #4e0097;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
  }

  .icon-3 {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-size: cover;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    display: flex;
  }

  .footer-subscribe {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-wrapper-three {
    justify-content: center;
    align-items: center;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .testimonial-right {
    justify-content: center;
    align-items: center;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .testimonial-text-four {
    text-align: center;
  }

  .section-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 900px;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 40px;
    display: flex;
  }

  .container-4 {
    order: 0;
    align-self: auto;
    height: 860px;
  }

  .field-label {
    align-self: flex-start;
  }

  .columns {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .field-label-2 {
    align-self: flex-start;
  }

  .form {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .thanks-message {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-size: cover;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-items: center;
    justify-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .footer-subscribe {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    margin-top: 40px;
    padding-top: 0;
    display: block;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-wrapper-three, .footer-block-three {
    justify-content: center;
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container-3 {
    max-width: none;
  }

  .testimonial-right {
    justify-content: center;
    align-items: center;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-small.margin-bottom-32px, .testimonial-text-four {
    text-align: center;
  }

  .section-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 60px;
    display: flex;
  }

  .container-4 {
    flex: 0 auto;
    align-self: auto;
    height: 700px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .field-label {
    align-self: flex-start;
  }

  .columns {
    box-sizing: border-box;
    flex-flow: wrap;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .field-label-2 {
    align-self: flex-start;
  }

  .form {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: static;
  }

  .heading {
    font-size: 25px;
  }

  .column {
    flex: 0 auto;
    height: 200px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .column-2 {
    flex: 0 auto;
    order: 1;
    align-self: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .thanks-message {
    font-size: 16px;
  }
}

#w-node-_3a50ce01-5745-17e6-7a90-a5c4e668716b-863d339c {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-fb92e427-ecc0-8070-fdc6-afdfd1794ec2-863d339c, #w-node-_1d2d258d-d249-3e3b-de4d-7b8c55c9761c-863d339c, #w-node-_129b644c-01c7-a5f6-ada8-dd80594b5e7a-863d339c, #w-node-_4e8236b1-ef86-05cd-db1f-28f7f8235619-863d339c, #w-node-_3eaee8a9-4e71-c7df-1481-7facca92d077-863d339c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}
