:root {
  --violet: #493e69;
  --rouge: #de353a;
  --white: white;
  --black: black;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: var(--violet);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--violet);
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.container.small {
  max-width: 55%;
}

.container.small.center {
  padding-left: 0;
  padding-right: 0;
}

.container.repas-container {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  padding-left: 0;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 0;
  display: flex;
}

.navigation-item {
  border-bottom: 3px solid var(--violet);
  opacity: 1;
  color: var(--rouge);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: 6px;
  margin-right: 6px;
  padding: 9px 0 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  transition: all .5s;
}

.navigation-item:hover {
  opacity: 1;
  color: var(--violet);
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--violet);
  font-weight: 700;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  width: 160px;
  display: block;
}

.navigation-items {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 580px;
  display: flex;
}

.footer-wrap {
  border-top: 5px solid var(--white);
  color: var(--black);
  background-color: #faaf3b;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: rgba(0, 0, 0, .6);
}

.body {
  color: var(--violet);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  height: 100%;
}

.gradient-background {
  background-image: linear-gradient(#f1e4ca, #ffcfc5);
}

.gradient-background.with-bgs {
  background-image: url('../images/MAJ_bg_tr.svg'), url('../images/MAJ_bg_tl.svg'), linear-gradient(#f1e4ca, #ffcfc5);
  background-position: 100% 260px, 0 470px, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 250px, 250px, auto;
  background-attachment: scroll, scroll, scroll;
}

.nav-maj-link {
  width: 170px;
  padding-right: 0;
  font-size: 16px;
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav-maj-link:hover {
  text-decoration: none;
}

.nav-maj-link-text {
  margin-bottom: 0;
  padding-right: 20px;
  line-height: 24px;
}

.nav-maj-link-text.border {
  border-bottom: 3px solid var(--violet);
  margin-bottom: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
}

.bold {
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 130%;
  display: inline-block;
}

.body-2 {
  color: var(--violet);
}

.red {
  color: var(--rouge);
}

.maj-intro {
  background-image: url('../images/MAJ_bg_tr.svg'), url('../images/MAJ_bg_tl.svg');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: 250px, 250px 300px;
  margin-top: -70px;
}

.maj-intro.interne {
  background-image: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.center {
  text-align: center;
}

.maj-home-h1 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.sup {
  text-transform: none;
}

.red-home-h1 {
  color: var(--rouge);
  display: block;
}

.maj-big-title {
  border: 5px solid var(--violet);
  text-align: left;
  text-transform: uppercase;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding: 20px 10px 10px;
  font-size: 9vw;
  font-weight: 700;
  line-height: 97%;
  display: inline-block;
}

.line-1 {
  color: var(--rouge);
  letter-spacing: .05em;
}

.line-2 {
  letter-spacing: -.02em;
}

.line-3 {
  color: var(--rouge);
  letter-spacing: .08em;
}

.maj-home-images {
  background-color: var(--rouge);
  background-image: url('../images/MAJ_bg_full.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 200px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.round-image {
  border: 5px solid var(--rouge);
  border-radius: 300px;
  order: 0;
  width: 300px;
  height: 300px;
}

.round-image.mt-neagtif {
  margin-top: -300px;
}

.round-image.first {
  order: -1;
}

.round-image.small {
  width: 240px;
  height: 240px;
  margin-top: 5%;
}

.round-image.small.first {
  margin-top: 10%;
}

.round-images-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.maj-web-adress {
  color: var(--white);
  text-align: right;
  font-weight: 700;
}

.bigger {
  font-size: 30px;
}

.maj-home-programme {
  background-image: url('../images/MAJ_bg_mr.svg'), url('../images/MAJ_bg_ml.svg');
  background-position: 100% -7%, 0 470px;
  background-repeat: no-repeat, no-repeat;
  background-size: 300px, 280px;
  padding-top: 120px;
  padding-bottom: 0;
}

.maj-home-programme.cortege {
  background-image: url('../images/MAJ_bg_mr_2.svg'), url('../images/MAJ_bg_ml_2.svg');
  background-position: 100% 3%, 0 10%;
  padding-bottom: 120px;
}

.heading-border {
  border: 3px solid var(--rouge);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 8px 12px;
  font-size: 42px;
  font-weight: 700;
  line-height: 110%;
  display: inline-block;
}

.heading-border.h3 {
  margin-bottom: 18px;
  padding: 4px 8px;
  font-size: 24px;
  line-height: 110%;
}

.programme-date {
  color: var(--rouge);
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

.programme-desc {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 140%;
}

.flex-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: flex-start;
}

.flex-block.programme-items {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.flex-block.programme-items._2-col {
  grid-template-columns: 1fr 1fr;
}

.flex-block.programme-items.cortege-desc {
  grid-template-columns: 1fr;
}

.flex-block.programme-items.single {
  grid-template-columns: 1fr;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.flex-block.artiste-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}

.maj-web-teaser {
  background-color: var(--rouge);
  background-image: url('../images/MAJ_bg_full_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 140px;
  padding-top: 60px;
  padding-bottom: 30px;
}

.image {
  display: inline-block;
}

.maj-mission-teaser {
  background-color: var(--rouge);
  color: var(--white);
  background-image: url('../images/MAJ_bg_bl.svg'), url('../images/MAJ_bg_br.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 300px, 300px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.mission-heading {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
}

.mission-desc {
  font-size: 18px;
}

.flex-block-2 {
  justify-content: center;
  align-items: flex-start;
}

.flex-block-2.footer-full {
  justify-content: space-between;
}

.flex-block-2.footer-copy {
  justify-content: space-between;
  align-items: center;
}

.div-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.footer-real-infos {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-real-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.real-image {
  height: 30px;
}

.footer-container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.maj-button {
  border: 3px solid var(--rouge);
  color: var(--violet);
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 40px;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  transition: all .3s;
}

.maj-button:hover {
  background-color: var(--rouge);
  color: var(--white);
  border-color: #a82327;
}

.maj-button.big {
  font-size: 20px;
}

.maj-detail-artistes {
  background-image: url('../images/MAJ_bg_ml.svg'), url('../images/MAJ_bg_mr.svg'), url('../images/MAJ_bg_tl.svg');
  background-position: 0 85%, 100% 35%, 0 25%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 300px, 350px, 350px;
}

.h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

.artiste-item {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 100px;
  display: flex;
}

.artiste-title {
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.desc-artiste {
  padding-left: 0;
  font-size: 18px;
}

.artiste-location {
  color: var(--rouge);
  font-weight: 700;
}

.artiste-link {
  color: var(--rouge);
  font-weight: 700;
  display: inline-block;
}

.artiste-pic {
  width: 310px;
  margin-right: 24px;
}

.artiste-pic.right {
  order: 1;
  margin-left: 24px;
  margin-right: 0;
}

.mt-o {
  margin-bottom: 4px;
}

.repas-desc {
  margin-bottom: 40px;
}

.repas-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.repas-content-text {
  width: 40%;
}

.link-inline {
  text-decoration: underline;
  display: inline-block;
}

.back-to-top {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  position: static;
  top: auto;
  bottom: 12px;
  left: auto;
  right: 12px;
}

.nav-maj-link-image {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  color: var(--violet);
}

.facebook-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 42px;
  display: flex;
}

.maj-link {
  color: var(--rouge);
}

.livret-cover {
  transform-style: preserve-3d;
  border-radius: 6px;
  width: 300px;
  transform: rotateX(0)rotateY(-1deg)rotateZ(10deg);
  box-shadow: 20px 6px 25px rgba(0, 0, 0, .2);
}

.link-livret {
  perspective: 37px;
}

.livret-container {
  margin-bottom: 64px;
}

@media screen and (min-width: 1280px) {
  .container.repas-container {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-wrap {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-item {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 22px;
  }

  .logo-image {
    width: 270px;
  }

  .navigation-items {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 40%;
  }

  .gradient-background.with-bgs {
    background-size: 300px, 300px, auto;
  }

  .nav-maj-link {
    width: 190px;
  }

  .nav-maj-link-text {
    padding-right: 50px;
  }

  .maj-intro {
    background-size: 20vw, 20vw;
    margin-top: -190px;
  }

  .maj-intro.interne {
    background-image: none;
    margin-top: -80px;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .maj-home-h1 {
    font-size: 28px;
  }

  .maj-big-title {
    padding-top: 20px;
    font-size: 120px;
  }

  .round-image {
    width: 350px;
    height: 350px;
  }

  .round-image.small {
    width: 320px;
    height: 320px;
  }

  .heading-border {
    font-size: 56px;
  }

  .heading-border.h3, .programme-date {
    font-size: 28px;
  }

  .programme-desc {
    font-size: 20px;
  }

  .maj-button {
    font-size: 18px;
  }

  .artiste-pic {
    width: 400px;
  }

  .repas-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .container.small.center {
    max-width: 75%;
  }

  .container.container-artistes {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link {
    margin-top: 0;
    margin-left: -50px;
    position: absolute;
    top: 70px;
    bottom: auto;
    left: 50%;
    right: auto;
  }

  .logo-link.w--current {
    text-align: center;
    flex: none;
    order: 2;
    width: 100px;
    margin-top: 0;
    margin-left: -50px;
    padding-left: 0;
    display: block;
    position: absolute;
    top: 70px;
    bottom: auto;
    left: 50%;
    right: 0%;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 0;
    display: block;
    position: static;
  }

  .navigation-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: rgba(255, 255, 255, 0);
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .navigation {
    padding: 10px 0 25px;
  }

  .navigation-item {
    text-align: center;
    margin-top: 5px;
    margin-left: 0;
    padding: 16px 0 8px 12px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: rgba(247, 248, 249, 0);
  }

  .navigation-item:active {
    opacity: 1;
    background-color: rgba(238, 240, 243, 0);
  }

  .navigation-item.w--current {
    font-weight: 700;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .logo-image {
    width: 100px;
  }

  .navigation-items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: rgba(255, 255, 255, 0);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .nav-maj-link {
    margin-top: 10px;
    font-size: 15px;
  }

  .maj-intro {
    background-position: 100%, 0 30%;
    background-size: 200px, 230px;
    margin-top: -30px;
  }

  .round-image.small, .round-image.small.first {
    width: 150px;
    height: 150px;
  }

  .maj-home-programme {
    background-position: 100% 1%, 0 340px;
    background-size: 270px, 270px;
  }

  .maj-home-programme.cortege {
    background-size: 240px, 220px;
  }

  .flex-block.programme-items, .flex-block.programme-items._2-col {
    grid-template-columns: 1fr;
  }

  .maj-mission-teaser {
    background-size: 240px, 190px;
  }

  .flex-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-2.footer-copy {
    flex-flow: row;
  }

  .footer-real-infos {
    order: -1;
  }

  .artiste-location {
    margin-bottom: 8px;
  }

  .livret-cover {
    width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
    max-width: 85%;
  }

  .container.container-artistes {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 0;
  }

  .navigation-item {
    font-size: 18px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .gradient-background.with-bgs {
    background-size: 200px, 200px, auto;
  }

  .nav-maj-link {
    width: 140px;
    font-size: 14px;
  }

  .maj-intro {
    background-position: 100% 30%, 0%;
    background-size: 170px, 210px;
    margin-top: 0;
  }

  .maj-intro.interne {
    margin-top: 30px;
  }

  .maj-home-images {
    padding-bottom: 20px;
  }

  .round-image {
    width: 220px;
    height: 220px;
  }

  .round-image.mt-neagtif {
    margin-top: -180px;
  }

  .round-image.small {
    width: 200px;
    height: 200px;
  }

  .round-image.small.first {
    order: 1;
    width: 200px;
    height: 200px;
    margin-left: 50%;
  }

  .round-images-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .maj-web-adress {
    text-align: center;
  }

  .maj-home-programme {
    background-size: 240px, 200px;
  }

  .heading-border {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 36px;
  }

  .maj-web-teaser {
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .maj-mission-teaser {
    background-size: 200px, 140px;
  }

  .flex-block-2.footer-copy {
    flex-flow: column;
  }

  .footer-real-infos {
    flex-flow: row;
  }

  .footer-real-link, .artiste-item {
    flex-flow: column;
  }

  .artiste-pic {
    width: 100%;
    margin-bottom: 20px;
  }

  .artiste-pic.right {
    order: -1;
    margin-left: 0;
  }

  .repas-content {
    flex-flow: column;
  }

  .repas-content-text {
    width: 100%;
  }

  .nav-maj-link-image {
    width: 60px;
    height: 60px;
  }

  .text-block {
    order: 1;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .container.small.center {
    max-width: 85%;
  }

  .container.repas-container {
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .logo-link {
    margin-top: 0;
    margin-left: 0;
    position: static;
  }

  .logo-link.w--current {
    order: 0;
    margin-top: 0;
    margin-left: 0;
    position: static;
  }

  .menu {
    margin-top: 20px;
    margin-left: 0;
  }

  .navigation-wrap {
    flex-flow: column;
    padding-top: 30px;
    padding-left: 0;
  }

  .navigation {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-item {
    margin-left: 6px;
    padding-bottom: 6px;
    padding-left: 0;
    font-size: 18px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    margin-left: 30px;
  }

  .navigation-items {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 19px;
    font-size: 20px;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .gradient-background.with-bgs {
    background-position: 100% 350px, 0 580px, 0 0;
    background-size: 150px, 120px, auto;
  }

  .nav-maj-link {
    font-size: 12px;
  }

  .nav-maj-link-text {
    line-height: 130%;
  }

  .nav-maj-link-text.bold.red {
    margin-bottom: 0;
  }

  .maj-intro {
    background-position: 100% 10%, 0 40%;
    background-size: 150px, 180px;
    margin-top: 30px;
  }

  .maj-intro.interne {
    margin-top: 40px;
  }

  .center {
    width: 100%;
  }

  .maj-big-title {
    font-size: 16vw;
  }

  .round-image.mt-neagtif {
    margin-top: 0;
  }

  .round-image.small.first {
    margin-left: 0%;
  }

  .round-images-container {
    flex-flow: column;
    margin-top: -110px;
    margin-bottom: 10px;
  }

  .maj-home-programme.cortege {
    background-position: 100% 3%, 0%;
    background-size: 190px, 200px;
  }

  .heading-border {
    font-size: 30px;
  }

  .flex-block.programme-items.single {
    max-width: 100%;
  }

  .maj-web-teaser {
    background-image: url('../images/MAJ_bg_bl.svg');
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
  }

  .repas-content {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-maj-link-image {
    width: 70px;
    height: 70px;
    margin-top: 0;
    position: absolute;
    top: auto;
    bottom: 31px;
    left: auto;
    right: 1px;
  }

  .livret-cover {
    width: 180px;
  }
}


