/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --color-bg: #FFFDF5;
  --color-text: #343434;
  --color-text-offset: #FFFDF5;
  --color-primary: #007FF0;
  --color-primary-dark: #0263BA;
  --color-secondary: #FF5635;
}

body {
  font-family: din-2014, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-text);
  background-color: var(--color-bg);
}

h1 sup,
p sup {
  color: var(--color-secondary);
}

div.small p {
  margin: 3em 0;
  font-size: 0.8rem;
}
div.small p sup {
  margin-left: -0.8em;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background: rgba(0, 0, 0, 0.7);
}
.modal .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 3rem;
}
.modal .content .close {
  position: absolute;
  right: 0.4em;
  top: 0.5em;
  font-size: 3rem;
  line-height: 1rem;
  cursor: pointer;
}
.modal .content .close:hover {
  text-decoration: none;
  border: none;
}
.modal .content form {
  margin-bottom: 0;
}
.modal .content form button {
  margin-top: 0;
}

.filters {
  background: var(--color-bg);
  color: black;
  width: 100%;
  padding: 1rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
}
.filters form {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.filters form label {
  display: inline-block;
  margin-right: 1em;
}
.filters form label select {
  display: block;
}
.filters select {
  padding-left: 0.1em;
  text-transform: lowercase;
  border: 1px solid black;
}

.aside {
  background-color: var(--color-primary);
  color: var(--color-text-offset);
  background-image: url(../../assets/images/bg.png);
  background-size: 200px;
  color: white;
  border-right: 6px solid var(--color-primary-dark);
  padding: 2rem;
  padding-top: 0;
}
.aside ul {
  margin: 0;
  padding: 0;
}
.aside ul li {
  position: relative;
  list-style: none;
  color: #ccc;
  font-size: 1rem;
  margin-bottom: 0.3em;
}
.aside ul li.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid #FFFFFF;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  vertical-align: middle;
  transform: translate(-200%, -50%);
}
.aside ul li a {
  color: white;
  border-color: white;
}

.reading p, .reading li {
  font-size: 1rem;
}
.reading ul {
  padding: 1em;
  padding-bottom: 0;
  padding-top: 0;
}
.reading div.small p {
  margin-top: 0.5em;
  padding: 0 1em;
}
.reading .cta {
  margin-top: 1em;
  display: inline-block;
}
.reading .pagination {
  margin-top: 2rem;
}
.reading .pagination ul {
  display: flex;
  justify-content: flex-start;
  padding: 0;
}
.reading .pagination ul li {
  list-style: none;
  padding: 0 1em;
  border-left: 2px solid #000;
}
.reading .pagination ul li:first-child {
  border-left: none;
  padding-left: 0;
}
.reading .pagination ul li:first-child::before, .reading .pagination ul li:first-child::after {
  display: none;
}
.reading .pagination ul li::before, .reading .pagination ul li::after {
  margin: 0 0.5em;
}
.reading .pagination ul li:first-child::before {
  content: "<";
  margin-left: 0;
}
.reading .pagination ul li:last-child::after {
  content: ">";
  margin-right: 0;
}
.reading .pagination ul.has-prev li:first-child::before {
  display: inline;
}
.reading .pagination ul.has-next li:first-child::after {
  display: inline;
}
.reading .pagination.is-top {
  margin-top: 0;
}
.reading .pagination.is-top ul {
  padding-top: 0;
  margin-top: 0;
}

.section {
  padding: 40px 0;
}
.section--offset {
  background-color: var(--color-primary);
  color: var(--color-text-offset);
  background-image: url(../../assets/images/bg.png);
  background-size: 200px;
}
.section--banner {
  font-weight: 600;
}
.section--concept {
  position: relative;
}
.section--concept section {
  margin-bottom: 50px;
}
.section--footer {
  color: var(--color-primary-dark);
  margin-bottom: 0;
}

.footer__content {
  border-top: 6px solid var(--color-primary-dark);
  border-bottom: 6px solid var(--color-primary-dark);
  margin: 30px 0;
  padding-bottom: 30px;
}

.title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 600;
}
.title--big {
  font-weight: 700;
}
.title--small {
  font-size: 24px;
}
.title--tiny {
  font-weight: 700;
  font-size: 21px;
  margin-top: 30px;
  margin-bottom: 0;
}
.title--tiny + p {
  margin-top: 0;
  margin-bottom: 0;
}
.title--color {
  color: var(--color-primary-dark);
}
.title--awards {
  background-image: url(../../assets/images/iconmonstr-award-23.svg);
  background-size: 80px 80px;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 85px;
}

.logo {
  width: 80px;
  height: 64px;
  margin: 0;
  position: relative;
}
.logo a {
  position: absolute;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}
.logo a:hover, .logo a:focus {
  border: none;
}
.logo__image {
  width: 100%;
  height: 100%;
  fill: var(--color-secondary);
}
.logo--footer {
  fill: var(--color-primary-dark);
}

p {
  margin: 30px 0;
}

.p-small {
  font-size: 16px;
}

.copy {
  width: 80%;
  display: inline-block;
  font-size: 14px;
}

a {
  font-weight: 600;
  text-decoration: none;
  color: var(--color-secondary);
}
a:hover, a:focus {
  border-bottom: 2px solid var(--color-secondary);
}
.section--offset a:not(.link) {
  color: var(--color-text);
}

.link {
  background-color: var(--color-text-offset);
  color: var(--color-primary);
  padding: 10px 20px 9px;
  border-radius: 50px;
  margin-top: 10px;
  display: inline-block;
  border: 2px solid var(--color-text-offset);
  white-space: nowrap;
  text-align: center;
}
.link:hover, .link:focus {
  color: var(--color-text-offset);
  background-color: var(--color-primary);
  border-color: var(--color-text-offset);
}

.btn {
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  background-color: transparent;
  font-family: din-2014, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.btn--menu {
  font-weight: 700;
  position: fixed;
  padding-top: 10px;
  right: 5%;
  top: 40px;
  z-index: 5;
}
.btn--menu:before {
  content: "";
  height: 6px;
  width: 25px;
  background-color: var(--color-secondary);
  position: absolute;
  left: 0;
  top: 0;
}

/* liste */
.menu__liste, .menu__sub {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu__el {
  margin-bottom: 20px;
}
.menu__el > a {
  text-transform: uppercase;
  color: var(--color-text);
  font-size: 18px;
  display: block;
  border: none;
}
.menu__sub {
  margin-top: 10px;
}
.menu__subel {
  margin-bottom: 5px;
}
.menu__subel a {
  color: var(--color-text);
  font-size: 16px;
  border: none;
}

.plus {
  list-style: none;
  padding: 0;
  margin: 0;
}

.agences {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-primary-dark);
  opacity: 0.5;
  font-weight: 600;
}
.agences__el {
  margin-bottom: 10px;
}
.agences__el:after {
  content: "-";
  font-weight: 600;
  color: var(--color-primary-dark);
  opacity: 0.8;
  padding: 0 3px;
  font-size: 12px;
}
.agences__el:last-child:after {
  content: none;
}

.etapes {
  padding-left: 50px;
  list-style: none;
  margin-left: 50px;
  margin-top: 50px;
}
.etapes__el {
  margin-bottom: 30px;
  position: relative;
}
.etapes__el:before {
  content: "";
  position: absolute;
  left: -40px;
  top: -5px;
  width: 25px;
  height: 36px;
  background-image: url(../../assets/images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.submenu {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 850px) {
  .filters {
    display: block;
    padding-bottom: 2em;
  }
  .filters form {
    margin-bottom: 2em;
  }

  .section--header {
    position: relative;
    z-index: 10;
  }
  .section--header:before {
    content: "";
    background-color: var(--color-secondary);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s 0.2s;
  }

  .menu__liste {
    position: fixed;
    width: 90%;
    height: 100%;
    top: 0;
    left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all 0.3s;
  }

  .menu__el--cta a,
.menu__el--actif a {
    color: #fff;
  }

  .menu__el--cta a {
    font-weight: 700;
    background-image: url(../../assets/images/icon-arrow.svg);
    background-repeat: no-repeat;
    background-position: left 4px;
    background-size: 12px;
    padding-left: 20px;
  }

  .plus {
    position: fixed;
    left: 5%;
    bottom: 10%;
    opacity: 0;
    pointer-events: none;
  }
  .plus a {
    color: var(--color-text-offset);
  }

  [data-menu=true] .logo__image {
    position: fixed;
    top: 40px;
    left: 5%;
    fill: var(--color-text-offset);
    width: 80px;
    height: 64px;
  }
  [data-menu=true] .btn--menu:before {
    background-color: var(--color-text-offset);
  }
  [data-menu=true] .section--header:before {
    opacity: 1;
    transition: opacity 0.3s;
  }
  [data-menu=true] .menu__liste {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
    transition: all 0.3s 0.2s;
  }
  [data-menu=true] .plus {
    pointer-events: all;
    opacity: 1;
  }

  .nl .plus {
    position: fixed;
    right: 10px;
    top: 10px;
    opacity: 1;
    bottom: inherit;
    left: inherit;
    pointer-events: all;
  }
  .nl .plus a {
    color: var(--color-text);
    font-size: 14px;
  }
}
@media (min-width: 851px) {
  .title {
    font-size: 46px;
  }
  .title--small {
    font-size: 32px;
  }
  .title--tiny {
    font-size: 21px;
  }

  .btn--menu {
    display: none;
  }

  .section--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .plus {
    position: fixed;
    right: 10px;
    top: 10px;
  }
  .plus a {
    color: var(--color-text);
  }

  * + p {
    margin-top: 0;
  }

  .link {
    font-weight: 400;
    font-size: 18px;
  }

  /* liste */
  .menu__liste {
    display: flex;
    align-items: baseline;
  }
  .menu__el {
    margin-bottom: 0;
    margin-left: 10px;
    position: relative;
  }
  .menu__el > a {
    font-size: 16px;
  }
  .menu__el > a:hover {
    color: var(--color-secondary);
    background-color: var(--color-text-offset);
  }
  .menu__el--actif > a {
    position: relative;
  }
  .menu__el--actif > a:before {
    content: "";
    width: 25px;
    height: 6px;
    background-color: var(--color-secondary);
    position: absolute;
    left: 0;
    top: -8px;
  }
  .menu__el:hover > a {
    color: var(--color-secondary);
    background-color: var(--color-text-offset);
  }
  .menu__el--cta a {
    display: inline-block;
    background-color: var(--color-secondary);
    padding: 3px 10px 2px;
    border-radius: 50px;
    color: var(--color-text-offset);
    border: 2px solid var(--color-secondary);
  }
  .menu__el--cta a:hover, .menu__el--cta a:focus {
    color: var(--color-secondary);
    background-color: var(--color-text-offset);
  }
  .menu__sub {
    margin-top: 0;
    padding-top: 10px;
    position: absolute;
    font-size: 16px;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
  }
  .menu__sub a {
    white-space: nowrap;
  }
  .menu__sub a:hover, .menu__sub a:focus {
    border: none;
    color: var(--color-secondary);
  }
  .menu__el:hover .menu__sub, .menu__el:focus .menu__sub {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }
  .menu__subel {
    margin-bottom: 10px;
  }
  .menu__subel a {
    color: var(--color-text);
  }
  .menu__subel--actif a {
    color: var(--color-secondary);
  }

  .submenu {
    display: flex;
  }
  .submenu__el:after {
    content: "-";
    color: var(--color-primary-dark);
    font-weight: 600;
    margin: 0 6px;
  }
  .submenu__el:last-child:after {
    content: none;
  }
  .submenu__el--actif a {
    border-bottom: solid 2px var(--color-secondary);
  }

  .etapes {
    margin-left: 0;
  }
}
@media (min-width: 1100px) {
  body {
    font-size: 21px;
  }

  .title {
    font-size: 56px;
  }
  .title--small {
    font-size: 35px;
  }
  .title--tiny {
    font-size: 21px;
  }

  .section--header {
    margin-bottom: 0;
  }

  .logo {
    width: 100px;
    height: 100px;
  }
  .logo--footer {
    fill: var(--color-primary-dark);
    width: 80px;
    height: 64px;
  }

  .section--concept:after {
    left: -400px;
  }

  .plus a {
    font-size: 14px;
  }

  .etapes {
    font-size: 24px;
  }
  .etapes__el:before {
    top: 0;
  }
}
.container {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 851px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
  }

  .t-grid--start1 {
    grid-column-start: 1;
  }

  .t-grid--start2 {
    grid-column-start: 2;
  }

  .t-grid--start3 {
    grid-column-start: 3;
  }

  .t-grid--start4 {
    grid-column-start: 4;
  }

  .t-grid--start5 {
    grid-column-start: 5;
  }

  .t-grid--span2 {
    grid-column-end: span 2;
  }

  .t-grid--span3 {
    grid-column-end: span 3;
  }

  .t-grid--span4 {
    grid-column-end: span 4;
  }

  .t-grid--span5 {
    grid-column-end: span 5;
  }

  .t-grid--span6 {
    grid-column-end: span 6;
  }

  .t-grid--end {
    grid-column-end: -1;
  }

  .section--banner > p {
    grid-column: 2/5;
  }

  .section--liste > p {
    grid-column: 1/5;
  }

  .section--freelance > p {
    grid-column: 2/span 3;
  }

  .justifyself {
    justify-self: center;
  }

  .section--freelance ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section--freelance ul li {
    flex-basis: 45%;
    margin-bottom: 30px;
  }
}
@media (min-width: 1100px) {
  .container {
    max-width: 1100px;
  }

  .section--header {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 25px;
  }
  .section--header .logo {
    justify-self: center;
  }
  .section--header .menu__liste {
    justify-content: space-between;
    margin-left: 0;
  }
  .section--header .menu__el--cta {
    margin-left: 50px;
  }

  .grid {
    grid-column-gap: 25px;
  }

  .section--liste {
    grid-template-rows: repeat(3, minmax(50px, auto)) auto;
  }
  .section--liste .title, .section--liste p {
    grid-column: 1/4;
  }
  .section--liste .agences {
    margin-top: 140px;
    grid-column: 4/-1;
    grid-row: 1/4;
  }
  .d-grid--start1 {
    grid-column-start: 1;
  }

  .d-grid--start2 {
    grid-column-start: 2;
  }

  .d-grid--start3 {
    grid-column-start: 3;
  }

  .d-grid--start4 {
    grid-column-start: 4;
  }

  .d-grid--start5 {
    grid-column-start: 5;
  }

  .d-grid--span2 {
    grid-column-end: span 2;
  }

  .d-grid--span3 {
    grid-column-end: span 3;
  }

  .d-grid--span4 {
    grid-column-end: span 4;
  }

  .d-grid--span5 {
    grid-column-end: span 5;
  }

  .d-grid--span6 {
    grid-column-end: span 6;
  }

  .d-grid--end {
    grid-column-end: -1;
  }

  .section--banner > p {
    grid-column: 2/4;
  }
}
.bg--bureau + .section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background: #a6a9d6;
  background: linear-gradient(180deg, #a6a9d6 0%, #a6a9d6 15%, #e4e4f4 16%, #e3e3f3 50%, #a6a9d6 51%);
  top: -10px;
  left: 0;
}

@media (min-width: 851px) {
  .section--launch:after {
    content: "";
    position: absolute;
    bottom: -70px;
    left: -500px;
    background-image: url(../../assets/images/launch.svg);
    background-repeat: no-repeat;
    width: 1173px;
    height: 735px;
    pointer-events: none;
  }

  .section--magus:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -220px;
    background-image: url(../../assets/images/magus.svg);
    background-repeat: no-repeat;
    width: 553px;
    height: 691px;
    pointer-events: none;
  }
}
@media (min-width: 1100px) {
  .bg--bureau {
    position: relative;
  }
  .bg--bureau:after {
    content: "";
    position: absolute;
    right: -250px;
    bottom: 10px;
    width: 672px;
    height: 370px;
    background-image: url(../../assets/images/bureau.svg);
    background-repeat: no-repeat;
    pointer-events: none;
  }

  .bg--magus {
    position: relative;
  }
  .bg--magus:after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -180px;
    background-image: url(../../assets/images/magus.svg);
    background-repeat: no-repeat;
    width: 553px;
    height: 691px;
    pointer-events: none;
  }

  .section--magus:after {
    left: -100px;
  }

  .section--mitch {
    position: relative;
  }
  .section--mitch:after {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -50px;
    background-image: url(../../assets/images/mitch.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: right bottom;
    width: 520px;
    height: 741px;
    z-index: 100;
    pointer-events: none;
  }
}
.section .subtext-small {
  font-size: 0.8em;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.cta {
  cursor: pointer;
  background-color: var(--color-secondary);
  padding: 10px 20px 9px;
  border-radius: 20px;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--color-text-offset);
  border: 2px solid var(--color-secondary);
  transition: 0.4s;
}
.cta:hover {
  background-color: transparent;
  color: var(--color-secondary);
}
.cta.block {
  display: block;
}

form {
  margin-bottom: 50px;
}
form .title {
  margin-bottom: 15px;
  width: 100%;
}
form.form--submission {
  width: 100%;
  display: block;
}
form .row {
  display: flex;
  flex-wrap: wrap;
}
form .row label {
  display: inline-block;
  width: 100%;
  font-size: 18px;
}
form .row input[type=text],
form .row input[type=email],
form .row textarea,
form .row select {
  width: 100%;
  padding: 0.8rem 0.6rem;
  font-size: 0.8em;
  border: none;
  box-shadow: 0 3px 5px rgba(33, 33, 33, 0.15);
  border-radius: 5px;
}
form .row textarea {
  min-height: 6rem;
  border: none;
  box-shadow: 0 3px 5px rgba(33, 33, 33, 0.15);
}
form .row.row--inline h4 {
  display: block;
  width: 100%;
}
form .row.row--inline label {
  width: auto;
  margin: 0.2em 1em;
  margin-left: 0;
  padding: 0.3rem 0.6rem;
  color: white;
  background: var(--color-primary);
  border-radius: 50px;
}
form button {
  align-self: flex-end;
  margin-top: 2rem;
  cursor: pointer;
  background-color: var(--color-secondary);
  padding: 10px 20px 9px;
  border-radius: 50px;
  color: var(--color-text-offset);
  border: 2px solid var(--color-secondary);
  transition: 0.4s;
}
form button:hover {
  background-color: transparent;
  color: var(--color-secondary);
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.no-margin-top {
  margin-top: 0;
}

.sm-margin-top {
  margin-top: 1rem;
}

.md-margin-top {
  margin-top: 2rem;
}

.lg-margin-top {
  margin-top: 3rem;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-bold {
  font-weight: normal;
}

.bolder {
  font-weight: 600;
}

.border-bottom {
  border-bottom: 6px solid var(--color-primary-dark);
}

ul.highlighted-list {
  margin: 0;
  padding: 0;
}
ul.highlighted-list li {
  display: inline-block;
  list-style: none;
  padding: 0.2em 0.5em;
  margin: 0.3em 0.2em;
  font-size: 0.8em;
  color: white;
  background-color: var(--color-secondary);
}
/*# sourceMappingURL=app.css.map*/