@charset "UTF-8";
:root {
  --conteneur-largeur-max: 80rem;
  --conteneur-gouttiere: 1.5rem;
  /* Couleurs */
  --orange: #ff6900;
  --bleu: #305AFF;
  --vert: #56ffa5;
  --rouge: #f21a29;
  --gris-charbon: #222721;
  --gris-sombre: #525354;
  --gris: #5C5E5E;
  --gris-moyen: #B2B4B8;
  --gris-pale: #EDEDED;
  --couleur-primaire: #ff6900;
  --couleur-secondaire: #525354;
  --couleur-tertiaire: #305AFF;
  --couleur-danger: #f21a29;
  --couleur-succes: #56ffa5;
  --couleur-lien: #ff6900;
}

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

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 {
  /* accessibility! */
  outline-style: solid;
  outline-width: 3px;
  outline-offset: 5px;
  border-radius: 3px;
}
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;
  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;
}

.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;
}

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:focus {
  /* accessibility! */
  outline: 4px solid currentColor; /* outline-color set on button variants */
  outline-offset: 5px;
}
.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;
  outline-color: #EDEDED;
}
.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-default:focus {
  /* accessibility: follow button background (there is an offset on the outline) */
  outline-color: #EDEDED;
}

.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;
  outline-color: #ff6900;
}
.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-primary:focus {
  /* accessibility: follow button background (there is an offset on the outline) */
  outline-color: #ff6900;
}

.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;
  outline-color: #525354;
}
.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-secondary:focus {
  /* accessibility: follow button background (there is an offset on the outline) */
  outline-color: #525354;
}

.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;
  outline-color: #305AFF;
}
.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-tertiary:focus {
  /* accessibility: follow button background (there is an offset on the outline) */
  outline-color: #305AFF;
}

.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;
  outline-color: #ff6900;
}
.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-link:focus {
  /* accessibility: follow button background (there is an offset on the outline) */
  outline-color: #ff6900;
}

.btn-danger {
  box-shadow: 0 0.12em 0 0 rgb(157.0826446281, 8.9173553719, 19.2066115702), 0 3px 4px 1px rgba(0, 0, 0, 0.5);
  background-color: #f21a29;
  background-image: linear-gradient(-45deg, #f21a29, rgb(254.1, 13.9, 78.6205555556));
  color: #fff;
  outline-color: #f21a29;
}
.btn-danger:hover, .btn-danger:focus {
  box-shadow: 0 0.12em 0 0 rgb(157.0826446281, 8.9173553719, 19.2066115702), 0 4px 0.8em rgba(0, 0, 0, 0.5);
}
.btn-danger:focus {
  /* accessibility: follow button background (there is an offset on the outline) */
  outline-color: #f21a29;
}

.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%;
  }
}
/* Home.css */
/**
 * Le bandeau d’en-tête (la « une ») est divisé en deux régions:
 * contenu (texte, boutons) et visuel (une image).
 * Sur mobile (par défaut), c’est l’un par-dessus l’autre;
 * sur de plus grands écrans, c’est l’un à côté de l’autre.
 *
 */
.home-une {
  position: relative; /* requis pour le fond*/
  margin-block: calc(1rem + 1vw); /* espacement semi-proportionnel autour de la boîte*/
  margin-inline: auto; /* centrer */
  width: 94%; /* au cas où `calc` n’est pas supporté */
  width: calc(100% - (2rem + 2vw)); /* conserver la même marge horizontale que verticale*/
  max-width: 80rem; /* largeur du conteneur */
  border-radius: 1rem; /* bordures arrondies, bonbon visuel */
  overflow: hidden; /* le contenu qui déborde est masqué, cf. bordures arrondies*/
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  align-items: end;
  background-color: #ff6900;
  color: #ffffff;
  background-image: url("/img/coch-logo-accueil-fond.svg");
  background-size: auto 12rem;
  background-position: 90% -3rem;
  background-repeat: no-repeat;
}
@media (min-width: 60rem) {
  .home-une {
    grid-template-columns: 3fr 2fr;
    grid-template-rows: auto;
  }
}
@media (min-width: 60rem) {
  .home-une {
    background-size: auto 80%;
    background-position: -2rem -2rem;
  }
}

.home-une-content {
  padding-block: 2.5rem 1.5rem; /* espacement du bas moindre car décoration */
  padding-inline: 1.25rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 60rem) {
  .home-une-content {
    padding-block: 2rem;
  }
}

.home-une-texte {
  margin: 0; /* pas de marges autour du paragraphe */
  font-size: 28px;
  line-height: 1.15; /* normaliser interlignage (<p>)*/
  hyphens: none; /* gros texte d’en-tête, pas de césure*/
  font-weight: bold;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
@media (min-width: 60rem) {
  .home-une-texte {
    font-size: 48px;
  }
}
@media (min-width: 80rem) {
  .home-une-texte {
    font-size: 60px;
  }
}

/* wrapper for image */
.home-une-visual {
  position: relative;
  overflow: hidden;
  align-self: stretch; /* malgré l’alignement grid, prendre toute la hauteur */
  max-height: 300px;
}
@media (min-width: 60rem) {
  .home-une-visual {
    max-height: none;
    min-height: 300px;
  }
}
.home-une-visual::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  transform: skewY(-3deg) translateY(0);
  transform-origin: 0 50%;
  background-color: #ff6900;
}
@media (min-width: 60rem) {
  .home-une-visual::before {
    height: 100%;
    width: 100px;
    transform: skewX(6deg);
    transform-origin: 50% 100%;
  }
}

.home-une-image {
  display: block; /* éviter problèmes d’alignement */
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

/* Règion contenant des boutons*/
.home-une-boutons {
  margin-block-start: 1.5rem; /* séparation avec contenu au-dessus*/
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 0.5rem; /* espacement horizontal entre les boutons */
}

.home-article {
  /* espacement vertical (horizontal géré avec container) */
  padding: 2rem;
}

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;
  justify-content: center; /* aligner à gauche, ne pas grossir */
}
.nav > li {
  text-align: center;
}
.nav > li > a {
  padding: 0.5em 1em;
  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:focus {
  outline: 3px solid #ff6900;
  outline-offset: 0;
  border-radius: 0;
}
.navbar-main .nav > li:hover > a {
  background-color: #ff6900;
  color: #fff;
}
.navbar-main .nav > li:focus {
  /* accessiblity: match same-level anchors */
  color: #fff;
  outline: 3px solid #ff6900;
  outline-offset: 0;
}
.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);
}

/* comme un container, mais pour la navbar */
.navbar-inner {
  margin-inline: auto;
  max-width: 80rem;
}

.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, li:focus > .dropdown-list, .dropdown-list:focus-within {
  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, .dropdown-list > li > a:focus {
  background-color: #ff6900;
  color: #fff;
}
.dropdown-list > li > a:focus {
  color: #fff;
  outline: 1px solid #ff6900;
  outline-offset: 0;
  border-radius: 0;
}
.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: relative;
  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);
}
@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: 16px;
}
.nav-side > li > a,
.nav-side > li > button {
  transition: background-color 0.3s;
  padding: 0.8em;
  display: block;
  width: 100%; /* besoin de spécifier pour <button> */
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* annuler les styles par défaut du bouton */
  font: inherit; /* cause de <button> */
  color: inherit; /* idenm */
  border: 0;
  cursor: pointer;
}
.nav-side > li > a[href]:hover,
.nav-side > li > a[href]:focus {
  /* accessiblité visuelle */
  background-color: #ff6900;
  color: #fff;
}
.nav-side > li.active > a {
  background-color: rgb(46.0416666667, 52.8125, 44.6875);
}
.nav-side > li ul {
  list-style: none outside none;
  margin: 0.5rem 0 0; /* ajout léger espace au-dessus pour équilibrer */
  padding: 0;
}
.nav-side > li ul li a {
  display: block;
  padding: 1em;
  text-align: start;
  font-size: 0.75em;
  color: inherit;
  border: 0;
}
.nav-side > li ul li a:hover, .nav-side > li ul li a:focus {
  background-color: #ff6900;
  color: #fff;
}

.nav-button-label {
  display: flex;
  flex-direction: row;
  align-items: center; /* alignement vertical icône */
  justify-content: space-between;
  flex-wrap: wrap;
}

.is-open .nav-button-icon {
  transform: rotateX(180deg);
}

.nav-item-end {
  margin-inline-start: auto;
}

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

.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: 0.5rem 1.5rem;
  vertical-align: middle;
}
.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: 4rem;
  width: 4rem;
  display: inline-block;
  margin-right: 1em;
  vertical-align: middle;
  padding: 0.25rem;
}
@media (min-width: 768px) {
  .header--main__logo {
    height: 5rem;
    width: 5rem;
  }
}
.header--main__logo svg {
  height: 100%;
  width: 100%;
}

.header-brand-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-main {
  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;
}

.well-primary {
  background-color: #ff6900;
  color: #fff;
}
.well-primary a {
  color: #fff;
  border-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;
}

/* _section-banniere.css - pour le bloc section-banniere */
/* .section-banniere {} */
.section-banniere-inner {
  max-width: 80rem;
  margin-inline: auto;
  margin-block: 2.5em;
  /* Bordures arrondies */
  border-radius: 1rem;
  overflow: hidden;
}

.section-banniere-image {
  /* éviter alignements étranges */
  display: block;
  width: 100%;
  height: auto;
}

/* _section-infos.scss - composant pour de courtes infos saillantes */
.section-infos {
  --section-infos-fond: #EDEDED;
  --section-infos-texte: #222721;
  --section-infos-max-width: 737.28px;
  --section-infos-couleur-ancres: #ff6900;
  /* Variantes */
  /* Espacement vertical (avant et après) */
  margin-block: 1em;
}
.section-infos--primaire {
  --section-infos-fond: #ff6900;
  --section-infos-texte: #fff;
  --section-infos-couleur-ancres: #fff;
}
.section-infos--secondaire {
  --section-infos-fond: #525354;
  --section-infos-texte: #fff;
  --section-infos-couleur-ancres: #fff;
}
.section-infos--tertiaire {
  --section-infos-fond: #305AFF;
  --section-infos-texte: #fff;
  --section-infos-couleur-ancres: #fff;
}
.section-infos--danger {
  --section-infos-fond: #f21a29;
  --section-infos-texte: #fff;
  --section-infos-couleur-ancres: #fff;
}

.section-infos-content {
  padding: 1em;
  max-width: var(--section-infos-max-width);
  margin-inline: auto;
  color: var(--section-infos-texte);
  background-color: var(--section-infos-fond);
  border-radius: 0.75rem;
}
.section-infos-content > :first-child {
  /* annuler l’espace supérieur sur le premier élément de contenu*/
  margin-block-start: 0;
}
.section-infos-content a {
  color: var(--section-infos-couleur-ancres);
  border-color: var(--section-infos-couleur-ancres);
}

/* _prose.css - pour le bloc section-prose */
/* .section-prose {} */
.section-prose-content {
  padding: 1em;
  margin-block: 1.5rem;
  margin-inline: auto;
  max-width: 737.28px;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

/* Fix: enlever l’espacement excédentaire au début */
.section-prose-content > :first-child {
  margin-block-start: 0;
}

/* _bloc-rubriques.css */
.section-rubriques {
  /* Espacement vertical (avant et après) */
  margin-block: 1em;
}

.section-rubriques-inner {
  max-width: 80rem;
  margin-inline: auto;
}

.section-rubriques-heading {
  margin-block: 0 1rem;
}

.section-rubriques-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
  gap: 1rem;
}

/* _section-rubriques-item.scss */
.rubrique {
  /* Variable CSS pour faciliter le changement de couleur au survol */
  --rubrique-color: #222721;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  /* `relative` for floating anchor */
  position: relative;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  color: var(--rubrique-color);
}
.rubrique.--with-href {
  transition: box-shadow 0.2s, color 0.2s;
}
.rubrique.--with-href:hover, .rubrique.--with-href:focus {
  --rubrique-color: #ff6900;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.25);
}

/* Fix: enlever l’espacement excédentaire au début */
.rubrique > :first-child {
  margin-block-start: 0;
}

.rubrique-heading {
  margin: 0;
  font-size: 18.4px;
  color: inherit; /* permettre de prendre la couleur de survol */
}

.rubrique-icon {
  /* rétrécir horizontalement - ne pas étirer <--> */
  align-self: start;
}

.rubrique-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rubrique-pied {
  margin-block-start: auto; /* pousser en bas */
  color: #ff6900;
  text-align: end;
}

.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;
}

.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 {
  margin-bottom: -1em;
  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;
}

.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__close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0.5em;
  cursor: pointer;
}

@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;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:focus {
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
  clip: auto;
}

/* accessibility: jump to main content*/
.a11y-bouton-contenu:focus {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #305AFF;
  color: #fff;
  outline-color: #fff;
  outline-offset: 0;
  display: inline-block;
}

/*

@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%;
}
