/*
Theme Name: Portfolio 2025 |v4.9
Theme URI: //
Author: Marion MURA
Author URI: //
Description: Le thème développé pour mon portfolio 2025 - maj 16h20 09-08-25
Version: 4.9
Tags: portfolio v4.9
*/

/*
! tailwindcss v3.4.1 | 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: currentColor;
  /* 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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}

*, ::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:  ;
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.left-\[-100px\] {
  left: -100px;
}

.left-\[180px\] {
  left: 180px;
}

.left-\[20\%\] {
  left: 20%;
}

.left-\[200px\] {
  left: 200px;
}

.left-\[25\%\] {
  left: 25%;
}

.left-\[300px\] {
  left: 300px;
}

.left-\[70px\] {
  left: 70px;
}

.right-0 {
  right: 0px;
}

.right-\[150px\] {
  right: 150px;
}

.right-\[450px\] {
  right: 450px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-\[1100px\] {
  top: 1100px;
}

.top-\[2650px\] {
  top: 2650px;
}

.top-\[2850px\] {
  top: 2850px;
}

.top-\[3050px\] {
  top: 3050px;
}

.top-\[320px\] {
  top: 320px;
}

.top-\[3250px\] {
  top: 3250px;
}

.top-\[500px\] {
  top: 500px;
}

.top-\[50px\] {
  top: 50px;
}

.top-\[550px\] {
  top: 550px;
}

.top-\[700px\] {
  top: 700px;
}

.top-\[800px\] {
  top: 800px;
}

.top-\[1000px\] {
  top: 1000px;
}

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-\[0rem\] {
  margin-left: 0rem;
  margin-right: 0rem;
}

.mx-\[10rem\] {
  margin-left: 10rem;
  margin-right: 10rem;
}

.mx-\[12rem\] {
  margin-left: 12rem;
  margin-right: 12rem;
}

.mx-\[12vw\] {
  margin-left: 12vw;
  margin-right: 12vw;
}

.mx-\[16rem\] {
  margin-left: 16rem;
  margin-right: 16rem;
}

.mx-\[16vw\] {
  margin-left: 16vw;
  margin-right: 16vw;
}

.mx-\[1rem\] {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-\[2rem\] {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-\[4rem\] {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-\[8rem\] {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-\[2rem\] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-\[4rem\] {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-\[1rem\] {
  margin-bottom: 1rem;
}

.mb-\[2rem\] {
  margin-bottom: 2rem;
}

.mb-\[4rem\] {
  margin-bottom: 4rem;
}

.mb-\[6rem\] {
  margin-bottom: 6rem;
}

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

.mr-\[4rem\] {
  margin-right: 4rem;
}

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[5rem\] {
  height: 5rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

.w-\[25rem\] {
  width: 25rem;
}

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

.auto-cols-\[minmax\(0\2c _2fr\)\] {
  grid-auto-columns: minmax(0, 2fr);
}

.grid-flow-row {
  grid-auto-flow: row;
}

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

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

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

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

.grid-cols-\[1fr_2fr\] {
  grid-template-columns: 1fr 2fr;
}

.grid-cols-\[2fr_1fr\] {
  grid-template-columns: 2fr 1fr;
}

.grid-cols-\[2fr_2fr\] {
  grid-template-columns: 2fr 2fr;
}

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

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

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

.justify-end {
  justify-content: flex-end;
}

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

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

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

.gap-0 {
  gap: 0px;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[2px\] {
  gap: 2px;
}

.gap-\[2rem\] {
  gap: 2rem;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[5rem\] {
  gap: 5rem;
}

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

.justify-self-start {
  justify-self: start;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

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

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.border {
  border-width: 1px;
}

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

.bg-\[\#171C30\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 28 48 / var(--tw-bg-opacity));
}

.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-gris {
  --tw-bg-opacity: 1;
  background-color: rgb(23 28 48 / var(--tw-bg-opacity));
}

.bg-violet {
  --tw-bg-opacity: 1;
  background-color: rgb(94 4 229 / var(--tw-bg-opacity));
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-\[12rem\] {
  padding-left: 12rem;
  padding-right: 12rem;
}

.px-\[16vw\] {
  padding-left: 16vw;
  padding-right: 16vw;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-\[1rem\] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-\[4rem\] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[10rem\] {
  padding-bottom: 10rem;
}

.pb-\[2rem\] {
  padding-bottom: 2rem;
}

.pb-\[4rem\] {
  padding-bottom: 4rem;
}

.pb-\[6rem\] {
  padding-bottom: 6rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-\[0rem\] {
  padding-top: 0rem;
}

.pt-\[10px\] {
  padding-top: 10px;
}

.pt-\[150px\] {
  padding-top: 150px;
}

.pt-\[1rem\] {
  padding-top: 1rem;
}

.pt-\[200px\] {
  padding-top: 200px;
}

.pt-\[2rem\] {
  padding-top: 2rem;
}

.pt-\[50px\] {
  padding-top: 50px;
}

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

.align-middle {
  vertical-align: middle;
}

.font-Gochi {
  font-family: Gochi Hand, cursive;
}

.font-IBM {
  font-family: IBM Plex Sans, sans-serif;
}

.font-Paytone {
  font-family: Paytone One, sans-serif;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[2rem\] {
  font-size: 2rem;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[4rem\] {
  font-size: 4rem;
}

.text-\[5rem\] {
  font-size: 5rem;
}

.text-\[6rem\] {
  font-size: 6rem;
}

.font-bold {
  font-weight: 700;
}

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

.font-medium {
  font-weight: 500;
}

.\!text-blanc {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-blanc {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-bleu {
  --tw-text-opacity: 1;
  color: rgb(69 255 239 / var(--tw-text-opacity));
}

.text-gris {
  --tw-text-opacity: 1;
  color: rgb(23 28 48 / var(--tw-text-opacity));
}

.text-orange {
  --tw-text-opacity: 1;
  color: rgb(255 154 0 / var(--tw-text-opacity));
}

.text-transparent {
  color: transparent;
}

.text-violet {
  --tw-text-opacity: 1;
  color: rgb(94 4 229 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.hover\:\!bg-\[\#171C30\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(23 28 48 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-gris:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(23 28 48 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-tresviolet:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 5 119 / var(--tw-bg-opacity));
}

.hover\:bg-violet:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(94 4 229 / var(--tw-bg-opacity));
}

.hover\:\!text-\[\#45FFEF\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(69 255 239 / var(--tw-text-opacity)) !important;
}

.hover\:\!text-bleu:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(69 255 239 / var(--tw-text-opacity)) !important;
}

.hover\:text-violet:hover {
  --tw-text-opacity: 1;
  color: rgb(94 4 229 / var(--tw-text-opacity));
}

@media (max-width: 1023px) {
  .lg\:mx-\[0rem\] {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .lg\:mx-\[1rem\] {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mx-\[4rem\] {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:mx-\[6rem\] {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:mx-\[8rem\] {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-\[8rem\] {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media (max-width: 767px) {
  .md\:left-\[150px\] {
    left: 150px;
  }

  .md\:left-\[200px\] {
    left: 200px;
  }

  .md\:top-\[-4rem\] {
    top: -4rem;
  }

  .md\:top-\[0px\] {
    top: 0px;
  }

  .md\:top-\[380px\] {
    top: 380px;
  }

  .md\:top-\[600px\] {
    top: 600px;
  }

  .md\:top-\[800px\] {
    top: 800px;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-\[0rem\] {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .md\:mx-\[1rem\] {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-\[2rem\] {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:mx-\[4rem\] {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:mt-\[3rem\] {
    margin-top: 3rem;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:h-auto {
    height: auto;
  }

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

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

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

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

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

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

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

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

  .md\:justify-items-center {
    justify-items: center;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-\[2rem\] {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-\[2rem\] {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-\[5rem\] {
    padding-bottom: 5rem;
  }

  .md\:pt-\[50px\] {
    padding-top: 50px;
  }

  .md\:pt-\[6rem\] {
    padding-top: 6rem;
  }

  .md\:text-2xl {
    font-size: 3rem;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }

  .md\:text-\[3rem\] {
    font-size: 3rem;
  }

  @media (max-width: 1023px) {
    .md\:lg\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
}

@media (max-width: 424px) {
  .sm\:left-10 {
    left: 2.5rem;
  }

  .sm\:left-\[-40px\] {
    left: -40px;
  }

  .sm\:left-\[100px\] {
    left: 100px;
  }

  .sm\:left-\[190px\] {
    left: 190px;
  }

  .sm\:top-\[-110px\] {
    top: -110px;
  }

  .sm\:top-\[-70px\] {
    top: -70px;
  }

  .sm\:top-\[200px\] {
    top: 200px;
  }

  .sm\:top-\[300px\] {
    top: 300px;
  }

  .sm\:top-\[4rem\] {
    top: 4rem;
  }

  .sm\:top-\[500px\] {
    top: 500px;
  }

  .sm\:top-\[350px\] {
    top: 350px;
  }

  .sm\:top-\[400px\] {
    top: 400px;
  }

  .sm\:mx-\[15px\] {
    margin-left: 15px;
    margin-right: 15px;
  }

  .sm\:mx-\[2rem\] {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:mx-\[3vw\] {
    margin-left: 3vw;
    margin-right: 3vw;
  }

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

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

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .sm\:w-\[80\%\] {
    width: 80%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-\[35\%\] {
    width: 35%;
  }

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

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

  .sm\:gap-\[4rem\] {
    gap: 4rem;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:px-\[2rem\] {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:pb-\[6rem\] {
    padding-bottom: 6rem;
  }

  .sm\:pt-\[100px\] {
    padding-top: 100px;
  }

  .sm\:pt-\[150px\] {
    padding-top: 150px;
  }

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

  .sm\:text-\[16px\] {
    font-size: 16px;
  }

  .sm\:text-\[1rem\] {
    font-size: 1rem;
  }

  .sm\:text-\[20px\] {
    font-size: 20px;
  }

  .sm\:text-\[2rem\] {
    font-size: 2rem;
  }

  .sm\:text-\[30px\] {
    font-size: 30px;
  }

  .sm\:text-\[34px\] {
    font-size: 34px;
  }

  .sm\:text-\[36px\] {
    font-size: 36px;
  }

  .sm\:text-\[40px\] {
    font-size: 40px;
  }
}