/* -----------------------------------------------

Andy.SCSS: Open-Source Collection of Useful SASS Mixins Library.

URL: http://gillesbertaux.com/andy

By: Gilles Bertaux | http://gillesbertaux.com | @gillesbertaux

The purpose of Andy is to gather useful mixins and avoid endless research or heavy framework use. Feel free to fork it on Github and add your own mixins: https://github.com/gillesbertaux/andy

----------------------------------------------- */
/* BACKGROUND GRADIENTS */
/* BACKGROUND SIZE */
/* BORDER CORNERS */
/* CLEARFIX */
/* FONT FACES */
/* MEDIA QUERIES */
/* OPACITY */
/* SIZE */
/* TRANSITION FADEIN */
/*
@keyframes fadeIn {
0% { opacity: 0; }
to { opacity: 1; };
}

@-webkit-keyframes fadeIn {
0% { opacity: 0; }
to { opacity: 1; };
}

@-webkit-keyframes rollInDown {
0% { -webkit-transform: translateY(-100px); opacity: 0; }
75% { -webkit-transform: translateY(0); }
100% { opacity: 1; }
}

@keyframes rollInDown {
0% { transform: translateY(-100px); opacity: 0; }
75% { transform: translateY(0); }
100% { opacity: 1; }
}
*/
*, *:before, *:after {
  box-sizing: border-box;
}

article, aside, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body, form, fieldset, legend, input, select, textarea, button {
  margin: 0;
}

html {
  font-size: 100%;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

a {
  -webkit-tab-highlight-color: rgba(0, 0, 0, 0);
}

address {
  font-style: normal;
}

hr {
  border: 0;
  background: none;
  outline: 0;
  background-color: #5C5E5E;
  margin: 2.5em auto;
  *margin: 1em 0;
  height: 1px;
}

summary {
  display: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
}

.left, .checkbox input[type=checkbox],
.checkbox input[type=radio] {
  float: left;
}

.right {
  float: right;
}

.block, .checkbox {
  display: block;
}

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

.inline {
  display: inline;
}

.none,
[hidden] {
  display: none;
}

.font-bold, .mauticform-errormsg, table thead th,
table tfoot th, .article-lead, h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6, b, strong, .strong {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: -9999em;
}

.image-left {
  margin-right: 20px;
}

.image-right {
  margin-left: 20px;
}

dl, menu, ol, ul {
  margin: 0 0 1em;
}

dd,
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
}

dd {
  margin-bottom: 1em;
}

menu, ol, ul {
  padding: 0 0 0 2.5em;
}

.list-unstyled, .list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-unstyled li, .list-inline li {
  margin-top: 0;
  margin-bottom: 0;
}

.list-inline {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.list-inline li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.list-by-date li {
  margin-bottom: 1rem;
}
.list-by-date .date {
  text-transform: uppercase;
  font-size: 0.9375rem;
}

.container-main li + li {
  margin-top: 0.5em;
}

body {
  font-family: "Averta", "Gotham", "Avenir", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i, em, .em, .mauticform-errormsg, q, blockquote, dfn {
  font-style: italic;
}

a {
  color: #ff6900;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:active, a a:hover {
  outline: none;
}

a.footnote-ref {
  text-decoration: none;
  border-bottom: 0;
  font-weight: bold;
}

p {
  margin: 0 0 1em 0;
  -webkit-hyphens: auto;
          hyphens: auto;
}

pre {
  margin: 0.8em 0;
}

ul + p, ul + pre, ol + p, ol + pre {
  margin-top: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

mark {
  background: #ff0;
  color: #111;
}

hr {
  background-color: transparent;
  border: none;
  border-top: 1px solid #B2B4B8;
}

small, .small {
  font-size: 0.75em;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 1.75em 0 16px;
  line-height: 1.2;
  font-family: "Averta", "Gotham", "Avenir", "Segoe UI", sans-serif;
  display: block;
}
.well h1:first-child, .mauticform-post-error .mauticform-message h1:first-child, .mauticform-post-success .mauticform-message h1:first-child, .well h2:first-child, .mauticform-post-error .mauticform-message h2:first-child, .mauticform-post-success .mauticform-message h2:first-child, .well h3:first-child, .mauticform-post-error .mauticform-message h3:first-child, .mauticform-post-success .mauticform-message h3:first-child, .well h4:first-child, .mauticform-post-error .mauticform-message h4:first-child, .mauticform-post-success .mauticform-message h4:first-child, .well h5:first-child, .mauticform-post-error .mauticform-message h5:first-child, .mauticform-post-success .mauticform-message h5:first-child, .well h6:first-child, .mauticform-post-error .mauticform-message h6:first-child, .mauticform-post-success .mauticform-message h6:first-child,
.well .h1:first-child,
.mauticform-post-error .mauticform-message .h1:first-child,
.mauticform-post-success .mauticform-message .h1:first-child, .well .h2:first-child, .mauticform-post-error .mauticform-message .h2:first-child, .mauticform-post-success .mauticform-message .h2:first-child, .well .h3:first-child, .mauticform-post-error .mauticform-message .h3:first-child, .mauticform-post-success .mauticform-message .h3:first-child, .well .h4:first-child, .mauticform-post-error .mauticform-message .h4:first-child, .mauticform-post-success .mauticform-message .h4:first-child, .well .h5:first-child, .mauticform-post-error .mauticform-message .h5:first-child, .mauticform-post-success .mauticform-message .h5:first-child, .well .h6:first-child, .mauticform-post-error .mauticform-message .h6:first-child, .mauticform-post-success .mauticform-message .h6:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-size: 38.4px;
}

h2, .h2 {
  font-size: 28px;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 18.4px;
  font-style: italic;
}

h5, .h5 {
  font-size: 17.6px;
}

h6, .h6 {
  font-size: 17.6px;
}

.no-style-heading {
  margin: 0;
  font-size: 100%;
}

.lead {
  line-height: 1.8;
  font-size: 1.15em;
}

details {
  padding: 1em;
  margin: 1.5rem 0;
  border-radius: 5px;
  border: 2px solid #525354;
}

details:not([open]) {
  background-color: #EDEDED;
  opacity: 0.75;
}

details:not([open]):hover {
  opacity: 1;
}

summary > h2,
summary > h3,
summary > h4,
summary > h5,
summary > h6 {
  display: inline;
  margin: 0;
  font-size: inherit;
}

summary {
  font-weight: 700;
  font-size: 18.4px;
  cursor: pointer;
}

details[open] > summary {
  margin-bottom: 1.125rem;
}

table {
  width: 100%;
  margin: 1em 0;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  *white-space: normal;
  background-color: #fff;
}

table th,
table td {
  padding: 0.8em;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #EDEDED;
  border-left: 1px solid #EDEDED;
}

table thead th,
table tfoot th {
  vertical-align: bottom;
  background-color: #222721;
  color: #EDEDED;
}

table caption {
  padding: 0.8em;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  border-bottom: 0;
}

table tbody tr:hover {
  background-color: #EDEDED;
}

.alert {
  padding: 1em;
  border-radius: 5px;
  border-width: 2px;
  border-style: dashed;
  font-size: 22.72px;
}
.alert.-primary {
  color: #222721;
  border-color: #ff6900;
}

.alert__heading {
  margin-top: 0;
}

.icon--alert {
  font-size: 55px;
}

blockquote {
  font-size: 19.2px;
  line-height: 1.5;
  margin: 1em 0;
  padding: 0 0.8em;
  color: #525354;
  position: relative;
  border-left: 6px solid #EDEDED;
  z-index: 1;
}

cite {
  color: #ff6900;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

kbd, pre, samp {
  padding: 0.8em;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  line-height: normal;
  font-weight: normal;
  background-color: #EDEDED;
  color: #525354;
  word-wrap: break-word;
  font-size: 0.87em;
}

pre {
  overflow: auto;
  line-height: 2;
  width: 100%;
}

.btn {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  margin: 0.2em;
  padding: 0.9em 1.05em;
  font-family: "Averta", "Gotham", "Avenir", "Segoe UI", sans-serif;
  border-radius: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: box-shadow 0.2s, transform 0.2s;
}
.btn:hover, .btn:focus {
  box-shadow: 0 2px 0.8em rgba(0, 0, 0, 0.5);
}
.btn:active {
  transition-duration: 0.05s;
  box-shadow: inset 0 2px 3px 1px rgba(0, 0, 0, 0.6) !important;
  transform: translateY(2px);
}
.btn.-sm {
  font-size: 14px;
}
.btn.-lg {
  font-size: 20px;
}

.btn--block {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 700;
}

.btn-default {
  box-shadow: 0 0.12em 0 0 #bababa, 0 3px 4px 1px rgba(0, 0, 0, 0.5);
  background-color: #EDEDED;
  background-image: linear-gradient(-45deg, #EDEDED, rgb(238.8, 235.2, 235.2));
  color: #222721;
}
.btn-default:hover, .btn-default:focus {
  box-shadow: 0 0.12em 0 0 #bababa, 0 4px 0.8em rgba(0, 0, 0, 0.5);
}

.btn-primary {
  box-shadow: 0 0.12em 0 0 #993f00, 0 3px 4px 1px rgba(0, 0, 0, 0.5);
  background-color: #ff6900;
  background-image: linear-gradient(-45deg, #ff6900, #ff3600);
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  box-shadow: 0 0.12em 0 0 #993f00, 0 4px 0.8em rgba(0, 0, 0, 0.5);
}

.btn-secondary {
  box-shadow: 0 0.12em 0 0 rgb(31.6144578313, 32, 32.3855421687), 0 3px 4px 1px rgba(0, 0, 0, 0.5);
  background-color: #525354;
  background-image: linear-gradient(-45deg, #525354, rgb(73.7, 86.72, 92.3));
  color: #fff;
}
.btn-secondary:hover, .btn-secondary:focus {
  box-shadow: 0 0.12em 0 0 rgb(31.6144578313, 32, 32.3855421687), 0 4px 0.8em rgba(0, 0, 0, 0.5);
}

.btn-tertiary {
  box-shadow: 0 0.12em 0 0 rgb(0, 40.7826086957, 201), 0 3px 4px 1px rgba(0, 0, 0, 0.5);
  background-color: #305AFF;
  background-image: linear-gradient(-45deg, #305AFF, rgb(48, 131.4, 255));
  color: #fff;
}
.btn-tertiary:hover, .btn-tertiary:focus {
  box-shadow: 0 0.12em 0 0 rgb(0, 40.7826086957, 201), 0 4px 0.8em rgba(0, 0, 0, 0.5);
}

.btn-link {
  box-shadow: 0 0.12em 0 0 #993f00, 0 3px 4px 1px rgba(0, 0, 0, 0.5);
  background-color: #ff6900;
  background-image: linear-gradient(-45deg, #ff6900, #ff3600);
  color: #fff;
}
.btn-link:hover, .btn-link:focus {
  box-shadow: 0 0.12em 0 0 #993f00, 0 4px 0.8em rgba(0, 0, 0, 0.5);
}

.btn[disabled],
.btn.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

fieldset, .mauticform-radiogrp {
  border: 1px solid #EDEDED;
  padding: 0.8em;
  margin: 1em 0;
  border-radius: 5px;
}
fieldset[disabled=true], fieldset .fieldset-disabled, .mauticform-radiogrp[disabled=true], .mauticform-radiogrp .fieldset-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
fieldset[disabled=true] input, fieldset[disabled=true] button, fieldset[disabled=true] .btn, fieldset .fieldset-disabled input, fieldset .fieldset-disabled button, fieldset .fieldset-disabled .btn, .mauticform-radiogrp[disabled=true] input, .mauticform-radiogrp[disabled=true] button, .mauticform-radiogrp[disabled=true] .btn, .mauticform-radiogrp .fieldset-disabled input, .mauticform-radiogrp .fieldset-disabled button, .mauticform-radiogrp .fieldset-disabled .btn {
  cursor: not-allowed;
}
fieldset .row, .mauticform-radiogrp .row {
  padding-top: 0;
  padding-bottom: 0;
}

.mauticform-radiogrp > label {
  margin-top: 0;
}

legend {
  border: 0;
  padding: 0.5em;
  white-space: normal;
  font-family: "Averta", "Gotham", "Avenir", "Segoe UI", sans-serif;
  font-size: 18.4px;
}

label {
  display: block;
  margin: 1em 0 0;
  font-size: 17.6px;
  color: #222721;
  font-weight: bold;
  cursor: pointer;
}

button, input, select, textarea {
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=number],
input[type=date],
textarea,
select,
.StripeElement {
  padding: 0.8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: normal;
  background-color: #fff;
  border: 1px solid #B2B4B8;
  border-radius: 5px;
  color: #525354;
  display: block;
  width: 100%;
  font-family: "Averta", "Gotham", "Avenir", "Segoe UI", sans-serif;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus,
select:focus,
.StripeElement:focus {
  border-color: #ff6900;
  color: #222721;
}

select {
  text-align: center;
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  box-sizing: border-box;
  line-height: normal;
  margin: 0;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

.checkbox {
  margin: 0.8em 0;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  margin-top: 0.05em;
}
.checkbox label {
  padding-left: 0.8em;
  overflow: hidden;
  display: table;
  *zoom: 1;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  min-height: 150px;
  resize: none;
}

input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -moz-appearance: button;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.form-group,
.mauticform-row {
  position: relative;
  margin-bottom: 1em;
}

.mauticform-errormsg {
  display: inline-block;
  border: 2px dashed #f21a29;
  background-color: rgb(252.958677686, 219.041322314, 221.3966942149);
  color: #f21a29;
  padding: 0.5em;
  margin: 0.5em 0;
  border-radius: 5px;
}

.mauticform-helpmessage {
  font-size: 0.75em;
  font-style: italic;
  color: #525354;
}

.mauticform-required > label:after,
.form-group.-required > label:after {
  content: "*";
  color: #f21a29;
  display: inline-block;
  margin: 0 0.15em;
}

.mauticform-post-success .mauticform-innerform {
  display: none;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #f21a29;
}

.StripeElement--webkit-autofill {
  background-color: #EDEDED !important;
}

.form-error {
  color: #f21a29;
}

.submitting .-show-submitting {
  display: block;
}

.container {
  padding-left: 4em;
  padding-right: 4em;
  max-width: 737.28px;
  margin-left: auto;
  margin-right: auto;
}
.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.container-full {
  max-width: none !important;
}

.container.sidebar-container {
  padding-left: 1em;
  padding-right: 1em;
}

.col {
  float: left;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.col.right {
  float: right;
}

[class*=pull-], [class*=push-] {
  position: relative;
}

.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.col-1 {
  width: 5.3333333333%;
}

.push-1 {
  left: 5.3333333333%;
}

.pull-1 {
  left: -11.3333333333%;
}

.col-2 {
  width: 13.6666666667%;
}

.push-2 {
  left: 13.6666666667%;
}

.pull-2 {
  left: -19.6666666667%;
}

.col-3 {
  width: 22%;
}

.push-3 {
  left: 22%;
}

.pull-3 {
  left: -28%;
}

.col-4 {
  width: 30.3333333333%;
}

.push-4 {
  left: 30.3333333333%;
}

.pull-4 {
  left: -36.3333333333%;
}

.col-5 {
  width: 38.6666666667%;
}

.push-5 {
  left: 38.6666666667%;
}

.pull-5 {
  left: -44.6666666667%;
}

.col-6 {
  width: 47%;
}

.push-6 {
  left: 47%;
}

.pull-6 {
  left: -53%;
}

.col-7 {
  width: 55.3333333333%;
}

.push-7 {
  left: 55.3333333333%;
}

.pull-7 {
  left: -61.3333333333%;
}

.col-8 {
  width: 63.6666666667%;
}

.push-8 {
  left: 63.6666666667%;
}

.pull-8 {
  left: -69.6666666667%;
}

.col-9 {
  width: 72%;
}

.push-9 {
  left: 72%;
}

.pull-9 {
  left: -78%;
}

.col-10 {
  width: 80.3333333333%;
}

.push-10 {
  left: 80.3333333333%;
}

.pull-10 {
  left: -86.3333333333%;
}

.col-11 {
  width: 88.6666666667%;
}

.push-11 {
  left: 88.6666666667%;
}

.pull-11 {
  left: -94.6666666667%;
}

.col-12 {
  width: 97%;
}

.row {
  *zoom: 1;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-left: -1.5%;
  margin-right: -1.5%;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.row-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.row-xs {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.row-sm {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}

.row-lg {
  padding-top: 4em;
  padding-bottom: 4em;
}

.row-xl {
  padding-top: 8em;
  padding-bottom: 8em;
}

.row-space-fluid {
  padding-top: 12%;
  padding-bottom: 12%;
}

.hide-desktop {
  display: none;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.row-feature {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #EDEDED;
}

.container-lg {
  max-width: 1350px;
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .tablet-col-1 {
    width: 5.3333333333%;
  }
  .tablet-push-1 {
    left: 5.3333333333%;
  }
  .tablet-pull-1 {
    left: -11.3333333333%;
  }
  .tablet-col-2 {
    width: 13.6666666667%;
  }
  .tablet-push-2 {
    left: 13.6666666667%;
  }
  .tablet-pull-2 {
    left: -19.6666666667%;
  }
  .tablet-col-3 {
    width: 22%;
  }
  .tablet-push-3 {
    left: 22%;
  }
  .tablet-pull-3 {
    left: -28%;
  }
  .tablet-col-4 {
    width: 30.3333333333%;
  }
  .tablet-push-4 {
    left: 30.3333333333%;
  }
  .tablet-pull-4 {
    left: -36.3333333333%;
  }
  .tablet-col-5 {
    width: 38.6666666667%;
  }
  .tablet-push-5 {
    left: 38.6666666667%;
  }
  .tablet-pull-5 {
    left: -44.6666666667%;
  }
  .tablet-col-6 {
    width: 47%;
  }
  .tablet-push-6 {
    left: 47%;
  }
  .tablet-pull-6 {
    left: -53%;
  }
  .tablet-col-7 {
    width: 55.3333333333%;
  }
  .tablet-push-7 {
    left: 55.3333333333%;
  }
  .tablet-pull-7 {
    left: -61.3333333333%;
  }
  .tablet-col-8 {
    width: 63.6666666667%;
  }
  .tablet-push-8 {
    left: 63.6666666667%;
  }
  .tablet-pull-8 {
    left: -69.6666666667%;
  }
  .tablet-col-9 {
    width: 72%;
  }
  .tablet-push-9 {
    left: 72%;
  }
  .tablet-pull-9 {
    left: -78%;
  }
  .tablet-col-10 {
    width: 80.3333333333%;
  }
  .tablet-push-10 {
    left: 80.3333333333%;
  }
  .tablet-pull-10 {
    left: -86.3333333333%;
  }
  .tablet-col-11 {
    width: 88.6666666667%;
  }
  .tablet-push-11 {
    left: 88.6666666667%;
  }
  .tablet-pull-11 {
    left: -94.6666666667%;
  }
  .tablet-col-12 {
    width: 97%;
  }
  .tablet-no-push, .tablet-no-pull {
    left: auto;
  }
  .tablet-full {
    left: auto;
    clear: both;
    float: none;
    width: 100%;
    margin: 0 0 1em;
    display: block;
  }
  .tablet-text-left {
    text-align: left;
  }
  .tablet-text-right {
    text-align: right;
  }
  .tablet-text-center {
    text-align: center;
  }
  .tablet-left {
    float: left;
  }
  .tablet-right {
    float: right;
  }
  .tablet-no-float {
    float: none;
  }
  .tablet-no-margin {
    margin: 0;
  }
  .tablet-no-padding {
    padding: 0;
  }
  .hide-tablet {
    display: none;
  }
  .show-tablet {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
    float: none;
  }
  .phone-no-gutter {
    padding-left: 0;
    padding-right: 0;
  }
  .phone-col-1 {
    width: 5.3333333333%;
  }
  .phone-push-1 {
    left: 5.3333333333%;
  }
  .phone-col-2 {
    width: 13.6666666667%;
  }
  .phone-push-2 {
    left: 13.6666666667%;
  }
  .phone-col-3 {
    width: 22%;
  }
  .phone-push-3 {
    left: 22%;
  }
  .phone-col-4 {
    width: 30.3333333333%;
  }
  .phone-push-4 {
    left: 30.3333333333%;
  }
  .phone-col-5 {
    width: 38.6666666667%;
  }
  .phone-push-5 {
    left: 38.6666666667%;
  }
  .phone-col-6 {
    width: 47%;
  }
  .phone-push-6 {
    left: 47%;
  }
  .phone-col-7 {
    width: 55.3333333333%;
  }
  .phone-push-7 {
    left: 55.3333333333%;
  }
  .phone-col-8 {
    width: 63.6666666667%;
  }
  .phone-push-8 {
    left: 63.6666666667%;
  }
  .phone-col-9 {
    width: 72%;
  }
  .phone-push-9 {
    left: 72%;
  }
  .phone-col-10 {
    width: 80.3333333333%;
  }
  .phone-push-10 {
    left: 80.3333333333%;
  }
  .phone-col-11 {
    width: 88.6666666667%;
  }
  .phone-push-11 {
    left: 88.6666666667%;
  }
  .phone-col-12 {
    width: 97%;
  }
  .phone-no-push, .phone-no-pull {
    left: auto;
  }
  .phone-full {
    left: auto;
    clear: both;
    float: none;
    width: 100%;
    margin: 0 0 1em;
    display: block;
  }
  .phone-text-left {
    text-align: left;
  }
  .phone-text-right {
    text-align: right;
  }
  .phone-text-center {
    text-align: center;
  }
  .phone-left {
    float: left;
  }
  .phone-right {
    float: right;
  }
  .phone-no-float {
    float: none;
  }
  .phone-no-margin {
    margin: 0;
  }
  .phone-no-padding {
    padding: 0;
  }
  .hide-phone {
    display: none;
  }
  .show-phone {
    display: block;
  }
  .row-space-fluid {
    padding-top: 20%;
    padding-bottom: 20%;
  }
}
figure > figcaption {
  padding: 0.5em;
  font-size: 0.75em;
  color: #5C5E5E;
}

.img-responsive, figure img {
  max-width: 100%;
  height: auto;
}

.figure-thumb img {
  max-height: 260px;
  border: 8px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.figure-float {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  margin-bottom: 1em;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.figure-float > img {
  width: 100%;
}
.figure-float > figcaption {
  padding: 1em;
}
.figure-float > figcaption h5 {
  color: #ff6900;
}
.figure-float > figcaption p {
  margin: 0.5em 0;
}

.featured-photo-figure {
  position: relative;
  padding-bottom: 75%; /* 4:3 */
  height: 0;
  overflow: hidden;
  margin-bottom: 2.5em;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.featured-photo-figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s;
  z-index: 2;
}
.featured-photo-figure:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.featured-photo-figure:hover .featured-photo-figure__caption {
  transform: translateY(-6px);
}
.featured-photo-figure img {
  position: absolute;
  width: 100%;
  visibility: hidden;
  z-index: 1;
}

.featured-photo-figure__caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
  padding: 1em;
  color: #fff;
  transition: transform 0.3s;
}

.fluid-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.fluid-16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrap {
  position: relative;
  height: 0;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrap-16-9 {
  padding-bottom: 56.25%;
  /* 16:9 */
}

.fullpage-iframe {
  height: 100%;
}
.fullpage-iframe body {
  height: 100%;
  overflow: hidden;
}
.fullpage-iframe body > iframe {
  border: 0;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.fullpage-iframe body > .fullpage-overlay {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  padding: 0.8em;
  z-index: 10;
}
.fullpage-iframe body > .fullpage-overlay img {
  margin-left: 0.5em;
}

.header-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 552.96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-banner > img {
  width: auto;
  display: block;
  margin: 0 auto;
  height: auto;
}

.media-embed {
  border: 1px solid #EDEDED;
}

.nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
.nav > li {
  text-align: center;
  flex-grow: 1;
}
.nav > li > a {
  padding: 0.5em;
  display: block;
  border: none;
}

.nav-responsive {
  display: none;
  flex-direction: row;
  justify-content: space-between;
}
.nav-responsive > li {
  flex-grow: 0;
}
.nav-responsive > li > a {
  padding: 1em;
  cursor: pointer;
}
.nav-responsive__link--home {
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 45.5px;
  width: 45.5px;
  display: block;
  padding: 0.5em !important;
}
.nav-responsive__link--home > svg {
  height: 100%;
  width: 100%;
}

.navbar-main {
  *zoom: 1;
  position: relative;
  z-index: 31;
  font-size: 13px;
  color: #fff;
  background-color: #222721;
}
.navbar-main:before, .navbar-main:after {
  content: " ";
  display: table;
}
.navbar-main:after {
  clear: both;
}
.navbar-main .nav > li > a {
  transition: background-color 0.3s;
  padding: 1em;
  color: #fff;
}
.navbar-main .nav > li > a:hover, .navbar-main .nav > li > a:focus {
  background-color: #ff6900;
  color: #fff;
}
.navbar-main .nav > li.highlight {
  background-color: #ff6900;
  color: #fff;
}
.navbar-main .nav > li.active > a {
  background-color: rgb(46.0416666667, 52.8125, 44.6875);
}

.logo-navbar {
  display: block;
  float: left;
  color: #fff;
  line-height: 1;
  margin-right: 0.5em;
}
.logo-navbar > img {
  height: 54px;
  width: 80px;
}

.dropdown {
  position: relative;
  cursor: pointer;
  z-index: 30;
}
.dropdown.open > .dropdown-list {
  transition-delay: 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.dropdown .caret {
  float: right;
}

.invisible-overlay {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 29;
}

.dropdown-list {
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0s linear 0.4s;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  min-width: 220px;
  max-width: 420px;
  top: 100%;
  left: 0;
  background-color: #222721;
  text-align: left;
  color: #EDEDED;
  z-index: 30;
}
li:hover > .dropdown-list {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s, opacity 0.25s;
}
.dropdown-list > li > a {
  display: block;
  padding: 1em;
  z-index: 30;
  color: #EDEDED;
  border: none;
}
.dropdown-list > li > a:hover {
  background-color: #ff6900;
  color: #fff;
}
.dropdown-list > li .dropdown-list {
  top: 0;
  left: 100%;
}

.toggle-sidebar {
  background-color: transparent;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  padding: 1em;
}
.toggle-sidebar:hover {
  color: #fff;
}

.icon-hamburger-toggled {
  display: none;
}

.in-modal .toggle-sidebar .icon-hamburger {
  display: none;
}
.in-modal .toggle-sidebar .icon-hamburger-toggled {
  display: inline;
}

.navbar-side {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 45.5px 0 0;
  width: 100%;
  overflow: auto;
  background-color: #222721;
  color: #EDEDED;
  z-index: 30;
  font-size: 0.75em;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.4);
  animation: 0.5s slide;
}
@media screen and (max-width: 768px) {
  .navbar-side.is-visible {
    display: block;
  }
}
.navbar-side a {
  color: #EDEDED;
}

.title-aside {
  clear: both;
  margin: 0.8em;
}

.nav-side {
  display: flex;
  flex-wrap: wrap;
}
.nav-side > li {
  float: none;
  flex-basis: 100%;
  flex-grow: 0;
  text-align: left;
  font-size: 24px;
}
.nav-side > li > a {
  transition: background-color 0.3s;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nav-side > li.active > a {
  background-color: rgb(46.0416666667, 52.8125, 44.6875);
}
.nav-side > li ul li a {
  padding: 1em;
  padding-left: 2.5em;
  font-size: 0.75em;
}

@keyframes slide {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.header-page {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
  border-bottom: 1px solid #EDEDED;
}

.title-header {
  box-sizing: border-box;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  background-color: #ff6900;
  color: #fff;
  word-wrap: break-word;
  position: relative;
  left: -27px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
}
.title-header:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: -27px;
  left: 0;
  height: 0;
  width: 0;
  border-left: 27px solid transparent;
  border-top: 27px solid #993f00;
}
.title-header h1 {
  margin: 0;
}

.title-meta {
  color: #5C5E5E;
}
.title-meta.uppercase {
  font-size: 0.68em;
  letter-spacing: 0.02em;
}

.meta-header {
  color: #5C5E5E;
  font-size: 17.6px;
}

.header-landing {
  padding-top: 7%;
  padding-bottom: 7%;
  position: relative;
  background-color: #525354;
  background-image: linear-gradient(-45deg, #525354, rgb(67.06, 75.5613333333, 98.94));
  background-image: url("/img/fond-piste-orange.jpg");
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.header-landing > .container {
  position: relative;
  z-index: 6;
}

.icon-header {
  position: absolute;
  top: 40px;
  right: 16px;
  color: #EDEDED;
}

.header--main {
  background-color: #ff6900;
  padding: 1em 2.5em;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .header--main {
    display: none;
  }
}
.header--main__title {
  display: inline-block;
  font-size: 24px;
  margin: 0 !important;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}
.header--main__logo {
  display: inline-block;
  height: 64px;
  width: 64px;
  display: inline-block;
  margin-right: 1em;
  vertical-align: middle;
  padding: 0.25rem;
}
.header--main__logo svg {
  height: 100%;
  width: 100%;
}

.footer-main {
  margin-top: -1em;
  padding-top: 2.5em;
  background-color: #222721;
  color: #EDEDED;
  font-size: 0.75em;
}

.footer__logo > svg {
  height: 100%;
  width: 100%;
  padding: 0 2.5em 0 0;
}
@media screen and (max-width: 768px) {
  .footer__logo > svg {
    padding: 1em 0 0 0;
  }
}
@media screen and (max-width: 550px) {
  .footer__logo > svg {
    padding: 1em 0 0 0;
    max-height: 250px;
    max-width: 250px;
  }
}

.list-footer {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-footer > li.active > a {
  color: #B2B4B8;
}
.list-footer > li > a {
  margin-top: 0.5em;
  display: block;
  color: #5C5E5E;
  border-bottom: 0;
  transition: color 0.3s;
}
.list-footer > li > a:hover, .list-footer > li > a:focus {
  color: #ff6900;
}

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}

.swipe-wrap {
  overflow: hidden;
  position: relative;
}

.swipe-wrap > * {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slider-bullets {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
.slider-bullets > li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.slider-bullets > li > a {
  width: 0.9em;
  height: 0.9em;
  border-radius: 0.5em;
  display: block;
  cursor: pointer;
}

.slider-btn-controls {
  text-align: center;
  position: absolute;
  top: 40%;
  z-index: 10;
  cursor: pointer;
  opacity: 0.6;
  color: inherit;
}
.slider-btn-controls:hover {
  opacity: 1;
}
.slider-btn-controls .icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 48px;
  line-height: 60px;
}

.slider-btn-controls-left {
  left: 1em;
}

.slider-btn-controls-right {
  right: 1em;
}

.landing-slider .swipe-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.landing-slider .slider-bullets > li > a {
  transition: all 0.2s;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #B2B4B8, #fff);
  opacity: 0.7;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
}
.landing-slider .slider-bullets > li > a:hover, .landing-slider .slider-bullets > li > a:focus {
  opacity: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
.landing-slider .slider-bullets > li > a:active {
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
}
.landing-slider .slider-bullets > li > a.active {
  background-color: #ff6900;
  background-image: linear-gradient(-45deg, #EDEDED, white);
  opacity: 1;
}

.clock {
  font-family: Averta, Verdana, sans-serif;
  /*  padding: 16px;*/
}

.clock__title {
  font-size: 1.35em;
  margin: 1em 0;
  font-weight: bold;
}

.clock__title .icon {
  font-size: 40px;
  animation: pulse 0.5s infinite ease;
  display: inline-block;
}

.clock__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.clock__items > div {
  padding: 0.5em;
  border-radius: 0.15em;
  background-color: #ff6a13;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 640px) {
  .clock__items > div {
    font-size: 36px;
  }
}
.clock__items > div > span {
  padding: 8px 12px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.15);
  background-blend-mode: color-burn;
  display: inline-block;
}

.clock__items .smalltext {
  margin-top: 5px;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .clock__items .smalltext {
    font-size: 16px;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.splash {
  padding: 4em 0;
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(135deg, #ffa566, rgb(255, 120, 25.5));
  color: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .splash {
    padding: 3rem 0;
  }
}
@media (min-width: 1400px) {
  .splash {
    padding: 5rem 0;
  }
}
.splash a:not(.btn) {
  color: #fff;
  border-color: #fff;
}

.splash__background-layer {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("/img/COCH_Seul_4C.svg");
  background-repeat: no-repeat;
  background-position: 60vw 2rem;
  background-size: 90vw auto;
  opacity: 0.35;
}
@media (min-width: 768px) {
  .splash__background-layer {
    background-position: 60vw 1rem;
    background-size: 50vw auto;
  }
}

.splash__content-layer {
  position: relative;
  z-index: 2;
}

.splash__header > span {
  font-size: 2.5rem;
  margin: 0 0 1.5rem;
  line-height: 0.88;
}
@media (min-width: 768px) {
  .splash__header > span {
    max-width: 18ch;
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}

.splash__lead {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .splash__lead {
    font-size: 1.125rem;
  }
  .splash__lead .btn {
    font-size: inherit;
  }
}
.splash__lead .splash__buttons .btn + .btn {
  margin-top: 0.75em;
}

.section-large-type {
  font-size: 20px;
}
.section-large-type hr {
  background-color: #B2B4B8;
}
@media (min-width: 768px) {
  .section-large-type .container {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.section-large-type p > a {
  border-bottom-width: 0.1em;
}
@media (min-width: 550px) {
  .section-large-type {
    font-size: 3.75vh;
  }
  .section-large-type h1, .section-large-type .h1 {
    font-size: 1.8em;
  }
  .section-large-type h2, .section-large-type .h2 {
    font-size: 1.5em;
  }
  .section-large-type h3, .section-large-type .h3 {
    font-size: 1.33em;
  }
}
@media (min-width: 768px) {
  .section-large-type {
    font-size: 2.5vw;
  }
}

.list-layout {
  font-size: 0.75em;
}
.list-layout-pagination {
  padding: 1.25rem;
}
.list-layout-pagination-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0.5rem;
}

.calendrier-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.calendrier-nav-item {
  font-size: 0.75em;
  color: #5C5E5E;
}
.calendrier-nav-item[href] {
  text-decoration: none;
}
.calendrier-nav-item[href]:hover {
  color: #ff6900;
  text-decoration: underline;
}

.calendrier-info-section {
  margin: 1.5rem 0 3rem;
}

.svg-icon {
  --size: 16px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  margin: 0 0.125em;
  /* vertical correction */
  vertical-align: baseline;
  position: relative;
  bottom: -0.15em;
}
.svg-icon > svg {
  display: inline-flex;
  height: var(--size);
  width: var(--size);
  fill: currentColor;
}

body, html {
  background-color: #EDEDED;
  color: #222721;
}

::-moz-selection {
  background-color: #ff6900;
  color: #fff;
}

::selection {
  background-color: #ff6900;
  color: #fff;
}

::-moz-selection {
  background-color: #ff6900;
  color: #fff;
}

.styled-link, p a,
ul a,
ol a {
  transition: border-color 0.3s;
  padding: 0 2px;
  border-bottom: 1px solid #ff6900;
}
.styled-link:hover, p a:hover,
ul a:hover,
ol a:hover, .styled-link:focus, p a:focus,
ul a:focus,
ol a:focus {
  border-bottom-color: rgba(255, 105, 0, 0.15);
}

.link-unstyled {
  font-weight: normal;
  color: #222721;
  border: 0;
  padding: 0;
}

.container-main {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-top: 1em;
  padding-bottom: 4em;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.container-main.container-full {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.container-main.-wide {
  max-width: 96%;
}
.container-main img {
  max-width: 100%;
}

.card {
  margin-top: 1em;
  padding: 1.5rem;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.card.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.card__heading {
  margin-top: 0;
}

.home-sidebar-container {
  padding-left: 1em;
  padding-right: 1em;
  background-color: #EDEDED;
  border-left: 4px solid #ff6900;
}

.container-landing {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow-x: hidden;
}

.hr-sm {
  max-width: 300px;
  background-color: #B2B4B8;
}

.badge {
  margin-left: 0.15em;
  margin-right: 0.15em;
  border-radius: 1em;
  display: inline-block;
  padding: 0.15em 0.85em 0.12em;
  text-transform: uppercase;
  font-size: 0.72em;
}

.badge-primary {
  background-color: #ff6900;
  color: #fff;
}

.badge-secondary {
  background-color: #525354;
  color: #fff;
}

.badge-tertiary {
  background-color: #305AFF;
  color: #fff;
}

.badge-default {
  background-color: #EDEDED;
  color: #525354;
}

.badge-darker {
  background-color: #222721;
  color: #fff;
}

.badge-tertiary {
  background-color: #305AFF;
  color: #fff;
}

.badge-success {
  background-color: #56ffa5;
  color: #222721;
}

.badge-danger {
  background-color: #f21a29;
  color: #fff;
}

.text--gray {
  color: #5C5E5E;
}

.text--primary {
  color: #ff6900;
}

.text--secondary {
  color: #525354;
}

.text--danger {
  color: #f21a29;
}

.banner {
  position: fixed;
  z-index: 21;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1em;
}

.banner-primary {
  background-color: rgba(34, 39, 33, 0.85);
  color: #fff;
}

.banner__close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0.5em;
  cursor: pointer;
}

.icon-partenaire-default {
  font-size: 38.4px;
  color: #B2B4B8;
}

.row-lighter {
  background-color: #EDEDED;
  color: #222721;
}

.row-light {
  background-color: #B2B4B8;
  color: #222721;
}

.row-gray {
  background-color: #5C5E5E;
  color: #fff;
}

.row-dark {
  background-color: #525354;
  color: #fff;
}

.row-darker {
  background-color: #222721;
  color: #fff;
}

.row-primary, .well-primary {
  background-color: #ff6900;
  color: #fff;
}
.row-primary a, .well-primary a {
  color: #fff;
  border-color: #fff;
}

.row-danger {
  background-color: #f21a29;
  color: #fff;
}

.well, .mauticform-post-success .mauticform-message, .mauticform-post-error .mauticform-message {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
  border-radius: 5px;
  background-color: #EDEDED;
  color: #525354;
}

.well-primary {
  background-color: #ff6900;
  color: #fff;
}
.well-primary.feedback-box .icon--feedback.icon-thumb_up {
  display: block;
}

.well-secondary {
  background-color: #525354;
  color: #fff;
}
.well-secondary.feedback-box .icon--feedback.icon-warning {
  display: block;
}

.well-tertiary {
  background-color: #305AFF;
  color: #fff;
}

.well-success, .mauticform-post-success .mauticform-message {
  background-color: #56ffa5;
  color: #222721;
}

.well-danger, .mauticform-post-error .mauticform-message {
  background-color: #f21a29;
  color: #fff;
}

.row-showcase {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.row-showcase > .img-bg-showcase, .row-showcase .bg-overlay-showcase {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
}
.row-showcase > .img-bg-showcase {
  width: 100%;
  height: auto;
  z-index: 3;
}
.row-showcase > .bg-overlay-showcase {
  z-index: 4;
}
.row-showcase > .bg-overlay-primary {
  background: #ff6900;
  background: linear-gradient(145deg, rgba(255, 20, 0, 0.9), rgba(255, 105, 0, 0.6));
}
.row-showcase > .bg-overlay-secondary {
  background: #525354;
  background: linear-gradient(145deg, rgba(82, 83.4, 84, 0.9), rgba(82, 83, 84, 0.6));
}
.row-showcase > .container {
  position: relative;
  z-index: 5;
}

#nouvelles {
  position: relative;
}
#nouvelles .bg-text {
  position: absolute;
  color: #EDEDED;
  font-size: 140px;
  transform: rotate(90deg);
  font-family: "Averta", "Gotham", "Avenir", "Segoe UI", sans-serif;
  line-height: 1;
  left: 16px;
}
#nouvelles .bg-text.-left {
  top: 10%;
  transform: translateY(-120%) rotate(90deg);
  transform-origin: 0 100%;
  font-size: 80px;
}
#nouvelles .bg-text.-right {
  left: 16px;
  transform: translateY(10%) rotate(90deg);
  transform-origin: 30% 100%;
  font-size: 160px;
}

@media screen and (max-width: 768px) {
  .title-header {
    padding-left: 2.5em;
  }
  .container-main {
    width: auto;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-top: 3%;
  }
  .container-landing {
    margin: 0 auto;
    width: 100%;
  }
  .nav-responsive {
    display: flex;
  }
  .nav-break {
    display: none;
  }
  .slider-btn-controls .icon {
    width: 30px;
    font-size: 24px;
  }
  .slider-btn-controls-left {
    left: 0;
  }
  .slider-btn-controls-right {
    right: 0;
  }
  .row-40e {
    background-size: auto 45%;
    background-position: 90% 10%;
  }
}
@media screen and (max-width: 550px) {
  h1, .h1 {
    font-size: 28.8px;
  }
  h2, .h2 {
    font-size: 24px;
  }
  h3, .h3 {
    font-size: 21.28px;
  }
  h4, .h4 {
    font-size: 18.4px;
  }
  h5, .h5 {
    font-size: 17.6px;
  }
  h6, .h6 {
    font-size: 17.6px;
  }
  table th,
  table td {
    padding: 0.5em;
  }
  .icon-header {
    top: 8px;
    right: 8px;
  }
}
/*

@font-face {
    font-family: 'Averta';
    src: url('/fonts/averta/averta-thinitalic-webfont.eot');
    src: url('/fonts/averta/averta-thinitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/averta/averta-thinitalic-webfont.woff2') format('woff2'),
         url('/fonts/averta/averta-thinitalic-webfont.woff') format('woff'),
         url('/fonts/averta/averta-thinitalic-webfont.ttf') format('truetype'),
         url('/fonts/averta/averta-thinitalic-webfont.svg#avertathin_italic') format('svg');
    font-weight: 100;
    font-style: italic;

}




@font-face {
    font-family: 'Averta';
    src: url('/fonts/averta/averta-thin-webfont.eot');
    src: url('/fonts/averta/averta-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/averta/averta-thin-webfont.woff2') format('woff2'),
         url('/fonts/averta/averta-thin-webfont.woff') format('woff'),
         url('/fonts/averta/averta-thin-webfont.ttf') format('truetype'),
         url('/fonts/averta/averta-thin-webfont.svg#avertathin') format('svg');
    font-weight: 100;
    font-style: normal;

}




@font-face {
    font-family: 'Averta';
    src: url('/fonts/averta/averta-extrathinitalic-webfont.eot');
    src: url('/fonts/averta/averta-extrathinitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/averta/averta-extrathinitalic-webfont.woff2') format('woff2'),
         url('/fonts/averta/averta-extrathinitalic-webfont.woff') format('woff'),
         url('/fonts/averta/averta-extrathinitalic-webfont.ttf') format('truetype'),
         url('/fonts/averta/averta-extrathinitalic-webfont.svg#avertaextrathin_italic') format('svg');
    font-weight: 200;
    font-style: italic;

}




@font-face {
    font-family: 'Averta';
    src: url('/fonts/averta/averta-extrathin-webfont.eot');
    src: url('/fonts/averta/averta-extrathin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/averta/averta-extrathin-webfont.woff2') format('woff2'),
         url('/fonts/averta/averta-extrathin-webfont.woff') format('woff'),
         url('/fonts/averta/averta-extrathin-webfont.ttf') format('truetype'),
         url('/fonts/averta/averta-extrathin-webfont.svg#avertaextrathin') format('svg');
    font-weight: 200;
    font-style: normal;

}




@font-face {
    font-family: 'Averta';
    src: url('/fonts/averta/averta-lightitalic-webfont.eot');
    src: url('/fonts/averta/averta-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/averta/averta-lightitalic-webfont.woff2') format('woff2'),
         url('/fonts/averta/averta-lightitalic-webfont.woff') format('woff'),
         url('/fonts/averta/averta-lightitalic-webfont.ttf') format('truetype'),
         url('/fonts/averta/averta-lightitalic-webfont.svg#avertalight_italic') format('svg');
    font-weight: 300;
    font-style: italic;

}




@font-face {
    font-family: 'Averta';
    src: url('/fonts/averta/averta-light-webfont.eot');
    src: url('/fonts/averta/averta-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/averta/averta-light-webfont.woff2') format('woff2'),
         url('/fonts/averta/averta-light-webfont.woff') format('woff'),
         url('/fonts/averta/averta-light-webfont.ttf') format('truetype'),
         url('/fonts/averta/averta-light-webfont.svg#avertalight') format('svg');
    font-weight: 300;
    font-style: normal;


}*/
@font-face {
  font-family: "Averta";
  src: url("/fonts/averta/averta-regularitalic-webfont.eot");
  src: url("/fonts/averta/averta-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/averta/averta-regularitalic-webfont.woff2") format("woff2"), url("/fonts/averta/averta-regularitalic-webfont.woff") format("woff"), url("/fonts/averta/averta-regularitalic-webfont.ttf") format("truetype"), url("/fonts/averta/averta-regularitalic-webfont.svg#avertaregular_italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("/fonts/averta/averta-regular-webfont.eot");
  src: url("/fonts/averta/averta-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/averta/averta-regular-webfont.woff2") format("woff2"), url("/fonts/averta/averta-regular-webfont.woff") format("woff"), url("/fonts/averta/averta-regular-webfont.ttf") format("truetype"), url("/fonts/averta/averta-regular-webfont.svg#averta_regularregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
/*


@font-face {
    font-family: 'Averta';
    src: url('/fonts/averta/averta-semibolditalic-webfont.eot');
    src: url('/fonts/averta/averta-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/averta/averta-semibolditalic-webfont.woff2') format('woff2'),
         url('/fonts/averta/averta-semibolditalic-webfont.woff') format('woff'),
         url('/fonts/averta/averta-semibolditalic-webfont.ttf') format('truetype'),
         url('/fonts/averta/averta-semibolditalic-webfont.svg#avertasemibold_italic') format('svg');
    font-weight: 600;
    font-style: italic;

}




@font-face {
    font-family: 'Averta';
    src: url('/fonts/averta/averta-semibold-webfont.eot');
    src: url('/fonts/averta/averta-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/averta/averta-semibold-webfont.woff2') format('woff2'),
         url('/fonts/averta/averta-semibold-webfont.woff') format('woff'),
         url('/fonts/averta/averta-semibold-webfont.ttf') format('truetype'),
         url('/fonts/averta/averta-semibold-webfont.svg#avertasemibold') format('svg');
    font-weight: 600;
    font-style: normal;

}*/
@font-face {
  font-family: "Averta";
  src: url("/fonts/averta/averta-bolditalic-webfont.eot");
  src: url("/fonts/averta/averta-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/averta/averta-bolditalic-webfont.woff2") format("woff2"), url("/fonts/averta/averta-bolditalic-webfont.woff") format("woff"), url("/fonts/averta/averta-bolditalic-webfont.ttf") format("truetype"), url("/fonts/averta/averta-bolditalic-webfont.svg#avertabold_italic") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("/fonts/averta/averta-bold-webfont.eot");
  src: url("/fonts/averta/averta-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/averta/averta-bold-webfont.woff2") format("woff2"), url("/fonts/averta/averta-bold-webfont.woff") format("woff"), url("/fonts/averta/averta-bold-webfont.ttf") format("truetype"), url("/fonts/averta/averta-bold-webfont.svg#avertabold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("/fonts/averta/averta-extrabolditalic-webfont.eot");
  src: url("/fonts/averta/averta-extrabolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/averta/averta-extrabolditalic-webfont.woff2") format("woff2"), url("/fonts/averta/averta-extrabolditalic-webfont.woff") format("woff"), url("/fonts/averta/averta-extrabolditalic-webfont.ttf") format("truetype"), url("/fonts/averta/averta-extrabolditalic-webfont.svg#avertaextrabold_italic") format("svg");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("/fonts/averta/averta-extrabold-webfont.eot");
  src: url("/fonts/averta/averta-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/averta/averta-extrabold-webfont.woff2") format("woff2"), url("/fonts/averta/averta-extrabold-webfont.woff") format("woff"), url("/fonts/averta/averta-extrabold-webfont.ttf") format("truetype"), url("/fonts/averta/averta-extrabold-webfont.svg#avertaextrabold") format("svg");
  font-weight: 800;
  font-style: normal;
}
/*


@font-face {
    font-family: 'Averta';
    src: url('/fonts/averta/averta-blackitalic-webfont.eot');
    src: url('/fonts/averta/averta-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/averta/averta-blackitalic-webfont.woff2') format('woff2'),
         url('/fonts/averta/averta-blackitalic-webfont.woff') format('woff'),
         url('/fonts/averta/averta-blackitalic-webfont.ttf') format('truetype'),
         url('/fonts/averta/averta-blackitalic-webfont.svg#avertablack_italic') format('svg');
    font-weight: 900;
    font-style: italic;

}




@font-face {
    font-family: 'Averta';
    src: url('/fonts/averta/averta-black-webfont.eot');
    src: url('/fonts/averta/averta-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/averta/averta-black-webfont.woff2') format('woff2'),
         url('/fonts/averta/averta-black-webfont.woff') format('woff'),
         url('/fonts/averta/averta-black-webfont.ttf') format('truetype'),
         url('/fonts/averta/averta-black-webfont.svg#avertablack') format('svg');
    font-weight: 900;
    font-style: normal;

}
*/
@media screen and (max-width: 768px) {
  .no-js .nav-toggle {
    display: none;
  }
  .no-js .nav-main {
    max-height: 364px;
  }
  .no-js .nav-main > li:hover .dropdown-list {
    display: none;
  }
}
.no-js .figure-float {
  cursor: default;
}
.no-js .container-photo .figure-float {
  margin: 0 1.5%;
}
