.aic_p_main_container{position:fixed;left:0;right:0;width:100%;z-index:2147483647;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;transition:opacity .3s ease;font-family:inherit}.aic_p_main_container.display_middle{top:0;bottom:0;height:100vh}.aic_p_main_container.display_bottom{bottom:0;top:auto;height:auto;padding:20px 0}.aic_p_main_container.display_none{display:none !important;opacity:0;pointer-events:none}.aic_p_wrapper{background:#fff;color:#1a1a1a;padding:2.5rem;max-width:550px;width:90%;border-radius:8px;box-shadow:0 10px 50px rgba(0,0,0,.15);text-align:left}.aic_p_body{margin-bottom:2rem;line-height:1.5;font-size:.95rem}.aic_p_body a{color:#000;text-decoration:underline}.aic_p_vendors{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem;max-height:60vh;overflow-y:auto;padding-right:10px}.aic_p_vendor_opt{display:flex;align-items:flex-start;gap:15px}.aic_p_vendor_opt input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:36px;height:20px;background:#ccc;border-radius:20px;position:relative;cursor:pointer;transition:background .3s;flex-shrink:0}.aic_p_vendor_opt input[type=checkbox]::before{content:"";position:absolute;width:14px;height:14px;background:#fff;border-radius:50%;top:3px;left:3px;transition:transform .3s}.aic_p_vendor_opt input[type=checkbox]:checked{background:#000}.aic_p_vendor_opt input[type=checkbox]:checked::before{transform:translateX(16px)}.aic_p_vendor_opt input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.aic_p_vendor_opt label{cursor:pointer}.aic_p_vendor_opt label .aic_p_vendor_title{font-weight:bold;display:block;margin-bottom:3px;font-size:1rem}.aic_p_vendor_opt label .aic_p_vendor_body{font-size:.85rem;color:#666;line-height:1.4}.aic_p_buttons{display:flex;gap:10px;flex-wrap:wrap}.aic_p_buttons button{font-family:inherit;padding:10px 18px;border-radius:4px;border:1px solid #000;cursor:pointer;font-size:.9rem;transition:all .2s}.aic_p_buttons button.aic_p_acceptall{background:#000;color:#fff}.aic_p_buttons button.aic_p_acceptonlynecessary,.aic_p_buttons button.aic_p_linktraceurs{background:rgba(0,0,0,0);color:#000}.aic_p_buttons button.aic_p_acceptonlynecessary:hover,.aic_p_buttons button.aic_p_linktraceurs:hover{background:#f0f0f0}.aic_p_buttons button.aic_p_save_btn{width:100%;background:#000;color:#fff;margin-top:10px}@media(max-width: 600px){.aic_p_wrapper{padding:1.5rem}.aic_p_buttons{flex-direction:column}.aic_p_buttons button{width:100%}}

/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  margin-block: 0;
}

/**
 * Font sizes
 */
@font-face {
  font-family: "ABC Marist Book";
  src: url(/fonts/ABCMarist-Book.otf?91fa9f2f484eea89b7756a72c894758e) format("truetype"), url(/fonts/ABCMarist-Book.woff2?531ac4e916d853380adf433c95d044e4) format("woff2"), url(/fonts/ABCMarist-Book.woff?97e1bbef03ff0b4ab4ea485a1768cd0d) format("woff");
}
@font-face {
  font-family: "ABC Marist Book Italic";
  src: url(/fonts/ABCMarist-BookItalic.otf?3bd8e63b6af13e7faaf6784c971f4966) format("truetype"), url(/fonts/ABCMarist-BookItalic.woff2?a4d7c18c21769531ab4da58ff7ef0563) format("woff2"), url(/fonts/ABCMarist-BookItalic.woff?2a8510aa88d0a66e803a0375fafb704c) format("woff");
}
/**
 * Font family
 */
/**
 * Titles
 */
/**
 * Default Colors
 */
/**
 * Margins
 */
/**
 * Paddings
 */
/**
 * Z-indexes
 */
/**
 * Grid
 */
/* stylelint-disable-line */
/**
 * Dropdown
 */
/**
 * Breakpoints
 */
/** Easings */
/**
 * Type
*/
h1 {
  font-size: 2.25rem;
}

strong {
  font-weight: bold;
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/**
* SassQueries
* Manage media-queries in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.3
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "ABC Marist Book", sans-serif;
  background: #fff;
}

picture,
img {
  width: 100%;
  height: auto;
}
picture.non-responsive,
img.non-responsive {
  width: inherit;
  height: inherit;
}
picture#logo,
img#logo {
  width: 267px;
  height: 15.14px;
}

.hidden {
  display: none !important;
}

.images--hidden img,
.images--hidden picture {
  opacity: 0 !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.d-none {
  display: none;
}

.visually-hidden,
.fade {
  opacity: 0;
}

.container {
  margin: 0 auto;
  padding: 0 1rem 0 0;
  max-width: 480px;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

img {
  max-width: 100%;
  pointer-events: none;
}

#admin-edit-icone {
  font-size: 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 200;
  background-color: white;
  padding: 3px 10px;
  padding-bottom: 0;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#admin-edit-icone::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#admin-edit-icone:hover {
  transform: scale(1.25, 1.25);
}
#admin-edit-icone:hover::after {
  opacity: 1;
}

.breadcrumb span:after {
  content: " > ";
}
.breadcrumb span:last-child:after {
  content: "";
}

body.admin.page-statut-N #admin-edit-icone::before,
body.admin.page-statut-0 #admin-edit-icone::before {
  content: "unpublished page";
  width: 160px;
  text-align: right;
  position: absolute;
  top: 15px;
  right: 60px;
  z-index: 9999;
  font-size: 0.5em;
  color: black;
  background-color: white;
  padding: 4px;
  font-style: italic;
}

.d-none {
  display: none;
}

@media all and (min-width: 960px) {
  .d-lg-block {
    display: block;
  }
}

@media all and (min-width: 960px) {
  .d-lg-none {
    display: none;
  }
}

.collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0px;
}
@media all and (min-width: 760px) {
  .row {
    padding: 0 0px;
  }
}
.row > div {
  /* stylelint-disable-line */
  flex: 0 0 calc(100% - 0px); /* stylelint-disable-line */
  max-width: calc(100% - 0px); /* stylelint-disable-line */
  margin-right: 0px;
  margin-left: 0px; /* stylelint-disable-line */
}
@media all and (min-width: 760px) {
  .row > div {
    /* stylelint-disable-line */
    flex: 0 0 calc(50% - 0px); /* stylelint-disable-line */
    max-width: calc(50% - 0px); /* stylelint-disable-line */
    margin-right: 0px;
    margin-left: 0px; /* stylelint-disable-line */
  }
}

#preload {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#preload .logo-preload-wrapper {
  height: 50%;
}
#preload .logo-preload-wrapper img {
  max-width: 80%;
}
#preload .adresse {
  height: 50%;
  font-size: 3.9vw;
  text-transform: uppercase;
  letter-spacing: 15%;
}
#preload .adresse span {
  display: block;
  text-transform: none;
}

/**
 * All animations @keyframes should be here
 */
@keyframes fall {
  0% {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slide-up {
  0% {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a.btn, button.btn {
  background: #fff;
  border: 1px solid #000000;
  border-radius: 28px;
  text-transform: uppercase;
  text-decoration: none;
}
a.btn.btn-primary, button.btn.btn-primary {
  background: #CCEEFF;
}

a {
  color: #000000;
  text-decoration: none;
}

/* Navigation font start */
.swiper-button-prev,
.swiper-button-next {
  width: 40px !important;
  height: 40px !important;
  top: var(--swiper-navigation-top-offset, 40%) !important;
}
@media screen and (min-width: 800px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 30%) !important;
  }
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0 !important;
  display: block;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  text-indent: -9999px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0 !important;
  display: block;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  text-indent: -9999px;
}

.video__loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
}
.video__loader div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.video__loader div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes loader {
  0% {
    top: 31px;
    left: 31px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 31px;
    left: 31px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 31px;
    left: 31px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 62px;
    height: 62px;
    opacity: 0;
  }
}
#code-confirm-account input {
  font-size: 3em;
}
#code-confirm-account > div {
  display: flex;
}
#code-confirm-account > div > input:not(:last-child) {
  margin-right: 10px;
}

body.account.login .header {
  color: #fff;
  min-height: 100vh;
  position: relative;
}
body.account.login .header #logo {
  width: 30%;
}
body.account.login .header .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  body.account.login .header {
    min-height: auto;
  }
  body.account.login .header .wrapper {
    position: relative;
  }
}
body.account.login #login-form-wrapper {
  padding: 10%;
}

.dropdown {
  position: relative;
}

/* Style the dropdown button */
.dropdown-toggle {
  cursor: pointer;
}

/* Dropdown content */
.dropdown-menu {
  display: none;
  position: absolute;
  width: 200px;
}

/* Links inside dropdown content */
/* Change color of dropdown links on hover */
/* Show the dropdown content on hover */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* Change background color of dropdown button on hover */
#footer-nav-mobile {
  padding: 24px;
}
#footer-nav-mobile ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (min-width: 760px) {
  #footer-nav-mobile ul {
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
#footer-nav-mobile li {
  display: inline-block;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
#footer-nav-mobile li:last-of-type {
  margin-bottom: 0;
}
#footer-nav-mobile li #subForm input,
#footer-nav-mobile li #subForm button {
  font-size: 0.9375rem;
  letter-spacing: 15%;
  font-family: "ABC Marist Book", sans-serif;
}
#footer-nav-mobile li #subForm input {
  border: none;
  width: 150px;
  border-bottom: 1px dashed #000000;
}
#footer-nav-mobile li #subForm button {
  border: none;
  background: none;
  padding: 0;
}
@media all and (min-width: 960px) {
  #footer-nav-mobile {
    display: none;
  }
}

#identity p.baseline {
  letter-spacing: 15%;
  font-size: 0.9375rem;
}

.grid-helper {
  pointer-events: none;
  touch-action: none;
}
.grid-helper__actions {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  justify-content: center;
  display: flex;
  z-index: 30001;
}
.grid-helper__btn {
  background: black;
  color: white;
  padding: 10px 15px;
  margin: 0 calc(10px / 2);
  border: none;
  cursor: pointer;
  font-size: 10px;
  pointer-events: all;
  touch-action: auto;
}
.grid-helper__btn:hover {
  background: grey;
}
.grid-helper__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0px;
  height: 100%;
  position: fixed;
  z-index: 30000;
  inset: 0;
}
@media all and (min-width: 760px) {
  .grid-helper__wrapper {
    padding: 0 0px;
  }
}
.grid-helper__wrapper::before, .grid-helper__wrapper::after {
  content: "";
  width: calc(0px - 0px / 2);
  top: 0;
  bottom: 0;
  background: rgba(204, 238, 255, 0.6);
  position: absolute;
}
@media all and (max-width: 759px) {
  .grid-helper__wrapper::before, .grid-helper__wrapper::after {
    width: 0px;
  }
}
.grid-helper__wrapper::before {
  left: 0;
}
.grid-helper__wrapper::after {
  right: 0;
}
.grid-helper__content {
  /* stylelint-disable-line */
  flex: 0 0 calc(100% - 0px); /* stylelint-disable-line */
  max-width: calc(100% - 0px); /* stylelint-disable-line */
  margin-right: 0px;
  margin-left: 0px; /* stylelint-disable-line */
  position: relative;
  height: 3rem;
  background: rgba(255, 241, 195, 0.4);
}
.grid-helper__content::before, .grid-helper__content::after {
  content: "";
  width: calc(0px / 2);
  top: 0;
  bottom: 0;
  background: rgba(255, 181, 181, 0.4);
  position: absolute;
}
.grid-helper__content::before {
  left: calc(-0px / 2);
}
.grid-helper__content::after {
  right: calc(-0px / 2);
}
.grid-helper__columns {
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
}
.grid-helper__column {
  background: rgba(205, 255, 195, 0.3);
  position: relative;
}
@media all and (min-width: 760px) {
  .grid-helper__column {
    /* stylelint-disable-line */
    flex: 0 0 calc(8.3333333333% - 0px); /* stylelint-disable-line */
    max-width: calc(8.3333333333% - 0px); /* stylelint-disable-line */
    margin-right: 0px;
    margin-left: 0px; /* stylelint-disable-line */
  }
}
.grid-helper__column::before, .grid-helper__column::after {
  content: "";
  width: calc(0px / 2);
  top: 0;
  bottom: 0;
  background: rgba(255, 0, 0, 0.3);
  position: absolute;
}
.grid-helper__column::before {
  left: calc(-0px / 2);
  background: rgba(0, 0, 255, 0.3);
}
.grid-helper__column::after {
  right: calc(-0px / 2);
}
@media all and (max-width: 759px) {
  .grid-helper__column {
    /* stylelint-disable-line */
    flex: 0 0 calc(16.6666666667% - 0px); /* stylelint-disable-line */
    max-width: calc(16.6666666667% - 0px); /* stylelint-disable-line */
    margin-right: 0px;
    margin-left: 0px; /* stylelint-disable-line */
  }
  .grid-helper__column:nth-child(7), .grid-helper__column:nth-child(8), .grid-helper__column:nth-child(9), .grid-helper__column:nth-child(10), .grid-helper__column:nth-child(11), .grid-helper__column:nth-child(12) {
    display: none;
  }
}
.grid-helper__onecolumn {
  position: absolute;
  left: 0;
  top: 0;
  height: 1rem;
  background: rgba(0, 255, 255, 0.3);
  width: 8.3333333333%; /* stylelint-disable-line */
}
.grid-helper__column--outside {
  position: absolute;
  right: calc(0px - 0px / 2);
  top: 3rem;
  height: 1rem;
  background: rgba(255, 165, 0, 0.3);
  width: calc(8.3333333333% - 0px / 4); /* stylelint-disable-line */
}

@media all and (max-width: 759px) {
  body.home {
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
}
body.home #main-content {
  flex-grow: 1;
}
body.home #main-content #identity {
  padding: 24px;
}
@media all and (min-width: 760px) {
  body.home #main-content #identity {
    height: calc(100vh - 24px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    width: 50%;
  }
}
@media all and (min-width: 1200px) {
  body.home #main-content #identity {
    width: calc(50% - 72px);
  }
}
@media all and (max-width: 759px) {
  body.home #main-content #identity .adresse {
    margin: 2rem 0 2rem;
  }
}
body.home #main-content #identity .adresse p {
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 15%;
}
body.home #main-content #identity .adresse p span {
  display: block;
  text-transform: none;
}
body.home #main-content #identity #footer-nav ul {
  display: none;
}
@media all and (min-width: 960px) {
  body.home #main-content #identity #footer-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  body.home #main-content #identity #footer-nav li {
    display: inline-block;
    text-transform: uppercase;
  }
  body.home #main-content #identity #footer-nav li a {
    transition: color 0.25s ease;
  }
  body.home #main-content #identity #footer-nav li a:hover {
    color: rgb(211.65, 211.65, 211.65);
  }
  body.home #main-content #identity #footer-nav li #subForm input,
  body.home #main-content #identity #footer-nav li #subForm button {
    font-size: 0.9375rem;
    font-family: "ABC Marist Book", sans-serif;
  }
  body.home #main-content #identity #footer-nav li #subForm input {
    letter-spacing: 15%;
    border: none;
    width: 120px;
    border-bottom: 1px dashed #000000;
  }
  body.home #main-content #identity #footer-nav li #subForm input:focus-visible {
    outline: none;
    border-bottom: 1px solid #000000;
  }
  body.home #main-content #identity #footer-nav li #subForm button {
    border: none;
    background: none;
    padding: 0;
    transition: color 0.25s ease;
  }
  body.home #main-content #identity #footer-nav li #subForm button:hover {
    color: rgb(211.65, 211.65, 211.65);
    cursor: pointer;
  }
}
body.home #main-content #magazines {
  padding: 0 24px;
}
@media all and (min-width: 760px) {
  body.home #main-content #magazines {
    padding: 12px 24px;
    margin-left: 50%;
  }
}
body.home #main-content #magazines h2 {
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 15%;
  margin: 0.5rem 0 0.25rem;
}
body.home #main-content #magazines li {
  list-style-type: none;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 8%;
}
@media all and (min-width: 760px) {
  body.home #main-content #magazines li {
    font-size: 3rem;
  }
}
@media all and (min-width: 960px) {
  body.home #main-content #magazines li {
    font-size: 4.3125rem;
  }
}
body.home #main-content #magazines li a {
  color: rgb(211.65, 211.65, 211.65);
  transition: color 0.25s ease;
}
body.home #main-content #magazines li a:hover {
  color: #000000;
}
