*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

body {
  line-height: 1.4;
}

a {
  text-decoration: none !important;
  text-decoration-line: none !important;
}

strong {
  font-weight: 800;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 45px;
}

@media (min-width: 1280px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 1280px) {
  h2 {
    font-size: 1.9rem;
    margin-top: 0px;
  }
}

h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 25px;
}

@media (min-width: 1280px) {
  h3 {
    font-size: 1.7rem;
  }
}

p {
  margin: 20px 0px 20px 0px;
  line-height: 1.4;
}

ul.wp-block-list {
  list-style: disc;
  margin: 0px 0px 20px 20px;
}

ul.wp-block-list li {
  line-height: 1.75;
}

ul {
  list-style: disc;
  margin: 0px 0px 20px 20px;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

h1.home {
  display: inline;
  font-size: 1.8rem;
  font-weight: 300;
  font-style: italic;
  text-transform: uppercase;
  background-image: linear-gradient(to top, #203462 200%, transparent 200%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 5px 10px 5px 10px;
  color: #ffffff;
}

@media (min-width: 1280px) {
  h1.home {
    font-size: 2.5rem;
  }
}

#breadcrumbs a {
  transition: all 250ms ease-in-out;
}

#breadcrumbs a:hover {
  color: #8F99B1;
}

#popin-home-lycees {
  background-color: transparent;
}

img.logo {
  height: 85px;
  width: 133px !important;
}

@media (min-width: 1280px) {
  img.logo {
    height: auto;
    width: 187px !important;
  }
}

.frise-bg {
  height: 50px;
  background-image: url('../img/bg/home-citation.svg');
  background-size: 600px auto;
  background-repeat: repeat-x;
  background-position: left bottom;
}

#header-home {
  position: fixed;
  left: 25px;
  top: 45px;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #203462;
  transition: all 250ms ease-in-out;
}

@media (min-width: 1280px) {
  #header-home {
    display: none;
  }
}

#header-home svg {
  width: 28px;
  height: 28px;
}

#toggle-menu {
  position: fixed;
  right: 25px;
  top: 35px;
  z-index: 101;
  display: block;
  transition: all 250ms ease-in-out;
}

@media (min-width: 1280px) {
  #toggle-menu {
    display: none;
  }
}

#toggle-menu label {
  display: flex;
  flex-direction: column;
  width: 40px;
  cursor: pointer;
}

#toggle-menu label span {
  background: #203462;
  height: 2px;
  margin: 6px 0;
  transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  width: 100%;
}

#toggle-menu input[type="checkbox"] {
  display: none;
}

#toggle-menu input[type="checkbox"]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotate(45deg) translate(6px, 3px);
  width: 50%;
}

#toggle-menu input[type="checkbox"]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotate(-45deg);
}

#toggle-menu input[type="checkbox"]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(16px, -8px) rotate(45deg);
}

@media (max-width: 768px) {
  .img-logo {
    max-height: 100px;
    width: auto;
  }

  .img-logo img {
    max-height: 100px;
    width: auto;
  }

  .img-logo-home img {
    max-height: 200px;
    width: auto !important;
  }
}

.header-container .menu-principal-container {
  transition: all 350ms ease-in-out;
}

@media (max-width: 1279px) {
  .header-container .menu-principal-container {
    overflow: hidden;
  }
}

.header-container .menu-principal-container.opened {
  height: 100vh;
}

.header-container .menu-principal-container.opened ul#menu-principal {
  opacity: 1;
  animation: fadein 0.7s forwards;
}

.header-container .menu-principal-container.closed {
  height: 0px;
  z-index: -1;
}

.header-container .menu-principal-container.closed ul#menu-principal {
  opacity: 0;
  height: 100px;
}

@media (min-width: 1280px) {
  .header-container .menu-principal-container.closed {
    height: auto;
    z-index: 50;
  }

  .header-container .menu-principal-container.closed ul#menu-principal {
    opacity: 1;
  }
}

.header-container .menu-principal-container .menu-menu-principal-container {
  padding: 15px 0 0 0;
}

@media (min-width: 1024px) {
  .header-container .menu-principal-container .menu-menu-principal-container {
    padding: 0;
    width: 100%;
    float: right;
  }
}

.header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal {
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1280px) {
  .header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 0.8rem;
  }
}

@media (min-width: 1600px) {
  .header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal {
    font-size: 0.9rem;
  }
}

.header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 15px 0 10px 0;
  text-align: center;
}

@media (min-width: 1280px) {
  .header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li {
    padding: 0;
    width: auto;
    display: flex;
    align-items: center;
  }

  .header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li:last-child {
    border: 1px solid #203462;
    border-bottom-right-radius: 20px;
    padding: 10px 20px;
    margin-left: 10px;
    transition: all 200ms ease-in-out;
  }

  .header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li:last-child:hover {
    background-color: #E8F0FD;
  }
}

.header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li:last-child > a {
  color: #203462 !important;
}

.header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.current-menu-item > a {
  color: #203462;
}

.header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li:hover > a {
  color: #203462 !important;
}

.header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li > a {
  color: #8F99B1;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  transition: all 200ms ease-in-out;
}

@media (min-width: 1280px) {
  .header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li > a {
    position: relative;
    padding: 0 10px 0 15px;
    display: flex;
    align-items: center;
  }
}

.header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children > a {
  height: auto;
  position: relative;
}

.header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children .toggle-arrow {
  display: inline-block;
  margin-left: 10px;
  color: #F08029;
  transition: all 250ms ease-in-out;
}

.header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children .toggle-arrow.rotate {
  transform: rotate(180deg);
  color: #8F99B1;
}

.header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children ul.sub-menu {
  padding: 0 0 0 0;
  margin-left: 0;
  list-style: none;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  transform: rotate(0deg);
  transition: all 250ms ease-in-out;
}

.header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children ul.sub-menu.sub-menu-opened {
  padding: 25px 0 0 0;
  display: block;
  opacity: 1 !important;
  max-height: 2000px !important;
  pointer-events: auto !important;
  transition: all 250ms ease-in-out;
}

.header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children ul.sub-menu li {
  height: auto;
  min-height: 30px;
}

.header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children ul.sub-menu li a {
  opacity: 0.9;
  font-size: 0.9rem;
  font-weight: 800;
  color: #8F99B1;
}

.header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children ul.sub-menu li > ul.sub-menu {
  padding-left: 15px;
}

.header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children ul.sub-menu li > ul.sub-menu.sub-menu-opened {
  padding: 10px 0 10px 15px;
}

@media (min-width: 1280px) {
  .header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children > ul.sub-menu {
    position: absolute;
    top: 7px;
    margin: 0px;
    padding: 25px 25px 0px 25px !important;
    z-index: 50;
    background-image: linear-gradient(to bottom, transparent 0px, transparent 35px, white 36px, white 100%) !important;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    opacity: 0;
    pointer-events: none;
    overflow: visible;
    max-height: none;
    transition: all 250ms ease-in-out;
  }

  .header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children > ul.sub-menu > li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 0 15px 0;
  }

  .header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children > ul.sub-menu > li:first-child {
    padding: 25px 0 15px 0;
  }

  .header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children > ul.sub-menu > li > a {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 0;
    width: 100%;
    color: #8F99B1;
    font-size: 0.85rem;
    letter-spacing: 0.1rem;
    opacity: 0.9;
    font-weight: 700;
  }

  .header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children > ul.sub-menu > li > a:hover {
    color: #203462;
  }

  .header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > a {
    padding-right: 18px;
  }

  .header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > a:after {
    content: ">";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #F08029;
    font-weight: 400;
    font-size: 0.75rem;
  }

  .header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0;
    padding: 20px 25px 10px 25px !important;
    width: 300px;
    background-color: #ffffff;
    background-image: none !important;
    transform: none;
    opacity: 0;
    pointer-events: none;
    overflow: visible;
    max-height: none;
    z-index: 160;
    transition: all 250ms ease-in-out;
  }

  .header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li {
    padding: 5px 0 15px 0;
  }

  .header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li:first-child {
    padding: 5px 0 15px 0;
  }

  .header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li > a {
    display: block;
    padding: 0;
    width: 100%;
    color: #8F99B1;
    font-size: 0.85rem;
    letter-spacing: 0.1rem;
    opacity: 0.9;
    font-weight: 700;
  }

  .header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li > a:hover {
    color: #203462;
  }

  .header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li > a:after {
    content: none;
  }

  .header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu.sub-menu-opened {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    pointer-events: auto;
  }

  .header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children > ul.sub-menu.sub-menu-opened {
    opacity: 1 !important;
    pointer-events: auto !important;
    transition: all 300ms ease-in-out;
  }

  .header-container .menu-principal-container .menu-menu-principal-container ul#menu-principal > li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    pointer-events: auto;
    z-index: 150;
  }
}

.home-lateral-link {
  display: block;
  position: fixed;
  bottom: 0px;
  z-index: 40;
  width: 90px;
  height: 105px;
  color: #ffffff;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 15px 10px 15px 10px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: none;
  border-left: 1px solid white;
  border-top-right-radius: 25px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.08);
  transition: all 250ms ease-in-out;
}

@media (min-width: 1280px) {
  .home-lateral-link {
    left: 0;
    bottom: inherit;
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-left: none;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 0px;
  }
}

.home-lateral-link.portesouvertes {
  background-color: #203462;
  left: calc(50% - 180px);
}

@media (min-width: 1280px) {
  .home-lateral-link.portesouvertes {
    top: 200px;
    left: inherit;
  }
}

.home-lateral-link.portesouvertes:hover {
  border-top: 1px solid #203462;
  border-right: 1px solid #203462;
  border-bottom: 1px solid #203462;
  background-color: #ffffff;
  color: #203462;
}

.home-lateral-link.portesouvertes:hover svg path {
  stroke: #203462;
}

.home-lateral-link.sinscrire {
  background-color: #F08029;
  left: calc(50% - 45px);
}

@media (min-width: 1280px) {
  .home-lateral-link.sinscrire {
    top: 325px;
    left: inherit;
  }
}

.home-lateral-link.sinscrire:hover {
  border-top: 1px solid #F08029;
  border-right: 1px solid #F08029;
  border-bottom: 1px solid #F08029;
  background-color: #ffffff;
  color: #F08029;
}

.home-lateral-link.sinscrire:hover svg path {
  stroke: #F08029;
}

.home-lateral-link.colibri {
  background-color: #23B8CB;
  left: calc(50% + 90px);
}

@media (min-width: 1280px) {
  .home-lateral-link.colibri {
    top: 450px;
    left: inherit;
  }
}

.home-lateral-link.colibri:hover {
  border-top: 1px solid #23B8CB;
  border-right: 1px solid #23B8CB;
  border-bottom: 1px solid #23B8CB;
  background-color: #ffffff;
  color: #23B8CB;
}

.home-lateral-link.colibri:hover svg path {
  stroke: #23B8CB;
}

.home-top {
  height: 100vh;
  background-size: cover;
  background-position: -750px 100px;
  background-repeat: no-repeat;
  padding: 0px 25px 0px 25px;
}

@media (min-width: 1280px) {
  .home-top {
    background-position: center center;
    height: 720px;
    padding: 0px 0px 0px 0px;
  }
}

.home-pole-links-container {
  padding-top: 75px;
  z-index: 10;
  color: white;
}

@media (min-width: 1280px) {
  .home-pole-links-container {
    padding-top: 0px;
    margin-top: -125px;
  }
}

.home-pole-links-container .home-pole-link {
  position: relative;
  padding: 30px;
  border-bottom-right-radius: 35px;
  display: block;
  transition: all 250ms ease-in-out;
}

.home-pole-links-container .home-pole-link .home-pole-link-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.home-pole-links-container .home-pole-link .home-pole-link-title-small {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.home-pole-links-container .home-pole-link .home-pole-link-content {
  font-weight: 500;
  margin-bottom: 30px;
}

.home-pole-links-container .home-pole-link .home-pole-link-end {
  font-style: italic;
  margin-bottom: 30px;
}

.home-pole-links-container .home-pole-link .home-pole-link-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: all 250ms ease-in-out;
}

.home-pole-links-container .home-pole-link:hover {
  background-color: #939393;
  cursor: pointer;
}

.home-pole-links-container .home-pole-link:hover .home-pole-link-btn {
  transform: rotate(-135deg) scale(0.8);
}

.home-citation-container {
  background-image: url('../img/bg/home-citation.svg');
  background-size: 600px auto;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 50px 0 100px 0;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 640px) {
  .home-citation-container {
    padding: 75px 0 125px 0;
    font-size: 1.5rem;
  }
}

.home-citation-container .citation {
  position: relative;
  display: inline-block;
  font-style: italic;
  padding: 0 55px 0 55px;
}

.home-citation-container .citation:before {
  content: "“";
  position: absolute;
  left: -25px;
  top: 0;
  font-size: 6rem;
}

.home-citation-container .citation:after {
  content: "”";
  position: absolute;
  right: -10px;
  bottom: -50px;
  font-size: 6rem;
}

@media (min-width: 1280px) {
  .home-citation-container .citation {
    font-size: 1.5rem;
    padding: 0 0 0 0;
  }

  .home-citation-container .citation:before {
    left: -90px;
    top: 0;
  }

  .home-citation-container .citation:after {
    right: -75px;
    bottom: -50px;
  }
}

.home-citation-container .auteur {
  font-size: 1.25rem;
  margin-top: 20px;
}

.card-agenda {
  position: relative;
  display: block;
  box-shadow: 0 15px 20px -5px rgba(0, 0, 0, 0.3), 0 9px 9px -5px rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 35px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 20px 20px 75px 20px;
  margin-bottom: 40px;
  min-height: 240px;
  transition: all 250ms ease-in-out;
}

.card-agenda .card-agenda-date-container {
  display: inline-block;
  padding: 7px 20px 10px 20px;
  border: 2px solid #ffffff;
  color: #ffffff;
  transition: all 250ms ease-in-out;
}

.card-agenda .card-agenda-date-container .card-agenda-date {
  padding: 5px 0px 0px 5px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}

.card-agenda .card-agenda-pole {
  font-weight: 600;
  text-align: right;
  padding: 15px 0px 0px 0px;
}

.card-agenda .card-agenda-text {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 25px;
  line-height: 1.4;
}

.card-agenda .card-agenda-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: all 250ms ease-in-out;
}

.card-agenda:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.card-agenda:hover.cursor-none {
  cursor: default;
}

.card-agenda:hover.cursor-none .card-agenda-text {
  opacity: 1;
}

.card-agenda:hover .card-agenda-text {
  opacity: 0.7;
}

.card-agenda:hover .card-agenda-link {
  transform: rotate(-135deg) scale(0.8);
}

.card-agenda.social .card-agenda-date-container {
  background-color: #F08029;
  border: 2px solid #F08029;
}

.card-agenda.social .card-agenda-pole {
  color: #F08029;
}

.card-agenda.social .card-agenda-link svg rect {
  fill: #F08029;
}

.card-agenda.social:hover .card-agenda-date-container {
  background-color: #ffffff;
  border: 2px solid #F08029;
  color: #F08029;
}

.card-agenda.social:hover .card-agenda-date-container svg path {
  fill: #F08029;
}

.card-agenda.sante .card-agenda-date-container {
  background-color: #23B8CB;
  border: 2px solid #23B8CB;
}

.card-agenda.sante .card-agenda-pole {
  color: #23B8CB;
}

.card-agenda.sante .card-agenda-link svg rect {
  fill: #23B8CB;
}

.card-agenda.sante:hover .card-agenda-date-container {
  background-color: #ffffff;
  border: 2px solid #23B8CB;
  color: #23B8CB;
}

.card-agenda.sante:hover .card-agenda-date-container svg path {
  fill: #23B8CB;
}

.card-agenda.lycee .card-agenda-date-container {
  background-color: #5F4C9A;
  border: 2px solid #5F4C9A;
}

.card-agenda.lycee .card-agenda-pole {
  color: #5F4C9A;
}

.card-agenda.lycee .card-agenda-link svg rect {
  fill: #5F4C9A;
}

.card-agenda.lycee:hover .card-agenda-date-container {
  background-color: #ffffff;
  border: 2px solid #5F4C9A;
  color: #5F4C9A;
}

.card-agenda.lycee:hover .card-agenda-date-container svg path {
  fill: #5F4C9A;
}

.card-agenda.autre .card-agenda-date-container {
  background-color: #939393;
  border: 2px solid #939393;
}

.card-agenda.autre .card-agenda-pole {
  color: #939393;
}

.card-agenda.autre .card-agenda-link svg rect {
  fill: #939393;
}

.card-agenda.autre:hover .card-agenda-date-container {
  background-color: #ffffff;
  border: 2px solid #939393;
  color: #939393;
}

.card-agenda.autre:hover .card-agenda-date-container svg path {
  fill: #939393;
}

.card-agenda.campus .card-agenda-date-container {
  background-color: #333366;
  border: 2px solid #333366;
}

.card-agenda.campus .card-agenda-pole {
  color: #333366;
}

.card-agenda.campus .card-agenda-link svg rect {
  fill: #333366;
}

.card-agenda.campus:hover .card-agenda-date-container {
  background-color: #ffffff;
  border: 2px solid #333366;
  color: #333366;
}

.card-agenda.campus:hover .card-agenda-date-container svg path {
  fill: #333366;
}

.card-offre-emploi {
  position: relative;
  display: block;
  box-shadow: 0 15px 20px -5px rgba(0, 0, 0, 0.3), 0 9px 9px -5px rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 35px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 20px 20px 20px 20px;
  margin-bottom: 40px;
  transition: all 250ms ease-in-out;
}

.card-offre-emploi h2 {
  font-size: 1.5rem;
  margin-bottom: 0px;
}

@media (min-width: 1280px) {
  .card-offre-emploi h2 {
    max-width: calc(100% - 190px);
  }
}

.card-offre-emploi .card-offre-emploi-place {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 25px;
  line-height: 1.4;
}

@media (min-width: 1280px) {
  .card-offre-emploi .card-offre-emploi-file {
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all 250ms ease-in-out;
  }
}

.card-offre-emploi:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.card-offre-emploi:hover.cursor-none {
  cursor: default;
}

.card-offre-emploi:hover.cursor-none .card-agenda-text {
  opacity: 1;
}

.card-offre-emploi:hover .card-offre-emploi-place {
  opacity: 0.7;
}

.card-offre-emploi:hover .card-agenda-file {
  transform: rotate(-135deg) scale(0.8);
}

.card-formation {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
  border-bottom-right-radius: 35px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 30px 20px 50px 50px;
  margin-bottom: 40px;
  min-height: 300px;
  border-left-width: 15px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-style: solid;
  border-image-slice: 1;
  color: #3D3D3D;
  transition: all 250ms ease-in-out;
}

.card-formation .card-formation-pole {
  display: inline-block;
  text-align: center;
  font-size: 1.15rem;
  color: #ffffff;
  padding: 15px 20px 15px 20px;
  border-bottom-right-radius: 30px;
}

.card-formation .card-formation-title {
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.1;
  padding-right: 50%;
  margin-top: 25px;
  border-bottom-right-radius: 35px;
}

.card-formation .card-formation-text {
  font-size: 1rem;
  line-height: 1.2;
  padding-right: 80px;
  flex-grow: 1;
}

.card-formation .card-formation-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: all 250ms ease-in-out;
}

.card-formation:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.card-formation:hover .card-formation-text {
  opacity: 0.7;
}

.card-formation:hover .card-formation-link {
  transform: rotate(-135deg) scale(0.8);
}

.card-formation.social {
  border-image-source: linear-gradient(to bottom, #F08029 70%, #ffffff 100%);
}

.card-formation.social .card-formation-pole {
  background-color: #F08029;
}

.card-formation.social .card-formation-link svg rect {
  fill: #F08029;
}

.card-formation.social:hover {
  border-image-source: linear-gradient(to bottom, #ffffff 30%, #F08029 100%);
}

.card-formation.sante {
  border-image-source: linear-gradient(to bottom, #23B8CB 70%, #ffffff 100%);
}

.card-formation.sante .card-formation-pole {
  background-color: #23B8CB;
}

.card-formation.sante .card-formation-link svg rect {
  fill: #23B8CB;
}

.card-formation.sante:hover {
  border-image-source: linear-gradient(to bottom, #ffffff 30%, #23B8CB 100%);
}

.card-formation.lycee {
  border-image-source: linear-gradient(to bottom, #5F4C9A 70%, #ffffff 100%);
}

.card-formation.lycee .card-formation-pole {
  background-color: #5F4C9A;
}

.card-formation.lycee .card-formation-link svg rect {
  fill: #5F4C9A;
}

.card-formation.lycee:hover {
  border-image-source: linear-gradient(to bottom, #ffffff 30%, #5F4C9A 100%);
}

.card-formation.autre {
  border-image-source: linear-gradient(to bottom, #939393 70%, #ffffff 100%);
}

.card-formation.autre .card-formation-pole {
  background-color: #939393;
}

.card-formation.autre .card-formation-link svg rect {
  fill: #939393;
}

.card-formation.autre:hover {
  border-image-source: linear-gradient(to bottom, #ffffff 30%, #939393 100%);
}

.card-formation.campus {
  border-image-source: linear-gradient(to bottom, #333366 70%, #ffffff 100%);
}

.card-formation.campus .card-formation-pole {
  background-color: #333366;
}

.card-formation.campus .card-formation-link svg rect {
  fill: #333366;
}

.card-formation.campus:hover {
  border-image-source: linear-gradient(to bottom, #ffffff 30%, #939393 100%);
}

.wp-block-theme-formation-card a {
  pointer-events: none !important;
  cursor: default;
}

.wp-block-theme-formation-card {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.filter-formations button {
  border: solid 1px transparent;
  transition: all 300ms ease;
}

.filter-formations button:hover {
  border: solid 1px #203462;
}

.filter-formations button.active {
  border: solid 1px #203462;
}

.slick-formations {
  width: 100%;
  position: relative;
  display: block;
}

.slick-formations .slick-track {
  display: flex !important;
  margin-left: 0 !important;
}

.slick-formations .slick-slide {
  display: flex;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 364px;
}

.slick-formations .slick-slide > div {
  display: flex;
  flex: 1 1 auto;
  height: 100%;
}

.slick-formations .slick-slide > div .slide-item {
  width: 100%;
}

.slick-formations .slick-arrow {
  position: absolute;
  bottom: 0;
  top: auto;
  transform: none;
  z-index: 2;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 200ms ease;
  font-size: 0 !important;
  color: transparent !important;
}

.slick-formations .slick-arrow:hover {
  transform: rotate(360deg) scale(1.5);
}

.slick-formations .slick-arrow:before {
  font-size: 20px;
  opacity: 1;
  color: white;
}

.slick-formations .slick-prev {
  left: 30px;
  bottom: -50px;
  background-image: url('../img/picto/slick-prev.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-formations .slick-prev:before {
  display: none;
}

.slick-formations .slick-next {
  left: 100px;
  bottom: -50px;
  background-image: url('../img/picto/slick-next.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-formations .slick-next:before {
  display: none;
}

.formations-slick-container {
  padding: 120px 0px 50px 0px !important;
}

#filters-container {
  position: fixed;
  top: 0;
  right: -450px;
  width: 100%;
  max-width: 450px;
  height: 100vh;
  background-color: rgba(32, 52, 98, 0.6);
  z-index: 9999;
  transition: all 250ms ease-in-out;
}

#filters-container.opened {
  right: 0;
}

#filters-container .filters-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #203462;
  color: white;
  width: 100%;
  max-width: 450px;
  height: 100vh;
  padding: 25px 30px 25px 30px;
  box-shadow: -5px 0 15px rgba(0,0,0,0.3);
  overflow-y: auto;
}

label.format-filter {
  padding-bottom: 7px;
  transition: all 250ms ease-in-out;
}

label.format-filter .custom-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 250ms ease-in-out;
}

label.format-filter .custom-checkbox::after {
  content: "✓";
  display: none;
  color: #8F99B1;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

label.format-filter input[type=checkbox]:checked + .custom-checkbox {
  background-color: #ffffff;
  border-color: #8F99B1;
}

label.format-filter input[type=checkbox]:checked + .custom-checkbox::after {
  display: block;
}

label.format-filter .card-formation[style*="display: none"] {
  display: none !important;
}

label.format-filter:hover {
  color: #000000;
  font-weight: 600;
}

label.format-filter:hover input[type=checkbox] + .custom-checkbox {
  border-color: #000000;
  background-color: #F5F5F5;
}

#formation-search-input {
  border: 1px solid #203462;
  border-bottom-right-radius: 15px;
  padding: 10px 15px 10px 15px;
  width: 60%;
}

#formation-search-input::-moz-placeholder {
  font-size: 0.8rem;
}

#formation-search-input::placeholder {
  font-size: 0.8rem;
}

@media (min-width: 1280px) {
  #formation-search-input {
    width: 300px;
  }

  #formation-search-input::-moz-placeholder {
    font-size: 1rem;
  }

  #formation-search-input::placeholder {
    font-size: 1rem;
  }
}

#formation-search-button {
  background-color: #203462;
  color: white;
  border-bottom-right-radius: 15px;
  padding: 10px 15px 10px 15px;
  margin-left: 5px;
  transition: all 250ms ease-in-out;
  font-weight: 600;
  width: 36%;
}

@media (min-width: 1280px) {
  #formation-search-button {
    margin-left: 15px;
    width: auto;
  }
}

#formation-search-button:hover {
  background-color: #23B8CB;
  color: #ffffff;
}

#formation-search-results {
  position: absolute;
  top: 45px;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.08);
  z-index: 10;
}

.card-actualite {
  max-width: 487px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  position: relative;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
  border-bottom-right-radius: 35px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 20px 20px 75px 20px;
  margin-bottom: 40px;
  color: #3D3D3D;
  transition: all 250ms ease-in-out;
}

.card-actualite .card-actualite-pole {
  display: block;
  text-align: center;
  font-size: 1.25rem;
  color: #ffffff;
  padding: 15px 20px 15px 20px;
}

.card-actualite .card-actualite-image {
  height: 150px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-bottom-right-radius: 35px;
  filter: brightness(100%);
  transition: all 250ms ease-in-out;
}

@media (min-width: 1280px) {
  .card-actualite .card-actualite-image {
    height: 300px;
  }
}

.card-actualite .card-actualite-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 20px;
  line-height: 1.4;
  border-bottom-right-radius: 35px;
}

@media (min-width: 1280px) {
  .card-actualite .card-actualite-title {
    font-size: 1.3rem;
    margin-top: 40px;
  }
}

.card-actualite .card-actualite-text {
  font-size: 0.9rem;
  line-height: 1.5;
}

@media (min-width: 1280px) {
  .card-actualite .card-actualite-text {
    font-size: 1.125rem;
    padding-right: 0px;
  }
}

.card-actualite .card-actualite-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: all 250ms ease-in-out;
}

.card-actualite:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.card-actualite:hover .card-actualite-image {
  filter: brightness(110%);
}

.card-actualite:hover .card-actualite-title {
  opacity: 0.7;
}

.card-actualite:hover .card-actualite-text {
  opacity: 0.7;
}

.card-actualite:hover .card-actualite-link {
  transform: rotate(-135deg) scale(0.8);
}

.card-actualite.social .card-actualite-pole {
  background-color: #F08029;
}

.card-actualite.social .card-actualite-link svg rect {
  fill: #F08029;
}

.card-actualite.social:hover {
}

.card-actualite.sante .card-actualite-pole {
  background-color: #23B8CB;
}

.card-actualite.sante .card-actualite-link svg rect {
  fill: #23B8CB;
}

.card-actualite.sante:hover {
}

.card-actualite.lycee .card-actualite-pole {
  background-color: #5F4C9A;
}

.card-actualite.lycee .card-actualite-link svg rect {
  fill: #5F4C9A;
}

.card-actualite.lycee:hover {
}

.card-actualite.autre .card-actualite-pole {
  background-color: #939393;
}

.card-actualite.autre .card-actualite-link svg rect {
  fill: #939393;
}

.card-actualite.autre:hover {
}

.card-actualite.campus .card-actualite-pole {
  background-color: #333366;
}

.card-actualite.campus .card-actualite-link svg rect {
  fill: #333366;
}

.card-actualite.campus:hover {
}

.slick-actualites-container {
  position: relative;
}

@media (min-width: 1280px) {
  .slick-actualites-container {
    position: relative;
    width: calc(100% + (100vw - 100%) / 2);
    max-width: none;
    left: 0;
    margin-left: 0;
    margin-right: 0 !important;
  }
}

.slick-actualites-container .slick-track {
  display: flex !important;
  align-items: stretch;
  margin-left: 0 !important;
  padding-right: 25vw !important;
}

.slick-actualites-container .slick-slide {
  display: flex;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.slick-actualites-container .slick-slide > div {
  display: flex;
  flex: 1 1 auto;
  height: 95%;
}

.slick-actualites-container .slick-list {
  overflow: visible !important;
  margin-left: -10px;
  margin-right: -10px;
  clip-path: inset(0 -100vw 0 0);
  padding-left: 0 !important;
}

@media (min-width: 1280px) {
  .slick-actualites-container .slick-list {
    padding-right: 10vw !important;
  }
}

@media (min-width: 1536px) {
  .slick-actualites-container .slick-list {
    padding-right: 10vw !important;
  }
}

.slick-actualites-container .slick-arrow {
  position: absolute;
  bottom: 0;
  top: auto;
  transform: none;
  z-index: 2;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 200ms ease;
  font-size: 0 !important;
  color: transparent !important;
}

.slick-actualites-container .slick-arrow:hover {
  transform: rotate(360deg) scale(1.5);
}

.slick-actualites-container .slick-arrow:before {
  font-size: 20px;
  opacity: 1;
  color: white;
}

.slick-actualites-container .slick-prev {
  left: 30px;
  bottom: -50px;
  background-image: url('../img/picto/slick-prev.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-actualites-container .slick-prev:before {
  display: none;
}

.slick-actualites-container .slick-next {
  left: 100px;
  bottom: -50px;
  background-image: url('../img/picto/slick-next.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-actualites-container .slick-next:before {
  display: none;
}

.slick-partenaires .slick-track {
  display: flex !important;
  align-items: center !important;
}

.slick-partenaires .partner-slide {
  outline: none;
  padding: 0 20px;
  display: flex !important;
  justify-content: center;
}

.slick-partenaires .partner-link {
  display: block;
}

.slick-partenaires .partner-link img {
  max-width: 140px;
  height: auto;
  filter: grayscale(0%);
  opacity: 1;
  transition: all 0.3s ease;
}

.slick-partenaires .partner-link img:hover {
  filter: grayscale(100%);
  opacity: 0.7;
}

.slick-partenaires .slick-arrow {
  position: absolute;
  bottom: 0;
  top: auto;
  transform: none;
  z-index: 2;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 200ms ease;
  font-size: 0 !important;
  color: transparent !important;
}

.slick-partenaires .slick-arrow:hover {
  transform: rotate(360deg) scale(1.5);
}

.slick-partenaires .slick-arrow:before {
  font-size: 20px;
  opacity: 1;
  color: white;
}

.slick-partenaires .slick-prev {
  left: calc(50% - 45px);
  transform: translateX(-50%);
  bottom: -100px;
  background-image: url('../img/picto/slick-prev.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-partenaires .slick-prev:before {
  display: none;
}

.slick-partenaires .slick-next {
  left: calc(50% + 45px);
  transform: translateX(-50%);
  bottom: -100px;
  background-image: url('../img/picto/slick-next.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-partenaires .slick-next:before {
  display: none;
}

footer ul {
  list-style: none !important;
}

.nav-previous {
  display: inline-block !important;
}

.nav-next {
  display: inline-block !important;
  margin-left: 25px;
}

svg.bleu-sante path {
  fill: #23B8CB;
}

svg.bleu-lycee path {
  fill: #5F4C9A;
}

svg.orange-social path {
  fill: #F08029;
}

svg.gris-autre path {
  fill: #939393;
}

.getwid-section-content-full-width >.wp-block-getwid-section__wrapper >.wp-block-getwid-section__inner-wrapper >.wp-block-getwid-section__content >.wp-block-getwid-section__inner-content {
  padding: 50px 0px 50px 0px !important;
}

@media (min-width: 1280px) {
  .getwid-section-content-full-width >.wp-block-getwid-section__wrapper >.wp-block-getwid-section__inner-wrapper >.wp-block-getwid-section__content >.wp-block-getwid-section__inner-content {
    padding: 100px 0px 100px 0px !important;
  }
}

.wp-block-getwid-section__wrapper {
  padding: 0 0 0 0 !important;
}

.wp-block-getwid-section:not(.getwid-section-content-full-width) .wp-block-getwid-section__content, .wp-block-getwid-section:not(.getwid-section-content-full-width) .wp-block-getwid-section__inner-wrapper {
  max-width: none !important;
  width: 100% !important;
}

.wp-block-getwid-section:not(.getwid-section-content-full-width) .wp-block-getwid-section__inner-content {
  max-width: 1088px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
  padding: 0px 1rem 0px 1rem;
}

@media (min-width: 1280px) {
  .wp-block-getwid-section:not(.getwid-section-content-full-width) .wp-block-getwid-section__inner-content {
    padding: 0px 0px 0px 0px;
  }
}

@media (min-width: 1536px) {
  .wp-block-getwid-section:not(.getwid-section-content-full-width) .wp-block-getwid-section__inner-content {
    max-width: 1536px !important;
    padding: 0px 6rem 0px 6rem;
  }
}

.custom-heading {
  position: relative;
  padding-left: 3.5rem !important;
}

.custom-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: block;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.custom-heading.custom-heading-blue-dark-rounded-top-left::before {
  background-image: url('../img/picto/title/blue-dark-rounded-top-left.svg');
}

.custom-heading.custom-heading-blue-dark-rounded-top-right::before {
  background-image: url('../img/picto/title/blue-dark-rounded-top-right.svg');
}

.custom-heading.custom-heading-blue-dark-rounded-bottom-right::before {
  background-image: url('../img/picto/title/blue-dark-rounded-bottom-right.svg');
}

.custom-heading.custom-heading-blue-dark-rounded-bottom-left::before {
  background-image: url('../img/picto/title/blue-dark-rounded-bottom-left.svg');
}

.custom-heading.custom-heading-blue-light-rounded-top-left::before {
  background-image: url('../img/picto/title/blue-light-rounded-top-left.svg');
}

.custom-heading.custom-heading-blue-light-rounded-top-right::before {
  background-image: url('../img/picto/title/blue-light-rounded-top-right.svg');
}

.custom-heading.custom-heading-blue-light-rounded-bottom-right::before {
  background-image: url('../img/picto/title/blue-light-rounded-bottom-right.svg');
}

.custom-heading.custom-heading-blue-light-rounded-bottom-left::before {
  background-image: url('../img/picto/title/blue-light-rounded-bottom-left.svg');
}

.custom-heading.custom-heading-purple-rounded-top-left::before {
  background-image: url('../img/picto/title/purple-rounded-top-left.svg');
}

.custom-heading.custom-heading-purple-rounded-top-right::before {
  background-image: url('../img/picto/title/purple-rounded-top-right.svg');
}

.custom-heading.custom-heading-purple-rounded-bottom-right::before {
  background-image: url('../img/picto/title/purple-rounded-bottom-right.svg');
}

.custom-heading.custom-heading-purple-rounded-bottom-left::before {
  background-image: url('../img/picto/title/purple-rounded-bottom-left.svg');
}

.custom-heading.custom-heading-orange-rounded-top-left::before {
  background-image: url('../img/picto/title/orange-rounded-top-left.svg');
}

.custom-heading.custom-heading-orange-rounded-top-right::before {
  background-image: url('../img/picto/title/orange-rounded-top-right.svg');
}

.custom-heading.custom-heading-orange-rounded-bottom-right::before {
  background-image: url('../img/picto/title/orange-rounded-bottom-right.svg');
}

.custom-heading.custom-heading-orange-rounded-bottom-left::before {
  background-image: url('../img/picto/title/orange-rounded-bottom-left.svg');
}

.custom-heading.custom-heading-grey-rounded-top-left::before {
  background-image: url('../img/picto/title/grey-rounded-top-left.svg');
}

.custom-heading.custom-heading-grey-rounded-top-right::before {
  background-image: url('../img/picto/title/grey-rounded-top-right.svg');
}

.custom-heading.custom-heading-grey-rounded-bottom-right::before {
  background-image: url('../img/picto/title/grey-rounded-bottom-right.svg');
}

.custom-heading.custom-heading-grey-rounded-bottom-left::before {
  background-image: url('../img/picto/title/grey-rounded-bottom-left.svg');
}

.custom-heading.custom-heading-white-rounded-top-left::before {
  background-image: url('../img/picto/title/white-rounded-top-left.svg');
}

.custom-heading.custom-heading-white-rounded-top-right::before {
  background-image: url('../img/picto/title/white-rounded-top-right.svg');
}

.custom-heading.custom-heading-white-rounded-bottom-right::before {
  background-image: url('../img/picto/title/white-rounded-bottom-right.svg');
}

.custom-heading.custom-heading-white-rounded-bottom-left::before {
  background-image: url('../img/picto/title/white-rounded-bottom-left.svg');
}

.custom-heading.custom-heading-blue-dark-hatched-rounded-top-left::before {
  background-image: url('../img/picto/title/blue-dark-hatched-rounded-top-left.svg');
}

.custom-heading.custom-heading-blue-dark-hatched-rounded-top-right::before {
  background-image: url('../img/picto/title/blue-dark-hatched-rounded-top-right.svg');
}

.custom-heading.custom-heading-blue-dark-hatched-rounded-bottom-right::before {
  background-image: url('../img/picto/title/blue-dark-hatched-rounded-bottom-right.svg');
}

.custom-heading.custom-heading-blue-dark-hatched-rounded-bottom-left::before {
  background-image: url('../img/picto/title/blue-dark-hatched-rounded-bottom-left.svg');
}

.custom-heading.custom-heading-blue-light-hatched-rounded-top-left::before {
  background-image: url('../img/picto/title/blue-light-hatched-rounded-top-left.svg');
}

.custom-heading.custom-heading-blue-light-hatched-rounded-top-right::before {
  background-image: url('../img/picto/title/blue-light-hatched-rounded-top-right.svg');
}

.custom-heading.custom-heading-blue-light-hatched-rounded-bottom-right::before {
  background-image: url('../img/picto/title/blue-light-hatched-rounded-bottom-right.svg');
}

.custom-heading.custom-heading-blue-light-hatched-rounded-bottom-left::before {
  background-image: url('../img/picto/title/blue-light-hatched-rounded-bottom-left.svg');
}

.custom-heading.custom-heading-purple-hatched-rounded-top-left::before {
  background-image: url('../img/picto/title/purple-hatched-rounded-top-left.svg');
}

.custom-heading.custom-heading-purple-hatched-rounded-top-right::before {
  background-image: url('../img/picto/title/purple-hatched-rounded-top-right.svg');
}

.custom-heading.custom-heading-purple-hatched-rounded-bottom-right::before {
  background-image: url('../img/picto/title/purple-hatched-rounded-bottom-right.svg');
}

.custom-heading.custom-heading-purple-hatched-rounded-bottom-left::before {
  background-image: url('../img/picto/title/purple-hatched-rounded-bottom-left.svg');
}

.custom-heading.custom-heading-orange-hatched-rounded-top-left::before {
  background-image: url('../img/picto/title/orange-hatched-rounded-top-left.svg');
}

.custom-heading.custom-heading-orange-hatched-rounded-top-right::before {
  background-image: url('../img/picto/title/orange-hatched-rounded-top-right.svg');
}

.custom-heading.custom-heading-orange-hatched-rounded-bottom-right::before {
  background-image: url('../img/picto/title/orange-hatched-rounded-bottom-right.svg');
}

.custom-heading.custom-heading-orange-hatched-rounded-bottom-left::before {
  background-image: url('../img/picto/title/orange-hatched-rounded-bottom-left.svg');
}

.custom-heading.custom-heading-white-hatched-rounded-top-left::before {
  background-image: url('../img/picto/title/white-hatched-rounded-top-left.svg');
}

.custom-heading.custom-heading-white-hatched-rounded-top-right::before {
  background-image: url('../img/picto/title/white-hatched-rounded-top-right.svg');
}

.custom-heading.custom-heading-white-hatched-rounded-bottom-right::before {
  background-image: url('../img/picto/title/white-hatched-rounded-bottom-right.svg');
}

.custom-heading.custom-heading-white-hatched-rounded-bottom-left::before {
  background-image: url('../img/picto/title/white-hatched-rounded-bottom-left.svg');
}

.custom-heading.custom-heading-grey-hatched-rounded-top-left::before {
  background-image: url('../img/picto/title/grey-hatched-rounded-top-left.svg');
}

.custom-heading.custom-heading-grey-hatched-rounded-top-right::before {
  background-image: url('../img/picto/title/grey-hatched-rounded-top-right.svg');
}

.custom-heading.custom-heading-grey-hatched-rounded-bottom-right::before {
  background-image: url('../img/picto/title/grey-hatched-rounded-bottom-right.svg');
}

.custom-heading.custom-heading-grey-hatched-rounded-bottom-left::before {
  background-image: url('../img/picto/title/grey-hatched-rounded-bottom-left.svg');
}

.group-border-left {
  border-left-width: 15px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-style: solid;
  border-image-slice: 1;
  display: block;
  padding-left: 38px;
  padding-right: 38px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.group-border-left.group-border-left-donbosco {
  border-image-source: linear-gradient(to bottom, #203462 70%, #ffffff 100%);
}

.group-border-left.group-border-left-social {
  border-image-source: linear-gradient(to bottom, #F08029 70%, #ffffff 100%);
}

.group-border-left.group-border-left-sante {
  border-image-source: linear-gradient(to bottom, #23B8CB 70%, #ffffff 100%);
}

.group-border-left.group-border-left-lycee {
  border-image-source: linear-gradient(to bottom, #5F4C9A 70%, #ffffff 100%);
}

.group-border-left.group-border-left-autre {
  border-image-source: linear-gradient(to bottom, #939393 70%, #ffffff 100%);
}

.toc-container {
  position: relative;
  overflow: visible;
  box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

.toc-list {
  margin-left: -52px;
  list-style: none;
  padding: 0;
}

.toc-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 60px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: color 0.3s ease;
  z-index: 1;
}

.toc-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-color: #FBBA14;
  border-radius: 9999px;
  transition: width 0.4s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.3s ease;
  z-index: -1;
}

.toc-link:hover::before {
  width: 100%;
  border-radius: 50px;
}

.wp-block-getwid-section.getwid-section-content-full-width .wp-block-media-text .wp-block-media-text__content {
  padding-top: 50px;
}

@media (min-width: 1280px) {
  .wp-block-getwid-section.getwid-section-content-full-width .wp-block-media-text {
    width: 100%;
    grid-template-columns: 50% 50% !important;
    max-width: 100vw;
    overflow: hidden;
  }

  .wp-block-getwid-section.getwid-section-content-full-width .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: max(1.5rem, calc((100vw - 1088px) / 2)) !important;
    padding-right: 4rem !important;
    padding-top: 0px;
  }

  @media (min-width: 1536px) {
    .wp-block-getwid-section.getwid-section-content-full-width .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
      padding-left: max(1.5rem, calc((100vw - 1536px + 11rem) / 2)) !important;
    }
  }

  .wp-block-getwid-section.getwid-section-content-full-width .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    margin-right: 0 !important;
  }

  .wp-block-getwid-section.getwid-section-content-full-width .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
    padding-right: max(1.5rem, calc((100vw - 1088px) / 2)) !important;
    padding-left: 4rem !important;
    box-sizing: border-box;
    padding-top: 0px;
  }

  @media (min-width: 1536px) {
    .wp-block-getwid-section.getwid-section-content-full-width .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
      padding-right: max(1.5rem, calc((100vw - 1536px + 11rem) / 2)) !important;
    }
  }

  .wp-block-getwid-section.getwid-section-content-full-width .wp-block-media-text.has-media-on-the-left .wp-block-media-text__media {
    margin-left: 0 !important;
  }

  .wp-block-getwid-section.getwid-section-content-full-width .wp-block-media-text .wp-block-media-text__content {
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .wp-block-getwid-section.getwid-section-content-full-width .wp-block-media-text .wp-block-media-text__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.wp-block-button .wp-block-button__link.wp-element-button {
  display: inline-block;
  border-radius: 0px !important;
  border-bottom-right-radius: 20px !important;
  color: white !important;
  font-weight: 700;
  text-decoration: none !important;
  padding: 12px 24px !important;
  font-size: 0.85rem;
  transition: all 250ms ease-in-out;
}

.wp-block-button .wp-block-button__link.wp-element-button:hover {
  background-color: #000000 !important;
}

.wp-block-columns {
  margin-bottom: 0px;
  flex-wrap: wrap !important;
}

@media (max-width: 1069px) {
  .wp-block-columns > .wp-block-column:empty {
    display: none !important;
  }
}

@media (min-width: 782px) and (max-width: 1069px) {
  .wp-block-columns > .wp-block-column {
    flex-basis: calc(50% - (var(--wp--style--block-gap, 2rem) / 2)) !important;
    flex-grow: 0 !important;
    max-width: 50% !important;
  }
}

@media (min-width: 1070px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }

  .wp-block-columns > .wp-block-column:empty {
    display: block !important;
  }
}

@media (max-width: 781px) {
  .wp-block-columns > .wp-block-column {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

 .wp-block-image {
  margin-bottom: 0px;
}

.frise .wp-block-getwid-section__background {
  background-image: url('../img/bg/home-citation.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 650px;
}

.home-top-link {
  display: block;
  width: 110px;
  color: #ffffff;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 7px 10px 7px;
  border: 1px solid white;
  border-bottom-right-radius: 15px;
  transition: all 250ms ease-in-out;
  margin: 0 auto 25px auto;
}

@media (min-width: 1024px) {
  .home-top-link {
    width: 125px;
    font-size: 1.125rem;
    padding: 17px 9px 17px 9px;
    border-bottom-right-radius: 35px;
  }
}

@media (min-width: 1280px) {
  .home-top-link {
    margin: inherit;
    width: 150px;
  }
}

@media (min-width: 1680px) {
  .home-top-link {
    width: 180px;
  }
}

.home-top-link.niveau {
  background-color: #203462;
  left: calc(50% - 180px);
}

@media (min-width: 1280px) {
  .home-top-link.niveau {
    top: 200px;
    left: inherit;
  }
}

.home-top-link.niveau:hover {
  border: 1px solid #203462;
  background-color: #ffffff;
  color: #203462;
}

.home-top-link.secteur {
  background-color: #5F4C9A;
  left: calc(50% - 45px);
}

@media (min-width: 1280px) {
  .home-top-link.secteur {
    top: 325px;
    left: inherit;
  }
}

.home-top-link.secteur:hover {
  border: 1px solid #5F4C9A;
  background-color: #ffffff;
  color: #5F4C9A;
}

.home-top-link.diplome {
  background-color: #23B8CB;
  left: calc(50% + 90px);
}

@media (min-width: 1280px) {
  .home-top-link.diplome {
    top: 450px;
    left: inherit;
  }
}

.home-top-link.diplome:hover {
  border: 1px solid #23B8CB;
  background-color: #ffffff;
  color: #23B8CB;
}

.popin {
  border-bottom-right-radius: 15px;
}

@media (min-width: 1024px) {
  .popin {
    border-bottom-right-radius: 35px;
  }
}

.nf-before-form-content .nf-form-fields-required {
  margin-top: 15px;
  margin-bottom: 40px;
}

.nf-field-label label {
  font-weight: 300 !important;
}

.nf-field-element input[type=text], .nf-field-element input[type=email], .nf-field-element input[type=tel], .nf-field-element select, .nf-field-element textarea {
  border-radius: 5px;
  border-color: #203462;
  border-width: 1px;
  border-style: solid;
  padding: 10px 15px;
  background-color: #f2f3f6;
}

.nf-field-element input[type=submit] {
  display: inline-block;
  border-bottom-right-radius: 20px !important;
  text-transform: uppercase;
  color: #23B8CB;
  background-color: #203462;
  font-weight: 700;
  padding: 20px 25px 20px 25px;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  margin-top: 30px;
}

.nf-field-element input[type=submit]:hover {
  background-color: #23B8CB;
  color: #203462;
}

.nf-field-element .nf-response-msg {
  font-size: 1.5rem;
  font-weight: 700;
  color: #F08029;
}

@media (min-width: 1280px) {
  #nf-field-16-wrap .nf-field-label {
    width: 51% !important;
  }
}

@media (min-width: 1024px) {
  .background-video-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 800px;
  }
}

.background-video-container .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.dg-accordion-item {
  border-bottom-width: 1px;
  border-color: #ccc;
}

.dg-accordion-item:hover {
}

.dg-accordion-header {
  width: 100%;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  transition: all 0.3s ease;
  outline: none;
}

.dg-accordion-header:hover {
  opacity: 0.75;
}

.dg-accordion-header:hover .dg-accordion-item {
  border-bottom-width: 0px;
}

.dg-accordion-item.is-active .dg-accordion-header:hover {
  opacity: 0.75;
}

.dg-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.dg-accordion-item.is-active .dg-accordion-content {
  max-height: 1000px;
}

.dg-content-inner {
  padding: 1.25rem;
  padding-top: 0px;
}

.dg-icon::before {
  content: "+";
  font-size: 30px;
}

.dg-accordion-item.is-active .dg-icon::before {
  content: "-";
  font-size: 30px;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header, .wp-block-getwid-accordion .getwid-accordion__header {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header::before, .wp-block-getwid-accordion .getwid-accordion__header::before {
  content: "+";
  display: inline-block;
  font-size: 1.25rem;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header[aria-expanded="true"]::before, .wp-block-getwid-accordion .wp-block-getwid-accordion__header[aria-expanded=true]::before, .wp-block-getwid-accordion .wp-block-getwid-accordion__header.is-open::before, .wp-block-getwid-accordion .wp-block-getwid-accordion__header.is-active::before, .wp-block-getwid-accordion .wp-block-getwid-accordion__header.active::before, .wp-block-getwid-accordion .wp-block-getwid-accordion__header.open::before, .wp-block-getwid-accordion .wp-block-getwid-accordion__item[aria-expanded="true"] .wp-block-getwid-accordion__header::before, .wp-block-getwid-accordion .wp-block-getwid-accordion__item[aria-expanded=true] .wp-block-getwid-accordion__header::before, .wp-block-getwid-accordion .wp-block-getwid-accordion__item.is-open .wp-block-getwid-accordion__header::before, .wp-block-getwid-accordion .wp-block-getwid-accordion__item.is-active .wp-block-getwid-accordion__header::before, .wp-block-getwid-accordion .wp-block-getwid-accordion__item.active .wp-block-getwid-accordion__header::before, .wp-block-getwid-accordion .wp-block-getwid-accordion__item.open .wp-block-getwid-accordion__header::before, .wp-block-getwid-accordion .getwid-accordion__header[aria-expanded="true"]::before, .wp-block-getwid-accordion .getwid-accordion__header[aria-expanded=true]::before, .wp-block-getwid-accordion .getwid-accordion__header.is-open::before, .wp-block-getwid-accordion .getwid-accordion__header.is-active::before, .wp-block-getwid-accordion .getwid-accordion__header.active::before, .wp-block-getwid-accordion .getwid-accordion__header.open::before, .wp-block-getwid-accordion .getwid-accordion__item[aria-expanded="true"] .getwid-accordion__header::before, .wp-block-getwid-accordion .getwid-accordion__item[aria-expanded=true] .getwid-accordion__header::before, .wp-block-getwid-accordion .getwid-accordion__item.is-open .getwid-accordion__header::before, .wp-block-getwid-accordion .getwid-accordion__item.is-active .getwid-accordion__header::before, .wp-block-getwid-accordion .getwid-accordion__item.active .getwid-accordion__header::before, .wp-block-getwid-accordion .getwid-accordion__item.open .getwid-accordion__header::before {
  content: "-";
}

.formation-fixed-ask-btn {
  position: fixed;
  bottom: 0px;
  right: 0px;
  color: #ffffff;
  font-weight: 700;
  z-index: 100;
  padding: 15px 20px 15px 20px;
  border: 1px solid #ffffff;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 20px;
  cursor: pointer;
  text-align: right;
  transition: all 250ms ease-in-out;
}

@media (min-width: 1024px) {
  .formation-fixed-ask-btn {
    bottom: 25%;
    right: 0px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 0px;
  }
}

.formation-fixed-ask-btn:hover {
  background-color: #000000;
}

.otgs-development-site-front-end {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.z-\[999\] {
  z-index: 999;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-mt-28 {
  margin-top: -7rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-36 {
  margin-top: 9rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[115px\] {
  margin-top: 115px;
}

.mt-\[2\.1875rem\] {
  margin-top: 2.1875rem;
}

.mt-\[2\.5rem\] {
  margin-top: 2.5rem;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[36\] {
  margin-top: 36;
}

.mt-\[40px\] {
  margin-top: 40px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.mt-\[65px\] {
  margin-top: 65px;
}

.mt-\[75px\] {
  margin-top: 75px;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-20 {
  height: 5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[380px\] {
  height: 380px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-60 {
  max-height: 15rem;
}

.min-h-\[220px\] {
  min-height: 220px;
}

.min-h-\[425px\] {
  min-height: 425px;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-20 {
  width: 5rem;
}

.w-3\/4 {
  width: 75%;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-\[40px\] {
  width: 40px;
}

.w-full {
  width: 100%;
}

.max-w-\[250px\] {
  max-width: 250px;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-\[320px\] {
  max-width: 320px;
}

.max-w-\[660px\] {
  max-width: 660px;
}

.max-w-\[95\%\] {
  max-width: 95%;
}

.max-w-\[950px\] {
  max-width: 950px;
}

.max-w-none {
  max-width: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-none {
  cursor: none;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

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

.items-stretch {
  align-items: stretch;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[1\.5rem\] {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-1 {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-8 {
  border-width: 8px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-bleu-lycee {
  --tw-border-opacity: 1;
  border-color: rgb(95 76 154 / var(--tw-border-opacity, 1));
}

.border-bleu-lycee-soft {
  --tw-border-opacity: 1;
  border-color: rgb(240 239 245 / var(--tw-border-opacity, 1));
}

.border-bleu-lycee-soft\/0 {
  border-color: rgb(240 239 245 / 0);
}

.border-bleu-lycee-soft\/10 {
  border-color: rgb(240 239 245 / 0.1);
}

.border-bleu-lycee-soft\/100 {
  border-color: rgb(240 239 245 / 1);
}

.border-bleu-lycee-soft\/15 {
  border-color: rgb(240 239 245 / 0.15);
}

.border-bleu-lycee-soft\/20 {
  border-color: rgb(240 239 245 / 0.2);
}

.border-bleu-lycee-soft\/25 {
  border-color: rgb(240 239 245 / 0.25);
}

.border-bleu-lycee-soft\/30 {
  border-color: rgb(240 239 245 / 0.3);
}

.border-bleu-lycee-soft\/35 {
  border-color: rgb(240 239 245 / 0.35);
}

.border-bleu-lycee-soft\/40 {
  border-color: rgb(240 239 245 / 0.4);
}

.border-bleu-lycee-soft\/45 {
  border-color: rgb(240 239 245 / 0.45);
}

.border-bleu-lycee-soft\/5 {
  border-color: rgb(240 239 245 / 0.05);
}

.border-bleu-lycee-soft\/50 {
  border-color: rgb(240 239 245 / 0.5);
}

.border-bleu-lycee-soft\/55 {
  border-color: rgb(240 239 245 / 0.55);
}

.border-bleu-lycee-soft\/60 {
  border-color: rgb(240 239 245 / 0.6);
}

.border-bleu-lycee-soft\/65 {
  border-color: rgb(240 239 245 / 0.65);
}

.border-bleu-lycee-soft\/70 {
  border-color: rgb(240 239 245 / 0.7);
}

.border-bleu-lycee-soft\/75 {
  border-color: rgb(240 239 245 / 0.75);
}

.border-bleu-lycee-soft\/80 {
  border-color: rgb(240 239 245 / 0.8);
}

.border-bleu-lycee-soft\/85 {
  border-color: rgb(240 239 245 / 0.85);
}

.border-bleu-lycee-soft\/90 {
  border-color: rgb(240 239 245 / 0.9);
}

.border-bleu-lycee-soft\/95 {
  border-color: rgb(240 239 245 / 0.95);
}

.border-bleu-lycee\/0 {
  border-color: rgb(95 76 154 / 0);
}

.border-bleu-lycee\/10 {
  border-color: rgb(95 76 154 / 0.1);
}

.border-bleu-lycee\/100 {
  border-color: rgb(95 76 154 / 1);
}

.border-bleu-lycee\/15 {
  border-color: rgb(95 76 154 / 0.15);
}

.border-bleu-lycee\/20 {
  border-color: rgb(95 76 154 / 0.2);
}

.border-bleu-lycee\/25 {
  border-color: rgb(95 76 154 / 0.25);
}

.border-bleu-lycee\/30 {
  border-color: rgb(95 76 154 / 0.3);
}

.border-bleu-lycee\/35 {
  border-color: rgb(95 76 154 / 0.35);
}

.border-bleu-lycee\/40 {
  border-color: rgb(95 76 154 / 0.4);
}

.border-bleu-lycee\/45 {
  border-color: rgb(95 76 154 / 0.45);
}

.border-bleu-lycee\/5 {
  border-color: rgb(95 76 154 / 0.05);
}

.border-bleu-lycee\/50 {
  border-color: rgb(95 76 154 / 0.5);
}

.border-bleu-lycee\/55 {
  border-color: rgb(95 76 154 / 0.55);
}

.border-bleu-lycee\/60 {
  border-color: rgb(95 76 154 / 0.6);
}

.border-bleu-lycee\/65 {
  border-color: rgb(95 76 154 / 0.65);
}

.border-bleu-lycee\/70 {
  border-color: rgb(95 76 154 / 0.7);
}

.border-bleu-lycee\/75 {
  border-color: rgb(95 76 154 / 0.75);
}

.border-bleu-lycee\/80 {
  border-color: rgb(95 76 154 / 0.8);
}

.border-bleu-lycee\/85 {
  border-color: rgb(95 76 154 / 0.85);
}

.border-bleu-lycee\/90 {
  border-color: rgb(95 76 154 / 0.9);
}

.border-bleu-lycee\/95 {
  border-color: rgb(95 76 154 / 0.95);
}

.border-bleu-sante {
  --tw-border-opacity: 1;
  border-color: rgb(35 184 203 / var(--tw-border-opacity, 1));
}

.border-bleu-sante-soft {
  --tw-border-opacity: 1;
  border-color: rgb(236 248 250 / var(--tw-border-opacity, 1));
}

.border-bleu-sante-soft\/0 {
  border-color: rgb(236 248 250 / 0);
}

.border-bleu-sante-soft\/10 {
  border-color: rgb(236 248 250 / 0.1);
}

.border-bleu-sante-soft\/100 {
  border-color: rgb(236 248 250 / 1);
}

.border-bleu-sante-soft\/15 {
  border-color: rgb(236 248 250 / 0.15);
}

.border-bleu-sante-soft\/20 {
  border-color: rgb(236 248 250 / 0.2);
}

.border-bleu-sante-soft\/25 {
  border-color: rgb(236 248 250 / 0.25);
}

.border-bleu-sante-soft\/30 {
  border-color: rgb(236 248 250 / 0.3);
}

.border-bleu-sante-soft\/35 {
  border-color: rgb(236 248 250 / 0.35);
}

.border-bleu-sante-soft\/40 {
  border-color: rgb(236 248 250 / 0.4);
}

.border-bleu-sante-soft\/45 {
  border-color: rgb(236 248 250 / 0.45);
}

.border-bleu-sante-soft\/5 {
  border-color: rgb(236 248 250 / 0.05);
}

.border-bleu-sante-soft\/50 {
  border-color: rgb(236 248 250 / 0.5);
}

.border-bleu-sante-soft\/55 {
  border-color: rgb(236 248 250 / 0.55);
}

.border-bleu-sante-soft\/60 {
  border-color: rgb(236 248 250 / 0.6);
}

.border-bleu-sante-soft\/65 {
  border-color: rgb(236 248 250 / 0.65);
}

.border-bleu-sante-soft\/70 {
  border-color: rgb(236 248 250 / 0.7);
}

.border-bleu-sante-soft\/75 {
  border-color: rgb(236 248 250 / 0.75);
}

.border-bleu-sante-soft\/80 {
  border-color: rgb(236 248 250 / 0.8);
}

.border-bleu-sante-soft\/85 {
  border-color: rgb(236 248 250 / 0.85);
}

.border-bleu-sante-soft\/90 {
  border-color: rgb(236 248 250 / 0.9);
}

.border-bleu-sante-soft\/95 {
  border-color: rgb(236 248 250 / 0.95);
}

.border-bleu-sante\/0 {
  border-color: rgb(35 184 203 / 0);
}

.border-bleu-sante\/10 {
  border-color: rgb(35 184 203 / 0.1);
}

.border-bleu-sante\/100 {
  border-color: rgb(35 184 203 / 1);
}

.border-bleu-sante\/15 {
  border-color: rgb(35 184 203 / 0.15);
}

.border-bleu-sante\/20 {
  border-color: rgb(35 184 203 / 0.2);
}

.border-bleu-sante\/25 {
  border-color: rgb(35 184 203 / 0.25);
}

.border-bleu-sante\/30 {
  border-color: rgb(35 184 203 / 0.3);
}

.border-bleu-sante\/35 {
  border-color: rgb(35 184 203 / 0.35);
}

.border-bleu-sante\/40 {
  border-color: rgb(35 184 203 / 0.4);
}

.border-bleu-sante\/45 {
  border-color: rgb(35 184 203 / 0.45);
}

.border-bleu-sante\/5 {
  border-color: rgb(35 184 203 / 0.05);
}

.border-bleu-sante\/50 {
  border-color: rgb(35 184 203 / 0.5);
}

.border-bleu-sante\/55 {
  border-color: rgb(35 184 203 / 0.55);
}

.border-bleu-sante\/60 {
  border-color: rgb(35 184 203 / 0.6);
}

.border-bleu-sante\/65 {
  border-color: rgb(35 184 203 / 0.65);
}

.border-bleu-sante\/70 {
  border-color: rgb(35 184 203 / 0.7);
}

.border-bleu-sante\/75 {
  border-color: rgb(35 184 203 / 0.75);
}

.border-bleu-sante\/80 {
  border-color: rgb(35 184 203 / 0.8);
}

.border-bleu-sante\/85 {
  border-color: rgb(35 184 203 / 0.85);
}

.border-bleu-sante\/90 {
  border-color: rgb(35 184 203 / 0.9);
}

.border-bleu-sante\/95 {
  border-color: rgb(35 184 203 / 0.95);
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-grey {
  --tw-border-opacity: 1;
  border-color: rgb(143 153 177 / var(--tw-border-opacity, 1));
}

.border-grey\/20 {
  border-color: rgb(143 153 177 / 0.2);
}

.border-gris-autre {
  --tw-border-opacity: 1;
  border-color: rgb(147 147 147 / var(--tw-border-opacity, 1));
}

.border-gris-autre-soft {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}

.border-gris-autre-soft\/0 {
  border-color: rgb(245 245 245 / 0);
}

.border-gris-autre-soft\/10 {
  border-color: rgb(245 245 245 / 0.1);
}

.border-gris-autre-soft\/100 {
  border-color: rgb(245 245 245 / 1);
}

.border-gris-autre-soft\/15 {
  border-color: rgb(245 245 245 / 0.15);
}

.border-gris-autre-soft\/20 {
  border-color: rgb(245 245 245 / 0.2);
}

.border-gris-autre-soft\/25 {
  border-color: rgb(245 245 245 / 0.25);
}

.border-gris-autre-soft\/30 {
  border-color: rgb(245 245 245 / 0.3);
}

.border-gris-autre-soft\/35 {
  border-color: rgb(245 245 245 / 0.35);
}

.border-gris-autre-soft\/40 {
  border-color: rgb(245 245 245 / 0.4);
}

.border-gris-autre-soft\/45 {
  border-color: rgb(245 245 245 / 0.45);
}

.border-gris-autre-soft\/5 {
  border-color: rgb(245 245 245 / 0.05);
}

.border-gris-autre-soft\/50 {
  border-color: rgb(245 245 245 / 0.5);
}

.border-gris-autre-soft\/55 {
  border-color: rgb(245 245 245 / 0.55);
}

.border-gris-autre-soft\/60 {
  border-color: rgb(245 245 245 / 0.6);
}

.border-gris-autre-soft\/65 {
  border-color: rgb(245 245 245 / 0.65);
}

.border-gris-autre-soft\/70 {
  border-color: rgb(245 245 245 / 0.7);
}

.border-gris-autre-soft\/75 {
  border-color: rgb(245 245 245 / 0.75);
}

.border-gris-autre-soft\/80 {
  border-color: rgb(245 245 245 / 0.8);
}

.border-gris-autre-soft\/85 {
  border-color: rgb(245 245 245 / 0.85);
}

.border-gris-autre-soft\/90 {
  border-color: rgb(245 245 245 / 0.9);
}

.border-gris-autre-soft\/95 {
  border-color: rgb(245 245 245 / 0.95);
}

.border-gris-autre\/0 {
  border-color: rgb(147 147 147 / 0);
}

.border-gris-autre\/10 {
  border-color: rgb(147 147 147 / 0.1);
}

.border-gris-autre\/100 {
  border-color: rgb(147 147 147 / 1);
}

.border-gris-autre\/15 {
  border-color: rgb(147 147 147 / 0.15);
}

.border-gris-autre\/20 {
  border-color: rgb(147 147 147 / 0.2);
}

.border-gris-autre\/25 {
  border-color: rgb(147 147 147 / 0.25);
}

.border-gris-autre\/30 {
  border-color: rgb(147 147 147 / 0.3);
}

.border-gris-autre\/35 {
  border-color: rgb(147 147 147 / 0.35);
}

.border-gris-autre\/40 {
  border-color: rgb(147 147 147 / 0.4);
}

.border-gris-autre\/45 {
  border-color: rgb(147 147 147 / 0.45);
}

.border-gris-autre\/5 {
  border-color: rgb(147 147 147 / 0.05);
}

.border-gris-autre\/50 {
  border-color: rgb(147 147 147 / 0.5);
}

.border-gris-autre\/55 {
  border-color: rgb(147 147 147 / 0.55);
}

.border-gris-autre\/60 {
  border-color: rgb(147 147 147 / 0.6);
}

.border-gris-autre\/65 {
  border-color: rgb(147 147 147 / 0.65);
}

.border-gris-autre\/70 {
  border-color: rgb(147 147 147 / 0.7);
}

.border-gris-autre\/75 {
  border-color: rgb(147 147 147 / 0.75);
}

.border-gris-autre\/80 {
  border-color: rgb(147 147 147 / 0.8);
}

.border-gris-autre\/85 {
  border-color: rgb(147 147 147 / 0.85);
}

.border-gris-autre\/90 {
  border-color: rgb(147 147 147 / 0.9);
}

.border-gris-autre\/95 {
  border-color: rgb(147 147 147 / 0.95);
}

.border-orange-social {
  --tw-border-opacity: 1;
  border-color: rgb(240 128 41 / var(--tw-border-opacity, 1));
}

.border-orange-social-soft {
  --tw-border-opacity: 1;
  border-color: rgb(253 242 234 / var(--tw-border-opacity, 1));
}

.border-orange-social-soft\/0 {
  border-color: rgb(253 242 234 / 0);
}

.border-orange-social-soft\/10 {
  border-color: rgb(253 242 234 / 0.1);
}

.border-orange-social-soft\/100 {
  border-color: rgb(253 242 234 / 1);
}

.border-orange-social-soft\/15 {
  border-color: rgb(253 242 234 / 0.15);
}

.border-orange-social-soft\/20 {
  border-color: rgb(253 242 234 / 0.2);
}

.border-orange-social-soft\/25 {
  border-color: rgb(253 242 234 / 0.25);
}

.border-orange-social-soft\/30 {
  border-color: rgb(253 242 234 / 0.3);
}

.border-orange-social-soft\/35 {
  border-color: rgb(253 242 234 / 0.35);
}

.border-orange-social-soft\/40 {
  border-color: rgb(253 242 234 / 0.4);
}

.border-orange-social-soft\/45 {
  border-color: rgb(253 242 234 / 0.45);
}

.border-orange-social-soft\/5 {
  border-color: rgb(253 242 234 / 0.05);
}

.border-orange-social-soft\/50 {
  border-color: rgb(253 242 234 / 0.5);
}

.border-orange-social-soft\/55 {
  border-color: rgb(253 242 234 / 0.55);
}

.border-orange-social-soft\/60 {
  border-color: rgb(253 242 234 / 0.6);
}

.border-orange-social-soft\/65 {
  border-color: rgb(253 242 234 / 0.65);
}

.border-orange-social-soft\/70 {
  border-color: rgb(253 242 234 / 0.7);
}

.border-orange-social-soft\/75 {
  border-color: rgb(253 242 234 / 0.75);
}

.border-orange-social-soft\/80 {
  border-color: rgb(253 242 234 / 0.8);
}

.border-orange-social-soft\/85 {
  border-color: rgb(253 242 234 / 0.85);
}

.border-orange-social-soft\/90 {
  border-color: rgb(253 242 234 / 0.9);
}

.border-orange-social-soft\/95 {
  border-color: rgb(253 242 234 / 0.95);
}

.border-orange-social\/0 {
  border-color: rgb(240 128 41 / 0);
}

.border-orange-social\/10 {
  border-color: rgb(240 128 41 / 0.1);
}

.border-orange-social\/100 {
  border-color: rgb(240 128 41 / 1);
}

.border-orange-social\/15 {
  border-color: rgb(240 128 41 / 0.15);
}

.border-orange-social\/20 {
  border-color: rgb(240 128 41 / 0.2);
}

.border-orange-social\/25 {
  border-color: rgb(240 128 41 / 0.25);
}

.border-orange-social\/30 {
  border-color: rgb(240 128 41 / 0.3);
}

.border-orange-social\/35 {
  border-color: rgb(240 128 41 / 0.35);
}

.border-orange-social\/40 {
  border-color: rgb(240 128 41 / 0.4);
}

.border-orange-social\/45 {
  border-color: rgb(240 128 41 / 0.45);
}

.border-orange-social\/5 {
  border-color: rgb(240 128 41 / 0.05);
}

.border-orange-social\/50 {
  border-color: rgb(240 128 41 / 0.5);
}

.border-orange-social\/55 {
  border-color: rgb(240 128 41 / 0.55);
}

.border-orange-social\/60 {
  border-color: rgb(240 128 41 / 0.6);
}

.border-orange-social\/65 {
  border-color: rgb(240 128 41 / 0.65);
}

.border-orange-social\/70 {
  border-color: rgb(240 128 41 / 0.7);
}

.border-orange-social\/75 {
  border-color: rgb(240 128 41 / 0.75);
}

.border-orange-social\/80 {
  border-color: rgb(240 128 41 / 0.8);
}

.border-orange-social\/85 {
  border-color: rgb(240 128 41 / 0.85);
}

.border-orange-social\/90 {
  border-color: rgb(240 128 41 / 0.9);
}

.border-orange-social\/95 {
  border-color: rgb(240 128 41 / 0.95);
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.\!bg-bleu-donbosco {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(32 52 98 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#1D3557\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 53 87 / var(--tw-bg-opacity, 1));
}

.bg-\[theme\(\'colors\.grey\'\)\] {
  background-color: #8F99B1;
}

.bg-bleu-clair {
  --tw-bg-opacity: 1;
  background-color: rgb(232 240 253 / var(--tw-bg-opacity, 1));
}

.bg-bleu-donbosco {
  --tw-bg-opacity: 1;
  background-color: rgb(32 52 98 / var(--tw-bg-opacity, 1));
}

.bg-bleu-donbosco\/40 {
  background-color: rgb(32 52 98 / 0.4);
}

.bg-bleu-lycee {
  --tw-bg-opacity: 1;
  background-color: rgb(95 76 154 / var(--tw-bg-opacity, 1));
}

.bg-bleu-lycee-soft {
  --tw-bg-opacity: 1;
  background-color: rgb(240 239 245 / var(--tw-bg-opacity, 1));
}

.bg-bleu-lycee-soft\/0 {
  background-color: rgb(240 239 245 / 0);
}

.bg-bleu-lycee-soft\/10 {
  background-color: rgb(240 239 245 / 0.1);
}

.bg-bleu-lycee-soft\/100 {
  background-color: rgb(240 239 245 / 1);
}

.bg-bleu-lycee-soft\/15 {
  background-color: rgb(240 239 245 / 0.15);
}

.bg-bleu-lycee-soft\/20 {
  background-color: rgb(240 239 245 / 0.2);
}

.bg-bleu-lycee-soft\/25 {
  background-color: rgb(240 239 245 / 0.25);
}

.bg-bleu-lycee-soft\/30 {
  background-color: rgb(240 239 245 / 0.3);
}

.bg-bleu-lycee-soft\/35 {
  background-color: rgb(240 239 245 / 0.35);
}

.bg-bleu-lycee-soft\/40 {
  background-color: rgb(240 239 245 / 0.4);
}

.bg-bleu-lycee-soft\/45 {
  background-color: rgb(240 239 245 / 0.45);
}

.bg-bleu-lycee-soft\/5 {
  background-color: rgb(240 239 245 / 0.05);
}

.bg-bleu-lycee-soft\/50 {
  background-color: rgb(240 239 245 / 0.5);
}

.bg-bleu-lycee-soft\/55 {
  background-color: rgb(240 239 245 / 0.55);
}

.bg-bleu-lycee-soft\/60 {
  background-color: rgb(240 239 245 / 0.6);
}

.bg-bleu-lycee-soft\/65 {
  background-color: rgb(240 239 245 / 0.65);
}

.bg-bleu-lycee-soft\/70 {
  background-color: rgb(240 239 245 / 0.7);
}

.bg-bleu-lycee-soft\/75 {
  background-color: rgb(240 239 245 / 0.75);
}

.bg-bleu-lycee-soft\/80 {
  background-color: rgb(240 239 245 / 0.8);
}

.bg-bleu-lycee-soft\/85 {
  background-color: rgb(240 239 245 / 0.85);
}

.bg-bleu-lycee-soft\/90 {
  background-color: rgb(240 239 245 / 0.9);
}

.bg-bleu-lycee-soft\/95 {
  background-color: rgb(240 239 245 / 0.95);
}

.bg-bleu-lycee\/0 {
  background-color: rgb(95 76 154 / 0);
}

.bg-bleu-lycee\/10 {
  background-color: rgb(95 76 154 / 0.1);
}

.bg-bleu-lycee\/100 {
  background-color: rgb(95 76 154 / 1);
}

.bg-bleu-lycee\/15 {
  background-color: rgb(95 76 154 / 0.15);
}

.bg-bleu-lycee\/20 {
  background-color: rgb(95 76 154 / 0.2);
}

.bg-bleu-lycee\/25 {
  background-color: rgb(95 76 154 / 0.25);
}

.bg-bleu-lycee\/30 {
  background-color: rgb(95 76 154 / 0.3);
}

.bg-bleu-lycee\/35 {
  background-color: rgb(95 76 154 / 0.35);
}

.bg-bleu-lycee\/40 {
  background-color: rgb(95 76 154 / 0.4);
}

.bg-bleu-lycee\/45 {
  background-color: rgb(95 76 154 / 0.45);
}

.bg-bleu-lycee\/5 {
  background-color: rgb(95 76 154 / 0.05);
}

.bg-bleu-lycee\/50 {
  background-color: rgb(95 76 154 / 0.5);
}

.bg-bleu-lycee\/55 {
  background-color: rgb(95 76 154 / 0.55);
}

.bg-bleu-lycee\/60 {
  background-color: rgb(95 76 154 / 0.6);
}

.bg-bleu-lycee\/65 {
  background-color: rgb(95 76 154 / 0.65);
}

.bg-bleu-lycee\/70 {
  background-color: rgb(95 76 154 / 0.7);
}

.bg-bleu-lycee\/75 {
  background-color: rgb(95 76 154 / 0.75);
}

.bg-bleu-lycee\/80 {
  background-color: rgb(95 76 154 / 0.8);
}

.bg-bleu-lycee\/85 {
  background-color: rgb(95 76 154 / 0.85);
}

.bg-bleu-lycee\/90 {
  background-color: rgb(95 76 154 / 0.9);
}

.bg-bleu-lycee\/95 {
  background-color: rgb(95 76 154 / 0.95);
}

.bg-bleu-sante {
  --tw-bg-opacity: 1;
  background-color: rgb(35 184 203 / var(--tw-bg-opacity, 1));
}

.bg-bleu-sante-soft {
  --tw-bg-opacity: 1;
  background-color: rgb(236 248 250 / var(--tw-bg-opacity, 1));
}

.bg-bleu-sante-soft\/0 {
  background-color: rgb(236 248 250 / 0);
}

.bg-bleu-sante-soft\/10 {
  background-color: rgb(236 248 250 / 0.1);
}

.bg-bleu-sante-soft\/100 {
  background-color: rgb(236 248 250 / 1);
}

.bg-bleu-sante-soft\/15 {
  background-color: rgb(236 248 250 / 0.15);
}

.bg-bleu-sante-soft\/20 {
  background-color: rgb(236 248 250 / 0.2);
}

.bg-bleu-sante-soft\/25 {
  background-color: rgb(236 248 250 / 0.25);
}

.bg-bleu-sante-soft\/30 {
  background-color: rgb(236 248 250 / 0.3);
}

.bg-bleu-sante-soft\/35 {
  background-color: rgb(236 248 250 / 0.35);
}

.bg-bleu-sante-soft\/40 {
  background-color: rgb(236 248 250 / 0.4);
}

.bg-bleu-sante-soft\/45 {
  background-color: rgb(236 248 250 / 0.45);
}

.bg-bleu-sante-soft\/5 {
  background-color: rgb(236 248 250 / 0.05);
}

.bg-bleu-sante-soft\/50 {
  background-color: rgb(236 248 250 / 0.5);
}

.bg-bleu-sante-soft\/55 {
  background-color: rgb(236 248 250 / 0.55);
}

.bg-bleu-sante-soft\/60 {
  background-color: rgb(236 248 250 / 0.6);
}

.bg-bleu-sante-soft\/65 {
  background-color: rgb(236 248 250 / 0.65);
}

.bg-bleu-sante-soft\/70 {
  background-color: rgb(236 248 250 / 0.7);
}

.bg-bleu-sante-soft\/75 {
  background-color: rgb(236 248 250 / 0.75);
}

.bg-bleu-sante-soft\/80 {
  background-color: rgb(236 248 250 / 0.8);
}

.bg-bleu-sante-soft\/85 {
  background-color: rgb(236 248 250 / 0.85);
}

.bg-bleu-sante-soft\/90 {
  background-color: rgb(236 248 250 / 0.9);
}

.bg-bleu-sante-soft\/95 {
  background-color: rgb(236 248 250 / 0.95);
}

.bg-bleu-sante\/0 {
  background-color: rgb(35 184 203 / 0);
}

.bg-bleu-sante\/10 {
  background-color: rgb(35 184 203 / 0.1);
}

.bg-bleu-sante\/100 {
  background-color: rgb(35 184 203 / 1);
}

.bg-bleu-sante\/15 {
  background-color: rgb(35 184 203 / 0.15);
}

.bg-bleu-sante\/20 {
  background-color: rgb(35 184 203 / 0.2);
}

.bg-bleu-sante\/25 {
  background-color: rgb(35 184 203 / 0.25);
}

.bg-bleu-sante\/30 {
  background-color: rgb(35 184 203 / 0.3);
}

.bg-bleu-sante\/35 {
  background-color: rgb(35 184 203 / 0.35);
}

.bg-bleu-sante\/40 {
  background-color: rgb(35 184 203 / 0.4);
}

.bg-bleu-sante\/45 {
  background-color: rgb(35 184 203 / 0.45);
}

.bg-bleu-sante\/5 {
  background-color: rgb(35 184 203 / 0.05);
}

.bg-bleu-sante\/50 {
  background-color: rgb(35 184 203 / 0.5);
}

.bg-bleu-sante\/55 {
  background-color: rgb(35 184 203 / 0.55);
}

.bg-bleu-sante\/60 {
  background-color: rgb(35 184 203 / 0.6);
}

.bg-bleu-sante\/65 {
  background-color: rgb(35 184 203 / 0.65);
}

.bg-bleu-sante\/70 {
  background-color: rgb(35 184 203 / 0.7);
}

.bg-bleu-sante\/75 {
  background-color: rgb(35 184 203 / 0.75);
}

.bg-bleu-sante\/80 {
  background-color: rgb(35 184 203 / 0.8);
}

.bg-bleu-sante\/85 {
  background-color: rgb(35 184 203 / 0.85);
}

.bg-bleu-sante\/90 {
  background-color: rgb(35 184 203 / 0.9);
}

.bg-bleu-sante\/95 {
  background-color: rgb(35 184 203 / 0.95);
}

.bg-gris-autre {
  --tw-bg-opacity: 1;
  background-color: rgb(147 147 147 / var(--tw-bg-opacity, 1));
}

.bg-gris-autre-soft {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-gris-autre-soft\/0 {
  background-color: rgb(245 245 245 / 0);
}

.bg-gris-autre-soft\/10 {
  background-color: rgb(245 245 245 / 0.1);
}

.bg-gris-autre-soft\/100 {
  background-color: rgb(245 245 245 / 1);
}

.bg-gris-autre-soft\/15 {
  background-color: rgb(245 245 245 / 0.15);
}

.bg-gris-autre-soft\/20 {
  background-color: rgb(245 245 245 / 0.2);
}

.bg-gris-autre-soft\/25 {
  background-color: rgb(245 245 245 / 0.25);
}

.bg-gris-autre-soft\/30 {
  background-color: rgb(245 245 245 / 0.3);
}

.bg-gris-autre-soft\/35 {
  background-color: rgb(245 245 245 / 0.35);
}

.bg-gris-autre-soft\/40 {
  background-color: rgb(245 245 245 / 0.4);
}

.bg-gris-autre-soft\/45 {
  background-color: rgb(245 245 245 / 0.45);
}

.bg-gris-autre-soft\/5 {
  background-color: rgb(245 245 245 / 0.05);
}

.bg-gris-autre-soft\/50 {
  background-color: rgb(245 245 245 / 0.5);
}

.bg-gris-autre-soft\/55 {
  background-color: rgb(245 245 245 / 0.55);
}

.bg-gris-autre-soft\/60 {
  background-color: rgb(245 245 245 / 0.6);
}

.bg-gris-autre-soft\/65 {
  background-color: rgb(245 245 245 / 0.65);
}

.bg-gris-autre-soft\/70 {
  background-color: rgb(245 245 245 / 0.7);
}

.bg-gris-autre-soft\/75 {
  background-color: rgb(245 245 245 / 0.75);
}

.bg-gris-autre-soft\/80 {
  background-color: rgb(245 245 245 / 0.8);
}

.bg-gris-autre-soft\/85 {
  background-color: rgb(245 245 245 / 0.85);
}

.bg-gris-autre-soft\/90 {
  background-color: rgb(245 245 245 / 0.9);
}

.bg-gris-autre-soft\/95 {
  background-color: rgb(245 245 245 / 0.95);
}

.bg-gris-autre\/0 {
  background-color: rgb(147 147 147 / 0);
}

.bg-gris-autre\/10 {
  background-color: rgb(147 147 147 / 0.1);
}

.bg-gris-autre\/100 {
  background-color: rgb(147 147 147 / 1);
}

.bg-gris-autre\/15 {
  background-color: rgb(147 147 147 / 0.15);
}

.bg-gris-autre\/20 {
  background-color: rgb(147 147 147 / 0.2);
}

.bg-gris-autre\/25 {
  background-color: rgb(147 147 147 / 0.25);
}

.bg-gris-autre\/30 {
  background-color: rgb(147 147 147 / 0.3);
}

.bg-gris-autre\/35 {
  background-color: rgb(147 147 147 / 0.35);
}

.bg-gris-autre\/40 {
  background-color: rgb(147 147 147 / 0.4);
}

.bg-gris-autre\/45 {
  background-color: rgb(147 147 147 / 0.45);
}

.bg-gris-autre\/5 {
  background-color: rgb(147 147 147 / 0.05);
}

.bg-gris-autre\/50 {
  background-color: rgb(147 147 147 / 0.5);
}

.bg-gris-autre\/55 {
  background-color: rgb(147 147 147 / 0.55);
}

.bg-gris-autre\/60 {
  background-color: rgb(147 147 147 / 0.6);
}

.bg-gris-autre\/65 {
  background-color: rgb(147 147 147 / 0.65);
}

.bg-gris-autre\/70 {
  background-color: rgb(147 147 147 / 0.7);
}

.bg-gris-autre\/75 {
  background-color: rgb(147 147 147 / 0.75);
}

.bg-gris-autre\/80 {
  background-color: rgb(147 147 147 / 0.8);
}

.bg-gris-autre\/85 {
  background-color: rgb(147 147 147 / 0.85);
}

.bg-gris-autre\/90 {
  background-color: rgb(147 147 147 / 0.9);
}

.bg-gris-autre\/95 {
  background-color: rgb(147 147 147 / 0.95);
}

.bg-gris-clair {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}

.bg-orange-social {
  --tw-bg-opacity: 1;
  background-color: rgb(240 128 41 / var(--tw-bg-opacity, 1));
}

.bg-orange-social-soft {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 234 / var(--tw-bg-opacity, 1));
}

.bg-orange-social-soft\/0 {
  background-color: rgb(253 242 234 / 0);
}

.bg-orange-social-soft\/10 {
  background-color: rgb(253 242 234 / 0.1);
}

.bg-orange-social-soft\/100 {
  background-color: rgb(253 242 234 / 1);
}

.bg-orange-social-soft\/15 {
  background-color: rgb(253 242 234 / 0.15);
}

.bg-orange-social-soft\/20 {
  background-color: rgb(253 242 234 / 0.2);
}

.bg-orange-social-soft\/25 {
  background-color: rgb(253 242 234 / 0.25);
}

.bg-orange-social-soft\/30 {
  background-color: rgb(253 242 234 / 0.3);
}

.bg-orange-social-soft\/35 {
  background-color: rgb(253 242 234 / 0.35);
}

.bg-orange-social-soft\/40 {
  background-color: rgb(253 242 234 / 0.4);
}

.bg-orange-social-soft\/45 {
  background-color: rgb(253 242 234 / 0.45);
}

.bg-orange-social-soft\/5 {
  background-color: rgb(253 242 234 / 0.05);
}

.bg-orange-social-soft\/50 {
  background-color: rgb(253 242 234 / 0.5);
}

.bg-orange-social-soft\/55 {
  background-color: rgb(253 242 234 / 0.55);
}

.bg-orange-social-soft\/60 {
  background-color: rgb(253 242 234 / 0.6);
}

.bg-orange-social-soft\/65 {
  background-color: rgb(253 242 234 / 0.65);
}

.bg-orange-social-soft\/70 {
  background-color: rgb(253 242 234 / 0.7);
}

.bg-orange-social-soft\/75 {
  background-color: rgb(253 242 234 / 0.75);
}

.bg-orange-social-soft\/80 {
  background-color: rgb(253 242 234 / 0.8);
}

.bg-orange-social-soft\/85 {
  background-color: rgb(253 242 234 / 0.85);
}

.bg-orange-social-soft\/90 {
  background-color: rgb(253 242 234 / 0.9);
}

.bg-orange-social-soft\/95 {
  background-color: rgb(253 242 234 / 0.95);
}

.bg-orange-social\/0 {
  background-color: rgb(240 128 41 / 0);
}

.bg-orange-social\/10 {
  background-color: rgb(240 128 41 / 0.1);
}

.bg-orange-social\/100 {
  background-color: rgb(240 128 41 / 1);
}

.bg-orange-social\/15 {
  background-color: rgb(240 128 41 / 0.15);
}

.bg-orange-social\/20 {
  background-color: rgb(240 128 41 / 0.2);
}

.bg-orange-social\/25 {
  background-color: rgb(240 128 41 / 0.25);
}

.bg-orange-social\/30 {
  background-color: rgb(240 128 41 / 0.3);
}

.bg-orange-social\/35 {
  background-color: rgb(240 128 41 / 0.35);
}

.bg-orange-social\/40 {
  background-color: rgb(240 128 41 / 0.4);
}

.bg-orange-social\/45 {
  background-color: rgb(240 128 41 / 0.45);
}

.bg-orange-social\/5 {
  background-color: rgb(240 128 41 / 0.05);
}

.bg-orange-social\/50 {
  background-color: rgb(240 128 41 / 0.5);
}

.bg-orange-social\/55 {
  background-color: rgb(240 128 41 / 0.55);
}

.bg-orange-social\/60 {
  background-color: rgb(240 128 41 / 0.6);
}

.bg-orange-social\/65 {
  background-color: rgb(240 128 41 / 0.65);
}

.bg-orange-social\/70 {
  background-color: rgb(240 128 41 / 0.7);
}

.bg-orange-social\/75 {
  background-color: rgb(240 128 41 / 0.75);
}

.bg-orange-social\/80 {
  background-color: rgb(240 128 41 / 0.8);
}

.bg-orange-social\/85 {
  background-color: rgb(240 128 41 / 0.85);
}

.bg-orange-social\/90 {
  background-color: rgb(240 128 41 / 0.9);
}

.bg-orange-social\/95 {
  background-color: rgb(240 128 41 / 0.95);
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-white {
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-white\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-left {
  background-position: left;
}

.bg-top {
  background-position: top;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-current {
  fill: currentColor;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-10 {
  padding: 2.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[1\.35rem\] {
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}

.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-\[1\.25rem\] {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pb-mypaddingbottom {
  padding-bottom: clamp(3rem, 4.56rem, 4.56rem);
}

.pl-10 {
  padding-left: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[125px\] {
  padding-top: 125px;
}

.pt-mypaddingtop {
  padding-top: clamp(3rem, 4.5rem, 4.5rem);
}

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

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

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

.text-\[0\.9rem\] {
  font-size: 0.9rem;
}

.text-\[1\.125rem\] {
  font-size: 1.125rem;
}

.text-\[1\.1rem\] {
  font-size: 1.1rem;
}

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[1\.2rem\] {
  font-size: 1.2rem;
}

.text-\[1\.3rem\] {
  font-size: 1.3rem;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem;
}

.text-\[1\.8rem\] {
  font-size: 1.8rem;
}

.text-\[1rem\] {
  font-size: 1rem;
}

.text-\[2\.25rem\] {
  font-size: 2.25rem;
}

.text-\[2\.75rem\] {
  font-size: 2.75rem;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-bleu-donbosco {
  --tw-text-opacity: 1;
  color: rgb(32 52 98 / var(--tw-text-opacity, 1));
}

.text-bleu-lycee {
  --tw-text-opacity: 1;
  color: rgb(95 76 154 / var(--tw-text-opacity, 1));
}

.text-bleu-lycee-soft {
  --tw-text-opacity: 1;
  color: rgb(240 239 245 / var(--tw-text-opacity, 1));
}

.text-bleu-lycee-soft\/0 {
  color: rgb(240 239 245 / 0);
}

.text-bleu-lycee-soft\/10 {
  color: rgb(240 239 245 / 0.1);
}

.text-bleu-lycee-soft\/100 {
  color: rgb(240 239 245 / 1);
}

.text-bleu-lycee-soft\/15 {
  color: rgb(240 239 245 / 0.15);
}

.text-bleu-lycee-soft\/20 {
  color: rgb(240 239 245 / 0.2);
}

.text-bleu-lycee-soft\/25 {
  color: rgb(240 239 245 / 0.25);
}

.text-bleu-lycee-soft\/30 {
  color: rgb(240 239 245 / 0.3);
}

.text-bleu-lycee-soft\/35 {
  color: rgb(240 239 245 / 0.35);
}

.text-bleu-lycee-soft\/40 {
  color: rgb(240 239 245 / 0.4);
}

.text-bleu-lycee-soft\/45 {
  color: rgb(240 239 245 / 0.45);
}

.text-bleu-lycee-soft\/5 {
  color: rgb(240 239 245 / 0.05);
}

.text-bleu-lycee-soft\/50 {
  color: rgb(240 239 245 / 0.5);
}

.text-bleu-lycee-soft\/55 {
  color: rgb(240 239 245 / 0.55);
}

.text-bleu-lycee-soft\/60 {
  color: rgb(240 239 245 / 0.6);
}

.text-bleu-lycee-soft\/65 {
  color: rgb(240 239 245 / 0.65);
}

.text-bleu-lycee-soft\/70 {
  color: rgb(240 239 245 / 0.7);
}

.text-bleu-lycee-soft\/75 {
  color: rgb(240 239 245 / 0.75);
}

.text-bleu-lycee-soft\/80 {
  color: rgb(240 239 245 / 0.8);
}

.text-bleu-lycee-soft\/85 {
  color: rgb(240 239 245 / 0.85);
}

.text-bleu-lycee-soft\/90 {
  color: rgb(240 239 245 / 0.9);
}

.text-bleu-lycee-soft\/95 {
  color: rgb(240 239 245 / 0.95);
}

.text-bleu-lycee\/0 {
  color: rgb(95 76 154 / 0);
}

.text-bleu-lycee\/10 {
  color: rgb(95 76 154 / 0.1);
}

.text-bleu-lycee\/100 {
  color: rgb(95 76 154 / 1);
}

.text-bleu-lycee\/15 {
  color: rgb(95 76 154 / 0.15);
}

.text-bleu-lycee\/20 {
  color: rgb(95 76 154 / 0.2);
}

.text-bleu-lycee\/25 {
  color: rgb(95 76 154 / 0.25);
}

.text-bleu-lycee\/30 {
  color: rgb(95 76 154 / 0.3);
}

.text-bleu-lycee\/35 {
  color: rgb(95 76 154 / 0.35);
}

.text-bleu-lycee\/40 {
  color: rgb(95 76 154 / 0.4);
}

.text-bleu-lycee\/45 {
  color: rgb(95 76 154 / 0.45);
}

.text-bleu-lycee\/5 {
  color: rgb(95 76 154 / 0.05);
}

.text-bleu-lycee\/50 {
  color: rgb(95 76 154 / 0.5);
}

.text-bleu-lycee\/55 {
  color: rgb(95 76 154 / 0.55);
}

.text-bleu-lycee\/60 {
  color: rgb(95 76 154 / 0.6);
}

.text-bleu-lycee\/65 {
  color: rgb(95 76 154 / 0.65);
}

.text-bleu-lycee\/70 {
  color: rgb(95 76 154 / 0.7);
}

.text-bleu-lycee\/75 {
  color: rgb(95 76 154 / 0.75);
}

.text-bleu-lycee\/80 {
  color: rgb(95 76 154 / 0.8);
}

.text-bleu-lycee\/85 {
  color: rgb(95 76 154 / 0.85);
}

.text-bleu-lycee\/90 {
  color: rgb(95 76 154 / 0.9);
}

.text-bleu-lycee\/95 {
  color: rgb(95 76 154 / 0.95);
}

.text-bleu-sante {
  --tw-text-opacity: 1;
  color: rgb(35 184 203 / var(--tw-text-opacity, 1));
}

.text-bleu-sante-soft {
  --tw-text-opacity: 1;
  color: rgb(236 248 250 / var(--tw-text-opacity, 1));
}

.text-bleu-sante-soft\/0 {
  color: rgb(236 248 250 / 0);
}

.text-bleu-sante-soft\/10 {
  color: rgb(236 248 250 / 0.1);
}

.text-bleu-sante-soft\/100 {
  color: rgb(236 248 250 / 1);
}

.text-bleu-sante-soft\/15 {
  color: rgb(236 248 250 / 0.15);
}

.text-bleu-sante-soft\/20 {
  color: rgb(236 248 250 / 0.2);
}

.text-bleu-sante-soft\/25 {
  color: rgb(236 248 250 / 0.25);
}

.text-bleu-sante-soft\/30 {
  color: rgb(236 248 250 / 0.3);
}

.text-bleu-sante-soft\/35 {
  color: rgb(236 248 250 / 0.35);
}

.text-bleu-sante-soft\/40 {
  color: rgb(236 248 250 / 0.4);
}

.text-bleu-sante-soft\/45 {
  color: rgb(236 248 250 / 0.45);
}

.text-bleu-sante-soft\/5 {
  color: rgb(236 248 250 / 0.05);
}

.text-bleu-sante-soft\/50 {
  color: rgb(236 248 250 / 0.5);
}

.text-bleu-sante-soft\/55 {
  color: rgb(236 248 250 / 0.55);
}

.text-bleu-sante-soft\/60 {
  color: rgb(236 248 250 / 0.6);
}

.text-bleu-sante-soft\/65 {
  color: rgb(236 248 250 / 0.65);
}

.text-bleu-sante-soft\/70 {
  color: rgb(236 248 250 / 0.7);
}

.text-bleu-sante-soft\/75 {
  color: rgb(236 248 250 / 0.75);
}

.text-bleu-sante-soft\/80 {
  color: rgb(236 248 250 / 0.8);
}

.text-bleu-sante-soft\/85 {
  color: rgb(236 248 250 / 0.85);
}

.text-bleu-sante-soft\/90 {
  color: rgb(236 248 250 / 0.9);
}

.text-bleu-sante-soft\/95 {
  color: rgb(236 248 250 / 0.95);
}

.text-bleu-sante\/0 {
  color: rgb(35 184 203 / 0);
}

.text-bleu-sante\/10 {
  color: rgb(35 184 203 / 0.1);
}

.text-bleu-sante\/100 {
  color: rgb(35 184 203 / 1);
}

.text-bleu-sante\/15 {
  color: rgb(35 184 203 / 0.15);
}

.text-bleu-sante\/20 {
  color: rgb(35 184 203 / 0.2);
}

.text-bleu-sante\/25 {
  color: rgb(35 184 203 / 0.25);
}

.text-bleu-sante\/30 {
  color: rgb(35 184 203 / 0.3);
}

.text-bleu-sante\/35 {
  color: rgb(35 184 203 / 0.35);
}

.text-bleu-sante\/40 {
  color: rgb(35 184 203 / 0.4);
}

.text-bleu-sante\/45 {
  color: rgb(35 184 203 / 0.45);
}

.text-bleu-sante\/5 {
  color: rgb(35 184 203 / 0.05);
}

.text-bleu-sante\/50 {
  color: rgb(35 184 203 / 0.5);
}

.text-bleu-sante\/55 {
  color: rgb(35 184 203 / 0.55);
}

.text-bleu-sante\/60 {
  color: rgb(35 184 203 / 0.6);
}

.text-bleu-sante\/65 {
  color: rgb(35 184 203 / 0.65);
}

.text-bleu-sante\/70 {
  color: rgb(35 184 203 / 0.7);
}

.text-bleu-sante\/75 {
  color: rgb(35 184 203 / 0.75);
}

.text-bleu-sante\/80 {
  color: rgb(35 184 203 / 0.8);
}

.text-bleu-sante\/85 {
  color: rgb(35 184 203 / 0.85);
}

.text-bleu-sante\/90 {
  color: rgb(35 184 203 / 0.9);
}

.text-bleu-sante\/95 {
  color: rgb(35 184 203 / 0.95);
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-grey {
  --tw-text-opacity: 1;
  color: rgb(143 153 177 / var(--tw-text-opacity, 1));
}

.text-gris-autre {
  --tw-text-opacity: 1;
  color: rgb(147 147 147 / var(--tw-text-opacity, 1));
}

.text-gris-autre-soft {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.text-gris-autre-soft\/0 {
  color: rgb(245 245 245 / 0);
}

.text-gris-autre-soft\/10 {
  color: rgb(245 245 245 / 0.1);
}

.text-gris-autre-soft\/100 {
  color: rgb(245 245 245 / 1);
}

.text-gris-autre-soft\/15 {
  color: rgb(245 245 245 / 0.15);
}

.text-gris-autre-soft\/20 {
  color: rgb(245 245 245 / 0.2);
}

.text-gris-autre-soft\/25 {
  color: rgb(245 245 245 / 0.25);
}

.text-gris-autre-soft\/30 {
  color: rgb(245 245 245 / 0.3);
}

.text-gris-autre-soft\/35 {
  color: rgb(245 245 245 / 0.35);
}

.text-gris-autre-soft\/40 {
  color: rgb(245 245 245 / 0.4);
}

.text-gris-autre-soft\/45 {
  color: rgb(245 245 245 / 0.45);
}

.text-gris-autre-soft\/5 {
  color: rgb(245 245 245 / 0.05);
}

.text-gris-autre-soft\/50 {
  color: rgb(245 245 245 / 0.5);
}

.text-gris-autre-soft\/55 {
  color: rgb(245 245 245 / 0.55);
}

.text-gris-autre-soft\/60 {
  color: rgb(245 245 245 / 0.6);
}

.text-gris-autre-soft\/65 {
  color: rgb(245 245 245 / 0.65);
}

.text-gris-autre-soft\/70 {
  color: rgb(245 245 245 / 0.7);
}

.text-gris-autre-soft\/75 {
  color: rgb(245 245 245 / 0.75);
}

.text-gris-autre-soft\/80 {
  color: rgb(245 245 245 / 0.8);
}

.text-gris-autre-soft\/85 {
  color: rgb(245 245 245 / 0.85);
}

.text-gris-autre-soft\/90 {
  color: rgb(245 245 245 / 0.9);
}

.text-gris-autre-soft\/95 {
  color: rgb(245 245 245 / 0.95);
}

.text-gris-autre\/0 {
  color: rgb(147 147 147 / 0);
}

.text-gris-autre\/10 {
  color: rgb(147 147 147 / 0.1);
}

.text-gris-autre\/100 {
  color: rgb(147 147 147 / 1);
}

.text-gris-autre\/15 {
  color: rgb(147 147 147 / 0.15);
}

.text-gris-autre\/20 {
  color: rgb(147 147 147 / 0.2);
}

.text-gris-autre\/25 {
  color: rgb(147 147 147 / 0.25);
}

.text-gris-autre\/30 {
  color: rgb(147 147 147 / 0.3);
}

.text-gris-autre\/35 {
  color: rgb(147 147 147 / 0.35);
}

.text-gris-autre\/40 {
  color: rgb(147 147 147 / 0.4);
}

.text-gris-autre\/45 {
  color: rgb(147 147 147 / 0.45);
}

.text-gris-autre\/5 {
  color: rgb(147 147 147 / 0.05);
}

.text-gris-autre\/50 {
  color: rgb(147 147 147 / 0.5);
}

.text-gris-autre\/55 {
  color: rgb(147 147 147 / 0.55);
}

.text-gris-autre\/60 {
  color: rgb(147 147 147 / 0.6);
}

.text-gris-autre\/65 {
  color: rgb(147 147 147 / 0.65);
}

.text-gris-autre\/70 {
  color: rgb(147 147 147 / 0.7);
}

.text-gris-autre\/75 {
  color: rgb(147 147 147 / 0.75);
}

.text-gris-autre\/80 {
  color: rgb(147 147 147 / 0.8);
}

.text-gris-autre\/85 {
  color: rgb(147 147 147 / 0.85);
}

.text-gris-autre\/90 {
  color: rgb(147 147 147 / 0.9);
}

.text-gris-autre\/95 {
  color: rgb(147 147 147 / 0.95);
}

.text-orange-social {
  --tw-text-opacity: 1;
  color: rgb(240 128 41 / var(--tw-text-opacity, 1));
}

.text-orange-social-soft {
  --tw-text-opacity: 1;
  color: rgb(253 242 234 / var(--tw-text-opacity, 1));
}

.text-orange-social-soft\/0 {
  color: rgb(253 242 234 / 0);
}

.text-orange-social-soft\/10 {
  color: rgb(253 242 234 / 0.1);
}

.text-orange-social-soft\/100 {
  color: rgb(253 242 234 / 1);
}

.text-orange-social-soft\/15 {
  color: rgb(253 242 234 / 0.15);
}

.text-orange-social-soft\/20 {
  color: rgb(253 242 234 / 0.2);
}

.text-orange-social-soft\/25 {
  color: rgb(253 242 234 / 0.25);
}

.text-orange-social-soft\/30 {
  color: rgb(253 242 234 / 0.3);
}

.text-orange-social-soft\/35 {
  color: rgb(253 242 234 / 0.35);
}

.text-orange-social-soft\/40 {
  color: rgb(253 242 234 / 0.4);
}

.text-orange-social-soft\/45 {
  color: rgb(253 242 234 / 0.45);
}

.text-orange-social-soft\/5 {
  color: rgb(253 242 234 / 0.05);
}

.text-orange-social-soft\/50 {
  color: rgb(253 242 234 / 0.5);
}

.text-orange-social-soft\/55 {
  color: rgb(253 242 234 / 0.55);
}

.text-orange-social-soft\/60 {
  color: rgb(253 242 234 / 0.6);
}

.text-orange-social-soft\/65 {
  color: rgb(253 242 234 / 0.65);
}

.text-orange-social-soft\/70 {
  color: rgb(253 242 234 / 0.7);
}

.text-orange-social-soft\/75 {
  color: rgb(253 242 234 / 0.75);
}

.text-orange-social-soft\/80 {
  color: rgb(253 242 234 / 0.8);
}

.text-orange-social-soft\/85 {
  color: rgb(253 242 234 / 0.85);
}

.text-orange-social-soft\/90 {
  color: rgb(253 242 234 / 0.9);
}

.text-orange-social-soft\/95 {
  color: rgb(253 242 234 / 0.95);
}

.text-orange-social\/0 {
  color: rgb(240 128 41 / 0);
}

.text-orange-social\/10 {
  color: rgb(240 128 41 / 0.1);
}

.text-orange-social\/100 {
  color: rgb(240 128 41 / 1);
}

.text-orange-social\/15 {
  color: rgb(240 128 41 / 0.15);
}

.text-orange-social\/20 {
  color: rgb(240 128 41 / 0.2);
}

.text-orange-social\/25 {
  color: rgb(240 128 41 / 0.25);
}

.text-orange-social\/30 {
  color: rgb(240 128 41 / 0.3);
}

.text-orange-social\/35 {
  color: rgb(240 128 41 / 0.35);
}

.text-orange-social\/40 {
  color: rgb(240 128 41 / 0.4);
}

.text-orange-social\/45 {
  color: rgb(240 128 41 / 0.45);
}

.text-orange-social\/5 {
  color: rgb(240 128 41 / 0.05);
}

.text-orange-social\/50 {
  color: rgb(240 128 41 / 0.5);
}

.text-orange-social\/55 {
  color: rgb(240 128 41 / 0.55);
}

.text-orange-social\/60 {
  color: rgb(240 128 41 / 0.6);
}

.text-orange-social\/65 {
  color: rgb(240 128 41 / 0.65);
}

.text-orange-social\/70 {
  color: rgb(240 128 41 / 0.7);
}

.text-orange-social\/75 {
  color: rgb(240 128 41 / 0.75);
}

.text-orange-social\/80 {
  color: rgb(240 128 41 / 0.8);
}

.text-orange-social\/85 {
  color: rgb(240 128 41 / 0.85);
}

.text-orange-social\/90 {
  color: rgb(240 128 41 / 0.9);
}

.text-orange-social\/95 {
  color: rgb(240 128 41 / 0.95);
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-bleu-lycee {
  --tw-shadow: 7px 7px 15px -7px #5F4C9A;
  --tw-shadow-colored: 7px 7px 15px -7px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-bleu-sante {
  --tw-shadow: 7px 7px 15px -7px #23B8CB;
  --tw-shadow-colored: 7px 7px 15px -7px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-campus {
  --tw-shadow: 7px 7px 15px -7px #333366;
  --tw-shadow-colored: 7px 7px 15px -7px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-gris-autre {
  --tw-shadow: 7px 7px 15px -7px #939393;
  --tw-shadow-colored: 7px 7px 15px -7px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-orange-social {
  --tw-shadow: 7px 7px 15px -7px #F08029;
  --tw-shadow-colored: 7px 7px 15px -7px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-bleu-lycee {
  --tw-shadow-color: #5F4C9A;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-bleu-sante {
  --tw-shadow-color: #23B8CB;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-campus {
  --tw-shadow-color: #333366;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gris-autre {
  --tw-shadow-color: #939393;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-social {
  --tw-shadow-color: #F08029;
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-\[250ms\] {
  transition-duration: 250ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1280px) {
  .header-container .xl\:opened.menu-principal-container {
    height: 100vh;
  }

  .header-container .xl\:opened.menu-principal-container ul#menu-principal {
    opacity: 1;
    animation: fadein 0.7s forwards;
  }

  .xl\:opened#filters-container {
    right: 0;
  }
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:border-bleu-donbosco:hover {
  --tw-border-opacity: 1;
  border-color: rgb(32 52 98 / var(--tw-border-opacity, 1));
}

.hover\:border-bleu-lycee:hover {
  --tw-border-opacity: 1;
  border-color: rgb(95 76 154 / var(--tw-border-opacity, 1));
}

.hover\:border-bleu-lycee-soft:hover {
  --tw-border-opacity: 1;
  border-color: rgb(240 239 245 / var(--tw-border-opacity, 1));
}

.hover\:border-bleu-lycee-soft\/0:hover {
  border-color: rgb(240 239 245 / 0);
}

.hover\:border-bleu-lycee-soft\/10:hover {
  border-color: rgb(240 239 245 / 0.1);
}

.hover\:border-bleu-lycee-soft\/100:hover {
  border-color: rgb(240 239 245 / 1);
}

.hover\:border-bleu-lycee-soft\/15:hover {
  border-color: rgb(240 239 245 / 0.15);
}

.hover\:border-bleu-lycee-soft\/20:hover {
  border-color: rgb(240 239 245 / 0.2);
}

.hover\:border-bleu-lycee-soft\/25:hover {
  border-color: rgb(240 239 245 / 0.25);
}

.hover\:border-bleu-lycee-soft\/30:hover {
  border-color: rgb(240 239 245 / 0.3);
}

.hover\:border-bleu-lycee-soft\/35:hover {
  border-color: rgb(240 239 245 / 0.35);
}

.hover\:border-bleu-lycee-soft\/40:hover {
  border-color: rgb(240 239 245 / 0.4);
}

.hover\:border-bleu-lycee-soft\/45:hover {
  border-color: rgb(240 239 245 / 0.45);
}

.hover\:border-bleu-lycee-soft\/5:hover {
  border-color: rgb(240 239 245 / 0.05);
}

.hover\:border-bleu-lycee-soft\/50:hover {
  border-color: rgb(240 239 245 / 0.5);
}

.hover\:border-bleu-lycee-soft\/55:hover {
  border-color: rgb(240 239 245 / 0.55);
}

.hover\:border-bleu-lycee-soft\/60:hover {
  border-color: rgb(240 239 245 / 0.6);
}

.hover\:border-bleu-lycee-soft\/65:hover {
  border-color: rgb(240 239 245 / 0.65);
}

.hover\:border-bleu-lycee-soft\/70:hover {
  border-color: rgb(240 239 245 / 0.7);
}

.hover\:border-bleu-lycee-soft\/75:hover {
  border-color: rgb(240 239 245 / 0.75);
}

.hover\:border-bleu-lycee-soft\/80:hover {
  border-color: rgb(240 239 245 / 0.8);
}

.hover\:border-bleu-lycee-soft\/85:hover {
  border-color: rgb(240 239 245 / 0.85);
}

.hover\:border-bleu-lycee-soft\/90:hover {
  border-color: rgb(240 239 245 / 0.9);
}

.hover\:border-bleu-lycee-soft\/95:hover {
  border-color: rgb(240 239 245 / 0.95);
}

.hover\:border-bleu-lycee\/0:hover {
  border-color: rgb(95 76 154 / 0);
}

.hover\:border-bleu-lycee\/10:hover {
  border-color: rgb(95 76 154 / 0.1);
}

.hover\:border-bleu-lycee\/100:hover {
  border-color: rgb(95 76 154 / 1);
}

.hover\:border-bleu-lycee\/15:hover {
  border-color: rgb(95 76 154 / 0.15);
}

.hover\:border-bleu-lycee\/20:hover {
  border-color: rgb(95 76 154 / 0.2);
}

.hover\:border-bleu-lycee\/25:hover {
  border-color: rgb(95 76 154 / 0.25);
}

.hover\:border-bleu-lycee\/30:hover {
  border-color: rgb(95 76 154 / 0.3);
}

.hover\:border-bleu-lycee\/35:hover {
  border-color: rgb(95 76 154 / 0.35);
}

.hover\:border-bleu-lycee\/40:hover {
  border-color: rgb(95 76 154 / 0.4);
}

.hover\:border-bleu-lycee\/45:hover {
  border-color: rgb(95 76 154 / 0.45);
}

.hover\:border-bleu-lycee\/5:hover {
  border-color: rgb(95 76 154 / 0.05);
}

.hover\:border-bleu-lycee\/50:hover {
  border-color: rgb(95 76 154 / 0.5);
}

.hover\:border-bleu-lycee\/55:hover {
  border-color: rgb(95 76 154 / 0.55);
}

.hover\:border-bleu-lycee\/60:hover {
  border-color: rgb(95 76 154 / 0.6);
}

.hover\:border-bleu-lycee\/65:hover {
  border-color: rgb(95 76 154 / 0.65);
}

.hover\:border-bleu-lycee\/70:hover {
  border-color: rgb(95 76 154 / 0.7);
}

.hover\:border-bleu-lycee\/75:hover {
  border-color: rgb(95 76 154 / 0.75);
}

.hover\:border-bleu-lycee\/80:hover {
  border-color: rgb(95 76 154 / 0.8);
}

.hover\:border-bleu-lycee\/85:hover {
  border-color: rgb(95 76 154 / 0.85);
}

.hover\:border-bleu-lycee\/90:hover {
  border-color: rgb(95 76 154 / 0.9);
}

.hover\:border-bleu-lycee\/95:hover {
  border-color: rgb(95 76 154 / 0.95);
}

.hover\:border-bleu-sante:hover {
  --tw-border-opacity: 1;
  border-color: rgb(35 184 203 / var(--tw-border-opacity, 1));
}

.hover\:border-bleu-sante-soft:hover {
  --tw-border-opacity: 1;
  border-color: rgb(236 248 250 / var(--tw-border-opacity, 1));
}

.hover\:border-bleu-sante-soft\/0:hover {
  border-color: rgb(236 248 250 / 0);
}

.hover\:border-bleu-sante-soft\/10:hover {
  border-color: rgb(236 248 250 / 0.1);
}

.hover\:border-bleu-sante-soft\/100:hover {
  border-color: rgb(236 248 250 / 1);
}

.hover\:border-bleu-sante-soft\/15:hover {
  border-color: rgb(236 248 250 / 0.15);
}

.hover\:border-bleu-sante-soft\/20:hover {
  border-color: rgb(236 248 250 / 0.2);
}

.hover\:border-bleu-sante-soft\/25:hover {
  border-color: rgb(236 248 250 / 0.25);
}

.hover\:border-bleu-sante-soft\/30:hover {
  border-color: rgb(236 248 250 / 0.3);
}

.hover\:border-bleu-sante-soft\/35:hover {
  border-color: rgb(236 248 250 / 0.35);
}

.hover\:border-bleu-sante-soft\/40:hover {
  border-color: rgb(236 248 250 / 0.4);
}

.hover\:border-bleu-sante-soft\/45:hover {
  border-color: rgb(236 248 250 / 0.45);
}

.hover\:border-bleu-sante-soft\/5:hover {
  border-color: rgb(236 248 250 / 0.05);
}

.hover\:border-bleu-sante-soft\/50:hover {
  border-color: rgb(236 248 250 / 0.5);
}

.hover\:border-bleu-sante-soft\/55:hover {
  border-color: rgb(236 248 250 / 0.55);
}

.hover\:border-bleu-sante-soft\/60:hover {
  border-color: rgb(236 248 250 / 0.6);
}

.hover\:border-bleu-sante-soft\/65:hover {
  border-color: rgb(236 248 250 / 0.65);
}

.hover\:border-bleu-sante-soft\/70:hover {
  border-color: rgb(236 248 250 / 0.7);
}

.hover\:border-bleu-sante-soft\/75:hover {
  border-color: rgb(236 248 250 / 0.75);
}

.hover\:border-bleu-sante-soft\/80:hover {
  border-color: rgb(236 248 250 / 0.8);
}

.hover\:border-bleu-sante-soft\/85:hover {
  border-color: rgb(236 248 250 / 0.85);
}

.hover\:border-bleu-sante-soft\/90:hover {
  border-color: rgb(236 248 250 / 0.9);
}

.hover\:border-bleu-sante-soft\/95:hover {
  border-color: rgb(236 248 250 / 0.95);
}

.hover\:border-bleu-sante\/0:hover {
  border-color: rgb(35 184 203 / 0);
}

.hover\:border-bleu-sante\/10:hover {
  border-color: rgb(35 184 203 / 0.1);
}

.hover\:border-bleu-sante\/100:hover {
  border-color: rgb(35 184 203 / 1);
}

.hover\:border-bleu-sante\/15:hover {
  border-color: rgb(35 184 203 / 0.15);
}

.hover\:border-bleu-sante\/20:hover {
  border-color: rgb(35 184 203 / 0.2);
}

.hover\:border-bleu-sante\/25:hover {
  border-color: rgb(35 184 203 / 0.25);
}

.hover\:border-bleu-sante\/30:hover {
  border-color: rgb(35 184 203 / 0.3);
}

.hover\:border-bleu-sante\/35:hover {
  border-color: rgb(35 184 203 / 0.35);
}

.hover\:border-bleu-sante\/40:hover {
  border-color: rgb(35 184 203 / 0.4);
}

.hover\:border-bleu-sante\/45:hover {
  border-color: rgb(35 184 203 / 0.45);
}

.hover\:border-bleu-sante\/5:hover {
  border-color: rgb(35 184 203 / 0.05);
}

.hover\:border-bleu-sante\/50:hover {
  border-color: rgb(35 184 203 / 0.5);
}

.hover\:border-bleu-sante\/55:hover {
  border-color: rgb(35 184 203 / 0.55);
}

.hover\:border-bleu-sante\/60:hover {
  border-color: rgb(35 184 203 / 0.6);
}

.hover\:border-bleu-sante\/65:hover {
  border-color: rgb(35 184 203 / 0.65);
}

.hover\:border-bleu-sante\/70:hover {
  border-color: rgb(35 184 203 / 0.7);
}

.hover\:border-bleu-sante\/75:hover {
  border-color: rgb(35 184 203 / 0.75);
}

.hover\:border-bleu-sante\/80:hover {
  border-color: rgb(35 184 203 / 0.8);
}

.hover\:border-bleu-sante\/85:hover {
  border-color: rgb(35 184 203 / 0.85);
}

.hover\:border-bleu-sante\/90:hover {
  border-color: rgb(35 184 203 / 0.9);
}

.hover\:border-bleu-sante\/95:hover {
  border-color: rgb(35 184 203 / 0.95);
}

.hover\:border-gris-autre:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 147 147 / var(--tw-border-opacity, 1));
}

.hover\:border-gris-autre-soft:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}

.hover\:border-gris-autre-soft\/0:hover {
  border-color: rgb(245 245 245 / 0);
}

.hover\:border-gris-autre-soft\/10:hover {
  border-color: rgb(245 245 245 / 0.1);
}

.hover\:border-gris-autre-soft\/100:hover {
  border-color: rgb(245 245 245 / 1);
}

.hover\:border-gris-autre-soft\/15:hover {
  border-color: rgb(245 245 245 / 0.15);
}

.hover\:border-gris-autre-soft\/20:hover {
  border-color: rgb(245 245 245 / 0.2);
}

.hover\:border-gris-autre-soft\/25:hover {
  border-color: rgb(245 245 245 / 0.25);
}

.hover\:border-gris-autre-soft\/30:hover {
  border-color: rgb(245 245 245 / 0.3);
}

.hover\:border-gris-autre-soft\/35:hover {
  border-color: rgb(245 245 245 / 0.35);
}

.hover\:border-gris-autre-soft\/40:hover {
  border-color: rgb(245 245 245 / 0.4);
}

.hover\:border-gris-autre-soft\/45:hover {
  border-color: rgb(245 245 245 / 0.45);
}

.hover\:border-gris-autre-soft\/5:hover {
  border-color: rgb(245 245 245 / 0.05);
}

.hover\:border-gris-autre-soft\/50:hover {
  border-color: rgb(245 245 245 / 0.5);
}

.hover\:border-gris-autre-soft\/55:hover {
  border-color: rgb(245 245 245 / 0.55);
}

.hover\:border-gris-autre-soft\/60:hover {
  border-color: rgb(245 245 245 / 0.6);
}

.hover\:border-gris-autre-soft\/65:hover {
  border-color: rgb(245 245 245 / 0.65);
}

.hover\:border-gris-autre-soft\/70:hover {
  border-color: rgb(245 245 245 / 0.7);
}

.hover\:border-gris-autre-soft\/75:hover {
  border-color: rgb(245 245 245 / 0.75);
}

.hover\:border-gris-autre-soft\/80:hover {
  border-color: rgb(245 245 245 / 0.8);
}

.hover\:border-gris-autre-soft\/85:hover {
  border-color: rgb(245 245 245 / 0.85);
}

.hover\:border-gris-autre-soft\/90:hover {
  border-color: rgb(245 245 245 / 0.9);
}

.hover\:border-gris-autre-soft\/95:hover {
  border-color: rgb(245 245 245 / 0.95);
}

.hover\:border-gris-autre\/0:hover {
  border-color: rgb(147 147 147 / 0);
}

.hover\:border-gris-autre\/10:hover {
  border-color: rgb(147 147 147 / 0.1);
}

.hover\:border-gris-autre\/100:hover {
  border-color: rgb(147 147 147 / 1);
}

.hover\:border-gris-autre\/15:hover {
  border-color: rgb(147 147 147 / 0.15);
}

.hover\:border-gris-autre\/20:hover {
  border-color: rgb(147 147 147 / 0.2);
}

.hover\:border-gris-autre\/25:hover {
  border-color: rgb(147 147 147 / 0.25);
}

.hover\:border-gris-autre\/30:hover {
  border-color: rgb(147 147 147 / 0.3);
}

.hover\:border-gris-autre\/35:hover {
  border-color: rgb(147 147 147 / 0.35);
}

.hover\:border-gris-autre\/40:hover {
  border-color: rgb(147 147 147 / 0.4);
}

.hover\:border-gris-autre\/45:hover {
  border-color: rgb(147 147 147 / 0.45);
}

.hover\:border-gris-autre\/5:hover {
  border-color: rgb(147 147 147 / 0.05);
}

.hover\:border-gris-autre\/50:hover {
  border-color: rgb(147 147 147 / 0.5);
}

.hover\:border-gris-autre\/55:hover {
  border-color: rgb(147 147 147 / 0.55);
}

.hover\:border-gris-autre\/60:hover {
  border-color: rgb(147 147 147 / 0.6);
}

.hover\:border-gris-autre\/65:hover {
  border-color: rgb(147 147 147 / 0.65);
}

.hover\:border-gris-autre\/70:hover {
  border-color: rgb(147 147 147 / 0.7);
}

.hover\:border-gris-autre\/75:hover {
  border-color: rgb(147 147 147 / 0.75);
}

.hover\:border-gris-autre\/80:hover {
  border-color: rgb(147 147 147 / 0.8);
}

.hover\:border-gris-autre\/85:hover {
  border-color: rgb(147 147 147 / 0.85);
}

.hover\:border-gris-autre\/90:hover {
  border-color: rgb(147 147 147 / 0.9);
}

.hover\:border-gris-autre\/95:hover {
  border-color: rgb(147 147 147 / 0.95);
}

.hover\:border-orange-social:hover {
  --tw-border-opacity: 1;
  border-color: rgb(240 128 41 / var(--tw-border-opacity, 1));
}

.hover\:border-orange-social-soft:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 242 234 / var(--tw-border-opacity, 1));
}

.hover\:border-orange-social-soft\/0:hover {
  border-color: rgb(253 242 234 / 0);
}

.hover\:border-orange-social-soft\/10:hover {
  border-color: rgb(253 242 234 / 0.1);
}

.hover\:border-orange-social-soft\/100:hover {
  border-color: rgb(253 242 234 / 1);
}

.hover\:border-orange-social-soft\/15:hover {
  border-color: rgb(253 242 234 / 0.15);
}

.hover\:border-orange-social-soft\/20:hover {
  border-color: rgb(253 242 234 / 0.2);
}

.hover\:border-orange-social-soft\/25:hover {
  border-color: rgb(253 242 234 / 0.25);
}

.hover\:border-orange-social-soft\/30:hover {
  border-color: rgb(253 242 234 / 0.3);
}

.hover\:border-orange-social-soft\/35:hover {
  border-color: rgb(253 242 234 / 0.35);
}

.hover\:border-orange-social-soft\/40:hover {
  border-color: rgb(253 242 234 / 0.4);
}

.hover\:border-orange-social-soft\/45:hover {
  border-color: rgb(253 242 234 / 0.45);
}

.hover\:border-orange-social-soft\/5:hover {
  border-color: rgb(253 242 234 / 0.05);
}

.hover\:border-orange-social-soft\/50:hover {
  border-color: rgb(253 242 234 / 0.5);
}

.hover\:border-orange-social-soft\/55:hover {
  border-color: rgb(253 242 234 / 0.55);
}

.hover\:border-orange-social-soft\/60:hover {
  border-color: rgb(253 242 234 / 0.6);
}

.hover\:border-orange-social-soft\/65:hover {
  border-color: rgb(253 242 234 / 0.65);
}

.hover\:border-orange-social-soft\/70:hover {
  border-color: rgb(253 242 234 / 0.7);
}

.hover\:border-orange-social-soft\/75:hover {
  border-color: rgb(253 242 234 / 0.75);
}

.hover\:border-orange-social-soft\/80:hover {
  border-color: rgb(253 242 234 / 0.8);
}

.hover\:border-orange-social-soft\/85:hover {
  border-color: rgb(253 242 234 / 0.85);
}

.hover\:border-orange-social-soft\/90:hover {
  border-color: rgb(253 242 234 / 0.9);
}

.hover\:border-orange-social-soft\/95:hover {
  border-color: rgb(253 242 234 / 0.95);
}

.hover\:border-orange-social\/0:hover {
  border-color: rgb(240 128 41 / 0);
}

.hover\:border-orange-social\/10:hover {
  border-color: rgb(240 128 41 / 0.1);
}

.hover\:border-orange-social\/100:hover {
  border-color: rgb(240 128 41 / 1);
}

.hover\:border-orange-social\/15:hover {
  border-color: rgb(240 128 41 / 0.15);
}

.hover\:border-orange-social\/20:hover {
  border-color: rgb(240 128 41 / 0.2);
}

.hover\:border-orange-social\/25:hover {
  border-color: rgb(240 128 41 / 0.25);
}

.hover\:border-orange-social\/30:hover {
  border-color: rgb(240 128 41 / 0.3);
}

.hover\:border-orange-social\/35:hover {
  border-color: rgb(240 128 41 / 0.35);
}

.hover\:border-orange-social\/40:hover {
  border-color: rgb(240 128 41 / 0.4);
}

.hover\:border-orange-social\/45:hover {
  border-color: rgb(240 128 41 / 0.45);
}

.hover\:border-orange-social\/5:hover {
  border-color: rgb(240 128 41 / 0.05);
}

.hover\:border-orange-social\/50:hover {
  border-color: rgb(240 128 41 / 0.5);
}

.hover\:border-orange-social\/55:hover {
  border-color: rgb(240 128 41 / 0.55);
}

.hover\:border-orange-social\/60:hover {
  border-color: rgb(240 128 41 / 0.6);
}

.hover\:border-orange-social\/65:hover {
  border-color: rgb(240 128 41 / 0.65);
}

.hover\:border-orange-social\/70:hover {
  border-color: rgb(240 128 41 / 0.7);
}

.hover\:border-orange-social\/75:hover {
  border-color: rgb(240 128 41 / 0.75);
}

.hover\:border-orange-social\/80:hover {
  border-color: rgb(240 128 41 / 0.8);
}

.hover\:border-orange-social\/85:hover {
  border-color: rgb(240 128 41 / 0.85);
}

.hover\:border-orange-social\/90:hover {
  border-color: rgb(240 128 41 / 0.9);
}

.hover\:border-orange-social\/95:hover {
  border-color: rgb(240 128 41 / 0.95);
}

.hover\:bg-bleu-lycee:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(95 76 154 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bleu-lycee-soft:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 239 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bleu-lycee-soft\/0:hover {
  background-color: rgb(240 239 245 / 0);
}

.hover\:bg-bleu-lycee-soft\/10:hover {
  background-color: rgb(240 239 245 / 0.1);
}

.hover\:bg-bleu-lycee-soft\/100:hover {
  background-color: rgb(240 239 245 / 1);
}

.hover\:bg-bleu-lycee-soft\/15:hover {
  background-color: rgb(240 239 245 / 0.15);
}

.hover\:bg-bleu-lycee-soft\/20:hover {
  background-color: rgb(240 239 245 / 0.2);
}

.hover\:bg-bleu-lycee-soft\/25:hover {
  background-color: rgb(240 239 245 / 0.25);
}

.hover\:bg-bleu-lycee-soft\/30:hover {
  background-color: rgb(240 239 245 / 0.3);
}

.hover\:bg-bleu-lycee-soft\/35:hover {
  background-color: rgb(240 239 245 / 0.35);
}

.hover\:bg-bleu-lycee-soft\/40:hover {
  background-color: rgb(240 239 245 / 0.4);
}

.hover\:bg-bleu-lycee-soft\/45:hover {
  background-color: rgb(240 239 245 / 0.45);
}

.hover\:bg-bleu-lycee-soft\/5:hover {
  background-color: rgb(240 239 245 / 0.05);
}

.hover\:bg-bleu-lycee-soft\/50:hover {
  background-color: rgb(240 239 245 / 0.5);
}

.hover\:bg-bleu-lycee-soft\/55:hover {
  background-color: rgb(240 239 245 / 0.55);
}

.hover\:bg-bleu-lycee-soft\/60:hover {
  background-color: rgb(240 239 245 / 0.6);
}

.hover\:bg-bleu-lycee-soft\/65:hover {
  background-color: rgb(240 239 245 / 0.65);
}

.hover\:bg-bleu-lycee-soft\/70:hover {
  background-color: rgb(240 239 245 / 0.7);
}

.hover\:bg-bleu-lycee-soft\/75:hover {
  background-color: rgb(240 239 245 / 0.75);
}

.hover\:bg-bleu-lycee-soft\/80:hover {
  background-color: rgb(240 239 245 / 0.8);
}

.hover\:bg-bleu-lycee-soft\/85:hover {
  background-color: rgb(240 239 245 / 0.85);
}

.hover\:bg-bleu-lycee-soft\/90:hover {
  background-color: rgb(240 239 245 / 0.9);
}

.hover\:bg-bleu-lycee-soft\/95:hover {
  background-color: rgb(240 239 245 / 0.95);
}

.hover\:bg-bleu-lycee\/0:hover {
  background-color: rgb(95 76 154 / 0);
}

.hover\:bg-bleu-lycee\/10:hover {
  background-color: rgb(95 76 154 / 0.1);
}

.hover\:bg-bleu-lycee\/100:hover {
  background-color: rgb(95 76 154 / 1);
}

.hover\:bg-bleu-lycee\/15:hover {
  background-color: rgb(95 76 154 / 0.15);
}

.hover\:bg-bleu-lycee\/20:hover {
  background-color: rgb(95 76 154 / 0.2);
}

.hover\:bg-bleu-lycee\/25:hover {
  background-color: rgb(95 76 154 / 0.25);
}

.hover\:bg-bleu-lycee\/30:hover {
  background-color: rgb(95 76 154 / 0.3);
}

.hover\:bg-bleu-lycee\/35:hover {
  background-color: rgb(95 76 154 / 0.35);
}

.hover\:bg-bleu-lycee\/40:hover {
  background-color: rgb(95 76 154 / 0.4);
}

.hover\:bg-bleu-lycee\/45:hover {
  background-color: rgb(95 76 154 / 0.45);
}

.hover\:bg-bleu-lycee\/5:hover {
  background-color: rgb(95 76 154 / 0.05);
}

.hover\:bg-bleu-lycee\/50:hover {
  background-color: rgb(95 76 154 / 0.5);
}

.hover\:bg-bleu-lycee\/55:hover {
  background-color: rgb(95 76 154 / 0.55);
}

.hover\:bg-bleu-lycee\/60:hover {
  background-color: rgb(95 76 154 / 0.6);
}

.hover\:bg-bleu-lycee\/65:hover {
  background-color: rgb(95 76 154 / 0.65);
}

.hover\:bg-bleu-lycee\/70:hover {
  background-color: rgb(95 76 154 / 0.7);
}

.hover\:bg-bleu-lycee\/75:hover {
  background-color: rgb(95 76 154 / 0.75);
}

.hover\:bg-bleu-lycee\/80:hover {
  background-color: rgb(95 76 154 / 0.8);
}

.hover\:bg-bleu-lycee\/85:hover {
  background-color: rgb(95 76 154 / 0.85);
}

.hover\:bg-bleu-lycee\/90:hover {
  background-color: rgb(95 76 154 / 0.9);
}

.hover\:bg-bleu-lycee\/95:hover {
  background-color: rgb(95 76 154 / 0.95);
}

.hover\:bg-bleu-sante:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 184 203 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bleu-sante-soft:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 248 250 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bleu-sante-soft\/0:hover {
  background-color: rgb(236 248 250 / 0);
}

.hover\:bg-bleu-sante-soft\/10:hover {
  background-color: rgb(236 248 250 / 0.1);
}

.hover\:bg-bleu-sante-soft\/100:hover {
  background-color: rgb(236 248 250 / 1);
}

.hover\:bg-bleu-sante-soft\/15:hover {
  background-color: rgb(236 248 250 / 0.15);
}

.hover\:bg-bleu-sante-soft\/20:hover {
  background-color: rgb(236 248 250 / 0.2);
}

.hover\:bg-bleu-sante-soft\/25:hover {
  background-color: rgb(236 248 250 / 0.25);
}

.hover\:bg-bleu-sante-soft\/30:hover {
  background-color: rgb(236 248 250 / 0.3);
}

.hover\:bg-bleu-sante-soft\/35:hover {
  background-color: rgb(236 248 250 / 0.35);
}

.hover\:bg-bleu-sante-soft\/40:hover {
  background-color: rgb(236 248 250 / 0.4);
}

.hover\:bg-bleu-sante-soft\/45:hover {
  background-color: rgb(236 248 250 / 0.45);
}

.hover\:bg-bleu-sante-soft\/5:hover {
  background-color: rgb(236 248 250 / 0.05);
}

.hover\:bg-bleu-sante-soft\/50:hover {
  background-color: rgb(236 248 250 / 0.5);
}

.hover\:bg-bleu-sante-soft\/55:hover {
  background-color: rgb(236 248 250 / 0.55);
}

.hover\:bg-bleu-sante-soft\/60:hover {
  background-color: rgb(236 248 250 / 0.6);
}

.hover\:bg-bleu-sante-soft\/65:hover {
  background-color: rgb(236 248 250 / 0.65);
}

.hover\:bg-bleu-sante-soft\/70:hover {
  background-color: rgb(236 248 250 / 0.7);
}

.hover\:bg-bleu-sante-soft\/75:hover {
  background-color: rgb(236 248 250 / 0.75);
}

.hover\:bg-bleu-sante-soft\/80:hover {
  background-color: rgb(236 248 250 / 0.8);
}

.hover\:bg-bleu-sante-soft\/85:hover {
  background-color: rgb(236 248 250 / 0.85);
}

.hover\:bg-bleu-sante-soft\/90:hover {
  background-color: rgb(236 248 250 / 0.9);
}

.hover\:bg-bleu-sante-soft\/95:hover {
  background-color: rgb(236 248 250 / 0.95);
}

.hover\:bg-bleu-sante\/0:hover {
  background-color: rgb(35 184 203 / 0);
}

.hover\:bg-bleu-sante\/10:hover {
  background-color: rgb(35 184 203 / 0.1);
}

.hover\:bg-bleu-sante\/100:hover {
  background-color: rgb(35 184 203 / 1);
}

.hover\:bg-bleu-sante\/15:hover {
  background-color: rgb(35 184 203 / 0.15);
}

.hover\:bg-bleu-sante\/20:hover {
  background-color: rgb(35 184 203 / 0.2);
}

.hover\:bg-bleu-sante\/25:hover {
  background-color: rgb(35 184 203 / 0.25);
}

.hover\:bg-bleu-sante\/30:hover {
  background-color: rgb(35 184 203 / 0.3);
}

.hover\:bg-bleu-sante\/35:hover {
  background-color: rgb(35 184 203 / 0.35);
}

.hover\:bg-bleu-sante\/40:hover {
  background-color: rgb(35 184 203 / 0.4);
}

.hover\:bg-bleu-sante\/45:hover {
  background-color: rgb(35 184 203 / 0.45);
}

.hover\:bg-bleu-sante\/5:hover {
  background-color: rgb(35 184 203 / 0.05);
}

.hover\:bg-bleu-sante\/50:hover {
  background-color: rgb(35 184 203 / 0.5);
}

.hover\:bg-bleu-sante\/55:hover {
  background-color: rgb(35 184 203 / 0.55);
}

.hover\:bg-bleu-sante\/60:hover {
  background-color: rgb(35 184 203 / 0.6);
}

.hover\:bg-bleu-sante\/65:hover {
  background-color: rgb(35 184 203 / 0.65);
}

.hover\:bg-bleu-sante\/70:hover {
  background-color: rgb(35 184 203 / 0.7);
}

.hover\:bg-bleu-sante\/75:hover {
  background-color: rgb(35 184 203 / 0.75);
}

.hover\:bg-bleu-sante\/80:hover {
  background-color: rgb(35 184 203 / 0.8);
}

.hover\:bg-bleu-sante\/85:hover {
  background-color: rgb(35 184 203 / 0.85);
}

.hover\:bg-bleu-sante\/90:hover {
  background-color: rgb(35 184 203 / 0.9);
}

.hover\:bg-bleu-sante\/95:hover {
  background-color: rgb(35 184 203 / 0.95);
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gris-autre:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 147 147 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gris-autre-soft:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gris-autre-soft\/0:hover {
  background-color: rgb(245 245 245 / 0);
}

.hover\:bg-gris-autre-soft\/10:hover {
  background-color: rgb(245 245 245 / 0.1);
}

.hover\:bg-gris-autre-soft\/100:hover {
  background-color: rgb(245 245 245 / 1);
}

.hover\:bg-gris-autre-soft\/15:hover {
  background-color: rgb(245 245 245 / 0.15);
}

.hover\:bg-gris-autre-soft\/20:hover {
  background-color: rgb(245 245 245 / 0.2);
}

.hover\:bg-gris-autre-soft\/25:hover {
  background-color: rgb(245 245 245 / 0.25);
}

.hover\:bg-gris-autre-soft\/30:hover {
  background-color: rgb(245 245 245 / 0.3);
}

.hover\:bg-gris-autre-soft\/35:hover {
  background-color: rgb(245 245 245 / 0.35);
}

.hover\:bg-gris-autre-soft\/40:hover {
  background-color: rgb(245 245 245 / 0.4);
}

.hover\:bg-gris-autre-soft\/45:hover {
  background-color: rgb(245 245 245 / 0.45);
}

.hover\:bg-gris-autre-soft\/5:hover {
  background-color: rgb(245 245 245 / 0.05);
}

.hover\:bg-gris-autre-soft\/50:hover {
  background-color: rgb(245 245 245 / 0.5);
}

.hover\:bg-gris-autre-soft\/55:hover {
  background-color: rgb(245 245 245 / 0.55);
}

.hover\:bg-gris-autre-soft\/60:hover {
  background-color: rgb(245 245 245 / 0.6);
}

.hover\:bg-gris-autre-soft\/65:hover {
  background-color: rgb(245 245 245 / 0.65);
}

.hover\:bg-gris-autre-soft\/70:hover {
  background-color: rgb(245 245 245 / 0.7);
}

.hover\:bg-gris-autre-soft\/75:hover {
  background-color: rgb(245 245 245 / 0.75);
}

.hover\:bg-gris-autre-soft\/80:hover {
  background-color: rgb(245 245 245 / 0.8);
}

.hover\:bg-gris-autre-soft\/85:hover {
  background-color: rgb(245 245 245 / 0.85);
}

.hover\:bg-gris-autre-soft\/90:hover {
  background-color: rgb(245 245 245 / 0.9);
}

.hover\:bg-gris-autre-soft\/95:hover {
  background-color: rgb(245 245 245 / 0.95);
}

.hover\:bg-gris-autre\/0:hover {
  background-color: rgb(147 147 147 / 0);
}

.hover\:bg-gris-autre\/10:hover {
  background-color: rgb(147 147 147 / 0.1);
}

.hover\:bg-gris-autre\/100:hover {
  background-color: rgb(147 147 147 / 1);
}

.hover\:bg-gris-autre\/15:hover {
  background-color: rgb(147 147 147 / 0.15);
}

.hover\:bg-gris-autre\/20:hover {
  background-color: rgb(147 147 147 / 0.2);
}

.hover\:bg-gris-autre\/25:hover {
  background-color: rgb(147 147 147 / 0.25);
}

.hover\:bg-gris-autre\/30:hover {
  background-color: rgb(147 147 147 / 0.3);
}

.hover\:bg-gris-autre\/35:hover {
  background-color: rgb(147 147 147 / 0.35);
}

.hover\:bg-gris-autre\/40:hover {
  background-color: rgb(147 147 147 / 0.4);
}

.hover\:bg-gris-autre\/45:hover {
  background-color: rgb(147 147 147 / 0.45);
}

.hover\:bg-gris-autre\/5:hover {
  background-color: rgb(147 147 147 / 0.05);
}

.hover\:bg-gris-autre\/50:hover {
  background-color: rgb(147 147 147 / 0.5);
}

.hover\:bg-gris-autre\/55:hover {
  background-color: rgb(147 147 147 / 0.55);
}

.hover\:bg-gris-autre\/60:hover {
  background-color: rgb(147 147 147 / 0.6);
}

.hover\:bg-gris-autre\/65:hover {
  background-color: rgb(147 147 147 / 0.65);
}

.hover\:bg-gris-autre\/70:hover {
  background-color: rgb(147 147 147 / 0.7);
}

.hover\:bg-gris-autre\/75:hover {
  background-color: rgb(147 147 147 / 0.75);
}

.hover\:bg-gris-autre\/80:hover {
  background-color: rgb(147 147 147 / 0.8);
}

.hover\:bg-gris-autre\/85:hover {
  background-color: rgb(147 147 147 / 0.85);
}

.hover\:bg-gris-autre\/90:hover {
  background-color: rgb(147 147 147 / 0.9);
}

.hover\:bg-gris-autre\/95:hover {
  background-color: rgb(147 147 147 / 0.95);
}

.hover\:bg-orange-social:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 128 41 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-social-soft:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 234 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-social-soft\/0:hover {
  background-color: rgb(253 242 234 / 0);
}

.hover\:bg-orange-social-soft\/10:hover {
  background-color: rgb(253 242 234 / 0.1);
}

.hover\:bg-orange-social-soft\/100:hover {
  background-color: rgb(253 242 234 / 1);
}

.hover\:bg-orange-social-soft\/15:hover {
  background-color: rgb(253 242 234 / 0.15);
}

.hover\:bg-orange-social-soft\/20:hover {
  background-color: rgb(253 242 234 / 0.2);
}

.hover\:bg-orange-social-soft\/25:hover {
  background-color: rgb(253 242 234 / 0.25);
}

.hover\:bg-orange-social-soft\/30:hover {
  background-color: rgb(253 242 234 / 0.3);
}

.hover\:bg-orange-social-soft\/35:hover {
  background-color: rgb(253 242 234 / 0.35);
}

.hover\:bg-orange-social-soft\/40:hover {
  background-color: rgb(253 242 234 / 0.4);
}

.hover\:bg-orange-social-soft\/45:hover {
  background-color: rgb(253 242 234 / 0.45);
}

.hover\:bg-orange-social-soft\/5:hover {
  background-color: rgb(253 242 234 / 0.05);
}

.hover\:bg-orange-social-soft\/50:hover {
  background-color: rgb(253 242 234 / 0.5);
}

.hover\:bg-orange-social-soft\/55:hover {
  background-color: rgb(253 242 234 / 0.55);
}

.hover\:bg-orange-social-soft\/60:hover {
  background-color: rgb(253 242 234 / 0.6);
}

.hover\:bg-orange-social-soft\/65:hover {
  background-color: rgb(253 242 234 / 0.65);
}

.hover\:bg-orange-social-soft\/70:hover {
  background-color: rgb(253 242 234 / 0.7);
}

.hover\:bg-orange-social-soft\/75:hover {
  background-color: rgb(253 242 234 / 0.75);
}

.hover\:bg-orange-social-soft\/80:hover {
  background-color: rgb(253 242 234 / 0.8);
}

.hover\:bg-orange-social-soft\/85:hover {
  background-color: rgb(253 242 234 / 0.85);
}

.hover\:bg-orange-social-soft\/90:hover {
  background-color: rgb(253 242 234 / 0.9);
}

.hover\:bg-orange-social-soft\/95:hover {
  background-color: rgb(253 242 234 / 0.95);
}

.hover\:bg-orange-social\/0:hover {
  background-color: rgb(240 128 41 / 0);
}

.hover\:bg-orange-social\/10:hover {
  background-color: rgb(240 128 41 / 0.1);
}

.hover\:bg-orange-social\/100:hover {
  background-color: rgb(240 128 41 / 1);
}

.hover\:bg-orange-social\/15:hover {
  background-color: rgb(240 128 41 / 0.15);
}

.hover\:bg-orange-social\/20:hover {
  background-color: rgb(240 128 41 / 0.2);
}

.hover\:bg-orange-social\/25:hover {
  background-color: rgb(240 128 41 / 0.25);
}

.hover\:bg-orange-social\/30:hover {
  background-color: rgb(240 128 41 / 0.3);
}

.hover\:bg-orange-social\/35:hover {
  background-color: rgb(240 128 41 / 0.35);
}

.hover\:bg-orange-social\/40:hover {
  background-color: rgb(240 128 41 / 0.4);
}

.hover\:bg-orange-social\/45:hover {
  background-color: rgb(240 128 41 / 0.45);
}

.hover\:bg-orange-social\/5:hover {
  background-color: rgb(240 128 41 / 0.05);
}

.hover\:bg-orange-social\/50:hover {
  background-color: rgb(240 128 41 / 0.5);
}

.hover\:bg-orange-social\/55:hover {
  background-color: rgb(240 128 41 / 0.55);
}

.hover\:bg-orange-social\/60:hover {
  background-color: rgb(240 128 41 / 0.6);
}

.hover\:bg-orange-social\/65:hover {
  background-color: rgb(240 128 41 / 0.65);
}

.hover\:bg-orange-social\/70:hover {
  background-color: rgb(240 128 41 / 0.7);
}

.hover\:bg-orange-social\/75:hover {
  background-color: rgb(240 128 41 / 0.75);
}

.hover\:bg-orange-social\/80:hover {
  background-color: rgb(240 128 41 / 0.8);
}

.hover\:bg-orange-social\/85:hover {
  background-color: rgb(240 128 41 / 0.85);
}

.hover\:bg-orange-social\/90:hover {
  background-color: rgb(240 128 41 / 0.9);
}

.hover\:bg-orange-social\/95:hover {
  background-color: rgb(240 128 41 / 0.95);
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:\!text-bleu-lycee:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(95 76 154 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-bleu-sante:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(35 184 203 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-gris-autre:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(147 147 147 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-orange-social:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(240 128 41 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-bleu-donbosco:hover {
  --tw-text-opacity: 1;
  color: rgb(32 52 98 / var(--tw-text-opacity, 1));
}

.hover\:text-bleu-lycee:hover {
  --tw-text-opacity: 1;
  color: rgb(95 76 154 / var(--tw-text-opacity, 1));
}

.hover\:text-bleu-lycee-soft:hover {
  --tw-text-opacity: 1;
  color: rgb(240 239 245 / var(--tw-text-opacity, 1));
}

.hover\:text-bleu-lycee-soft\/0:hover {
  color: rgb(240 239 245 / 0);
}

.hover\:text-bleu-lycee-soft\/10:hover {
  color: rgb(240 239 245 / 0.1);
}

.hover\:text-bleu-lycee-soft\/100:hover {
  color: rgb(240 239 245 / 1);
}

.hover\:text-bleu-lycee-soft\/15:hover {
  color: rgb(240 239 245 / 0.15);
}

.hover\:text-bleu-lycee-soft\/20:hover {
  color: rgb(240 239 245 / 0.2);
}

.hover\:text-bleu-lycee-soft\/25:hover {
  color: rgb(240 239 245 / 0.25);
}

.hover\:text-bleu-lycee-soft\/30:hover {
  color: rgb(240 239 245 / 0.3);
}

.hover\:text-bleu-lycee-soft\/35:hover {
  color: rgb(240 239 245 / 0.35);
}

.hover\:text-bleu-lycee-soft\/40:hover {
  color: rgb(240 239 245 / 0.4);
}

.hover\:text-bleu-lycee-soft\/45:hover {
  color: rgb(240 239 245 / 0.45);
}

.hover\:text-bleu-lycee-soft\/5:hover {
  color: rgb(240 239 245 / 0.05);
}

.hover\:text-bleu-lycee-soft\/50:hover {
  color: rgb(240 239 245 / 0.5);
}

.hover\:text-bleu-lycee-soft\/55:hover {
  color: rgb(240 239 245 / 0.55);
}

.hover\:text-bleu-lycee-soft\/60:hover {
  color: rgb(240 239 245 / 0.6);
}

.hover\:text-bleu-lycee-soft\/65:hover {
  color: rgb(240 239 245 / 0.65);
}

.hover\:text-bleu-lycee-soft\/70:hover {
  color: rgb(240 239 245 / 0.7);
}

.hover\:text-bleu-lycee-soft\/75:hover {
  color: rgb(240 239 245 / 0.75);
}

.hover\:text-bleu-lycee-soft\/80:hover {
  color: rgb(240 239 245 / 0.8);
}

.hover\:text-bleu-lycee-soft\/85:hover {
  color: rgb(240 239 245 / 0.85);
}

.hover\:text-bleu-lycee-soft\/90:hover {
  color: rgb(240 239 245 / 0.9);
}

.hover\:text-bleu-lycee-soft\/95:hover {
  color: rgb(240 239 245 / 0.95);
}

.hover\:text-bleu-lycee\/0:hover {
  color: rgb(95 76 154 / 0);
}

.hover\:text-bleu-lycee\/10:hover {
  color: rgb(95 76 154 / 0.1);
}

.hover\:text-bleu-lycee\/100:hover {
  color: rgb(95 76 154 / 1);
}

.hover\:text-bleu-lycee\/15:hover {
  color: rgb(95 76 154 / 0.15);
}

.hover\:text-bleu-lycee\/20:hover {
  color: rgb(95 76 154 / 0.2);
}

.hover\:text-bleu-lycee\/25:hover {
  color: rgb(95 76 154 / 0.25);
}

.hover\:text-bleu-lycee\/30:hover {
  color: rgb(95 76 154 / 0.3);
}

.hover\:text-bleu-lycee\/35:hover {
  color: rgb(95 76 154 / 0.35);
}

.hover\:text-bleu-lycee\/40:hover {
  color: rgb(95 76 154 / 0.4);
}

.hover\:text-bleu-lycee\/45:hover {
  color: rgb(95 76 154 / 0.45);
}

.hover\:text-bleu-lycee\/5:hover {
  color: rgb(95 76 154 / 0.05);
}

.hover\:text-bleu-lycee\/50:hover {
  color: rgb(95 76 154 / 0.5);
}

.hover\:text-bleu-lycee\/55:hover {
  color: rgb(95 76 154 / 0.55);
}

.hover\:text-bleu-lycee\/60:hover {
  color: rgb(95 76 154 / 0.6);
}

.hover\:text-bleu-lycee\/65:hover {
  color: rgb(95 76 154 / 0.65);
}

.hover\:text-bleu-lycee\/70:hover {
  color: rgb(95 76 154 / 0.7);
}

.hover\:text-bleu-lycee\/75:hover {
  color: rgb(95 76 154 / 0.75);
}

.hover\:text-bleu-lycee\/80:hover {
  color: rgb(95 76 154 / 0.8);
}

.hover\:text-bleu-lycee\/85:hover {
  color: rgb(95 76 154 / 0.85);
}

.hover\:text-bleu-lycee\/90:hover {
  color: rgb(95 76 154 / 0.9);
}

.hover\:text-bleu-lycee\/95:hover {
  color: rgb(95 76 154 / 0.95);
}

.hover\:text-bleu-sante:hover {
  --tw-text-opacity: 1;
  color: rgb(35 184 203 / var(--tw-text-opacity, 1));
}

.hover\:text-bleu-sante-soft:hover {
  --tw-text-opacity: 1;
  color: rgb(236 248 250 / var(--tw-text-opacity, 1));
}

.hover\:text-bleu-sante-soft\/0:hover {
  color: rgb(236 248 250 / 0);
}

.hover\:text-bleu-sante-soft\/10:hover {
  color: rgb(236 248 250 / 0.1);
}

.hover\:text-bleu-sante-soft\/100:hover {
  color: rgb(236 248 250 / 1);
}

.hover\:text-bleu-sante-soft\/15:hover {
  color: rgb(236 248 250 / 0.15);
}

.hover\:text-bleu-sante-soft\/20:hover {
  color: rgb(236 248 250 / 0.2);
}

.hover\:text-bleu-sante-soft\/25:hover {
  color: rgb(236 248 250 / 0.25);
}

.hover\:text-bleu-sante-soft\/30:hover {
  color: rgb(236 248 250 / 0.3);
}

.hover\:text-bleu-sante-soft\/35:hover {
  color: rgb(236 248 250 / 0.35);
}

.hover\:text-bleu-sante-soft\/40:hover {
  color: rgb(236 248 250 / 0.4);
}

.hover\:text-bleu-sante-soft\/45:hover {
  color: rgb(236 248 250 / 0.45);
}

.hover\:text-bleu-sante-soft\/5:hover {
  color: rgb(236 248 250 / 0.05);
}

.hover\:text-bleu-sante-soft\/50:hover {
  color: rgb(236 248 250 / 0.5);
}

.hover\:text-bleu-sante-soft\/55:hover {
  color: rgb(236 248 250 / 0.55);
}

.hover\:text-bleu-sante-soft\/60:hover {
  color: rgb(236 248 250 / 0.6);
}

.hover\:text-bleu-sante-soft\/65:hover {
  color: rgb(236 248 250 / 0.65);
}

.hover\:text-bleu-sante-soft\/70:hover {
  color: rgb(236 248 250 / 0.7);
}

.hover\:text-bleu-sante-soft\/75:hover {
  color: rgb(236 248 250 / 0.75);
}

.hover\:text-bleu-sante-soft\/80:hover {
  color: rgb(236 248 250 / 0.8);
}

.hover\:text-bleu-sante-soft\/85:hover {
  color: rgb(236 248 250 / 0.85);
}

.hover\:text-bleu-sante-soft\/90:hover {
  color: rgb(236 248 250 / 0.9);
}

.hover\:text-bleu-sante-soft\/95:hover {
  color: rgb(236 248 250 / 0.95);
}

.hover\:text-bleu-sante\/0:hover {
  color: rgb(35 184 203 / 0);
}

.hover\:text-bleu-sante\/10:hover {
  color: rgb(35 184 203 / 0.1);
}

.hover\:text-bleu-sante\/100:hover {
  color: rgb(35 184 203 / 1);
}

.hover\:text-bleu-sante\/15:hover {
  color: rgb(35 184 203 / 0.15);
}

.hover\:text-bleu-sante\/20:hover {
  color: rgb(35 184 203 / 0.2);
}

.hover\:text-bleu-sante\/25:hover {
  color: rgb(35 184 203 / 0.25);
}

.hover\:text-bleu-sante\/30:hover {
  color: rgb(35 184 203 / 0.3);
}

.hover\:text-bleu-sante\/35:hover {
  color: rgb(35 184 203 / 0.35);
}

.hover\:text-bleu-sante\/40:hover {
  color: rgb(35 184 203 / 0.4);
}

.hover\:text-bleu-sante\/45:hover {
  color: rgb(35 184 203 / 0.45);
}

.hover\:text-bleu-sante\/5:hover {
  color: rgb(35 184 203 / 0.05);
}

.hover\:text-bleu-sante\/50:hover {
  color: rgb(35 184 203 / 0.5);
}

.hover\:text-bleu-sante\/55:hover {
  color: rgb(35 184 203 / 0.55);
}

.hover\:text-bleu-sante\/60:hover {
  color: rgb(35 184 203 / 0.6);
}

.hover\:text-bleu-sante\/65:hover {
  color: rgb(35 184 203 / 0.65);
}

.hover\:text-bleu-sante\/70:hover {
  color: rgb(35 184 203 / 0.7);
}

.hover\:text-bleu-sante\/75:hover {
  color: rgb(35 184 203 / 0.75);
}

.hover\:text-bleu-sante\/80:hover {
  color: rgb(35 184 203 / 0.8);
}

.hover\:text-bleu-sante\/85:hover {
  color: rgb(35 184 203 / 0.85);
}

.hover\:text-bleu-sante\/90:hover {
  color: rgb(35 184 203 / 0.9);
}

.hover\:text-bleu-sante\/95:hover {
  color: rgb(35 184 203 / 0.95);
}

.hover\:text-grey:hover {
  --tw-text-opacity: 1;
  color: rgb(143 153 177 / var(--tw-text-opacity, 1));
}

.hover\:text-gris-autre:hover {
  --tw-text-opacity: 1;
  color: rgb(147 147 147 / var(--tw-text-opacity, 1));
}

.hover\:text-gris-autre-soft:hover {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.hover\:text-gris-autre-soft\/0:hover {
  color: rgb(245 245 245 / 0);
}

.hover\:text-gris-autre-soft\/10:hover {
  color: rgb(245 245 245 / 0.1);
}

.hover\:text-gris-autre-soft\/100:hover {
  color: rgb(245 245 245 / 1);
}

.hover\:text-gris-autre-soft\/15:hover {
  color: rgb(245 245 245 / 0.15);
}

.hover\:text-gris-autre-soft\/20:hover {
  color: rgb(245 245 245 / 0.2);
}

.hover\:text-gris-autre-soft\/25:hover {
  color: rgb(245 245 245 / 0.25);
}

.hover\:text-gris-autre-soft\/30:hover {
  color: rgb(245 245 245 / 0.3);
}

.hover\:text-gris-autre-soft\/35:hover {
  color: rgb(245 245 245 / 0.35);
}

.hover\:text-gris-autre-soft\/40:hover {
  color: rgb(245 245 245 / 0.4);
}

.hover\:text-gris-autre-soft\/45:hover {
  color: rgb(245 245 245 / 0.45);
}

.hover\:text-gris-autre-soft\/5:hover {
  color: rgb(245 245 245 / 0.05);
}

.hover\:text-gris-autre-soft\/50:hover {
  color: rgb(245 245 245 / 0.5);
}

.hover\:text-gris-autre-soft\/55:hover {
  color: rgb(245 245 245 / 0.55);
}

.hover\:text-gris-autre-soft\/60:hover {
  color: rgb(245 245 245 / 0.6);
}

.hover\:text-gris-autre-soft\/65:hover {
  color: rgb(245 245 245 / 0.65);
}

.hover\:text-gris-autre-soft\/70:hover {
  color: rgb(245 245 245 / 0.7);
}

.hover\:text-gris-autre-soft\/75:hover {
  color: rgb(245 245 245 / 0.75);
}

.hover\:text-gris-autre-soft\/80:hover {
  color: rgb(245 245 245 / 0.8);
}

.hover\:text-gris-autre-soft\/85:hover {
  color: rgb(245 245 245 / 0.85);
}

.hover\:text-gris-autre-soft\/90:hover {
  color: rgb(245 245 245 / 0.9);
}

.hover\:text-gris-autre-soft\/95:hover {
  color: rgb(245 245 245 / 0.95);
}

.hover\:text-gris-autre\/0:hover {
  color: rgb(147 147 147 / 0);
}

.hover\:text-gris-autre\/10:hover {
  color: rgb(147 147 147 / 0.1);
}

.hover\:text-gris-autre\/100:hover {
  color: rgb(147 147 147 / 1);
}

.hover\:text-gris-autre\/15:hover {
  color: rgb(147 147 147 / 0.15);
}

.hover\:text-gris-autre\/20:hover {
  color: rgb(147 147 147 / 0.2);
}

.hover\:text-gris-autre\/25:hover {
  color: rgb(147 147 147 / 0.25);
}

.hover\:text-gris-autre\/30:hover {
  color: rgb(147 147 147 / 0.3);
}

.hover\:text-gris-autre\/35:hover {
  color: rgb(147 147 147 / 0.35);
}

.hover\:text-gris-autre\/40:hover {
  color: rgb(147 147 147 / 0.4);
}

.hover\:text-gris-autre\/45:hover {
  color: rgb(147 147 147 / 0.45);
}

.hover\:text-gris-autre\/5:hover {
  color: rgb(147 147 147 / 0.05);
}

.hover\:text-gris-autre\/50:hover {
  color: rgb(147 147 147 / 0.5);
}

.hover\:text-gris-autre\/55:hover {
  color: rgb(147 147 147 / 0.55);
}

.hover\:text-gris-autre\/60:hover {
  color: rgb(147 147 147 / 0.6);
}

.hover\:text-gris-autre\/65:hover {
  color: rgb(147 147 147 / 0.65);
}

.hover\:text-gris-autre\/70:hover {
  color: rgb(147 147 147 / 0.7);
}

.hover\:text-gris-autre\/75:hover {
  color: rgb(147 147 147 / 0.75);
}

.hover\:text-gris-autre\/80:hover {
  color: rgb(147 147 147 / 0.8);
}

.hover\:text-gris-autre\/85:hover {
  color: rgb(147 147 147 / 0.85);
}

.hover\:text-gris-autre\/90:hover {
  color: rgb(147 147 147 / 0.9);
}

.hover\:text-gris-autre\/95:hover {
  color: rgb(147 147 147 / 0.95);
}

.hover\:text-orange-social:hover {
  --tw-text-opacity: 1;
  color: rgb(240 128 41 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-social-soft:hover {
  --tw-text-opacity: 1;
  color: rgb(253 242 234 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-social-soft\/0:hover {
  color: rgb(253 242 234 / 0);
}

.hover\:text-orange-social-soft\/10:hover {
  color: rgb(253 242 234 / 0.1);
}

.hover\:text-orange-social-soft\/100:hover {
  color: rgb(253 242 234 / 1);
}

.hover\:text-orange-social-soft\/15:hover {
  color: rgb(253 242 234 / 0.15);
}

.hover\:text-orange-social-soft\/20:hover {
  color: rgb(253 242 234 / 0.2);
}

.hover\:text-orange-social-soft\/25:hover {
  color: rgb(253 242 234 / 0.25);
}

.hover\:text-orange-social-soft\/30:hover {
  color: rgb(253 242 234 / 0.3);
}

.hover\:text-orange-social-soft\/35:hover {
  color: rgb(253 242 234 / 0.35);
}

.hover\:text-orange-social-soft\/40:hover {
  color: rgb(253 242 234 / 0.4);
}

.hover\:text-orange-social-soft\/45:hover {
  color: rgb(253 242 234 / 0.45);
}

.hover\:text-orange-social-soft\/5:hover {
  color: rgb(253 242 234 / 0.05);
}

.hover\:text-orange-social-soft\/50:hover {
  color: rgb(253 242 234 / 0.5);
}

.hover\:text-orange-social-soft\/55:hover {
  color: rgb(253 242 234 / 0.55);
}

.hover\:text-orange-social-soft\/60:hover {
  color: rgb(253 242 234 / 0.6);
}

.hover\:text-orange-social-soft\/65:hover {
  color: rgb(253 242 234 / 0.65);
}

.hover\:text-orange-social-soft\/70:hover {
  color: rgb(253 242 234 / 0.7);
}

.hover\:text-orange-social-soft\/75:hover {
  color: rgb(253 242 234 / 0.75);
}

.hover\:text-orange-social-soft\/80:hover {
  color: rgb(253 242 234 / 0.8);
}

.hover\:text-orange-social-soft\/85:hover {
  color: rgb(253 242 234 / 0.85);
}

.hover\:text-orange-social-soft\/90:hover {
  color: rgb(253 242 234 / 0.9);
}

.hover\:text-orange-social-soft\/95:hover {
  color: rgb(253 242 234 / 0.95);
}

.hover\:text-orange-social\/0:hover {
  color: rgb(240 128 41 / 0);
}

.hover\:text-orange-social\/10:hover {
  color: rgb(240 128 41 / 0.1);
}

.hover\:text-orange-social\/100:hover {
  color: rgb(240 128 41 / 1);
}

.hover\:text-orange-social\/15:hover {
  color: rgb(240 128 41 / 0.15);
}

.hover\:text-orange-social\/20:hover {
  color: rgb(240 128 41 / 0.2);
}

.hover\:text-orange-social\/25:hover {
  color: rgb(240 128 41 / 0.25);
}

.hover\:text-orange-social\/30:hover {
  color: rgb(240 128 41 / 0.3);
}

.hover\:text-orange-social\/35:hover {
  color: rgb(240 128 41 / 0.35);
}

.hover\:text-orange-social\/40:hover {
  color: rgb(240 128 41 / 0.4);
}

.hover\:text-orange-social\/45:hover {
  color: rgb(240 128 41 / 0.45);
}

.hover\:text-orange-social\/5:hover {
  color: rgb(240 128 41 / 0.05);
}

.hover\:text-orange-social\/50:hover {
  color: rgb(240 128 41 / 0.5);
}

.hover\:text-orange-social\/55:hover {
  color: rgb(240 128 41 / 0.55);
}

.hover\:text-orange-social\/60:hover {
  color: rgb(240 128 41 / 0.6);
}

.hover\:text-orange-social\/65:hover {
  color: rgb(240 128 41 / 0.65);
}

.hover\:text-orange-social\/70:hover {
  color: rgb(240 128 41 / 0.7);
}

.hover\:text-orange-social\/75:hover {
  color: rgb(240 128 41 / 0.75);
}

.hover\:text-orange-social\/80:hover {
  color: rgb(240 128 41 / 0.8);
}

.hover\:text-orange-social\/85:hover {
  color: rgb(240 128 41 / 0.85);
}

.hover\:text-orange-social\/90:hover {
  color: rgb(240 128 41 / 0.9);
}

.hover\:text-orange-social\/95:hover {
  color: rgb(240 128 41 / 0.95);
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

@media not all and (min-width: 1024px) {
  .max-lg\:\!bg-none {
    background-image: none !important;
  }
}

@media (min-width: 640px) {
  .sm\:w-\[calc\(50\%-1\.5rem\)\] {
    width: calc(50% - 1.5rem);
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:block {
    display: block;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-\[calc\(50\%-2rem\)\] {
    width: calc(50% - 2rem);
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:pt-0 {
    padding-top: 0px;
  }
}

@media (min-width: 1024px) {
  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-\[calc\(25\%-1\.5rem\)\] {
    width: calc(25% - 1.5rem);
  }

  .lg\:w-\[calc\(33\.33\%-2rem\)\] {
    width: calc(33.33% - 2rem);
  }

  .lg\:w-\[calc\(50\%-1\.5rem\)\] {
    width: calc(50% - 1.5rem);
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:via-white\/5 {
    --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:bg-\[position\:center\2c center\] {
    background-position: center,center;
  }

  .lg\:bg-\[position\:left_center\2c right_center\] {
    background-position: left center,right center;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

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

@media (min-width: 1280px) {
  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:-mt-28 {
    margin-top: -7rem;
  }

  .xl\:mt-48 {
    margin-top: 12rem;
  }

  .xl\:mt-\[0px\] {
    margin-top: 0px;
  }

  .xl\:mt-\[154px\] {
    margin-top: 154px;
  }

  .xl\:mt-\[170px\] {
    margin-top: 170px;
  }

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

  .xl\:max-h-40 {
    max-height: 10rem;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-2\/12 {
    width: 16.666667%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

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

  .xl\:text-\[1\.15rem\] {
    font-size: 1.15rem;
  }

  .xl\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .xl\:text-\[1\.875rem\] {
    font-size: 1.875rem;
  }

  .xl\:text-\[2\.25rem\] {
    font-size: 2.25rem;
  }

  .xl\:text-\[2\.8125rem\] {
    font-size: 2.8125rem;
  }

  .xl\:text-\[3\.75rem\] {
    font-size: 3.75rem;
  }

  .xl\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.\[\&\>a\]\:mb-5>a {
  margin-bottom: 1.25rem;
}

.\[\&\>a\]\:mr-4>a {
  margin-right: 1rem;
}

.\[\&\>a\]\:inline-block>a {
  display: inline-block;
}

.\[\&\>a\]\:rounded-br-3xl>a {
  border-bottom-right-radius: 1.5rem;
}

.\[\&\>a\]\:bg-bleu-donbosco>a {
  --tw-bg-opacity: 1;
  background-color: rgb(32 52 98 / var(--tw-bg-opacity, 1));
}

.\[\&\>a\]\:px-5>a {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.\[\&\>a\]\:py-3>a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&\>a\]\:font-bold>a {
  font-weight: 700;
}

.\[\&\>a\]\:uppercase>a {
  text-transform: uppercase;
}

.\[\&\>div\]\:mb-4>div {
  margin-bottom: 1rem;
}

.\[\&\>div\]\:mr-4>div {
  margin-right: 1rem;
}

.\[\&\>div\]\:inline-block>div {
  display: inline-block;
}

.\[\&\>div\]\:rounded-br-3xl>div {
  border-bottom-right-radius: 1.5rem;
}

.\[\&\>div\]\:px-4>div {
  padding-left: 1rem;
  padding-right: 1rem;
}

.\[\&\>div\]\:py-2>div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.\[\&\>h3\]\:mb-4>h3 {
  margin-bottom: 1rem;
}

.\[\&\>h3\]\:inline-block>h3 {
  display: inline-block;
}

.\[\&\>h3\]\:font-bold>h3 {
  font-weight: 700;
}

.\[\&\>h3\]\:uppercase>h3 {
  text-transform: uppercase;
}

.\[\&\>svg\]\:mr-2>svg {
  margin-right: 0.5rem;
}

.\[\&\>svg\]\:inline-block>svg {
  display: inline-block;
}

.\[\&\>svg\]\:inline>svg {
  display: inline;
}

.\[\&_a\]\:inline-block a {
  display: inline-block;
}

.\[\&_a\]\:rounded-br-2xl a {
  border-bottom-right-radius: 1rem;
}

.\[\&_a\]\:border-2 a {
  border-width: 2px;
}

.\[\&_a\]\:border-transparent a {
  border-color: transparent;
}

.\[\&_a\]\:bg-bleu-donbosco a {
  --tw-bg-opacity: 1;
  background-color: rgb(32 52 98 / var(--tw-bg-opacity, 1));
}

.\[\&_a\]\:px-5 a {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.\[\&_a\]\:py-2 a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.\[\&_a\]\:font-bold a {
  font-weight: 700;
}

.\[\&_a\]\:uppercase a {
  text-transform: uppercase;
}

.\[\&_a\]\:text-white a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:transition-all a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&_a\]\:duration-300 a {
  transition-duration: 300ms;
}

.hover\:\[\&_a\]\:border-bleu-donbosco a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(32 52 98 / var(--tw-border-opacity, 1));
}

.hover\:\[\&_a\]\:bg-white a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:\[\&_a\]\:text-bleu-donbosco a:hover {
  --tw-text-opacity: 1;
  color: rgb(32 52 98 / var(--tw-text-opacity, 1));
}

.hover\:\[\&_a\]\:\!underline a:hover {
  text-decoration-line: underline !important;
}